From 5c0799e6d5c10a6e45e76d2f5df1906a6fd1aae9 Mon Sep 17 00:00:00 2001 From: Liu <57480598+liu-zhipeng@users.noreply.github.com> Date: Sun, 17 Mar 2024 10:14:32 +0800 Subject: [PATCH] chore: rebuild graph client --- .../adapters/subgraph/.graphclient/index.ts | 236510 +++++++-------- .../subgraph/.graphclient/schema.graphql | 192635 ++++++------ .../Connext_Mainnet/introspectionSchema.ts | 47 + .../sources/Connext_Mainnet/schema.graphql | 7 + .../sources/Connext_Mainnet/types.ts | 6 + .../Connext_Polygon/introspectionSchema.ts | 47 - .../sources/Connext_Polygon/schema.graphql | 7 - .../sources/Connext_Polygon/types.ts | 6 - .../Hub_Mainnet/introspectionSchema.ts | 47 - .../sources/Hub_Mainnet/schema.graphql | 7 - .../.graphclient/sources/Hub_Mainnet/types.ts | 6 - packages/adapters/subgraph/.graphclientrc.yml | 21 +- 12 files changed, 214643 insertions(+), 214703 deletions(-) diff --git a/packages/adapters/subgraph/.graphclient/index.ts b/packages/adapters/subgraph/.graphclient/index.ts index 09981b6fb6..1f1e1680fa 100644 --- a/packages/adapters/subgraph/.graphclient/index.ts +++ b/packages/adapters/subgraph/.graphclient/index.ts @@ -18,139 +18,139 @@ 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 { StableSwapZkSyncEraTypes } from './sources/StableSwap_ZkSyncEra/types'; import type { HubStagingGoerliTypes } from './sources/Hub_Staging_Goerli/types'; -import type { StableSwapModeTypes } from './sources/StableSwap_Mode/types'; -import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; -import type { HubLocalMainnetTypes } from './sources/Hub_LocalMainnet/types'; -import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; -import type { StableSwapStagingGoerliTypes } from './sources/StableSwap_Staging_Goerli/types'; -import type { ConnextLineaGoerliTypes } from './sources/Connext_LineaGoerli/types'; import type { ConnextTestOptimismGoerliTypes } from './sources/Connext_Test_OptimismGoerli/types'; +import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; +import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; +import type { ConnextLineaGoerliTypes } from './sources/Connext_LineaGoerli/types'; +import type { StableSwapOptimismGoerliTypes } from './sources/StableSwap_OptimismGoerli/types'; +import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; +import type { StableSwapMumbaiTypes } from './sources/StableSwap_Mumbai/types'; +import type { ConnextTestGoerliTypes } from './sources/Connext_Test_Goerli/types'; +import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types'; +import type { StableSwapStagingOptimismGoerliTypes } from './sources/StableSwap_Staging_OptimismGoerli/types'; import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; -import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; +import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types'; +import type { StableSwapZkSyncEraTypes } from './sources/StableSwap_ZkSyncEra/types'; import type { HubGoerliTypes } from './sources/Hub_Goerli/types'; +import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; import type { StableSwapMetisTypes } from './sources/StableSwap_Metis/types'; -import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types'; import type { StableSwapBaseTypes } from './sources/StableSwap_Base/types'; -import type { StableSwapMumbaiTypes } from './sources/StableSwap_Mumbai/types'; +import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; +import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; +import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; import type { StableSwapAvalancheTypes } from './sources/StableSwap_Avalanche/types'; -import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types'; +import type { StableSwapStagingGoerliTypes } from './sources/StableSwap_Staging_Goerli/types'; +import type { HubLocalMainnetTypes } from './sources/Hub_LocalMainnet/types'; +import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; +import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types'; +import type { ConnextStagingOptimismGoerliTypes } from './sources/Connext_Staging_OptimismGoerli/types'; +import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types'; -import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types'; -import type { ConnextMumbaiTypes } from './sources/Connext_Mumbai/types'; import type { ConnextBaseGoerliTypes } from './sources/Connext_BaseGoerli/types'; import type { ConnextStagingMumbaiTypes } from './sources/Connext_Staging_Mumbai/types'; +import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; +import type { ConnextModeTypes } from './sources/Connext_Mode/types'; +import type { ConnextStagingMantleTypes } from './sources/Connext_Staging_Mantle/types'; +import type { ConnextStagingMetisTypes } from './sources/Connext_Staging_Metis/types'; +import type { ConnextStagingOptimismTypes } from './sources/Connext_Staging_Optimism/types'; +import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types'; import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; -import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; -import type { ConnextStagingOptimismGoerliTypes } from './sources/Connext_Staging_OptimismGoerli/types'; -import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; -import type { ConnextTestGoerliTypes } from './sources/Connext_Test_Goerli/types'; +import type { ConnextMumbaiTypes } from './sources/Connext_Mumbai/types'; import type { ConnextStagingGoerliTypes } from './sources/Connext_Staging_Goerli/types'; -import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; -import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types'; -import type { ConnextStagingZkSyncTypes } from './sources/Connext_Staging_zkSync/types'; -import type { ConnextBaseTypes } from './sources/Connext_Base/types'; -import type { ConnextStagingMainnetTypes } from './sources/Connext_Staging_Mainnet/types'; -import type { ConnextStagingBnbTypes } from './sources/Connext_Staging_Bnb/types'; -import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types'; -import type { ConnextStagingOptimismTypes } from './sources/Connext_Staging_Optimism/types'; -import type { ConnextLocalMainnetTypes } from './sources/Connext_LocalMainnet/types'; -import type { ConnextLocalOptimismTypes } from './sources/Connext_LocalOptimism/types'; -import type { ConnextMetisTypes } from './sources/Connext_Metis/types'; -import type { ConnextStagingPolygonTypes } from './sources/Connext_Staging_Polygon/types'; -import type { ConnextStagingBaseTypes } from './sources/Connext_Staging_Base/types'; -import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; -import type { ConnextStagingScrollTypes } from './sources/Connext_Staging_Scroll/types'; -import type { ConnextStagingXdaiTypes } from './sources/Connext_Staging_Xdai/types'; import type { ConnextStagingLineaTypes } from './sources/Connext_Staging_Linea/types'; -import type { ConnextStagingMantleTypes } from './sources/Connext_Staging_Mantle/types'; -import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; +import type { ConnextAvalancheTypes } from './sources/Connext_Avalanche/types'; import type { ConnextZkSyncTypes } from './sources/Connext_ZkSync/types'; -import type { ConnextStagingPolygonZkEvmTypes } from './sources/Connext_Staging_PolygonZkEVM/types'; import type { ConnextStagingArbitrumOneTypes } from './sources/Connext_Staging_ArbitrumOne/types'; -import type { ConnextStagingAvalancheTypes } from './sources/Connext_Staging_Avalanche/types'; -import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; +import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types'; +import type { ConnextLocalMainnetTypes } from './sources/Connext_LocalMainnet/types'; import type { ConnextPolygonZkEvmTypes } from './sources/Connext_PolygonZkEVM/types'; -import type { ConnextMantleTypes } from './sources/Connext_Mantle/types'; -import type { HubStagingMainnetTypes } from './sources/Hub_Staging_Mainnet/types'; -import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; +import type { ConnextStagingXdaiTypes } from './sources/Connext_Staging_Xdai/types'; +import type { ConnextStagingMainnetTypes } from './sources/Connext_Staging_Mainnet/types'; import type { ConnextLocalArbitrumOneTypes } from './sources/Connext_LocalArbitrumOne/types'; -import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; -import type { ConnextModeTypes } from './sources/Connext_Mode/types'; -import type { ConnextAvalancheTypes } from './sources/Connext_Avalanche/types'; -import type { StableSwapStagingOptimismGoerliTypes } from './sources/StableSwap_Staging_OptimismGoerli/types'; -import type { StableSwapOptimismGoerliTypes } from './sources/StableSwap_OptimismGoerli/types'; +import type { ConnextMantleTypes } from './sources/Connext_Mantle/types'; +import type { ConnextStagingScrollTypes } from './sources/Connext_Staging_Scroll/types'; +import type { ConnextStagingBnbTypes } from './sources/Connext_Staging_Bnb/types'; +import type { ConnextBaseTypes } from './sources/Connext_Base/types'; +import type { ConnextStagingPolygonTypes } from './sources/Connext_Staging_Polygon/types'; +import type { ConnextStagingZkSyncTypes } from './sources/Connext_Staging_zkSync/types'; import type { ConnextStagingModeTypes } from './sources/Connext_Staging_Mode/types'; -import type { ConnextStagingMetisTypes } from './sources/Connext_Staging_Metis/types'; +import type { ConnextStagingBaseTypes } from './sources/Connext_Staging_Base/types'; +import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; +import type { ConnextStagingAvalancheTypes } from './sources/Connext_Staging_Avalanche/types'; +import type { ConnextLocalOptimismTypes } from './sources/Connext_LocalOptimism/types'; +import type { ConnextStagingPolygonZkEvmTypes } from './sources/Connext_Staging_PolygonZkEVM/types'; import type { ConnextX1TestnetTypes } from './sources/Connext_X1Testnet/types'; -import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; -import * as importedModule$0 from "./sources/Connext_Test_OptimismGoerli/introspectionSchema"; -import * as importedModule$1 from "./sources/Hub_Staging_Goerli/introspectionSchema"; -import * as importedModule$2 from "./sources/StableSwap_OptimismGoerli/introspectionSchema"; -import * as importedModule$3 from "./sources/StableSwap_ZkSyncEra/introspectionSchema"; -import * as importedModule$4 from "./sources/StableSwap_Linea/introspectionSchema"; -import * as importedModule$5 from "./sources/StableSwap_Bnb/introspectionSchema"; -import * as importedModule$6 from "./sources/StableSwap_Mode/introspectionSchema"; -import * as importedModule$7 from "./sources/Hub_LocalMainnet/introspectionSchema"; -import * as importedModule$8 from "./sources/Connext_LineaGoerli/introspectionSchema"; -import * as importedModule$9 from "./sources/StableSwap_Xdai/introspectionSchema"; -import * as importedModule$10 from "./sources/StableSwap_Staging_Goerli/introspectionSchema"; -import * as importedModule$11 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; -import * as importedModule$12 from "./sources/StableSwap_Optimism/introspectionSchema"; +import type { ConnextMetisTypes } from './sources/Connext_Metis/types'; +import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; +import type { StableSwapModeTypes } from './sources/StableSwap_Mode/types'; +import type { HubStagingMainnetTypes } from './sources/Hub_Staging_Mainnet/types'; +import * as importedModule$0 from "./sources/Hub_Staging_Goerli/introspectionSchema"; +import * as importedModule$1 from "./sources/Connext_Test_Goerli/introspectionSchema"; +import * as importedModule$2 from "./sources/Connext_Test_OptimismGoerli/introspectionSchema"; +import * as importedModule$3 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema"; +import * as importedModule$4 from "./sources/StableSwap_Mumbai/introspectionSchema"; +import * as importedModule$5 from "./sources/Connext_Linea/introspectionSchema"; +import * as importedModule$6 from "./sources/Connext_Xdai/introspectionSchema"; +import * as importedModule$7 from "./sources/StableSwap_OptimismGoerli/introspectionSchema"; +import * as importedModule$8 from "./sources/Connext_Bnb/introspectionSchema"; +import * as importedModule$9 from "./sources/Connext_LineaGoerli/introspectionSchema"; +import * as importedModule$10 from "./sources/StableSwap_Optimism/introspectionSchema"; +import * as importedModule$11 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema"; +import * as importedModule$12 from "./sources/StableSwap_Goerli/introspectionSchema"; import * as importedModule$13 from "./sources/StableSwap_Polygon/introspectionSchema"; -import * as importedModule$14 from "./sources/Hub_Goerli/introspectionSchema"; -import * as importedModule$15 from "./sources/StableSwap_Metis/introspectionSchema"; -import * as importedModule$16 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema"; -import * as importedModule$17 from "./sources/StableSwap_Mumbai/introspectionSchema"; -import * as importedModule$18 from "./sources/StableSwap_Base/introspectionSchema"; -import * as importedModule$19 from "./sources/StableSwap_Goerli/introspectionSchema"; +import * as importedModule$14 from "./sources/Hub_Staging_Mainnet/introspectionSchema"; +import * as importedModule$15 from "./sources/StableSwap_Mode/introspectionSchema"; +import * as importedModule$16 from "./sources/Hub_Goerli/introspectionSchema"; +import * as importedModule$17 from "./sources/StableSwap_Metis/introspectionSchema"; +import * as importedModule$18 from "./sources/StableSwap_ZkSyncEra/introspectionSchema"; +import * as importedModule$19 from "./sources/StableSwap_Bnb/introspectionSchema"; import * as importedModule$20 from "./sources/StableSwap_Avalanche/introspectionSchema"; -import * as importedModule$21 from "./sources/Connext_OptimismGoerli/introspectionSchema"; -import * as importedModule$22 from "./sources/Connext_Goerli/introspectionSchema"; -import * as importedModule$23 from "./sources/Connext_Staging_OptimismGoerli/introspectionSchema"; -import * as importedModule$24 from "./sources/Connext_Mumbai/introspectionSchema"; -import * as importedModule$25 from "./sources/Connext_BaseGoerli/introspectionSchema"; -import * as importedModule$26 from "./sources/Connext_Staging_Mumbai/introspectionSchema"; -import * as importedModule$27 from "./sources/Connext_Polygon/introspectionSchema"; -import * as importedModule$28 from "./sources/Connext_Staging_Goerli/introspectionSchema"; -import * as importedModule$29 from "./sources/Connext_Optimism/introspectionSchema"; -import * as importedModule$30 from "./sources/StableSwap_Mantle/introspectionSchema"; -import * as importedModule$31 from "./sources/Hub_Mainnet/introspectionSchema"; -import * as importedModule$32 from "./sources/Connext_Test_Goerli/introspectionSchema"; -import * as importedModule$33 from "./sources/Connext_Staging_zkSync/introspectionSchema"; -import * as importedModule$34 from "./sources/Connext_Base/introspectionSchema"; -import * as importedModule$35 from "./sources/StableSwap_PolygonZkEvm/introspectionSchema"; -import * as importedModule$36 from "./sources/Connext_Staging_Mainnet/introspectionSchema"; -import * as importedModule$37 from "./sources/Connext_Staging_Bnb/introspectionSchema"; -import * as importedModule$38 from "./sources/Connext_Staging_Optimism/introspectionSchema"; -import * as importedModule$39 from "./sources/Connext_LocalOptimism/introspectionSchema"; -import * as importedModule$40 from "./sources/Connext_Linea/introspectionSchema"; -import * as importedModule$41 from "./sources/Connext_LocalMainnet/introspectionSchema"; -import * as importedModule$42 from "./sources/Connext_Metis/introspectionSchema"; -import * as importedModule$43 from "./sources/Connext_Staging_Scroll/introspectionSchema"; -import * as importedModule$44 from "./sources/Connext_Staging_Polygon/introspectionSchema"; -import * as importedModule$45 from "./sources/Connext_Staging_Xdai/introspectionSchema"; -import * as importedModule$46 from "./sources/Connext_Staging_Base/introspectionSchema"; -import * as importedModule$47 from "./sources/Connext_ZkSync/introspectionSchema"; -import * as importedModule$48 from "./sources/Connext_ArbitrumOne/introspectionSchema"; -import * as importedModule$49 from "./sources/Connext_Staging_Metis/introspectionSchema"; -import * as importedModule$50 from "./sources/Connext_Staging_Linea/introspectionSchema"; -import * as importedModule$51 from "./sources/Connext_Staging_Mantle/introspectionSchema"; -import * as importedModule$52 from "./sources/Connext_Staging_ArbitrumOne/introspectionSchema"; -import * as importedModule$53 from "./sources/Connext_Staging_PolygonZkEVM/introspectionSchema"; -import * as importedModule$54 from "./sources/Connext_Xdai/introspectionSchema"; -import * as importedModule$55 from "./sources/Connext_PolygonZkEVM/introspectionSchema"; -import * as importedModule$56 from "./sources/Connext_Staging_Avalanche/introspectionSchema"; -import * as importedModule$57 from "./sources/Connext_LocalArbitrumOne/introspectionSchema"; -import * as importedModule$58 from "./sources/Connext_Mantle/introspectionSchema"; -import * as importedModule$59 from "./sources/Hub_Staging_Mainnet/introspectionSchema"; -import * as importedModule$60 from "./sources/Connext_Mainnet/introspectionSchema"; -import * as importedModule$61 from "./sources/Connext_Bnb/introspectionSchema"; -import * as importedModule$62 from "./sources/Connext_Avalanche/introspectionSchema"; -import * as importedModule$63 from "./sources/Connext_Mode/introspectionSchema"; -import * as importedModule$64 from "./sources/Connext_Staging_Mode/introspectionSchema"; -import * as importedModule$65 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema"; +import * as importedModule$21 from "./sources/StableSwap_Base/introspectionSchema"; +import * as importedModule$22 from "./sources/StableSwap_Xdai/introspectionSchema"; +import * as importedModule$23 from "./sources/StableSwap_Linea/introspectionSchema"; +import * as importedModule$24 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; +import * as importedModule$25 from "./sources/Hub_Mainnet/introspectionSchema"; +import * as importedModule$26 from "./sources/Hub_LocalMainnet/introspectionSchema"; +import * as importedModule$27 from "./sources/StableSwap_Staging_Goerli/introspectionSchema"; +import * as importedModule$28 from "./sources/Connext_Staging_OptimismGoerli/introspectionSchema"; +import * as importedModule$29 from "./sources/StableSwap_Mantle/introspectionSchema"; +import * as importedModule$30 from "./sources/Connext_Staging_Mumbai/introspectionSchema"; +import * as importedModule$31 from "./sources/Connext_ArbitrumOne/introspectionSchema"; +import * as importedModule$32 from "./sources/Connext_BaseGoerli/introspectionSchema"; +import * as importedModule$33 from "./sources/Connext_OptimismGoerli/introspectionSchema"; +import * as importedModule$34 from "./sources/Connext_Mainnet/introspectionSchema"; +import * as importedModule$35 from "./sources/Connext_Mode/introspectionSchema"; +import * as importedModule$36 from "./sources/Connext_Staging_Metis/introspectionSchema"; +import * as importedModule$37 from "./sources/Connext_Staging_Mantle/introspectionSchema"; +import * as importedModule$38 from "./sources/Connext_Polygon/introspectionSchema"; +import * as importedModule$39 from "./sources/Connext_Goerli/introspectionSchema"; +import * as importedModule$40 from "./sources/Connext_Mumbai/introspectionSchema"; +import * as importedModule$41 from "./sources/Connext_Staging_Goerli/introspectionSchema"; +import * as importedModule$42 from "./sources/Connext_Staging_Optimism/introspectionSchema"; +import * as importedModule$43 from "./sources/Connext_Staging_Linea/introspectionSchema"; +import * as importedModule$44 from "./sources/Connext_ZkSync/introspectionSchema"; +import * as importedModule$45 from "./sources/Connext_Avalanche/introspectionSchema"; +import * as importedModule$46 from "./sources/StableSwap_PolygonZkEvm/introspectionSchema"; +import * as importedModule$47 from "./sources/Connext_PolygonZkEVM/introspectionSchema"; +import * as importedModule$48 from "./sources/Connext_Staging_ArbitrumOne/introspectionSchema"; +import * as importedModule$49 from "./sources/Connext_LocalMainnet/introspectionSchema"; +import * as importedModule$50 from "./sources/Connext_LocalArbitrumOne/introspectionSchema"; +import * as importedModule$51 from "./sources/Connext_Staging_Mode/introspectionSchema"; +import * as importedModule$52 from "./sources/Connext_Staging_Xdai/introspectionSchema"; +import * as importedModule$53 from "./sources/Connext_Staging_Mainnet/introspectionSchema"; +import * as importedModule$54 from "./sources/Connext_Staging_Polygon/introspectionSchema"; +import * as importedModule$55 from "./sources/Connext_Staging_Scroll/introspectionSchema"; +import * as importedModule$56 from "./sources/Connext_Mantle/introspectionSchema"; +import * as importedModule$57 from "./sources/Connext_Base/introspectionSchema"; +import * as importedModule$58 from "./sources/Connext_Staging_Bnb/introspectionSchema"; +import * as importedModule$59 from "./sources/Connext_Staging_zkSync/introspectionSchema"; +import * as importedModule$60 from "./sources/Connext_Optimism/introspectionSchema"; +import * as importedModule$61 from "./sources/Connext_Staging_Base/introspectionSchema"; +import * as importedModule$62 from "./sources/Connext_LocalOptimism/introspectionSchema"; +import * as importedModule$63 from "./sources/Connext_Staging_Avalanche/introspectionSchema"; +import * as importedModule$64 from "./sources/Connext_Staging_PolygonZkEVM/introspectionSchema"; +import * as importedModule$65 from "./sources/Connext_Metis/introspectionSchema"; import * as importedModule$66 from "./sources/Connext_X1Testnet/introspectionSchema"; export type Maybe = T | null; export type InputMaybe = Maybe; @@ -168,212 +168,192 @@ export type Scalars = { Boolean: boolean; Int: number; Float: number; - testoptimismgoerli_BigDecimal: any; - BigInt: any; - testoptimismgoerli_Bytes: any; - testoptimismgoerli_Int8: any; staginggoerli_BigDecimal: any; + BigInt: any; staginggoerli_Bytes: any; staginggoerli_Int8: any; + testgoerli_BigDecimal: any; + testgoerli_Bytes: any; + testgoerli_Int8: any; + testoptimismgoerli_BigDecimal: any; + testoptimismgoerli_Bytes: any; + testoptimismgoerli_Int8: any; + stagingoptimismgoerli_swap_BigDecimal: any; + stagingoptimismgoerli_swap_Bytes: any; + stagingoptimismgoerli_swap_Int8: any; + mumbai_swap_BigDecimal: any; + mumbai_swap_Bytes: any; + mumbai_swap_Int8: any; + linea_BigDecimal: any; + linea_Bytes: any; + xdai_BigDecimal: any; + xdai_Bytes: any; + xdai_Int8: any; optimismgoerli_swap_BigDecimal: any; optimismgoerli_swap_Bytes: any; optimismgoerli_swap_Int8: any; - zksync_swap_BigDecimal: any; - zksync_swap_Bytes: any; - zksync_swap_Int8: any; - linea_swap_BigDecimal: any; - linea_swap_Bytes: any; - bnb_swap_BigDecimal: any; - bnb_swap_Bytes: any; - bnb_swap_Int8: any; - mode_swap_BigDecimal: any; - mode_swap_Bytes: any; - mode_swap_Int8: any; - localmainnet_BigDecimal: any; - localmainnet_Bytes: any; - localmainnet_Int8: any; + bnb_BigDecimal: any; + bnb_Bytes: any; + bnb_Int8: any; lineagoerli_BigDecimal: any; lineagoerli_Bytes: any; - xdai_swap_BigDecimal: any; - xdai_swap_Bytes: any; - xdai_swap_Int8: any; - staginggoerli_swap_BigDecimal: any; - staginggoerli_swap_Bytes: any; - staginggoerli_swap_Int8: any; - arbitrumone_swap_BigDecimal: any; - arbitrumone_swap_Bytes: any; - arbitrumone_swap_Int8: any; optimism_swap_BigDecimal: any; optimism_swap_Bytes: any; optimism_swap_Int8: any; + stagingmumbai_swap_BigDecimal: any; + stagingmumbai_swap_Bytes: any; + stagingmumbai_swap_Int8: any; + goerli_swap_BigDecimal: any; + goerli_swap_Bytes: any; + goerli_swap_Int8: any; polygon_swap_BigDecimal: any; polygon_swap_Bytes: any; polygon_swap_Int8: any; + stagingmainnet_BigDecimal: any; + stagingmainnet_Bytes: any; + stagingmainnet_Int8: any; + mode_swap_BigDecimal: any; + mode_swap_Bytes: any; + mode_swap_Int8: any; goerli_BigDecimal: any; goerli_Bytes: any; goerli_Int8: any; metis_swap_BigDecimal: any; metis_swap_Bytes: any; metis_swap_Int8: any; - stagingmumbai_swap_BigDecimal: any; - stagingmumbai_swap_Bytes: any; - stagingmumbai_swap_Int8: any; - mumbai_swap_BigDecimal: any; - mumbai_swap_Bytes: any; - mumbai_swap_Int8: any; - base_swap_BigDecimal: any; - base_swap_Bytes: any; - base_swap_Int8: any; - goerli_swap_BigDecimal: any; - goerli_swap_Bytes: any; - goerli_swap_Int8: any; + zksync_swap_BigDecimal: any; + zksync_swap_Bytes: any; + zksync_swap_Int8: any; + bnb_swap_BigDecimal: any; + bnb_swap_Bytes: any; + bnb_swap_Int8: any; avalanche_swap_BigDecimal: any; avalanche_swap_Bytes: any; avalanche_swap_Int8: any; - optimismgoerli_BigDecimal: any; - optimismgoerli_Bytes: any; - optimismgoerli_Int8: any; + base_swap_BigDecimal: any; + base_swap_Bytes: any; + base_swap_Int8: any; + xdai_swap_BigDecimal: any; + xdai_swap_Bytes: any; + xdai_swap_Int8: any; + linea_swap_BigDecimal: any; + linea_swap_Bytes: any; + arbitrumone_swap_BigDecimal: any; + arbitrumone_swap_Bytes: any; + arbitrumone_swap_Int8: any; + mainnet_BigDecimal: any; + mainnet_Bytes: any; + mainnet_Int8: any; + localmainnet_BigDecimal: any; + localmainnet_Bytes: any; + localmainnet_Int8: any; + staginggoerli_swap_BigDecimal: any; + staginggoerli_swap_Bytes: any; + staginggoerli_swap_Int8: any; stagingoptimismgoerli_BigDecimal: any; stagingoptimismgoerli_Bytes: any; stagingoptimismgoerli_Int8: any; - mumbai_BigDecimal: any; - mumbai_Bytes: any; - mumbai_Int8: any; - basegoerli_BigDecimal: any; - basegoerli_Bytes: any; - basegoerli_Int8: any; - stagingmumbai_BigDecimal: any; - stagingmumbai_Bytes: any; - stagingmumbai_Int8: any; - polygon_BigDecimal: any; - polygon_Bytes: any; - polygon_Int8: any; - optimism_BigDecimal: any; - optimism_Bytes: any; - optimism_Int8: any; mantle_swap_BigDecimal: any; mantle_swap_Bytes: any; mantle_swap_Int8: any; - mainnet_BigDecimal: any; - mainnet_Bytes: any; - mainnet_Int8: any; - testgoerli_BigDecimal: any; - testgoerli_Bytes: any; - testgoerli_Int8: any; - stagingzksync_BigDecimal: any; - stagingzksync_Bytes: any; - stagingzksync_Int8: any; - base_BigDecimal: any; - base_Bytes: any; - base_Int8: any; - polygonzkevm_swap_BigDecimal: any; - polygonzkevm_swap_Bytes: any; - polygonzkevm_swap_Int8: any; - stagingmainnet_BigDecimal: any; - stagingmainnet_Bytes: any; - stagingmainnet_Int8: any; - stagingbnb_BigDecimal: any; - stagingbnb_Bytes: any; - stagingbnb_Int8: any; - stagingoptimism_BigDecimal: any; - stagingoptimism_Bytes: any; - stagingoptimism_Int8: any; - localoptimism_BigDecimal: any; - localoptimism_Bytes: any; - localoptimism_Int8: any; - linea_BigDecimal: any; - linea_Bytes: any; - metis_BigDecimal: any; - metis_Bytes: any; - metis_Int8: any; - stagingscroll_BigDecimal: any; - stagingscroll_Bytes: any; - stagingscroll_Int8: any; - stagingpolygon_BigDecimal: any; - stagingpolygon_Bytes: any; - stagingpolygon_Int8: any; - stagingxdai_BigDecimal: any; - stagingxdai_Bytes: any; - stagingxdai_Int8: any; - stagingbase_BigDecimal: any; - stagingbase_Bytes: any; - stagingbase_Int8: any; - zksync_BigDecimal: any; - zksync_Bytes: any; - zksync_Int8: any; + stagingmumbai_BigDecimal: any; + stagingmumbai_Bytes: any; + stagingmumbai_Int8: any; arbitrumone_BigDecimal: any; arbitrumone_Bytes: any; arbitrumone_Int8: any; + basegoerli_BigDecimal: any; + basegoerli_Bytes: any; + basegoerli_Int8: any; + optimismgoerli_BigDecimal: any; + optimismgoerli_Bytes: any; + optimismgoerli_Int8: any; + mode_BigDecimal: any; + mode_Bytes: any; + mode_Int8: any; stagingmetis_BigDecimal: any; stagingmetis_Bytes: any; stagingmetis_Int8: any; - staginglinea_BigDecimal: any; - staginglinea_Bytes: any; stagingmantle_BigDecimal: any; stagingmantle_Bytes: any; stagingmantle_Int8: any; - stagingarbitrumone_BigDecimal: any; - stagingarbitrumone_Bytes: any; - stagingarbitrumone_Int8: any; - stagingpolygonzkevm_BigDecimal: any; - stagingpolygonzkevm_Bytes: any; - stagingpolygonzkevm_Int8: any; - xdai_BigDecimal: any; - xdai_Bytes: any; - xdai_Int8: any; + polygon_BigDecimal: any; + polygon_Bytes: any; + polygon_Int8: any; + mumbai_BigDecimal: any; + mumbai_Bytes: any; + mumbai_Int8: any; + stagingoptimism_BigDecimal: any; + stagingoptimism_Bytes: any; + stagingoptimism_Int8: any; + staginglinea_BigDecimal: any; + staginglinea_Bytes: any; + zksync_BigDecimal: any; + zksync_Bytes: any; + zksync_Int8: any; + avalanche_BigDecimal: any; + avalanche_Bytes: any; + avalanche_Int8: any; + polygonzkevm_swap_BigDecimal: any; + polygonzkevm_swap_Bytes: any; + polygonzkevm_swap_Int8: any; polygonzkevm_BigDecimal: any; polygonzkevm_Bytes: any; polygonzkevm_Int8: any; - stagingavalanche_BigDecimal: any; - stagingavalanche_Bytes: any; - stagingavalanche_Int8: any; + stagingarbitrumone_BigDecimal: any; + stagingarbitrumone_Bytes: any; + stagingarbitrumone_Int8: any; localarbitrumone_BigDecimal: any; localarbitrumone_Bytes: any; localarbitrumone_Int8: any; - mantle_BigDecimal: any; - mantle_Bytes: any; - mantle_Int8: any; - bnb_BigDecimal: any; - bnb_Bytes: any; - bnb_Int8: any; - avalanche_BigDecimal: any; - avalanche_Bytes: any; - avalanche_Int8: any; - mode_BigDecimal: any; - mode_Bytes: any; - mode_Int8: any; stagingmode_BigDecimal: any; stagingmode_Bytes: any; stagingmode_Int8: any; - stagingoptimismgoerli_swap_BigDecimal: any; - stagingoptimismgoerli_swap_Bytes: any; - stagingoptimismgoerli_swap_Int8: any; + stagingxdai_BigDecimal: any; + stagingxdai_Bytes: any; + stagingxdai_Int8: any; + stagingpolygon_BigDecimal: any; + stagingpolygon_Bytes: any; + stagingpolygon_Int8: any; + stagingscroll_BigDecimal: any; + stagingscroll_Bytes: any; + stagingscroll_Int8: any; + mantle_BigDecimal: any; + mantle_Bytes: any; + mantle_Int8: any; + base_BigDecimal: any; + base_Bytes: any; + base_Int8: any; + stagingbnb_BigDecimal: any; + stagingbnb_Bytes: any; + stagingbnb_Int8: any; + stagingzksync_BigDecimal: any; + stagingzksync_Bytes: any; + stagingzksync_Int8: any; + optimism_BigDecimal: any; + optimism_Bytes: any; + optimism_Int8: any; + stagingbase_BigDecimal: any; + stagingbase_Bytes: any; + stagingbase_Int8: any; + localoptimism_BigDecimal: any; + localoptimism_Bytes: any; + localoptimism_Int8: any; + stagingavalanche_BigDecimal: any; + stagingavalanche_Bytes: any; + stagingavalanche_Int8: any; + stagingpolygonzkevm_BigDecimal: any; + stagingpolygonzkevm_Bytes: any; + stagingpolygonzkevm_Int8: any; + metis_BigDecimal: any; + metis_Bytes: any; + metis_Int8: any; x1testnet_BigDecimal: any; x1testnet_Bytes: any; x1testnet_Int8: any; }; export type Query = { - testoptimismgoerli_asset?: Maybe; - testoptimismgoerli_assets: Array; - testoptimismgoerli_assetBalance?: Maybe; - testoptimismgoerli_assetBalances: Array; - testoptimismgoerli_router?: Maybe; - testoptimismgoerli_routers: Array; - testoptimismgoerli_setting?: Maybe; - testoptimismgoerli_settings: Array; - testoptimismgoerli_relayer?: Maybe; - testoptimismgoerli_relayers: Array; - testoptimismgoerli_stableSwap?: Maybe; - testoptimismgoerli_stableSwaps: Array; - testoptimismgoerli_sponsorVault?: Maybe; - testoptimismgoerli_sponsorVaults: Array; - testoptimismgoerli_originTransfer?: Maybe; - testoptimismgoerli_originTransfers: Array; - testoptimismgoerli_destinationTransfer?: Maybe; - testoptimismgoerli_destinationTransfers: Array; - /** Access to subgraph metadata */ - testoptimismgoerli__meta?: Maybe; staginggoerli_rootAggregated?: Maybe; staginggoerli_rootAggregateds: Array; staginggoerli_rootPropagated?: Maybe; @@ -410,6 +390,210 @@ export type Query = { staginggoerli_hubDomains: Array; /** Access to subgraph metadata */ staginggoerli__meta?: Maybe; + testgoerli_asset?: Maybe; + testgoerli_assets: Array; + testgoerli_assetBalance?: Maybe; + testgoerli_assetBalances: Array; + testgoerli_router?: Maybe; + testgoerli_routers: Array; + testgoerli_setting?: Maybe; + testgoerli_settings: Array; + testgoerli_relayer?: Maybe; + testgoerli_relayers: Array; + testgoerli_stableSwap?: Maybe; + testgoerli_stableSwaps: Array; + testgoerli_sponsorVault?: Maybe; + testgoerli_sponsorVaults: Array; + testgoerli_originTransfer?: Maybe; + testgoerli_originTransfers: Array; + testgoerli_destinationTransfer?: Maybe; + testgoerli_destinationTransfers: Array; + /** Access to subgraph metadata */ + testgoerli__meta?: Maybe; + testoptimismgoerli_asset?: Maybe; + testoptimismgoerli_assets: Array; + testoptimismgoerli_assetBalance?: Maybe; + testoptimismgoerli_assetBalances: Array; + testoptimismgoerli_router?: Maybe; + testoptimismgoerli_routers: Array; + testoptimismgoerli_setting?: Maybe; + testoptimismgoerli_settings: Array; + testoptimismgoerli_relayer?: Maybe; + testoptimismgoerli_relayers: Array; + testoptimismgoerli_stableSwap?: Maybe; + testoptimismgoerli_stableSwaps: Array; + testoptimismgoerli_sponsorVault?: Maybe; + testoptimismgoerli_sponsorVaults: Array; + testoptimismgoerli_originTransfer?: Maybe; + testoptimismgoerli_originTransfers: Array; + testoptimismgoerli_destinationTransfer?: Maybe; + testoptimismgoerli_destinationTransfers: Array; + /** Access to subgraph metadata */ + testoptimismgoerli__meta?: Maybe; + stagingoptimismgoerli_swap_systemInfo?: Maybe; + stagingoptimismgoerli_swap_systemInfos: Array; + stagingoptimismgoerli_swap_pooledToken?: Maybe; + stagingoptimismgoerli_swap_pooledTokens: Array; + stagingoptimismgoerli_swap_stableSwap?: Maybe; + stagingoptimismgoerli_swap_stableSwaps: Array; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; + stagingoptimismgoerli_swap_stableSwapExchanges: Array; + stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; + stagingoptimismgoerli_swap_swapDailyVolumes: Array; + stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; + stagingoptimismgoerli_swap_swapHourlyVolumes: Array; + stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; + stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; + stagingoptimismgoerli_swap_lpAccount?: Maybe; + stagingoptimismgoerli_swap_lpAccounts: Array; + stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; + stagingoptimismgoerli_swap_lpAccountBalances: Array; + stagingoptimismgoerli_swap_lpToken?: Maybe; + stagingoptimismgoerli_swap_lpTokens: Array; + stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; + stagingoptimismgoerli_swap_lpTransferEvents: Array; + stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapEvents: Array; + stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; + stagingoptimismgoerli_swap_swapTradeVolumes: Array; + stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; + stagingoptimismgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + stagingoptimismgoerli_swap__meta?: Maybe; + mumbai_swap_systemInfo?: Maybe; + mumbai_swap_systemInfos: Array; + mumbai_swap_pooledToken?: Maybe; + mumbai_swap_pooledTokens: Array; + mumbai_swap_stableSwap?: Maybe; + mumbai_swap_stableSwaps: Array; + mumbai_swap_stableSwapAddLiquidityEvent?: Maybe; + mumbai_swap_stableSwapAddLiquidityEvents: Array; + mumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mumbai_swap_stableSwapRemoveLiquidityEvents: Array; + mumbai_swap_stableSwapExchange?: Maybe; + mumbai_swap_stableSwapExchanges: Array; + mumbai_swap_swapDailyVolume?: Maybe; + mumbai_swap_swapDailyVolumes: Array; + mumbai_swap_swapHourlyVolume?: Maybe; + mumbai_swap_swapHourlyVolumes: Array; + mumbai_swap_swapWeeklyVolume?: Maybe; + mumbai_swap_swapWeeklyVolumes: Array; + mumbai_swap_lpAccount?: Maybe; + mumbai_swap_lpAccounts: Array; + mumbai_swap_lpAccountBalance?: Maybe; + mumbai_swap_lpAccountBalances: Array; + mumbai_swap_lpToken?: Maybe; + mumbai_swap_lpTokens: Array; + mumbai_swap_lpTransferEvent?: Maybe; + mumbai_swap_lpTransferEvents: Array; + mumbai_swap_stableSwapEvent?: Maybe; + mumbai_swap_stableSwapEvents: Array; + mumbai_swap_swapTradeVolume?: Maybe; + mumbai_swap_swapTradeVolumes: Array; + mumbai_swap_lpTokenEvent?: Maybe; + mumbai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + mumbai_swap__meta?: Maybe; + 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; + 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; optimismgoerli_swap_systemInfo?: Maybe; optimismgoerli_swap_systemInfos: Array; optimismgoerli_swap_pooledToken?: Maybe; @@ -444,178 +628,54 @@ export type Query = { optimismgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ optimismgoerli_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; - 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; - 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; - 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; - localmainnet_rootAggregated?: Maybe; - localmainnet_rootAggregateds: Array; - localmainnet_rootPropagated?: Maybe; - localmainnet_rootPropagateds: Array; - localmainnet_aggregatedMessageRoot?: Maybe; - localmainnet_aggregatedMessageRoots: Array; - localmainnet_rootManagerMeta?: Maybe; - localmainnet_rootManagerMetas: Array; - localmainnet_rootManagerMode?: Maybe; - localmainnet_rootManagerModes: Array; - localmainnet_optimisticRootProposed?: Maybe; - localmainnet_optimisticRootProposeds: Array; - localmainnet_hubOptimisticRootFinalized?: Maybe; - localmainnet_hubOptimisticRootFinalizeds: Array; - localmainnet_optimisticRootPropagated?: Maybe; - localmainnet_optimisticRootPropagateds: Array; - localmainnet_polygonConnectorMeta?: Maybe; - localmainnet_polygonConnectorMetas: Array; - localmainnet_optimismConnectorMeta?: Maybe; - localmainnet_optimismConnectorMetas: Array; - localmainnet_bnbConnectorMeta?: Maybe; - localmainnet_bnbConnectorMetas: Array; - localmainnet_arbitrumConnectorMeta?: Maybe; - localmainnet_arbitrumConnectorMetas: Array; - localmainnet_gnosisConnectorMeta?: Maybe; - localmainnet_gnosisConnectorMetas: Array; - localmainnet_zkSyncConnectorMeta?: Maybe; - localmainnet_zkSyncConnectorMetas: Array; - localmainnet_rootMessageProcessed?: Maybe; - localmainnet_rootMessageProcesseds: Array; - localmainnet_aggregateRootSavedSlow?: Maybe; - localmainnet_aggregateRootSavedSlows: Array; - localmainnet_hubDomain?: Maybe; - localmainnet_hubDomains: Array; + 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 */ - localmainnet__meta?: Maybe; + bnb__meta?: Maybe; lineagoerli_asset?: Maybe; lineagoerli_assets: Array; lineagoerli_assetStatus?: Maybe; @@ -654,108 +714,6 @@ export type Query = { lineagoerli_slippageUpdates: Array; /** Access to subgraph metadata */ lineagoerli__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; - xdai_swap_lpAccountBalances: Array; - xdai_swap_lpToken?: Maybe; - xdai_swap_lpTokens: Array; - xdai_swap_lpTransferEvent?: Maybe; - xdai_swap_lpTransferEvents: Array; - xdai_swap_stableSwapEvent?: Maybe; - xdai_swap_stableSwapEvents: Array; - xdai_swap_swapTradeVolume?: Maybe; - xdai_swap_swapTradeVolumes: Array; - xdai_swap_lpTokenEvent?: Maybe; - xdai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - xdai_swap__meta?: Maybe; - staginggoerli_swap_systemInfo?: Maybe; - staginggoerli_swap_systemInfos: Array; - staginggoerli_swap_pooledToken?: Maybe; - staginggoerli_swap_pooledTokens: Array; - staginggoerli_swap_stableSwap?: Maybe; - staginggoerli_swap_stableSwaps: Array; - staginggoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - staginggoerli_swap_stableSwapAddLiquidityEvents: Array; - staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - staginggoerli_swap_stableSwapRemoveLiquidityEvents: Array; - staginggoerli_swap_stableSwapExchange?: Maybe; - staginggoerli_swap_stableSwapExchanges: Array; - staginggoerli_swap_swapDailyVolume?: Maybe; - staginggoerli_swap_swapDailyVolumes: Array; - staginggoerli_swap_swapHourlyVolume?: Maybe; - staginggoerli_swap_swapHourlyVolumes: Array; - staginggoerli_swap_swapWeeklyVolume?: Maybe; - staginggoerli_swap_swapWeeklyVolumes: Array; - staginggoerli_swap_lpAccount?: Maybe; - staginggoerli_swap_lpAccounts: Array; - staginggoerli_swap_lpAccountBalance?: Maybe; - staginggoerli_swap_lpAccountBalances: Array; - staginggoerli_swap_lpToken?: Maybe; - staginggoerli_swap_lpTokens: Array; - staginggoerli_swap_lpTransferEvent?: Maybe; - staginggoerli_swap_lpTransferEvents: Array; - staginggoerli_swap_stableSwapEvent?: Maybe; - staginggoerli_swap_stableSwapEvents: Array; - staginggoerli_swap_swapTradeVolume?: Maybe; - staginggoerli_swap_swapTradeVolumes: Array; - staginggoerli_swap_lpTokenEvent?: Maybe; - staginggoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - staginggoerli_swap__meta?: Maybe; - 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; optimism_swap_systemInfo?: Maybe; optimism_swap_systemInfos: Array; optimism_swap_pooledToken?: Maybe; @@ -790,116 +748,6 @@ export type Query = { optimism_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ optimism_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; - goerli_rootAggregated?: Maybe; - goerli_rootAggregateds: Array; - goerli_rootPropagated?: Maybe; - goerli_rootPropagateds: Array; - goerli_aggregatedMessageRoot?: Maybe; - goerli_aggregatedMessageRoots: Array; - goerli_rootManagerMeta?: Maybe; - goerli_rootManagerMetas: Array; - goerli_rootManagerMode?: Maybe; - goerli_rootManagerModes: Array; - goerli_optimisticRootProposed?: Maybe; - goerli_optimisticRootProposeds: Array; - goerli_hubOptimisticRootFinalized?: Maybe; - goerli_hubOptimisticRootFinalizeds: Array; - goerli_optimisticRootPropagated?: Maybe; - goerli_optimisticRootPropagateds: Array; - goerli_polygonConnectorMeta?: Maybe; - goerli_polygonConnectorMetas: Array; - goerli_optimismConnectorMeta?: Maybe; - goerli_optimismConnectorMetas: Array; - goerli_bnbConnectorMeta?: Maybe; - goerli_bnbConnectorMetas: Array; - goerli_arbitrumConnectorMeta?: Maybe; - goerli_arbitrumConnectorMetas: Array; - goerli_gnosisConnectorMeta?: Maybe; - goerli_gnosisConnectorMetas: Array; - goerli_zkSyncConnectorMeta?: Maybe; - goerli_zkSyncConnectorMetas: Array; - goerli_lineaConnectorMeta?: Maybe; - goerli_lineaConnectorMetas: Array; - goerli_baseConnectorMeta?: Maybe; - goerli_baseConnectorMetas: Array; - goerli_x1ConnectorMeta?: Maybe; - goerli_x1ConnectorMetas: Array; - goerli_rootMessageProcessed?: Maybe; - goerli_rootMessageProcesseds: Array; - goerli_aggregateRootSavedSlow?: Maybe; - goerli_aggregateRootSavedSlows: Array; - goerli_hubDomain?: Maybe; - goerli_hubDomains: Array; - /** Access to subgraph metadata */ - goerli__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; stagingmumbai_swap_systemInfo?: Maybe; stagingmumbai_swap_systemInfos: Array; stagingmumbai_swap_pooledToken?: Maybe; @@ -934,74 +782,6 @@ export type Query = { stagingmumbai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ stagingmumbai_swap__meta?: Maybe; - mumbai_swap_systemInfo?: Maybe; - mumbai_swap_systemInfos: Array; - mumbai_swap_pooledToken?: Maybe; - mumbai_swap_pooledTokens: Array; - mumbai_swap_stableSwap?: Maybe; - mumbai_swap_stableSwaps: Array; - mumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - mumbai_swap_stableSwapAddLiquidityEvents: Array; - mumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mumbai_swap_stableSwapRemoveLiquidityEvents: Array; - mumbai_swap_stableSwapExchange?: Maybe; - mumbai_swap_stableSwapExchanges: Array; - mumbai_swap_swapDailyVolume?: Maybe; - mumbai_swap_swapDailyVolumes: Array; - mumbai_swap_swapHourlyVolume?: Maybe; - mumbai_swap_swapHourlyVolumes: Array; - mumbai_swap_swapWeeklyVolume?: Maybe; - mumbai_swap_swapWeeklyVolumes: Array; - mumbai_swap_lpAccount?: Maybe; - mumbai_swap_lpAccounts: Array; - mumbai_swap_lpAccountBalance?: Maybe; - mumbai_swap_lpAccountBalances: Array; - mumbai_swap_lpToken?: Maybe; - mumbai_swap_lpTokens: Array; - mumbai_swap_lpTransferEvent?: Maybe; - mumbai_swap_lpTransferEvents: Array; - mumbai_swap_stableSwapEvent?: Maybe; - mumbai_swap_stableSwapEvents: Array; - mumbai_swap_swapTradeVolume?: Maybe; - mumbai_swap_swapTradeVolumes: Array; - mumbai_swap_lpTokenEvent?: Maybe; - mumbai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - mumbai_swap__meta?: Maybe; - 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; goerli_swap_systemInfo?: Maybe; goerli_swap_systemInfos: Array; goerli_swap_pooledToken?: Maybe; @@ -1036,6 +816,270 @@ export type Query = { goerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ goerli_swap__meta?: Maybe; + polygon_swap_systemInfo?: Maybe; + polygon_swap_systemInfos: Array; + polygon_swap_pooledToken?: Maybe; + polygon_swap_pooledTokens: Array; + polygon_swap_stableSwap?: Maybe; + polygon_swap_stableSwaps: Array; + polygon_swap_stableSwapAddLiquidityEvent?: Maybe; + polygon_swap_stableSwapAddLiquidityEvents: Array; + polygon_swap_stableSwapRemoveLiquidityEvent?: Maybe; + polygon_swap_stableSwapRemoveLiquidityEvents: Array; + polygon_swap_stableSwapExchange?: Maybe; + polygon_swap_stableSwapExchanges: Array; + polygon_swap_swapDailyVolume?: Maybe; + polygon_swap_swapDailyVolumes: Array; + polygon_swap_swapHourlyVolume?: Maybe; + polygon_swap_swapHourlyVolumes: Array; + polygon_swap_swapWeeklyVolume?: Maybe; + polygon_swap_swapWeeklyVolumes: Array; + polygon_swap_lpAccount?: Maybe; + polygon_swap_lpAccounts: Array; + polygon_swap_lpAccountBalance?: Maybe; + polygon_swap_lpAccountBalances: Array; + polygon_swap_lpToken?: Maybe; + polygon_swap_lpTokens: Array; + polygon_swap_lpTransferEvent?: Maybe; + polygon_swap_lpTransferEvents: Array; + polygon_swap_stableSwapEvent?: Maybe; + polygon_swap_stableSwapEvents: Array; + polygon_swap_swapTradeVolume?: Maybe; + polygon_swap_swapTradeVolumes: Array; + polygon_swap_lpTokenEvent?: Maybe; + polygon_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + polygon_swap__meta?: Maybe; + stagingmainnet_rootAggregated?: Maybe; + stagingmainnet_rootAggregateds: Array; + stagingmainnet_rootPropagated?: Maybe; + stagingmainnet_rootPropagateds: Array; + stagingmainnet_aggregatedMessageRoot?: Maybe; + stagingmainnet_aggregatedMessageRoots: Array; + stagingmainnet_rootManagerMeta?: Maybe; + stagingmainnet_rootManagerMetas: Array; + stagingmainnet_rootManagerMode?: Maybe; + stagingmainnet_rootManagerModes: Array; + stagingmainnet_optimisticRootProposed?: Maybe; + stagingmainnet_optimisticRootProposeds: Array; + stagingmainnet_hubOptimisticRootFinalized?: Maybe; + stagingmainnet_hubOptimisticRootFinalizeds: Array; + stagingmainnet_optimisticRootPropagated?: Maybe; + stagingmainnet_optimisticRootPropagateds: Array; + stagingmainnet_polygonConnectorMeta?: Maybe; + stagingmainnet_polygonConnectorMetas: Array; + stagingmainnet_optimismConnectorMeta?: Maybe; + stagingmainnet_optimismConnectorMetas: Array; + stagingmainnet_bnbConnectorMeta?: Maybe; + stagingmainnet_bnbConnectorMetas: Array; + stagingmainnet_arbitrumConnectorMeta?: Maybe; + stagingmainnet_arbitrumConnectorMetas: Array; + stagingmainnet_gnosisConnectorMeta?: Maybe; + stagingmainnet_gnosisConnectorMetas: Array; + stagingmainnet_lineaConnectorMeta?: Maybe; + stagingmainnet_lineaConnectorMetas: Array; + stagingmainnet_metisConnectorMeta?: Maybe; + stagingmainnet_metisConnectorMetas: Array; + stagingmainnet_mantleConnectorMeta?: Maybe; + stagingmainnet_mantleConnectorMetas: Array; + stagingmainnet_avalancheConnectorMeta?: Maybe; + stagingmainnet_avalancheConnectorMetas: Array; + stagingmainnet_baseConnectorMeta?: Maybe; + stagingmainnet_baseConnectorMetas: Array; + stagingmainnet_polygonZkConnectorMeta?: Maybe; + stagingmainnet_polygonZkConnectorMetas: Array; + stagingmainnet_zkSyncConnectorMeta?: Maybe; + stagingmainnet_zkSyncConnectorMetas: Array; + stagingmainnet_modeConnectorMeta?: Maybe; + stagingmainnet_modeConnectorMetas: Array; + stagingmainnet_scrollConnectorMeta?: Maybe; + stagingmainnet_scrollConnectorMetas: Array; + stagingmainnet_rootMessageProcessed?: Maybe; + stagingmainnet_rootMessageProcesseds: Array; + stagingmainnet_aggregateRootSavedSlow?: Maybe; + stagingmainnet_aggregateRootSavedSlows: Array; + stagingmainnet_hubDomain?: Maybe; + stagingmainnet_hubDomains: Array; + /** Access to subgraph metadata */ + stagingmainnet__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; + goerli_rootAggregated?: Maybe; + goerli_rootAggregateds: Array; + goerli_rootPropagated?: Maybe; + goerli_rootPropagateds: Array; + goerli_aggregatedMessageRoot?: Maybe; + goerli_aggregatedMessageRoots: Array; + goerli_rootManagerMeta?: Maybe; + goerli_rootManagerMetas: Array; + goerli_rootManagerMode?: Maybe; + goerli_rootManagerModes: Array; + goerli_optimisticRootProposed?: Maybe; + goerli_optimisticRootProposeds: Array; + goerli_hubOptimisticRootFinalized?: Maybe; + goerli_hubOptimisticRootFinalizeds: Array; + goerli_optimisticRootPropagated?: Maybe; + goerli_optimisticRootPropagateds: Array; + goerli_polygonConnectorMeta?: Maybe; + goerli_polygonConnectorMetas: Array; + goerli_optimismConnectorMeta?: Maybe; + goerli_optimismConnectorMetas: Array; + goerli_bnbConnectorMeta?: Maybe; + goerli_bnbConnectorMetas: Array; + goerli_arbitrumConnectorMeta?: Maybe; + goerli_arbitrumConnectorMetas: Array; + goerli_gnosisConnectorMeta?: Maybe; + goerli_gnosisConnectorMetas: Array; + goerli_zkSyncConnectorMeta?: Maybe; + goerli_zkSyncConnectorMetas: Array; + goerli_lineaConnectorMeta?: Maybe; + goerli_lineaConnectorMetas: Array; + goerli_baseConnectorMeta?: Maybe; + goerli_baseConnectorMetas: Array; + goerli_x1ConnectorMeta?: Maybe; + goerli_x1ConnectorMetas: Array; + goerli_rootMessageProcessed?: Maybe; + goerli_rootMessageProcesseds: Array; + goerli_aggregateRootSavedSlow?: Maybe; + goerli_aggregateRootSavedSlows: Array; + goerli_hubDomain?: Maybe; + goerli_hubDomains: Array; + /** Access to subgraph metadata */ + goerli__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; + 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; avalanche_swap_systemInfo?: Maybe; avalanche_swap_systemInfos: Array; avalanche_swap_pooledToken?: Maybe; @@ -1070,100 +1114,262 @@ export type Query = { avalanche_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ avalanche_swap__meta?: Maybe; - optimismgoerli_asset?: Maybe; - optimismgoerli_assets: Array; - optimismgoerli_assetStatus?: Maybe; - optimismgoerli_assetStatuses: Array; - optimismgoerli_assetBalance?: Maybe; - optimismgoerli_assetBalances: Array; - optimismgoerli_router?: Maybe; - optimismgoerli_routers: Array; - optimismgoerli_routerDailyTVL?: Maybe; - optimismgoerli_routerDailyTVLs: Array; - optimismgoerli_routerLiquidityEvent?: Maybe; - optimismgoerli_routerLiquidityEvents: Array; - optimismgoerli_setting?: Maybe; - optimismgoerli_settings: Array; - optimismgoerli_relayer?: Maybe; - optimismgoerli_relayers: Array; - optimismgoerli_sequencer?: Maybe; - optimismgoerli_sequencers: Array; - optimismgoerli_relayerFee?: Maybe; - optimismgoerli_relayerFees: Array; - optimismgoerli_originTransfer?: Maybe; - optimismgoerli_originTransfers: Array; - optimismgoerli_destinationTransfer?: Maybe; - optimismgoerli_destinationTransfers: Array; - optimismgoerli_originMessage?: Maybe; - optimismgoerli_originMessages: Array; - optimismgoerli_aggregateRoot?: Maybe; - optimismgoerli_aggregateRoots: Array; - optimismgoerli_connectorMeta?: Maybe; - optimismgoerli_connectorMetas: Array; - optimismgoerli_rootCount?: Maybe; - optimismgoerli_rootCounts: Array; - optimismgoerli_rootMessageSent?: Maybe; - optimismgoerli_rootMessageSents: Array; - optimismgoerli_relayerFeesIncrease?: Maybe; - optimismgoerli_relayerFeesIncreases: Array; - optimismgoerli_slippageUpdate?: Maybe; - optimismgoerli_slippageUpdates: Array; - optimismgoerli_snapshotRoot?: Maybe; - optimismgoerli_snapshotRoots: Array; - optimismgoerli_spokeConnectorMode?: Maybe; - optimismgoerli_spokeConnectorModes: Array; - optimismgoerli_aggregateRootProposed?: Maybe; - optimismgoerli_aggregateRootProposeds: Array; - optimismgoerli_optimisticRootFinalized?: Maybe; - optimismgoerli_optimisticRootFinalizeds: Array; + base_swap_systemInfo?: Maybe; + base_swap_systemInfos: Array; + base_swap_pooledToken?: Maybe; + base_swap_pooledTokens: Array; + base_swap_stableSwap?: Maybe; + base_swap_stableSwaps: Array; + base_swap_stableSwapAddLiquidityEvent?: Maybe; + base_swap_stableSwapAddLiquidityEvents: Array; + base_swap_stableSwapRemoveLiquidityEvent?: Maybe; + base_swap_stableSwapRemoveLiquidityEvents: Array; + base_swap_stableSwapExchange?: Maybe; + base_swap_stableSwapExchanges: Array; + base_swap_swapDailyVolume?: Maybe; + base_swap_swapDailyVolumes: Array; + base_swap_swapHourlyVolume?: Maybe; + base_swap_swapHourlyVolumes: Array; + base_swap_swapWeeklyVolume?: Maybe; + base_swap_swapWeeklyVolumes: Array; + base_swap_lpAccount?: Maybe; + base_swap_lpAccounts: Array; + base_swap_lpAccountBalance?: Maybe; + base_swap_lpAccountBalances: Array; + base_swap_lpToken?: Maybe; + base_swap_lpTokens: Array; + base_swap_lpTransferEvent?: Maybe; + base_swap_lpTransferEvents: Array; + base_swap_stableSwapEvent?: Maybe; + base_swap_stableSwapEvents: Array; + base_swap_swapTradeVolume?: Maybe; + base_swap_swapTradeVolumes: Array; + base_swap_lpTokenEvent?: Maybe; + base_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - optimismgoerli__meta?: Maybe; - goerli_asset?: Maybe; - goerli_assets: Array; - goerli_assetStatus?: Maybe; - goerli_assetStatuses: Array; - goerli_assetBalance?: Maybe; - goerli_assetBalances: Array; - goerli_router?: Maybe; - goerli_routers: Array; - goerli_routerDailyTVL?: Maybe; - goerli_routerDailyTVLs: Array; - goerli_routerLiquidityEvent?: Maybe; - goerli_routerLiquidityEvents: Array; - goerli_setting?: Maybe; - goerli_settings: Array; - goerli_relayer?: Maybe; - goerli_relayers: Array; - goerli_sequencer?: Maybe; - goerli_sequencers: Array; - goerli_relayerFee?: Maybe; - goerli_relayerFees: Array; - goerli_originTransfer?: Maybe; - goerli_originTransfers: Array; - goerli_destinationTransfer?: Maybe; - goerli_destinationTransfers: Array; - goerli_originMessage?: Maybe; - goerli_originMessages: Array; - goerli_aggregateRoot?: Maybe; - goerli_aggregateRoots: Array; - goerli_connectorMeta?: Maybe; - goerli_connectorMetas: Array; - goerli_rootCount?: Maybe; - goerli_rootCounts: Array; - goerli_rootMessageSent?: Maybe; - goerli_rootMessageSents: Array; - goerli_relayerFeesIncrease?: Maybe; - goerli_relayerFeesIncreases: Array; - goerli_slippageUpdate?: Maybe; - goerli_slippageUpdates: Array; - goerli_snapshotRoot?: Maybe; - goerli_snapshotRoots: Array; - goerli_spokeConnectorMode?: Maybe; - goerli_spokeConnectorModes: Array; - goerli_aggregateRootProposed?: Maybe; - goerli_aggregateRootProposeds: Array; - goerli_optimisticRootFinalized?: Maybe; - goerli_optimisticRootFinalizeds: Array; + base_swap__meta?: Maybe; + xdai_swap_systemInfo?: Maybe; + xdai_swap_systemInfos: Array; + xdai_swap_pooledToken?: Maybe; + xdai_swap_pooledTokens: Array; + xdai_swap_stableSwap?: Maybe; + xdai_swap_stableSwaps: Array; + xdai_swap_stableSwapAddLiquidityEvent?: Maybe; + xdai_swap_stableSwapAddLiquidityEvents: Array; + xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + xdai_swap_stableSwapRemoveLiquidityEvents: Array; + xdai_swap_stableSwapExchange?: Maybe; + xdai_swap_stableSwapExchanges: Array; + xdai_swap_swapDailyVolume?: Maybe; + xdai_swap_swapDailyVolumes: Array; + xdai_swap_swapHourlyVolume?: Maybe; + xdai_swap_swapHourlyVolumes: Array; + xdai_swap_swapWeeklyVolume?: Maybe; + xdai_swap_swapWeeklyVolumes: Array; + xdai_swap_lpAccount?: Maybe; + xdai_swap_lpAccounts: Array; + xdai_swap_lpAccountBalance?: Maybe; + xdai_swap_lpAccountBalances: Array; + xdai_swap_lpToken?: Maybe; + xdai_swap_lpTokens: Array; + xdai_swap_lpTransferEvent?: Maybe; + xdai_swap_lpTransferEvents: Array; + xdai_swap_stableSwapEvent?: Maybe; + xdai_swap_stableSwapEvents: Array; + xdai_swap_swapTradeVolume?: Maybe; + xdai_swap_swapTradeVolumes: Array; + xdai_swap_lpTokenEvent?: Maybe; + xdai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + xdai_swap__meta?: Maybe; + linea_swap_systemInfo?: Maybe; + linea_swap_systemInfos: Array; + linea_swap_pooledToken?: Maybe; + linea_swap_pooledTokens: Array; + linea_swap_stableSwap?: Maybe; + linea_swap_stableSwaps: Array; + linea_swap_stableSwapAddLiquidityEvent?: Maybe; + linea_swap_stableSwapAddLiquidityEvents: Array; + linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; + linea_swap_stableSwapRemoveLiquidityEvents: Array; + linea_swap_stableSwapExchange?: Maybe; + linea_swap_stableSwapExchanges: Array; + linea_swap_swapDailyVolume?: Maybe; + linea_swap_swapDailyVolumes: Array; + linea_swap_swapHourlyVolume?: Maybe; + linea_swap_swapHourlyVolumes: Array; + linea_swap_swapWeeklyVolume?: Maybe; + linea_swap_swapWeeklyVolumes: Array; + linea_swap_lpAccount?: Maybe; + linea_swap_lpAccounts: Array; + linea_swap_lpAccountBalance?: Maybe; + linea_swap_lpAccountBalances: Array; + linea_swap_lpToken?: Maybe; + linea_swap_lpTokens: Array; + linea_swap_lpTransferEvent?: Maybe; + linea_swap_lpTransferEvents: Array; + linea_swap_stableSwapEvent?: Maybe; + linea_swap_stableSwapEvents: Array; + linea_swap_swapTradeVolume?: Maybe; + linea_swap_swapTradeVolumes: Array; + linea_swap_lpTokenEvent?: Maybe; + linea_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + linea_swap__meta?: Maybe; + 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; + 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 */ + mainnet__meta?: Maybe; + localmainnet_rootAggregated?: Maybe; + localmainnet_rootAggregateds: Array; + localmainnet_rootPropagated?: Maybe; + localmainnet_rootPropagateds: Array; + localmainnet_aggregatedMessageRoot?: Maybe; + localmainnet_aggregatedMessageRoots: Array; + localmainnet_rootManagerMeta?: Maybe; + localmainnet_rootManagerMetas: Array; + localmainnet_rootManagerMode?: Maybe; + localmainnet_rootManagerModes: Array; + localmainnet_optimisticRootProposed?: Maybe; + localmainnet_optimisticRootProposeds: Array; + localmainnet_hubOptimisticRootFinalized?: Maybe; + localmainnet_hubOptimisticRootFinalizeds: Array; + localmainnet_optimisticRootPropagated?: Maybe; + localmainnet_optimisticRootPropagateds: Array; + localmainnet_polygonConnectorMeta?: Maybe; + localmainnet_polygonConnectorMetas: Array; + localmainnet_optimismConnectorMeta?: Maybe; + localmainnet_optimismConnectorMetas: Array; + localmainnet_bnbConnectorMeta?: Maybe; + localmainnet_bnbConnectorMetas: Array; + localmainnet_arbitrumConnectorMeta?: Maybe; + localmainnet_arbitrumConnectorMetas: Array; + localmainnet_gnosisConnectorMeta?: Maybe; + localmainnet_gnosisConnectorMetas: Array; + localmainnet_zkSyncConnectorMeta?: Maybe; + localmainnet_zkSyncConnectorMetas: Array; + localmainnet_rootMessageProcessed?: Maybe; + localmainnet_rootMessageProcesseds: Array; + localmainnet_aggregateRootSavedSlow?: Maybe; + localmainnet_aggregateRootSavedSlows: Array; + localmainnet_hubDomain?: Maybe; + localmainnet_hubDomains: Array; + /** Access to subgraph metadata */ + localmainnet__meta?: Maybe; + staginggoerli_swap_systemInfo?: Maybe; + staginggoerli_swap_systemInfos: Array; + staginggoerli_swap_pooledToken?: Maybe; + staginggoerli_swap_pooledTokens: Array; + staginggoerli_swap_stableSwap?: Maybe; + staginggoerli_swap_stableSwaps: Array; + staginggoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + staginggoerli_swap_stableSwapAddLiquidityEvents: Array; + staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + staginggoerli_swap_stableSwapRemoveLiquidityEvents: Array; + staginggoerli_swap_stableSwapExchange?: Maybe; + staginggoerli_swap_stableSwapExchanges: Array; + staginggoerli_swap_swapDailyVolume?: Maybe; + staginggoerli_swap_swapDailyVolumes: Array; + staginggoerli_swap_swapHourlyVolume?: Maybe; + staginggoerli_swap_swapHourlyVolumes: Array; + staginggoerli_swap_swapWeeklyVolume?: Maybe; + staginggoerli_swap_swapWeeklyVolumes: Array; + staginggoerli_swap_lpAccount?: Maybe; + staginggoerli_swap_lpAccounts: Array; + staginggoerli_swap_lpAccountBalance?: Maybe; + staginggoerli_swap_lpAccountBalances: Array; + staginggoerli_swap_lpToken?: Maybe; + staginggoerli_swap_lpTokens: Array; + staginggoerli_swap_lpTransferEvent?: Maybe; + staginggoerli_swap_lpTransferEvents: Array; + staginggoerli_swap_stableSwapEvent?: Maybe; + staginggoerli_swap_stableSwapEvents: Array; + staginggoerli_swap_swapTradeVolume?: Maybe; + staginggoerli_swap_swapTradeVolumes: Array; + staginggoerli_swap_lpTokenEvent?: Maybe; + staginggoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + staginggoerli_swap__meta?: Maybe; stagingoptimismgoerli_asset?: Maybe; stagingoptimismgoerli_assets: Array; stagingoptimismgoerli_assetStatus?: Maybe; @@ -1212,102 +1418,40 @@ export type Query = { stagingoptimismgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingoptimismgoerli__meta?: Maybe; - mumbai_asset?: Maybe; - mumbai_assets: Array; - mumbai_assetStatus?: Maybe; - mumbai_assetStatuses: Array; - mumbai_assetBalance?: Maybe; - mumbai_assetBalances: Array; - mumbai_router?: Maybe; - mumbai_routers: Array; - mumbai_routerDailyTVL?: Maybe; - mumbai_routerDailyTVLs: Array; - mumbai_routerLiquidityEvent?: Maybe; - mumbai_routerLiquidityEvents: Array; - mumbai_setting?: Maybe; - mumbai_settings: Array; - mumbai_relayer?: Maybe; - mumbai_relayers: Array; - mumbai_sequencer?: Maybe; - mumbai_sequencers: Array; - mumbai_relayerFee?: Maybe; - mumbai_relayerFees: Array; - mumbai_originTransfer?: Maybe; - mumbai_originTransfers: Array; - mumbai_destinationTransfer?: Maybe; - mumbai_destinationTransfers: Array; - mumbai_originMessage?: Maybe; - mumbai_originMessages: Array; - mumbai_aggregateRoot?: Maybe; - mumbai_aggregateRoots: Array; - mumbai_connectorMeta?: Maybe; - mumbai_connectorMetas: Array; - mumbai_rootCount?: Maybe; - mumbai_rootCounts: Array; - mumbai_rootMessageSent?: Maybe; - mumbai_rootMessageSents: Array; - mumbai_relayerFeesIncrease?: Maybe; - mumbai_relayerFeesIncreases: Array; - mumbai_slippageUpdate?: Maybe; - mumbai_slippageUpdates: Array; - mumbai_snapshotRoot?: Maybe; - mumbai_snapshotRoots: Array; - mumbai_spokeConnectorMode?: Maybe; - mumbai_spokeConnectorModes: Array; - mumbai_aggregateRootProposed?: Maybe; - mumbai_aggregateRootProposeds: Array; - mumbai_optimisticRootFinalized?: Maybe; - mumbai_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - mumbai__meta?: Maybe; - basegoerli_asset?: Maybe; - basegoerli_assets: Array; - basegoerli_assetStatus?: Maybe; - basegoerli_assetStatuses: Array; - basegoerli_assetBalance?: Maybe; - basegoerli_assetBalances: Array; - basegoerli_router?: Maybe; - basegoerli_routers: Array; - basegoerli_routerDailyTVL?: Maybe; - basegoerli_routerDailyTVLs: Array; - basegoerli_routerLiquidityEvent?: Maybe; - basegoerli_routerLiquidityEvents: Array; - basegoerli_setting?: Maybe; - basegoerli_settings: Array; - basegoerli_relayer?: Maybe; - basegoerli_relayers: Array; - basegoerli_sequencer?: Maybe; - basegoerli_sequencers: Array; - basegoerli_relayerFee?: Maybe; - basegoerli_relayerFees: Array; - basegoerli_originTransfer?: Maybe; - basegoerli_originTransfers: Array; - basegoerli_destinationTransfer?: Maybe; - basegoerli_destinationTransfers: Array; - basegoerli_originMessage?: Maybe; - basegoerli_originMessages: Array; - basegoerli_aggregateRoot?: Maybe; - basegoerli_aggregateRoots: Array; - basegoerli_connectorMeta?: Maybe; - basegoerli_connectorMetas: Array; - basegoerli_rootCount?: Maybe; - basegoerli_rootCounts: Array; - basegoerli_rootMessageSent?: Maybe; - basegoerli_rootMessageSents: Array; - basegoerli_relayerFeesIncrease?: Maybe; - basegoerli_relayerFeesIncreases: Array; - basegoerli_slippageUpdate?: Maybe; - basegoerli_slippageUpdates: Array; - basegoerli_snapshotRoot?: Maybe; - basegoerli_snapshotRoots: Array; - basegoerli_spokeConnectorMode?: Maybe; - basegoerli_spokeConnectorModes: Array; - basegoerli_aggregateRootProposed?: Maybe; - basegoerli_aggregateRootProposeds: Array; - basegoerli_optimisticRootFinalized?: Maybe; - basegoerli_optimisticRootFinalizeds: Array; + mantle_swap_systemInfo?: Maybe; + mantle_swap_systemInfos: Array; + mantle_swap_pooledToken?: Maybe; + mantle_swap_pooledTokens: Array; + mantle_swap_stableSwap?: Maybe; + mantle_swap_stableSwaps: Array; + mantle_swap_stableSwapAddLiquidityEvent?: Maybe; + mantle_swap_stableSwapAddLiquidityEvents: Array; + mantle_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mantle_swap_stableSwapRemoveLiquidityEvents: Array; + mantle_swap_stableSwapExchange?: Maybe; + mantle_swap_stableSwapExchanges: Array; + mantle_swap_swapDailyVolume?: Maybe; + mantle_swap_swapDailyVolumes: Array; + mantle_swap_swapHourlyVolume?: Maybe; + mantle_swap_swapHourlyVolumes: Array; + mantle_swap_swapWeeklyVolume?: Maybe; + mantle_swap_swapWeeklyVolumes: Array; + mantle_swap_lpAccount?: Maybe; + mantle_swap_lpAccounts: Array; + mantle_swap_lpAccountBalance?: Maybe; + mantle_swap_lpAccountBalances: Array; + mantle_swap_lpToken?: Maybe; + mantle_swap_lpTokens: Array; + mantle_swap_lpTransferEvent?: Maybe; + mantle_swap_lpTransferEvents: Array; + mantle_swap_stableSwapEvent?: Maybe; + mantle_swap_stableSwapEvents: Array; + mantle_swap_swapTradeVolume?: Maybe; + mantle_swap_swapTradeVolumes: Array; + mantle_swap_lpTokenEvent?: Maybe; + mantle_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - basegoerli__meta?: Maybe; + mantle_swap__meta?: Maybe; stagingmumbai_asset?: Maybe; stagingmumbai_assets: Array; stagingmumbai_assetStatus?: Maybe; @@ -1356,492 +1500,528 @@ export type Query = { stagingmumbai_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingmumbai__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; - staginggoerli_asset?: Maybe; - staginggoerli_assets: Array; - staginggoerli_assetStatus?: Maybe; - staginggoerli_assetStatuses: Array; - staginggoerli_assetBalance?: Maybe; - staginggoerli_assetBalances: Array; - staginggoerli_router?: Maybe; - staginggoerli_routers: Array; - staginggoerli_routerDailyTVL?: Maybe; - staginggoerli_routerDailyTVLs: Array; - staginggoerli_routerLiquidityEvent?: Maybe; - staginggoerli_routerLiquidityEvents: Array; - staginggoerli_setting?: Maybe; - staginggoerli_settings: Array; - staginggoerli_relayer?: Maybe; - staginggoerli_relayers: Array; - staginggoerli_sequencer?: Maybe; - staginggoerli_sequencers: Array; - staginggoerli_relayerFee?: Maybe; - staginggoerli_relayerFees: Array; - staginggoerli_originTransfer?: Maybe; - staginggoerli_originTransfers: Array; - staginggoerli_destinationTransfer?: Maybe; - staginggoerli_destinationTransfers: Array; - staginggoerli_originMessage?: Maybe; - staginggoerli_originMessages: Array; - staginggoerli_aggregateRoot?: Maybe; - staginggoerli_aggregateRoots: Array; - staginggoerli_connectorMeta?: Maybe; - staginggoerli_connectorMetas: Array; - staginggoerli_rootCount?: Maybe; - staginggoerli_rootCounts: Array; - staginggoerli_rootMessageSent?: Maybe; - staginggoerli_rootMessageSents: Array; - staginggoerli_relayerFeesIncrease?: Maybe; - staginggoerli_relayerFeesIncreases: Array; - staginggoerli_slippageUpdate?: Maybe; - staginggoerli_slippageUpdates: Array; - staginggoerli_snapshotRoot?: Maybe; - staginggoerli_snapshotRoots: Array; - staginggoerli_spokeConnectorMode?: Maybe; - staginggoerli_spokeConnectorModes: Array; - staginggoerli_aggregateRootProposed?: Maybe; - staginggoerli_aggregateRootProposeds: Array; - staginggoerli_optimisticRootFinalized?: Maybe; - staginggoerli_optimisticRootFinalizeds: Array; - optimism_asset?: Maybe; - optimism_assets: Array; - optimism_assetStatus?: Maybe; - optimism_assetStatuses: Array; - optimism_assetBalance?: Maybe; - optimism_assetBalances: Array; - optimism_router?: Maybe; - optimism_routers: Array; - optimism_routerDailyTVL?: Maybe; - optimism_routerDailyTVLs: Array; - optimism_routerLiquidityEvent?: Maybe; - optimism_routerLiquidityEvents: Array; - optimism_setting?: Maybe; - optimism_settings: Array; - optimism_relayer?: Maybe; - optimism_relayers: Array; - optimism_sequencer?: Maybe; - optimism_sequencers: Array; - optimism_relayerFee?: Maybe; - optimism_relayerFees: Array; - optimism_originTransfer?: Maybe; - optimism_originTransfers: Array; - optimism_destinationTransfer?: Maybe; - optimism_destinationTransfers: Array; - optimism_originMessage?: Maybe; - optimism_originMessages: Array; - optimism_aggregateRoot?: Maybe; - optimism_aggregateRoots: Array; - optimism_connectorMeta?: Maybe; - optimism_connectorMetas: Array; - optimism_rootCount?: Maybe; - optimism_rootCounts: Array; - optimism_rootMessageSent?: Maybe; - optimism_rootMessageSents: Array; - optimism_relayerFeesIncrease?: Maybe; - optimism_relayerFeesIncreases: Array; - optimism_slippageUpdate?: Maybe; - optimism_slippageUpdates: Array; - optimism_snapshotRoot?: Maybe; - optimism_snapshotRoots: Array; - optimism_spokeConnectorMode?: Maybe; - optimism_spokeConnectorModes: Array; - optimism_aggregateRootProposed?: Maybe; - optimism_aggregateRootProposeds: Array; - optimism_optimisticRootFinalized?: Maybe; - optimism_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - optimism__meta?: Maybe; - 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; + 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 */ - mantle_swap__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; + arbitrumone__meta?: Maybe; + basegoerli_asset?: Maybe; + basegoerli_assets: Array; + basegoerli_assetStatus?: Maybe; + basegoerli_assetStatuses: Array; + basegoerli_assetBalance?: Maybe; + basegoerli_assetBalances: Array; + basegoerli_router?: Maybe; + basegoerli_routers: Array; + basegoerli_routerDailyTVL?: Maybe; + basegoerli_routerDailyTVLs: Array; + basegoerli_routerLiquidityEvent?: Maybe; + basegoerli_routerLiquidityEvents: Array; + basegoerli_setting?: Maybe; + basegoerli_settings: Array; + basegoerli_relayer?: Maybe; + basegoerli_relayers: Array; + basegoerli_sequencer?: Maybe; + basegoerli_sequencers: Array; + basegoerli_relayerFee?: Maybe; + basegoerli_relayerFees: Array; + basegoerli_originTransfer?: Maybe; + basegoerli_originTransfers: Array; + basegoerli_destinationTransfer?: Maybe; + basegoerli_destinationTransfers: Array; + basegoerli_originMessage?: Maybe; + basegoerli_originMessages: Array; + basegoerli_aggregateRoot?: Maybe; + basegoerli_aggregateRoots: Array; + basegoerli_connectorMeta?: Maybe; + basegoerli_connectorMetas: Array; + basegoerli_rootCount?: Maybe; + basegoerli_rootCounts: Array; + basegoerli_rootMessageSent?: Maybe; + basegoerli_rootMessageSents: Array; + basegoerli_relayerFeesIncrease?: Maybe; + basegoerli_relayerFeesIncreases: Array; + basegoerli_slippageUpdate?: Maybe; + basegoerli_slippageUpdates: Array; + basegoerli_snapshotRoot?: Maybe; + basegoerli_snapshotRoots: Array; + basegoerli_spokeConnectorMode?: Maybe; + basegoerli_spokeConnectorModes: Array; + basegoerli_aggregateRootProposed?: Maybe; + basegoerli_aggregateRootProposeds: Array; + basegoerli_optimisticRootFinalized?: Maybe; + basegoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - mainnet__meta?: Maybe; - testgoerli_asset?: Maybe; - testgoerli_assets: Array; - testgoerli_assetBalance?: Maybe; - testgoerli_assetBalances: Array; - testgoerli_router?: Maybe; - testgoerli_routers: Array; - testgoerli_setting?: Maybe; - testgoerli_settings: Array; - testgoerli_relayer?: Maybe; - testgoerli_relayers: Array; - testgoerli_stableSwap?: Maybe; - testgoerli_stableSwaps: Array; - testgoerli_sponsorVault?: Maybe; - testgoerli_sponsorVaults: Array; - testgoerli_originTransfer?: Maybe; - testgoerli_originTransfers: Array; - testgoerli_destinationTransfer?: Maybe; - testgoerli_destinationTransfers: Array; + basegoerli__meta?: Maybe; + optimismgoerli_asset?: Maybe; + optimismgoerli_assets: Array; + optimismgoerli_assetStatus?: Maybe; + optimismgoerli_assetStatuses: Array; + optimismgoerli_assetBalance?: Maybe; + optimismgoerli_assetBalances: Array; + optimismgoerli_router?: Maybe; + optimismgoerli_routers: Array; + optimismgoerli_routerDailyTVL?: Maybe; + optimismgoerli_routerDailyTVLs: Array; + optimismgoerli_routerLiquidityEvent?: Maybe; + optimismgoerli_routerLiquidityEvents: Array; + optimismgoerli_setting?: Maybe; + optimismgoerli_settings: Array; + optimismgoerli_relayer?: Maybe; + optimismgoerli_relayers: Array; + optimismgoerli_sequencer?: Maybe; + optimismgoerli_sequencers: Array; + optimismgoerli_relayerFee?: Maybe; + optimismgoerli_relayerFees: Array; + optimismgoerli_originTransfer?: Maybe; + optimismgoerli_originTransfers: Array; + optimismgoerli_destinationTransfer?: Maybe; + optimismgoerli_destinationTransfers: Array; + optimismgoerli_originMessage?: Maybe; + optimismgoerli_originMessages: Array; + optimismgoerli_aggregateRoot?: Maybe; + optimismgoerli_aggregateRoots: Array; + optimismgoerli_connectorMeta?: Maybe; + optimismgoerli_connectorMetas: Array; + optimismgoerli_rootCount?: Maybe; + optimismgoerli_rootCounts: Array; + optimismgoerli_rootMessageSent?: Maybe; + optimismgoerli_rootMessageSents: Array; + optimismgoerli_relayerFeesIncrease?: Maybe; + optimismgoerli_relayerFeesIncreases: Array; + optimismgoerli_slippageUpdate?: Maybe; + optimismgoerli_slippageUpdates: Array; + optimismgoerli_snapshotRoot?: Maybe; + optimismgoerli_snapshotRoots: Array; + optimismgoerli_spokeConnectorMode?: Maybe; + optimismgoerli_spokeConnectorModes: Array; + optimismgoerli_aggregateRootProposed?: Maybe; + optimismgoerli_aggregateRootProposeds: Array; + optimismgoerli_optimisticRootFinalized?: Maybe; + optimismgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - testgoerli__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; + optimismgoerli__meta?: Maybe; + mainnet_asset?: Maybe; + mainnet_assets: Array; + mainnet_assetStatus?: Maybe; + mainnet_assetStatuses: Array; + mainnet_assetBalance?: Maybe; + mainnet_assetBalances: Array; + mainnet_router?: Maybe; + mainnet_routers: Array; + mainnet_routerDailyTVL?: Maybe; + mainnet_routerDailyTVLs: Array; + mainnet_routerLiquidityEvent?: Maybe; + mainnet_routerLiquidityEvents: Array; + mainnet_setting?: Maybe; + mainnet_settings: Array; + mainnet_relayer?: Maybe; + mainnet_relayers: Array; + mainnet_sequencer?: Maybe; + mainnet_sequencers: Array; + mainnet_relayerFee?: Maybe; + mainnet_relayerFees: Array; + mainnet_originTransfer?: Maybe; + mainnet_originTransfers: Array; + mainnet_destinationTransfer?: Maybe; + mainnet_destinationTransfers: Array; + mainnet_originMessage?: Maybe; + mainnet_originMessages: Array; + mainnet_aggregateRoot?: Maybe; + mainnet_aggregateRoots: Array; + mainnet_connectorMeta?: Maybe; + mainnet_connectorMetas: Array; + mainnet_rootCount?: Maybe; + mainnet_rootCounts: Array; + mainnet_rootMessageSent?: Maybe; + mainnet_rootMessageSents: Array; + mainnet_relayerFeesIncrease?: Maybe; + mainnet_relayerFeesIncreases: Array; + mainnet_slippageUpdate?: Maybe; + mainnet_slippageUpdates: Array; + mainnet_snapshotRoot?: Maybe; + mainnet_snapshotRoots: Array; + mainnet_spokeConnectorMode?: Maybe; + mainnet_spokeConnectorModes: Array; + mainnet_aggregateRootProposed?: Maybe; + mainnet_aggregateRootProposeds: Array; + mainnet_optimisticRootFinalized?: Maybe; + mainnet_optimisticRootFinalizeds: Array; + mode_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 */ - stagingzksync__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; + mode__meta?: Maybe; + stagingmetis_asset?: Maybe; + stagingmetis_assets: Array; + stagingmetis_assetStatus?: Maybe; + stagingmetis_assetStatuses: Array; + stagingmetis_assetBalance?: Maybe; + stagingmetis_assetBalances: Array; + stagingmetis_router?: Maybe; + stagingmetis_routers: Array; + stagingmetis_routerDailyTVL?: Maybe; + stagingmetis_routerDailyTVLs: Array; + stagingmetis_routerLiquidityEvent?: Maybe; + stagingmetis_routerLiquidityEvents: Array; + stagingmetis_setting?: Maybe; + stagingmetis_settings: Array; + stagingmetis_relayer?: Maybe; + stagingmetis_relayers: Array; + stagingmetis_sequencer?: Maybe; + stagingmetis_sequencers: Array; + stagingmetis_relayerFee?: Maybe; + stagingmetis_relayerFees: Array; + stagingmetis_originTransfer?: Maybe; + stagingmetis_originTransfers: Array; + stagingmetis_destinationTransfer?: Maybe; + stagingmetis_destinationTransfers: Array; + stagingmetis_originMessage?: Maybe; + stagingmetis_originMessages: Array; + stagingmetis_aggregateRoot?: Maybe; + stagingmetis_aggregateRoots: Array; + stagingmetis_connectorMeta?: Maybe; + stagingmetis_connectorMetas: Array; + stagingmetis_rootCount?: Maybe; + stagingmetis_rootCounts: Array; + stagingmetis_rootMessageSent?: Maybe; + stagingmetis_rootMessageSents: Array; + stagingmetis_relayerFeesIncrease?: Maybe; + stagingmetis_relayerFeesIncreases: Array; + stagingmetis_slippageUpdate?: Maybe; + stagingmetis_slippageUpdates: Array; + stagingmetis_snapshotRoot?: Maybe; + stagingmetis_snapshotRoots: Array; + stagingmetis_spokeConnectorMode?: Maybe; + stagingmetis_spokeConnectorModes: Array; + stagingmetis_aggregateRootProposed?: Maybe; + stagingmetis_aggregateRootProposeds: Array; + stagingmetis_optimisticRootFinalized?: Maybe; + stagingmetis_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - base__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; + stagingmetis__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 */ - polygonzkevm_swap__meta?: Maybe; - stagingmainnet_asset?: Maybe; - stagingmainnet_assets: Array; - stagingmainnet_assetStatus?: Maybe; - stagingmainnet_assetStatuses: Array; - stagingmainnet_assetBalance?: Maybe; - stagingmainnet_assetBalances: Array; - stagingmainnet_router?: Maybe; - stagingmainnet_routers: Array; - stagingmainnet_routerDailyTVL?: Maybe; - stagingmainnet_routerDailyTVLs: Array; - stagingmainnet_routerLiquidityEvent?: Maybe; - stagingmainnet_routerLiquidityEvents: Array; - stagingmainnet_setting?: Maybe; - stagingmainnet_settings: Array; - stagingmainnet_relayer?: Maybe; - stagingmainnet_relayers: Array; - stagingmainnet_sequencer?: Maybe; - stagingmainnet_sequencers: Array; - stagingmainnet_relayerFee?: Maybe; - stagingmainnet_relayerFees: Array; - stagingmainnet_originTransfer?: Maybe; - stagingmainnet_originTransfers: Array; - stagingmainnet_destinationTransfer?: Maybe; - stagingmainnet_destinationTransfers: Array; - stagingmainnet_originMessage?: Maybe; - stagingmainnet_originMessages: Array; - stagingmainnet_aggregateRoot?: Maybe; - stagingmainnet_aggregateRoots: Array; - stagingmainnet_connectorMeta?: Maybe; - stagingmainnet_connectorMetas: Array; - stagingmainnet_rootCount?: Maybe; - stagingmainnet_rootCounts: Array; - stagingmainnet_rootMessageSent?: Maybe; - stagingmainnet_rootMessageSents: Array; - stagingmainnet_relayerFeesIncrease?: Maybe; - stagingmainnet_relayerFeesIncreases: Array; - stagingmainnet_slippageUpdate?: Maybe; - stagingmainnet_slippageUpdates: Array; - stagingmainnet_snapshotRoot?: Maybe; - stagingmainnet_snapshotRoots: Array; - stagingmainnet_spokeConnectorMode?: Maybe; - stagingmainnet_spokeConnectorModes: Array; - stagingmainnet_aggregateRootProposed?: Maybe; - stagingmainnet_aggregateRootProposeds: Array; - stagingmainnet_optimisticRootFinalized?: Maybe; - stagingmainnet_optimisticRootFinalizeds: Array; + stagingmantle__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 */ - stagingmainnet__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; + polygon__meta?: Maybe; + goerli_asset?: Maybe; + goerli_assets: Array; + goerli_assetStatus?: Maybe; + goerli_assetStatuses: Array; + goerli_assetBalance?: Maybe; + goerli_assetBalances: Array; + goerli_router?: Maybe; + goerli_routers: Array; + goerli_routerDailyTVL?: Maybe; + goerli_routerDailyTVLs: Array; + goerli_routerLiquidityEvent?: Maybe; + goerli_routerLiquidityEvents: Array; + goerli_setting?: Maybe; + goerli_settings: Array; + goerli_relayer?: Maybe; + goerli_relayers: Array; + goerli_sequencer?: Maybe; + goerli_sequencers: Array; + goerli_relayerFee?: Maybe; + goerli_relayerFees: Array; + goerli_originTransfer?: Maybe; + goerli_originTransfers: Array; + goerli_destinationTransfer?: Maybe; + goerli_destinationTransfers: Array; + goerli_originMessage?: Maybe; + goerli_originMessages: Array; + goerli_aggregateRoot?: Maybe; + goerli_aggregateRoots: Array; + goerli_connectorMeta?: Maybe; + goerli_connectorMetas: Array; + goerli_rootCount?: Maybe; + goerli_rootCounts: Array; + goerli_rootMessageSent?: Maybe; + goerli_rootMessageSents: Array; + goerli_relayerFeesIncrease?: Maybe; + goerli_relayerFeesIncreases: Array; + goerli_slippageUpdate?: Maybe; + goerli_slippageUpdates: Array; + goerli_snapshotRoot?: Maybe; + goerli_snapshotRoots: Array; + goerli_spokeConnectorMode?: Maybe; + goerli_spokeConnectorModes: Array; + goerli_aggregateRootProposed?: Maybe; + goerli_aggregateRootProposeds: Array; + goerli_optimisticRootFinalized?: Maybe; + goerli_optimisticRootFinalizeds: Array; + mumbai_asset?: Maybe; + mumbai_assets: Array; + mumbai_assetStatus?: Maybe; + mumbai_assetStatuses: Array; + mumbai_assetBalance?: Maybe; + mumbai_assetBalances: Array; + mumbai_router?: Maybe; + mumbai_routers: Array; + mumbai_routerDailyTVL?: Maybe; + mumbai_routerDailyTVLs: Array; + mumbai_routerLiquidityEvent?: Maybe; + mumbai_routerLiquidityEvents: Array; + mumbai_setting?: Maybe; + mumbai_settings: Array; + mumbai_relayer?: Maybe; + mumbai_relayers: Array; + mumbai_sequencer?: Maybe; + mumbai_sequencers: Array; + mumbai_relayerFee?: Maybe; + mumbai_relayerFees: Array; + mumbai_originTransfer?: Maybe; + mumbai_originTransfers: Array; + mumbai_destinationTransfer?: Maybe; + mumbai_destinationTransfers: Array; + mumbai_originMessage?: Maybe; + mumbai_originMessages: Array; + mumbai_aggregateRoot?: Maybe; + mumbai_aggregateRoots: Array; + mumbai_connectorMeta?: Maybe; + mumbai_connectorMetas: Array; + mumbai_rootCount?: Maybe; + mumbai_rootCounts: Array; + mumbai_rootMessageSent?: Maybe; + mumbai_rootMessageSents: Array; + mumbai_relayerFeesIncrease?: Maybe; + mumbai_relayerFeesIncreases: Array; + mumbai_slippageUpdate?: Maybe; + mumbai_slippageUpdates: Array; + mumbai_snapshotRoot?: Maybe; + mumbai_snapshotRoots: Array; + mumbai_spokeConnectorMode?: Maybe; + mumbai_spokeConnectorModes: Array; + mumbai_aggregateRootProposed?: Maybe; + mumbai_aggregateRootProposeds: Array; + mumbai_optimisticRootFinalized?: Maybe; + mumbai_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - stagingbnb__meta?: Maybe; + mumbai__meta?: Maybe; + staginggoerli_asset?: Maybe; + staginggoerli_assets: Array; + staginggoerli_assetStatus?: Maybe; + staginggoerli_assetStatuses: Array; + staginggoerli_assetBalance?: Maybe; + staginggoerli_assetBalances: Array; + staginggoerli_router?: Maybe; + staginggoerli_routers: Array; + staginggoerli_routerDailyTVL?: Maybe; + staginggoerli_routerDailyTVLs: Array; + staginggoerli_routerLiquidityEvent?: Maybe; + staginggoerli_routerLiquidityEvents: Array; + staginggoerli_setting?: Maybe; + staginggoerli_settings: Array; + staginggoerli_relayer?: Maybe; + staginggoerli_relayers: Array; + staginggoerli_sequencer?: Maybe; + staginggoerli_sequencers: Array; + staginggoerli_relayerFee?: Maybe; + staginggoerli_relayerFees: Array; + staginggoerli_originTransfer?: Maybe; + staginggoerli_originTransfers: Array; + staginggoerli_destinationTransfer?: Maybe; + staginggoerli_destinationTransfers: Array; + staginggoerli_originMessage?: Maybe; + staginggoerli_originMessages: Array; + staginggoerli_aggregateRoot?: Maybe; + staginggoerli_aggregateRoots: Array; + staginggoerli_connectorMeta?: Maybe; + staginggoerli_connectorMetas: Array; + staginggoerli_rootCount?: Maybe; + staginggoerli_rootCounts: Array; + staginggoerli_rootMessageSent?: Maybe; + staginggoerli_rootMessageSents: Array; + staginggoerli_relayerFeesIncrease?: Maybe; + staginggoerli_relayerFeesIncreases: Array; + staginggoerli_slippageUpdate?: Maybe; + staginggoerli_slippageUpdates: Array; + staginggoerli_snapshotRoot?: Maybe; + staginggoerli_snapshotRoots: Array; + staginggoerli_spokeConnectorMode?: Maybe; + staginggoerli_spokeConnectorModes: Array; + staginggoerli_aggregateRootProposed?: Maybe; + staginggoerli_aggregateRootProposeds: Array; + staginggoerli_optimisticRootFinalized?: Maybe; + staginggoerli_optimisticRootFinalizeds: Array; stagingoptimism_asset?: Maybe; stagingoptimism_assets: Array; stagingoptimism_assetStatus?: Maybe; @@ -1890,772 +2070,198 @@ export type Query = { stagingoptimism_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingoptimism__meta?: Maybe; - localoptimism_asset?: Maybe; - localoptimism_assets: Array; - localoptimism_assetStatus?: Maybe; - localoptimism_assetStatuses: Array; - localoptimism_assetBalance?: Maybe; - localoptimism_assetBalances: Array; - localoptimism_router?: Maybe; - localoptimism_routers: Array; - localoptimism_routerDailyTVL?: Maybe; - localoptimism_routerDailyTVLs: Array; - localoptimism_routerLiquidityEvent?: Maybe; - localoptimism_routerLiquidityEvents: Array; - localoptimism_setting?: Maybe; - localoptimism_settings: Array; - localoptimism_relayer?: Maybe; - localoptimism_relayers: Array; - localoptimism_sequencer?: Maybe; - localoptimism_sequencers: Array; - localoptimism_relayerFee?: Maybe; - localoptimism_relayerFees: Array; - localoptimism_originTransfer?: Maybe; - localoptimism_originTransfers: Array; - localoptimism_destinationTransfer?: Maybe; - localoptimism_destinationTransfers: Array; - localoptimism_originMessage?: Maybe; - localoptimism_originMessages: Array; - localoptimism_aggregateRoot?: Maybe; - localoptimism_aggregateRoots: Array; - localoptimism_connectorMeta?: Maybe; - localoptimism_connectorMetas: Array; - localoptimism_rootCount?: Maybe; - localoptimism_rootCounts: Array; - localoptimism_rootMessageSent?: Maybe; - localoptimism_rootMessageSents: Array; - localoptimism_relayerFeesIncrease?: Maybe; - localoptimism_relayerFeesIncreases: Array; - localoptimism_slippageUpdate?: Maybe; - localoptimism_slippageUpdates: Array; - localoptimism_snapshotRoot?: Maybe; - localoptimism_snapshotRoots: Array; - localoptimism_spokeConnectorMode?: Maybe; - localoptimism_spokeConnectorModes: Array; - localoptimism_aggregateRootProposed?: Maybe; - localoptimism_aggregateRootProposeds: Array; - localoptimism_optimisticRootFinalized?: Maybe; - localoptimism_optimisticRootFinalizeds: Array; + 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 */ - localoptimism__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; - localmainnet_asset?: Maybe; - localmainnet_assets: Array; - localmainnet_assetStatus?: Maybe; - localmainnet_assetStatuses: Array; - localmainnet_assetBalance?: Maybe; - localmainnet_assetBalances: Array; - localmainnet_router?: Maybe; - localmainnet_routers: Array; - localmainnet_routerDailyTVL?: Maybe; - localmainnet_routerDailyTVLs: Array; - localmainnet_routerLiquidityEvent?: Maybe; - localmainnet_routerLiquidityEvents: Array; - localmainnet_setting?: Maybe; - localmainnet_settings: Array; - localmainnet_relayer?: Maybe; - localmainnet_relayers: Array; - localmainnet_sequencer?: Maybe; - localmainnet_sequencers: Array; - localmainnet_relayerFee?: Maybe; - localmainnet_relayerFees: Array; - localmainnet_originTransfer?: Maybe; - localmainnet_originTransfers: Array; - localmainnet_destinationTransfer?: Maybe; - localmainnet_destinationTransfers: Array; - localmainnet_originMessage?: Maybe; - localmainnet_originMessages: Array; - localmainnet_aggregateRoot?: Maybe; - localmainnet_aggregateRoots: Array; - localmainnet_connectorMeta?: Maybe; - localmainnet_connectorMetas: Array; - localmainnet_rootCount?: Maybe; - localmainnet_rootCounts: Array; - localmainnet_rootMessageSent?: Maybe; - localmainnet_rootMessageSents: Array; - localmainnet_relayerFeesIncrease?: Maybe; - localmainnet_relayerFeesIncreases: Array; - localmainnet_slippageUpdate?: Maybe; - localmainnet_slippageUpdates: Array; - localmainnet_snapshotRoot?: Maybe; - localmainnet_snapshotRoots: Array; - localmainnet_spokeConnectorMode?: Maybe; - localmainnet_spokeConnectorModes: Array; - localmainnet_aggregateRootProposed?: Maybe; - localmainnet_aggregateRootProposeds: Array; - localmainnet_optimisticRootFinalized?: Maybe; - localmainnet_optimisticRootFinalizeds: Array; - 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 */ - metis__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; - stagingpolygon_asset?: Maybe; - stagingpolygon_assets: Array; - stagingpolygon_assetStatus?: Maybe; - stagingpolygon_assetStatuses: Array; - stagingpolygon_assetBalance?: Maybe; - stagingpolygon_assetBalances: Array; - stagingpolygon_router?: Maybe; - stagingpolygon_routers: Array; - stagingpolygon_routerDailyTVL?: Maybe; - stagingpolygon_routerDailyTVLs: Array; - stagingpolygon_routerLiquidityEvent?: Maybe; - stagingpolygon_routerLiquidityEvents: Array; - stagingpolygon_setting?: Maybe; - stagingpolygon_settings: Array; - stagingpolygon_relayer?: Maybe; - stagingpolygon_relayers: Array; - stagingpolygon_sequencer?: Maybe; - stagingpolygon_sequencers: Array; - stagingpolygon_relayerFee?: Maybe; - stagingpolygon_relayerFees: Array; - stagingpolygon_originTransfer?: Maybe; - stagingpolygon_originTransfers: Array; - stagingpolygon_destinationTransfer?: Maybe; - stagingpolygon_destinationTransfers: Array; - stagingpolygon_originMessage?: Maybe; - stagingpolygon_originMessages: Array; - stagingpolygon_aggregateRoot?: Maybe; - stagingpolygon_aggregateRoots: Array; - stagingpolygon_connectorMeta?: Maybe; - stagingpolygon_connectorMetas: Array; - stagingpolygon_rootCount?: Maybe; - stagingpolygon_rootCounts: Array; - stagingpolygon_rootMessageSent?: Maybe; - stagingpolygon_rootMessageSents: Array; - stagingpolygon_relayerFeesIncrease?: Maybe; - stagingpolygon_relayerFeesIncreases: Array; - stagingpolygon_slippageUpdate?: Maybe; - stagingpolygon_slippageUpdates: Array; - stagingpolygon_snapshotRoot?: Maybe; - stagingpolygon_snapshotRoots: Array; - stagingpolygon_spokeConnectorMode?: Maybe; - stagingpolygon_spokeConnectorModes: Array; - stagingpolygon_aggregateRootProposed?: Maybe; - stagingpolygon_aggregateRootProposeds: Array; - stagingpolygon_optimisticRootFinalized?: Maybe; - stagingpolygon_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingpolygon__meta?: Maybe; - 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; - stagingbase_asset?: Maybe; - stagingbase_assets: Array; - stagingbase_assetStatus?: Maybe; - stagingbase_assetStatuses: Array; - stagingbase_assetBalance?: Maybe; - stagingbase_assetBalances: Array; - stagingbase_router?: Maybe; - stagingbase_routers: Array; - stagingbase_routerDailyTVL?: Maybe; - stagingbase_routerDailyTVLs: Array; - stagingbase_routerLiquidityEvent?: Maybe; - stagingbase_routerLiquidityEvents: Array; - stagingbase_setting?: Maybe; - stagingbase_settings: Array; - stagingbase_relayer?: Maybe; - stagingbase_relayers: Array; - stagingbase_sequencer?: Maybe; - stagingbase_sequencers: Array; - stagingbase_relayerFee?: Maybe; - stagingbase_relayerFees: Array; - stagingbase_originTransfer?: Maybe; - stagingbase_originTransfers: Array; - stagingbase_destinationTransfer?: Maybe; - stagingbase_destinationTransfers: Array; - stagingbase_originMessage?: Maybe; - stagingbase_originMessages: Array; - stagingbase_aggregateRoot?: Maybe; - stagingbase_aggregateRoots: Array; - stagingbase_connectorMeta?: Maybe; - stagingbase_connectorMetas: Array; - stagingbase_rootCount?: Maybe; - stagingbase_rootCounts: Array; - stagingbase_rootMessageSent?: Maybe; - stagingbase_rootMessageSents: Array; - stagingbase_relayerFeesIncrease?: Maybe; - stagingbase_relayerFeesIncreases: Array; - stagingbase_slippageUpdate?: Maybe; - stagingbase_slippageUpdates: Array; - stagingbase_snapshotRoot?: Maybe; - stagingbase_snapshotRoots: Array; - stagingbase_spokeConnectorMode?: Maybe; - stagingbase_spokeConnectorModes: Array; - stagingbase_aggregateRootProposed?: Maybe; - stagingbase_aggregateRootProposeds: Array; - stagingbase_optimisticRootFinalized?: Maybe; - stagingbase_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingbase__meta?: Maybe; - 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; + staginglinea__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; - /** Access to subgraph metadata */ - arbitrumone__meta?: Maybe; - stagingmetis_asset?: Maybe; - stagingmetis_assets: Array; - stagingmetis_assetStatus?: Maybe; - stagingmetis_assetStatuses: Array; - stagingmetis_assetBalance?: Maybe; - stagingmetis_assetBalances: Array; - stagingmetis_router?: Maybe; - stagingmetis_routers: Array; - stagingmetis_routerDailyTVL?: Maybe; - stagingmetis_routerDailyTVLs: Array; - stagingmetis_routerLiquidityEvent?: Maybe; - stagingmetis_routerLiquidityEvents: Array; - stagingmetis_setting?: Maybe; - stagingmetis_settings: Array; - stagingmetis_relayer?: Maybe; - stagingmetis_relayers: Array; - stagingmetis_sequencer?: Maybe; - stagingmetis_sequencers: Array; - stagingmetis_relayerFee?: Maybe; - stagingmetis_relayerFees: Array; - stagingmetis_originTransfer?: Maybe; - stagingmetis_originTransfers: Array; - stagingmetis_destinationTransfer?: Maybe; - stagingmetis_destinationTransfers: Array; - stagingmetis_originMessage?: Maybe; - stagingmetis_originMessages: Array; - stagingmetis_aggregateRoot?: Maybe; - stagingmetis_aggregateRoots: Array; - stagingmetis_connectorMeta?: Maybe; - stagingmetis_connectorMetas: Array; - stagingmetis_rootCount?: Maybe; - stagingmetis_rootCounts: Array; - stagingmetis_rootMessageSent?: Maybe; - stagingmetis_rootMessageSents: Array; - stagingmetis_relayerFeesIncrease?: Maybe; - stagingmetis_relayerFeesIncreases: Array; - stagingmetis_slippageUpdate?: Maybe; - stagingmetis_slippageUpdates: Array; - stagingmetis_snapshotRoot?: Maybe; - stagingmetis_snapshotRoots: Array; - stagingmetis_spokeConnectorMode?: Maybe; - stagingmetis_spokeConnectorModes: Array; - stagingmetis_aggregateRootProposed?: Maybe; - stagingmetis_aggregateRootProposeds: Array; - stagingmetis_optimisticRootFinalized?: Maybe; - stagingmetis_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingmetis__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; - 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; - 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; + 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 */ - stagingpolygonzkevm__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; + avalanche__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 */ - xdai__meta?: Maybe; + polygonzkevm_swap__meta?: Maybe; polygonzkevm_asset?: Maybe; polygonzkevm_assets: Array; polygonzkevm_assetStatus?: Maybe; @@ -2704,54 +2310,100 @@ export type Query = { polygonzkevm_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ polygonzkevm__meta?: Maybe; - stagingavalanche_asset?: Maybe; - stagingavalanche_assets: Array; - stagingavalanche_assetStatus?: Maybe; - stagingavalanche_assetStatuses: Array; - stagingavalanche_assetBalance?: Maybe; - stagingavalanche_assetBalances: Array; - stagingavalanche_router?: Maybe; - stagingavalanche_routers: Array; - stagingavalanche_routerDailyTVL?: Maybe; - stagingavalanche_routerDailyTVLs: Array; - stagingavalanche_routerLiquidityEvent?: Maybe; - stagingavalanche_routerLiquidityEvents: Array; - stagingavalanche_setting?: Maybe; - stagingavalanche_settings: Array; - stagingavalanche_relayer?: Maybe; - stagingavalanche_relayers: Array; - stagingavalanche_sequencer?: Maybe; - stagingavalanche_sequencers: Array; - stagingavalanche_relayerFee?: Maybe; - stagingavalanche_relayerFees: Array; - stagingavalanche_originTransfer?: Maybe; - stagingavalanche_originTransfers: Array; - stagingavalanche_destinationTransfer?: Maybe; - stagingavalanche_destinationTransfers: Array; - stagingavalanche_originMessage?: Maybe; - stagingavalanche_originMessages: Array; - stagingavalanche_aggregateRoot?: Maybe; - stagingavalanche_aggregateRoots: Array; - stagingavalanche_connectorMeta?: Maybe; - stagingavalanche_connectorMetas: Array; - stagingavalanche_rootCount?: Maybe; - stagingavalanche_rootCounts: Array; - stagingavalanche_rootMessageSent?: Maybe; - stagingavalanche_rootMessageSents: Array; - stagingavalanche_relayerFeesIncrease?: Maybe; - stagingavalanche_relayerFeesIncreases: Array; - stagingavalanche_slippageUpdate?: Maybe; - stagingavalanche_slippageUpdates: Array; - stagingavalanche_snapshotRoot?: Maybe; - stagingavalanche_snapshotRoots: Array; - stagingavalanche_spokeConnectorMode?: Maybe; - stagingavalanche_spokeConnectorModes: Array; - stagingavalanche_aggregateRootProposed?: Maybe; - stagingavalanche_aggregateRootProposeds: Array; - stagingavalanche_optimisticRootFinalized?: Maybe; - stagingavalanche_optimisticRootFinalizeds: Array; + 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 */ - stagingavalanche__meta?: Maybe; + stagingarbitrumone__meta?: Maybe; + localmainnet_asset?: Maybe; + localmainnet_assets: Array; + localmainnet_assetStatus?: Maybe; + localmainnet_assetStatuses: Array; + localmainnet_assetBalance?: Maybe; + localmainnet_assetBalances: Array; + localmainnet_router?: Maybe; + localmainnet_routers: Array; + localmainnet_routerDailyTVL?: Maybe; + localmainnet_routerDailyTVLs: Array; + localmainnet_routerLiquidityEvent?: Maybe; + localmainnet_routerLiquidityEvents: Array; + localmainnet_setting?: Maybe; + localmainnet_settings: Array; + localmainnet_relayer?: Maybe; + localmainnet_relayers: Array; + localmainnet_sequencer?: Maybe; + localmainnet_sequencers: Array; + localmainnet_relayerFee?: Maybe; + localmainnet_relayerFees: Array; + localmainnet_originTransfer?: Maybe; + localmainnet_originTransfers: Array; + localmainnet_destinationTransfer?: Maybe; + localmainnet_destinationTransfers: Array; + localmainnet_originMessage?: Maybe; + localmainnet_originMessages: Array; + localmainnet_aggregateRoot?: Maybe; + localmainnet_aggregateRoots: Array; + localmainnet_connectorMeta?: Maybe; + localmainnet_connectorMetas: Array; + localmainnet_rootCount?: Maybe; + localmainnet_rootCounts: Array; + localmainnet_rootMessageSent?: Maybe; + localmainnet_rootMessageSents: Array; + localmainnet_relayerFeesIncrease?: Maybe; + localmainnet_relayerFeesIncreases: Array; + localmainnet_slippageUpdate?: Maybe; + localmainnet_slippageUpdates: Array; + localmainnet_snapshotRoot?: Maybe; + localmainnet_snapshotRoots: Array; + localmainnet_spokeConnectorMode?: Maybe; + localmainnet_spokeConnectorModes: Array; + localmainnet_aggregateRootProposed?: Maybe; + localmainnet_aggregateRootProposeds: Array; + localmainnet_optimisticRootFinalized?: Maybe; + localmainnet_optimisticRootFinalizeds: Array; localarbitrumone_asset?: Maybe; localarbitrumone_assets: Array; localarbitrumone_assetStatus?: Maybe; @@ -2800,376 +2452,724 @@ export type Query = { localarbitrumone_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ localarbitrumone__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; + 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 */ - mantle__meta?: Maybe; - stagingmainnet_rootAggregated?: Maybe; - stagingmainnet_rootAggregateds: Array; - stagingmainnet_rootPropagated?: Maybe; - stagingmainnet_rootPropagateds: Array; - stagingmainnet_aggregatedMessageRoot?: Maybe; - stagingmainnet_aggregatedMessageRoots: Array; - stagingmainnet_rootManagerMeta?: Maybe; - stagingmainnet_rootManagerMetas: Array; - stagingmainnet_rootManagerMode?: Maybe; - stagingmainnet_rootManagerModes: Array; - stagingmainnet_optimisticRootProposed?: Maybe; - stagingmainnet_optimisticRootProposeds: Array; - stagingmainnet_hubOptimisticRootFinalized?: Maybe; - stagingmainnet_hubOptimisticRootFinalizeds: Array; - stagingmainnet_optimisticRootPropagated?: Maybe; - stagingmainnet_optimisticRootPropagateds: Array; - stagingmainnet_polygonConnectorMeta?: Maybe; - stagingmainnet_polygonConnectorMetas: Array; - stagingmainnet_optimismConnectorMeta?: Maybe; - stagingmainnet_optimismConnectorMetas: Array; - stagingmainnet_bnbConnectorMeta?: Maybe; - stagingmainnet_bnbConnectorMetas: Array; - stagingmainnet_arbitrumConnectorMeta?: Maybe; - stagingmainnet_arbitrumConnectorMetas: Array; - stagingmainnet_gnosisConnectorMeta?: Maybe; - stagingmainnet_gnosisConnectorMetas: Array; - stagingmainnet_lineaConnectorMeta?: Maybe; - stagingmainnet_lineaConnectorMetas: Array; - stagingmainnet_metisConnectorMeta?: Maybe; - stagingmainnet_metisConnectorMetas: Array; - stagingmainnet_mantleConnectorMeta?: Maybe; - stagingmainnet_mantleConnectorMetas: Array; - stagingmainnet_avalancheConnectorMeta?: Maybe; - stagingmainnet_avalancheConnectorMetas: Array; - stagingmainnet_baseConnectorMeta?: Maybe; - stagingmainnet_baseConnectorMetas: Array; - stagingmainnet_polygonZkConnectorMeta?: Maybe; - stagingmainnet_polygonZkConnectorMetas: Array; - stagingmainnet_zkSyncConnectorMeta?: Maybe; - stagingmainnet_zkSyncConnectorMetas: Array; - stagingmainnet_modeConnectorMeta?: Maybe; - stagingmainnet_modeConnectorMetas: Array; - stagingmainnet_scrollConnectorMeta?: Maybe; - stagingmainnet_scrollConnectorMetas: Array; - stagingmainnet_rootMessageProcessed?: Maybe; - stagingmainnet_rootMessageProcesseds: Array; - stagingmainnet_aggregateRootSavedSlow?: Maybe; - stagingmainnet_aggregateRootSavedSlows: Array; - stagingmainnet_hubDomain?: Maybe; - stagingmainnet_hubDomains: 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; - 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; + stagingmode__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 */ - bnb__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; + stagingxdai__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; + stagingpolygon_asset?: Maybe; + stagingpolygon_assets: Array; + stagingpolygon_assetStatus?: Maybe; + stagingpolygon_assetStatuses: Array; + stagingpolygon_assetBalance?: Maybe; + stagingpolygon_assetBalances: Array; + stagingpolygon_router?: Maybe; + stagingpolygon_routers: Array; + stagingpolygon_routerDailyTVL?: Maybe; + stagingpolygon_routerDailyTVLs: Array; + stagingpolygon_routerLiquidityEvent?: Maybe; + stagingpolygon_routerLiquidityEvents: Array; + stagingpolygon_setting?: Maybe; + stagingpolygon_settings: Array; + stagingpolygon_relayer?: Maybe; + stagingpolygon_relayers: Array; + stagingpolygon_sequencer?: Maybe; + stagingpolygon_sequencers: Array; + stagingpolygon_relayerFee?: Maybe; + stagingpolygon_relayerFees: Array; + stagingpolygon_originTransfer?: Maybe; + stagingpolygon_originTransfers: Array; + stagingpolygon_destinationTransfer?: Maybe; + stagingpolygon_destinationTransfers: Array; + stagingpolygon_originMessage?: Maybe; + stagingpolygon_originMessages: Array; + stagingpolygon_aggregateRoot?: Maybe; + stagingpolygon_aggregateRoots: Array; + stagingpolygon_connectorMeta?: Maybe; + stagingpolygon_connectorMetas: Array; + stagingpolygon_rootCount?: Maybe; + stagingpolygon_rootCounts: Array; + stagingpolygon_rootMessageSent?: Maybe; + stagingpolygon_rootMessageSents: Array; + stagingpolygon_relayerFeesIncrease?: Maybe; + stagingpolygon_relayerFeesIncreases: Array; + stagingpolygon_slippageUpdate?: Maybe; + stagingpolygon_slippageUpdates: Array; + stagingpolygon_snapshotRoot?: Maybe; + stagingpolygon_snapshotRoots: Array; + stagingpolygon_spokeConnectorMode?: Maybe; + stagingpolygon_spokeConnectorModes: Array; + stagingpolygon_aggregateRootProposed?: Maybe; + stagingpolygon_aggregateRootProposeds: Array; + stagingpolygon_optimisticRootFinalized?: Maybe; + stagingpolygon_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - avalanche__meta?: Maybe; - mode_asset?: Maybe; - mode_assets: Array; - mode_assetStatus?: Maybe; - mode_assetStatuses: Array; - mode_assetBalance?: Maybe; - mode_assetBalances: Array; - mode_router?: Maybe; - mode_routers: Array; - mode_routerDailyTVL?: Maybe; - mode_routerDailyTVLs: Array; - mode_routerLiquidityEvent?: Maybe; - mode_routerLiquidityEvents: Array; - mode_setting?: Maybe; - mode_settings: Array; - mode_relayer?: Maybe; - mode_relayers: Array; - mode_sequencer?: Maybe; - mode_sequencers: Array; - mode_relayerFee?: Maybe; - mode_relayerFees: Array; - mode_originTransfer?: Maybe; - mode_originTransfers: Array; - mode_destinationTransfer?: Maybe; - mode_destinationTransfers: Array; - mode_originMessage?: Maybe; - mode_originMessages: Array; - mode_aggregateRoot?: Maybe; - mode_aggregateRoots: Array; - mode_connectorMeta?: Maybe; - mode_connectorMetas: Array; - mode_rootCount?: Maybe; - mode_rootCounts: Array; - mode_rootMessageSent?: Maybe; - mode_rootMessageSents: Array; - mode_relayerFeesIncrease?: Maybe; - mode_relayerFeesIncreases: Array; - mode_slippageUpdate?: Maybe; - mode_slippageUpdates: Array; - mode_snapshotRoot?: Maybe; - mode_snapshotRoots: Array; - mode_spokeConnectorMode?: Maybe; - mode_spokeConnectorModes: Array; - mode_aggregateRootProposed?: Maybe; - mode_aggregateRootProposeds: Array; - mode_optimisticRootFinalized?: Maybe; - mode_optimisticRootFinalizeds: Array; + stagingpolygon__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 */ - mode__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; + stagingscroll__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; /** Access to subgraph metadata */ - stagingmode__meta?: Maybe; - stagingoptimismgoerli_swap_systemInfo?: Maybe; - stagingoptimismgoerli_swap_systemInfos: Array; - stagingoptimismgoerli_swap_pooledToken?: Maybe; - stagingoptimismgoerli_swap_pooledTokens: Array; - stagingoptimismgoerli_swap_stableSwap?: Maybe; - stagingoptimismgoerli_swap_stableSwaps: Array; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; - stagingoptimismgoerli_swap_stableSwapExchanges: Array; - stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; - stagingoptimismgoerli_swap_swapDailyVolumes: Array; - stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; - stagingoptimismgoerli_swap_swapHourlyVolumes: Array; - stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; - stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; - stagingoptimismgoerli_swap_lpAccount?: Maybe; - stagingoptimismgoerli_swap_lpAccounts: Array; - stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; - stagingoptimismgoerli_swap_lpAccountBalances: Array; - stagingoptimismgoerli_swap_lpToken?: Maybe; - stagingoptimismgoerli_swap_lpTokens: Array; - stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; - stagingoptimismgoerli_swap_lpTransferEvents: Array; - stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapEvents: Array; - stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; - stagingoptimismgoerli_swap_swapTradeVolumes: Array; - stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; - stagingoptimismgoerli_swap_lpTokenEvents: Array; + mantle__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 */ - stagingoptimismgoerli_swap__meta?: Maybe; + base__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; + 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; + optimism_asset?: Maybe; + optimism_assets: Array; + optimism_assetStatus?: Maybe; + optimism_assetStatuses: Array; + optimism_assetBalance?: Maybe; + optimism_assetBalances: Array; + optimism_router?: Maybe; + optimism_routers: Array; + optimism_routerDailyTVL?: Maybe; + optimism_routerDailyTVLs: Array; + optimism_routerLiquidityEvent?: Maybe; + optimism_routerLiquidityEvents: Array; + optimism_setting?: Maybe; + optimism_settings: Array; + optimism_relayer?: Maybe; + optimism_relayers: Array; + optimism_sequencer?: Maybe; + optimism_sequencers: Array; + optimism_relayerFee?: Maybe; + optimism_relayerFees: Array; + optimism_originTransfer?: Maybe; + optimism_originTransfers: Array; + optimism_destinationTransfer?: Maybe; + optimism_destinationTransfers: Array; + optimism_originMessage?: Maybe; + optimism_originMessages: Array; + optimism_aggregateRoot?: Maybe; + optimism_aggregateRoots: Array; + optimism_connectorMeta?: Maybe; + optimism_connectorMetas: Array; + optimism_rootCount?: Maybe; + optimism_rootCounts: Array; + optimism_rootMessageSent?: Maybe; + optimism_rootMessageSents: Array; + optimism_relayerFeesIncrease?: Maybe; + optimism_relayerFeesIncreases: Array; + optimism_slippageUpdate?: Maybe; + optimism_slippageUpdates: Array; + optimism_snapshotRoot?: Maybe; + optimism_snapshotRoots: Array; + optimism_spokeConnectorMode?: Maybe; + optimism_spokeConnectorModes: Array; + optimism_aggregateRootProposed?: Maybe; + optimism_aggregateRootProposeds: Array; + optimism_optimisticRootFinalized?: Maybe; + optimism_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + optimism__meta?: Maybe; + stagingbase_asset?: Maybe; + stagingbase_assets: Array; + stagingbase_assetStatus?: Maybe; + stagingbase_assetStatuses: Array; + stagingbase_assetBalance?: Maybe; + stagingbase_assetBalances: Array; + stagingbase_router?: Maybe; + stagingbase_routers: Array; + stagingbase_routerDailyTVL?: Maybe; + stagingbase_routerDailyTVLs: Array; + stagingbase_routerLiquidityEvent?: Maybe; + stagingbase_routerLiquidityEvents: Array; + stagingbase_setting?: Maybe; + stagingbase_settings: Array; + stagingbase_relayer?: Maybe; + stagingbase_relayers: Array; + stagingbase_sequencer?: Maybe; + stagingbase_sequencers: Array; + stagingbase_relayerFee?: Maybe; + stagingbase_relayerFees: Array; + stagingbase_originTransfer?: Maybe; + stagingbase_originTransfers: Array; + stagingbase_destinationTransfer?: Maybe; + stagingbase_destinationTransfers: Array; + stagingbase_originMessage?: Maybe; + stagingbase_originMessages: Array; + stagingbase_aggregateRoot?: Maybe; + stagingbase_aggregateRoots: Array; + stagingbase_connectorMeta?: Maybe; + stagingbase_connectorMetas: Array; + stagingbase_rootCount?: Maybe; + stagingbase_rootCounts: Array; + stagingbase_rootMessageSent?: Maybe; + stagingbase_rootMessageSents: Array; + stagingbase_relayerFeesIncrease?: Maybe; + stagingbase_relayerFeesIncreases: Array; + stagingbase_slippageUpdate?: Maybe; + stagingbase_slippageUpdates: Array; + stagingbase_snapshotRoot?: Maybe; + stagingbase_snapshotRoots: Array; + stagingbase_spokeConnectorMode?: Maybe; + stagingbase_spokeConnectorModes: Array; + stagingbase_aggregateRootProposed?: Maybe; + stagingbase_aggregateRootProposeds: Array; + stagingbase_optimisticRootFinalized?: Maybe; + stagingbase_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingbase__meta?: Maybe; + localoptimism_asset?: Maybe; + localoptimism_assets: Array; + localoptimism_assetStatus?: Maybe; + localoptimism_assetStatuses: Array; + localoptimism_assetBalance?: Maybe; + localoptimism_assetBalances: Array; + localoptimism_router?: Maybe; + localoptimism_routers: Array; + localoptimism_routerDailyTVL?: Maybe; + localoptimism_routerDailyTVLs: Array; + localoptimism_routerLiquidityEvent?: Maybe; + localoptimism_routerLiquidityEvents: Array; + localoptimism_setting?: Maybe; + localoptimism_settings: Array; + localoptimism_relayer?: Maybe; + localoptimism_relayers: Array; + localoptimism_sequencer?: Maybe; + localoptimism_sequencers: Array; + localoptimism_relayerFee?: Maybe; + localoptimism_relayerFees: Array; + localoptimism_originTransfer?: Maybe; + localoptimism_originTransfers: Array; + localoptimism_destinationTransfer?: Maybe; + localoptimism_destinationTransfers: Array; + localoptimism_originMessage?: Maybe; + localoptimism_originMessages: Array; + localoptimism_aggregateRoot?: Maybe; + localoptimism_aggregateRoots: Array; + localoptimism_connectorMeta?: Maybe; + localoptimism_connectorMetas: Array; + localoptimism_rootCount?: Maybe; + localoptimism_rootCounts: Array; + localoptimism_rootMessageSent?: Maybe; + localoptimism_rootMessageSents: Array; + localoptimism_relayerFeesIncrease?: Maybe; + localoptimism_relayerFeesIncreases: Array; + localoptimism_slippageUpdate?: Maybe; + localoptimism_slippageUpdates: Array; + localoptimism_snapshotRoot?: Maybe; + localoptimism_snapshotRoots: Array; + localoptimism_spokeConnectorMode?: Maybe; + localoptimism_spokeConnectorModes: Array; + localoptimism_aggregateRootProposed?: Maybe; + localoptimism_aggregateRootProposeds: Array; + localoptimism_optimisticRootFinalized?: Maybe; + localoptimism_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + localoptimism__meta?: Maybe; + stagingavalanche_asset?: Maybe; + stagingavalanche_assets: Array; + stagingavalanche_assetStatus?: Maybe; + stagingavalanche_assetStatuses: Array; + stagingavalanche_assetBalance?: Maybe; + stagingavalanche_assetBalances: Array; + stagingavalanche_router?: Maybe; + stagingavalanche_routers: Array; + stagingavalanche_routerDailyTVL?: Maybe; + stagingavalanche_routerDailyTVLs: Array; + stagingavalanche_routerLiquidityEvent?: Maybe; + stagingavalanche_routerLiquidityEvents: Array; + stagingavalanche_setting?: Maybe; + stagingavalanche_settings: Array; + stagingavalanche_relayer?: Maybe; + stagingavalanche_relayers: Array; + stagingavalanche_sequencer?: Maybe; + stagingavalanche_sequencers: Array; + stagingavalanche_relayerFee?: Maybe; + stagingavalanche_relayerFees: Array; + stagingavalanche_originTransfer?: Maybe; + stagingavalanche_originTransfers: Array; + stagingavalanche_destinationTransfer?: Maybe; + stagingavalanche_destinationTransfers: Array; + stagingavalanche_originMessage?: Maybe; + stagingavalanche_originMessages: Array; + stagingavalanche_aggregateRoot?: Maybe; + stagingavalanche_aggregateRoots: Array; + stagingavalanche_connectorMeta?: Maybe; + stagingavalanche_connectorMetas: Array; + stagingavalanche_rootCount?: Maybe; + stagingavalanche_rootCounts: Array; + stagingavalanche_rootMessageSent?: Maybe; + stagingavalanche_rootMessageSents: Array; + stagingavalanche_relayerFeesIncrease?: Maybe; + stagingavalanche_relayerFeesIncreases: Array; + stagingavalanche_slippageUpdate?: Maybe; + stagingavalanche_slippageUpdates: Array; + stagingavalanche_snapshotRoot?: Maybe; + stagingavalanche_snapshotRoots: Array; + stagingavalanche_spokeConnectorMode?: Maybe; + stagingavalanche_spokeConnectorModes: Array; + stagingavalanche_aggregateRootProposed?: Maybe; + stagingavalanche_aggregateRootProposeds: Array; + stagingavalanche_optimisticRootFinalized?: Maybe; + stagingavalanche_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingavalanche__meta?: Maybe; + 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; + 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 */ + metis__meta?: Maybe; x1testnet_asset?: Maybe; x1testnet_assets: Array; x1testnet_assetStatus?: Maybe; @@ -3221,3758 +3221,3992 @@ export type Query = { }; -export type Querytestoptimismgoerli_assetArgs = { +export type Querystaginggoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetsArgs = { +export type Querystaginggoerli_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetBalanceArgs = { +export type Querystaginggoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetBalancesArgs = { +export type Querystaginggoerli_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_routerArgs = { +export type Querystaginggoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_routersArgs = { +export type Querystaginggoerli_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_settingArgs = { +export type Querystaginggoerli_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_settingsArgs = { +export type Querystaginggoerli_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_relayerArgs = { +export type Querystaginggoerli_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_relayersArgs = { +export type Querystaginggoerli_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_stableSwapArgs = { +export type Querystaginggoerli_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_stableSwapsArgs = { +export type Querystaginggoerli_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_sponsorVaultArgs = { +export type Querystaginggoerli_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_sponsorVaultsArgs = { +export type Querystaginggoerli_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_originTransferArgs = { +export type Querystaginggoerli_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_originTransfersArgs = { +export type Querystaginggoerli_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_destinationTransferArgs = { +export type Querystaginggoerli_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_destinationTransfersArgs = { +export type Querystaginggoerli_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystaginggoerli_rootAggregatedArgs = { +export type Querystaginggoerli_optimismConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootAggregatedsArgs = { +export type Querystaginggoerli_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootPropagatedArgs = { +export type Querystaginggoerli_bnbConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootPropagatedsArgs = { +export type Querystaginggoerli_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregatedMessageRootArgs = { +export type Querystaginggoerli_arbitrumConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregatedMessageRootsArgs = { +export type Querystaginggoerli_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerMetaArgs = { +export type Querystaginggoerli_gnosisConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerMetasArgs = { +export type Querystaginggoerli_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerModeArgs = { +export type Querystaginggoerli_zkSyncConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerModesArgs = { +export type Querystaginggoerli_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootProposedArgs = { +export type Querystaginggoerli_rootMessageProcessedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootProposedsArgs = { +export type Querystaginggoerli_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubOptimisticRootFinalizedArgs = { +export type Querystaginggoerli_aggregateRootSavedSlowArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubOptimisticRootFinalizedsArgs = { +export type Querystaginggoerli_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootPropagatedArgs = { +export type Querystaginggoerli_hubDomainArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootPropagatedsArgs = { +export type Querystaginggoerli_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_polygonConnectorMetaArgs = { - id: Scalars['ID']; +export type Querystaginggoerli__metaArgs = { block?: InputMaybe; +}; + + +export type Querytestgoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_polygonConnectorMetasArgs = { +export type Querytestgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimismConnectorMetaArgs = { +export type Querytestgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimismConnectorMetasArgs = { +export type Querytestgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_bnbConnectorMetaArgs = { +export type Querytestgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_bnbConnectorMetasArgs = { +export type Querytestgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_arbitrumConnectorMetaArgs = { +export type Querytestgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_arbitrumConnectorMetasArgs = { +export type Querytestgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_gnosisConnectorMetaArgs = { +export type Querytestgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_gnosisConnectorMetasArgs = { +export type Querytestgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_zkSyncConnectorMetaArgs = { +export type Querytestgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_zkSyncConnectorMetasArgs = { +export type Querytestgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageProcessedArgs = { +export type Querytestgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageProcessedsArgs = { +export type Querytestgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootSavedSlowArgs = { +export type Querytestgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootSavedSlowsArgs = { +export type Querytestgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubDomainArgs = { +export type Querytestgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubDomainsArgs = { +export type Querytestgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli__metaArgs = { - block?: InputMaybe; +export type Querytestgoerli__metaArgs = { + block?: InputMaybe; }; -export type Queryoptimismgoerli_swap_systemInfoArgs = { +export type Querytestoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_systemInfosArgs = { +export type Querytestoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_pooledTokenArgs = { +export type Querytestoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_pooledTokensArgs = { +export type Querytestoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapArgs = { +export type Querytestoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapsArgs = { +export type Querytestoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querytestoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querytestoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querytestoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querytestoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Querytestoptimismgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapExchangesArgs = { +export type Querytestoptimismgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Querytestoptimismgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapDailyVolumesArgs = { +export type Querytestoptimismgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Querytestoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapHourlyVolumesArgs = { +export type Querytestoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Querytestoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapWeeklyVolumesArgs = { +export type Querytestoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpAccountArgs = { +export type Querytestoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpAccountsArgs = { +export type Querystagingoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Querystagingoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpAccountBalancesArgs = { +export type Querystagingoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTokenArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTokensArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTransferEventArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTransferEventsArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapEventArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapEventsArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTokenEventArgs = { +export type Querystagingoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTokenEventsArgs = { +export type Querystagingoptimismgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryzksync_swap_systemInfoArgs = { +export type Querystagingoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_systemInfosArgs = { +export type Querystagingoptimismgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_pooledTokenArgs = { +export type Querystagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_pooledTokensArgs = { +export type Querystagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapsArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingoptimismgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapExchangeArgs = { +export type Querystagingoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapExchangesArgs = { +export type Querystagingoptimismgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapDailyVolumeArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapDailyVolumesArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapHourlyVolumeArgs = { +export type Querystagingoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapHourlyVolumesArgs = { +export type Querystagingoptimismgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapWeeklyVolumeArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapWeeklyVolumesArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountArgs = { +export type Querystagingoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountsArgs = { +export type Querymumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountBalanceArgs = { +export type Querymumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountBalancesArgs = { +export type Querymumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokenArgs = { +export type Querymumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokensArgs = { +export type Querymumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTransferEventArgs = { +export type Querymumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTransferEventsArgs = { +export type Querymumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapEventArgs = { +export type Querymumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapEventsArgs = { +export type Querymumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapTradeVolumeArgs = { +export type Querymumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapTradeVolumesArgs = { +export type Querymumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokenEventArgs = { +export type Querymumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokenEventsArgs = { +export type Querymumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylinea_swap_systemInfoArgs = { +export type Querymumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_systemInfosArgs = { +export type Querymumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokenArgs = { +export type Querymumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokensArgs = { +export type Querymumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapArgs = { +export type Querymumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapsArgs = { +export type Querymumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { +export type Querymumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { +export type Querymumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querymumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querymumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangeArgs = { +export type Querymumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangesArgs = { +export type Querymumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumeArgs = { +export type Querymumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumesArgs = { +export type Querymumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumeArgs = { +export type Querymumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumesArgs = { +export type Querymumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumeArgs = { +export type Querymumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumesArgs = { +export type Querymumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountArgs = { +export type Querymumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountsArgs = { +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 Querylinea_swap_lpAccountBalanceArgs = { +export type Querylinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalancesArgs = { +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 Querylinea_swap_lpTokenArgs = { +export type Querylinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokensArgs = { +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 Querylinea_swap_lpTransferEventArgs = { +export type Querylinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventsArgs = { +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 Querylinea_swap_stableSwapEventArgs = { +export type Querylinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventsArgs = { +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 Querylinea_swap_swapTradeVolumeArgs = { +export type Querylinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumesArgs = { +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 Querylinea_swap_lpTokenEventArgs = { +export type Querylinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventsArgs = { +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 Querylinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybnb_swap_systemInfoArgs = { +export type Querylinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_systemInfosArgs = { +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 Querybnb_swap_pooledTokenArgs = { +export type Querylinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokensArgs = { +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 Querybnb_swap_stableSwapArgs = { +export type Querylinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapsArgs = { +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 Querybnb_swap_stableSwapAddLiquidityEventArgs = { +export type Querylinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { +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 Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querybnb_swap_stableSwapExchangeArgs = { +export type Querylinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangesArgs = { +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 Querybnb_swap_swapDailyVolumeArgs = { +export type Querylinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumesArgs = { +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 Querybnb_swap_swapHourlyVolumeArgs = { +export type Querylinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumesArgs = { +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 Querybnb_swap_swapWeeklyVolumeArgs = { +export type Querylinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumesArgs = { +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 Querybnb_swap_lpAccountArgs = { +export type Querylinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountsArgs = { +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 Querybnb_swap_lpAccountBalanceArgs = { +export type Querylinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalancesArgs = { +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 Querybnb_swap_lpTokenArgs = { +export type Querylinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokensArgs = { +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 Querybnb_swap_lpTransferEventArgs = { +export type Querylinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventsArgs = { +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 Querybnb_swap_stableSwapEventArgs = { +export type Querylinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventsArgs = { +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 Querybnb_swap_swapTradeVolumeArgs = { +export type Querylinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumesArgs = { +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 Querybnb_swap_lpTokenEventArgs = { +export type Querylinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenEventsArgs = { +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 Querybnb_swap__metaArgs = { - block?: InputMaybe; +export type Querylinea__metaArgs = { + block?: InputMaybe; }; -export type Querymode_swap_systemInfoArgs = { +export type Queryxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_systemInfosArgs = { +export type Queryxdai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_pooledTokenArgs = { +export type Queryxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_pooledTokensArgs = { +export type Queryxdai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapArgs = { +export type Queryxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapsArgs = { +export type Queryxdai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapAddLiquidityEventArgs = { +export type Queryxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryxdai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryxdai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapExchangeArgs = { +export type Queryxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapExchangesArgs = { +export type Queryxdai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapDailyVolumeArgs = { +export type Queryxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapDailyVolumesArgs = { +export type Queryxdai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapHourlyVolumeArgs = { +export type Queryxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapHourlyVolumesArgs = { +export type Queryxdai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapWeeklyVolumeArgs = { +export type Queryxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapWeeklyVolumesArgs = { +export type Queryxdai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpAccountArgs = { +export type Queryxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpAccountsArgs = { +export type Queryxdai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpAccountBalanceArgs = { +export type Queryxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpAccountBalancesArgs = { +export type Queryxdai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTokenArgs = { +export type Queryxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTokensArgs = { +export type Queryxdai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTransferEventArgs = { +export type Queryxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTransferEventsArgs = { +export type Queryxdai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapEventArgs = { +export type Queryxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapEventsArgs = { +export type Queryxdai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapTradeVolumeArgs = { +export type Queryxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapTradeVolumesArgs = { +export type Queryxdai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTokenEventArgs = { +export type Queryxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTokenEventsArgs = { +export type Queryxdai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylocalmainnet_rootAggregatedArgs = { +export type Queryxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootAggregatedsArgs = { +export type Queryxdai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootPropagatedArgs = { +export type Queryxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootPropagatedsArgs = { +export type Queryxdai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregatedMessageRootArgs = { +export type Queryxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregatedMessageRootsArgs = { +export type Queryxdai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerMetaArgs = { +export type Queryxdai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerMetasArgs = { +export type Queryxdai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerModeArgs = { +export type Queryxdai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerModesArgs = { +export type Queryxdai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootProposedArgs = { +export type Queryxdai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootProposedsArgs = { +export type Queryxdai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubOptimisticRootFinalizedArgs = { +export type Queryxdai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubOptimisticRootFinalizedsArgs = { +export type Queryxdai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootPropagatedArgs = { +export type Queryxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootPropagatedsArgs = { +export type Queryoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_polygonConnectorMetaArgs = { +export type Queryoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_polygonConnectorMetasArgs = { +export type Queryoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimismConnectorMetaArgs = { +export type Queryoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimismConnectorMetasArgs = { +export type Queryoptimismgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_bnbConnectorMetaArgs = { +export type Queryoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_bnbConnectorMetasArgs = { +export type Queryoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_arbitrumConnectorMetaArgs = { +export type Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_arbitrumConnectorMetasArgs = { +export type Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_gnosisConnectorMetaArgs = { +export type Queryoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_gnosisConnectorMetasArgs = { +export type Queryoptimismgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_zkSyncConnectorMetaArgs = { +export type Queryoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_zkSyncConnectorMetasArgs = { +export type Queryoptimismgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageProcessedArgs = { +export type Queryoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageProcessedsArgs = { +export type Queryoptimismgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootSavedSlowArgs = { +export type Queryoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootSavedSlowsArgs = { +export type Queryoptimismgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubDomainArgs = { +export type Queryoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubDomainsArgs = { +export type Queryoptimismgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylineagoerli_assetArgs = { +export type Queryoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetsArgs = { +export type Queryoptimismgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetStatusArgs = { +export type Queryoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetStatusesArgs = { +export type Queryoptimismgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetBalanceArgs = { +export type Queryoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetBalancesArgs = { +export type Queryoptimismgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routerArgs = { +export type Queryoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routersArgs = { +export type Queryoptimismgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routerDailyTVLArgs = { +export type Queryoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routerDailyTVLsArgs = { +export type Queryoptimismgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_settingArgs = { +export type Queryoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_settingsArgs = { +export type Queryoptimismgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerArgs = { +export type Queryoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querybnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayersArgs = { +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 Querylineagoerli_sequencerArgs = { +export type Querybnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_sequencersArgs = { +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 Querylineagoerli_relayerFeeArgs = { +export type Querybnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeesArgs = { +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 Querylineagoerli_originTransferArgs = { +export type Querybnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originTransfersArgs = { +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 Querylineagoerli_destinationTransferArgs = { +export type Querybnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_destinationTransfersArgs = { +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 Querylineagoerli_originMessageArgs = { +export type Querybnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originMessagesArgs = { +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 Querylineagoerli_aggregateRootArgs = { +export type Querybnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_aggregateRootsArgs = { +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 Querylineagoerli_connectorMetaArgs = { +export type Querybnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_connectorMetasArgs = { +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 Querylineagoerli_rootCountArgs = { +export type Querybnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootCountsArgs = { +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 Querylineagoerli_rootMessageSentArgs = { +export type Querybnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootMessageSentsArgs = { +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 Querylineagoerli_relayerFeesIncreaseArgs = { +export type Querybnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeesIncreasesArgs = { +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 Querylineagoerli_slippageUpdateArgs = { +export type Querybnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_slippageUpdatesArgs = { +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 Querylineagoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryxdai_swap_systemInfoArgs = { +export type Querybnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_systemInfosArgs = { +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 Queryxdai_swap_pooledTokenArgs = { +export type Querybnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_pooledTokensArgs = { +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 Queryxdai_swap_stableSwapArgs = { +export type Querybnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapsArgs = { +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 Queryxdai_swap_stableSwapAddLiquidityEventArgs = { +export type Querybnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryxdai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querybnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryxdai_swap_stableSwapExchangeArgs = { +export type Querybnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapExchangesArgs = { +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 Queryxdai_swap_swapDailyVolumeArgs = { +export type Querybnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapDailyVolumesArgs = { +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 Queryxdai_swap_swapHourlyVolumeArgs = { +export type Querybnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapHourlyVolumesArgs = { +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 Queryxdai_swap_swapWeeklyVolumeArgs = { +export type Querybnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapWeeklyVolumesArgs = { +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 Queryxdai_swap_lpAccountArgs = { +export type Querybnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountsArgs = { +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 Queryxdai_swap_lpAccountBalanceArgs = { +export type Querybnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountBalancesArgs = { +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 Queryxdai_swap_lpTokenArgs = { +export type Querybnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylineagoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokensArgs = { +export type Querylineagoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTransferEventArgs = { +export type Querylineagoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTransferEventsArgs = { +export type Querylineagoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapEventArgs = { +export type Querylineagoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapEventsArgs = { +export type Querylineagoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapTradeVolumeArgs = { +export type Querylineagoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapTradeVolumesArgs = { +export type Querylineagoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokenEventArgs = { +export type Querylineagoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokenEventsArgs = { +export type Querylineagoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap__metaArgs = { - block?: InputMaybe; +export type Querylineagoerli_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_systemInfoArgs = { +export type Querylineagoerli_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querylineagoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_systemInfosArgs = { +export type Querylineagoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_pooledTokenArgs = { +export type Querylineagoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_pooledTokensArgs = { +export type Querylineagoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapArgs = { +export type Querylineagoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapsArgs = { +export type Querylineagoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querylineagoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querylineagoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylineagoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querylineagoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapExchangeArgs = { +export type Querylineagoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapExchangesArgs = { +export type Querylineagoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapDailyVolumeArgs = { +export type Querylineagoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapDailyVolumesArgs = { +export type Querylineagoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapHourlyVolumeArgs = { +export type Querylineagoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapHourlyVolumesArgs = { +export type Querylineagoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapWeeklyVolumeArgs = { +export type Querylineagoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapWeeklyVolumesArgs = { +export type Querylineagoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountArgs = { +export type Querylineagoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountsArgs = { +export type Querylineagoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountBalanceArgs = { +export type Querylineagoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountBalancesArgs = { +export type Querylineagoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokenArgs = { +export type Querylineagoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokensArgs = { +export type Querylineagoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTransferEventArgs = { +export type Querylineagoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTransferEventsArgs = { +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 Querystaginggoerli_swap_stableSwapEventArgs = { +export type Queryoptimism_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapEventsArgs = { +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 Querystaginggoerli_swap_swapTradeVolumeArgs = { +export type Queryoptimism_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapTradeVolumesArgs = { +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 Querystaginggoerli_swap_lpTokenEventArgs = { +export type Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokenEventsArgs = { +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 Querystaginggoerli_swap__metaArgs = { - block?: InputMaybe; +export type Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_systemInfoArgs = { +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; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_systemInfosArgs = { +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 Queryarbitrumone_swap_pooledTokenArgs = { +export type Queryoptimism_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_pooledTokensArgs = { +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 Queryarbitrumone_swap_stableSwapArgs = { +export type Queryoptimism_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapsArgs = { +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 Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Queryoptimism_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryoptimism_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryarbitrumone_swap_stableSwapExchangeArgs = { +export type Queryoptimism_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapExchangesArgs = { +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 Queryarbitrumone_swap_swapDailyVolumeArgs = { +export type Queryoptimism_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapDailyVolumesArgs = { +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 Queryarbitrumone_swap_swapHourlyVolumeArgs = { +export type Queryoptimism_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapHourlyVolumesArgs = { +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 Queryarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Queryoptimism_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapWeeklyVolumesArgs = { +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 Queryarbitrumone_swap_lpAccountArgs = { +export type Queryoptimism_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountsArgs = { +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 Queryarbitrumone_swap_lpAccountBalanceArgs = { +export type Queryoptimism_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountBalancesArgs = { +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 Queryarbitrumone_swap_lpTokenArgs = { +export type Queryoptimism_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokensArgs = { +export type Querystagingmumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTransferEventArgs = { +export type Querystagingmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTransferEventsArgs = { +export type Querystagingmumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapEventArgs = { +export type Querystagingmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapEventsArgs = { +export type Querystagingmumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapTradeVolumeArgs = { +export type Querystagingmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapTradeVolumesArgs = { +export type Querystagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventArgs = { +export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventsArgs = { +export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap__metaArgs = { - block?: InputMaybe; +export type Querystagingmumbai_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_systemInfoArgs = { +export type Querystagingmumbai_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_systemInfosArgs = { +export type Querystagingmumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_pooledTokenArgs = { +export type Querystagingmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_pooledTokensArgs = { +export type Querystagingmumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapArgs = { +export type Querystagingmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapsArgs = { +export type Querystagingmumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingmumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingmumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapExchangeArgs = { +export type Querystagingmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapExchangesArgs = { +export type Querystagingmumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapDailyVolumeArgs = { +export type Querystagingmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapDailyVolumesArgs = { +export type Querystagingmumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapHourlyVolumeArgs = { +export type Querystagingmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapHourlyVolumesArgs = { +export type Querystagingmumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapWeeklyVolumeArgs = { +export type Querystagingmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapWeeklyVolumesArgs = { +export type Querystagingmumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountArgs = { +export type Querystagingmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountsArgs = { +export type Querystagingmumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountBalanceArgs = { +export type Querystagingmumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querygoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountBalancesArgs = { +export type Querygoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokenArgs = { +export type Querygoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokensArgs = { +export type Querygoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTransferEventArgs = { +export type Querygoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTransferEventsArgs = { +export type Querygoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapEventArgs = { +export type Querygoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapEventsArgs = { +export type Querygoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapTradeVolumeArgs = { +export type Querygoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapTradeVolumesArgs = { +export type Querygoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokenEventArgs = { +export type Querygoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokenEventsArgs = { +export type Querygoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap__metaArgs = { - block?: InputMaybe; +export type Querygoerli_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_swap__metaArgs = { + block?: InputMaybe; }; @@ -7269,86 +7503,834 @@ export type Querypolygon_swap__metaArgs = { }; -export type Querygoerli_rootAggregatedArgs = { +export type Querystagingmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootAggregatedsArgs = { +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 Querygoerli_rootPropagatedArgs = { +export type Querystagingmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootPropagatedsArgs = { +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 Querygoerli_aggregatedMessageRootArgs = { +export type Querystagingmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregatedMessageRootsArgs = { +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 Querygoerli_rootManagerMetaArgs = { +export type Querystagingmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootManagerMetasArgs = { +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 Querygoerli_rootManagerModeArgs = { +export type Querystagingmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootManagerModesArgs = { +export type Querystagingmainnet_rootManagerModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimisticRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimisticRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_hubOptimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_hubOptimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimisticRootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimisticRootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_polygonConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_polygonConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimismConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimismConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_bnbConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_bnbConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_arbitrumConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_arbitrumConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_gnosisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_gnosisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_lineaConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_lineaConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_metisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_metisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_mantleConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_mantleConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_avalancheConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_avalancheConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_baseConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_baseConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_polygonZkConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_polygonZkConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_zkSyncConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_zkSyncConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_modeConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_modeConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_scrollConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_scrollConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootMessageProcessedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootMessageProcessedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_aggregateRootSavedSlowArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_aggregateRootSavedSlowsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_hubDomainArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_hubDomainsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymode_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querygoerli_rootAggregatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootAggregatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_aggregatedMessageRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_aggregatedMessageRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootManagerMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootManagerMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootManagerModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; @@ -7927,589 +8909,882 @@ export type Querymetis_swap__metaArgs = { }; -export type Querystagingmumbai_swap_systemInfoArgs = { +export type Queryzksync_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_systemInfosArgs = { +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 Querystagingmumbai_swap_pooledTokenArgs = { +export type Queryzksync_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_pooledTokensArgs = { +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 Querystagingmumbai_swap_stableSwapArgs = { +export type Queryzksync_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapsArgs = { +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 Querystagingmumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Queryzksync_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { +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 Querystagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryzksync_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querystagingmumbai_swap_stableSwapExchangeArgs = { +export type Queryzksync_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapExchangesArgs = { +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 Querystagingmumbai_swap_swapDailyVolumeArgs = { +export type Queryzksync_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapDailyVolumesArgs = { +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 Querystagingmumbai_swap_swapHourlyVolumeArgs = { +export type Queryzksync_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapHourlyVolumesArgs = { +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 Querystagingmumbai_swap_swapWeeklyVolumeArgs = { +export type Queryzksync_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapWeeklyVolumesArgs = { +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 Querystagingmumbai_swap_lpAccountArgs = { +export type Queryzksync_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpAccountsArgs = { +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 Querystagingmumbai_swap_lpAccountBalanceArgs = { +export type Queryzksync_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpAccountBalancesArgs = { +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 Querystagingmumbai_swap_lpTokenArgs = { +export type Queryzksync_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTokensArgs = { +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 Querystagingmumbai_swap_lpTransferEventArgs = { +export type Queryzksync_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTransferEventsArgs = { +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 Querystagingmumbai_swap_stableSwapEventArgs = { +export type Queryzksync_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapEventsArgs = { +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 Querystagingmumbai_swap_swapTradeVolumeArgs = { +export type Queryzksync_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapTradeVolumesArgs = { +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 Querystagingmumbai_swap_lpTokenEventArgs = { +export type Queryzksync_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTokenEventsArgs = { +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 Querystagingmumbai_swap__metaArgs = { - block?: InputMaybe; +export type Queryzksync_swap__metaArgs = { + block?: InputMaybe; }; -export type Querymumbai_swap_systemInfoArgs = { +export type Querybnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_systemInfosArgs = { +export type Querybnb_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_pooledTokenArgs = { +export type Querybnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_pooledTokensArgs = { +export type Querybnb_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapArgs = { +export type Querybnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapsArgs = { +export type Querybnb_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapAddLiquidityEventsArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapExchangeArgs = { +export type Querybnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapExchangesArgs = { +export type Querybnb_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapDailyVolumeArgs = { +export type Querybnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapDailyVolumesArgs = { +export type Querybnb_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapHourlyVolumeArgs = { +export type Querybnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapHourlyVolumesArgs = { +export type Querybnb_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapWeeklyVolumeArgs = { +export type Querybnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapWeeklyVolumesArgs = { +export type Querybnb_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountArgs = { +export type Querybnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountsArgs = { +export type Querybnb_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountBalanceArgs = { +export type Querybnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountBalancesArgs = { +export type Querybnb_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenArgs = { +export type Querybnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokensArgs = { +export type Querybnb_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTransferEventArgs = { +export type Querybnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTransferEventsArgs = { +export type Querybnb_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapEventArgs = { +export type Querybnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapEventsArgs = { +export type Querybnb_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapTradeVolumeArgs = { +export type Querybnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapTradeVolumesArgs = { +export type Querybnb_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenEventArgs = { +export type Querybnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenEventsArgs = { +export type Querybnb_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap__metaArgs = { - block?: InputMaybe; +export type Querybnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryavalanche_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_swap__metaArgs = { + block?: InputMaybe; }; @@ -8806,2679 +10081,2635 @@ export type Querybase_swap__metaArgs = { }; -export type Querygoerli_swap_systemInfoArgs = { +export type Queryxdai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_systemInfosArgs = { +export type Queryxdai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_pooledTokenArgs = { +export type Queryxdai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_pooledTokensArgs = { +export type Queryxdai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapArgs = { +export type Queryxdai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapsArgs = { +export type Queryxdai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Queryxdai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryxdai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryxdai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryxdai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapExchangeArgs = { +export type Queryxdai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapExchangesArgs = { +export type Queryxdai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapDailyVolumeArgs = { +export type Queryxdai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapDailyVolumesArgs = { +export type Queryxdai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapHourlyVolumeArgs = { +export type Queryxdai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapHourlyVolumesArgs = { +export type Queryxdai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapWeeklyVolumeArgs = { +export type Queryxdai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapWeeklyVolumesArgs = { +export type Queryxdai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountArgs = { +export type Queryxdai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountsArgs = { +export type Queryxdai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountBalanceArgs = { +export type Queryxdai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountBalancesArgs = { +export type Queryxdai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokenArgs = { +export type Queryxdai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokensArgs = { +export type Queryxdai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTransferEventArgs = { +export type Queryxdai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTransferEventsArgs = { +export type Queryxdai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapEventArgs = { +export type Queryxdai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapEventsArgs = { +export type Queryxdai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapTradeVolumeArgs = { +export type Queryxdai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapTradeVolumesArgs = { +export type Queryxdai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokenEventArgs = { +export type Queryxdai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokenEventsArgs = { +export type Queryxdai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap__metaArgs = { - block?: InputMaybe; +export type Queryxdai_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryavalanche_swap_systemInfoArgs = { +export type Querylinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_systemInfosArgs = { +export type Querylinea_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_pooledTokenArgs = { +export type Querylinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_pooledTokensArgs = { +export type Querylinea_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapArgs = { +export type Querylinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapsArgs = { +export type Querylinea_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapAddLiquidityEventArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapAddLiquidityEventsArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapExchangeArgs = { +export type Querylinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapExchangesArgs = { +export type Querylinea_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapDailyVolumeArgs = { +export type Querylinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapDailyVolumesArgs = { +export type Querylinea_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapHourlyVolumeArgs = { +export type Querylinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapHourlyVolumesArgs = { +export type Querylinea_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapWeeklyVolumeArgs = { +export type Querylinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapWeeklyVolumesArgs = { +export type Querylinea_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpAccountArgs = { +export type Querylinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpAccountsArgs = { +export type Querylinea_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpAccountBalanceArgs = { +export type Querylinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpAccountBalancesArgs = { +export type Querylinea_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTokenArgs = { +export type Querylinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTokensArgs = { +export type Querylinea_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTransferEventArgs = { +export type Querylinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTransferEventsArgs = { +export type Querylinea_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapEventArgs = { +export type Querylinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapEventsArgs = { +export type Querylinea_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapTradeVolumeArgs = { +export type Querylinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapTradeVolumesArgs = { +export type Querylinea_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTokenEventArgs = { +export type Querylinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTokenEventsArgs = { +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 Queryavalanche_swap__metaArgs = { - block?: InputMaybe; +export type Querylinea_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryoptimismgoerli_assetArgs = { +export type Queryarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetsArgs = { +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 Queryoptimismgoerli_assetStatusArgs = { +export type Queryarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetStatusesArgs = { +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 Queryoptimismgoerli_assetBalanceArgs = { +export type Queryarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetBalancesArgs = { +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 Queryoptimismgoerli_routerArgs = { +export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routersArgs = { +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 Queryoptimismgoerli_routerDailyTVLArgs = { +export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routerDailyTVLsArgs = { +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 Queryoptimismgoerli_routerLiquidityEventArgs = { +export type Queryarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routerLiquidityEventsArgs = { +export type Queryarbitrumone_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_settingArgs = { +export type Queryarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_settingsArgs = { +export type Queryarbitrumone_swap_swapDailyVolumesArgs = { 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 Queryoptimismgoerli_relayerArgs = { +export type Queryarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayersArgs = { +export type Queryarbitrumone_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_sequencerArgs = { +export type Queryarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_sequencersArgs = { +export type Queryarbitrumone_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayerFeeArgs = { +export type Queryarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayerFeesArgs = { +export type Queryarbitrumone_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_originTransferArgs = { +export type Queryarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_originTransfersArgs = { +export type Queryarbitrumone_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_destinationTransferArgs = { +export type Queryarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_destinationTransfersArgs = { +export type Queryarbitrumone_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_originMessageArgs = { +export type Queryarbitrumone_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_originMessagesArgs = { +export type Queryarbitrumone_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_aggregateRootArgs = { +export type Queryarbitrumone_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_aggregateRootsArgs = { +export type Queryarbitrumone_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_connectorMetaArgs = { +export type Queryarbitrumone_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_connectorMetasArgs = { +export type Queryarbitrumone_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_rootCountArgs = { +export type Queryarbitrumone_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_rootCountsArgs = { +export type Queryarbitrumone_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_rootMessageSentArgs = { +export type Queryarbitrumone_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_rootMessageSentsArgs = { +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 Queryoptimismgoerli_relayerFeesIncreaseArgs = { +export type Querymainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayerFeesIncreasesArgs = { +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 Queryoptimismgoerli_slippageUpdateArgs = { +export type Querymainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_slippageUpdatesArgs = { +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 Queryoptimismgoerli_snapshotRootArgs = { +export type Querymainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_snapshotRootsArgs = { +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 Queryoptimismgoerli_spokeConnectorModeArgs = { +export type Querymainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_spokeConnectorModesArgs = { +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 Queryoptimismgoerli_aggregateRootProposedArgs = { +export type Querymainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_aggregateRootProposedsArgs = { +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 Queryoptimismgoerli_optimisticRootFinalizedArgs = { +export type Querymainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_optimisticRootFinalizedsArgs = { +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 Queryoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querygoerli_assetArgs = { +export type Querymainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetsArgs = { +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 Querygoerli_assetStatusArgs = { +export type Querymainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetStatusesArgs = { +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 Querygoerli_assetBalanceArgs = { +export type Querymainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetBalancesArgs = { +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 Querygoerli_routerArgs = { +export type Querymainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routersArgs = { +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 Querygoerli_routerDailyTVLArgs = { +export type Querymainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerDailyTVLsArgs = { +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 Querygoerli_routerLiquidityEventArgs = { +export type Querymainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerLiquidityEventsArgs = { +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 Querygoerli_settingArgs = { +export type Querymainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_settingsArgs = { +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 Querygoerli_relayerArgs = { +export type Querymainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayersArgs = { +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 Querygoerli_sequencerArgs = { +export type Querymainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_sequencersArgs = { +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 Querygoerli_relayerFeeArgs = { +export type Querymainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesArgs = { +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 Querygoerli_originTransferArgs = { +export type Querymainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originTransfersArgs = { +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 Querygoerli_destinationTransferArgs = { +export type Querymainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_destinationTransfersArgs = { +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 Querygoerli_originMessageArgs = { +export type Querymainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originMessagesArgs = { +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 Querygoerli_aggregateRootArgs = { +export type Querymainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootsArgs = { +export type Querymainnet_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_connectorMetaArgs = { +export type Querymainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_connectorMetasArgs = { +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 Querygoerli_rootCountArgs = { +export type Querymainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootCountsArgs = { +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 Querygoerli_rootMessageSentArgs = { +export type Querymainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageSentsArgs = { +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 Querygoerli_relayerFeesIncreaseArgs = { +export type Querymainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylocalmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesIncreasesArgs = { +export type Querylocalmainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_slippageUpdateArgs = { +export type Querylocalmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_slippageUpdatesArgs = { +export type Querylocalmainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_snapshotRootArgs = { +export type Querylocalmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_snapshotRootsArgs = { +export type Querylocalmainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_spokeConnectorModeArgs = { +export type Querylocalmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_spokeConnectorModesArgs = { +export type Querylocalmainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootProposedArgs = { +export type Querylocalmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootProposedsArgs = { +export type Querylocalmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimisticRootFinalizedArgs = { +export type Querylocalmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimisticRootFinalizedsArgs = { +export type Querylocalmainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetArgs = { +export type Querylocalmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetsArgs = { +export type Querylocalmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetStatusArgs = { +export type Querylocalmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetStatusesArgs = { +export type Querylocalmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetBalanceArgs = { +export type Querylocalmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetBalancesArgs = { +export type Querylocalmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routerArgs = { +export type Querylocalmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routersArgs = { +export type Querylocalmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routerDailyTVLArgs = { +export type Querylocalmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routerDailyTVLsArgs = { +export type Querylocalmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routerLiquidityEventArgs = { +export type Querylocalmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routerLiquidityEventsArgs = { +export type Querylocalmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_settingArgs = { +export type Querylocalmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_settingsArgs = { +export type Querylocalmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerArgs = { +export type Querylocalmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayersArgs = { +export type Querylocalmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_sequencerArgs = { +export type Querylocalmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_sequencersArgs = { +export type Querylocalmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeeArgs = { +export type Querylocalmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeesArgs = { +export type Querylocalmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_originTransferArgs = { +export type Querylocalmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_originTransfersArgs = { +export type Querylocalmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_destinationTransferArgs = { +export type Querylocalmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystaginggoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_destinationTransfersArgs = { +export type Querystaginggoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_originMessageArgs = { +export type Querystaginggoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_originMessagesArgs = { +export type Querystaginggoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_aggregateRootArgs = { +export type Querystaginggoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_aggregateRootsArgs = { +export type Querystaginggoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_connectorMetaArgs = { +export type Querystaginggoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_connectorMetasArgs = { +export type Querystaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootCountArgs = { +export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootCountsArgs = { +export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootMessageSentArgs = { +export type Querystaginggoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootMessageSentsArgs = { +export type Querystaginggoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeesIncreaseArgs = { +export type Querystaginggoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeesIncreasesArgs = { +export type Querystaginggoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_slippageUpdateArgs = { +export type Querystaginggoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_slippageUpdatesArgs = { +export type Querystaginggoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_snapshotRootArgs = { +export type Querystaginggoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_snapshotRootsArgs = { +export type Querystaginggoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_spokeConnectorModeArgs = { +export type Querystaginggoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_spokeConnectorModesArgs = { +export type Querystaginggoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_aggregateRootProposedArgs = { +export type Querystaginggoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_aggregateRootProposedsArgs = { +export type Querystaginggoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_optimisticRootFinalizedArgs = { +export type Querystaginggoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_optimisticRootFinalizedsArgs = { +export type Querystaginggoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymumbai_assetArgs = { +export type Querystaginggoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetsArgs = { +export type Querystaginggoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetStatusArgs = { +export type Querystaginggoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetStatusesArgs = { +export type Querystaginggoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetBalanceArgs = { +export type Querystaginggoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetBalancesArgs = { +export type Querystaginggoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerArgs = { +export type Querystaginggoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routersArgs = { +export type Querystaginggoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerDailyTVLArgs = { +export type Querystaginggoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerDailyTVLsArgs = { +export type Querystagingoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerLiquidityEventArgs = { +export type Querystagingoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerLiquidityEventsArgs = { +export type Querystagingoptimismgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_settingArgs = { +export type Querystagingoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_settingsArgs = { +export type Querystagingoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerArgs = { +export type Querystagingoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayersArgs = { +export type Querystagingoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_sequencerArgs = { +export type Querystagingoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_sequencersArgs = { +export type Querystagingoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymumbai_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_destinationTransferArgs = { +export type Querystagingoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_destinationTransfersArgs = { +export type Querystagingoptimismgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originMessageArgs = { +export type Querystagingoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originMessagesArgs = { +export type Querystagingoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootArgs = { +export type Querystagingoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootsArgs = { +export type Querystagingoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_connectorMetaArgs = { +export type Querystagingoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_connectorMetasArgs = { +export type Querystagingoptimismgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootCountArgs = { +export type Querystagingoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootCountsArgs = { +export type Querystagingoptimismgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootMessageSentArgs = { +export type Querystagingoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootMessageSentsArgs = { +export type Querystagingoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesIncreaseArgs = { +export type Querystagingoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesIncreasesArgs = { +export type Querystagingoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_slippageUpdateArgs = { +export type Querystagingoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_slippageUpdatesArgs = { +export type Querystagingoptimismgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_snapshotRootArgs = { +export type Querystagingoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_snapshotRootsArgs = { +export type Querystagingoptimismgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_spokeConnectorModeArgs = { +export type Querystagingoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_spokeConnectorModesArgs = { +export type Querystagingoptimismgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootProposedArgs = { +export type Querystagingoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootProposedsArgs = { +export type Querystagingoptimismgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_optimisticRootFinalizedArgs = { +export type Querystagingoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_optimisticRootFinalizedsArgs = { +export type Querystagingoptimismgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybasegoerli_assetArgs = { +export type Querystagingoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_assetsArgs = { +export type Querystagingoptimismgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_assetStatusArgs = { +export type Querystagingoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_assetStatusesArgs = { +export type Querystagingoptimismgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_assetBalanceArgs = { +export type Querystagingoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_assetBalancesArgs = { +export type Querystagingoptimismgoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routerArgs = { +export type Querystagingoptimismgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routersArgs = { +export type Querystagingoptimismgoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routerDailyTVLArgs = { +export type Querystagingoptimismgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routerDailyTVLsArgs = { +export type Querystagingoptimismgoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routerLiquidityEventArgs = { +export type Querystagingoptimismgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_routerLiquidityEventsArgs = { +export type Querystagingoptimismgoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querybasegoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Querystagingoptimismgoerli__metaArgs = { + block?: InputMaybe; }; -export type Querybasegoerli_relayerArgs = { +export type Querymantle_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_relayersArgs = { +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 Querybasegoerli_sequencerArgs = { +export type Querymantle_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_sequencersArgs = { +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 Querybasegoerli_relayerFeeArgs = { +export type Querymantle_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_relayerFeesArgs = { +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 Querybasegoerli_originTransferArgs = { +export type Querymantle_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_originTransfersArgs = { +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 Querybasegoerli_destinationTransferArgs = { +export type Querymantle_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_destinationTransfersArgs = { +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 Querybasegoerli_originMessageArgs = { +export type Querymantle_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_originMessagesArgs = { +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 Querybasegoerli_aggregateRootArgs = { +export type Querymantle_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_aggregateRootsArgs = { +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 Querybasegoerli_connectorMetaArgs = { +export type Querymantle_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_connectorMetasArgs = { +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 Querybasegoerli_rootCountArgs = { +export type Querymantle_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_rootCountsArgs = { +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 Querybasegoerli_rootMessageSentArgs = { +export type Querymantle_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_rootMessageSentsArgs = { +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 Querybasegoerli_relayerFeesIncreaseArgs = { +export type Querymantle_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_relayerFeesIncreasesArgs = { +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 Querybasegoerli_slippageUpdateArgs = { +export type Querymantle_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_slippageUpdatesArgs = { +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 Querybasegoerli_snapshotRootArgs = { +export type Querymantle_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_snapshotRootsArgs = { +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 Querybasegoerli_spokeConnectorModeArgs = { +export type Querymantle_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_spokeConnectorModesArgs = { +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 Querybasegoerli_aggregateRootProposedArgs = { +export type Querymantle_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_aggregateRootProposedsArgs = { +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 Querybasegoerli_optimisticRootFinalizedArgs = { +export type Querymantle_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybasegoerli_optimisticRootFinalizedsArgs = { +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 Querybasegoerli__metaArgs = { - block?: InputMaybe; +export type Querymantle_swap__metaArgs = { + block?: InputMaybe; }; @@ -11901,16316 +13132,15065 @@ export type Querystagingmumbai__metaArgs = { }; -export type Querypolygon_assetArgs = { +export type Queryarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetsArgs = { +export type Queryarbitrumone_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetStatusArgs = { +export type Queryarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetStatusesArgs = { +export type Queryarbitrumone_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetBalanceArgs = { +export type Queryarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetBalancesArgs = { +export type Queryarbitrumone_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerArgs = { +export type Queryarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routersArgs = { +export type Queryarbitrumone_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerDailyTVLArgs = { +export type Queryarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerDailyTVLsArgs = { +export type Queryarbitrumone_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerLiquidityEventArgs = { +export type Queryarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerLiquidityEventsArgs = { +export type Queryarbitrumone_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_settingArgs = { +export type Queryarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_settingsArgs = { +export type Queryarbitrumone_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerArgs = { +export type Queryarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayersArgs = { +export type Queryarbitrumone_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_sequencerArgs = { +export type Queryarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_sequencersArgs = { +export type Queryarbitrumone_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeeArgs = { +export type Queryarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesArgs = { +export type Queryarbitrumone_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originTransferArgs = { +export type Queryarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originTransfersArgs = { +export type Queryarbitrumone_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_destinationTransferArgs = { +export type Queryarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_destinationTransfersArgs = { +export type Queryarbitrumone_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originMessageArgs = { +export type Queryarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originMessagesArgs = { +export type Queryarbitrumone_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootArgs = { +export type Queryarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootsArgs = { +export type Queryarbitrumone_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_connectorMetaArgs = { +export type Queryarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_connectorMetasArgs = { +export type Queryarbitrumone_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootCountArgs = { +export type Queryarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootCountsArgs = { +export type Queryarbitrumone_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootMessageSentArgs = { +export type Queryarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootMessageSentsArgs = { +export type Queryarbitrumone_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesIncreaseArgs = { +export type Queryarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesIncreasesArgs = { +export type Queryarbitrumone_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_slippageUpdateArgs = { +export type Queryarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_slippageUpdatesArgs = { +export type Queryarbitrumone_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_snapshotRootArgs = { +export type Queryarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_snapshotRootsArgs = { +export type Queryarbitrumone_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_spokeConnectorModeArgs = { +export type Queryarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_spokeConnectorModesArgs = { +export type Queryarbitrumone_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootProposedArgs = { +export type Queryarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootProposedsArgs = { +export type Queryarbitrumone_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_optimisticRootFinalizedArgs = { +export type Queryarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_optimisticRootFinalizedsArgs = { +export type Queryarbitrumone_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon__metaArgs = { - block?: InputMaybe; +export type Queryarbitrumone__metaArgs = { + block?: InputMaybe; }; -export type Querystaginggoerli_assetArgs = { +export type Querybasegoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetsArgs = { +export type Querybasegoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetStatusArgs = { +export type Querybasegoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetStatusesArgs = { +export type Querybasegoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetBalanceArgs = { +export type Querybasegoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetBalancesArgs = { +export type Querybasegoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerArgs = { +export type Querybasegoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routersArgs = { +export type Querybasegoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerDailyTVLArgs = { +export type Querybasegoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerDailyTVLsArgs = { +export type Querybasegoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerLiquidityEventArgs = { +export type Querybasegoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerLiquidityEventsArgs = { +export type Querybasegoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_settingArgs = { +export type Querybasegoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_settingsArgs = { +export type Querybasegoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerArgs = { +export type Querybasegoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayersArgs = { +export type Querybasegoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_sequencerArgs = { +export type Querybasegoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_sequencersArgs = { +export type Querybasegoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeeArgs = { +export type Querybasegoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesArgs = { +export type Querybasegoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originTransferArgs = { +export type Querybasegoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originTransfersArgs = { +export type Querybasegoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_destinationTransferArgs = { +export type Querybasegoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_destinationTransfersArgs = { +export type Querybasegoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originMessageArgs = { +export type Querybasegoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originMessagesArgs = { +export type Querybasegoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootArgs = { +export type Querybasegoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootsArgs = { +export type Querybasegoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_connectorMetaArgs = { +export type Querybasegoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_connectorMetasArgs = { +export type Querybasegoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootCountArgs = { +export type Querybasegoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootCountsArgs = { +export type Querybasegoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageSentArgs = { +export type Querybasegoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageSentsArgs = { +export type Querybasegoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesIncreaseArgs = { +export type Querybasegoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesIncreasesArgs = { +export type Querybasegoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_slippageUpdateArgs = { +export type Querybasegoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_slippageUpdatesArgs = { +export type Querybasegoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_snapshotRootArgs = { +export type Querybasegoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_snapshotRootsArgs = { +export type Querybasegoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_spokeConnectorModeArgs = { +export type Querybasegoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_spokeConnectorModesArgs = { +export type Querybasegoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootProposedArgs = { +export type Querybasegoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootProposedsArgs = { +export type Querybasegoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootFinalizedArgs = { +export type Querybasegoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootFinalizedsArgs = { +export type Querybasegoerli_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_assetArgs = { +export type Querybasegoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetsArgs = { +export type Queryoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusArgs = { +export type Queryoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusesArgs = { +export type Queryoptimismgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalanceArgs = { +export type Queryoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalancesArgs = { +export type Queryoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerArgs = { +export type Queryoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routersArgs = { +export type Queryoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLArgs = { +export type Queryoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLsArgs = { +export type Queryoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerLiquidityEventArgs = { +export type Queryoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerLiquidityEventsArgs = { +export type Queryoptimismgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingArgs = { +export type Queryoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingsArgs = { +export type Queryoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerArgs = { +export type Queryoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayersArgs = { +export type Queryoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencerArgs = { +export type Queryoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencersArgs = { +export type Queryoptimismgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeeArgs = { +export type Queryoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesArgs = { +export type Queryoptimismgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransferArgs = { +export type Queryoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransfersArgs = { +export type Queryoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransferArgs = { +export type Queryoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransfersArgs = { +export type Queryoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessageArgs = { +export type Queryoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessagesArgs = { +export type Queryoptimismgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootArgs = { +export type Queryoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootsArgs = { +export type Queryoptimismgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetaArgs = { +export type Queryoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetasArgs = { +export type Queryoptimismgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountArgs = { +export type Queryoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountsArgs = { +export type Queryoptimismgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentArgs = { +export type Queryoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentsArgs = { +export type Queryoptimismgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreaseArgs = { +export type Queryoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreasesArgs = { +export type Queryoptimismgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdateArgs = { +export type Queryoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdatesArgs = { +export type Queryoptimismgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_snapshotRootArgs = { +export type Queryoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_snapshotRootsArgs = { +export type Queryoptimismgoerli_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_spokeConnectorModeArgs = { +export type Queryoptimismgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_spokeConnectorModesArgs = { +export type Queryoptimismgoerli_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_aggregateRootProposedArgs = { +export type Queryoptimismgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootProposedsArgs = { +export type Queryoptimismgoerli_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_optimisticRootFinalizedArgs = { +export type Queryoptimismgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_optimisticRootFinalizedsArgs = { +export type Queryoptimismgoerli_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__metaArgs = { - block?: InputMaybe; +export type Queryoptimismgoerli__metaArgs = { + block?: InputMaybe; }; -export type Querymantle_swap_systemInfoArgs = { +export type Querymainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_systemInfosArgs = { +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 Querymantle_swap_pooledTokenArgs = { +export type Querymainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_pooledTokensArgs = { +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 Querymantle_swap_stableSwapArgs = { +export type Querymainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapsArgs = { +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 Querymantle_swap_stableSwapAddLiquidityEventArgs = { +export type Querymainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapAddLiquidityEventsArgs = { +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 Querymantle_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querymainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querymantle_swap_stableSwapExchangeArgs = { +export type Querymainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapExchangesArgs = { +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 Querymantle_swap_swapDailyVolumeArgs = { +export type Querymainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapDailyVolumesArgs = { +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 Querymantle_swap_swapHourlyVolumeArgs = { +export type Querymainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapHourlyVolumesArgs = { +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 Querymantle_swap_swapWeeklyVolumeArgs = { +export type Querymainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapWeeklyVolumesArgs = { +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 Querymantle_swap_lpAccountArgs = { +export type Querymainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountsArgs = { +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 Querymantle_swap_lpAccountBalanceArgs = { +export type Querymainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountBalancesArgs = { +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 Querymantle_swap_lpTokenArgs = { +export type Querymainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokensArgs = { +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 Querymantle_swap_lpTransferEventArgs = { +export type Querymainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTransferEventsArgs = { +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 Querymantle_swap_stableSwapEventArgs = { +export type Querymainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapEventsArgs = { +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 Querymantle_swap_swapTradeVolumeArgs = { +export type Querymainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapTradeVolumesArgs = { +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 Querymantle_swap_lpTokenEventArgs = { +export type Querymainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokenEventsArgs = { +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 Querymantle_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymainnet_rootAggregatedArgs = { +export type Querymainnet_rootMessageSentArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootAggregatedsArgs = { +export type Querymainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootPropagatedArgs = { +export type Querymainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootPropagatedsArgs = { +export type Querymainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregatedMessageRootArgs = { +export type Querymainnet_slippageUpdateArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregatedMessageRootsArgs = { +export type Querymainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerMetaArgs = { +export type Querymainnet_snapshotRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerMetasArgs = { +export type Querymainnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerModeArgs = { +export type Querymainnet_spokeConnectorModeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerModesArgs = { +export type Querymainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootProposedArgs = { +export type Querymainnet_aggregateRootProposedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootProposedsArgs = { +export type Querymainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubOptimisticRootFinalizedArgs = { +export type Querymainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubOptimisticRootFinalizedsArgs = { +export type Querymainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootPropagatedArgs = { +export type Querymode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootPropagatedsArgs = { +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 Querymainnet_polygonConnectorMetaArgs = { +export type Querymode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonConnectorMetasArgs = { +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 Querymainnet_optimismConnectorMetaArgs = { +export type Querymode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimismConnectorMetasArgs = { +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 Querymainnet_bnbConnectorMetaArgs = { +export type Querymode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_bnbConnectorMetasArgs = { +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 Querymainnet_arbitrumConnectorMetaArgs = { +export type Querymode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_arbitrumConnectorMetasArgs = { +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 Querymainnet_gnosisConnectorMetaArgs = { +export type Querymode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_gnosisConnectorMetasArgs = { +export type Querymode_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_lineaConnectorMetaArgs = { +export type Querymode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_lineaConnectorMetasArgs = { +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 Querymainnet_metisConnectorMetaArgs = { +export type Querymode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_metisConnectorMetasArgs = { +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 Querymainnet_mantleConnectorMetaArgs = { +export type Querymode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_mantleConnectorMetasArgs = { +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 Querymainnet_avalancheConnectorMetaArgs = { +export type Querymode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_avalancheConnectorMetasArgs = { +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 Querymainnet_baseConnectorMetaArgs = { +export type Querymode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_baseConnectorMetasArgs = { +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 Querymainnet_polygonZkConnectorMetaArgs = { +export type Querymode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonZkConnectorMetasArgs = { +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 Querymainnet_zkSyncConnectorMetaArgs = { +export type Querymode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_zkSyncConnectorMetasArgs = { +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 Querymainnet_modeConnectorMetaArgs = { +export type Querymode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_modeConnectorMetasArgs = { +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 Querymainnet_rootMessageProcessedArgs = { +export type Querymode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageProcessedsArgs = { +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 Querymainnet_aggregateRootSavedSlowArgs = { +export type Querymode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootSavedSlowsArgs = { +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 Querymainnet_hubDomainArgs = { +export type Querymode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubDomainsArgs = { +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 Querymainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querytestgoerli_assetArgs = { +export type Querymode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_assetsArgs = { +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 Querytestgoerli_assetBalanceArgs = { +export type Querymode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_assetBalancesArgs = { +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 Querytestgoerli_routerArgs = { +export type Querymode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_routersArgs = { +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 Querytestgoerli_settingArgs = { +export type Querymode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_settingsArgs = { +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 Querytestgoerli_relayerArgs = { +export type Querymode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_relayersArgs = { +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 Querytestgoerli_stableSwapArgs = { +export type Querymode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_stableSwapsArgs = { +export type Querymode_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_sponsorVaultArgs = { +export type Querymode__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_sponsorVaultsArgs = { +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 Querytestgoerli_originTransferArgs = { +export type Querystagingmetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_originTransfersArgs = { +export type Querystagingmetis_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_destinationTransferArgs = { +export type Querystagingmetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_destinationTransfersArgs = { +export type Querystagingmetis_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingzksync_assetArgs = { +export type Querystagingmetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetsArgs = { +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 Querystagingzksync_assetStatusArgs = { +export type Querystagingmetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetStatusesArgs = { +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 Querystagingzksync_assetBalanceArgs = { +export type Querystagingmetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetBalancesArgs = { +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 Querystagingzksync_routerArgs = { +export type Querystagingmetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routersArgs = { +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 Querystagingzksync_routerDailyTVLArgs = { +export type Querystagingmetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routerDailyTVLsArgs = { +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 Querystagingzksync_routerLiquidityEventArgs = { +export type Querystagingmetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routerLiquidityEventsArgs = { +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 Querystagingzksync_settingArgs = { +export type Querystagingmetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_settingsArgs = { +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 Querystagingzksync_relayerArgs = { +export type Querystagingmetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayersArgs = { +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 Querystagingzksync_sequencerArgs = { +export type Querystagingmetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_sequencersArgs = { +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 Querystagingzksync_relayerFeeArgs = { +export type Querystagingmetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayerFeesArgs = { +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 Querystagingzksync_originTransferArgs = { +export type Querystagingmetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_originTransfersArgs = { +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 Querystagingzksync_destinationTransferArgs = { +export type Querystagingmetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_destinationTransfersArgs = { +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 Querystagingzksync_originMessageArgs = { +export type Querystagingmetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_originMessagesArgs = { +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 Querystagingzksync_aggregateRootArgs = { +export type Querystagingmetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootsArgs = { +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 Querystagingzksync_connectorMetaArgs = { +export type Querystagingmetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_connectorMetasArgs = { +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 Querystagingzksync_rootCountArgs = { +export type Querystagingmetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootCountsArgs = { +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 Querystagingzksync_rootMessageSentArgs = { +export type Querystagingmetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootMessageSentsArgs = { +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 Querystagingzksync_relayerFeesIncreaseArgs = { +export type Querystagingmetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayerFeesIncreasesArgs = { +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 Querystagingzksync_slippageUpdateArgs = { +export type Querystagingmetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_slippageUpdatesArgs = { +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 Querystagingzksync_snapshotRootArgs = { +export type Querystagingmetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_snapshotRootsArgs = { +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 Querystagingzksync_spokeConnectorModeArgs = { +export type Querystagingmetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_spokeConnectorModesArgs = { +export type Querystagingmantle_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootProposedArgs = { +export type Querystagingmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootProposedsArgs = { +export type Querystagingmantle_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_optimisticRootFinalizedArgs = { +export type Querystagingmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_optimisticRootFinalizedsArgs = { +export type Querystagingmantle_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybase_assetArgs = { +export type Querystagingmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetsArgs = { +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 Querybase_assetStatusArgs = { +export type Querystagingmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetStatusesArgs = { +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 Querybase_assetBalanceArgs = { +export type Querystagingmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetBalancesArgs = { +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 Querybase_routerArgs = { +export type Querystagingmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routersArgs = { +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 Querybase_routerDailyTVLArgs = { +export type Querystagingmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerDailyTVLsArgs = { +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 Querybase_routerLiquidityEventArgs = { +export type Querystagingmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerLiquidityEventsArgs = { +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 Querybase_settingArgs = { +export type Querystagingmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_settingsArgs = { +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 Querybase_relayerArgs = { +export type Querystagingmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayersArgs = { +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 Querybase_sequencerArgs = { +export type Querystagingmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_sequencersArgs = { +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 Querybase_relayerFeeArgs = { +export type Querystagingmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeesArgs = { +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 Querybase_originTransferArgs = { +export type Querystagingmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originTransfersArgs = { +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 Querybase_destinationTransferArgs = { +export type Querystagingmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_destinationTransfersArgs = { +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 Querybase_originMessageArgs = { +export type Querystagingmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originMessagesArgs = { +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 Querybase_aggregateRootArgs = { +export type Querystagingmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootsArgs = { +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 Querybase_connectorMetaArgs = { +export type Querystagingmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_connectorMetasArgs = { +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 Querybase_rootCountArgs = { +export type Querystagingmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootCountsArgs = { +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 Querybase_rootMessageSentArgs = { +export type Querystagingmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootMessageSentsArgs = { +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 Querybase_relayerFeesIncreaseArgs = { +export type Querystagingmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeesIncreasesArgs = { +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 Querybase_slippageUpdateArgs = { +export type Querystagingmantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_slippageUpdatesArgs = { +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 Querybase_snapshotRootArgs = { +export type Querystagingmantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_snapshotRootsArgs = { +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 Querybase_spokeConnectorModeArgs = { +export type Querystagingmantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_spokeConnectorModesArgs = { +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 Querybase_aggregateRootProposedArgs = { +export type Querypolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootProposedsArgs = { +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 Querybase_optimisticRootFinalizedArgs = { +export type Querypolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_optimisticRootFinalizedsArgs = { +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 Querybase__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygonzkevm_swap_assetArgs = { +export type Querypolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetsArgs = { +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_assetStatusArgs = { +export type Querypolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetStatusesArgs = { +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_assetBalanceArgs = { +export type Querypolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetBalancesArgs = { +export type Querypolygon_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerArgs = { +export type Querypolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routersArgs = { +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_routerDailyTVLArgs = { +export type Querypolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerDailyTVLsArgs = { +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_routerLiquidityEventArgs = { +export type Querypolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerLiquidityEventsArgs = { +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_settingArgs = { +export type Querypolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_settingsArgs = { +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_relayerArgs = { +export type Querypolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayersArgs = { +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_sequencerArgs = { +export type Querypolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_sequencersArgs = { +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_relayerFeeArgs = { +export type Querypolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeesArgs = { +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_originTransferArgs = { +export type Querypolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_originTransfersArgs = { +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_destinationTransferArgs = { +export type Querypolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_destinationTransfersArgs = { +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_originMessageArgs = { +export type Querypolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_originMessagesArgs = { +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_aggregateRootArgs = { +export type Querypolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootsArgs = { +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_connectorMetaArgs = { +export type Querypolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_connectorMetasArgs = { +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_rootCountArgs = { +export type Querypolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootCountsArgs = { +export type Querypolygon_slippageUpdatesArgs = { 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_rootMessageSentArgs = { +export type Querypolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootMessageSentsArgs = { +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_relayerFeesIncreaseArgs = { +export type Querypolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeesIncreasesArgs = { +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_slippageUpdateArgs = { +export type Querypolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_slippageUpdatesArgs = { +export type Querypolygon_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_snapshotRootArgs = { +export type Querypolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_snapshotRootsArgs = { +export type Querypolygon_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_spokeConnectorModeArgs = { +export type Querypolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Querygoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_spokeConnectorModesArgs = { +export type Querygoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootProposedArgs = { +export type Querygoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootProposedsArgs = { +export type Querygoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_optimisticRootFinalizedArgs = { +export type Querygoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_optimisticRootFinalizedsArgs = { +export type Querygoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmainnet_assetArgs = { +export type Querygoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetsArgs = { +export type Querygoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetStatusArgs = { +export type Querygoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetStatusesArgs = { +export type Querygoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetBalanceArgs = { +export type Querygoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetBalancesArgs = { +export type Querygoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerArgs = { +export type Querygoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routersArgs = { +export type Querygoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerDailyTVLArgs = { +export type Querygoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerDailyTVLsArgs = { +export type Querygoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerLiquidityEventArgs = { +export type Querygoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerLiquidityEventsArgs = { +export type Querygoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_settingArgs = { +export type Querygoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_settingsArgs = { +export type Querygoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayerArgs = { +export type Querygoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayersArgs = { +export type Querygoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_sequencerArgs = { +export type Querygoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_sequencersArgs = { +export type Querygoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayerFeeArgs = { +export type Querygoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayerFeesArgs = { +export type Querygoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_originTransferArgs = { +export type Querygoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_originTransfersArgs = { +export type Querygoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_destinationTransferArgs = { +export type Querygoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_destinationTransfersArgs = { +export type Querygoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_originMessageArgs = { +export type Querygoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_originMessagesArgs = { +export type Querygoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootArgs = { +export type Querygoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootsArgs = { +export type Querygoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_connectorMetaArgs = { +export type Querygoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_connectorMetasArgs = { +export type Querygoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootCountArgs = { +export type Querygoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootCountsArgs = { +export type Querygoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootMessageSentArgs = { +export type Querygoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootMessageSentsArgs = { +export type Querygoerli_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_relayerFeesIncreaseArgs = { +export type Querygoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayerFeesIncreasesArgs = { +export type Querygoerli_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_slippageUpdateArgs = { +export type Querygoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_slippageUpdatesArgs = { +export type Querygoerli_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_snapshotRootArgs = { +export type Querygoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_snapshotRootsArgs = { +export type Querygoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_spokeConnectorModeArgs = { +export type Querymumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_spokeConnectorModesArgs = { +export type Querymumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootProposedArgs = { +export type Querymumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootProposedsArgs = { +export type Querymumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootFinalizedArgs = { +export type Querymumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootFinalizedsArgs = { +export type Querymumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingbnb_assetArgs = { +export type Querymumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetsArgs = { +export type Querymumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetStatusArgs = { +export type Querymumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetStatusesArgs = { +export type Querymumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetBalanceArgs = { +export type Querymumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetBalancesArgs = { +export type Querymumbai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerArgs = { +export type Querymumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routersArgs = { +export type Querymumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerDailyTVLArgs = { +export type Querymumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerDailyTVLsArgs = { +export type Querymumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerLiquidityEventArgs = { +export type Querymumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerLiquidityEventsArgs = { +export type Querymumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_settingArgs = { +export type Querymumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_settingsArgs = { +export type Querymumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayerArgs = { +export type Querymumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayersArgs = { +export type Querymumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_sequencerArgs = { +export type Querymumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_sequencersArgs = { +export type Querymumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayerFeeArgs = { +export type Querymumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayerFeesArgs = { +export type Querymumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_originTransferArgs = { +export type Querymumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_originTransfersArgs = { +export type Querymumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_destinationTransferArgs = { +export type Querymumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_destinationTransfersArgs = { +export type Querymumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_originMessageArgs = { +export type Querymumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_originMessagesArgs = { +export type Querymumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootArgs = { +export type Querymumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootsArgs = { +export type Querymumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_connectorMetaArgs = { +export type Querymumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_connectorMetasArgs = { +export type Querymumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_rootCountArgs = { +export type Querymumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_rootCountsArgs = { +export type Querymumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_rootMessageSentArgs = { +export type Querymumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_rootMessageSentsArgs = { +export type Querymumbai_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_relayerFeesIncreaseArgs = { +export type Querymumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayerFeesIncreasesArgs = { +export type Querymumbai_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_slippageUpdateArgs = { +export type Querymumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_slippageUpdatesArgs = { +export type Querymumbai_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_snapshotRootArgs = { +export type Querymumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_snapshotRootsArgs = { +export type Querymumbai_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_spokeConnectorModeArgs = { +export type Querymumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystaginggoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_spokeConnectorModesArgs = { +export type Querystaginggoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootProposedArgs = { +export type Querystaginggoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootProposedsArgs = { +export type Querystaginggoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_optimisticRootFinalizedArgs = { +export type Querystaginggoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_optimisticRootFinalizedsArgs = { +export type Querystaginggoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingoptimism_assetArgs = { +export type Querystaginggoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetsArgs = { +export type Querystaginggoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetStatusArgs = { +export type Querystaginggoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetStatusesArgs = { +export type Querystaginggoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetBalanceArgs = { +export type Querystaginggoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetBalancesArgs = { +export type Querystaginggoerli_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_routerArgs = { +export type Querystaginggoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routersArgs = { +export type Querystaginggoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerDailyTVLArgs = { +export type Querystaginggoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerDailyTVLsArgs = { +export type Querystaginggoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerLiquidityEventArgs = { +export type Querystaginggoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerLiquidityEventsArgs = { +export type Querystaginggoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_settingArgs = { +export type Querystaginggoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_settingsArgs = { +export type Querystaginggoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerArgs = { +export type Querystaginggoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayersArgs = { +export type Querystaginggoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_sequencerArgs = { +export type Querystaginggoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_sequencersArgs = { +export type Querystaginggoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeeArgs = { +export type Querystaginggoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeesArgs = { +export type Querystaginggoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originTransferArgs = { +export type Querystaginggoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originTransfersArgs = { +export type Querystaginggoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_destinationTransferArgs = { +export type Querystaginggoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_destinationTransfersArgs = { +export type Querystaginggoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originMessageArgs = { +export type Querystaginggoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originMessagesArgs = { +export type Querystaginggoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootArgs = { +export type Querystaginggoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootsArgs = { +export type Querystaginggoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_connectorMetaArgs = { +export type Querystaginggoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_connectorMetasArgs = { +export type Querystaginggoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootCountArgs = { +export type Querystaginggoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootCountsArgs = { +export type Querystaginggoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootMessageSentArgs = { +export type Querystaginggoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootMessageSentsArgs = { +export type Querystaginggoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeesIncreaseArgs = { +export type Querystaginggoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeesIncreasesArgs = { +export type Querystaginggoerli_spokeConnectorModesArgs = { 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 Querystagingoptimism_slippageUpdateArgs = { + +export type Querystaginggoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_slippageUpdatesArgs = { +export type Querystaginggoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_snapshotRootArgs = { +export type Querystaginggoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_snapshotRootsArgs = { +export type Querystaginggoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_spokeConnectorModeArgs = { +export type Querystagingoptimism_assetArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_spokeConnectorModesArgs = { +export type Querystagingoptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootProposedArgs = { +export type Querystagingoptimism_assetStatusArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootProposedsArgs = { +export type Querystagingoptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_optimisticRootFinalizedArgs = { +export type Querystagingoptimism_assetBalanceArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_optimisticRootFinalizedsArgs = { +export type Querystagingoptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylocaloptimism_assetArgs = { +export type Querystagingoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_assetsArgs = { +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 Querylocaloptimism_assetStatusArgs = { +export type Querystagingoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_assetStatusesArgs = { +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 Querylocaloptimism_assetBalanceArgs = { +export type Querystagingoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_assetBalancesArgs = { +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 Querylocaloptimism_routerArgs = { +export type Querystagingoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_routersArgs = { +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 Querylocaloptimism_routerDailyTVLArgs = { +export type Querystagingoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_routerDailyTVLsArgs = { +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 Querylocaloptimism_routerLiquidityEventArgs = { +export type Querystagingoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_routerLiquidityEventsArgs = { +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 Querylocaloptimism_settingArgs = { +export type Querystagingoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_settingsArgs = { +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 Querylocaloptimism_relayerArgs = { +export type Querystagingoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayersArgs = { +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 Querylocaloptimism_sequencerArgs = { +export type Querystagingoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_sequencersArgs = { +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 Querylocaloptimism_relayerFeeArgs = { +export type Querystagingoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayerFeesArgs = { +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 Querylocaloptimism_originTransferArgs = { +export type Querystagingoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_originTransfersArgs = { +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 Querylocaloptimism_destinationTransferArgs = { +export type Querystagingoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_destinationTransfersArgs = { +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 Querylocaloptimism_originMessageArgs = { +export type Querystagingoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_originMessagesArgs = { +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 Querylocaloptimism_aggregateRootArgs = { +export type Querystagingoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_aggregateRootsArgs = { +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 Querylocaloptimism_connectorMetaArgs = { +export type Querystagingoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_connectorMetasArgs = { +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 Querylocaloptimism_rootCountArgs = { +export type Querystagingoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_rootCountsArgs = { +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 Querylocaloptimism_rootMessageSentArgs = { +export type Querystagingoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_rootMessageSentsArgs = { +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 Querylocaloptimism_relayerFeesIncreaseArgs = { +export type Querystagingoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayerFeesIncreasesArgs = { +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 Querylocaloptimism_slippageUpdateArgs = { +export type Querystagingoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_slippageUpdatesArgs = { +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 Querylocaloptimism_snapshotRootArgs = { +export type Querystagingoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_snapshotRootsArgs = { +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 Querylocaloptimism_spokeConnectorModeArgs = { +export type Querystagingoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystaginglinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_spokeConnectorModesArgs = { +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 Querylocaloptimism_aggregateRootProposedArgs = { +export type Querystaginglinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_aggregateRootProposedsArgs = { +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 Querylocaloptimism_optimisticRootFinalizedArgs = { +export type Querystaginglinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_optimisticRootFinalizedsArgs = { +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 Querylocaloptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylinea_assetArgs = { +export type Querystaginglinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetsArgs = { +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 Querylinea_assetStatusArgs = { +export type Querystaginglinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusesArgs = { +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 Querylinea_assetBalanceArgs = { +export type Querystaginglinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalancesArgs = { +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 Querylinea_routerArgs = { +export type Querystaginglinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routersArgs = { +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 Querylinea_routerDailyTVLArgs = { +export type Querystaginglinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLsArgs = { +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 Querylinea_routerLiquidityEventArgs = { +export type Querystaginglinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventsArgs = { +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 Querylinea_settingArgs = { +export type Querystaginglinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_settingsArgs = { +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 Querylinea_relayerArgs = { +export type Querystaginglinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayersArgs = { +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 Querylinea_sequencerArgs = { +export type Querystaginglinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_sequencersArgs = { +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 Querylinea_relayerFeeArgs = { +export type Querystaginglinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesArgs = { +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 Querylinea_originTransferArgs = { +export type Querystaginglinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransfersArgs = { +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 Querylinea_destinationTransferArgs = { +export type Querystaginglinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransfersArgs = { +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 Querylinea_originMessageArgs = { +export type Querystaginglinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessagesArgs = { +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 Querylinea_aggregateRootArgs = { +export type Querystaginglinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootsArgs = { +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 Querylinea_connectorMetaArgs = { +export type Querystaginglinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetasArgs = { +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 Querylinea_rootCountArgs = { +export type Querystaginglinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountsArgs = { +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 Querylinea_rootMessageSentArgs = { +export type Querystaginglinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentsArgs = { +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 Querylinea_relayerFeesIncreaseArgs = { +export type Querystaginglinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreasesArgs = { +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 Querylinea_slippageUpdateArgs = { +export type Querystaginglinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdatesArgs = { +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 Querylinea_snapshotRootArgs = { +export type Querystaginglinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_snapshotRootsArgs = { +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 Querylinea_spokeConnectorModeArgs = { +export type Querystaginglinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_spokeConnectorModesArgs = { +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 Querylinea_aggregateRootProposedArgs = { +export type Queryzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootProposedsArgs = { +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 Querylinea_optimisticRootFinalizedArgs = { +export type Queryzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_optimisticRootFinalizedsArgs = { +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 Querylinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylocalmainnet_assetArgs = { +export type Queryzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetsArgs = { +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 Querylocalmainnet_assetStatusArgs = { +export type Queryzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetStatusesArgs = { +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 Querylocalmainnet_assetBalanceArgs = { +export type Queryzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetBalancesArgs = { +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 Querylocalmainnet_routerArgs = { +export type Queryzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routersArgs = { +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 Querylocalmainnet_routerDailyTVLArgs = { +export type Queryzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routerDailyTVLsArgs = { +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 Querylocalmainnet_routerLiquidityEventArgs = { +export type Queryzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routerLiquidityEventsArgs = { +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 Querylocalmainnet_settingArgs = { +export type Queryzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_settingsArgs = { +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 Querylocalmainnet_relayerArgs = { +export type Queryzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayersArgs = { +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 Querylocalmainnet_sequencerArgs = { +export type Queryzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_sequencersArgs = { +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 Querylocalmainnet_relayerFeeArgs = { +export type Queryzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerFeesArgs = { +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 Querylocalmainnet_originTransferArgs = { +export type Queryzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originTransfersArgs = { +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 Querylocalmainnet_destinationTransferArgs = { +export type Queryzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_destinationTransfersArgs = { +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 Querylocalmainnet_originMessageArgs = { +export type Queryzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originMessagesArgs = { +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 Querylocalmainnet_aggregateRootArgs = { +export type Queryzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootsArgs = { +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 Querylocalmainnet_connectorMetaArgs = { +export type Queryzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_connectorMetasArgs = { +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 Querylocalmainnet_rootCountArgs = { +export type Queryzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootCountsArgs = { +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 Querylocalmainnet_rootMessageSentArgs = { +export type Queryzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageSentsArgs = { +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 Querylocalmainnet_relayerFeesIncreaseArgs = { +export type Queryzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerFeesIncreasesArgs = { +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 Querylocalmainnet_slippageUpdateArgs = { +export type Queryzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_slippageUpdatesArgs = { +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 Querylocalmainnet_snapshotRootArgs = { +export type Queryzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_snapshotRootsArgs = { +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 Querylocalmainnet_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Queryzksync__metaArgs = { + block?: InputMaybe; }; -export type Querylocalmainnet_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; +export type Queryavalanche_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootProposedArgs = { +export type Queryavalanche_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootProposedsArgs = { +export type Queryavalanche_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootFinalizedArgs = { +export type Queryavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootFinalizedsArgs = { +export type Queryavalanche_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetArgs = { +export type Queryavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetsArgs = { +export type Queryavalanche_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetStatusArgs = { +export type Queryavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetStatusesArgs = { +export type Queryavalanche_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetBalanceArgs = { +export type Queryavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetBalancesArgs = { +export type Queryavalanche_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerArgs = { +export type Queryavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routersArgs = { +export type Queryavalanche_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerDailyTVLArgs = { +export type Queryavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerDailyTVLsArgs = { +export type Queryavalanche_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerLiquidityEventArgs = { +export type Queryavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerLiquidityEventsArgs = { +export type Queryavalanche_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_settingArgs = { +export type Queryavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_settingsArgs = { +export type Queryavalanche_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerArgs = { +export type Queryavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayersArgs = { +export type Queryavalanche_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_sequencerArgs = { +export type Queryavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_sequencersArgs = { +export type Queryavalanche_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeeArgs = { +export type Queryavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesArgs = { +export type Queryavalanche_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originTransferArgs = { +export type Queryavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originTransfersArgs = { +export type Queryavalanche_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_destinationTransferArgs = { +export type Queryavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_destinationTransfersArgs = { +export type Queryavalanche_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originMessageArgs = { +export type Queryavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originMessagesArgs = { +export type Queryavalanche_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootArgs = { +export type Queryavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootsArgs = { +export type Queryavalanche_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_connectorMetaArgs = { +export type Queryavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_connectorMetasArgs = { +export type Queryavalanche_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootCountArgs = { +export type Queryavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootCountsArgs = { +export type Queryavalanche_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootMessageSentArgs = { +export type Queryavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootMessageSentsArgs = { +export type Queryavalanche_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesIncreaseArgs = { +export type Queryavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesIncreasesArgs = { +export type Queryavalanche_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_slippageUpdateArgs = { +export type Queryavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_slippageUpdatesArgs = { +export type Queryavalanche_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_snapshotRootArgs = { +export type Queryavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_snapshotRootsArgs = { +export type Queryavalanche_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_spokeConnectorModeArgs = { +export type Queryavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygonzkevm_swap_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_spokeConnectorModesArgs = { +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 Querymetis_aggregateRootProposedArgs = { +export type Querypolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootProposedsArgs = { +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 Querymetis_optimisticRootFinalizedArgs = { +export type Querypolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_optimisticRootFinalizedsArgs = { +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 Querymetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingscroll_assetArgs = { +export type Querypolygonzkevm_swap_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_assetsArgs = { +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 Querystagingscroll_assetStatusArgs = { +export type Querypolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_assetStatusesArgs = { +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 Querystagingscroll_assetBalanceArgs = { +export type Querypolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_assetBalancesArgs = { +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 Querystagingscroll_routerArgs = { +export type Querypolygonzkevm_swap_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_routersArgs = { +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 Querystagingscroll_routerDailyTVLArgs = { +export type Querypolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_routerDailyTVLsArgs = { +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 Querystagingscroll_routerLiquidityEventArgs = { +export type Querypolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_routerLiquidityEventsArgs = { +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 Querystagingscroll_settingArgs = { +export type Querypolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_settingsArgs = { +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 Querystagingscroll_relayerArgs = { +export type Querypolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_relayersArgs = { +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 Querystagingscroll_sequencerArgs = { +export type Querypolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_sequencersArgs = { +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 Querystagingscroll_relayerFeeArgs = { +export type Querypolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_relayerFeesArgs = { +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 Querystagingscroll_originTransferArgs = { +export type Querypolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_originTransfersArgs = { +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 Querystagingscroll_destinationTransferArgs = { +export type Querypolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_destinationTransfersArgs = { +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 Querystagingscroll_originMessageArgs = { +export type Querypolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_originMessagesArgs = { +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 Querystagingscroll_aggregateRootArgs = { +export type Querypolygonzkevm_swap_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_aggregateRootsArgs = { +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 Querystagingscroll_connectorMetaArgs = { +export type Querypolygonzkevm_swap_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_connectorMetasArgs = { +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 Querystagingscroll_rootCountArgs = { +export type Querypolygonzkevm_swap_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_rootCountsArgs = { +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 Querystagingscroll_rootMessageSentArgs = { +export type Querypolygonzkevm_swap_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_rootMessageSentsArgs = { +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 Querystagingscroll_relayerFeesIncreaseArgs = { +export type Querypolygonzkevm_swap_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_relayerFeesIncreasesArgs = { +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 Querystagingscroll_slippageUpdateArgs = { +export type Querypolygonzkevm_swap_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_slippageUpdatesArgs = { +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 Querystagingscroll_snapshotRootArgs = { +export type Querypolygonzkevm_swap_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_snapshotRootsArgs = { +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 Querystagingscroll_spokeConnectorModeArgs = { +export type Querypolygonzkevm_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_spokeConnectorModesArgs = { +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 Querystagingscroll_aggregateRootProposedArgs = { +export type Querypolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_aggregateRootProposedsArgs = { +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 Querystagingscroll_optimisticRootFinalizedArgs = { +export type Querypolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_optimisticRootFinalizedsArgs = { +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 Querystagingscroll__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingpolygon_assetArgs = { +export type Querypolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetsArgs = { +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 Querystagingpolygon_assetStatusArgs = { +export type Querypolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetStatusesArgs = { +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 Querystagingpolygon_assetBalanceArgs = { +export type Querypolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetBalancesArgs = { +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 Querystagingpolygon_routerArgs = { +export type Querypolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routersArgs = { +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 Querystagingpolygon_routerDailyTVLArgs = { +export type Querypolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerDailyTVLsArgs = { +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 Querystagingpolygon_routerLiquidityEventArgs = { +export type Querypolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerLiquidityEventsArgs = { +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 Querystagingpolygon_settingArgs = { +export type Querypolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_settingsArgs = { +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 Querystagingpolygon_relayerArgs = { +export type Querypolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayersArgs = { +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 Querystagingpolygon_sequencerArgs = { +export type Querypolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_sequencersArgs = { +export type Querypolygonzkevm_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeeArgs = { +export type Querypolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeesArgs = { +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 Querystagingpolygon_originTransferArgs = { +export type Querypolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originTransfersArgs = { +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 Querystagingpolygon_destinationTransferArgs = { +export type Querypolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_destinationTransfersArgs = { +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 Querystagingpolygon_originMessageArgs = { +export type Querypolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originMessagesArgs = { +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 Querystagingpolygon_aggregateRootArgs = { +export type Querypolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_aggregateRootsArgs = { +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 Querystagingpolygon_connectorMetaArgs = { +export type Querypolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_connectorMetasArgs = { +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 Querystagingpolygon_rootCountArgs = { +export type Querypolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootCountsArgs = { +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 Querystagingpolygon_rootMessageSentArgs = { +export type Querypolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootMessageSentsArgs = { +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 Querystagingpolygon_relayerFeesIncreaseArgs = { +export type Querypolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeesIncreasesArgs = { +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 Querystagingpolygon_slippageUpdateArgs = { +export type Querypolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_slippageUpdatesArgs = { +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 Querystagingpolygon_snapshotRootArgs = { +export type Querypolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_snapshotRootsArgs = { +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 Querystagingpolygon_spokeConnectorModeArgs = { +export type Querypolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_spokeConnectorModesArgs = { +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 Querystagingpolygon_aggregateRootProposedArgs = { +export type Querystagingarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_aggregateRootProposedsArgs = { +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 Querystagingpolygon_optimisticRootFinalizedArgs = { +export type Querystagingarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_optimisticRootFinalizedsArgs = { +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 Querystagingpolygon__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingxdai_assetArgs = { +export type Querystagingarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetsArgs = { +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 Querystagingxdai_assetStatusArgs = { +export type Querystagingarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetStatusesArgs = { +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 Querystagingxdai_assetBalanceArgs = { +export type Querystagingarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetBalancesArgs = { +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 Querystagingxdai_routerArgs = { +export type Querystagingarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routersArgs = { +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 Querystagingxdai_routerDailyTVLArgs = { +export type Querystagingarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerDailyTVLsArgs = { +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 Querystagingxdai_routerLiquidityEventArgs = { +export type Querystagingarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerLiquidityEventsArgs = { +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 Querystagingxdai_settingArgs = { +export type Querystagingarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_settingsArgs = { +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 Querystagingxdai_relayerArgs = { +export type Querystagingarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayersArgs = { +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 Querystagingxdai_sequencerArgs = { +export type Querystagingarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_sequencersArgs = { +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 Querystagingxdai_relayerFeeArgs = { +export type Querystagingarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerFeesArgs = { +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 Querystagingxdai_originTransferArgs = { +export type Querystagingarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_originTransfersArgs = { +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 Querystagingxdai_destinationTransferArgs = { +export type Querystagingarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_destinationTransfersArgs = { +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 Querystagingxdai_originMessageArgs = { +export type Querystagingarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_originMessagesArgs = { +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 Querystagingxdai_aggregateRootArgs = { +export type Querystagingarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_aggregateRootsArgs = { +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 Querystagingxdai_connectorMetaArgs = { +export type Querystagingarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_connectorMetasArgs = { +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 Querystagingxdai_rootCountArgs = { +export type Querystagingarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_rootCountsArgs = { +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 Querystagingxdai_rootMessageSentArgs = { +export type Querystagingarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_rootMessageSentsArgs = { +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 Querystagingxdai_relayerFeesIncreaseArgs = { +export type Querystagingarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerFeesIncreasesArgs = { +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 Querystagingxdai_slippageUpdateArgs = { +export type Querystagingarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_slippageUpdatesArgs = { +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 Querystagingxdai_snapshotRootArgs = { +export type Querystagingarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_snapshotRootsArgs = { +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 Querystagingxdai_spokeConnectorModeArgs = { +export type Querystagingarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylocalmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_spokeConnectorModesArgs = { +export type Querylocalmainnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_aggregateRootProposedArgs = { +export type Querylocalmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_aggregateRootProposedsArgs = { +export type Querylocalmainnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_optimisticRootFinalizedArgs = { +export type Querylocalmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_optimisticRootFinalizedsArgs = { +export type Querylocalmainnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingbase_assetArgs = { +export type Querylocalmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetsArgs = { +export type Querylocalmainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetStatusArgs = { +export type Querylocalmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetStatusesArgs = { +export type Querylocalmainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetBalanceArgs = { +export type Querylocalmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetBalancesArgs = { +export type Querylocalmainnet_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_routerArgs = { +export type Querylocalmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routersArgs = { +export type Querylocalmainnet_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerDailyTVLArgs = { +export type Querylocalmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerDailyTVLsArgs = { +export type Querylocalmainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerLiquidityEventArgs = { +export type Querylocalmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerLiquidityEventsArgs = { +export type Querylocalmainnet_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_settingArgs = { +export type Querylocalmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_settingsArgs = { +export type Querylocalmainnet_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerArgs = { +export type Querylocalmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayersArgs = { +export type Querylocalmainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_sequencerArgs = { +export type Querylocalmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_sequencersArgs = { +export type Querylocalmainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeeArgs = { +export type Querylocalmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeesArgs = { +export type Querylocalmainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originTransferArgs = { +export type Querylocalmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originTransfersArgs = { +export type Querylocalmainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_destinationTransferArgs = { +export type Querylocalmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_destinationTransfersArgs = { +export type Querylocalmainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originMessageArgs = { +export type Querylocalmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originMessagesArgs = { +export type Querylocalmainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootArgs = { +export type Querylocalmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootsArgs = { +export type Querylocalmainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_connectorMetaArgs = { +export type Querylocalmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_connectorMetasArgs = { +export type Querylocalmainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootCountArgs = { +export type Querylocalmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootCountsArgs = { +export type Querylocalmainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootMessageSentArgs = { +export type Querylocalmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootMessageSentsArgs = { +export type Querylocalmainnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeesIncreaseArgs = { +export type Querylocalmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeesIncreasesArgs = { +export type Querylocalmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_slippageUpdateArgs = { +export type Querylocalmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_slippageUpdatesArgs = { +export type Querylocalmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_snapshotRootArgs = { +export type Querylocalmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_snapshotRootsArgs = { +export type Querylocalmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_spokeConnectorModeArgs = { +export type Querylocalarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_spokeConnectorModesArgs = { +export type Querylocalarbitrumone_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootProposedArgs = { +export type Querylocalarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootProposedsArgs = { +export type Querylocalarbitrumone_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_optimisticRootFinalizedArgs = { +export type Querylocalarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_optimisticRootFinalizedsArgs = { +export type Querylocalarbitrumone_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryzksync_assetArgs = { +export type Querylocalarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetsArgs = { +export type Querylocalarbitrumone_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetStatusArgs = { +export type Querylocalarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetStatusesArgs = { +export type Querylocalarbitrumone_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetBalanceArgs = { +export type Querylocalarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetBalancesArgs = { +export type Querylocalarbitrumone_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_routerArgs = { +export type Querylocalarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routersArgs = { +export type Querylocalarbitrumone_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerDailyTVLArgs = { +export type Querylocalarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerDailyTVLsArgs = { +export type Querylocalarbitrumone_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerLiquidityEventArgs = { +export type Querylocalarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerLiquidityEventsArgs = { +export type Querylocalarbitrumone_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_settingArgs = { +export type Querylocalarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_settingsArgs = { +export type Querylocalarbitrumone_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_relayerArgs = { +export type Querylocalarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayersArgs = { +export type Querylocalarbitrumone_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_sequencerArgs = { +export type Querylocalarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_sequencersArgs = { +export type Querylocalarbitrumone_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_relayerFeeArgs = { +export type Querylocalarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesArgs = { +export type Querylocalarbitrumone_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_originTransferArgs = { +export type Querylocalarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originTransfersArgs = { +export type Querylocalarbitrumone_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_destinationTransferArgs = { +export type Querylocalarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_destinationTransfersArgs = { +export type Querylocalarbitrumone_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_originMessageArgs = { +export type Querylocalarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originMessagesArgs = { +export type Querylocalarbitrumone_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_aggregateRootArgs = { +export type Querylocalarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootsArgs = { +export type Querylocalarbitrumone_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_connectorMetaArgs = { +export type Querylocalarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_connectorMetasArgs = { +export type Querylocalarbitrumone_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_rootCountArgs = { +export type Querylocalarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootCountsArgs = { +export type Querylocalarbitrumone_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_rootMessageSentArgs = { +export type Querylocalarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootMessageSentsArgs = { +export type Querylocalarbitrumone_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_relayerFeesIncreaseArgs = { +export type Querylocalarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesIncreasesArgs = { +export type Querylocalarbitrumone_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_slippageUpdateArgs = { +export type Querylocalarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_slippageUpdatesArgs = { +export type Querylocalarbitrumone_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_snapshotRootArgs = { +export type Querylocalarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_snapshotRootsArgs = { +export type Querylocalarbitrumone_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_spokeConnectorModeArgs = { +export type Querylocalarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_spokeConnectorModesArgs = { +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 Queryzksync_aggregateRootProposedArgs = { +export type Querystagingmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootProposedsArgs = { +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 Queryzksync_optimisticRootFinalizedArgs = { +export type Querystagingmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_optimisticRootFinalizedsArgs = { +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 Queryzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumone_assetArgs = { +export type Querystagingmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetsArgs = { +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 Queryarbitrumone_assetStatusArgs = { +export type Querystagingmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetStatusesArgs = { +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 Queryarbitrumone_assetBalanceArgs = { +export type Querystagingmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetBalancesArgs = { +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 Queryarbitrumone_routerArgs = { +export type Querystagingmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routersArgs = { +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 Queryarbitrumone_routerDailyTVLArgs = { +export type Querystagingmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routerDailyTVLsArgs = { +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 Queryarbitrumone_routerLiquidityEventArgs = { +export type Querystagingmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routerLiquidityEventsArgs = { +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 Queryarbitrumone_settingArgs = { +export type Querystagingmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_settingsArgs = { +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 Queryarbitrumone_relayerArgs = { +export type Querystagingmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_relayersArgs = { +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 Queryarbitrumone_sequencerArgs = { +export type Querystagingmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_sequencersArgs = { +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 Queryarbitrumone_relayerFeeArgs = { +export type Querystagingmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_relayerFeesArgs = { +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 Queryarbitrumone_originTransferArgs = { +export type Querystagingmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_originTransfersArgs = { +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 Queryarbitrumone_destinationTransferArgs = { +export type Querystagingmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_destinationTransfersArgs = { +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 Queryarbitrumone_originMessageArgs = { +export type Querystagingmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_originMessagesArgs = { +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 Queryarbitrumone_aggregateRootArgs = { +export type Querystagingmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_aggregateRootsArgs = { +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 Queryarbitrumone_connectorMetaArgs = { +export type Querystagingmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_connectorMetasArgs = { +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 Queryarbitrumone_rootCountArgs = { +export type Querystagingmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_rootCountsArgs = { +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 Queryarbitrumone_rootMessageSentArgs = { +export type Querystagingmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_rootMessageSentsArgs = { +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 Queryarbitrumone_relayerFeesIncreaseArgs = { +export type Querystagingmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_relayerFeesIncreasesArgs = { +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 Queryarbitrumone_slippageUpdateArgs = { +export type Querystagingmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_slippageUpdatesArgs = { +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 Queryarbitrumone_snapshotRootArgs = { +export type Querystagingmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_snapshotRootsArgs = { +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 Queryarbitrumone_spokeConnectorModeArgs = { +export type Querystagingmode__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_spokeConnectorModesArgs = { +export type Querystagingxdai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_aggregateRootProposedArgs = { +export type Querystagingxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_aggregateRootProposedsArgs = { +export type Querystagingxdai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_optimisticRootFinalizedArgs = { +export type Querystagingxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_optimisticRootFinalizedsArgs = { +export type Querystagingxdai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmetis_assetArgs = { +export type Querystagingxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetsArgs = { +export type Querystagingxdai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetStatusArgs = { +export type Querystagingxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetStatusesArgs = { +export type Querystagingxdai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetBalanceArgs = { +export type Querystagingxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetBalancesArgs = { +export type Querystagingxdai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerArgs = { +export type Querystagingxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routersArgs = { +export type Querystagingxdai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerDailyTVLArgs = { +export type Querystagingxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerDailyTVLsArgs = { +export type Querystagingxdai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerLiquidityEventArgs = { +export type Querystagingxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerLiquidityEventsArgs = { +export type Querystagingxdai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_settingArgs = { +export type Querystagingxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_settingsArgs = { +export type Querystagingxdai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerArgs = { +export type Querystagingxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayersArgs = { +export type Querystagingxdai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_sequencerArgs = { +export type Querystagingxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_sequencersArgs = { +export type Querystagingxdai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeeArgs = { +export type Querystagingxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeesArgs = { +export type Querystagingxdai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originTransferArgs = { +export type Querystagingxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originTransfersArgs = { +export type Querystagingxdai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_destinationTransferArgs = { +export type Querystagingxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_destinationTransfersArgs = { +export type Querystagingxdai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originMessageArgs = { +export type Querystagingxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originMessagesArgs = { +export type Querystagingxdai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootArgs = { +export type Querystagingxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootsArgs = { +export type Querystagingxdai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_connectorMetaArgs = { +export type Querystagingxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_connectorMetasArgs = { +export type Querystagingxdai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootCountArgs = { +export type Querystagingxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootCountsArgs = { +export type Querystagingxdai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootMessageSentArgs = { +export type Querystagingxdai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootMessageSentsArgs = { +export type Querystagingxdai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeesIncreaseArgs = { +export type Querystagingxdai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeesIncreasesArgs = { +export type Querystagingxdai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_slippageUpdateArgs = { +export type Querystagingxdai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_slippageUpdatesArgs = { +export type Querystagingxdai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_snapshotRootArgs = { +export type Querystagingxdai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_snapshotRootsArgs = { +export type Querystagingxdai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_spokeConnectorModeArgs = { +export type Querystagingxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_spokeConnectorModesArgs = { +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 Querystagingmetis_aggregateRootProposedArgs = { +export type Querystagingmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootProposedsArgs = { +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 Querystagingmetis_optimisticRootFinalizedArgs = { +export type Querystagingmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_optimisticRootFinalizedsArgs = { +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 Querystagingmetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystaginglinea_assetArgs = { +export type Querystagingmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetsArgs = { +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 Querystaginglinea_assetStatusArgs = { +export type Querystagingmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetStatusesArgs = { +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 Querystaginglinea_assetBalanceArgs = { +export type Querystagingmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetBalancesArgs = { +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 Querystaginglinea_routerArgs = { +export type Querystagingmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routersArgs = { +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 Querystaginglinea_routerDailyTVLArgs = { +export type Querystagingmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerDailyTVLsArgs = { +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 Querystaginglinea_routerLiquidityEventArgs = { +export type Querystagingmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerLiquidityEventsArgs = { +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 Querystaginglinea_settingArgs = { +export type Querystagingmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_settingsArgs = { +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 Querystaginglinea_relayerArgs = { +export type Querystagingmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayersArgs = { +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 Querystaginglinea_sequencerArgs = { +export type Querystagingmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_sequencersArgs = { +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 Querystaginglinea_relayerFeeArgs = { +export type Querystagingmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeesArgs = { +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 Querystaginglinea_originTransferArgs = { +export type Querystagingmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originTransfersArgs = { +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 Querystaginglinea_destinationTransferArgs = { +export type Querystagingmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_destinationTransfersArgs = { +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 Querystaginglinea_originMessageArgs = { +export type Querystagingmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originMessagesArgs = { +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 Querystaginglinea_aggregateRootArgs = { +export type Querystagingmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootsArgs = { +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 Querystaginglinea_connectorMetaArgs = { +export type Querystagingmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_connectorMetasArgs = { +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 Querystaginglinea_rootCountArgs = { +export type Querystagingmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootCountsArgs = { +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 Querystaginglinea_rootMessageSentArgs = { +export type Querystagingmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootMessageSentsArgs = { +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 Querystaginglinea_relayerFeesIncreaseArgs = { +export type Querystagingmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeesIncreasesArgs = { +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 Querystaginglinea_slippageUpdateArgs = { +export type Querystagingmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_slippageUpdatesArgs = { +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 Querystaginglinea_snapshotRootArgs = { +export type Querystagingmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_snapshotRootsArgs = { +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 Querystaginglinea_spokeConnectorModeArgs = { +export type Querystagingpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_spokeConnectorModesArgs = { +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 Querystaginglinea_aggregateRootProposedArgs = { +export type Querystagingpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootProposedsArgs = { +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 Querystaginglinea_optimisticRootFinalizedArgs = { +export type Querystagingpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_optimisticRootFinalizedsArgs = { +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 Querystaginglinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmantle_assetArgs = { +export type Querystagingpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetsArgs = { +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 Querystagingmantle_assetStatusArgs = { +export type Querystagingpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetStatusesArgs = { +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 Querystagingmantle_assetBalanceArgs = { +export type Querystagingpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetBalancesArgs = { +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 Querystagingmantle_routerArgs = { +export type Querystagingpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routersArgs = { +export type Querystagingpolygon_settingsArgs = { 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 Querystagingmantle_routerDailyTVLArgs = { + +export type Querystagingpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerDailyTVLsArgs = { +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 Querystagingmantle_routerLiquidityEventArgs = { +export type Querystagingpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerLiquidityEventsArgs = { +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 Querystagingmantle_settingArgs = { +export type Querystagingpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_settingsArgs = { +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 Querystagingmantle_relayerArgs = { +export type Querystagingpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayersArgs = { +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 Querystagingmantle_sequencerArgs = { +export type Querystagingpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_sequencersArgs = { +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 Querystagingmantle_relayerFeeArgs = { +export type Querystagingpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayerFeesArgs = { +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 Querystagingmantle_originTransferArgs = { +export type Querystagingpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_originTransfersArgs = { +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 Querystagingmantle_destinationTransferArgs = { +export type Querystagingpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_destinationTransfersArgs = { +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 Querystagingmantle_originMessageArgs = { +export type Querystagingpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_originMessagesArgs = { +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 Querystagingmantle_aggregateRootArgs = { +export type Querystagingpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_aggregateRootsArgs = { +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 Querystagingmantle_connectorMetaArgs = { +export type Querystagingpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_connectorMetasArgs = { +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 Querystagingmantle_rootCountArgs = { +export type Querystagingpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootCountsArgs = { +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 Querystagingmantle_rootMessageSentArgs = { +export type Querystagingpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootMessageSentsArgs = { +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 Querystagingmantle_relayerFeesIncreaseArgs = { +export type Querystagingpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayerFeesIncreasesArgs = { +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 Querystagingmantle_slippageUpdateArgs = { +export type Querystagingpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_slippageUpdatesArgs = { +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 Querystagingmantle_snapshotRootArgs = { +export type Querystagingpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_snapshotRootsArgs = { +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 Querystagingmantle_spokeConnectorModeArgs = { +export type Querystagingpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingscroll_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_spokeConnectorModesArgs = { +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 Querystagingmantle_aggregateRootProposedArgs = { +export type Querystagingscroll_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_aggregateRootProposedsArgs = { +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 Querystagingmantle_optimisticRootFinalizedArgs = { +export type Querystagingscroll_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_optimisticRootFinalizedsArgs = { +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 Querystagingmantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingarbitrumone_assetArgs = { +export type Querystagingscroll_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_assetsArgs = { +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 Querystagingarbitrumone_assetStatusArgs = { +export type Querystagingscroll_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_assetStatusesArgs = { +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 Querystagingarbitrumone_assetBalanceArgs = { +export type Querystagingscroll_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_assetBalancesArgs = { +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 Querystagingarbitrumone_routerArgs = { +export type Querystagingscroll_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routersArgs = { +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 Querystagingarbitrumone_routerDailyTVLArgs = { +export type Querystagingscroll_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routerDailyTVLsArgs = { +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 Querystagingarbitrumone_routerLiquidityEventArgs = { +export type Querystagingscroll_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routerLiquidityEventsArgs = { +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 Querystagingarbitrumone_settingArgs = { +export type Querystagingscroll_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_settingsArgs = { +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 Querystagingarbitrumone_relayerArgs = { +export type Querystagingscroll_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_relayersArgs = { +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 Querystagingarbitrumone_sequencerArgs = { +export type Querystagingscroll_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_sequencersArgs = { +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 Querystagingarbitrumone_relayerFeeArgs = { +export type Querystagingscroll_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_relayerFeesArgs = { +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 Querystagingarbitrumone_originTransferArgs = { +export type Querystagingscroll_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_originTransfersArgs = { +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 Querystagingarbitrumone_destinationTransferArgs = { +export type Querystagingscroll_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_destinationTransfersArgs = { +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 Querystagingarbitrumone_originMessageArgs = { +export type Querystagingscroll_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_originMessagesArgs = { +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 Querystagingarbitrumone_aggregateRootArgs = { +export type Querystagingscroll_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_aggregateRootsArgs = { +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 Querystagingarbitrumone_connectorMetaArgs = { +export type Querystagingscroll_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_connectorMetasArgs = { +export type Querystagingscroll_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_rootCountArgs = { +export type Querystagingscroll_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_rootCountsArgs = { +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 Querystagingarbitrumone_rootMessageSentArgs = { +export type Querystagingscroll_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_rootMessageSentsArgs = { +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 Querystagingarbitrumone_relayerFeesIncreaseArgs = { +export type Querystagingscroll_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_relayerFeesIncreasesArgs = { +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 Querystagingarbitrumone_slippageUpdateArgs = { +export type Querystagingscroll_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_slippageUpdatesArgs = { +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 Querystagingarbitrumone_snapshotRootArgs = { +export type Querystagingscroll_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_snapshotRootsArgs = { +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 Querystagingarbitrumone_spokeConnectorModeArgs = { +export type Querystagingscroll__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_spokeConnectorModesArgs = { +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 Querystagingarbitrumone_aggregateRootProposedArgs = { +export type Querymantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_aggregateRootProposedsArgs = { +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 Querystagingarbitrumone_optimisticRootFinalizedArgs = { +export type Querymantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_optimisticRootFinalizedsArgs = { +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 Querystagingarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingpolygonzkevm_assetArgs = { +export type Querymantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetsArgs = { +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 Querystagingpolygonzkevm_assetStatusArgs = { +export type Querymantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetStatusesArgs = { +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 Querystagingpolygonzkevm_assetBalanceArgs = { +export type Querymantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetBalancesArgs = { +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 Querystagingpolygonzkevm_routerArgs = { +export type Querymantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routersArgs = { +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 Querystagingpolygonzkevm_routerDailyTVLArgs = { +export type Querymantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerDailyTVLsArgs = { +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 Querystagingpolygonzkevm_routerLiquidityEventArgs = { +export type Querymantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerLiquidityEventsArgs = { +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 Querystagingpolygonzkevm_settingArgs = { +export type Querymantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_settingsArgs = { +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 Querystagingpolygonzkevm_relayerArgs = { +export type Querymantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayersArgs = { +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 Querystagingpolygonzkevm_sequencerArgs = { +export type Querymantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_sequencersArgs = { +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 Querystagingpolygonzkevm_relayerFeeArgs = { +export type Querymantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayerFeesArgs = { +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 Querystagingpolygonzkevm_originTransferArgs = { +export type Querymantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_originTransfersArgs = { +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 Querystagingpolygonzkevm_destinationTransferArgs = { +export type Querymantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_destinationTransfersArgs = { +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 Querystagingpolygonzkevm_originMessageArgs = { +export type Querymantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_originMessagesArgs = { +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 Querystagingpolygonzkevm_aggregateRootArgs = { +export type Querymantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_aggregateRootsArgs = { +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 Querystagingpolygonzkevm_connectorMetaArgs = { +export type Querymantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_connectorMetasArgs = { +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 Querystagingpolygonzkevm_rootCountArgs = { +export type Querymantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_rootCountsArgs = { +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 Querystagingpolygonzkevm_rootMessageSentArgs = { +export type Querymantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_rootMessageSentsArgs = { +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 Querystagingpolygonzkevm_relayerFeesIncreaseArgs = { +export type Querymantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayerFeesIncreasesArgs = { +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 Querystagingpolygonzkevm_slippageUpdateArgs = { +export type Querymantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_slippageUpdatesArgs = { +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 Querystagingpolygonzkevm_snapshotRootArgs = { +export type Querymantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_snapshotRootsArgs = { +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 Querystagingpolygonzkevm_spokeConnectorModeArgs = { +export type Querymantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Querybase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_spokeConnectorModesArgs = { +export type Querybase_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_aggregateRootProposedArgs = { +export type Querybase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_aggregateRootProposedsArgs = { +export type Querybase_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_optimisticRootFinalizedArgs = { +export type Querybase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_optimisticRootFinalizedsArgs = { +export type Querybase_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryxdai_assetArgs = { +export type Querybase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetsArgs = { +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 Queryxdai_assetStatusArgs = { +export type Querybase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetStatusesArgs = { +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 Queryxdai_assetBalanceArgs = { +export type Querybase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetBalancesArgs = { +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 Queryxdai_routerArgs = { +export type Querybase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routersArgs = { +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 Queryxdai_routerDailyTVLArgs = { +export type Querybase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerDailyTVLsArgs = { +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 Queryxdai_routerLiquidityEventArgs = { +export type Querybase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerLiquidityEventsArgs = { +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 Queryxdai_settingArgs = { +export type Querybase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_settingsArgs = { +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 Queryxdai_relayerArgs = { +export type Querybase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayersArgs = { +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 Queryxdai_sequencerArgs = { +export type Querybase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_sequencersArgs = { +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 Queryxdai_relayerFeeArgs = { +export type Querybase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesArgs = { +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 Queryxdai_originTransferArgs = { +export type Querybase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originTransfersArgs = { +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 Queryxdai_destinationTransferArgs = { +export type Querybase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_destinationTransfersArgs = { +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 Queryxdai_originMessageArgs = { +export type Querybase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originMessagesArgs = { +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 Queryxdai_aggregateRootArgs = { +export type Querybase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_aggregateRootsArgs = { +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 Queryxdai_connectorMetaArgs = { +export type Querybase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_connectorMetasArgs = { +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 Queryxdai_rootCountArgs = { +export type Querybase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootCountsArgs = { +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 Queryxdai_rootMessageSentArgs = { +export type Querybase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootMessageSentsArgs = { +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 Queryxdai_relayerFeesIncreaseArgs = { +export type Querybase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesIncreasesArgs = { +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 Queryxdai_slippageUpdateArgs = { +export type Querybase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_slippageUpdatesArgs = { +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 Queryxdai_snapshotRootArgs = { +export type Querybase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_snapshotRootsArgs = { +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 Queryxdai_spokeConnectorModeArgs = { +export type Querybase__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_spokeConnectorModesArgs = { +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 Queryxdai_aggregateRootProposedArgs = { +export type Querystagingbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_aggregateRootProposedsArgs = { +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 Queryxdai_optimisticRootFinalizedArgs = { +export type Querystagingbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_optimisticRootFinalizedsArgs = { +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 Queryxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygonzkevm_assetArgs = { +export type Querystagingbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetsArgs = { +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 Querypolygonzkevm_assetStatusArgs = { +export type Querystagingbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetStatusesArgs = { +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 Querypolygonzkevm_assetBalanceArgs = { +export type Querystagingbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetBalancesArgs = { +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 Querypolygonzkevm_routerArgs = { +export type Querystagingbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routersArgs = { +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 Querypolygonzkevm_routerDailyTVLArgs = { +export type Querystagingbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerDailyTVLsArgs = { +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 Querypolygonzkevm_routerLiquidityEventArgs = { +export type Querystagingbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerLiquidityEventsArgs = { +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 Querypolygonzkevm_settingArgs = { +export type Querystagingbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_settingsArgs = { +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 Querypolygonzkevm_relayerArgs = { +export type Querystagingbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayersArgs = { +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 Querypolygonzkevm_sequencerArgs = { +export type Querystagingbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_sequencersArgs = { +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 Querypolygonzkevm_relayerFeeArgs = { +export type Querystagingbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesArgs = { +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 Querypolygonzkevm_originTransferArgs = { +export type Querystagingbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originTransfersArgs = { +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 Querypolygonzkevm_destinationTransferArgs = { +export type Querystagingbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_destinationTransfersArgs = { +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 Querypolygonzkevm_originMessageArgs = { +export type Querystagingbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originMessagesArgs = { +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 Querypolygonzkevm_aggregateRootArgs = { +export type Querystagingbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootsArgs = { +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 Querypolygonzkevm_connectorMetaArgs = { +export type Querystagingbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_connectorMetasArgs = { +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 Querypolygonzkevm_rootCountArgs = { +export type Querystagingbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootCountsArgs = { +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 Querypolygonzkevm_rootMessageSentArgs = { +export type Querystagingbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootMessageSentsArgs = { +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 Querypolygonzkevm_relayerFeesIncreaseArgs = { +export type Querystagingbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesIncreasesArgs = { +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 Querypolygonzkevm_slippageUpdateArgs = { +export type Querystagingbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_slippageUpdatesArgs = { +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 Querypolygonzkevm_snapshotRootArgs = { +export type Querystagingbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_snapshotRootsArgs = { +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 Querypolygonzkevm_spokeConnectorModeArgs = { +export type Querystagingbnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_spokeConnectorModesArgs = { +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 Querypolygonzkevm_aggregateRootProposedArgs = { +export type Querystagingzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootProposedsArgs = { +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 Querypolygonzkevm_optimisticRootFinalizedArgs = { +export type Querystagingzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_optimisticRootFinalizedsArgs = { +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 Querypolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingavalanche_assetArgs = { +export type Querystagingzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetsArgs = { +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 Querystagingavalanche_assetStatusArgs = { +export type Querystagingzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetStatusesArgs = { +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 Querystagingavalanche_assetBalanceArgs = { +export type Querystagingzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetBalancesArgs = { +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 Querystagingavalanche_routerArgs = { +export type Querystagingzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routersArgs = { +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 Querystagingavalanche_routerDailyTVLArgs = { +export type Querystagingzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerDailyTVLsArgs = { +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 Querystagingavalanche_routerLiquidityEventArgs = { +export type Querystagingzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerLiquidityEventsArgs = { +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 Querystagingavalanche_settingArgs = { +export type Querystagingzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_settingsArgs = { +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 Querystagingavalanche_relayerArgs = { +export type Querystagingzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayersArgs = { +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 Querystagingavalanche_sequencerArgs = { +export type Querystagingzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_sequencersArgs = { +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 Querystagingavalanche_relayerFeeArgs = { +export type Querystagingzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeesArgs = { +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 Querystagingavalanche_originTransferArgs = { +export type Querystagingzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_originTransfersArgs = { +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 Querystagingavalanche_destinationTransferArgs = { +export type Querystagingzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_destinationTransfersArgs = { +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 Querystagingavalanche_originMessageArgs = { +export type Querystagingzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_originMessagesArgs = { +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 Querystagingavalanche_aggregateRootArgs = { +export type Querystagingzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_aggregateRootsArgs = { +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 Querystagingavalanche_connectorMetaArgs = { +export type Querystagingzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_connectorMetasArgs = { +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 Querystagingavalanche_rootCountArgs = { +export type Querystagingzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootCountsArgs = { +export type Querystagingzksync_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootMessageSentArgs = { +export type Querystagingzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootMessageSentsArgs = { +export type Querystagingzksync_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeesIncreaseArgs = { +export type Querystagingzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeesIncreasesArgs = { +export type Querystagingzksync_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_slippageUpdateArgs = { +export type Querystagingzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_slippageUpdatesArgs = { +export type Querystagingzksync_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_snapshotRootArgs = { +export type Querystagingzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_snapshotRootsArgs = { +export type Querystagingzksync_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_spokeConnectorModeArgs = { +export type Querystagingzksync__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_spokeConnectorModesArgs = { +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 Querystagingavalanche_aggregateRootProposedArgs = { +export type Queryoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_aggregateRootProposedsArgs = { +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 Querystagingavalanche_optimisticRootFinalizedArgs = { +export type Queryoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_optimisticRootFinalizedsArgs = { +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 Querystagingavalanche__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylocalarbitrumone_assetArgs = { +export type Queryoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_assetsArgs = { +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 Querylocalarbitrumone_assetStatusArgs = { +export type Queryoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_assetStatusesArgs = { +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 Querylocalarbitrumone_assetBalanceArgs = { +export type Queryoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_assetBalancesArgs = { +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 Querylocalarbitrumone_routerArgs = { +export type Queryoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_routersArgs = { +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 Querylocalarbitrumone_routerDailyTVLArgs = { +export type Queryoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_routerDailyTVLsArgs = { +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 Querylocalarbitrumone_routerLiquidityEventArgs = { +export type Queryoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_routerLiquidityEventsArgs = { +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 Querylocalarbitrumone_settingArgs = { +export type Queryoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_settingsArgs = { +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 Querylocalarbitrumone_relayerArgs = { +export type Queryoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_relayersArgs = { +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 Querylocalarbitrumone_sequencerArgs = { +export type Queryoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_sequencersArgs = { +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 Querylocalarbitrumone_relayerFeeArgs = { +export type Queryoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_relayerFeesArgs = { +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 Querylocalarbitrumone_originTransferArgs = { +export type Queryoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_originTransfersArgs = { +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 Querylocalarbitrumone_destinationTransferArgs = { +export type Queryoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_destinationTransfersArgs = { +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 Querylocalarbitrumone_originMessageArgs = { +export type Queryoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_originMessagesArgs = { +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 Querylocalarbitrumone_aggregateRootArgs = { +export type Queryoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_aggregateRootsArgs = { +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 Querylocalarbitrumone_connectorMetaArgs = { +export type Queryoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_connectorMetasArgs = { +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 Querylocalarbitrumone_rootCountArgs = { +export type Queryoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_rootCountsArgs = { +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 Querylocalarbitrumone_rootMessageSentArgs = { +export type Queryoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_rootMessageSentsArgs = { +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 Querylocalarbitrumone_relayerFeesIncreaseArgs = { +export type Queryoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_relayerFeesIncreasesArgs = { +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 Querylocalarbitrumone_slippageUpdateArgs = { +export type Queryoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_slippageUpdatesArgs = { +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 Querylocalarbitrumone_snapshotRootArgs = { +export type Queryoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_snapshotRootsArgs = { +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 Querylocalarbitrumone_spokeConnectorModeArgs = { +export type Queryoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_spokeConnectorModesArgs = { +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 Querylocalarbitrumone_aggregateRootProposedArgs = { +export type Querystagingbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_aggregateRootProposedsArgs = { +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 Querylocalarbitrumone_optimisticRootFinalizedArgs = { +export type Querystagingbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalarbitrumone_optimisticRootFinalizedsArgs = { +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 Querylocalarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymantle_assetArgs = { +export type Querystagingbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetsArgs = { +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 Querymantle_assetStatusArgs = { +export type Querystagingbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetStatusesArgs = { +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 Querymantle_assetBalanceArgs = { +export type Querystagingbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetBalancesArgs = { +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 Querymantle_routerArgs = { +export type Querystagingbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routersArgs = { +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 Querymantle_routerDailyTVLArgs = { +export type Querystagingbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routerDailyTVLsArgs = { +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 Querymantle_routerLiquidityEventArgs = { +export type Querystagingbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routerLiquidityEventsArgs = { +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 Querymantle_settingArgs = { +export type Querystagingbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_settingsArgs = { +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 Querymantle_relayerArgs = { +export type Querystagingbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayersArgs = { +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 Querymantle_sequencerArgs = { +export type Querystagingbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_sequencersArgs = { +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 Querymantle_relayerFeeArgs = { +export type Querystagingbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayerFeesArgs = { +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 Querymantle_originTransferArgs = { +export type Querystagingbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_originTransfersArgs = { +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 Querymantle_destinationTransferArgs = { +export type Querystagingbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_destinationTransfersArgs = { +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 Querymantle_originMessageArgs = { +export type Querystagingbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_originMessagesArgs = { +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 Querymantle_aggregateRootArgs = { +export type Querystagingbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_aggregateRootsArgs = { +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 Querymantle_connectorMetaArgs = { +export type Querystagingbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_connectorMetasArgs = { +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 Querymantle_rootCountArgs = { +export type Querystagingbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootCountsArgs = { +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 Querymantle_rootMessageSentArgs = { +export type Querystagingbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootMessageSentsArgs = { +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 Querymantle_relayerFeesIncreaseArgs = { +export type Querystagingbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayerFeesIncreasesArgs = { +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 Querymantle_slippageUpdateArgs = { +export type Querystagingbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_slippageUpdatesArgs = { +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 Querymantle_snapshotRootArgs = { +export type Querystagingbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_snapshotRootsArgs = { +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 Querymantle_spokeConnectorModeArgs = { +export type Querystagingbase__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylocaloptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_spokeConnectorModesArgs = { +export type Querylocaloptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_aggregateRootProposedArgs = { +export type Querylocaloptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_aggregateRootProposedsArgs = { +export type Querylocaloptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_optimisticRootFinalizedArgs = { +export type Querylocaloptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_optimisticRootFinalizedsArgs = { +export type Querylocaloptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmainnet_rootAggregatedArgs = { +export type Querylocaloptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootAggregatedsArgs = { +export type Querylocaloptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootPropagatedArgs = { +export type Querylocaloptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootPropagatedsArgs = { +export type Querylocaloptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregatedMessageRootArgs = { +export type Querylocaloptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregatedMessageRootsArgs = { +export type Querylocaloptimism_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_rootManagerMetaArgs = { +export type Querylocaloptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootManagerMetasArgs = { +export type Querylocaloptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootManagerModeArgs = { +export type Querylocaloptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootManagerModesArgs = { +export type Querylocaloptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootProposedArgs = { +export type Querylocaloptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootProposedsArgs = { +export type Querylocaloptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_hubOptimisticRootFinalizedArgs = { +export type Querylocaloptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_hubOptimisticRootFinalizedsArgs = { +export type Querylocaloptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootPropagatedArgs = { +export type Querylocaloptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootPropagatedsArgs = { +export type Querylocaloptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_polygonConnectorMetaArgs = { +export type Querylocaloptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_polygonConnectorMetasArgs = { +export type Querylocaloptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimismConnectorMetaArgs = { +export type Querylocaloptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimismConnectorMetasArgs = { +export type Querylocaloptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_bnbConnectorMetaArgs = { +export type Querylocaloptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_bnbConnectorMetasArgs = { +export type Querylocaloptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_arbitrumConnectorMetaArgs = { +export type Querylocaloptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_arbitrumConnectorMetasArgs = { +export type Querylocaloptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_gnosisConnectorMetaArgs = { +export type Querylocaloptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_gnosisConnectorMetasArgs = { +export type Querylocaloptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_lineaConnectorMetaArgs = { +export type Querylocaloptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_lineaConnectorMetasArgs = { +export type Querylocaloptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_metisConnectorMetaArgs = { +export type Querylocaloptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_metisConnectorMetasArgs = { +export type Querylocaloptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_mantleConnectorMetaArgs = { +export type Querylocaloptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_mantleConnectorMetasArgs = { +export type Querylocaloptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_avalancheConnectorMetaArgs = { +export type Querylocaloptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_avalancheConnectorMetasArgs = { +export type Querylocaloptimism_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_baseConnectorMetaArgs = { +export type Querylocaloptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_baseConnectorMetasArgs = { +export type Querylocaloptimism_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_polygonZkConnectorMetaArgs = { +export type Querylocaloptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_polygonZkConnectorMetasArgs = { +export type Querylocaloptimism_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_zkSyncConnectorMetaArgs = { +export type Querylocaloptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_zkSyncConnectorMetasArgs = { +export type Querylocaloptimism_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_modeConnectorMetaArgs = { +export type Querylocaloptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_modeConnectorMetasArgs = { +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 Querystagingmainnet_scrollConnectorMetaArgs = { +export type Querystagingavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_scrollConnectorMetasArgs = { +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 Querystagingmainnet_rootMessageProcessedArgs = { +export type Querystagingavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootMessageProcessedsArgs = { +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 Querystagingmainnet_aggregateRootSavedSlowArgs = { +export type Querystagingavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootSavedSlowsArgs = { +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 Querystagingmainnet_hubDomainArgs = { +export type Querystagingavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_hubDomainsArgs = { +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 Querymainnet_assetArgs = { +export type Querystagingavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetsArgs = { +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 Querymainnet_assetStatusArgs = { +export type Querystagingavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetStatusesArgs = { +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 Querymainnet_assetBalanceArgs = { +export type Querystagingavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetBalancesArgs = { +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 Querymainnet_routerArgs = { +export type Querystagingavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routersArgs = { +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 Querymainnet_routerDailyTVLArgs = { +export type Querystagingavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerDailyTVLsArgs = { +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 Querymainnet_routerLiquidityEventArgs = { +export type Querystagingavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerLiquidityEventsArgs = { +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 Querymainnet_settingArgs = { +export type Querystagingavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_settingsArgs = { +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 Querymainnet_relayerArgs = { +export type Querystagingavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayersArgs = { +export type Querystagingavalanche_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 Querymainnet_sequencerArgs = { +export type Querystagingavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_sequencersArgs = { +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 Querymainnet_relayerFeeArgs = { +export type Querystagingavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesArgs = { +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 Querymainnet_originTransferArgs = { +export type Querystagingavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originTransfersArgs = { +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 Querymainnet_destinationTransferArgs = { +export type Querystagingavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_destinationTransfersArgs = { +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 Querymainnet_originMessageArgs = { +export type Querystagingavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originMessagesArgs = { +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 Querymainnet_aggregateRootArgs = { +export type Querystagingavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootsArgs = { +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 Querymainnet_connectorMetaArgs = { +export type Querystagingavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_connectorMetasArgs = { +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 Querymainnet_rootCountArgs = { +export type Querystagingavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootCountsArgs = { +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 Querymainnet_rootMessageSentArgs = { +export type Querystagingavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageSentsArgs = { +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 Querymainnet_relayerFeesIncreaseArgs = { +export type Querystagingavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesIncreasesArgs = { +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 Querymainnet_slippageUpdateArgs = { +export type Querystagingavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_slippageUpdatesArgs = { +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 Querymainnet_snapshotRootArgs = { +export type Querystagingpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_snapshotRootsArgs = { +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 Querymainnet_spokeConnectorModeArgs = { +export type Querystagingpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_spokeConnectorModesArgs = { +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 Querymainnet_aggregateRootProposedArgs = { +export type Querystagingpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootProposedsArgs = { +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 Querymainnet_optimisticRootFinalizedArgs = { +export type Querystagingpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootFinalizedsArgs = { +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 Querybnb_assetArgs = { +export type Querystagingpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetsArgs = { +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 Querybnb_assetStatusArgs = { +export type Querystagingpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusesArgs = { +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 Querybnb_assetBalanceArgs = { +export type Querystagingpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalancesArgs = { +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 Querybnb_routerArgs = { +export type Querystagingpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routersArgs = { +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 Querybnb_routerDailyTVLArgs = { +export type Querystagingpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLsArgs = { +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 Querybnb_routerLiquidityEventArgs = { +export type Querystagingpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerLiquidityEventsArgs = { +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 Querybnb_settingArgs = { +export type Querystagingpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingsArgs = { +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 Querybnb_relayerArgs = { +export type Querystagingpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayersArgs = { +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 Querybnb_sequencerArgs = { +export type Querystagingpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencersArgs = { +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 Querybnb_relayerFeeArgs = { +export type Querystagingpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesArgs = { +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 Querybnb_originTransferArgs = { +export type Querystagingpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransfersArgs = { +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 Querybnb_destinationTransferArgs = { +export type Querystagingpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransfersArgs = { +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 Querybnb_originMessageArgs = { +export type Querystagingpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessagesArgs = { +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 Querybnb_aggregateRootArgs = { +export type Querystagingpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootsArgs = { +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 Querybnb_connectorMetaArgs = { +export type Querystagingpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetasArgs = { +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 Querybnb_rootCountArgs = { +export type Querystagingpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountsArgs = { +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 Querybnb_rootMessageSentArgs = { +export type Querystagingpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentsArgs = { +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 Querybnb_relayerFeesIncreaseArgs = { +export type Querystagingpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreasesArgs = { +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 Querybnb_slippageUpdateArgs = { +export type Querystagingpolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdatesArgs = { +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 Querybnb_snapshotRootArgs = { +export type Querymetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_snapshotRootsArgs = { +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 Querybnb_spokeConnectorModeArgs = { +export type Querymetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_spokeConnectorModesArgs = { +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 Querybnb_aggregateRootProposedArgs = { +export type Querymetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootProposedsArgs = { +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 Querybnb_optimisticRootFinalizedArgs = { +export type Querymetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_optimisticRootFinalizedsArgs = { +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 Querybnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryavalanche_assetArgs = { +export type Querymetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_assetsArgs = { +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 Queryavalanche_assetStatusArgs = { +export type Querymetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_assetStatusesArgs = { +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 Queryavalanche_assetBalanceArgs = { +export type Querymetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_assetBalancesArgs = { +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 Queryavalanche_routerArgs = { +export type Querymetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_routersArgs = { +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 Queryavalanche_routerDailyTVLArgs = { +export type Querymetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_routerDailyTVLsArgs = { +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 Queryavalanche_routerLiquidityEventArgs = { +export type Querymetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_routerLiquidityEventsArgs = { +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 Queryavalanche_settingArgs = { +export type Querymetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_settingsArgs = { +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 Queryavalanche_relayerArgs = { +export type Querymetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_relayersArgs = { +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 Queryavalanche_sequencerArgs = { +export type Querymetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_sequencersArgs = { +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 Queryavalanche_relayerFeeArgs = { +export type Querymetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_relayerFeesArgs = { +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 Queryavalanche_originTransferArgs = { +export type Querymetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_originTransfersArgs = { +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 Queryavalanche_destinationTransferArgs = { +export type Querymetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_destinationTransfersArgs = { +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 Queryavalanche_originMessageArgs = { +export type Querymetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_originMessagesArgs = { +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 Queryavalanche_aggregateRootArgs = { +export type Querymetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_aggregateRootsArgs = { +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 Queryavalanche_connectorMetaArgs = { +export type Querymetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_connectorMetasArgs = { +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 Queryavalanche_rootCountArgs = { +export type Querymetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_rootCountsArgs = { +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 Queryavalanche_rootMessageSentArgs = { +export type Querymetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_rootMessageSentsArgs = { +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 Queryavalanche_relayerFeesIncreaseArgs = { +export type Querymetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_relayerFeesIncreasesArgs = { +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 Queryavalanche_slippageUpdateArgs = { +export type Querymetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryx1testnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_slippageUpdatesArgs = { +export type Queryx1testnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_snapshotRootArgs = { +export type Queryx1testnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_snapshotRootsArgs = { +export type Queryx1testnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_spokeConnectorModeArgs = { +export type Queryx1testnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_spokeConnectorModesArgs = { +export type Queryx1testnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_aggregateRootProposedArgs = { +export type Queryx1testnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_aggregateRootProposedsArgs = { +export type Queryx1testnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_optimisticRootFinalizedArgs = { +export type Queryx1testnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_optimisticRootFinalizedsArgs = { +export type Queryx1testnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymode_assetArgs = { +export type Queryx1testnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_assetsArgs = { +export type Queryx1testnet_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_assetStatusArgs = { +export type Queryx1testnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_assetStatusesArgs = { +export type Queryx1testnet_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_assetBalanceArgs = { +export type Queryx1testnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_assetBalancesArgs = { +export type Queryx1testnet_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_routerArgs = { +export type Queryx1testnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_routersArgs = { +export type Queryx1testnet_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_routerDailyTVLArgs = { +export type Queryx1testnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_routerDailyTVLsArgs = { +export type Queryx1testnet_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_routerLiquidityEventArgs = { +export type Queryx1testnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_routerLiquidityEventsArgs = { +export type Queryx1testnet_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_settingArgs = { +export type Queryx1testnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_settingsArgs = { +export type Queryx1testnet_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_relayerArgs = { +export type Queryx1testnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayersArgs = { +export type Queryx1testnet_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_sequencerArgs = { +export type Queryx1testnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_sequencersArgs = { +export type Queryx1testnet_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_relayerFeeArgs = { +export type Queryx1testnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayerFeesArgs = { +export type Queryx1testnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmode_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmode__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingoptimismgoerli_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingoptimismgoerli_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryx1testnet_assetArgs = { +export type Queryx1testnet_rootCountArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_assetsArgs = { +export type Queryx1testnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_assetStatusArgs = { +export type Queryx1testnet_rootMessageSentArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_assetStatusesArgs = { +export type Queryx1testnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_assetBalanceArgs = { +export type Queryx1testnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_assetBalancesArgs = { +export type Queryx1testnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routerArgs = { +export type Queryx1testnet_slippageUpdateArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routersArgs = { +export type Queryx1testnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routerDailyTVLArgs = { +export type Queryx1testnet_snapshotRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routerDailyTVLsArgs = { +export type Queryx1testnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routerLiquidityEventArgs = { +export type Queryx1testnet_spokeConnectorModeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_routerLiquidityEventsArgs = { +export type Queryx1testnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_settingArgs = { +export type Queryx1testnet_aggregateRootProposedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_settingsArgs = { +export type Queryx1testnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_relayerArgs = { +export type Queryx1testnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_relayersArgs = { +export type Queryx1testnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryx1testnet_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryx1testnet__metaArgs = { +export type Queryx1testnet__metaArgs = { block?: InputMaybe; }; export type Subscription = { - testoptimismgoerli_asset?: Maybe; - testoptimismgoerli_assets: Array; - testoptimismgoerli_assetBalance?: Maybe; - testoptimismgoerli_assetBalances: Array; - testoptimismgoerli_router?: Maybe; - testoptimismgoerli_routers: Array; - testoptimismgoerli_setting?: Maybe; - testoptimismgoerli_settings: Array; - testoptimismgoerli_relayer?: Maybe; - testoptimismgoerli_relayers: Array; - testoptimismgoerli_stableSwap?: Maybe; - testoptimismgoerli_stableSwaps: Array; - testoptimismgoerli_sponsorVault?: Maybe; - testoptimismgoerli_sponsorVaults: Array; - testoptimismgoerli_originTransfer?: Maybe; - testoptimismgoerli_originTransfers: Array; - testoptimismgoerli_destinationTransfer?: Maybe; - testoptimismgoerli_destinationTransfers: Array; - /** Access to subgraph metadata */ - testoptimismgoerli__meta?: Maybe; staginggoerli_rootAggregated?: Maybe; staginggoerli_rootAggregateds: Array; staginggoerli_rootPropagated?: Maybe; @@ -28247,6 +28227,210 @@ export type Subscription = { staginggoerli_hubDomains: Array; /** Access to subgraph metadata */ staginggoerli__meta?: Maybe; + testgoerli_asset?: Maybe; + testgoerli_assets: Array; + testgoerli_assetBalance?: Maybe; + testgoerli_assetBalances: Array; + testgoerli_router?: Maybe; + testgoerli_routers: Array; + testgoerli_setting?: Maybe; + testgoerli_settings: Array; + testgoerli_relayer?: Maybe; + testgoerli_relayers: Array; + testgoerli_stableSwap?: Maybe; + testgoerli_stableSwaps: Array; + testgoerli_sponsorVault?: Maybe; + testgoerli_sponsorVaults: Array; + testgoerli_originTransfer?: Maybe; + testgoerli_originTransfers: Array; + testgoerli_destinationTransfer?: Maybe; + testgoerli_destinationTransfers: Array; + /** Access to subgraph metadata */ + testgoerli__meta?: Maybe; + testoptimismgoerli_asset?: Maybe; + testoptimismgoerli_assets: Array; + testoptimismgoerli_assetBalance?: Maybe; + testoptimismgoerli_assetBalances: Array; + testoptimismgoerli_router?: Maybe; + testoptimismgoerli_routers: Array; + testoptimismgoerli_setting?: Maybe; + testoptimismgoerli_settings: Array; + testoptimismgoerli_relayer?: Maybe; + testoptimismgoerli_relayers: Array; + testoptimismgoerli_stableSwap?: Maybe; + testoptimismgoerli_stableSwaps: Array; + testoptimismgoerli_sponsorVault?: Maybe; + testoptimismgoerli_sponsorVaults: Array; + testoptimismgoerli_originTransfer?: Maybe; + testoptimismgoerli_originTransfers: Array; + testoptimismgoerli_destinationTransfer?: Maybe; + testoptimismgoerli_destinationTransfers: Array; + /** Access to subgraph metadata */ + testoptimismgoerli__meta?: Maybe; + stagingoptimismgoerli_swap_systemInfo?: Maybe; + stagingoptimismgoerli_swap_systemInfos: Array; + stagingoptimismgoerli_swap_pooledToken?: Maybe; + stagingoptimismgoerli_swap_pooledTokens: Array; + stagingoptimismgoerli_swap_stableSwap?: Maybe; + stagingoptimismgoerli_swap_stableSwaps: Array; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; + stagingoptimismgoerli_swap_stableSwapExchanges: Array; + stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; + stagingoptimismgoerli_swap_swapDailyVolumes: Array; + stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; + stagingoptimismgoerli_swap_swapHourlyVolumes: Array; + stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; + stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; + stagingoptimismgoerli_swap_lpAccount?: Maybe; + stagingoptimismgoerli_swap_lpAccounts: Array; + stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; + stagingoptimismgoerli_swap_lpAccountBalances: Array; + stagingoptimismgoerli_swap_lpToken?: Maybe; + stagingoptimismgoerli_swap_lpTokens: Array; + stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; + stagingoptimismgoerli_swap_lpTransferEvents: Array; + stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapEvents: Array; + stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; + stagingoptimismgoerli_swap_swapTradeVolumes: Array; + stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; + stagingoptimismgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + stagingoptimismgoerli_swap__meta?: Maybe; + mumbai_swap_systemInfo?: Maybe; + mumbai_swap_systemInfos: Array; + mumbai_swap_pooledToken?: Maybe; + mumbai_swap_pooledTokens: Array; + mumbai_swap_stableSwap?: Maybe; + mumbai_swap_stableSwaps: Array; + mumbai_swap_stableSwapAddLiquidityEvent?: Maybe; + mumbai_swap_stableSwapAddLiquidityEvents: Array; + mumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mumbai_swap_stableSwapRemoveLiquidityEvents: Array; + mumbai_swap_stableSwapExchange?: Maybe; + mumbai_swap_stableSwapExchanges: Array; + mumbai_swap_swapDailyVolume?: Maybe; + mumbai_swap_swapDailyVolumes: Array; + mumbai_swap_swapHourlyVolume?: Maybe; + mumbai_swap_swapHourlyVolumes: Array; + mumbai_swap_swapWeeklyVolume?: Maybe; + mumbai_swap_swapWeeklyVolumes: Array; + mumbai_swap_lpAccount?: Maybe; + mumbai_swap_lpAccounts: Array; + mumbai_swap_lpAccountBalance?: Maybe; + mumbai_swap_lpAccountBalances: Array; + mumbai_swap_lpToken?: Maybe; + mumbai_swap_lpTokens: Array; + mumbai_swap_lpTransferEvent?: Maybe; + mumbai_swap_lpTransferEvents: Array; + mumbai_swap_stableSwapEvent?: Maybe; + mumbai_swap_stableSwapEvents: Array; + mumbai_swap_swapTradeVolume?: Maybe; + mumbai_swap_swapTradeVolumes: Array; + mumbai_swap_lpTokenEvent?: Maybe; + mumbai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + mumbai_swap__meta?: Maybe; + 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; + 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; optimismgoerli_swap_systemInfo?: Maybe; optimismgoerli_swap_systemInfos: Array; optimismgoerli_swap_pooledToken?: Maybe; @@ -28281,178 +28465,54 @@ export type Subscription = { optimismgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ optimismgoerli_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; - 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; - 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; - 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; - localmainnet_rootAggregated?: Maybe; - localmainnet_rootAggregateds: Array; - localmainnet_rootPropagated?: Maybe; - localmainnet_rootPropagateds: Array; - localmainnet_aggregatedMessageRoot?: Maybe; - localmainnet_aggregatedMessageRoots: Array; - localmainnet_rootManagerMeta?: Maybe; - localmainnet_rootManagerMetas: Array; - localmainnet_rootManagerMode?: Maybe; - localmainnet_rootManagerModes: Array; - localmainnet_optimisticRootProposed?: Maybe; - localmainnet_optimisticRootProposeds: Array; - localmainnet_hubOptimisticRootFinalized?: Maybe; - localmainnet_hubOptimisticRootFinalizeds: Array; - localmainnet_optimisticRootPropagated?: Maybe; - localmainnet_optimisticRootPropagateds: Array; - localmainnet_polygonConnectorMeta?: Maybe; - localmainnet_polygonConnectorMetas: Array; - localmainnet_optimismConnectorMeta?: Maybe; - localmainnet_optimismConnectorMetas: Array; - localmainnet_bnbConnectorMeta?: Maybe; - localmainnet_bnbConnectorMetas: Array; - localmainnet_arbitrumConnectorMeta?: Maybe; - localmainnet_arbitrumConnectorMetas: Array; - localmainnet_gnosisConnectorMeta?: Maybe; - localmainnet_gnosisConnectorMetas: Array; - localmainnet_zkSyncConnectorMeta?: Maybe; - localmainnet_zkSyncConnectorMetas: Array; - localmainnet_rootMessageProcessed?: Maybe; - localmainnet_rootMessageProcesseds: Array; - localmainnet_aggregateRootSavedSlow?: Maybe; - localmainnet_aggregateRootSavedSlows: Array; - localmainnet_hubDomain?: Maybe; - localmainnet_hubDomains: Array; + 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 */ - localmainnet__meta?: Maybe; + bnb__meta?: Maybe; lineagoerli_asset?: Maybe; lineagoerli_assets: Array; lineagoerli_assetStatus?: Maybe; @@ -28491,108 +28551,6 @@ export type Subscription = { lineagoerli_slippageUpdates: Array; /** Access to subgraph metadata */ lineagoerli__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; - xdai_swap_lpAccountBalances: Array; - xdai_swap_lpToken?: Maybe; - xdai_swap_lpTokens: Array; - xdai_swap_lpTransferEvent?: Maybe; - xdai_swap_lpTransferEvents: Array; - xdai_swap_stableSwapEvent?: Maybe; - xdai_swap_stableSwapEvents: Array; - xdai_swap_swapTradeVolume?: Maybe; - xdai_swap_swapTradeVolumes: Array; - xdai_swap_lpTokenEvent?: Maybe; - xdai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - xdai_swap__meta?: Maybe; - staginggoerli_swap_systemInfo?: Maybe; - staginggoerli_swap_systemInfos: Array; - staginggoerli_swap_pooledToken?: Maybe; - staginggoerli_swap_pooledTokens: Array; - staginggoerli_swap_stableSwap?: Maybe; - staginggoerli_swap_stableSwaps: Array; - staginggoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - staginggoerli_swap_stableSwapAddLiquidityEvents: Array; - staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - staginggoerli_swap_stableSwapRemoveLiquidityEvents: Array; - staginggoerli_swap_stableSwapExchange?: Maybe; - staginggoerli_swap_stableSwapExchanges: Array; - staginggoerli_swap_swapDailyVolume?: Maybe; - staginggoerli_swap_swapDailyVolumes: Array; - staginggoerli_swap_swapHourlyVolume?: Maybe; - staginggoerli_swap_swapHourlyVolumes: Array; - staginggoerli_swap_swapWeeklyVolume?: Maybe; - staginggoerli_swap_swapWeeklyVolumes: Array; - staginggoerli_swap_lpAccount?: Maybe; - staginggoerli_swap_lpAccounts: Array; - staginggoerli_swap_lpAccountBalance?: Maybe; - staginggoerli_swap_lpAccountBalances: Array; - staginggoerli_swap_lpToken?: Maybe; - staginggoerli_swap_lpTokens: Array; - staginggoerli_swap_lpTransferEvent?: Maybe; - staginggoerli_swap_lpTransferEvents: Array; - staginggoerli_swap_stableSwapEvent?: Maybe; - staginggoerli_swap_stableSwapEvents: Array; - staginggoerli_swap_swapTradeVolume?: Maybe; - staginggoerli_swap_swapTradeVolumes: Array; - staginggoerli_swap_lpTokenEvent?: Maybe; - staginggoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - staginggoerli_swap__meta?: Maybe; - 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; optimism_swap_systemInfo?: Maybe; optimism_swap_systemInfos: Array; optimism_swap_pooledToken?: Maybe; @@ -28627,6 +28585,74 @@ export type Subscription = { optimism_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ optimism_swap__meta?: Maybe; + stagingmumbai_swap_systemInfo?: Maybe; + stagingmumbai_swap_systemInfos: Array; + stagingmumbai_swap_pooledToken?: Maybe; + stagingmumbai_swap_pooledTokens: Array; + stagingmumbai_swap_stableSwap?: Maybe; + stagingmumbai_swap_stableSwaps: Array; + stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; + stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; + stagingmumbai_swap_stableSwapExchange?: Maybe; + stagingmumbai_swap_stableSwapExchanges: Array; + stagingmumbai_swap_swapDailyVolume?: Maybe; + stagingmumbai_swap_swapDailyVolumes: Array; + stagingmumbai_swap_swapHourlyVolume?: Maybe; + stagingmumbai_swap_swapHourlyVolumes: Array; + stagingmumbai_swap_swapWeeklyVolume?: Maybe; + stagingmumbai_swap_swapWeeklyVolumes: Array; + stagingmumbai_swap_lpAccount?: Maybe; + stagingmumbai_swap_lpAccounts: Array; + stagingmumbai_swap_lpAccountBalance?: Maybe; + stagingmumbai_swap_lpAccountBalances: Array; + stagingmumbai_swap_lpToken?: Maybe; + stagingmumbai_swap_lpTokens: Array; + stagingmumbai_swap_lpTransferEvent?: Maybe; + stagingmumbai_swap_lpTransferEvents: Array; + stagingmumbai_swap_stableSwapEvent?: Maybe; + stagingmumbai_swap_stableSwapEvents: Array; + stagingmumbai_swap_swapTradeVolume?: Maybe; + stagingmumbai_swap_swapTradeVolumes: Array; + stagingmumbai_swap_lpTokenEvent?: Maybe; + stagingmumbai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + stagingmumbai_swap__meta?: Maybe; + goerli_swap_systemInfo?: Maybe; + goerli_swap_systemInfos: Array; + goerli_swap_pooledToken?: Maybe; + goerli_swap_pooledTokens: Array; + goerli_swap_stableSwap?: Maybe; + goerli_swap_stableSwaps: Array; + goerli_swap_stableSwapAddLiquidityEvent?: Maybe; + goerli_swap_stableSwapAddLiquidityEvents: Array; + goerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + goerli_swap_stableSwapRemoveLiquidityEvents: Array; + goerli_swap_stableSwapExchange?: Maybe; + goerli_swap_stableSwapExchanges: Array; + goerli_swap_swapDailyVolume?: Maybe; + goerli_swap_swapDailyVolumes: Array; + goerli_swap_swapHourlyVolume?: Maybe; + goerli_swap_swapHourlyVolumes: Array; + goerli_swap_swapWeeklyVolume?: Maybe; + goerli_swap_swapWeeklyVolumes: Array; + goerli_swap_lpAccount?: Maybe; + goerli_swap_lpAccounts: Array; + goerli_swap_lpAccountBalance?: Maybe; + goerli_swap_lpAccountBalances: Array; + goerli_swap_lpToken?: Maybe; + goerli_swap_lpTokens: Array; + goerli_swap_lpTransferEvent?: Maybe; + goerli_swap_lpTransferEvents: Array; + goerli_swap_stableSwapEvent?: Maybe; + goerli_swap_stableSwapEvents: Array; + goerli_swap_swapTradeVolume?: Maybe; + goerli_swap_swapTradeVolumes: Array; + goerli_swap_lpTokenEvent?: Maybe; + goerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + goerli_swap__meta?: Maybe; polygon_swap_systemInfo?: Maybe; polygon_swap_systemInfos: Array; polygon_swap_pooledToken?: Maybe; @@ -28661,6 +28687,92 @@ export type Subscription = { polygon_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ polygon_swap__meta?: Maybe; + stagingmainnet_rootAggregated?: Maybe; + stagingmainnet_rootAggregateds: Array; + stagingmainnet_rootPropagated?: Maybe; + stagingmainnet_rootPropagateds: Array; + stagingmainnet_aggregatedMessageRoot?: Maybe; + stagingmainnet_aggregatedMessageRoots: Array; + stagingmainnet_rootManagerMeta?: Maybe; + stagingmainnet_rootManagerMetas: Array; + stagingmainnet_rootManagerMode?: Maybe; + stagingmainnet_rootManagerModes: Array; + stagingmainnet_optimisticRootProposed?: Maybe; + stagingmainnet_optimisticRootProposeds: Array; + stagingmainnet_hubOptimisticRootFinalized?: Maybe; + stagingmainnet_hubOptimisticRootFinalizeds: Array; + stagingmainnet_optimisticRootPropagated?: Maybe; + stagingmainnet_optimisticRootPropagateds: Array; + stagingmainnet_polygonConnectorMeta?: Maybe; + stagingmainnet_polygonConnectorMetas: Array; + stagingmainnet_optimismConnectorMeta?: Maybe; + stagingmainnet_optimismConnectorMetas: Array; + stagingmainnet_bnbConnectorMeta?: Maybe; + stagingmainnet_bnbConnectorMetas: Array; + stagingmainnet_arbitrumConnectorMeta?: Maybe; + stagingmainnet_arbitrumConnectorMetas: Array; + stagingmainnet_gnosisConnectorMeta?: Maybe; + stagingmainnet_gnosisConnectorMetas: Array; + stagingmainnet_lineaConnectorMeta?: Maybe; + stagingmainnet_lineaConnectorMetas: Array; + stagingmainnet_metisConnectorMeta?: Maybe; + stagingmainnet_metisConnectorMetas: Array; + stagingmainnet_mantleConnectorMeta?: Maybe; + stagingmainnet_mantleConnectorMetas: Array; + stagingmainnet_avalancheConnectorMeta?: Maybe; + stagingmainnet_avalancheConnectorMetas: Array; + stagingmainnet_baseConnectorMeta?: Maybe; + stagingmainnet_baseConnectorMetas: Array; + stagingmainnet_polygonZkConnectorMeta?: Maybe; + stagingmainnet_polygonZkConnectorMetas: Array; + stagingmainnet_zkSyncConnectorMeta?: Maybe; + stagingmainnet_zkSyncConnectorMetas: Array; + stagingmainnet_modeConnectorMeta?: Maybe; + stagingmainnet_modeConnectorMetas: Array; + stagingmainnet_scrollConnectorMeta?: Maybe; + stagingmainnet_scrollConnectorMetas: Array; + stagingmainnet_rootMessageProcessed?: Maybe; + stagingmainnet_rootMessageProcesseds: Array; + stagingmainnet_aggregateRootSavedSlow?: Maybe; + stagingmainnet_aggregateRootSavedSlows: Array; + stagingmainnet_hubDomain?: Maybe; + stagingmainnet_hubDomains: Array; + /** Access to subgraph metadata */ + stagingmainnet__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; goerli_rootAggregated?: Maybe; goerli_rootAggregateds: Array; goerli_rootPropagated?: Maybe; @@ -28737,74 +28849,108 @@ export type Subscription = { metis_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ metis_swap__meta?: Maybe; - stagingmumbai_swap_systemInfo?: Maybe; - stagingmumbai_swap_systemInfos: Array; - stagingmumbai_swap_pooledToken?: Maybe; - stagingmumbai_swap_pooledTokens: Array; - stagingmumbai_swap_stableSwap?: Maybe; - stagingmumbai_swap_stableSwaps: Array; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; - stagingmumbai_swap_stableSwapExchange?: Maybe; - stagingmumbai_swap_stableSwapExchanges: Array; - stagingmumbai_swap_swapDailyVolume?: Maybe; - stagingmumbai_swap_swapDailyVolumes: Array; - stagingmumbai_swap_swapHourlyVolume?: Maybe; - stagingmumbai_swap_swapHourlyVolumes: Array; - stagingmumbai_swap_swapWeeklyVolume?: Maybe; - stagingmumbai_swap_swapWeeklyVolumes: Array; - stagingmumbai_swap_lpAccount?: Maybe; - stagingmumbai_swap_lpAccounts: Array; - stagingmumbai_swap_lpAccountBalance?: Maybe; - stagingmumbai_swap_lpAccountBalances: Array; - stagingmumbai_swap_lpToken?: Maybe; - stagingmumbai_swap_lpTokens: Array; - stagingmumbai_swap_lpTransferEvent?: Maybe; - stagingmumbai_swap_lpTransferEvents: Array; - stagingmumbai_swap_stableSwapEvent?: Maybe; - stagingmumbai_swap_stableSwapEvents: Array; - stagingmumbai_swap_swapTradeVolume?: Maybe; - stagingmumbai_swap_swapTradeVolumes: Array; - stagingmumbai_swap_lpTokenEvent?: Maybe; - stagingmumbai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingmumbai_swap__meta?: Maybe; - mumbai_swap_systemInfo?: Maybe; - mumbai_swap_systemInfos: Array; - mumbai_swap_pooledToken?: Maybe; - mumbai_swap_pooledTokens: Array; - mumbai_swap_stableSwap?: Maybe; - mumbai_swap_stableSwaps: Array; - mumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - mumbai_swap_stableSwapAddLiquidityEvents: Array; - mumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mumbai_swap_stableSwapRemoveLiquidityEvents: Array; - mumbai_swap_stableSwapExchange?: Maybe; - mumbai_swap_stableSwapExchanges: Array; - mumbai_swap_swapDailyVolume?: Maybe; - mumbai_swap_swapDailyVolumes: Array; - mumbai_swap_swapHourlyVolume?: Maybe; - mumbai_swap_swapHourlyVolumes: Array; - mumbai_swap_swapWeeklyVolume?: Maybe; - mumbai_swap_swapWeeklyVolumes: Array; - mumbai_swap_lpAccount?: Maybe; - mumbai_swap_lpAccounts: Array; - mumbai_swap_lpAccountBalance?: Maybe; - mumbai_swap_lpAccountBalances: Array; - mumbai_swap_lpToken?: Maybe; - mumbai_swap_lpTokens: Array; - mumbai_swap_lpTransferEvent?: Maybe; - mumbai_swap_lpTransferEvents: Array; - mumbai_swap_stableSwapEvent?: Maybe; - mumbai_swap_stableSwapEvents: Array; - mumbai_swap_swapTradeVolume?: Maybe; - mumbai_swap_swapTradeVolumes: Array; - mumbai_swap_lpTokenEvent?: Maybe; - mumbai_swap_lpTokenEvents: Array; + 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 */ - mumbai_swap__meta?: Maybe; + zksync_swap__meta?: Maybe; + bnb_swap_systemInfo?: Maybe; + bnb_swap_systemInfos: Array; + bnb_swap_pooledToken?: Maybe; + bnb_swap_pooledTokens: Array; + bnb_swap_stableSwap?: Maybe; + bnb_swap_stableSwaps: Array; + bnb_swap_stableSwapAddLiquidityEvent?: Maybe; + bnb_swap_stableSwapAddLiquidityEvents: Array; + bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; + bnb_swap_stableSwapRemoveLiquidityEvents: Array; + bnb_swap_stableSwapExchange?: Maybe; + bnb_swap_stableSwapExchanges: Array; + bnb_swap_swapDailyVolume?: Maybe; + bnb_swap_swapDailyVolumes: Array; + bnb_swap_swapHourlyVolume?: Maybe; + bnb_swap_swapHourlyVolumes: Array; + bnb_swap_swapWeeklyVolume?: Maybe; + bnb_swap_swapWeeklyVolumes: Array; + bnb_swap_lpAccount?: Maybe; + bnb_swap_lpAccounts: Array; + bnb_swap_lpAccountBalance?: Maybe; + bnb_swap_lpAccountBalances: Array; + bnb_swap_lpToken?: Maybe; + bnb_swap_lpTokens: Array; + bnb_swap_lpTransferEvent?: Maybe; + bnb_swap_lpTransferEvents: Array; + bnb_swap_stableSwapEvent?: Maybe; + bnb_swap_stableSwapEvents: Array; + bnb_swap_swapTradeVolume?: Maybe; + bnb_swap_swapTradeVolumes: Array; + bnb_swap_lpTokenEvent?: Maybe; + bnb_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + bnb_swap__meta?: Maybe; + 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; base_swap_systemInfo?: Maybe; base_swap_systemInfos: Array; base_swap_pooledToken?: Maybe; @@ -28839,168 +28985,228 @@ export type Subscription = { base_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ base_swap__meta?: Maybe; - goerli_swap_systemInfo?: Maybe; - goerli_swap_systemInfos: Array; - goerli_swap_pooledToken?: Maybe; - goerli_swap_pooledTokens: Array; - goerli_swap_stableSwap?: Maybe; - goerli_swap_stableSwaps: Array; - goerli_swap_stableSwapAddLiquidityEvent?: Maybe; - goerli_swap_stableSwapAddLiquidityEvents: Array; - goerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - goerli_swap_stableSwapRemoveLiquidityEvents: Array; - goerli_swap_stableSwapExchange?: Maybe; - goerli_swap_stableSwapExchanges: Array; - goerli_swap_swapDailyVolume?: Maybe; - goerli_swap_swapDailyVolumes: Array; - goerli_swap_swapHourlyVolume?: Maybe; - goerli_swap_swapHourlyVolumes: Array; - goerli_swap_swapWeeklyVolume?: Maybe; - goerli_swap_swapWeeklyVolumes: Array; - goerli_swap_lpAccount?: Maybe; - goerli_swap_lpAccounts: Array; - goerli_swap_lpAccountBalance?: Maybe; - goerli_swap_lpAccountBalances: Array; - goerli_swap_lpToken?: Maybe; - goerli_swap_lpTokens: Array; - goerli_swap_lpTransferEvent?: Maybe; - goerli_swap_lpTransferEvents: Array; - goerli_swap_stableSwapEvent?: Maybe; - goerli_swap_stableSwapEvents: Array; - goerli_swap_swapTradeVolume?: Maybe; - goerli_swap_swapTradeVolumes: Array; - goerli_swap_lpTokenEvent?: Maybe; - goerli_swap_lpTokenEvents: Array; + 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 */ - goerli_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; + xdai_swap__meta?: Maybe; + linea_swap_systemInfo?: Maybe; + linea_swap_systemInfos: Array; + linea_swap_pooledToken?: Maybe; + linea_swap_pooledTokens: Array; + linea_swap_stableSwap?: Maybe; + linea_swap_stableSwaps: Array; + linea_swap_stableSwapAddLiquidityEvent?: Maybe; + linea_swap_stableSwapAddLiquidityEvents: Array; + linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; + linea_swap_stableSwapRemoveLiquidityEvents: Array; + linea_swap_stableSwapExchange?: Maybe; + linea_swap_stableSwapExchanges: Array; + linea_swap_swapDailyVolume?: Maybe; + linea_swap_swapDailyVolumes: Array; + linea_swap_swapHourlyVolume?: Maybe; + linea_swap_swapHourlyVolumes: Array; + linea_swap_swapWeeklyVolume?: Maybe; + linea_swap_swapWeeklyVolumes: Array; + linea_swap_lpAccount?: Maybe; + linea_swap_lpAccounts: Array; + linea_swap_lpAccountBalance?: Maybe; + linea_swap_lpAccountBalances: Array; + linea_swap_lpToken?: Maybe; + linea_swap_lpTokens: Array; + linea_swap_lpTransferEvent?: Maybe; + linea_swap_lpTransferEvents: Array; + linea_swap_stableSwapEvent?: Maybe; + linea_swap_stableSwapEvents: Array; + linea_swap_swapTradeVolume?: Maybe; + linea_swap_swapTradeVolumes: Array; + linea_swap_lpTokenEvent?: Maybe; + linea_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - avalanche_swap__meta?: Maybe; - optimismgoerli_asset?: Maybe; - optimismgoerli_assets: Array; - optimismgoerli_assetStatus?: Maybe; - optimismgoerli_assetStatuses: Array; - optimismgoerli_assetBalance?: Maybe; - optimismgoerli_assetBalances: Array; - optimismgoerli_router?: Maybe; - optimismgoerli_routers: Array; - optimismgoerli_routerDailyTVL?: Maybe; - optimismgoerli_routerDailyTVLs: Array; - optimismgoerli_routerLiquidityEvent?: Maybe; - optimismgoerli_routerLiquidityEvents: Array; - optimismgoerli_setting?: Maybe; - optimismgoerli_settings: Array; - optimismgoerli_relayer?: Maybe; - optimismgoerli_relayers: Array; - optimismgoerli_sequencer?: Maybe; - optimismgoerli_sequencers: Array; - optimismgoerli_relayerFee?: Maybe; - optimismgoerli_relayerFees: Array; - optimismgoerli_originTransfer?: Maybe; - optimismgoerli_originTransfers: Array; - optimismgoerli_destinationTransfer?: Maybe; - optimismgoerli_destinationTransfers: Array; - optimismgoerli_originMessage?: Maybe; - optimismgoerli_originMessages: Array; - optimismgoerli_aggregateRoot?: Maybe; - optimismgoerli_aggregateRoots: Array; - optimismgoerli_connectorMeta?: Maybe; - optimismgoerli_connectorMetas: Array; - optimismgoerli_rootCount?: Maybe; - optimismgoerli_rootCounts: Array; - optimismgoerli_rootMessageSent?: Maybe; - optimismgoerli_rootMessageSents: Array; - optimismgoerli_relayerFeesIncrease?: Maybe; - optimismgoerli_relayerFeesIncreases: Array; - optimismgoerli_slippageUpdate?: Maybe; - optimismgoerli_slippageUpdates: Array; - optimismgoerli_snapshotRoot?: Maybe; - optimismgoerli_snapshotRoots: Array; - optimismgoerli_spokeConnectorMode?: Maybe; - optimismgoerli_spokeConnectorModes: Array; - optimismgoerli_aggregateRootProposed?: Maybe; - optimismgoerli_aggregateRootProposeds: Array; - optimismgoerli_optimisticRootFinalized?: Maybe; - optimismgoerli_optimisticRootFinalizeds: Array; + linea_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 */ - optimismgoerli__meta?: Maybe; - goerli_asset?: Maybe; - goerli_assets: Array; - goerli_assetStatus?: Maybe; - goerli_assetStatuses: Array; - goerli_assetBalance?: Maybe; - goerli_assetBalances: Array; - goerli_router?: Maybe; - goerli_routers: Array; - goerli_routerDailyTVL?: Maybe; - goerli_routerDailyTVLs: Array; - goerli_routerLiquidityEvent?: Maybe; - goerli_routerLiquidityEvents: Array; - goerli_setting?: Maybe; - goerli_settings: Array; - goerli_relayer?: Maybe; - goerli_relayers: Array; - goerli_sequencer?: Maybe; - goerli_sequencers: Array; - goerli_relayerFee?: Maybe; - goerli_relayerFees: Array; - goerli_originTransfer?: Maybe; - goerli_originTransfers: Array; - goerli_destinationTransfer?: Maybe; - goerli_destinationTransfers: Array; - goerli_originMessage?: Maybe; - goerli_originMessages: Array; - goerli_aggregateRoot?: Maybe; - goerli_aggregateRoots: Array; - goerli_connectorMeta?: Maybe; - goerli_connectorMetas: Array; - goerli_rootCount?: Maybe; - goerli_rootCounts: Array; - goerli_rootMessageSent?: Maybe; - goerli_rootMessageSents: Array; - goerli_relayerFeesIncrease?: Maybe; - goerli_relayerFeesIncreases: Array; - goerli_slippageUpdate?: Maybe; - goerli_slippageUpdates: Array; - goerli_snapshotRoot?: Maybe; - goerli_snapshotRoots: Array; - goerli_spokeConnectorMode?: Maybe; - goerli_spokeConnectorModes: Array; - goerli_aggregateRootProposed?: Maybe; - goerli_aggregateRootProposeds: Array; - goerli_optimisticRootFinalized?: Maybe; - goerli_optimisticRootFinalizeds: Array; + arbitrumone_swap__meta?: Maybe; + mainnet_rootAggregated?: Maybe; + mainnet_rootAggregateds: Array; + mainnet_rootPropagated?: Maybe; + mainnet_rootPropagateds: Array; + mainnet_aggregatedMessageRoot?: Maybe; + mainnet_aggregatedMessageRoots: Array; + mainnet_rootManagerMeta?: Maybe; + mainnet_rootManagerMetas: Array; + mainnet_rootManagerMode?: Maybe; + mainnet_rootManagerModes: Array; + mainnet_optimisticRootProposed?: Maybe; + mainnet_optimisticRootProposeds: Array; + mainnet_hubOptimisticRootFinalized?: Maybe; + mainnet_hubOptimisticRootFinalizeds: Array; + mainnet_optimisticRootPropagated?: Maybe; + mainnet_optimisticRootPropagateds: Array; + mainnet_polygonConnectorMeta?: Maybe; + mainnet_polygonConnectorMetas: Array; + mainnet_optimismConnectorMeta?: Maybe; + mainnet_optimismConnectorMetas: Array; + mainnet_bnbConnectorMeta?: Maybe; + mainnet_bnbConnectorMetas: Array; + mainnet_arbitrumConnectorMeta?: Maybe; + mainnet_arbitrumConnectorMetas: Array; + mainnet_gnosisConnectorMeta?: Maybe; + mainnet_gnosisConnectorMetas: Array; + mainnet_lineaConnectorMeta?: Maybe; + mainnet_lineaConnectorMetas: Array; + mainnet_metisConnectorMeta?: Maybe; + mainnet_metisConnectorMetas: Array; + mainnet_mantleConnectorMeta?: Maybe; + mainnet_mantleConnectorMetas: Array; + mainnet_avalancheConnectorMeta?: Maybe; + mainnet_avalancheConnectorMetas: Array; + mainnet_baseConnectorMeta?: Maybe; + mainnet_baseConnectorMetas: Array; + mainnet_polygonZkConnectorMeta?: Maybe; + mainnet_polygonZkConnectorMetas: Array; + mainnet_zkSyncConnectorMeta?: Maybe; + mainnet_zkSyncConnectorMetas: Array; + mainnet_modeConnectorMeta?: Maybe; + mainnet_modeConnectorMetas: Array; + mainnet_rootMessageProcessed?: Maybe; + mainnet_rootMessageProcesseds: Array; + mainnet_aggregateRootSavedSlow?: Maybe; + mainnet_aggregateRootSavedSlows: Array; + mainnet_hubDomain?: Maybe; + mainnet_hubDomains: Array; + /** Access to subgraph metadata */ + mainnet__meta?: Maybe; + localmainnet_rootAggregated?: Maybe; + localmainnet_rootAggregateds: Array; + localmainnet_rootPropagated?: Maybe; + localmainnet_rootPropagateds: Array; + localmainnet_aggregatedMessageRoot?: Maybe; + localmainnet_aggregatedMessageRoots: Array; + localmainnet_rootManagerMeta?: Maybe; + localmainnet_rootManagerMetas: Array; + localmainnet_rootManagerMode?: Maybe; + localmainnet_rootManagerModes: Array; + localmainnet_optimisticRootProposed?: Maybe; + localmainnet_optimisticRootProposeds: Array; + localmainnet_hubOptimisticRootFinalized?: Maybe; + localmainnet_hubOptimisticRootFinalizeds: Array; + localmainnet_optimisticRootPropagated?: Maybe; + localmainnet_optimisticRootPropagateds: Array; + localmainnet_polygonConnectorMeta?: Maybe; + localmainnet_polygonConnectorMetas: Array; + localmainnet_optimismConnectorMeta?: Maybe; + localmainnet_optimismConnectorMetas: Array; + localmainnet_bnbConnectorMeta?: Maybe; + localmainnet_bnbConnectorMetas: Array; + localmainnet_arbitrumConnectorMeta?: Maybe; + localmainnet_arbitrumConnectorMetas: Array; + localmainnet_gnosisConnectorMeta?: Maybe; + localmainnet_gnosisConnectorMetas: Array; + localmainnet_zkSyncConnectorMeta?: Maybe; + localmainnet_zkSyncConnectorMetas: Array; + localmainnet_rootMessageProcessed?: Maybe; + localmainnet_rootMessageProcesseds: Array; + localmainnet_aggregateRootSavedSlow?: Maybe; + localmainnet_aggregateRootSavedSlows: Array; + localmainnet_hubDomain?: Maybe; + localmainnet_hubDomains: Array; + /** Access to subgraph metadata */ + localmainnet__meta?: Maybe; + staginggoerli_swap_systemInfo?: Maybe; + staginggoerli_swap_systemInfos: Array; + staginggoerli_swap_pooledToken?: Maybe; + staginggoerli_swap_pooledTokens: Array; + staginggoerli_swap_stableSwap?: Maybe; + staginggoerli_swap_stableSwaps: Array; + staginggoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + staginggoerli_swap_stableSwapAddLiquidityEvents: Array; + staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + staginggoerli_swap_stableSwapRemoveLiquidityEvents: Array; + staginggoerli_swap_stableSwapExchange?: Maybe; + staginggoerli_swap_stableSwapExchanges: Array; + staginggoerli_swap_swapDailyVolume?: Maybe; + staginggoerli_swap_swapDailyVolumes: Array; + staginggoerli_swap_swapHourlyVolume?: Maybe; + staginggoerli_swap_swapHourlyVolumes: Array; + staginggoerli_swap_swapWeeklyVolume?: Maybe; + staginggoerli_swap_swapWeeklyVolumes: Array; + staginggoerli_swap_lpAccount?: Maybe; + staginggoerli_swap_lpAccounts: Array; + staginggoerli_swap_lpAccountBalance?: Maybe; + staginggoerli_swap_lpAccountBalances: Array; + staginggoerli_swap_lpToken?: Maybe; + staginggoerli_swap_lpTokens: Array; + staginggoerli_swap_lpTransferEvent?: Maybe; + staginggoerli_swap_lpTransferEvents: Array; + staginggoerli_swap_stableSwapEvent?: Maybe; + staginggoerli_swap_stableSwapEvents: Array; + staginggoerli_swap_swapTradeVolume?: Maybe; + staginggoerli_swap_swapTradeVolumes: Array; + staginggoerli_swap_lpTokenEvent?: Maybe; + staginggoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + staginggoerli_swap__meta?: Maybe; stagingoptimismgoerli_asset?: Maybe; stagingoptimismgoerli_assets: Array; stagingoptimismgoerli_assetStatus?: Maybe; @@ -29049,54 +29255,136 @@ export type Subscription = { stagingoptimismgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingoptimismgoerli__meta?: Maybe; - mumbai_asset?: Maybe; - mumbai_assets: Array; - mumbai_assetStatus?: Maybe; - mumbai_assetStatuses: Array; - mumbai_assetBalance?: Maybe; - mumbai_assetBalances: Array; - mumbai_router?: Maybe; - mumbai_routers: Array; - mumbai_routerDailyTVL?: Maybe; - mumbai_routerDailyTVLs: Array; - mumbai_routerLiquidityEvent?: Maybe; - mumbai_routerLiquidityEvents: Array; - mumbai_setting?: Maybe; - mumbai_settings: Array; - mumbai_relayer?: Maybe; - mumbai_relayers: Array; - mumbai_sequencer?: Maybe; - mumbai_sequencers: Array; - mumbai_relayerFee?: Maybe; - mumbai_relayerFees: Array; - mumbai_originTransfer?: Maybe; - mumbai_originTransfers: Array; - mumbai_destinationTransfer?: Maybe; - mumbai_destinationTransfers: Array; - mumbai_originMessage?: Maybe; - mumbai_originMessages: Array; - mumbai_aggregateRoot?: Maybe; - mumbai_aggregateRoots: Array; - mumbai_connectorMeta?: Maybe; - mumbai_connectorMetas: Array; - mumbai_rootCount?: Maybe; - mumbai_rootCounts: Array; - mumbai_rootMessageSent?: Maybe; - mumbai_rootMessageSents: Array; - mumbai_relayerFeesIncrease?: Maybe; - mumbai_relayerFeesIncreases: Array; - mumbai_slippageUpdate?: Maybe; - mumbai_slippageUpdates: Array; - mumbai_snapshotRoot?: Maybe; - mumbai_snapshotRoots: Array; - mumbai_spokeConnectorMode?: Maybe; - mumbai_spokeConnectorModes: Array; - mumbai_aggregateRootProposed?: Maybe; - mumbai_aggregateRootProposeds: Array; - mumbai_optimisticRootFinalized?: Maybe; - mumbai_optimisticRootFinalizeds: Array; + mantle_swap_systemInfo?: Maybe; + mantle_swap_systemInfos: Array; + mantle_swap_pooledToken?: Maybe; + mantle_swap_pooledTokens: Array; + mantle_swap_stableSwap?: Maybe; + mantle_swap_stableSwaps: Array; + mantle_swap_stableSwapAddLiquidityEvent?: Maybe; + mantle_swap_stableSwapAddLiquidityEvents: Array; + mantle_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mantle_swap_stableSwapRemoveLiquidityEvents: Array; + mantle_swap_stableSwapExchange?: Maybe; + mantle_swap_stableSwapExchanges: Array; + mantle_swap_swapDailyVolume?: Maybe; + mantle_swap_swapDailyVolumes: Array; + mantle_swap_swapHourlyVolume?: Maybe; + mantle_swap_swapHourlyVolumes: Array; + mantle_swap_swapWeeklyVolume?: Maybe; + mantle_swap_swapWeeklyVolumes: Array; + mantle_swap_lpAccount?: Maybe; + mantle_swap_lpAccounts: Array; + mantle_swap_lpAccountBalance?: Maybe; + mantle_swap_lpAccountBalances: Array; + mantle_swap_lpToken?: Maybe; + mantle_swap_lpTokens: Array; + mantle_swap_lpTransferEvent?: Maybe; + mantle_swap_lpTransferEvents: Array; + mantle_swap_stableSwapEvent?: Maybe; + mantle_swap_stableSwapEvents: Array; + mantle_swap_swapTradeVolume?: Maybe; + mantle_swap_swapTradeVolumes: Array; + mantle_swap_lpTokenEvent?: Maybe; + mantle_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - mumbai__meta?: Maybe; + mantle_swap__meta?: Maybe; + stagingmumbai_asset?: Maybe; + stagingmumbai_assets: Array; + stagingmumbai_assetStatus?: Maybe; + stagingmumbai_assetStatuses: Array; + stagingmumbai_assetBalance?: Maybe; + stagingmumbai_assetBalances: Array; + stagingmumbai_router?: Maybe; + stagingmumbai_routers: Array; + stagingmumbai_routerDailyTVL?: Maybe; + stagingmumbai_routerDailyTVLs: Array; + stagingmumbai_routerLiquidityEvent?: Maybe; + stagingmumbai_routerLiquidityEvents: Array; + stagingmumbai_setting?: Maybe; + stagingmumbai_settings: Array; + stagingmumbai_relayer?: Maybe; + stagingmumbai_relayers: Array; + stagingmumbai_sequencer?: Maybe; + stagingmumbai_sequencers: Array; + stagingmumbai_relayerFee?: Maybe; + stagingmumbai_relayerFees: Array; + stagingmumbai_originTransfer?: Maybe; + stagingmumbai_originTransfers: Array; + stagingmumbai_destinationTransfer?: Maybe; + stagingmumbai_destinationTransfers: Array; + stagingmumbai_originMessage?: Maybe; + stagingmumbai_originMessages: Array; + stagingmumbai_aggregateRoot?: Maybe; + stagingmumbai_aggregateRoots: Array; + stagingmumbai_connectorMeta?: Maybe; + stagingmumbai_connectorMetas: Array; + stagingmumbai_rootCount?: Maybe; + stagingmumbai_rootCounts: Array; + stagingmumbai_rootMessageSent?: Maybe; + stagingmumbai_rootMessageSents: Array; + stagingmumbai_relayerFeesIncrease?: Maybe; + stagingmumbai_relayerFeesIncreases: Array; + stagingmumbai_slippageUpdate?: Maybe; + stagingmumbai_slippageUpdates: Array; + stagingmumbai_snapshotRoot?: Maybe; + stagingmumbai_snapshotRoots: Array; + stagingmumbai_spokeConnectorMode?: Maybe; + stagingmumbai_spokeConnectorModes: Array; + stagingmumbai_aggregateRootProposed?: Maybe; + stagingmumbai_aggregateRootProposeds: Array; + stagingmumbai_optimisticRootFinalized?: Maybe; + stagingmumbai_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingmumbai__meta?: Maybe; + 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 */ + arbitrumone__meta?: Maybe; basegoerli_asset?: Maybe; basegoerli_assets: Array; basegoerli_assetStatus?: Maybe; @@ -29145,54 +29433,244 @@ export type Subscription = { basegoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ basegoerli__meta?: Maybe; - stagingmumbai_asset?: Maybe; - stagingmumbai_assets: Array; - stagingmumbai_assetStatus?: Maybe; - stagingmumbai_assetStatuses: Array; - stagingmumbai_assetBalance?: Maybe; - stagingmumbai_assetBalances: Array; - stagingmumbai_router?: Maybe; - stagingmumbai_routers: Array; - stagingmumbai_routerDailyTVL?: Maybe; - stagingmumbai_routerDailyTVLs: Array; - stagingmumbai_routerLiquidityEvent?: Maybe; - stagingmumbai_routerLiquidityEvents: Array; - stagingmumbai_setting?: Maybe; - stagingmumbai_settings: Array; - stagingmumbai_relayer?: Maybe; - stagingmumbai_relayers: Array; - stagingmumbai_sequencer?: Maybe; - stagingmumbai_sequencers: Array; - stagingmumbai_relayerFee?: Maybe; - stagingmumbai_relayerFees: Array; - stagingmumbai_originTransfer?: Maybe; - stagingmumbai_originTransfers: Array; - stagingmumbai_destinationTransfer?: Maybe; - stagingmumbai_destinationTransfers: Array; - stagingmumbai_originMessage?: Maybe; - stagingmumbai_originMessages: Array; - stagingmumbai_aggregateRoot?: Maybe; - stagingmumbai_aggregateRoots: Array; - stagingmumbai_connectorMeta?: Maybe; - stagingmumbai_connectorMetas: Array; - stagingmumbai_rootCount?: Maybe; - stagingmumbai_rootCounts: Array; - stagingmumbai_rootMessageSent?: Maybe; - stagingmumbai_rootMessageSents: Array; - stagingmumbai_relayerFeesIncrease?: Maybe; - stagingmumbai_relayerFeesIncreases: Array; - stagingmumbai_slippageUpdate?: Maybe; - stagingmumbai_slippageUpdates: Array; - stagingmumbai_snapshotRoot?: Maybe; - stagingmumbai_snapshotRoots: Array; - stagingmumbai_spokeConnectorMode?: Maybe; - stagingmumbai_spokeConnectorModes: Array; - stagingmumbai_aggregateRootProposed?: Maybe; - stagingmumbai_aggregateRootProposeds: Array; - stagingmumbai_optimisticRootFinalized?: Maybe; - stagingmumbai_optimisticRootFinalizeds: Array; + optimismgoerli_asset?: Maybe; + optimismgoerli_assets: Array; + optimismgoerli_assetStatus?: Maybe; + optimismgoerli_assetStatuses: Array; + optimismgoerli_assetBalance?: Maybe; + optimismgoerli_assetBalances: Array; + optimismgoerli_router?: Maybe; + optimismgoerli_routers: Array; + optimismgoerli_routerDailyTVL?: Maybe; + optimismgoerli_routerDailyTVLs: Array; + optimismgoerli_routerLiquidityEvent?: Maybe; + optimismgoerli_routerLiquidityEvents: Array; + optimismgoerli_setting?: Maybe; + optimismgoerli_settings: Array; + optimismgoerli_relayer?: Maybe; + optimismgoerli_relayers: Array; + optimismgoerli_sequencer?: Maybe; + optimismgoerli_sequencers: Array; + optimismgoerli_relayerFee?: Maybe; + optimismgoerli_relayerFees: Array; + optimismgoerli_originTransfer?: Maybe; + optimismgoerli_originTransfers: Array; + optimismgoerli_destinationTransfer?: Maybe; + optimismgoerli_destinationTransfers: Array; + optimismgoerli_originMessage?: Maybe; + optimismgoerli_originMessages: Array; + optimismgoerli_aggregateRoot?: Maybe; + optimismgoerli_aggregateRoots: Array; + optimismgoerli_connectorMeta?: Maybe; + optimismgoerli_connectorMetas: Array; + optimismgoerli_rootCount?: Maybe; + optimismgoerli_rootCounts: Array; + optimismgoerli_rootMessageSent?: Maybe; + optimismgoerli_rootMessageSents: Array; + optimismgoerli_relayerFeesIncrease?: Maybe; + optimismgoerli_relayerFeesIncreases: Array; + optimismgoerli_slippageUpdate?: Maybe; + optimismgoerli_slippageUpdates: Array; + optimismgoerli_snapshotRoot?: Maybe; + optimismgoerli_snapshotRoots: Array; + optimismgoerli_spokeConnectorMode?: Maybe; + optimismgoerli_spokeConnectorModes: Array; + optimismgoerli_aggregateRootProposed?: Maybe; + optimismgoerli_aggregateRootProposeds: Array; + optimismgoerli_optimisticRootFinalized?: Maybe; + optimismgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - stagingmumbai__meta?: Maybe; + optimismgoerli__meta?: Maybe; + mainnet_asset?: Maybe; + mainnet_assets: Array; + mainnet_assetStatus?: Maybe; + mainnet_assetStatuses: Array; + mainnet_assetBalance?: Maybe; + mainnet_assetBalances: Array; + mainnet_router?: Maybe; + mainnet_routers: Array; + mainnet_routerDailyTVL?: Maybe; + mainnet_routerDailyTVLs: Array; + mainnet_routerLiquidityEvent?: Maybe; + mainnet_routerLiquidityEvents: Array; + mainnet_setting?: Maybe; + mainnet_settings: Array; + mainnet_relayer?: Maybe; + mainnet_relayers: Array; + mainnet_sequencer?: Maybe; + mainnet_sequencers: Array; + mainnet_relayerFee?: Maybe; + mainnet_relayerFees: Array; + mainnet_originTransfer?: Maybe; + mainnet_originTransfers: Array; + mainnet_destinationTransfer?: Maybe; + mainnet_destinationTransfers: Array; + mainnet_originMessage?: Maybe; + mainnet_originMessages: Array; + mainnet_aggregateRoot?: Maybe; + mainnet_aggregateRoots: Array; + mainnet_connectorMeta?: Maybe; + mainnet_connectorMetas: Array; + mainnet_rootCount?: Maybe; + mainnet_rootCounts: Array; + mainnet_rootMessageSent?: Maybe; + mainnet_rootMessageSents: Array; + mainnet_relayerFeesIncrease?: Maybe; + mainnet_relayerFeesIncreases: Array; + mainnet_slippageUpdate?: Maybe; + mainnet_slippageUpdates: Array; + mainnet_snapshotRoot?: Maybe; + mainnet_snapshotRoots: Array; + mainnet_spokeConnectorMode?: Maybe; + mainnet_spokeConnectorModes: Array; + mainnet_aggregateRootProposed?: Maybe; + mainnet_aggregateRootProposeds: Array; + mainnet_optimisticRootFinalized?: Maybe; + mainnet_optimisticRootFinalizeds: Array; + mode_asset?: Maybe; + mode_assets: Array; + mode_assetStatus?: Maybe; + mode_assetStatuses: Array; + mode_assetBalance?: Maybe; + mode_assetBalances: Array; + mode_router?: Maybe; + mode_routers: Array; + mode_routerDailyTVL?: Maybe; + mode_routerDailyTVLs: Array; + mode_routerLiquidityEvent?: Maybe; + mode_routerLiquidityEvents: Array; + mode_setting?: Maybe; + mode_settings: Array; + mode_relayer?: Maybe; + mode_relayers: Array; + mode_sequencer?: Maybe; + mode_sequencers: Array; + mode_relayerFee?: Maybe; + mode_relayerFees: Array; + mode_originTransfer?: Maybe; + mode_originTransfers: Array; + mode_destinationTransfer?: Maybe; + mode_destinationTransfers: Array; + mode_originMessage?: Maybe; + mode_originMessages: Array; + mode_aggregateRoot?: Maybe; + mode_aggregateRoots: Array; + mode_connectorMeta?: Maybe; + mode_connectorMetas: Array; + mode_rootCount?: Maybe; + mode_rootCounts: Array; + mode_rootMessageSent?: Maybe; + mode_rootMessageSents: Array; + mode_relayerFeesIncrease?: Maybe; + mode_relayerFeesIncreases: Array; + mode_slippageUpdate?: Maybe; + mode_slippageUpdates: Array; + mode_snapshotRoot?: Maybe; + mode_snapshotRoots: Array; + mode_spokeConnectorMode?: Maybe; + mode_spokeConnectorModes: Array; + mode_aggregateRootProposed?: Maybe; + mode_aggregateRootProposeds: Array; + mode_optimisticRootFinalized?: Maybe; + mode_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + mode__meta?: Maybe; + stagingmetis_asset?: Maybe; + stagingmetis_assets: Array; + stagingmetis_assetStatus?: Maybe; + stagingmetis_assetStatuses: Array; + stagingmetis_assetBalance?: Maybe; + stagingmetis_assetBalances: Array; + stagingmetis_router?: Maybe; + stagingmetis_routers: Array; + stagingmetis_routerDailyTVL?: Maybe; + stagingmetis_routerDailyTVLs: Array; + stagingmetis_routerLiquidityEvent?: Maybe; + stagingmetis_routerLiquidityEvents: Array; + stagingmetis_setting?: Maybe; + stagingmetis_settings: Array; + stagingmetis_relayer?: Maybe; + stagingmetis_relayers: Array; + stagingmetis_sequencer?: Maybe; + stagingmetis_sequencers: Array; + stagingmetis_relayerFee?: Maybe; + stagingmetis_relayerFees: Array; + stagingmetis_originTransfer?: Maybe; + stagingmetis_originTransfers: Array; + stagingmetis_destinationTransfer?: Maybe; + stagingmetis_destinationTransfers: Array; + stagingmetis_originMessage?: Maybe; + stagingmetis_originMessages: Array; + stagingmetis_aggregateRoot?: Maybe; + stagingmetis_aggregateRoots: Array; + stagingmetis_connectorMeta?: Maybe; + stagingmetis_connectorMetas: Array; + stagingmetis_rootCount?: Maybe; + stagingmetis_rootCounts: Array; + stagingmetis_rootMessageSent?: Maybe; + stagingmetis_rootMessageSents: Array; + stagingmetis_relayerFeesIncrease?: Maybe; + stagingmetis_relayerFeesIncreases: Array; + stagingmetis_slippageUpdate?: Maybe; + stagingmetis_slippageUpdates: Array; + stagingmetis_snapshotRoot?: Maybe; + stagingmetis_snapshotRoots: Array; + stagingmetis_spokeConnectorMode?: Maybe; + stagingmetis_spokeConnectorModes: Array; + stagingmetis_aggregateRootProposed?: Maybe; + stagingmetis_aggregateRootProposeds: Array; + stagingmetis_optimisticRootFinalized?: Maybe; + stagingmetis_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingmetis__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; polygon_asset?: Maybe; polygon_assets: Array; polygon_assetStatus?: Maybe; @@ -29241,300 +29719,338 @@ export type Subscription = { polygon_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ polygon__meta?: Maybe; - staginggoerli_asset?: Maybe; - staginggoerli_assets: Array; - staginggoerli_assetStatus?: Maybe; - staginggoerli_assetStatuses: Array; - staginggoerli_assetBalance?: Maybe; - staginggoerli_assetBalances: Array; - staginggoerli_router?: Maybe; - staginggoerli_routers: Array; - staginggoerli_routerDailyTVL?: Maybe; - staginggoerli_routerDailyTVLs: Array; - staginggoerli_routerLiquidityEvent?: Maybe; - staginggoerli_routerLiquidityEvents: Array; - staginggoerli_setting?: Maybe; - staginggoerli_settings: Array; - staginggoerli_relayer?: Maybe; - staginggoerli_relayers: Array; - staginggoerli_sequencer?: Maybe; - staginggoerli_sequencers: Array; - staginggoerli_relayerFee?: Maybe; - staginggoerli_relayerFees: Array; - staginggoerli_originTransfer?: Maybe; - staginggoerli_originTransfers: Array; - staginggoerli_destinationTransfer?: Maybe; - staginggoerli_destinationTransfers: Array; - staginggoerli_originMessage?: Maybe; - staginggoerli_originMessages: Array; - staginggoerli_aggregateRoot?: Maybe; - staginggoerli_aggregateRoots: Array; - staginggoerli_connectorMeta?: Maybe; - staginggoerli_connectorMetas: Array; - staginggoerli_rootCount?: Maybe; - staginggoerli_rootCounts: Array; - staginggoerli_rootMessageSent?: Maybe; - staginggoerli_rootMessageSents: Array; - staginggoerli_relayerFeesIncrease?: Maybe; - staginggoerli_relayerFeesIncreases: Array; - staginggoerli_slippageUpdate?: Maybe; - staginggoerli_slippageUpdates: Array; - staginggoerli_snapshotRoot?: Maybe; - staginggoerli_snapshotRoots: Array; - staginggoerli_spokeConnectorMode?: Maybe; - staginggoerli_spokeConnectorModes: Array; - staginggoerli_aggregateRootProposed?: Maybe; - staginggoerli_aggregateRootProposeds: Array; - staginggoerli_optimisticRootFinalized?: Maybe; - staginggoerli_optimisticRootFinalizeds: Array; - optimism_asset?: Maybe; - optimism_assets: Array; - optimism_assetStatus?: Maybe; - optimism_assetStatuses: Array; - optimism_assetBalance?: Maybe; - optimism_assetBalances: Array; - optimism_router?: Maybe; - optimism_routers: Array; - optimism_routerDailyTVL?: Maybe; - optimism_routerDailyTVLs: Array; - optimism_routerLiquidityEvent?: Maybe; - optimism_routerLiquidityEvents: Array; - optimism_setting?: Maybe; - optimism_settings: Array; - optimism_relayer?: Maybe; - optimism_relayers: Array; - optimism_sequencer?: Maybe; - optimism_sequencers: Array; - optimism_relayerFee?: Maybe; - optimism_relayerFees: Array; - optimism_originTransfer?: Maybe; - optimism_originTransfers: Array; - optimism_destinationTransfer?: Maybe; - optimism_destinationTransfers: Array; - optimism_originMessage?: Maybe; - optimism_originMessages: Array; - optimism_aggregateRoot?: Maybe; - optimism_aggregateRoots: Array; - optimism_connectorMeta?: Maybe; - optimism_connectorMetas: Array; - optimism_rootCount?: Maybe; - optimism_rootCounts: Array; - optimism_rootMessageSent?: Maybe; - optimism_rootMessageSents: Array; - optimism_relayerFeesIncrease?: Maybe; - optimism_relayerFeesIncreases: Array; - optimism_slippageUpdate?: Maybe; - optimism_slippageUpdates: Array; - optimism_snapshotRoot?: Maybe; - optimism_snapshotRoots: Array; - optimism_spokeConnectorMode?: Maybe; - optimism_spokeConnectorModes: Array; - optimism_aggregateRootProposed?: Maybe; - optimism_aggregateRootProposeds: Array; - optimism_optimisticRootFinalized?: Maybe; - optimism_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - optimism__meta?: Maybe; - 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; + goerli_asset?: Maybe; + goerli_assets: Array; + goerli_assetStatus?: Maybe; + goerli_assetStatuses: Array; + goerli_assetBalance?: Maybe; + goerli_assetBalances: Array; + goerli_router?: Maybe; + goerli_routers: Array; + goerli_routerDailyTVL?: Maybe; + goerli_routerDailyTVLs: Array; + goerli_routerLiquidityEvent?: Maybe; + goerli_routerLiquidityEvents: Array; + goerli_setting?: Maybe; + goerli_settings: Array; + goerli_relayer?: Maybe; + goerli_relayers: Array; + goerli_sequencer?: Maybe; + goerli_sequencers: Array; + goerli_relayerFee?: Maybe; + goerli_relayerFees: Array; + goerli_originTransfer?: Maybe; + goerli_originTransfers: Array; + goerli_destinationTransfer?: Maybe; + goerli_destinationTransfers: Array; + goerli_originMessage?: Maybe; + goerli_originMessages: Array; + goerli_aggregateRoot?: Maybe; + goerli_aggregateRoots: Array; + goerli_connectorMeta?: Maybe; + goerli_connectorMetas: Array; + goerli_rootCount?: Maybe; + goerli_rootCounts: Array; + goerli_rootMessageSent?: Maybe; + goerli_rootMessageSents: Array; + goerli_relayerFeesIncrease?: Maybe; + goerli_relayerFeesIncreases: Array; + goerli_slippageUpdate?: Maybe; + goerli_slippageUpdates: Array; + goerli_snapshotRoot?: Maybe; + goerli_snapshotRoots: Array; + goerli_spokeConnectorMode?: Maybe; + goerli_spokeConnectorModes: Array; + goerli_aggregateRootProposed?: Maybe; + goerli_aggregateRootProposeds: Array; + goerli_optimisticRootFinalized?: Maybe; + goerli_optimisticRootFinalizeds: Array; + mumbai_asset?: Maybe; + mumbai_assets: Array; + mumbai_assetStatus?: Maybe; + mumbai_assetStatuses: Array; + mumbai_assetBalance?: Maybe; + mumbai_assetBalances: Array; + mumbai_router?: Maybe; + mumbai_routers: Array; + mumbai_routerDailyTVL?: Maybe; + mumbai_routerDailyTVLs: Array; + mumbai_routerLiquidityEvent?: Maybe; + mumbai_routerLiquidityEvents: Array; + mumbai_setting?: Maybe; + mumbai_settings: Array; + mumbai_relayer?: Maybe; + mumbai_relayers: Array; + mumbai_sequencer?: Maybe; + mumbai_sequencers: Array; + mumbai_relayerFee?: Maybe; + mumbai_relayerFees: Array; + mumbai_originTransfer?: Maybe; + mumbai_originTransfers: Array; + mumbai_destinationTransfer?: Maybe; + mumbai_destinationTransfers: Array; + mumbai_originMessage?: Maybe; + mumbai_originMessages: Array; + mumbai_aggregateRoot?: Maybe; + mumbai_aggregateRoots: Array; + mumbai_connectorMeta?: Maybe; + mumbai_connectorMetas: Array; + mumbai_rootCount?: Maybe; + mumbai_rootCounts: Array; + mumbai_rootMessageSent?: Maybe; + mumbai_rootMessageSents: Array; + mumbai_relayerFeesIncrease?: Maybe; + mumbai_relayerFeesIncreases: Array; + mumbai_slippageUpdate?: Maybe; + mumbai_slippageUpdates: Array; + mumbai_snapshotRoot?: Maybe; + mumbai_snapshotRoots: Array; + mumbai_spokeConnectorMode?: Maybe; + mumbai_spokeConnectorModes: Array; + mumbai_aggregateRootProposed?: Maybe; + mumbai_aggregateRootProposeds: Array; + mumbai_optimisticRootFinalized?: Maybe; + mumbai_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - mantle_swap__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; + mumbai__meta?: Maybe; + staginggoerli_asset?: Maybe; + staginggoerli_assets: Array; + staginggoerli_assetStatus?: Maybe; + staginggoerli_assetStatuses: Array; + staginggoerli_assetBalance?: Maybe; + staginggoerli_assetBalances: Array; + staginggoerli_router?: Maybe; + staginggoerli_routers: Array; + staginggoerli_routerDailyTVL?: Maybe; + staginggoerli_routerDailyTVLs: Array; + staginggoerli_routerLiquidityEvent?: Maybe; + staginggoerli_routerLiquidityEvents: Array; + staginggoerli_setting?: Maybe; + staginggoerli_settings: Array; + staginggoerli_relayer?: Maybe; + staginggoerli_relayers: Array; + staginggoerli_sequencer?: Maybe; + staginggoerli_sequencers: Array; + staginggoerli_relayerFee?: Maybe; + staginggoerli_relayerFees: Array; + staginggoerli_originTransfer?: Maybe; + staginggoerli_originTransfers: Array; + staginggoerli_destinationTransfer?: Maybe; + staginggoerli_destinationTransfers: Array; + staginggoerli_originMessage?: Maybe; + staginggoerli_originMessages: Array; + staginggoerli_aggregateRoot?: Maybe; + staginggoerli_aggregateRoots: Array; + staginggoerli_connectorMeta?: Maybe; + staginggoerli_connectorMetas: Array; + staginggoerli_rootCount?: Maybe; + staginggoerli_rootCounts: Array; + staginggoerli_rootMessageSent?: Maybe; + staginggoerli_rootMessageSents: Array; + staginggoerli_relayerFeesIncrease?: Maybe; + staginggoerli_relayerFeesIncreases: Array; + staginggoerli_slippageUpdate?: Maybe; + staginggoerli_slippageUpdates: Array; + staginggoerli_snapshotRoot?: Maybe; + staginggoerli_snapshotRoots: Array; + staginggoerli_spokeConnectorMode?: Maybe; + staginggoerli_spokeConnectorModes: Array; + staginggoerli_aggregateRootProposed?: Maybe; + staginggoerli_aggregateRootProposeds: Array; + staginggoerli_optimisticRootFinalized?: Maybe; + staginggoerli_optimisticRootFinalizeds: Array; + 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 */ - mainnet__meta?: Maybe; - testgoerli_asset?: Maybe; - testgoerli_assets: Array; - testgoerli_assetBalance?: Maybe; - testgoerli_assetBalances: Array; - testgoerli_router?: Maybe; - testgoerli_routers: Array; - testgoerli_setting?: Maybe; - testgoerli_settings: Array; - testgoerli_relayer?: Maybe; - testgoerli_relayers: Array; - testgoerli_stableSwap?: Maybe; - testgoerli_stableSwaps: Array; - testgoerli_sponsorVault?: Maybe; - testgoerli_sponsorVaults: Array; - testgoerli_originTransfer?: Maybe; - testgoerli_originTransfers: Array; - testgoerli_destinationTransfer?: Maybe; - testgoerli_destinationTransfers: Array; + stagingoptimism__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 */ - testgoerli__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; + staginglinea__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 */ - stagingzksync__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; + zksync__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 */ - base__meta?: Maybe; + avalanche__meta?: Maybe; polygonzkevm_swap_asset?: Maybe; polygonzkevm_swap_assets: Array; polygonzkevm_swap_assetStatus?: Maybe; @@ -29583,6 +30099,292 @@ export type Subscription = { polygonzkevm_swap_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ polygonzkevm_swap__meta?: Maybe; + polygonzkevm_asset?: Maybe; + polygonzkevm_assets: Array; + polygonzkevm_assetStatus?: Maybe; + polygonzkevm_assetStatuses: Array; + polygonzkevm_assetBalance?: Maybe; + polygonzkevm_assetBalances: Array; + polygonzkevm_router?: Maybe; + polygonzkevm_routers: Array; + polygonzkevm_routerDailyTVL?: Maybe; + polygonzkevm_routerDailyTVLs: Array; + polygonzkevm_routerLiquidityEvent?: Maybe; + polygonzkevm_routerLiquidityEvents: Array; + polygonzkevm_setting?: Maybe; + polygonzkevm_settings: Array; + polygonzkevm_relayer?: Maybe; + polygonzkevm_relayers: Array; + polygonzkevm_sequencer?: Maybe; + polygonzkevm_sequencers: Array; + polygonzkevm_relayerFee?: Maybe; + polygonzkevm_relayerFees: Array; + polygonzkevm_originTransfer?: Maybe; + polygonzkevm_originTransfers: Array; + polygonzkevm_destinationTransfer?: Maybe; + polygonzkevm_destinationTransfers: Array; + polygonzkevm_originMessage?: Maybe; + polygonzkevm_originMessages: Array; + polygonzkevm_aggregateRoot?: Maybe; + polygonzkevm_aggregateRoots: Array; + polygonzkevm_connectorMeta?: Maybe; + polygonzkevm_connectorMetas: Array; + polygonzkevm_rootCount?: Maybe; + polygonzkevm_rootCounts: Array; + polygonzkevm_rootMessageSent?: Maybe; + polygonzkevm_rootMessageSents: Array; + polygonzkevm_relayerFeesIncrease?: Maybe; + polygonzkevm_relayerFeesIncreases: Array; + polygonzkevm_slippageUpdate?: Maybe; + polygonzkevm_slippageUpdates: Array; + polygonzkevm_snapshotRoot?: Maybe; + polygonzkevm_snapshotRoots: Array; + polygonzkevm_spokeConnectorMode?: Maybe; + polygonzkevm_spokeConnectorModes: Array; + polygonzkevm_aggregateRootProposed?: Maybe; + polygonzkevm_aggregateRootProposeds: Array; + polygonzkevm_optimisticRootFinalized?: Maybe; + polygonzkevm_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + polygonzkevm__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; + localmainnet_asset?: Maybe; + localmainnet_assets: Array; + localmainnet_assetStatus?: Maybe; + localmainnet_assetStatuses: Array; + localmainnet_assetBalance?: Maybe; + localmainnet_assetBalances: Array; + localmainnet_router?: Maybe; + localmainnet_routers: Array; + localmainnet_routerDailyTVL?: Maybe; + localmainnet_routerDailyTVLs: Array; + localmainnet_routerLiquidityEvent?: Maybe; + localmainnet_routerLiquidityEvents: Array; + localmainnet_setting?: Maybe; + localmainnet_settings: Array; + localmainnet_relayer?: Maybe; + localmainnet_relayers: Array; + localmainnet_sequencer?: Maybe; + localmainnet_sequencers: Array; + localmainnet_relayerFee?: Maybe; + localmainnet_relayerFees: Array; + localmainnet_originTransfer?: Maybe; + localmainnet_originTransfers: Array; + localmainnet_destinationTransfer?: Maybe; + localmainnet_destinationTransfers: Array; + localmainnet_originMessage?: Maybe; + localmainnet_originMessages: Array; + localmainnet_aggregateRoot?: Maybe; + localmainnet_aggregateRoots: Array; + localmainnet_connectorMeta?: Maybe; + localmainnet_connectorMetas: Array; + localmainnet_rootCount?: Maybe; + localmainnet_rootCounts: Array; + localmainnet_rootMessageSent?: Maybe; + localmainnet_rootMessageSents: Array; + localmainnet_relayerFeesIncrease?: Maybe; + localmainnet_relayerFeesIncreases: Array; + localmainnet_slippageUpdate?: Maybe; + localmainnet_slippageUpdates: Array; + localmainnet_snapshotRoot?: Maybe; + localmainnet_snapshotRoots: Array; + localmainnet_spokeConnectorMode?: Maybe; + localmainnet_spokeConnectorModes: Array; + localmainnet_aggregateRootProposed?: Maybe; + localmainnet_aggregateRootProposeds: Array; + localmainnet_optimisticRootFinalized?: Maybe; + localmainnet_optimisticRootFinalizeds: Array; + localarbitrumone_asset?: Maybe; + localarbitrumone_assets: Array; + localarbitrumone_assetStatus?: Maybe; + localarbitrumone_assetStatuses: Array; + localarbitrumone_assetBalance?: Maybe; + localarbitrumone_assetBalances: Array; + localarbitrumone_router?: Maybe; + localarbitrumone_routers: Array; + localarbitrumone_routerDailyTVL?: Maybe; + localarbitrumone_routerDailyTVLs: Array; + localarbitrumone_routerLiquidityEvent?: Maybe; + localarbitrumone_routerLiquidityEvents: Array; + localarbitrumone_setting?: Maybe; + localarbitrumone_settings: Array; + localarbitrumone_relayer?: Maybe; + localarbitrumone_relayers: Array; + localarbitrumone_sequencer?: Maybe; + localarbitrumone_sequencers: Array; + localarbitrumone_relayerFee?: Maybe; + localarbitrumone_relayerFees: Array; + localarbitrumone_originTransfer?: Maybe; + localarbitrumone_originTransfers: Array; + localarbitrumone_destinationTransfer?: Maybe; + localarbitrumone_destinationTransfers: Array; + localarbitrumone_originMessage?: Maybe; + localarbitrumone_originMessages: Array; + localarbitrumone_aggregateRoot?: Maybe; + localarbitrumone_aggregateRoots: Array; + localarbitrumone_connectorMeta?: Maybe; + localarbitrumone_connectorMetas: Array; + localarbitrumone_rootCount?: Maybe; + localarbitrumone_rootCounts: Array; + localarbitrumone_rootMessageSent?: Maybe; + localarbitrumone_rootMessageSents: Array; + localarbitrumone_relayerFeesIncrease?: Maybe; + localarbitrumone_relayerFeesIncreases: Array; + localarbitrumone_slippageUpdate?: Maybe; + localarbitrumone_slippageUpdates: Array; + localarbitrumone_snapshotRoot?: Maybe; + localarbitrumone_snapshotRoots: Array; + localarbitrumone_spokeConnectorMode?: Maybe; + localarbitrumone_spokeConnectorModes: Array; + localarbitrumone_aggregateRootProposed?: Maybe; + localarbitrumone_aggregateRootProposeds: Array; + localarbitrumone_optimisticRootFinalized?: Maybe; + localarbitrumone_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + localarbitrumone__meta?: Maybe; + 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; + 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; stagingmainnet_asset?: Maybe; stagingmainnet_assets: Array; stagingmainnet_assetStatus?: Maybe; @@ -29629,8 +30431,198 @@ export type Subscription = { stagingmainnet_aggregateRootProposeds: Array; stagingmainnet_optimisticRootFinalized?: Maybe; stagingmainnet_optimisticRootFinalizeds: Array; + stagingpolygon_asset?: Maybe; + stagingpolygon_assets: Array; + stagingpolygon_assetStatus?: Maybe; + stagingpolygon_assetStatuses: Array; + stagingpolygon_assetBalance?: Maybe; + stagingpolygon_assetBalances: Array; + stagingpolygon_router?: Maybe; + stagingpolygon_routers: Array; + stagingpolygon_routerDailyTVL?: Maybe; + stagingpolygon_routerDailyTVLs: Array; + stagingpolygon_routerLiquidityEvent?: Maybe; + stagingpolygon_routerLiquidityEvents: Array; + stagingpolygon_setting?: Maybe; + stagingpolygon_settings: Array; + stagingpolygon_relayer?: Maybe; + stagingpolygon_relayers: Array; + stagingpolygon_sequencer?: Maybe; + stagingpolygon_sequencers: Array; + stagingpolygon_relayerFee?: Maybe; + stagingpolygon_relayerFees: Array; + stagingpolygon_originTransfer?: Maybe; + stagingpolygon_originTransfers: Array; + stagingpolygon_destinationTransfer?: Maybe; + stagingpolygon_destinationTransfers: Array; + stagingpolygon_originMessage?: Maybe; + stagingpolygon_originMessages: Array; + stagingpolygon_aggregateRoot?: Maybe; + stagingpolygon_aggregateRoots: Array; + stagingpolygon_connectorMeta?: Maybe; + stagingpolygon_connectorMetas: Array; + stagingpolygon_rootCount?: Maybe; + stagingpolygon_rootCounts: Array; + stagingpolygon_rootMessageSent?: Maybe; + stagingpolygon_rootMessageSents: Array; + stagingpolygon_relayerFeesIncrease?: Maybe; + stagingpolygon_relayerFeesIncreases: Array; + stagingpolygon_slippageUpdate?: Maybe; + stagingpolygon_slippageUpdates: Array; + stagingpolygon_snapshotRoot?: Maybe; + stagingpolygon_snapshotRoots: Array; + stagingpolygon_spokeConnectorMode?: Maybe; + stagingpolygon_spokeConnectorModes: Array; + stagingpolygon_aggregateRootProposed?: Maybe; + stagingpolygon_aggregateRootProposeds: Array; + stagingpolygon_optimisticRootFinalized?: Maybe; + stagingpolygon_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - stagingmainnet__meta?: Maybe; + stagingpolygon__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; + 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 */ + mantle__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; stagingbnb_asset?: Maybe; stagingbnb_assets: Array; stagingbnb_assetStatus?: Maybe; @@ -29679,388 +30671,102 @@ export type Subscription = { stagingbnb_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingbnb__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; - localoptimism_asset?: Maybe; - localoptimism_assets: Array; - localoptimism_assetStatus?: Maybe; - localoptimism_assetStatuses: Array; - localoptimism_assetBalance?: Maybe; - localoptimism_assetBalances: Array; - localoptimism_router?: Maybe; - localoptimism_routers: Array; - localoptimism_routerDailyTVL?: Maybe; - localoptimism_routerDailyTVLs: Array; - localoptimism_routerLiquidityEvent?: Maybe; - localoptimism_routerLiquidityEvents: Array; - localoptimism_setting?: Maybe; - localoptimism_settings: Array; - localoptimism_relayer?: Maybe; - localoptimism_relayers: Array; - localoptimism_sequencer?: Maybe; - localoptimism_sequencers: Array; - localoptimism_relayerFee?: Maybe; - localoptimism_relayerFees: Array; - localoptimism_originTransfer?: Maybe; - localoptimism_originTransfers: Array; - localoptimism_destinationTransfer?: Maybe; - localoptimism_destinationTransfers: Array; - localoptimism_originMessage?: Maybe; - localoptimism_originMessages: Array; - localoptimism_aggregateRoot?: Maybe; - localoptimism_aggregateRoots: Array; - localoptimism_connectorMeta?: Maybe; - localoptimism_connectorMetas: Array; - localoptimism_rootCount?: Maybe; - localoptimism_rootCounts: Array; - localoptimism_rootMessageSent?: Maybe; - localoptimism_rootMessageSents: Array; - localoptimism_relayerFeesIncrease?: Maybe; - localoptimism_relayerFeesIncreases: Array; - localoptimism_slippageUpdate?: Maybe; - localoptimism_slippageUpdates: Array; - localoptimism_snapshotRoot?: Maybe; - localoptimism_snapshotRoots: Array; - localoptimism_spokeConnectorMode?: Maybe; - localoptimism_spokeConnectorModes: Array; - localoptimism_aggregateRootProposed?: Maybe; - localoptimism_aggregateRootProposeds: Array; - localoptimism_optimisticRootFinalized?: Maybe; - localoptimism_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - localoptimism__meta?: Maybe; - 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; - localmainnet_asset?: Maybe; - localmainnet_assets: Array; - localmainnet_assetStatus?: Maybe; - localmainnet_assetStatuses: Array; - localmainnet_assetBalance?: Maybe; - localmainnet_assetBalances: Array; - localmainnet_router?: Maybe; - localmainnet_routers: Array; - localmainnet_routerDailyTVL?: Maybe; - localmainnet_routerDailyTVLs: Array; - localmainnet_routerLiquidityEvent?: Maybe; - localmainnet_routerLiquidityEvents: Array; - localmainnet_setting?: Maybe; - localmainnet_settings: Array; - localmainnet_relayer?: Maybe; - localmainnet_relayers: Array; - localmainnet_sequencer?: Maybe; - localmainnet_sequencers: Array; - localmainnet_relayerFee?: Maybe; - localmainnet_relayerFees: Array; - localmainnet_originTransfer?: Maybe; - localmainnet_originTransfers: Array; - localmainnet_destinationTransfer?: Maybe; - localmainnet_destinationTransfers: Array; - localmainnet_originMessage?: Maybe; - localmainnet_originMessages: Array; - localmainnet_aggregateRoot?: Maybe; - localmainnet_aggregateRoots: Array; - localmainnet_connectorMeta?: Maybe; - localmainnet_connectorMetas: Array; - localmainnet_rootCount?: Maybe; - localmainnet_rootCounts: Array; - localmainnet_rootMessageSent?: Maybe; - localmainnet_rootMessageSents: Array; - localmainnet_relayerFeesIncrease?: Maybe; - localmainnet_relayerFeesIncreases: Array; - localmainnet_slippageUpdate?: Maybe; - localmainnet_slippageUpdates: Array; - localmainnet_snapshotRoot?: Maybe; - localmainnet_snapshotRoots: Array; - localmainnet_spokeConnectorMode?: Maybe; - localmainnet_spokeConnectorModes: Array; - localmainnet_aggregateRootProposed?: Maybe; - localmainnet_aggregateRootProposeds: Array; - localmainnet_optimisticRootFinalized?: Maybe; - localmainnet_optimisticRootFinalizeds: Array; - 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 */ - metis__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; - stagingpolygon_asset?: Maybe; - stagingpolygon_assets: Array; - stagingpolygon_assetStatus?: Maybe; - stagingpolygon_assetStatuses: Array; - stagingpolygon_assetBalance?: Maybe; - stagingpolygon_assetBalances: Array; - stagingpolygon_router?: Maybe; - stagingpolygon_routers: Array; - stagingpolygon_routerDailyTVL?: Maybe; - stagingpolygon_routerDailyTVLs: Array; - stagingpolygon_routerLiquidityEvent?: Maybe; - stagingpolygon_routerLiquidityEvents: Array; - stagingpolygon_setting?: Maybe; - stagingpolygon_settings: Array; - stagingpolygon_relayer?: Maybe; - stagingpolygon_relayers: Array; - stagingpolygon_sequencer?: Maybe; - stagingpolygon_sequencers: Array; - stagingpolygon_relayerFee?: Maybe; - stagingpolygon_relayerFees: Array; - stagingpolygon_originTransfer?: Maybe; - stagingpolygon_originTransfers: Array; - stagingpolygon_destinationTransfer?: Maybe; - stagingpolygon_destinationTransfers: Array; - stagingpolygon_originMessage?: Maybe; - stagingpolygon_originMessages: Array; - stagingpolygon_aggregateRoot?: Maybe; - stagingpolygon_aggregateRoots: Array; - stagingpolygon_connectorMeta?: Maybe; - stagingpolygon_connectorMetas: Array; - stagingpolygon_rootCount?: Maybe; - stagingpolygon_rootCounts: Array; - stagingpolygon_rootMessageSent?: Maybe; - stagingpolygon_rootMessageSents: Array; - stagingpolygon_relayerFeesIncrease?: Maybe; - stagingpolygon_relayerFeesIncreases: Array; - stagingpolygon_slippageUpdate?: Maybe; - stagingpolygon_slippageUpdates: Array; - stagingpolygon_snapshotRoot?: Maybe; - stagingpolygon_snapshotRoots: Array; - stagingpolygon_spokeConnectorMode?: Maybe; - stagingpolygon_spokeConnectorModes: Array; - stagingpolygon_aggregateRootProposed?: Maybe; - stagingpolygon_aggregateRootProposeds: Array; - stagingpolygon_optimisticRootFinalized?: Maybe; - stagingpolygon_optimisticRootFinalizeds: Array; + 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 */ - stagingpolygon__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; + stagingzksync__meta?: Maybe; + optimism_asset?: Maybe; + optimism_assets: Array; + optimism_assetStatus?: Maybe; + optimism_assetStatuses: Array; + optimism_assetBalance?: Maybe; + optimism_assetBalances: Array; + optimism_router?: Maybe; + optimism_routers: Array; + optimism_routerDailyTVL?: Maybe; + optimism_routerDailyTVLs: Array; + optimism_routerLiquidityEvent?: Maybe; + optimism_routerLiquidityEvents: Array; + optimism_setting?: Maybe; + optimism_settings: Array; + optimism_relayer?: Maybe; + optimism_relayers: Array; + optimism_sequencer?: Maybe; + optimism_sequencers: Array; + optimism_relayerFee?: Maybe; + optimism_relayerFees: Array; + optimism_originTransfer?: Maybe; + optimism_originTransfers: Array; + optimism_destinationTransfer?: Maybe; + optimism_destinationTransfers: Array; + optimism_originMessage?: Maybe; + optimism_originMessages: Array; + optimism_aggregateRoot?: Maybe; + optimism_aggregateRoots: Array; + optimism_connectorMeta?: Maybe; + optimism_connectorMetas: Array; + optimism_rootCount?: Maybe; + optimism_rootCounts: Array; + optimism_rootMessageSent?: Maybe; + optimism_rootMessageSents: Array; + optimism_relayerFeesIncrease?: Maybe; + optimism_relayerFeesIncreases: Array; + optimism_slippageUpdate?: Maybe; + optimism_slippageUpdates: Array; + optimism_snapshotRoot?: Maybe; + optimism_snapshotRoots: Array; + optimism_spokeConnectorMode?: Maybe; + optimism_spokeConnectorModes: Array; + optimism_aggregateRootProposed?: Maybe; + optimism_aggregateRootProposeds: Array; + optimism_optimisticRootFinalized?: Maybe; + optimism_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - stagingxdai__meta?: Maybe; + optimism__meta?: Maybe; stagingbase_asset?: Maybe; stagingbase_assets: Array; stagingbase_assetStatus?: Maybe; @@ -30109,294 +30815,102 @@ export type Subscription = { stagingbase_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingbase__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; - /** Access to subgraph metadata */ - arbitrumone__meta?: Maybe; - stagingmetis_asset?: Maybe; - stagingmetis_assets: Array; - stagingmetis_assetStatus?: Maybe; - stagingmetis_assetStatuses: Array; - stagingmetis_assetBalance?: Maybe; - stagingmetis_assetBalances: Array; - stagingmetis_router?: Maybe; - stagingmetis_routers: Array; - stagingmetis_routerDailyTVL?: Maybe; - stagingmetis_routerDailyTVLs: Array; - stagingmetis_routerLiquidityEvent?: Maybe; - stagingmetis_routerLiquidityEvents: Array; - stagingmetis_setting?: Maybe; - stagingmetis_settings: Array; - stagingmetis_relayer?: Maybe; - stagingmetis_relayers: Array; - stagingmetis_sequencer?: Maybe; - stagingmetis_sequencers: Array; - stagingmetis_relayerFee?: Maybe; - stagingmetis_relayerFees: Array; - stagingmetis_originTransfer?: Maybe; - stagingmetis_originTransfers: Array; - stagingmetis_destinationTransfer?: Maybe; - stagingmetis_destinationTransfers: Array; - stagingmetis_originMessage?: Maybe; - stagingmetis_originMessages: Array; - stagingmetis_aggregateRoot?: Maybe; - stagingmetis_aggregateRoots: Array; - stagingmetis_connectorMeta?: Maybe; - stagingmetis_connectorMetas: Array; - stagingmetis_rootCount?: Maybe; - stagingmetis_rootCounts: Array; - stagingmetis_rootMessageSent?: Maybe; - stagingmetis_rootMessageSents: Array; - stagingmetis_relayerFeesIncrease?: Maybe; - stagingmetis_relayerFeesIncreases: Array; - stagingmetis_slippageUpdate?: Maybe; - stagingmetis_slippageUpdates: Array; - stagingmetis_snapshotRoot?: Maybe; - stagingmetis_snapshotRoots: Array; - stagingmetis_spokeConnectorMode?: Maybe; - stagingmetis_spokeConnectorModes: Array; - stagingmetis_aggregateRootProposed?: Maybe; - stagingmetis_aggregateRootProposeds: Array; - stagingmetis_optimisticRootFinalized?: Maybe; - stagingmetis_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingmetis__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; - 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; + localoptimism_asset?: Maybe; + localoptimism_assets: Array; + localoptimism_assetStatus?: Maybe; + localoptimism_assetStatuses: Array; + localoptimism_assetBalance?: Maybe; + localoptimism_assetBalances: Array; + localoptimism_router?: Maybe; + localoptimism_routers: Array; + localoptimism_routerDailyTVL?: Maybe; + localoptimism_routerDailyTVLs: Array; + localoptimism_routerLiquidityEvent?: Maybe; + localoptimism_routerLiquidityEvents: Array; + localoptimism_setting?: Maybe; + localoptimism_settings: Array; + localoptimism_relayer?: Maybe; + localoptimism_relayers: Array; + localoptimism_sequencer?: Maybe; + localoptimism_sequencers: Array; + localoptimism_relayerFee?: Maybe; + localoptimism_relayerFees: Array; + localoptimism_originTransfer?: Maybe; + localoptimism_originTransfers: Array; + localoptimism_destinationTransfer?: Maybe; + localoptimism_destinationTransfers: Array; + localoptimism_originMessage?: Maybe; + localoptimism_originMessages: Array; + localoptimism_aggregateRoot?: Maybe; + localoptimism_aggregateRoots: Array; + localoptimism_connectorMeta?: Maybe; + localoptimism_connectorMetas: Array; + localoptimism_rootCount?: Maybe; + localoptimism_rootCounts: Array; + localoptimism_rootMessageSent?: Maybe; + localoptimism_rootMessageSents: Array; + localoptimism_relayerFeesIncrease?: Maybe; + localoptimism_relayerFeesIncreases: Array; + localoptimism_slippageUpdate?: Maybe; + localoptimism_slippageUpdates: Array; + localoptimism_snapshotRoot?: Maybe; + localoptimism_snapshotRoots: Array; + localoptimism_spokeConnectorMode?: Maybe; + localoptimism_spokeConnectorModes: Array; + localoptimism_aggregateRootProposed?: Maybe; + localoptimism_aggregateRootProposeds: Array; + localoptimism_optimisticRootFinalized?: Maybe; + localoptimism_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - stagingmantle__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; + localoptimism__meta?: Maybe; + stagingavalanche_asset?: Maybe; + stagingavalanche_assets: Array; + stagingavalanche_assetStatus?: Maybe; + stagingavalanche_assetStatuses: Array; + stagingavalanche_assetBalance?: Maybe; + stagingavalanche_assetBalances: Array; + stagingavalanche_router?: Maybe; + stagingavalanche_routers: Array; + stagingavalanche_routerDailyTVL?: Maybe; + stagingavalanche_routerDailyTVLs: Array; + stagingavalanche_routerLiquidityEvent?: Maybe; + stagingavalanche_routerLiquidityEvents: Array; + stagingavalanche_setting?: Maybe; + stagingavalanche_settings: Array; + stagingavalanche_relayer?: Maybe; + stagingavalanche_relayers: Array; + stagingavalanche_sequencer?: Maybe; + stagingavalanche_sequencers: Array; + stagingavalanche_relayerFee?: Maybe; + stagingavalanche_relayerFees: Array; + stagingavalanche_originTransfer?: Maybe; + stagingavalanche_originTransfers: Array; + stagingavalanche_destinationTransfer?: Maybe; + stagingavalanche_destinationTransfers: Array; + stagingavalanche_originMessage?: Maybe; + stagingavalanche_originMessages: Array; + stagingavalanche_aggregateRoot?: Maybe; + stagingavalanche_aggregateRoots: Array; + stagingavalanche_connectorMeta?: Maybe; + stagingavalanche_connectorMetas: Array; + stagingavalanche_rootCount?: Maybe; + stagingavalanche_rootCounts: Array; + stagingavalanche_rootMessageSent?: Maybe; + stagingavalanche_rootMessageSents: Array; + stagingavalanche_relayerFeesIncrease?: Maybe; + stagingavalanche_relayerFeesIncreases: Array; + stagingavalanche_slippageUpdate?: Maybe; + stagingavalanche_slippageUpdates: Array; + stagingavalanche_snapshotRoot?: Maybe; + stagingavalanche_snapshotRoots: Array; + stagingavalanche_spokeConnectorMode?: Maybe; + stagingavalanche_spokeConnectorModes: Array; + stagingavalanche_aggregateRootProposed?: Maybe; + stagingavalanche_aggregateRootProposeds: Array; + stagingavalanche_optimisticRootFinalized?: Maybe; + stagingavalanche_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - stagingarbitrumone__meta?: Maybe; + stagingavalanche__meta?: Maybe; stagingpolygonzkevm_asset?: Maybe; stagingpolygonzkevm_assets: Array; stagingpolygonzkevm_assetStatus?: Maybe; @@ -30445,568 +30959,54 @@ export type Subscription = { stagingpolygonzkevm_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingpolygonzkevm__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; - 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; + 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 */ - polygonzkevm__meta?: Maybe; - stagingavalanche_asset?: Maybe; - stagingavalanche_assets: Array; - stagingavalanche_assetStatus?: Maybe; - stagingavalanche_assetStatuses: Array; - stagingavalanche_assetBalance?: Maybe; - stagingavalanche_assetBalances: Array; - stagingavalanche_router?: Maybe; - stagingavalanche_routers: Array; - stagingavalanche_routerDailyTVL?: Maybe; - stagingavalanche_routerDailyTVLs: Array; - stagingavalanche_routerLiquidityEvent?: Maybe; - stagingavalanche_routerLiquidityEvents: Array; - stagingavalanche_setting?: Maybe; - stagingavalanche_settings: Array; - stagingavalanche_relayer?: Maybe; - stagingavalanche_relayers: Array; - stagingavalanche_sequencer?: Maybe; - stagingavalanche_sequencers: Array; - stagingavalanche_relayerFee?: Maybe; - stagingavalanche_relayerFees: Array; - stagingavalanche_originTransfer?: Maybe; - stagingavalanche_originTransfers: Array; - stagingavalanche_destinationTransfer?: Maybe; - stagingavalanche_destinationTransfers: Array; - stagingavalanche_originMessage?: Maybe; - stagingavalanche_originMessages: Array; - stagingavalanche_aggregateRoot?: Maybe; - stagingavalanche_aggregateRoots: Array; - stagingavalanche_connectorMeta?: Maybe; - stagingavalanche_connectorMetas: Array; - stagingavalanche_rootCount?: Maybe; - stagingavalanche_rootCounts: Array; - stagingavalanche_rootMessageSent?: Maybe; - stagingavalanche_rootMessageSents: Array; - stagingavalanche_relayerFeesIncrease?: Maybe; - stagingavalanche_relayerFeesIncreases: Array; - stagingavalanche_slippageUpdate?: Maybe; - stagingavalanche_slippageUpdates: Array; - stagingavalanche_snapshotRoot?: Maybe; - stagingavalanche_snapshotRoots: Array; - stagingavalanche_spokeConnectorMode?: Maybe; - stagingavalanche_spokeConnectorModes: Array; - stagingavalanche_aggregateRootProposed?: Maybe; - stagingavalanche_aggregateRootProposeds: Array; - stagingavalanche_optimisticRootFinalized?: Maybe; - stagingavalanche_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingavalanche__meta?: Maybe; - localarbitrumone_asset?: Maybe; - localarbitrumone_assets: Array; - localarbitrumone_assetStatus?: Maybe; - localarbitrumone_assetStatuses: Array; - localarbitrumone_assetBalance?: Maybe; - localarbitrumone_assetBalances: Array; - localarbitrumone_router?: Maybe; - localarbitrumone_routers: Array; - localarbitrumone_routerDailyTVL?: Maybe; - localarbitrumone_routerDailyTVLs: Array; - localarbitrumone_routerLiquidityEvent?: Maybe; - localarbitrumone_routerLiquidityEvents: Array; - localarbitrumone_setting?: Maybe; - localarbitrumone_settings: Array; - localarbitrumone_relayer?: Maybe; - localarbitrumone_relayers: Array; - localarbitrumone_sequencer?: Maybe; - localarbitrumone_sequencers: Array; - localarbitrumone_relayerFee?: Maybe; - localarbitrumone_relayerFees: Array; - localarbitrumone_originTransfer?: Maybe; - localarbitrumone_originTransfers: Array; - localarbitrumone_destinationTransfer?: Maybe; - localarbitrumone_destinationTransfers: Array; - localarbitrumone_originMessage?: Maybe; - localarbitrumone_originMessages: Array; - localarbitrumone_aggregateRoot?: Maybe; - localarbitrumone_aggregateRoots: Array; - localarbitrumone_connectorMeta?: Maybe; - localarbitrumone_connectorMetas: Array; - localarbitrumone_rootCount?: Maybe; - localarbitrumone_rootCounts: Array; - localarbitrumone_rootMessageSent?: Maybe; - localarbitrumone_rootMessageSents: Array; - localarbitrumone_relayerFeesIncrease?: Maybe; - localarbitrumone_relayerFeesIncreases: Array; - localarbitrumone_slippageUpdate?: Maybe; - localarbitrumone_slippageUpdates: Array; - localarbitrumone_snapshotRoot?: Maybe; - localarbitrumone_snapshotRoots: Array; - localarbitrumone_spokeConnectorMode?: Maybe; - localarbitrumone_spokeConnectorModes: Array; - localarbitrumone_aggregateRootProposed?: Maybe; - localarbitrumone_aggregateRootProposeds: Array; - localarbitrumone_optimisticRootFinalized?: Maybe; - localarbitrumone_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - localarbitrumone__meta?: Maybe; - 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 */ - mantle__meta?: Maybe; - stagingmainnet_rootAggregated?: Maybe; - stagingmainnet_rootAggregateds: Array; - stagingmainnet_rootPropagated?: Maybe; - stagingmainnet_rootPropagateds: Array; - stagingmainnet_aggregatedMessageRoot?: Maybe; - stagingmainnet_aggregatedMessageRoots: Array; - stagingmainnet_rootManagerMeta?: Maybe; - stagingmainnet_rootManagerMetas: Array; - stagingmainnet_rootManagerMode?: Maybe; - stagingmainnet_rootManagerModes: Array; - stagingmainnet_optimisticRootProposed?: Maybe; - stagingmainnet_optimisticRootProposeds: Array; - stagingmainnet_hubOptimisticRootFinalized?: Maybe; - stagingmainnet_hubOptimisticRootFinalizeds: Array; - stagingmainnet_optimisticRootPropagated?: Maybe; - stagingmainnet_optimisticRootPropagateds: Array; - stagingmainnet_polygonConnectorMeta?: Maybe; - stagingmainnet_polygonConnectorMetas: Array; - stagingmainnet_optimismConnectorMeta?: Maybe; - stagingmainnet_optimismConnectorMetas: Array; - stagingmainnet_bnbConnectorMeta?: Maybe; - stagingmainnet_bnbConnectorMetas: Array; - stagingmainnet_arbitrumConnectorMeta?: Maybe; - stagingmainnet_arbitrumConnectorMetas: Array; - stagingmainnet_gnosisConnectorMeta?: Maybe; - stagingmainnet_gnosisConnectorMetas: Array; - stagingmainnet_lineaConnectorMeta?: Maybe; - stagingmainnet_lineaConnectorMetas: Array; - stagingmainnet_metisConnectorMeta?: Maybe; - stagingmainnet_metisConnectorMetas: Array; - stagingmainnet_mantleConnectorMeta?: Maybe; - stagingmainnet_mantleConnectorMetas: Array; - stagingmainnet_avalancheConnectorMeta?: Maybe; - stagingmainnet_avalancheConnectorMetas: Array; - stagingmainnet_baseConnectorMeta?: Maybe; - stagingmainnet_baseConnectorMetas: Array; - stagingmainnet_polygonZkConnectorMeta?: Maybe; - stagingmainnet_polygonZkConnectorMetas: Array; - stagingmainnet_zkSyncConnectorMeta?: Maybe; - stagingmainnet_zkSyncConnectorMetas: Array; - stagingmainnet_modeConnectorMeta?: Maybe; - stagingmainnet_modeConnectorMetas: Array; - stagingmainnet_scrollConnectorMeta?: Maybe; - stagingmainnet_scrollConnectorMetas: Array; - stagingmainnet_rootMessageProcessed?: Maybe; - stagingmainnet_rootMessageProcesseds: Array; - stagingmainnet_aggregateRootSavedSlow?: Maybe; - stagingmainnet_aggregateRootSavedSlows: Array; - stagingmainnet_hubDomain?: Maybe; - stagingmainnet_hubDomains: 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; - bnb_asset?: Maybe; - bnb_assets: Array; - bnb_assetStatus?: Maybe; - bnb_assetStatuses: Array; - bnb_assetBalance?: Maybe; - bnb_assetBalances: Array; - bnb_router?: Maybe; - bnb_routers: Array; - bnb_routerDailyTVL?: Maybe; - bnb_routerDailyTVLs: Array; - bnb_routerLiquidityEvent?: Maybe; - bnb_routerLiquidityEvents: Array; - bnb_setting?: Maybe; - bnb_settings: Array; - bnb_relayer?: Maybe; - bnb_relayers: Array; - bnb_sequencer?: Maybe; - bnb_sequencers: Array; - bnb_relayerFee?: Maybe; - bnb_relayerFees: Array; - bnb_originTransfer?: Maybe; - bnb_originTransfers: Array; - bnb_destinationTransfer?: Maybe; - bnb_destinationTransfers: Array; - bnb_originMessage?: Maybe; - bnb_originMessages: Array; - bnb_aggregateRoot?: Maybe; - bnb_aggregateRoots: Array; - bnb_connectorMeta?: Maybe; - bnb_connectorMetas: Array; - bnb_rootCount?: Maybe; - bnb_rootCounts: Array; - bnb_rootMessageSent?: Maybe; - bnb_rootMessageSents: Array; - bnb_relayerFeesIncrease?: Maybe; - bnb_relayerFeesIncreases: Array; - bnb_slippageUpdate?: Maybe; - bnb_slippageUpdates: Array; - bnb_snapshotRoot?: Maybe; - bnb_snapshotRoots: Array; - bnb_spokeConnectorMode?: Maybe; - bnb_spokeConnectorModes: Array; - bnb_aggregateRootProposed?: Maybe; - bnb_aggregateRootProposeds: Array; - bnb_optimisticRootFinalized?: Maybe; - bnb_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - bnb__meta?: Maybe; - 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; - 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; - 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; - stagingoptimismgoerli_swap_systemInfo?: Maybe; - stagingoptimismgoerli_swap_systemInfos: Array; - stagingoptimismgoerli_swap_pooledToken?: Maybe; - stagingoptimismgoerli_swap_pooledTokens: Array; - stagingoptimismgoerli_swap_stableSwap?: Maybe; - stagingoptimismgoerli_swap_stableSwaps: Array; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; - stagingoptimismgoerli_swap_stableSwapExchanges: Array; - stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; - stagingoptimismgoerli_swap_swapDailyVolumes: Array; - stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; - stagingoptimismgoerli_swap_swapHourlyVolumes: Array; - stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; - stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; - stagingoptimismgoerli_swap_lpAccount?: Maybe; - stagingoptimismgoerli_swap_lpAccounts: Array; - stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; - stagingoptimismgoerli_swap_lpAccountBalances: Array; - stagingoptimismgoerli_swap_lpToken?: Maybe; - stagingoptimismgoerli_swap_lpTokens: Array; - stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; - stagingoptimismgoerli_swap_lpTransferEvents: Array; - stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapEvents: Array; - stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; - stagingoptimismgoerli_swap_swapTradeVolumes: Array; - stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; - stagingoptimismgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingoptimismgoerli_swap__meta?: Maybe; + metis__meta?: Maybe; x1testnet_asset?: Maybe; x1testnet_assets: Array; x1testnet_assetStatus?: Maybe; @@ -31058,173 +31058,6 @@ export type Subscription = { }; -export type Subscriptiontestoptimismgoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_sponsorVaultArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_sponsorVaultsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - export type Subscriptionstaginggoerli_rootAggregatedArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -31536,2987 +31369,2802 @@ export type Subscriptionstaginggoerli__metaArgs = { }; -export type Subscriptionoptimismgoerli_swap_systemInfoArgs = { +export type Subscriptiontestgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_systemInfosArgs = { +export type Subscriptiontestgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_pooledTokenArgs = { +export type Subscriptiontestgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_pooledTokensArgs = { +export type Subscriptiontestgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapArgs = { +export type Subscriptiontestgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapsArgs = { +export type Subscriptiontestgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptiontestgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptiontestgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptiontestgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptiontestgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptiontestgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapExchangesArgs = { +export type Subscriptiontestgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptiontestgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapDailyVolumesArgs = { +export type Subscriptiontestgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptiontestgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptiontestgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptiontestgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptiontestgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpAccountArgs = { +export type Subscriptiontestgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiontestoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpAccountsArgs = { +export type Subscriptiontestoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptiontestoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpAccountBalancesArgs = { +export type Subscriptiontestoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokenArgs = { +export type Subscriptiontestoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokensArgs = { +export type Subscriptiontestoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTransferEventArgs = { +export type Subscriptiontestoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTransferEventsArgs = { +export type Subscriptiontestoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapEventArgs = { +export type Subscriptiontestoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapEventsArgs = { +export type Subscriptiontestoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptiontestoptimismgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Subscriptiontestoptimismgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokenEventArgs = { +export type Subscriptiontestoptimismgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokenEventsArgs = { +export type Subscriptiontestoptimismgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionzksync_swap_systemInfoArgs = { +export type Subscriptiontestoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_systemInfosArgs = { +export type Subscriptiontestoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_pooledTokenArgs = { +export type Subscriptiontestoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_pooledTokensArgs = { +export type Subscriptiontestoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapArgs = { +export type Subscriptiontestoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapExchangesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapDailyVolumesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapHourlyVolumesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountBalancesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokenArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokensArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTransferEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTransferEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapTradeVolumesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokenEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokenEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_swap_systemInfoArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_systemInfosArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_pooledTokenArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_pooledTokensArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapArgs = { +export type Subscriptionstagingoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapsArgs = { +export type Subscriptionmumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionmumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionmumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapExchangeArgs = { +export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapExchangesArgs = { +export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapDailyVolumeArgs = { +export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapDailyVolumesArgs = { +export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { +export type Subscriptionmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { +export type Subscriptionmumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { +export type Subscriptionmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { +export type Subscriptionmumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountArgs = { +export type Subscriptionmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountsArgs = { +export type Subscriptionmumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountBalanceArgs = { +export type Subscriptionmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountBalancesArgs = { +export type Subscriptionmumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenArgs = { +export type Subscriptionmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokensArgs = { +export type Subscriptionmumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTransferEventArgs = { +export type Subscriptionmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTransferEventsArgs = { +export type Subscriptionmumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapEventArgs = { +export type Subscriptionmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapEventsArgs = { +export type Subscriptionmumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapTradeVolumeArgs = { +export type Subscriptionmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapTradeVolumesArgs = { +export type Subscriptionmumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenEventArgs = { +export type Subscriptionmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenEventsArgs = { +export type Subscriptionmumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_swap_systemInfoArgs = { +export type Subscriptionmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_systemInfosArgs = { +export type Subscriptionmumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokenArgs = { +export type Subscriptionmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokensArgs = { +export type Subscriptionmumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapArgs = { +export type Subscriptionmumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapsArgs = { +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 Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionlinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionlinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionbnb_swap_stableSwapExchangeArgs = { +export type Subscriptionlinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapExchangesArgs = { +export type Subscriptionlinea_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumeArgs = { +export type Subscriptionlinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumesArgs = { +export type Subscriptionlinea_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { +export type Subscriptionlinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { +export type Subscriptionlinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { +export type Subscriptionlinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { +export type Subscriptionlinea_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountArgs = { +export type Subscriptionlinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountsArgs = { +export type Subscriptionlinea_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalanceArgs = { +export type Subscriptionlinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalancesArgs = { +export type Subscriptionlinea_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenArgs = { +export type Subscriptionlinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokensArgs = { +export type Subscriptionlinea_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventArgs = { +export type Subscriptionlinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventsArgs = { +export type Subscriptionlinea_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventArgs = { +export type Subscriptionlinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventsArgs = { +export type Subscriptionlinea_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapTradeVolumeArgs = { +export type Subscriptionlinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapTradeVolumesArgs = { +export type Subscriptionlinea_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenEventArgs = { +export type Subscriptionlinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenEventsArgs = { +export type Subscriptionlinea_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmode_swap_systemInfoArgs = { +export type Subscriptionlinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_systemInfosArgs = { +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 Subscriptionmode_swap_pooledTokenArgs = { +export type Subscriptionlinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_pooledTokensArgs = { +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 Subscriptionmode_swap_stableSwapArgs = { +export type Subscriptionlinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapsArgs = { +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 Subscriptionmode_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionlinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionmode_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionlinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionmode_swap_stableSwapExchangeArgs = { +export type Subscriptionlinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapExchangesArgs = { +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 Subscriptionmode_swap_swapDailyVolumeArgs = { +export type Subscriptionlinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapDailyVolumesArgs = { +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 Subscriptionmode_swap_swapHourlyVolumeArgs = { +export type Subscriptionlinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapHourlyVolumesArgs = { +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 Subscriptionmode_swap_swapWeeklyVolumeArgs = { +export type Subscriptionlinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapWeeklyVolumesArgs = { +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 Subscriptionmode_swap_lpAccountArgs = { +export type Subscriptionlinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpAccountsArgs = { +export type Subscriptionxdai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpAccountBalanceArgs = { +export type Subscriptionxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpAccountBalancesArgs = { +export type Subscriptionxdai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTokenArgs = { +export type Subscriptionxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTokensArgs = { +export type Subscriptionxdai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTransferEventArgs = { +export type Subscriptionxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTransferEventsArgs = { +export type Subscriptionxdai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapEventArgs = { +export type Subscriptionxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapEventsArgs = { +export type Subscriptionxdai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapTradeVolumeArgs = { +export type Subscriptionxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapTradeVolumesArgs = { +export type Subscriptionxdai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTokenEventArgs = { +export type Subscriptionxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTokenEventsArgs = { +export type Subscriptionxdai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocalmainnet_rootAggregatedArgs = { +export type Subscriptionxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootAggregatedsArgs = { +export type Subscriptionxdai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootPropagatedArgs = { +export type Subscriptionxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootPropagatedsArgs = { +export type Subscriptionxdai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregatedMessageRootArgs = { +export type Subscriptionxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregatedMessageRootsArgs = { +export type Subscriptionxdai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerMetaArgs = { +export type Subscriptionxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerMetasArgs = { +export type Subscriptionxdai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerModeArgs = { +export type Subscriptionxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerModesArgs = { +export type Subscriptionxdai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootProposedArgs = { +export type Subscriptionxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootProposedsArgs = { +export type Subscriptionxdai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedsArgs = { +export type Subscriptionxdai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootPropagatedsArgs = { +export type Subscriptionxdai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_polygonConnectorMetaArgs = { +export type Subscriptionxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_polygonConnectorMetasArgs = { +export type Subscriptionxdai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimismConnectorMetaArgs = { +export type Subscriptionxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimismConnectorMetasArgs = { +export type Subscriptionxdai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_bnbConnectorMetaArgs = { +export type Subscriptionxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_bnbConnectorMetasArgs = { +export type Subscriptionxdai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_arbitrumConnectorMetasArgs = { +export type Subscriptionxdai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionxdai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_gnosisConnectorMetasArgs = { +export type Subscriptionxdai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionxdai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_zkSyncConnectorMetasArgs = { +export type Subscriptionxdai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageProcessedArgs = { +export type Subscriptionxdai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageProcessedsArgs = { +export type Subscriptionxdai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionxdai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootSavedSlowsArgs = { +export type Subscriptionxdai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubDomainArgs = { +export type Subscriptionxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubDomainsArgs = { +export type Subscriptionoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlineagoerli_assetArgs = { +export type Subscriptionoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetsArgs = { +export type Subscriptionoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetStatusArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetStatusesArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetBalanceArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetBalancesArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlineagoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originMessageArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originMessagesArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_aggregateRootArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_aggregateRootsArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_connectorMetaArgs = { +export type Subscriptionoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_connectorMetasArgs = { +export type Subscriptionoptimismgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootCountArgs = { +export type Subscriptionoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootCountsArgs = { +export type Subscriptionoptimismgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootMessageSentArgs = { +export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootMessageSentsArgs = { +export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeesIncreaseArgs = { +export type Subscriptionoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeesIncreasesArgs = { +export type Subscriptionoptimismgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_slippageUpdateArgs = { +export type Subscriptionoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_slippageUpdatesArgs = { +export type Subscriptionoptimismgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxdai_swap_systemInfoArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_systemInfosArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_pooledTokenArgs = { +export type Subscriptionoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_pooledTokensArgs = { +export type Subscriptionoptimismgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapsArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionoptimismgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscriptionoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionxdai_swap_swapDailyVolumeArgs = { +export type Subscriptionbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapDailyVolumesArgs = { +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 Subscriptionxdai_swap_swapHourlyVolumeArgs = { +export type Subscriptionbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapHourlyVolumesArgs = { +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 Subscriptionxdai_swap_swapWeeklyVolumeArgs = { +export type Subscriptionbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapWeeklyVolumesArgs = { +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 Subscriptionxdai_swap_lpAccountArgs = { +export type Subscriptionbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountsArgs = { +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 Subscriptionxdai_swap_lpAccountBalanceArgs = { +export type Subscriptionbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountBalancesArgs = { +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 Subscriptionxdai_swap_lpTokenArgs = { +export type Subscriptionbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokensArgs = { +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 Subscriptionxdai_swap_lpTransferEventArgs = { +export type Subscriptionbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTransferEventsArgs = { +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 Subscriptionxdai_swap_stableSwapEventArgs = { +export type Subscriptionbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapEventsArgs = { +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 Subscriptionxdai_swap_swapTradeVolumeArgs = { +export type Subscriptionbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapTradeVolumesArgs = { +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 Subscriptionxdai_swap_lpTokenEventArgs = { +export type Subscriptionbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokenEventsArgs = { +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 Subscriptionxdai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginggoerli_swap_systemInfoArgs = { +export type Subscriptionbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_systemInfosArgs = { +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 Subscriptionstaginggoerli_swap_pooledTokenArgs = { +export type Subscriptionbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_pooledTokensArgs = { +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 Subscriptionstaginggoerli_swap_stableSwapArgs = { +export type Subscriptionbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapsArgs = { +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 Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionstaginggoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapExchangesArgs = { +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 Subscriptionstaginggoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapDailyVolumesArgs = { +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 Subscriptionstaginggoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapHourlyVolumesArgs = { +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 Subscriptionstaginggoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapWeeklyVolumesArgs = { +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 Subscriptionstaginggoerli_swap_lpAccountArgs = { +export type Subscriptionbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountsArgs = { +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 Subscriptionstaginggoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountBalancesArgs = { +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 Subscriptionstaginggoerli_swap_lpTokenArgs = { +export type Subscriptionbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokensArgs = { +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 Subscriptionstaginggoerli_swap_lpTransferEventArgs = { +export type Subscriptionbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTransferEventsArgs = { +export type Subscriptionbnb_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscriptionbnb__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstaginggoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionlineagoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionlineagoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokenEventArgs = { +export type Subscriptionlineagoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokenEventsArgs = { +export type Subscriptionlineagoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumone_swap_systemInfoArgs = { +export type Subscriptionlineagoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_systemInfosArgs = { +export type Subscriptionlineagoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_pooledTokenArgs = { +export type Subscriptionlineagoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_pooledTokensArgs = { +export type Subscriptionlineagoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapArgs = { +export type Subscriptionlineagoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapsArgs = { +export type Subscriptionlineagoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionlineagoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionlineagoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionlineagoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionlineagoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { +export type Subscriptionlineagoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { +export type Subscriptionlineagoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { +export type Subscriptionlineagoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { +export type Subscriptionlineagoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { +export type Subscriptionlineagoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { +export type Subscriptionlineagoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Subscriptionlineagoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { +export type Subscriptionlineagoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountArgs = { +export type Subscriptionlineagoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountsArgs = { +export type Subscriptionlineagoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { +export type Subscriptionlineagoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { +export type Subscriptionlineagoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenArgs = { +export type Subscriptionlineagoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokensArgs = { +export type Subscriptionlineagoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { +export type Subscriptionlineagoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { +export type Subscriptionlineagoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { +export type Subscriptionlineagoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { +export type Subscriptionlineagoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { +export type Subscriptionlineagoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { +export type Subscriptionlineagoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { +export type Subscriptionlineagoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { +export type Subscriptionlineagoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionlineagoerli__metaArgs = { + block?: InputMaybe; }; @@ -34813,6180 +34461,5799 @@ export type Subscriptionoptimism_swap__metaArgs = { }; -export type Subscriptionpolygon_swap_systemInfoArgs = { +export type Subscriptionstagingmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_systemInfosArgs = { +export type Subscriptionstagingmumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_pooledTokenArgs = { +export type Subscriptionstagingmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_pooledTokensArgs = { +export type Subscriptionstagingmumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapsArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { +export type Subscriptionstagingmumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { +export type Subscriptionstagingmumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstagingmumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountsArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokensArgs = { +export type Subscriptionstagingmumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTransferEventArgs = { +export type Subscriptionstagingmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTransferEventsArgs = { +export type Subscriptionstagingmumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapEventArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapEventsArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { +export type Subscriptionstagingmumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenEventArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenEventsArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingmumbai_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptiongoerli_rootAggregatedArgs = { +export type Subscriptiongoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootAggregatedsArgs = { +export type Subscriptiongoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootPropagatedArgs = { +export type Subscriptiongoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootPropagatedsArgs = { +export type Subscriptiongoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregatedMessageRootArgs = { +export type Subscriptiongoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregatedMessageRootsArgs = { +export type Subscriptiongoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootManagerMetaArgs = { +export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootManagerMetasArgs = { +export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootManagerModeArgs = { +export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootManagerModesArgs = { +export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimisticRootProposedArgs = { +export type Subscriptiongoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimisticRootProposedsArgs = { +export type Subscriptiongoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_hubOptimisticRootFinalizedArgs = { +export type Subscriptiongoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_hubOptimisticRootFinalizedsArgs = { +export type Subscriptiongoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimisticRootPropagatedArgs = { +export type Subscriptiongoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimisticRootPropagatedsArgs = { +export type Subscriptiongoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_polygonConnectorMetaArgs = { +export type Subscriptiongoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_polygonConnectorMetasArgs = { +export type Subscriptiongoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimismConnectorMetaArgs = { +export type Subscriptiongoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimismConnectorMetasArgs = { +export type Subscriptiongoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_bnbConnectorMetaArgs = { +export type Subscriptiongoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_bnbConnectorMetasArgs = { +export type Subscriptiongoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_arbitrumConnectorMetaArgs = { +export type Subscriptiongoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_arbitrumConnectorMetasArgs = { +export type Subscriptiongoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_gnosisConnectorMetaArgs = { +export type Subscriptiongoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_gnosisConnectorMetasArgs = { +export type Subscriptiongoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_zkSyncConnectorMetaArgs = { +export type Subscriptiongoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_zkSyncConnectorMetasArgs = { +export type Subscriptiongoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_lineaConnectorMetaArgs = { +export type Subscriptiongoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_lineaConnectorMetasArgs = { +export type Subscriptiongoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_baseConnectorMetaArgs = { +export type Subscriptiongoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_baseConnectorMetasArgs = { +export type Subscriptiongoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_x1ConnectorMetaArgs = { +export type Subscriptiongoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygon_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_x1ConnectorMetasArgs = { +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 Subscriptiongoerli_rootMessageProcessedArgs = { +export type Subscriptionpolygon_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootMessageProcessedsArgs = { +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 Subscriptiongoerli_aggregateRootSavedSlowArgs = { +export type Subscriptionpolygon_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootSavedSlowsArgs = { +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 Subscriptiongoerli_hubDomainArgs = { +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_hubDomainsArgs = { +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 Subscriptiongoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmetis_swap_systemInfoArgs = { +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_systemInfosArgs = { +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 Subscriptionmetis_swap_pooledTokenArgs = { +export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_pooledTokensArgs = { +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 Subscriptionmetis_swap_stableSwapArgs = { +export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapsArgs = { +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 Subscriptionmetis_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionmetis_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionmetis_swap_stableSwapExchangeArgs = { +export type Subscriptionpolygon_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapExchangesArgs = { +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 Subscriptionmetis_swap_swapDailyVolumeArgs = { +export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapDailyVolumesArgs = { +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 Subscriptionmetis_swap_swapHourlyVolumeArgs = { +export type Subscriptionpolygon_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapHourlyVolumesArgs = { +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 Subscriptionmetis_swap_swapWeeklyVolumeArgs = { +export type Subscriptionpolygon_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapWeeklyVolumesArgs = { +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 Subscriptionmetis_swap_lpAccountArgs = { +export type Subscriptionpolygon_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpAccountsArgs = { +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 Subscriptionmetis_swap_lpAccountBalanceArgs = { +export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpAccountBalancesArgs = { +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 Subscriptionmetis_swap_lpTokenArgs = { +export type Subscriptionpolygon_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTokensArgs = { +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 Subscriptionmetis_swap_lpTransferEventArgs = { +export type Subscriptionpolygon_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTransferEventsArgs = { +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 Subscriptionmetis_swap_stableSwapEventArgs = { +export type Subscriptionstagingmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapEventsArgs = { +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 Subscriptionmetis_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapTradeVolumesArgs = { +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 Subscriptionmetis_swap_lpTokenEventArgs = { +export type Subscriptionstagingmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTokenEventsArgs = { +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 Subscriptionmetis_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmumbai_swap_systemInfoArgs = { +export type Subscriptionstagingmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_systemInfosArgs = { +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 Subscriptionstagingmumbai_swap_pooledTokenArgs = { +export type Subscriptionstagingmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_pooledTokensArgs = { +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 Subscriptionstagingmumbai_swap_stableSwapArgs = { +export type Subscriptionstagingmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapsArgs = { +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 Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionstagingmumbai_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapExchangesArgs = { +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 Subscriptionstagingmumbai_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapDailyVolumesArgs = { +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 Subscriptionstagingmumbai_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapHourlyVolumesArgs = { +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 Subscriptionstagingmumbai_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapWeeklyVolumesArgs = { +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 Subscriptionstagingmumbai_swap_lpAccountArgs = { +export type Subscriptionstagingmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountsArgs = { +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 Subscriptionstagingmumbai_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountBalancesArgs = { +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 Subscriptionstagingmumbai_swap_lpTokenArgs = { +export type Subscriptionstagingmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokensArgs = { +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 Subscriptionstagingmumbai_swap_lpTransferEventArgs = { +export type Subscriptionstagingmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTransferEventsArgs = { +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 Subscriptionstagingmumbai_swap_stableSwapEventArgs = { +export type Subscriptionstagingmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapEventsArgs = { +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 Subscriptionstagingmumbai_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapTradeVolumesArgs = { +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 Subscriptionstagingmumbai_swap_lpTokenEventArgs = { +export type Subscriptionstagingmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokenEventsArgs = { +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 Subscriptionstagingmumbai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmumbai_swap_systemInfoArgs = { +export type Subscriptionstagingmainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_systemInfosArgs = { +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 Subscriptionmumbai_swap_pooledTokenArgs = { +export type Subscriptionstagingmainnet_scrollConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_pooledTokensArgs = { +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 Subscriptionmumbai_swap_stableSwapArgs = { +export type Subscriptionstagingmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapsArgs = { +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 Subscriptionmumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionmumbai_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmode_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapExchangesArgs = { +export type Subscriptionmode_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapDailyVolumeArgs = { +export type Subscriptionmode_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapDailyVolumesArgs = { +export type Subscriptionmode_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapHourlyVolumeArgs = { +export type Subscriptionmode_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapHourlyVolumesArgs = { +export type Subscriptionmode_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapWeeklyVolumeArgs = { +export type Subscriptionmode_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapWeeklyVolumesArgs = { +export type Subscriptionmode_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountArgs = { +export type Subscriptionmode_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountsArgs = { +export type Subscriptionmode_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountBalanceArgs = { +export type Subscriptionmode_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountBalancesArgs = { +export type Subscriptionmode_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokenArgs = { +export type Subscriptionmode_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokensArgs = { +export type Subscriptionmode_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTransferEventArgs = { +export type Subscriptionmode_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTransferEventsArgs = { +export type Subscriptionmode_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapEventArgs = { +export type Subscriptionmode_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapEventsArgs = { +export type Subscriptionmode_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapTradeVolumeArgs = { +export type Subscriptionmode_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapTradeVolumesArgs = { +export type Subscriptionmode_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokenEventArgs = { +export type Subscriptionmode_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokenEventsArgs = { +export type Subscriptionmode_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbase_swap_systemInfoArgs = { +export type Subscriptionmode_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_systemInfosArgs = { +export type Subscriptionmode_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_pooledTokenArgs = { +export type Subscriptionmode_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_pooledTokensArgs = { +export type Subscriptionmode_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapArgs = { +export type Subscriptionmode_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapsArgs = { +export type Subscriptionmode_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionmode_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionmode_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionmode_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionmode_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapExchangeArgs = { +export type Subscriptionmode_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapExchangesArgs = { +export type Subscriptiongoerli_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapDailyVolumeArgs = { +export type Subscriptiongoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapDailyVolumesArgs = { +export type Subscriptiongoerli_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapHourlyVolumeArgs = { +export type Subscriptiongoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapHourlyVolumesArgs = { +export type Subscriptiongoerli_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapWeeklyVolumeArgs = { +export type Subscriptiongoerli_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapWeeklyVolumesArgs = { +export type Subscriptiongoerli_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 Subscriptionbase_swap_lpAccountArgs = { +export type Subscriptiongoerli_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpAccountsArgs = { +export type Subscriptiongoerli_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 Subscriptionbase_swap_lpAccountBalanceArgs = { +export type Subscriptiongoerli_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpAccountBalancesArgs = { +export type Subscriptiongoerli_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 Subscriptionbase_swap_lpTokenArgs = { +export type Subscriptiongoerli_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTokensArgs = { +export type Subscriptiongoerli_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 Subscriptionbase_swap_lpTransferEventArgs = { +export type Subscriptiongoerli_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTransferEventsArgs = { +export type Subscriptiongoerli_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 Subscriptionbase_swap_stableSwapEventArgs = { +export type Subscriptiongoerli_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapEventsArgs = { +export type Subscriptiongoerli_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 Subscriptionbase_swap_swapTradeVolumeArgs = { +export type Subscriptiongoerli_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapTradeVolumesArgs = { +export type Subscriptiongoerli_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 Subscriptionbase_swap_lpTokenEventArgs = { +export type Subscriptiongoerli_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTokenEventsArgs = { +export type Subscriptiongoerli_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 Subscriptionbase_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiongoerli_swap_systemInfoArgs = { +export type Subscriptiongoerli_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_systemInfosArgs = { +export type Subscriptiongoerli_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 Subscriptiongoerli_swap_pooledTokenArgs = { +export type Subscriptiongoerli_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_pooledTokensArgs = { +export type Subscriptiongoerli_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 Subscriptiongoerli_swap_stableSwapArgs = { +export type Subscriptiongoerli_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapsArgs = { +export type Subscriptiongoerli_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 Subscriptiongoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptiongoerli_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptiongoerli_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 Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptiongoerli_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptiongoerli_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 Subscriptiongoerli_swap_stableSwapExchangeArgs = { +export type Subscriptiongoerli_x1ConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapExchangesArgs = { +export type Subscriptiongoerli_x1ConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapDailyVolumeArgs = { +export type Subscriptiongoerli_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapDailyVolumesArgs = { +export type Subscriptiongoerli_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 Subscriptiongoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptiongoerli_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptiongoerli_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 Subscriptiongoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptiongoerli_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptiongoerli_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 Subscriptiongoerli_swap_lpAccountArgs = { +export type Subscriptiongoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmetis_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpAccountsArgs = { +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 Subscriptiongoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionmetis_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpAccountBalancesArgs = { +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 Subscriptiongoerli_swap_lpTokenArgs = { +export type Subscriptionmetis_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTokensArgs = { +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 Subscriptiongoerli_swap_lpTransferEventArgs = { +export type Subscriptionmetis_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTransferEventsArgs = { +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 Subscriptiongoerli_swap_stableSwapEventArgs = { +export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapEventsArgs = { +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 Subscriptiongoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionmetis_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapTradeVolumesArgs = { +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 Subscriptiongoerli_swap_lpTokenEventArgs = { +export type Subscriptionmetis_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTokenEventsArgs = { +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 Subscriptiongoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionavalanche_swap_systemInfoArgs = { +export type Subscriptionmetis_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_systemInfosArgs = { +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 Subscriptionavalanche_swap_pooledTokenArgs = { +export type Subscriptionmetis_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_pooledTokensArgs = { +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 Subscriptionavalanche_swap_stableSwapArgs = { +export type Subscriptionmetis_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_stableSwapsArgs = { +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 Subscriptionavalanche_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionmetis_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionmetis_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionavalanche_swap_stableSwapExchangeArgs = { +export type Subscriptionmetis_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_stableSwapExchangesArgs = { +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 Subscriptionavalanche_swap_swapDailyVolumeArgs = { +export type Subscriptionmetis_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_swapDailyVolumesArgs = { +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 Subscriptionavalanche_swap_swapHourlyVolumeArgs = { +export type Subscriptionmetis_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_swapHourlyVolumesArgs = { +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 Subscriptionavalanche_swap_swapWeeklyVolumeArgs = { +export type Subscriptionmetis_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_swapWeeklyVolumesArgs = { +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 Subscriptionavalanche_swap_lpAccountArgs = { +export type Subscriptionmetis_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionzksync_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_lpAccountsArgs = { +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 Subscriptionavalanche_swap_lpAccountBalanceArgs = { +export type Subscriptionzksync_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_lpAccountBalancesArgs = { +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 Subscriptionavalanche_swap_lpTokenArgs = { +export type Subscriptionzksync_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_lpTokensArgs = { +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 Subscriptionavalanche_swap_lpTransferEventArgs = { +export type Subscriptionzksync_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_lpTransferEventsArgs = { +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 Subscriptionavalanche_swap_stableSwapEventArgs = { +export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_stableSwapEventsArgs = { +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 Subscriptionavalanche_swap_swapTradeVolumeArgs = { +export type Subscriptionzksync_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_swapTradeVolumesArgs = { +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 Subscriptionavalanche_swap_lpTokenEventArgs = { +export type Subscriptionzksync_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_swap_lpTokenEventsArgs = { +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 Subscriptionavalanche_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimismgoerli_assetArgs = { +export type Subscriptionzksync_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetsArgs = { +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 Subscriptionoptimismgoerli_assetStatusArgs = { +export type Subscriptionzksync_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetStatusesArgs = { +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 Subscriptionoptimismgoerli_assetBalanceArgs = { +export type Subscriptionzksync_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetBalancesArgs = { +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 Subscriptionoptimismgoerli_routerArgs = { +export type Subscriptionzksync_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routersArgs = { +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 Subscriptionoptimismgoerli_routerDailyTVLArgs = { +export type Subscriptionzksync_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerDailyTVLsArgs = { +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 Subscriptionoptimismgoerli_routerLiquidityEventArgs = { +export type Subscriptionzksync_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerLiquidityEventsArgs = { +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 Subscriptionoptimismgoerli_settingArgs = { +export type Subscriptionzksync_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_settingsArgs = { +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 Subscriptionoptimismgoerli_relayerArgs = { +export type Subscriptionzksync_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayersArgs = { +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 Subscriptionoptimismgoerli_sequencerArgs = { +export type Subscriptionzksync_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_sequencersArgs = { +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 Subscriptionoptimismgoerli_relayerFeeArgs = { +export type Subscriptionzksync_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeesArgs = { +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 Subscriptionoptimismgoerli_originTransferArgs = { +export type Subscriptionbnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originTransfersArgs = { +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 Subscriptionoptimismgoerli_destinationTransferArgs = { +export type Subscriptionbnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_destinationTransfersArgs = { +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 Subscriptionoptimismgoerli_originMessageArgs = { +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originMessagesArgs = { +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 Subscriptionoptimismgoerli_aggregateRootArgs = { +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_aggregateRootsArgs = { +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 Subscriptionoptimismgoerli_connectorMetaArgs = { +export type Subscriptionbnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_connectorMetasArgs = { +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 Subscriptionoptimismgoerli_rootCountArgs = { +export type Subscriptionbnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootCountsArgs = { +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 Subscriptionoptimismgoerli_rootMessageSentArgs = { +export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootMessageSentsArgs = { +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 Subscriptionoptimismgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeesIncreasesArgs = { +export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_slippageUpdateArgs = { +export type Subscriptionbnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_slippageUpdatesArgs = { +export type Subscriptionbnb_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_snapshotRootArgs = { +export type Subscriptionbnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_snapshotRootsArgs = { +export type Subscriptionbnb_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_spokeConnectorModeArgs = { +export type Subscriptionbnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_spokeConnectorModesArgs = { +export type Subscriptionbnb_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_aggregateRootProposedArgs = { +export type Subscriptionbnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_aggregateRootProposedsArgs = { +export type Subscriptionbnb_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_optimisticRootFinalizedArgs = { +export type Subscriptionbnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_optimisticRootFinalizedsArgs = { +export type Subscriptionbnb_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiongoerli_assetArgs = { +export type Subscriptionbnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetsArgs = { +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 Subscriptiongoerli_assetStatusArgs = { +export type Subscriptionbnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetStatusesArgs = { +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 Subscriptiongoerli_assetBalanceArgs = { +export type Subscriptionbnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionavalanche_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetBalancesArgs = { +export type Subscriptionavalanche_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerArgs = { +export type Subscriptionavalanche_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routersArgs = { +export type Subscriptionavalanche_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerDailyTVLArgs = { +export type Subscriptionavalanche_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerDailyTVLsArgs = { +export type Subscriptionavalanche_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerLiquidityEventArgs = { +export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerLiquidityEventsArgs = { +export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_settingArgs = { +export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_settingsArgs = { +export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerArgs = { +export type Subscriptionavalanche_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayersArgs = { +export type Subscriptionavalanche_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_sequencerArgs = { +export type Subscriptionavalanche_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_sequencersArgs = { +export type Subscriptionavalanche_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeeArgs = { +export type Subscriptionavalanche_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesArgs = { +export type Subscriptionavalanche_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originTransferArgs = { +export type Subscriptionavalanche_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originTransfersArgs = { +export type Subscriptionavalanche_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_destinationTransferArgs = { +export type Subscriptionavalanche_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_destinationTransfersArgs = { +export type Subscriptionavalanche_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originMessageArgs = { +export type Subscriptionavalanche_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originMessagesArgs = { +export type Subscriptionavalanche_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootArgs = { +export type Subscriptionavalanche_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootsArgs = { +export type Subscriptionavalanche_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_connectorMetaArgs = { +export type Subscriptionavalanche_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_connectorMetasArgs = { +export type Subscriptionavalanche_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootCountArgs = { +export type Subscriptionavalanche_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootCountsArgs = { +export type Subscriptionavalanche_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootMessageSentArgs = { +export type Subscriptionavalanche_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootMessageSentsArgs = { +export type Subscriptionavalanche_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesIncreaseArgs = { +export type Subscriptionavalanche_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesIncreasesArgs = { +export type Subscriptionavalanche_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_slippageUpdateArgs = { +export type Subscriptionavalanche_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbase_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_slippageUpdatesArgs = { +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 Subscriptiongoerli_snapshotRootArgs = { +export type Subscriptionbase_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_snapshotRootsArgs = { +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 Subscriptiongoerli_spokeConnectorModeArgs = { +export type Subscriptionbase_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_spokeConnectorModesArgs = { +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 Subscriptiongoerli_aggregateRootProposedArgs = { +export type Subscriptionbase_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootProposedsArgs = { +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 Subscriptiongoerli_optimisticRootFinalizedArgs = { +export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingoptimismgoerli_assetArgs = { +export type Subscriptionbase_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetsArgs = { +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 Subscriptionstagingoptimismgoerli_assetStatusArgs = { +export type Subscriptionbase_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetStatusesArgs = { +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 Subscriptionstagingoptimismgoerli_assetBalanceArgs = { +export type Subscriptionbase_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetBalancesArgs = { +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 Subscriptionstagingoptimismgoerli_routerArgs = { +export type Subscriptionbase_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_routersArgs = { +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 Subscriptionstagingoptimismgoerli_routerDailyTVLArgs = { +export type Subscriptionbase_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_routerDailyTVLsArgs = { +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 Subscriptionstagingoptimismgoerli_routerLiquidityEventArgs = { +export type Subscriptionbase_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_routerLiquidityEventsArgs = { +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 Subscriptionstagingoptimismgoerli_settingArgs = { +export type Subscriptionbase_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_settingsArgs = { +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 Subscriptionstagingoptimismgoerli_relayerArgs = { +export type Subscriptionbase_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayersArgs = { +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 Subscriptionstagingoptimismgoerli_sequencerArgs = { +export type Subscriptionbase_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_sequencersArgs = { +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 Subscriptionstagingoptimismgoerli_relayerFeeArgs = { +export type Subscriptionbase_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayerFeesArgs = { +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 Subscriptionstagingoptimismgoerli_originTransferArgs = { +export type Subscriptionbase_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_originTransfersArgs = { +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 Subscriptionstagingoptimismgoerli_destinationTransferArgs = { +export type Subscriptionbase_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxdai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_destinationTransfersArgs = { +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 Subscriptionstagingoptimismgoerli_originMessageArgs = { +export type Subscriptionxdai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_originMessagesArgs = { +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 Subscriptionstagingoptimismgoerli_aggregateRootArgs = { +export type Subscriptionxdai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_aggregateRootsArgs = { +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 Subscriptionstagingoptimismgoerli_connectorMetaArgs = { +export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_connectorMetasArgs = { +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 Subscriptionstagingoptimismgoerli_rootCountArgs = { +export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_rootCountsArgs = { +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 Subscriptionstagingoptimismgoerli_rootMessageSentArgs = { +export type Subscriptionxdai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_rootMessageSentsArgs = { +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 Subscriptionstagingoptimismgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionxdai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayerFeesIncreasesArgs = { +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 Subscriptionstagingoptimismgoerli_slippageUpdateArgs = { +export type Subscriptionxdai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_slippageUpdatesArgs = { +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 Subscriptionstagingoptimismgoerli_snapshotRootArgs = { +export type Subscriptionxdai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_snapshotRootsArgs = { +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 Subscriptionstagingoptimismgoerli_spokeConnectorModeArgs = { +export type Subscriptionxdai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_spokeConnectorModesArgs = { +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 Subscriptionstagingoptimismgoerli_aggregateRootProposedArgs = { +export type Subscriptionxdai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_aggregateRootProposedsArgs = { +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 Subscriptionstagingoptimismgoerli_optimisticRootFinalizedArgs = { +export type Subscriptionxdai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmumbai_assetArgs = { +export type Subscriptionxdai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetsArgs = { +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 Subscriptionmumbai_assetStatusArgs = { +export type Subscriptionxdai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetStatusesArgs = { +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 Subscriptionmumbai_assetBalanceArgs = { +export type Subscriptionxdai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetBalancesArgs = { +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 Subscriptionmumbai_routerArgs = { +export type Subscriptionxdai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routersArgs = { +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 Subscriptionmumbai_routerDailyTVLArgs = { +export type Subscriptionxdai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerDailyTVLsArgs = { +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 Subscriptionmumbai_routerLiquidityEventArgs = { +export type Subscriptionlinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerLiquidityEventsArgs = { +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 Subscriptionmumbai_settingArgs = { +export type Subscriptionlinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_settingsArgs = { +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 Subscriptionmumbai_relayerArgs = { +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayersArgs = { +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 Subscriptionmumbai_sequencerArgs = { +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_sequencersArgs = { +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 Subscriptionmumbai_relayerFeeArgs = { +export type Subscriptionlinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeesArgs = { +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 Subscriptionmumbai_originTransferArgs = { +export type Subscriptionlinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originTransfersArgs = { +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 Subscriptionmumbai_destinationTransferArgs = { +export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_destinationTransfersArgs = { +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 Subscriptionmumbai_originMessageArgs = { +export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originMessagesArgs = { +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 Subscriptionmumbai_aggregateRootArgs = { +export type Subscriptionlinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_aggregateRootsArgs = { +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 Subscriptionmumbai_connectorMetaArgs = { +export type Subscriptionlinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_connectorMetasArgs = { +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 Subscriptionmumbai_rootCountArgs = { +export type Subscriptionlinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootCountsArgs = { +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 Subscriptionmumbai_rootMessageSentArgs = { +export type Subscriptionlinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootMessageSentsArgs = { +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 Subscriptionmumbai_relayerFeesIncreaseArgs = { +export type Subscriptionlinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeesIncreasesArgs = { +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 Subscriptionmumbai_slippageUpdateArgs = { +export type Subscriptionlinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_slippageUpdatesArgs = { +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 Subscriptionmumbai_snapshotRootArgs = { +export type Subscriptionlinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_snapshotRootsArgs = { +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 Subscriptionmumbai_spokeConnectorModeArgs = { +export type Subscriptionlinea_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_spokeConnectorModesArgs = { +export type Subscriptionarbitrumone_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_aggregateRootProposedArgs = { +export type Subscriptionarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_aggregateRootProposedsArgs = { +export type Subscriptionarbitrumone_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_optimisticRootFinalizedArgs = { +export type Subscriptionarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_optimisticRootFinalizedsArgs = { +export type Subscriptionarbitrumone_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbasegoerli_assetArgs = { +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_assetsArgs = { +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 Subscriptionbasegoerli_assetStatusArgs = { +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_assetStatusesArgs = { +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 Subscriptionbasegoerli_assetBalanceArgs = { +export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_assetBalancesArgs = { +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 Subscriptionbasegoerli_routerArgs = { +export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_routersArgs = { +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 Subscriptionbasegoerli_routerDailyTVLArgs = { +export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_routerDailyTVLsArgs = { +export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_routerLiquidityEventArgs = { +export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_routerLiquidityEventsArgs = { +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 Subscriptionbasegoerli_settingArgs = { +export type Subscriptionarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_settingsArgs = { +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 Subscriptionbasegoerli_relayerArgs = { +export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_relayersArgs = { +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 Subscriptionbasegoerli_sequencerArgs = { +export type Subscriptionarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_sequencersArgs = { +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 Subscriptionbasegoerli_relayerFeeArgs = { +export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_relayerFeesArgs = { +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 Subscriptionbasegoerli_originTransferArgs = { +export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_originTransfersArgs = { +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 Subscriptionbasegoerli_destinationTransferArgs = { +export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_destinationTransfersArgs = { +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 Subscriptionbasegoerli_originMessageArgs = { +export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_originMessagesArgs = { +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 Subscriptionbasegoerli_aggregateRootArgs = { +export type Subscriptionarbitrumone_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_aggregateRootsArgs = { +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 Subscriptionbasegoerli_connectorMetaArgs = { +export type Subscriptionmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_connectorMetasArgs = { +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 Subscriptionbasegoerli_rootCountArgs = { +export type Subscriptionmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_rootCountsArgs = { +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 Subscriptionbasegoerli_rootMessageSentArgs = { +export type Subscriptionmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_rootMessageSentsArgs = { +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 Subscriptionbasegoerli_relayerFeesIncreaseArgs = { +export type Subscriptionmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_relayerFeesIncreasesArgs = { +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 Subscriptionbasegoerli_slippageUpdateArgs = { +export type Subscriptionmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_slippageUpdatesArgs = { +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 Subscriptionbasegoerli_snapshotRootArgs = { +export type Subscriptionmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_snapshotRootsArgs = { +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 Subscriptionbasegoerli_spokeConnectorModeArgs = { +export type Subscriptionmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_spokeConnectorModesArgs = { +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 Subscriptionbasegoerli_aggregateRootProposedArgs = { +export type Subscriptionmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_aggregateRootProposedsArgs = { +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 Subscriptionbasegoerli_optimisticRootFinalizedArgs = { +export type Subscriptionmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbasegoerli_optimisticRootFinalizedsArgs = { +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 Subscriptionbasegoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmumbai_assetArgs = { +export type Subscriptionmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetsArgs = { +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 Subscriptionstagingmumbai_assetStatusArgs = { +export type Subscriptionmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetStatusesArgs = { +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 Subscriptionstagingmumbai_assetBalanceArgs = { +export type Subscriptionmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetBalancesArgs = { +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 Subscriptionstagingmumbai_routerArgs = { +export type Subscriptionmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routersArgs = { +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 Subscriptionstagingmumbai_routerDailyTVLArgs = { +export type Subscriptionmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routerDailyTVLsArgs = { +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 Subscriptionstagingmumbai_routerLiquidityEventArgs = { +export type Subscriptionmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routerLiquidityEventsArgs = { +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 Subscriptionstagingmumbai_settingArgs = { +export type Subscriptionmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_settingsArgs = { +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 Subscriptionstagingmumbai_relayerArgs = { +export type Subscriptionmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayersArgs = { +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 Subscriptionstagingmumbai_sequencerArgs = { +export type Subscriptionmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_sequencersArgs = { +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 Subscriptionstagingmumbai_relayerFeeArgs = { +export type Subscriptionmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesArgs = { +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 Subscriptionstagingmumbai_originTransferArgs = { +export type Subscriptionmainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originTransfersArgs = { +export type Subscriptionmainnet_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_destinationTransferArgs = { +export type Subscriptionmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_destinationTransfersArgs = { +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 Subscriptionstagingmumbai_originMessageArgs = { +export type Subscriptionmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originMessagesArgs = { +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 Subscriptionstagingmumbai_aggregateRootArgs = { +export type Subscriptionmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootsArgs = { +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 Subscriptionstagingmumbai_connectorMetaArgs = { +export type Subscriptionmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlocalmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_connectorMetasArgs = { +export type Subscriptionlocalmainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootCountArgs = { +export type Subscriptionlocalmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootCountsArgs = { +export type Subscriptionlocalmainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootMessageSentArgs = { +export type Subscriptionlocalmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootMessageSentsArgs = { +export type Subscriptionlocalmainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesIncreaseArgs = { +export type Subscriptionlocalmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesIncreasesArgs = { +export type Subscriptionlocalmainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_slippageUpdateArgs = { +export type Subscriptionlocalmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_slippageUpdatesArgs = { +export type Subscriptionlocalmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_snapshotRootArgs = { +export type Subscriptionlocalmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_snapshotRootsArgs = { +export type Subscriptionlocalmainnet_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 Subscriptionstagingmumbai_spokeConnectorModeArgs = { +export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_spokeConnectorModesArgs = { +export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootProposedArgs = { +export type Subscriptionlocalmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootProposedsArgs = { +export type Subscriptionlocalmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_optimisticRootFinalizedArgs = { +export type Subscriptionlocalmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_optimisticRootFinalizedsArgs = { +export type Subscriptionlocalmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygon_assetArgs = { +export type Subscriptionlocalmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetsArgs = { +export type Subscriptionlocalmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetStatusArgs = { +export type Subscriptionlocalmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetStatusesArgs = { +export type Subscriptionlocalmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetBalanceArgs = { +export type Subscriptionlocalmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetBalancesArgs = { +export type Subscriptionlocalmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerArgs = { +export type Subscriptionlocalmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routersArgs = { +export type Subscriptionlocalmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerDailyTVLArgs = { +export type Subscriptionlocalmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerDailyTVLsArgs = { +export type Subscriptionlocalmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerLiquidityEventArgs = { +export type Subscriptionlocalmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerLiquidityEventsArgs = { +export type Subscriptionlocalmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_settingArgs = { +export type Subscriptionlocalmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_settingsArgs = { +export type Subscriptionlocalmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerArgs = { +export type Subscriptionlocalmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayersArgs = { +export type Subscriptionlocalmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_sequencerArgs = { +export type Subscriptionlocalmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginggoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_sequencersArgs = { +export type Subscriptionstaginggoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeeArgs = { +export type Subscriptionstaginggoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesArgs = { +export type Subscriptionstaginggoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originTransferArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originTransfersArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_destinationTransferArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_destinationTransfersArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originMessageArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originMessagesArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_aggregateRootArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_aggregateRootsArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_connectorMetaArgs = { +export type Subscriptionstaginggoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_connectorMetasArgs = { +export type Subscriptionstaginggoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootCountArgs = { +export type Subscriptionstaginggoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootCountsArgs = { +export type Subscriptionstaginggoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootMessageSentArgs = { +export type Subscriptionstaginggoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootMessageSentsArgs = { +export type Subscriptionstaginggoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesIncreaseArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesIncreasesArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_slippageUpdateArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountBalanceArgs = { 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 Subscriptionstaginggoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootMessageSentsArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayerFeesIncreaseArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayerFeesIncreasesArgs = { +export type Subscriptionstaginggoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_slippageUpdateArgs = { +export type Subscriptionstaginggoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_slippageUpdatesArgs = { +export type Subscriptionstaginggoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_snapshotRootArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_snapshotRootsArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_spokeConnectorModeArgs = { +export type Subscriptionstaginggoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_spokeConnectorModesArgs = { +export type Subscriptionstaginggoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregateRootProposedArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregateRootProposedsArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscriptionstaginggoerli_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionoptimism_assetArgs = { +export type Subscriptionstagingoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetsArgs = { +export type Subscriptionstagingoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetStatusArgs = { +export type Subscriptionstagingoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetStatusesArgs = { +export type Subscriptionstagingoptimismgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetBalanceArgs = { +export type Subscriptionstagingoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetBalancesArgs = { +export type Subscriptionstagingoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerArgs = { +export type Subscriptionstagingoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routersArgs = { +export type Subscriptionstagingoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerDailyTVLArgs = { +export type Subscriptionstagingoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerDailyTVLsArgs = { +export type Subscriptionstagingoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerLiquidityEventsArgs = { +export type Subscriptionstagingoptimismgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_settingArgs = { +export type Subscriptionstagingoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_settingsArgs = { +export type Subscriptionstagingoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerArgs = { +export type Subscriptionstagingoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayersArgs = { +export type Subscriptionstagingoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_sequencerArgs = { +export type Subscriptionstagingoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_sequencersArgs = { +export type Subscriptionstagingoptimismgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeeArgs = { +export type Subscriptionstagingoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesArgs = { +export type Subscriptionstagingoptimismgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originTransferArgs = { +export type Subscriptionstagingoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originTransfersArgs = { +export type Subscriptionstagingoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_destinationTransferArgs = { +export type Subscriptionstagingoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_destinationTransfersArgs = { +export type Subscriptionstagingoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originMessageArgs = { +export type Subscriptionstagingoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originMessagesArgs = { +export type Subscriptionstagingoptimismgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootArgs = { +export type Subscriptionstagingoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootsArgs = { +export type Subscriptionstagingoptimismgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_connectorMetaArgs = { +export type Subscriptionstagingoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_connectorMetasArgs = { +export type Subscriptionstagingoptimismgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootCountArgs = { +export type Subscriptionstagingoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootCountsArgs = { +export type Subscriptionstagingoptimismgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootMessageSentArgs = { +export type Subscriptionstagingoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootMessageSentsArgs = { +export type Subscriptionstagingoptimismgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreaseArgs = { +export type Subscriptionstagingoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreasesArgs = { +export type Subscriptionstagingoptimismgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdateArgs = { +export type Subscriptionstagingoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdatesArgs = { +export type Subscriptionstagingoptimismgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_snapshotRootArgs = { +export type Subscriptionstagingoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_snapshotRootsArgs = { +export type Subscriptionstagingoptimismgoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_spokeConnectorModeArgs = { +export type Subscriptionstagingoptimismgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_spokeConnectorModesArgs = { +export type Subscriptionstagingoptimismgoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootProposedArgs = { +export type Subscriptionstagingoptimismgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootProposedsArgs = { +export type Subscriptionstagingoptimismgoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_optimisticRootFinalizedArgs = { +export type Subscriptionstagingoptimismgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingoptimismgoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingoptimismgoerli__metaArgs = { + block?: InputMaybe; }; @@ -41283,11077 +40550,10872 @@ export type Subscriptionmantle_swap__metaArgs = { }; -export type Subscriptionmainnet_rootAggregatedArgs = { +export type Subscriptionstagingmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootAggregatedsArgs = { +export type Subscriptionstagingmumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootPropagatedArgs = { +export type Subscriptionstagingmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootPropagatedsArgs = { +export type Subscriptionstagingmumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregatedMessageRootArgs = { +export type Subscriptionstagingmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregatedMessageRootsArgs = { +export type Subscriptionstagingmumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerMetaArgs = { +export type Subscriptionstagingmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerMetasArgs = { +export type Subscriptionstagingmumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerModeArgs = { +export type Subscriptionstagingmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerModesArgs = { +export type Subscriptionstagingmumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootProposedArgs = { +export type Subscriptionstagingmumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootProposedsArgs = { +export type Subscriptionstagingmumbai_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 Subscriptionstagingmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubOptimisticRootFinalizedsArgs = { +export type Subscriptionstagingmumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionstagingmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootPropagatedsArgs = { +export type Subscriptionstagingmumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonConnectorMetaArgs = { +export type Subscriptionstagingmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonConnectorMetasArgs = { +export type Subscriptionstagingmumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimismConnectorMetaArgs = { +export type Subscriptionstagingmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimismConnectorMetasArgs = { +export type Subscriptionstagingmumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_bnbConnectorMetaArgs = { +export type Subscriptionstagingmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_bnbConnectorMetasArgs = { +export type Subscriptionstagingmumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionstagingmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_arbitrumConnectorMetasArgs = { +export type Subscriptionstagingmumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionstagingmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_gnosisConnectorMetasArgs = { +export type Subscriptionstagingmumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_lineaConnectorMetaArgs = { +export type Subscriptionstagingmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_lineaConnectorMetasArgs = { +export type Subscriptionstagingmumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_metisConnectorMetaArgs = { +export type Subscriptionstagingmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_metisConnectorMetasArgs = { +export type Subscriptionstagingmumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_mantleConnectorMetaArgs = { +export type Subscriptionstagingmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_mantleConnectorMetasArgs = { +export type Subscriptionstagingmumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_avalancheConnectorMetaArgs = { +export type Subscriptionstagingmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_avalancheConnectorMetasArgs = { +export type Subscriptionstagingmumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_baseConnectorMetaArgs = { +export type Subscriptionstagingmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_baseConnectorMetasArgs = { +export type Subscriptionstagingmumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonZkConnectorMetaArgs = { +export type Subscriptionstagingmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonZkConnectorMetasArgs = { +export type Subscriptionstagingmumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionstagingmumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { +export type Subscriptionstagingmumbai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_modeConnectorMetaArgs = { +export type Subscriptionstagingmumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_modeConnectorMetasArgs = { +export type Subscriptionstagingmumbai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageProcessedArgs = { +export type Subscriptionstagingmumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageProcessedsArgs = { +export type Subscriptionstagingmumbai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionstagingmumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootSavedSlowsArgs = { +export type Subscriptionstagingmumbai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubDomainArgs = { +export type Subscriptionstagingmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubDomainsArgs = { +export type Subscriptionarbitrumone_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__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiontestgoerli_assetArgs = { +export type Subscriptionarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_assetsArgs = { +export type Subscriptionarbitrumone_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 Subscriptiontestgoerli_assetBalanceArgs = { +export type Subscriptionarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_assetBalancesArgs = { +export type Subscriptionarbitrumone_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 Subscriptiontestgoerli_routerArgs = { +export type Subscriptionarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_routersArgs = { +export type Subscriptionarbitrumone_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 Subscriptiontestgoerli_settingArgs = { +export type Subscriptionarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_settingsArgs = { +export type Subscriptionarbitrumone_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 Subscriptiontestgoerli_relayerArgs = { +export type Subscriptionarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_relayersArgs = { +export type Subscriptionarbitrumone_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 Subscriptiontestgoerli_stableSwapArgs = { +export type Subscriptionarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_stableSwapsArgs = { +export type Subscriptionarbitrumone_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 Subscriptiontestgoerli_sponsorVaultArgs = { +export type Subscriptionarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_sponsorVaultsArgs = { +export type Subscriptionarbitrumone_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 Subscriptiontestgoerli_originTransferArgs = { +export type Subscriptionarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_originTransfersArgs = { +export type Subscriptionarbitrumone_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 Subscriptiontestgoerli_destinationTransferArgs = { +export type Subscriptionarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_destinationTransfersArgs = { +export type Subscriptionarbitrumone_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 Subscriptiontestgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingzksync_assetArgs = { +export type Subscriptionarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetsArgs = { +export type Subscriptionarbitrumone_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_assetStatusArgs = { +export type Subscriptionarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetStatusesArgs = { +export type Subscriptionarbitrumone_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_assetBalanceArgs = { +export type Subscriptionarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetBalancesArgs = { +export type Subscriptionarbitrumone_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_routerArgs = { +export type Subscriptionarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routersArgs = { +export type Subscriptionarbitrumone_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_routerDailyTVLArgs = { +export type Subscriptionarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerDailyTVLsArgs = { +export type Subscriptionarbitrumone_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_routerLiquidityEventArgs = { +export type Subscriptionarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerLiquidityEventsArgs = { +export type Subscriptionarbitrumone_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_settingArgs = { +export type Subscriptionarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_settingsArgs = { +export type Subscriptionarbitrumone_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_relayerArgs = { +export type Subscriptionarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayersArgs = { +export type Subscriptionarbitrumone_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_sequencerArgs = { +export type Subscriptionarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_sequencersArgs = { +export type Subscriptionarbitrumone_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_relayerFeeArgs = { +export type Subscriptionarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerFeesArgs = { +export type Subscriptionarbitrumone_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_originTransferArgs = { +export type Subscriptionarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_originTransfersArgs = { +export type Subscriptionarbitrumone_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_destinationTransferArgs = { +export type Subscriptionarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_destinationTransfersArgs = { +export type Subscriptionarbitrumone_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_originMessageArgs = { +export type Subscriptionarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_originMessagesArgs = { +export type Subscriptionarbitrumone_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_aggregateRootArgs = { +export type Subscriptionarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbasegoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_aggregateRootsArgs = { +export type Subscriptionbasegoerli_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_connectorMetaArgs = { +export type Subscriptionbasegoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_connectorMetasArgs = { +export type Subscriptionbasegoerli_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_rootCountArgs = { +export type Subscriptionbasegoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootCountsArgs = { +export type Subscriptionbasegoerli_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_rootMessageSentArgs = { +export type Subscriptionbasegoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootMessageSentsArgs = { +export type Subscriptionbasegoerli_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_relayerFeesIncreaseArgs = { +export type Subscriptionbasegoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerFeesIncreasesArgs = { +export type Subscriptionbasegoerli_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_slippageUpdateArgs = { +export type Subscriptionbasegoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_slippageUpdatesArgs = { +export type Subscriptionbasegoerli_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_snapshotRootArgs = { +export type Subscriptionbasegoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_snapshotRootsArgs = { +export type Subscriptionbasegoerli_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_spokeConnectorModeArgs = { +export type Subscriptionbasegoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_spokeConnectorModesArgs = { +export type Subscriptionbasegoerli_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_aggregateRootProposedArgs = { +export type Subscriptionbasegoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_aggregateRootProposedsArgs = { +export type Subscriptionbasegoerli_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_optimisticRootFinalizedArgs = { +export type Subscriptionbasegoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_optimisticRootFinalizedsArgs = { +export type Subscriptionbasegoerli_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__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbase_assetArgs = { +export type Subscriptionbasegoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetsArgs = { +export type Subscriptionbasegoerli_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_assetStatusArgs = { +export type Subscriptionbasegoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetStatusesArgs = { +export type Subscriptionbasegoerli_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_assetBalanceArgs = { +export type Subscriptionbasegoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetBalancesArgs = { +export type Subscriptionbasegoerli_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_routerArgs = { +export type Subscriptionbasegoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routersArgs = { +export type Subscriptionbasegoerli_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_routerDailyTVLArgs = { +export type Subscriptionbasegoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routerDailyTVLsArgs = { +export type Subscriptionbasegoerli_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_routerLiquidityEventArgs = { +export type Subscriptionbasegoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routerLiquidityEventsArgs = { +export type Subscriptionbasegoerli_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_settingArgs = { +export type Subscriptionbasegoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_settingsArgs = { +export type Subscriptionbasegoerli_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_relayerArgs = { +export type Subscriptionbasegoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayersArgs = { +export type Subscriptionbasegoerli_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_sequencerArgs = { +export type Subscriptionbasegoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_sequencersArgs = { +export type Subscriptionbasegoerli_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_relayerFeeArgs = { +export type Subscriptionbasegoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayerFeesArgs = { +export type Subscriptionbasegoerli_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_originTransferArgs = { +export type Subscriptionbasegoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_originTransfersArgs = { +export type Subscriptionbasegoerli_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_destinationTransferArgs = { +export type Subscriptionbasegoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_destinationTransfersArgs = { +export type Subscriptionbasegoerli_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_originMessageArgs = { +export type Subscriptionbasegoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_originMessagesArgs = { +export type Subscriptionbasegoerli_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_aggregateRootArgs = { +export type Subscriptionbasegoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootsArgs = { +export type Subscriptionoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_connectorMetaArgs = { +export type Subscriptionoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_connectorMetasArgs = { +export type Subscriptionoptimismgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootCountArgs = { +export type Subscriptionoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootCountsArgs = { +export type Subscriptionoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootMessageSentArgs = { +export type Subscriptionoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootMessageSentsArgs = { +export type Subscriptionoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayerFeesIncreaseArgs = { +export type Subscriptionoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayerFeesIncreasesArgs = { +export type Subscriptionoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_slippageUpdateArgs = { +export type Subscriptionoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_slippageUpdatesArgs = { +export type Subscriptionoptimismgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_snapshotRootArgs = { +export type Subscriptionoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_snapshotRootsArgs = { +export type Subscriptionoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_spokeConnectorModeArgs = { +export type Subscriptionoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_spokeConnectorModesArgs = { +export type Subscriptionoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootProposedArgs = { +export type Subscriptionoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootProposedsArgs = { +export type Subscriptionoptimismgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_optimisticRootFinalizedArgs = { +export type Subscriptionoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_optimisticRootFinalizedsArgs = { +export type Subscriptionoptimismgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygonzkevm_swap_assetArgs = { +export type Subscriptionoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetsArgs = { +export type Subscriptionoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetStatusArgs = { +export type Subscriptionoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetStatusesArgs = { +export type Subscriptionoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetBalanceArgs = { +export type Subscriptionoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetBalancesArgs = { +export type Subscriptionoptimismgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routerArgs = { +export type Subscriptionoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routersArgs = { +export type Subscriptionoptimismgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routerDailyTVLArgs = { +export type Subscriptionoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routerDailyTVLsArgs = { +export type Subscriptionoptimismgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routerLiquidityEventArgs = { +export type Subscriptionoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routerLiquidityEventsArgs = { +export type Subscriptionoptimismgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_settingArgs = { +export type Subscriptionoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_settingsArgs = { +export type Subscriptionoptimismgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayerArgs = { +export type Subscriptionoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayersArgs = { +export type Subscriptionoptimismgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_sequencerArgs = { +export type Subscriptionoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_sequencersArgs = { +export type Subscriptionoptimismgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayerFeeArgs = { +export type Subscriptionoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayerFeesArgs = { +export type Subscriptionoptimismgoerli_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_originTransferArgs = { +export type Subscriptionoptimismgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_originTransfersArgs = { +export type Subscriptionoptimismgoerli_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_destinationTransferArgs = { +export type Subscriptionoptimismgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_destinationTransfersArgs = { +export type Subscriptionoptimismgoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_originMessageArgs = { +export type Subscriptionoptimismgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_originMessagesArgs = { +export type Subscriptionoptimismgoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_aggregateRootArgs = { +export type Subscriptionoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_aggregateRootsArgs = { +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 Subscriptionpolygonzkevm_swap_connectorMetaArgs = { +export type Subscriptionmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_connectorMetasArgs = { +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 Subscriptionpolygonzkevm_swap_rootCountArgs = { +export type Subscriptionmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_rootCountsArgs = { +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 Subscriptionpolygonzkevm_swap_rootMessageSentArgs = { +export type Subscriptionmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_rootMessageSentsArgs = { +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 Subscriptionpolygonzkevm_swap_relayerFeesIncreaseArgs = { +export type Subscriptionmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayerFeesIncreasesArgs = { +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 Subscriptionpolygonzkevm_swap_slippageUpdateArgs = { +export type Subscriptionmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_slippageUpdatesArgs = { +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 Subscriptionpolygonzkevm_swap_snapshotRootArgs = { +export type Subscriptionmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_snapshotRootsArgs = { +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 Subscriptionpolygonzkevm_swap_spokeConnectorModeArgs = { +export type Subscriptionmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_spokeConnectorModesArgs = { +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 Subscriptionpolygonzkevm_swap_aggregateRootProposedArgs = { +export type Subscriptionmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_aggregateRootProposedsArgs = { +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 Subscriptionpolygonzkevm_swap_optimisticRootFinalizedArgs = { +export type Subscriptionmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedsArgs = { +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 Subscriptionpolygonzkevm_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmainnet_assetArgs = { +export type Subscriptionmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetsArgs = { +export type Subscriptionmainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetStatusArgs = { +export type Subscriptionmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetStatusesArgs = { +export type Subscriptionmainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetBalanceArgs = { +export type Subscriptionmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetBalancesArgs = { +export type Subscriptionmainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerArgs = { +export type Subscriptionmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routersArgs = { +export type Subscriptionmainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerDailyTVLArgs = { +export type Subscriptionmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerDailyTVLsArgs = { +export type Subscriptionmainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerLiquidityEventArgs = { +export type Subscriptionmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerLiquidityEventsArgs = { +export type Subscriptionmainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_settingArgs = { +export type Subscriptionmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_settingsArgs = { +export type Subscriptionmainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerArgs = { +export type Subscriptionmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayersArgs = { +export type Subscriptionmainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_sequencerArgs = { +export type Subscriptionmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_sequencersArgs = { +export type Subscriptionmainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerFeeArgs = { +export type Subscriptionmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerFeesArgs = { +export type Subscriptionmainnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_originTransferArgs = { +export type Subscriptionmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_originTransfersArgs = { +export type Subscriptionmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_destinationTransferArgs = { +export type Subscriptionmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_destinationTransfersArgs = { +export type Subscriptionmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_originMessageArgs = { +export type Subscriptionmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_originMessagesArgs = { +export type Subscriptionmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootArgs = { +export type Subscriptionmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootsArgs = { +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 Subscriptionstagingmainnet_connectorMetaArgs = { +export type Subscriptionmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_connectorMetasArgs = { +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 Subscriptionstagingmainnet_rootCountArgs = { +export type Subscriptionmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootCountsArgs = { +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 Subscriptionstagingmainnet_rootMessageSentArgs = { +export type Subscriptionmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootMessageSentsArgs = { +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 Subscriptionstagingmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerFeesIncreasesArgs = { +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 Subscriptionstagingmainnet_slippageUpdateArgs = { +export type Subscriptionmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_slippageUpdatesArgs = { +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 Subscriptionstagingmainnet_snapshotRootArgs = { +export type Subscriptionmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_snapshotRootsArgs = { +export type Subscriptionmode_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_spokeConnectorModeArgs = { +export type Subscriptionmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_spokeConnectorModesArgs = { +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_aggregateRootProposedArgs = { +export type Subscriptionmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootProposedsArgs = { +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_optimisticRootFinalizedArgs = { +export type Subscriptionmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootFinalizedsArgs = { +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__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingbnb_assetArgs = { +export type Subscriptionmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetsArgs = { +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 Subscriptionstagingbnb_assetStatusArgs = { +export type Subscriptionmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetStatusesArgs = { +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 Subscriptionstagingbnb_assetBalanceArgs = { +export type Subscriptionmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetBalancesArgs = { +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 Subscriptionstagingbnb_routerArgs = { +export type Subscriptionmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routersArgs = { +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 Subscriptionstagingbnb_routerDailyTVLArgs = { +export type Subscriptionmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerDailyTVLsArgs = { +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 Subscriptionstagingbnb_routerLiquidityEventArgs = { +export type Subscriptionmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerLiquidityEventsArgs = { +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 Subscriptionstagingbnb_settingArgs = { +export type Subscriptionmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_settingsArgs = { +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 Subscriptionstagingbnb_relayerArgs = { +export type Subscriptionmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayersArgs = { +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 Subscriptionstagingbnb_sequencerArgs = { +export type Subscriptionmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_sequencersArgs = { +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 Subscriptionstagingbnb_relayerFeeArgs = { +export type Subscriptionmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayerFeesArgs = { +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 Subscriptionstagingbnb_originTransferArgs = { +export type Subscriptionmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_originTransfersArgs = { +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 Subscriptionstagingbnb_destinationTransferArgs = { +export type Subscriptionmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_destinationTransfersArgs = { +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 Subscriptionstagingbnb_originMessageArgs = { +export type Subscriptionmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_originMessagesArgs = { +export type Subscriptionmode_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootArgs = { +export type Subscriptionmode__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootsArgs = { +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 Subscriptionstagingbnb_connectorMetaArgs = { +export type Subscriptionstagingmetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_connectorMetasArgs = { +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 Subscriptionstagingbnb_rootCountArgs = { +export type Subscriptionstagingmetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_rootCountsArgs = { +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 Subscriptionstagingbnb_rootMessageSentArgs = { +export type Subscriptionstagingmetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_rootMessageSentsArgs = { +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 Subscriptionstagingbnb_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayerFeesIncreasesArgs = { +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 Subscriptionstagingbnb_slippageUpdateArgs = { +export type Subscriptionstagingmetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_slippageUpdatesArgs = { +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 Subscriptionstagingbnb_snapshotRootArgs = { +export type Subscriptionstagingmetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_snapshotRootsArgs = { +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 Subscriptionstagingbnb_spokeConnectorModeArgs = { +export type Subscriptionstagingmetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_spokeConnectorModesArgs = { +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 Subscriptionstagingbnb_aggregateRootProposedArgs = { +export type Subscriptionstagingmetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootProposedsArgs = { +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 Subscriptionstagingbnb_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingbnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingoptimism_assetArgs = { +export type Subscriptionstagingmetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetsArgs = { +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 Subscriptionstagingoptimism_assetStatusArgs = { +export type Subscriptionstagingmetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetStatusesArgs = { +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 Subscriptionstagingoptimism_assetBalanceArgs = { +export type Subscriptionstagingmetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetBalancesArgs = { +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 Subscriptionstagingoptimism_routerArgs = { +export type Subscriptionstagingmetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routersArgs = { +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 Subscriptionstagingoptimism_routerDailyTVLArgs = { +export type Subscriptionstagingmetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routerDailyTVLsArgs = { +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 Subscriptionstagingoptimism_routerLiquidityEventArgs = { +export type Subscriptionstagingmetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routerLiquidityEventsArgs = { +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 Subscriptionstagingoptimism_settingArgs = { +export type Subscriptionstagingmetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_settingsArgs = { +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 Subscriptionstagingoptimism_relayerArgs = { +export type Subscriptionstagingmetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayersArgs = { +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 Subscriptionstagingoptimism_sequencerArgs = { +export type Subscriptionstagingmetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_sequencersArgs = { +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 Subscriptionstagingoptimism_relayerFeeArgs = { +export type Subscriptionstagingmetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayerFeesArgs = { +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 Subscriptionstagingoptimism_originTransferArgs = { +export type Subscriptionstagingmetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_originTransfersArgs = { +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 Subscriptionstagingoptimism_destinationTransferArgs = { +export type Subscriptionstagingmetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_destinationTransfersArgs = { +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 Subscriptionstagingoptimism_originMessageArgs = { +export type Subscriptionstagingmetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_originMessagesArgs = { +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 Subscriptionstagingoptimism_aggregateRootArgs = { +export type Subscriptionstagingmetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_aggregateRootsArgs = { +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 Subscriptionstagingoptimism_connectorMetaArgs = { +export type Subscriptionstagingmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_connectorMetasArgs = { +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 Subscriptionstagingoptimism_rootCountArgs = { +export type Subscriptionstagingmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_rootCountsArgs = { +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 Subscriptionstagingoptimism_rootMessageSentArgs = { +export type Subscriptionstagingmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_rootMessageSentsArgs = { +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 Subscriptionstagingoptimism_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayerFeesIncreasesArgs = { +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 Subscriptionstagingoptimism_slippageUpdateArgs = { +export type Subscriptionstagingmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_slippageUpdatesArgs = { +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 Subscriptionstagingoptimism_snapshotRootArgs = { +export type Subscriptionstagingmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_snapshotRootsArgs = { +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 Subscriptionstagingoptimism_spokeConnectorModeArgs = { +export type Subscriptionstagingmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_spokeConnectorModesArgs = { +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 Subscriptionstagingoptimism_aggregateRootProposedArgs = { +export type Subscriptionstagingmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_aggregateRootProposedsArgs = { +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 Subscriptionstagingoptimism_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocaloptimism_assetArgs = { +export type Subscriptionstagingmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_assetsArgs = { +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 Subscriptionlocaloptimism_assetStatusArgs = { +export type Subscriptionstagingmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_assetStatusesArgs = { +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 Subscriptionlocaloptimism_assetBalanceArgs = { +export type Subscriptionstagingmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_assetBalancesArgs = { +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 Subscriptionlocaloptimism_routerArgs = { +export type Subscriptionstagingmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_routersArgs = { +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 Subscriptionlocaloptimism_routerDailyTVLArgs = { +export type Subscriptionstagingmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_routerDailyTVLsArgs = { +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 Subscriptionlocaloptimism_routerLiquidityEventArgs = { +export type Subscriptionstagingmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_routerLiquidityEventsArgs = { +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 Subscriptionlocaloptimism_settingArgs = { +export type Subscriptionstagingmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_settingsArgs = { +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 Subscriptionlocaloptimism_relayerArgs = { +export type Subscriptionstagingmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_relayersArgs = { +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 Subscriptionlocaloptimism_sequencerArgs = { +export type Subscriptionstagingmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_sequencersArgs = { +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 Subscriptionlocaloptimism_relayerFeeArgs = { +export type Subscriptionstagingmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_relayerFeesArgs = { +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 Subscriptionlocaloptimism_originTransferArgs = { +export type Subscriptionstagingmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_originTransfersArgs = { +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 Subscriptionlocaloptimism_destinationTransferArgs = { +export type Subscriptionstagingmantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_destinationTransfersArgs = { +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 Subscriptionlocaloptimism_originMessageArgs = { +export type Subscriptionstagingmantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_originMessagesArgs = { +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 Subscriptionlocaloptimism_aggregateRootArgs = { +export type Subscriptionstagingmantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_aggregateRootsArgs = { +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 Subscriptionlocaloptimism_connectorMetaArgs = { +export type Subscriptionpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_connectorMetasArgs = { +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 Subscriptionlocaloptimism_rootCountArgs = { +export type Subscriptionpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_rootCountsArgs = { +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 Subscriptionlocaloptimism_rootMessageSentArgs = { +export type Subscriptionpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_rootMessageSentsArgs = { +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 Subscriptionlocaloptimism_relayerFeesIncreaseArgs = { +export type Subscriptionpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_relayerFeesIncreasesArgs = { +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 Subscriptionlocaloptimism_slippageUpdateArgs = { +export type Subscriptionpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_slippageUpdatesArgs = { +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 Subscriptionlocaloptimism_snapshotRootArgs = { +export type Subscriptionpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_snapshotRootsArgs = { +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 Subscriptionlocaloptimism_spokeConnectorModeArgs = { +export type Subscriptionpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_spokeConnectorModesArgs = { +export type Subscriptionpolygon_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_aggregateRootProposedArgs = { +export type Subscriptionpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_aggregateRootProposedsArgs = { +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 Subscriptionlocaloptimism_optimisticRootFinalizedArgs = { +export type Subscriptionpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_optimisticRootFinalizedsArgs = { +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 Subscriptionlocaloptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_assetArgs = { +export type Subscriptionpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetsArgs = { +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 Subscriptionlinea_assetStatusArgs = { +export type Subscriptionpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetStatusesArgs = { +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 Subscriptionlinea_assetBalanceArgs = { +export type Subscriptionpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetBalancesArgs = { +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 Subscriptionlinea_routerArgs = { +export type Subscriptionpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routersArgs = { +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 Subscriptionlinea_routerDailyTVLArgs = { +export type Subscriptionpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerDailyTVLsArgs = { +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 Subscriptionlinea_routerLiquidityEventArgs = { +export type Subscriptionpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerLiquidityEventsArgs = { +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 Subscriptionlinea_settingArgs = { +export type Subscriptionpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_settingsArgs = { +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 Subscriptionlinea_relayerArgs = { +export type Subscriptionpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayersArgs = { +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 Subscriptionlinea_sequencerArgs = { +export type Subscriptionpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_sequencersArgs = { +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 Subscriptionlinea_relayerFeeArgs = { +export type Subscriptionpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesArgs = { +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 Subscriptionlinea_originTransferArgs = { +export type Subscriptionpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originTransfersArgs = { +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 Subscriptionlinea_destinationTransferArgs = { +export type Subscriptionpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_destinationTransfersArgs = { +export type Subscriptionpolygon_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originMessageArgs = { +export type Subscriptionpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originMessagesArgs = { +export type Subscriptionpolygon_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootArgs = { +export type Subscriptionpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootsArgs = { +export type Subscriptiongoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_connectorMetaArgs = { +export type Subscriptiongoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_connectorMetasArgs = { +export type Subscriptiongoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootCountArgs = { +export type Subscriptiongoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootCountsArgs = { +export type Subscriptiongoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentArgs = { +export type Subscriptiongoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentsArgs = { +export type Subscriptiongoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesIncreaseArgs = { +export type Subscriptiongoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesIncreasesArgs = { +export type Subscriptiongoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_slippageUpdateArgs = { +export type Subscriptiongoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_slippageUpdatesArgs = { +export type Subscriptiongoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_snapshotRootArgs = { +export type Subscriptiongoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_snapshotRootsArgs = { +export type Subscriptiongoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_spokeConnectorModeArgs = { +export type Subscriptiongoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_spokeConnectorModesArgs = { +export type Subscriptiongoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootProposedArgs = { +export type Subscriptiongoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootProposedsArgs = { +export type Subscriptiongoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_optimisticRootFinalizedArgs = { +export type Subscriptiongoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_optimisticRootFinalizedsArgs = { +export type Subscriptiongoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocalmainnet_assetArgs = { +export type Subscriptiongoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetsArgs = { +export type Subscriptiongoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetStatusArgs = { +export type Subscriptiongoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetStatusesArgs = { +export type Subscriptiongoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetBalanceArgs = { +export type Subscriptiongoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetBalancesArgs = { +export type Subscriptiongoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerArgs = { +export type Subscriptiongoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routersArgs = { +export type Subscriptiongoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerDailyTVLArgs = { +export type Subscriptiongoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerDailyTVLsArgs = { +export type Subscriptiongoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerLiquidityEventArgs = { +export type Subscriptiongoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerLiquidityEventsArgs = { +export type Subscriptiongoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_settingArgs = { +export type Subscriptiongoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_settingsArgs = { +export type Subscriptiongoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerArgs = { +export type Subscriptiongoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayersArgs = { +export type Subscriptiongoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_sequencerArgs = { +export type Subscriptiongoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_sequencersArgs = { +export type Subscriptiongoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeeArgs = { +export type Subscriptiongoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesArgs = { +export type Subscriptiongoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originTransferArgs = { +export type Subscriptiongoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originTransfersArgs = { +export type Subscriptiongoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_destinationTransferArgs = { +export type Subscriptiongoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_destinationTransfersArgs = { +export type Subscriptiongoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originMessageArgs = { +export type Subscriptiongoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originMessagesArgs = { +export type Subscriptiongoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootArgs = { +export type Subscriptionmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootsArgs = { +export type Subscriptionmumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_connectorMetaArgs = { +export type Subscriptionmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_connectorMetasArgs = { +export type Subscriptionmumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootCountArgs = { +export type Subscriptionmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootCountsArgs = { +export type Subscriptionmumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageSentArgs = { +export type Subscriptionmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageSentsArgs = { +export type Subscriptionmumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesIncreasesArgs = { +export type Subscriptionmumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_slippageUpdateArgs = { +export type Subscriptionmumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_slippageUpdatesArgs = { +export type Subscriptionmumbai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_snapshotRootArgs = { +export type Subscriptionmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_snapshotRootsArgs = { +export type Subscriptionmumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_spokeConnectorModeArgs = { +export type Subscriptionmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_spokeConnectorModesArgs = { +export type Subscriptionmumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootProposedArgs = { +export type Subscriptionmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootProposedsArgs = { +export type Subscriptionmumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootFinalizedArgs = { +export type Subscriptionmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootFinalizedsArgs = { +export type Subscriptionmumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetArgs = { +export type Subscriptionmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetsArgs = { +export type Subscriptionmumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetStatusArgs = { +export type Subscriptionmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetStatusesArgs = { +export type Subscriptionmumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetBalanceArgs = { +export type Subscriptionmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetBalancesArgs = { +export type Subscriptionmumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerArgs = { +export type Subscriptionmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routersArgs = { +export type Subscriptionmumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerDailyTVLArgs = { +export type Subscriptionmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerDailyTVLsArgs = { +export type Subscriptionmumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerLiquidityEventArgs = { +export type Subscriptionmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerLiquidityEventsArgs = { +export type Subscriptionmumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_settingArgs = { +export type Subscriptionmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_settingsArgs = { +export type Subscriptionmumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerArgs = { +export type Subscriptionmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayersArgs = { +export type Subscriptionmumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_sequencerArgs = { +export type Subscriptionmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_sequencersArgs = { +export type Subscriptionmumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeeArgs = { +export type Subscriptionmumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeesArgs = { +export type Subscriptionmumbai_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_originTransferArgs = { +export type Subscriptionmumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_originTransfersArgs = { +export type Subscriptionmumbai_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_destinationTransferArgs = { +export type Subscriptionmumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_destinationTransfersArgs = { +export type Subscriptionmumbai_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_originMessageArgs = { +export type Subscriptionmumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_originMessagesArgs = { +export type Subscriptionmumbai_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_aggregateRootArgs = { +export type Subscriptionmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginggoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootsArgs = { +export type Subscriptionstaginggoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_connectorMetaArgs = { +export type Subscriptionstaginggoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_connectorMetasArgs = { +export type Subscriptionstaginggoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootCountArgs = { +export type Subscriptionstaginggoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootCountsArgs = { +export type Subscriptionstaginggoerli_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_rootMessageSentArgs = { +export type Subscriptionstaginggoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootMessageSentsArgs = { +export type Subscriptionstaginggoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeesIncreaseArgs = { +export type Subscriptionstaginggoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeesIncreasesArgs = { +export type Subscriptionstaginggoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_slippageUpdateArgs = { +export type Subscriptionstaginggoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_slippageUpdatesArgs = { +export type Subscriptionstaginggoerli_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_snapshotRootArgs = { +export type Subscriptionstaginggoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_snapshotRootsArgs = { +export type Subscriptionstaginggoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_spokeConnectorModeArgs = { +export type Subscriptionstaginggoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_spokeConnectorModesArgs = { +export type Subscriptionstaginggoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootProposedArgs = { +export type Subscriptionstaginggoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootProposedsArgs = { +export type Subscriptionstaginggoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_optimisticRootFinalizedArgs = { +export type Subscriptionstaginggoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_optimisticRootFinalizedsArgs = { +export type Subscriptionstaginggoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingscroll_assetArgs = { +export type Subscriptionstaginggoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetsArgs = { +export type Subscriptionstaginggoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetStatusArgs = { +export type Subscriptionstaginggoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetStatusesArgs = { +export type Subscriptionstaginggoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetBalanceArgs = { +export type Subscriptionstaginggoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetBalancesArgs = { +export type Subscriptionstaginggoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routerArgs = { +export type Subscriptionstaginggoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routersArgs = { +export type Subscriptionstaginggoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routerDailyTVLArgs = { +export type Subscriptionstaginggoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routerDailyTVLsArgs = { +export type Subscriptionstaginggoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routerLiquidityEventArgs = { +export type Subscriptionstaginggoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routerLiquidityEventsArgs = { +export type Subscriptionstaginggoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_settingArgs = { +export type Subscriptionstaginggoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_settingsArgs = { +export type Subscriptionstaginggoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_relayerArgs = { +export type Subscriptionstaginggoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_relayersArgs = { +export type Subscriptionstaginggoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_sequencerArgs = { +export type Subscriptionstaginggoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_sequencersArgs = { +export type Subscriptionstaginggoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_relayerFeeArgs = { +export type Subscriptionstaginggoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_relayerFeesArgs = { +export type Subscriptionstaginggoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_originTransferArgs = { +export type Subscriptionstaginggoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_originTransfersArgs = { +export type Subscriptionstaginggoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_destinationTransferArgs = { +export type Subscriptionstaginggoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_destinationTransfersArgs = { +export type Subscriptionstaginggoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_originMessageArgs = { +export type Subscriptionstaginggoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_originMessagesArgs = { +export type Subscriptionstaginggoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_aggregateRootArgs = { +export type Subscriptionstagingoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_aggregateRootsArgs = { +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 Subscriptionstagingscroll_connectorMetaArgs = { +export type Subscriptionstagingoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_connectorMetasArgs = { +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 Subscriptionstagingscroll_rootCountArgs = { +export type Subscriptionstagingoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_rootCountsArgs = { +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 Subscriptionstagingscroll_rootMessageSentArgs = { +export type Subscriptionstagingoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_rootMessageSentsArgs = { +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 Subscriptionstagingscroll_relayerFeesIncreaseArgs = { +export type Subscriptionstagingoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_relayerFeesIncreasesArgs = { +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 Subscriptionstagingscroll_slippageUpdateArgs = { +export type Subscriptionstagingoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_slippageUpdatesArgs = { +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 Subscriptionstagingscroll_snapshotRootArgs = { +export type Subscriptionstagingoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_snapshotRootsArgs = { +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 Subscriptionstagingscroll_spokeConnectorModeArgs = { +export type Subscriptionstagingoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_spokeConnectorModesArgs = { +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 Subscriptionstagingscroll_aggregateRootProposedArgs = { +export type Subscriptionstagingoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_aggregateRootProposedsArgs = { +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 Subscriptionstagingscroll_optimisticRootFinalizedArgs = { +export type Subscriptionstagingoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingscroll__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingpolygon_assetArgs = { +export type Subscriptionstagingoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetsArgs = { +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_assetStatusArgs = { +export type Subscriptionstagingoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetStatusesArgs = { +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_assetBalanceArgs = { +export type Subscriptionstagingoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetBalancesArgs = { +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_routerArgs = { +export type Subscriptionstagingoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routersArgs = { +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_routerDailyTVLArgs = { +export type Subscriptionstagingoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerDailyTVLsArgs = { +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_routerLiquidityEventArgs = { +export type Subscriptionstagingoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerLiquidityEventsArgs = { +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_settingArgs = { +export type Subscriptionstagingoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_settingsArgs = { +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_relayerArgs = { +export type Subscriptionstagingoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayersArgs = { +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_sequencerArgs = { +export type Subscriptionstagingoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_sequencersArgs = { +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_relayerFeeArgs = { +export type Subscriptionstagingoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeesArgs = { +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_originTransferArgs = { +export type Subscriptionstagingoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originTransfersArgs = { +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_destinationTransferArgs = { +export type Subscriptionstagingoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_destinationTransfersArgs = { +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_originMessageArgs = { +export type Subscriptionstagingoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originMessagesArgs = { +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_aggregateRootArgs = { +export type Subscriptionstagingoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginglinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_aggregateRootsArgs = { +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 Subscriptionstagingpolygon_connectorMetaArgs = { +export type Subscriptionstaginglinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_connectorMetasArgs = { +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 Subscriptionstagingpolygon_rootCountArgs = { +export type Subscriptionstaginglinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootCountsArgs = { +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 Subscriptionstagingpolygon_rootMessageSentArgs = { +export type Subscriptionstaginglinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootMessageSentsArgs = { +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 Subscriptionstagingpolygon_relayerFeesIncreaseArgs = { +export type Subscriptionstaginglinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeesIncreasesArgs = { +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 Subscriptionstagingpolygon_slippageUpdateArgs = { +export type Subscriptionstaginglinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_slippageUpdatesArgs = { +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 Subscriptionstagingpolygon_snapshotRootArgs = { +export type Subscriptionstaginglinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_snapshotRootsArgs = { +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 Subscriptionstagingpolygon_spokeConnectorModeArgs = { +export type Subscriptionstaginglinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_spokeConnectorModesArgs = { +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 Subscriptionstagingpolygon_aggregateRootProposedArgs = { +export type Subscriptionstaginglinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_aggregateRootProposedsArgs = { +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 Subscriptionstagingpolygon_optimisticRootFinalizedArgs = { +export type Subscriptionstaginglinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingpolygon__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingxdai_assetArgs = { +export type Subscriptionstaginglinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetsArgs = { +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 Subscriptionstagingxdai_assetStatusArgs = { +export type Subscriptionstaginglinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetStatusesArgs = { +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 Subscriptionstagingxdai_assetBalanceArgs = { +export type Subscriptionstaginglinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetBalancesArgs = { +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 Subscriptionstagingxdai_routerArgs = { +export type Subscriptionstaginglinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routersArgs = { +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 Subscriptionstagingxdai_routerDailyTVLArgs = { +export type Subscriptionstaginglinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routerDailyTVLsArgs = { +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 Subscriptionstagingxdai_routerLiquidityEventArgs = { +export type Subscriptionstaginglinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routerLiquidityEventsArgs = { +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 Subscriptionstagingxdai_settingArgs = { +export type Subscriptionstaginglinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_settingsArgs = { +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 Subscriptionstagingxdai_relayerArgs = { +export type Subscriptionstaginglinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayersArgs = { +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 Subscriptionstagingxdai_sequencerArgs = { +export type Subscriptionstaginglinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_sequencersArgs = { +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 Subscriptionstagingxdai_relayerFeeArgs = { +export type Subscriptionstaginglinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayerFeesArgs = { +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 Subscriptionstagingxdai_originTransferArgs = { +export type Subscriptionstaginglinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_originTransfersArgs = { +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 Subscriptionstagingxdai_destinationTransferArgs = { +export type Subscriptionstaginglinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_destinationTransfersArgs = { +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 Subscriptionstagingxdai_originMessageArgs = { +export type Subscriptionstaginglinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_originMessagesArgs = { +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 Subscriptionstagingxdai_aggregateRootArgs = { +export type Subscriptionstaginglinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_aggregateRootsArgs = { +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_connectorMetaArgs = { +export type Subscriptionzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_connectorMetasArgs = { +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_rootCountArgs = { +export type Subscriptionzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_rootCountsArgs = { +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_rootMessageSentArgs = { +export type Subscriptionzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_rootMessageSentsArgs = { +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_relayerFeesIncreaseArgs = { +export type Subscriptionzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayerFeesIncreasesArgs = { +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_slippageUpdateArgs = { +export type Subscriptionzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_slippageUpdatesArgs = { +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_snapshotRootArgs = { +export type Subscriptionzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_snapshotRootsArgs = { +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_spokeConnectorModeArgs = { +export type Subscriptionzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_spokeConnectorModesArgs = { +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_aggregateRootProposedArgs = { +export type Subscriptionzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_aggregateRootProposedsArgs = { +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_optimisticRootFinalizedArgs = { +export type Subscriptionzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_optimisticRootFinalizedsArgs = { +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__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingbase_assetArgs = { +export type Subscriptionzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetsArgs = { +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 Subscriptionstagingbase_assetStatusArgs = { +export type Subscriptionzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetStatusesArgs = { +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 Subscriptionstagingbase_assetBalanceArgs = { +export type Subscriptionzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetBalancesArgs = { +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 Subscriptionstagingbase_routerArgs = { +export type Subscriptionzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routersArgs = { +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 Subscriptionstagingbase_routerDailyTVLArgs = { +export type Subscriptionzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routerDailyTVLsArgs = { +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 Subscriptionstagingbase_routerLiquidityEventArgs = { +export type Subscriptionzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routerLiquidityEventsArgs = { +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 Subscriptionstagingbase_settingArgs = { +export type Subscriptionzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_settingsArgs = { +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 Subscriptionstagingbase_relayerArgs = { +export type Subscriptionzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayersArgs = { +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 Subscriptionstagingbase_sequencerArgs = { +export type Subscriptionzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_sequencersArgs = { +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 Subscriptionstagingbase_relayerFeeArgs = { +export type Subscriptionzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayerFeesArgs = { +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 Subscriptionstagingbase_originTransferArgs = { +export type Subscriptionzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_originTransfersArgs = { +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 Subscriptionstagingbase_destinationTransferArgs = { +export type Subscriptionzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_destinationTransfersArgs = { +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 Subscriptionstagingbase_originMessageArgs = { +export type Subscriptionzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_originMessagesArgs = { +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 Subscriptionstagingbase_aggregateRootArgs = { +export type Subscriptionzksync__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_aggregateRootsArgs = { +export type Subscriptionavalanche_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_connectorMetaArgs = { +export type Subscriptionavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_connectorMetasArgs = { +export type Subscriptionavalanche_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootCountArgs = { +export type Subscriptionavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootCountsArgs = { +export type Subscriptionavalanche_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootMessageSentArgs = { +export type Subscriptionavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootMessageSentsArgs = { +export type Subscriptionavalanche_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayerFeesIncreaseArgs = { +export type Subscriptionavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayerFeesIncreasesArgs = { +export type Subscriptionavalanche_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_slippageUpdateArgs = { +export type Subscriptionavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_slippageUpdatesArgs = { +export type Subscriptionavalanche_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_snapshotRootArgs = { +export type Subscriptionavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_snapshotRootsArgs = { +export type Subscriptionavalanche_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_spokeConnectorModeArgs = { +export type Subscriptionavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_spokeConnectorModesArgs = { +export type Subscriptionavalanche_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_aggregateRootProposedArgs = { +export type Subscriptionavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_aggregateRootProposedsArgs = { +export type Subscriptionavalanche_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_optimisticRootFinalizedArgs = { +export type Subscriptionavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_optimisticRootFinalizedsArgs = { +export type Subscriptionavalanche_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionzksync_assetArgs = { +export type Subscriptionavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetsArgs = { +export type Subscriptionavalanche_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetStatusArgs = { +export type Subscriptionavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetStatusesArgs = { +export type Subscriptionavalanche_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetBalanceArgs = { +export type Subscriptionavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetBalancesArgs = { +export type Subscriptionavalanche_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerArgs = { +export type Subscriptionavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routersArgs = { +export type Subscriptionavalanche_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerDailyTVLArgs = { +export type Subscriptionavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerDailyTVLsArgs = { +export type Subscriptionavalanche_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerLiquidityEventArgs = { +export type Subscriptionavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerLiquidityEventsArgs = { +export type Subscriptionavalanche_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_settingArgs = { +export type Subscriptionavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_settingsArgs = { +export type Subscriptionavalanche_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerArgs = { +export type Subscriptionavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayersArgs = { +export type Subscriptionavalanche_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_sequencerArgs = { +export type Subscriptionavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_sequencersArgs = { +export type Subscriptionavalanche_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerFeeArgs = { +export type Subscriptionavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerFeesArgs = { +export type Subscriptionavalanche_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_originTransferArgs = { +export type Subscriptionavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_originTransfersArgs = { +export type Subscriptionavalanche_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_destinationTransferArgs = { +export type Subscriptionavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_destinationTransfersArgs = { +export type Subscriptionavalanche_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_originMessageArgs = { +export type Subscriptionavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_originMessagesArgs = { +export type Subscriptionavalanche_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_aggregateRootArgs = { +export type Subscriptionavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygonzkevm_swap_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_aggregateRootsArgs = { +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 Subscriptionzksync_connectorMetaArgs = { +export type Subscriptionpolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_connectorMetasArgs = { +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 Subscriptionzksync_rootCountArgs = { +export type Subscriptionpolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_rootCountsArgs = { +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 Subscriptionzksync_rootMessageSentArgs = { +export type Subscriptionpolygonzkevm_swap_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_rootMessageSentsArgs = { +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 Subscriptionzksync_relayerFeesIncreaseArgs = { +export type Subscriptionpolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerFeesIncreasesArgs = { +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 Subscriptionzksync_slippageUpdateArgs = { +export type Subscriptionpolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_slippageUpdatesArgs = { +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 Subscriptionzksync_snapshotRootArgs = { +export type Subscriptionpolygonzkevm_swap_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_snapshotRootsArgs = { +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 Subscriptionzksync_spokeConnectorModeArgs = { +export type Subscriptionpolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_spokeConnectorModesArgs = { +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 Subscriptionzksync_aggregateRootProposedArgs = { +export type Subscriptionpolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_aggregateRootProposedsArgs = { +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 Subscriptionzksync_optimisticRootFinalizedArgs = { +export type Subscriptionpolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_optimisticRootFinalizedsArgs = { +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 Subscriptionzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumone_assetArgs = { +export type Subscriptionpolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_assetsArgs = { +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 Subscriptionarbitrumone_assetStatusArgs = { +export type Subscriptionpolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_assetStatusesArgs = { +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 Subscriptionarbitrumone_assetBalanceArgs = { +export type Subscriptionpolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_assetBalancesArgs = { +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 Subscriptionarbitrumone_routerArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_routersArgs = { +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 Subscriptionarbitrumone_routerDailyTVLArgs = { +export type Subscriptionpolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_routerDailyTVLsArgs = { +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 Subscriptionarbitrumone_routerLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_routerLiquidityEventsArgs = { +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 Subscriptionarbitrumone_settingArgs = { +export type Subscriptionpolygonzkevm_swap_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_settingsArgs = { +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 Subscriptionarbitrumone_relayerArgs = { +export type Subscriptionpolygonzkevm_swap_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_relayersArgs = { +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 Subscriptionarbitrumone_sequencerArgs = { +export type Subscriptionpolygonzkevm_swap_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_sequencersArgs = { +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 Subscriptionarbitrumone_relayerFeeArgs = { +export type Subscriptionpolygonzkevm_swap_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_relayerFeesArgs = { +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 Subscriptionarbitrumone_originTransferArgs = { +export type Subscriptionpolygonzkevm_swap_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_originTransfersArgs = { +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 Subscriptionarbitrumone_destinationTransferArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_destinationTransfersArgs = { +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 Subscriptionarbitrumone_originMessageArgs = { +export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_originMessagesArgs = { +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 Subscriptionarbitrumone_aggregateRootArgs = { +export type Subscriptionpolygonzkevm_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_aggregateRootsArgs = { +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 Subscriptionarbitrumone_connectorMetaArgs = { +export type Subscriptionpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_connectorMetasArgs = { +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 Subscriptionarbitrumone_rootCountArgs = { +export type Subscriptionpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_rootCountsArgs = { +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 Subscriptionarbitrumone_rootMessageSentArgs = { +export type Subscriptionpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_rootMessageSentsArgs = { +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 Subscriptionarbitrumone_relayerFeesIncreaseArgs = { +export type Subscriptionpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_relayerFeesIncreasesArgs = { +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 Subscriptionarbitrumone_slippageUpdateArgs = { +export type Subscriptionpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_slippageUpdatesArgs = { +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 Subscriptionarbitrumone_snapshotRootArgs = { +export type Subscriptionpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_snapshotRootsArgs = { +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 Subscriptionarbitrumone_spokeConnectorModeArgs = { +export type Subscriptionpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_spokeConnectorModesArgs = { +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 Subscriptionarbitrumone_aggregateRootProposedArgs = { +export type Subscriptionpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_aggregateRootProposedsArgs = { +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 Subscriptionarbitrumone_optimisticRootFinalizedArgs = { +export type Subscriptionpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_optimisticRootFinalizedsArgs = { +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 Subscriptionarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmetis_assetArgs = { +export type Subscriptionpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetsArgs = { +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 Subscriptionstagingmetis_assetStatusArgs = { +export type Subscriptionpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetStatusesArgs = { +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 Subscriptionstagingmetis_assetBalanceArgs = { +export type Subscriptionpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetBalancesArgs = { +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 Subscriptionstagingmetis_routerArgs = { +export type Subscriptionpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routersArgs = { +export type Subscriptionpolygonzkevm_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routerDailyTVLArgs = { +export type Subscriptionpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routerDailyTVLsArgs = { +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 Subscriptionstagingmetis_routerLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routerLiquidityEventsArgs = { +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 Subscriptionstagingmetis_settingArgs = { +export type Subscriptionpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_settingsArgs = { +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 Subscriptionstagingmetis_relayerArgs = { +export type Subscriptionpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayersArgs = { +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 Subscriptionstagingmetis_sequencerArgs = { +export type Subscriptionpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_sequencersArgs = { +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 Subscriptionstagingmetis_relayerFeeArgs = { +export type Subscriptionpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayerFeesArgs = { +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 Subscriptionstagingmetis_originTransferArgs = { +export type Subscriptionpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_originTransfersArgs = { +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 Subscriptionstagingmetis_destinationTransferArgs = { +export type Subscriptionpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_destinationTransfersArgs = { +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 Subscriptionstagingmetis_originMessageArgs = { +export type Subscriptionpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_originMessagesArgs = { +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 Subscriptionstagingmetis_aggregateRootArgs = { +export type Subscriptionpolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_aggregateRootsArgs = { +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 Subscriptionstagingmetis_connectorMetaArgs = { +export type Subscriptionstagingarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_connectorMetasArgs = { +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 Subscriptionstagingmetis_rootCountArgs = { +export type Subscriptionstagingarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_rootCountsArgs = { +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 Subscriptionstagingmetis_rootMessageSentArgs = { +export type Subscriptionstagingarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_rootMessageSentsArgs = { +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 Subscriptionstagingmetis_relayerFeesIncreaseArgs = { +export type Subscriptionstagingarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayerFeesIncreasesArgs = { +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 Subscriptionstagingmetis_slippageUpdateArgs = { +export type Subscriptionstagingarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_slippageUpdatesArgs = { +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 Subscriptionstagingmetis_snapshotRootArgs = { +export type Subscriptionstagingarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_snapshotRootsArgs = { +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 Subscriptionstagingmetis_spokeConnectorModeArgs = { +export type Subscriptionstagingarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_spokeConnectorModesArgs = { +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 Subscriptionstagingmetis_aggregateRootProposedArgs = { +export type Subscriptionstagingarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_aggregateRootProposedsArgs = { +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 Subscriptionstagingmetis_optimisticRootFinalizedArgs = { +export type Subscriptionstagingarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingmetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginglinea_assetArgs = { +export type Subscriptionstagingarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetsArgs = { +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 Subscriptionstaginglinea_assetStatusArgs = { +export type Subscriptionstagingarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetStatusesArgs = { +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 Subscriptionstaginglinea_assetBalanceArgs = { +export type Subscriptionstagingarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetBalancesArgs = { +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 Subscriptionstaginglinea_routerArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routersArgs = { +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 Subscriptionstaginglinea_routerDailyTVLArgs = { +export type Subscriptionstagingarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerDailyTVLsArgs = { +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 Subscriptionstaginglinea_routerLiquidityEventArgs = { +export type Subscriptionstagingarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerLiquidityEventsArgs = { +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 Subscriptionstaginglinea_settingArgs = { +export type Subscriptionstagingarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_settingsArgs = { +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 Subscriptionstaginglinea_relayerArgs = { +export type Subscriptionstagingarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayersArgs = { +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 Subscriptionstaginglinea_sequencerArgs = { +export type Subscriptionstagingarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_sequencersArgs = { +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 Subscriptionstaginglinea_relayerFeeArgs = { +export type Subscriptionstagingarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeesArgs = { +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 Subscriptionstaginglinea_originTransferArgs = { +export type Subscriptionstagingarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_originTransfersArgs = { +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 Subscriptionstaginglinea_destinationTransferArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_destinationTransfersArgs = { +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 Subscriptionstaginglinea_originMessageArgs = { +export type Subscriptionstagingarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_originMessagesArgs = { +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 Subscriptionstaginglinea_aggregateRootArgs = { +export type Subscriptionstagingarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlocalmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootsArgs = { +export type Subscriptionlocalmainnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_connectorMetaArgs = { +export type Subscriptionlocalmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_connectorMetasArgs = { +export type Subscriptionlocalmainnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootCountArgs = { +export type Subscriptionlocalmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootCountsArgs = { +export type Subscriptionlocalmainnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootMessageSentArgs = { +export type Subscriptionlocalmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootMessageSentsArgs = { +export type Subscriptionlocalmainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeesIncreaseArgs = { +export type Subscriptionlocalmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeesIncreasesArgs = { +export type Subscriptionlocalmainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_slippageUpdateArgs = { +export type Subscriptionlocalmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_slippageUpdatesArgs = { +export type Subscriptionlocalmainnet_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_snapshotRootArgs = { +export type Subscriptionlocalmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_snapshotRootsArgs = { +export type Subscriptionlocalmainnet_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_spokeConnectorModeArgs = { +export type Subscriptionlocalmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_spokeConnectorModesArgs = { +export type Subscriptionlocalmainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootProposedArgs = { +export type Subscriptionlocalmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootProposedsArgs = { +export type Subscriptionlocalmainnet_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_optimisticRootFinalizedArgs = { +export type Subscriptionlocalmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_optimisticRootFinalizedsArgs = { +export type Subscriptionlocalmainnet_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmantle_assetArgs = { +export type Subscriptionlocalmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetsArgs = { +export type Subscriptionlocalmainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetStatusArgs = { +export type Subscriptionlocalmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetStatusesArgs = { +export type Subscriptionlocalmainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetBalanceArgs = { +export type Subscriptionlocalmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetBalancesArgs = { +export type Subscriptionlocalmainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerArgs = { +export type Subscriptionlocalmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routersArgs = { +export type Subscriptionlocalmainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerDailyTVLArgs = { +export type Subscriptionlocalmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerDailyTVLsArgs = { +export type Subscriptionlocalmainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerLiquidityEventArgs = { +export type Subscriptionlocalmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerLiquidityEventsArgs = { +export type Subscriptionlocalmainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_settingArgs = { +export type Subscriptionlocalmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_settingsArgs = { +export type Subscriptionlocalmainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerArgs = { +export type Subscriptionlocalmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayersArgs = { +export type Subscriptionlocalmainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_sequencerArgs = { +export type Subscriptionlocalmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_sequencersArgs = { +export type Subscriptionlocalmainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeeArgs = { +export type Subscriptionlocalmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeesArgs = { +export type Subscriptionlocalmainnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originTransferArgs = { +export type Subscriptionlocalmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originTransfersArgs = { +export type Subscriptionlocalmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_destinationTransferArgs = { +export type Subscriptionlocalmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_destinationTransfersArgs = { +export type Subscriptionlocalmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originMessageArgs = { +export type Subscriptionlocalmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originMessagesArgs = { +export type Subscriptionlocalmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootArgs = { +export type Subscriptionlocalarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootsArgs = { +export type Subscriptionlocalarbitrumone_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_connectorMetaArgs = { +export type Subscriptionlocalarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_connectorMetasArgs = { +export type Subscriptionlocalarbitrumone_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootCountArgs = { +export type Subscriptionlocalarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootCountsArgs = { +export type Subscriptionlocalarbitrumone_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootMessageSentArgs = { +export type Subscriptionlocalarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootMessageSentsArgs = { +export type Subscriptionlocalarbitrumone_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeesIncreaseArgs = { +export type Subscriptionlocalarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeesIncreasesArgs = { +export type Subscriptionlocalarbitrumone_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_slippageUpdateArgs = { +export type Subscriptionlocalarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_slippageUpdatesArgs = { +export type Subscriptionlocalarbitrumone_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_snapshotRootArgs = { +export type Subscriptionlocalarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_snapshotRootsArgs = { +export type Subscriptionlocalarbitrumone_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_spokeConnectorModeArgs = { +export type Subscriptionlocalarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_spokeConnectorModesArgs = { +export type Subscriptionlocalarbitrumone_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootProposedArgs = { +export type Subscriptionlocalarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootProposedsArgs = { +export type Subscriptionlocalarbitrumone_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_optimisticRootFinalizedArgs = { +export type Subscriptionlocalarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_optimisticRootFinalizedsArgs = { +export type Subscriptionlocalarbitrumone_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingarbitrumone_assetArgs = { +export type Subscriptionlocalarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetsArgs = { +export type Subscriptionlocalarbitrumone_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetStatusArgs = { +export type Subscriptionlocalarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetStatusesArgs = { +export type Subscriptionlocalarbitrumone_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetBalanceArgs = { +export type Subscriptionlocalarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetBalancesArgs = { +export type Subscriptionlocalarbitrumone_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerArgs = { +export type Subscriptionlocalarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routersArgs = { +export type Subscriptionlocalarbitrumone_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerDailyTVLArgs = { +export type Subscriptionlocalarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerDailyTVLsArgs = { +export type Subscriptionlocalarbitrumone_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerLiquidityEventArgs = { +export type Subscriptionlocalarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerLiquidityEventsArgs = { +export type Subscriptionlocalarbitrumone_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_settingArgs = { +export type Subscriptionlocalarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_settingsArgs = { +export type Subscriptionlocalarbitrumone_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerArgs = { +export type Subscriptionlocalarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayersArgs = { +export type Subscriptionlocalarbitrumone_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_sequencerArgs = { +export type Subscriptionlocalarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_sequencersArgs = { +export type Subscriptionlocalarbitrumone_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeeArgs = { +export type Subscriptionlocalarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeesArgs = { +export type Subscriptionlocalarbitrumone_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originTransferArgs = { +export type Subscriptionlocalarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originTransfersArgs = { +export type Subscriptionlocalarbitrumone_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_destinationTransferArgs = { +export type Subscriptionlocalarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_destinationTransfersArgs = { +export type Subscriptionlocalarbitrumone_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originMessageArgs = { +export type Subscriptionlocalarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originMessagesArgs = { +export type Subscriptionlocalarbitrumone_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootArgs = { +export type Subscriptionlocalarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootsArgs = { +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 Subscriptionstagingarbitrumone_connectorMetaArgs = { +export type Subscriptionstagingmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_connectorMetasArgs = { +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 Subscriptionstagingarbitrumone_rootCountArgs = { +export type Subscriptionstagingmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_rootCountsArgs = { +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 Subscriptionstagingarbitrumone_rootMessageSentArgs = { +export type Subscriptionstagingmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_rootMessageSentsArgs = { +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 Subscriptionstagingarbitrumone_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeesIncreasesArgs = { +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 Subscriptionstagingarbitrumone_slippageUpdateArgs = { +export type Subscriptionstagingmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_slippageUpdatesArgs = { +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 Subscriptionstagingarbitrumone_snapshotRootArgs = { +export type Subscriptionstagingmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_snapshotRootsArgs = { +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 Subscriptionstagingarbitrumone_spokeConnectorModeArgs = { +export type Subscriptionstagingmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_spokeConnectorModesArgs = { +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 Subscriptionstagingarbitrumone_aggregateRootProposedArgs = { +export type Subscriptionstagingmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootProposedsArgs = { +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 Subscriptionstagingarbitrumone_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingpolygonzkevm_assetArgs = { +export type Subscriptionstagingmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetsArgs = { +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 Subscriptionstagingpolygonzkevm_assetStatusArgs = { +export type Subscriptionstagingmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetStatusesArgs = { +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 Subscriptionstagingpolygonzkevm_assetBalanceArgs = { +export type Subscriptionstagingmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetBalancesArgs = { +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 Subscriptionstagingpolygonzkevm_routerArgs = { +export type Subscriptionstagingmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routersArgs = { +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 Subscriptionstagingpolygonzkevm_routerDailyTVLArgs = { +export type Subscriptionstagingmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routerDailyTVLsArgs = { +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 Subscriptionstagingpolygonzkevm_routerLiquidityEventArgs = { +export type Subscriptionstagingmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routerLiquidityEventsArgs = { +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 Subscriptionstagingpolygonzkevm_settingArgs = { +export type Subscriptionstagingmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_settingsArgs = { +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 Subscriptionstagingpolygonzkevm_relayerArgs = { +export type Subscriptionstagingmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayersArgs = { +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 Subscriptionstagingpolygonzkevm_sequencerArgs = { +export type Subscriptionstagingmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_sequencersArgs = { +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 Subscriptionstagingpolygonzkevm_relayerFeeArgs = { +export type Subscriptionstagingmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayerFeesArgs = { +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 Subscriptionstagingpolygonzkevm_originTransferArgs = { +export type Subscriptionstagingmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_originTransfersArgs = { +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 Subscriptionstagingpolygonzkevm_destinationTransferArgs = { +export type Subscriptionstagingmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_destinationTransfersArgs = { +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 Subscriptionstagingpolygonzkevm_originMessageArgs = { +export type Subscriptionstagingmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_originMessagesArgs = { +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 Subscriptionstagingpolygonzkevm_aggregateRootArgs = { +export type Subscriptionstagingmode__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootsArgs = { +export type Subscriptionstagingxdai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_connectorMetaArgs = { +export type Subscriptionstagingxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_connectorMetasArgs = { +export type Subscriptionstagingxdai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootCountArgs = { +export type Subscriptionstagingxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootCountsArgs = { +export type Subscriptionstagingxdai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootMessageSentArgs = { +export type Subscriptionstagingxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootMessageSentsArgs = { +export type Subscriptionstagingxdai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayerFeesIncreaseArgs = { +export type Subscriptionstagingxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayerFeesIncreasesArgs = { +export type Subscriptionstagingxdai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_slippageUpdateArgs = { +export type Subscriptionstagingxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_slippageUpdatesArgs = { +export type Subscriptionstagingxdai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_snapshotRootArgs = { +export type Subscriptionstagingxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_snapshotRootsArgs = { +export type Subscriptionstagingxdai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_spokeConnectorModeArgs = { +export type Subscriptionstagingxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_spokeConnectorModesArgs = { +export type Subscriptionstagingxdai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootProposedArgs = { +export type Subscriptionstagingxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootProposedsArgs = { +export type Subscriptionstagingxdai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedArgs = { +export type Subscriptionstagingxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingxdai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxdai_assetArgs = { +export type Subscriptionstagingxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetsArgs = { +export type Subscriptionstagingxdai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetStatusArgs = { +export type Subscriptionstagingxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetStatusesArgs = { +export type Subscriptionstagingxdai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetBalanceArgs = { +export type Subscriptionstagingxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetBalancesArgs = { +export type Subscriptionstagingxdai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerArgs = { +export type Subscriptionstagingxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routersArgs = { +export type Subscriptionstagingxdai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerDailyTVLArgs = { +export type Subscriptionstagingxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerDailyTVLsArgs = { +export type Subscriptionstagingxdai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerLiquidityEventArgs = { +export type Subscriptionstagingxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerLiquidityEventsArgs = { +export type Subscriptionstagingxdai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_settingArgs = { +export type Subscriptionstagingxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_settingsArgs = { +export type Subscriptionstagingxdai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerArgs = { +export type Subscriptionstagingxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayersArgs = { +export type Subscriptionstagingxdai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_sequencerArgs = { +export type Subscriptionstagingxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_sequencersArgs = { +export type Subscriptionstagingxdai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeeArgs = { +export type Subscriptionstagingxdai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeesArgs = { +export type Subscriptionstagingxdai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originTransferArgs = { +export type Subscriptionstagingxdai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originTransfersArgs = { +export type Subscriptionstagingxdai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_destinationTransferArgs = { +export type Subscriptionstagingxdai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_destinationTransfersArgs = { +export type Subscriptionstagingxdai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originMessageArgs = { +export type Subscriptionstagingxdai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originMessagesArgs = { +export type Subscriptionstagingxdai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_aggregateRootArgs = { +export type Subscriptionstagingxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_aggregateRootsArgs = { +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 Subscriptionxdai_connectorMetaArgs = { +export type Subscriptionstagingmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_connectorMetasArgs = { +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 Subscriptionxdai_rootCountArgs = { +export type Subscriptionstagingmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootCountsArgs = { +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 Subscriptionxdai_rootMessageSentArgs = { +export type Subscriptionstagingmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootMessageSentsArgs = { +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 Subscriptionxdai_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeesIncreasesArgs = { +export type Subscriptionstagingmainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_slippageUpdateArgs = { +export type Subscriptionstagingmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_slippageUpdatesArgs = { +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 Subscriptionxdai_snapshotRootArgs = { +export type Subscriptionstagingmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_snapshotRootsArgs = { +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 Subscriptionxdai_spokeConnectorModeArgs = { +export type Subscriptionstagingmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_spokeConnectorModesArgs = { +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 Subscriptionxdai_aggregateRootProposedArgs = { +export type Subscriptionstagingmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_aggregateRootProposedsArgs = { +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 Subscriptionxdai_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_optimisticRootFinalizedsArgs = { +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 Subscriptionxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygonzkevm_assetArgs = { +export type Subscriptionstagingmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetsArgs = { +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_assetStatusArgs = { +export type Subscriptionstagingmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetStatusesArgs = { +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_assetBalanceArgs = { +export type Subscriptionstagingmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetBalancesArgs = { +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_routerArgs = { +export type Subscriptionstagingmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routersArgs = { +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_routerDailyTVLArgs = { +export type Subscriptionstagingmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routerDailyTVLsArgs = { +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_routerLiquidityEventArgs = { +export type Subscriptionstagingmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routerLiquidityEventsArgs = { +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_settingArgs = { +export type Subscriptionstagingmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_settingsArgs = { +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_relayerArgs = { +export type Subscriptionstagingmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayersArgs = { +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_sequencerArgs = { +export type Subscriptionstagingmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_sequencersArgs = { +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_relayerFeeArgs = { +export type Subscriptionstagingmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayerFeesArgs = { +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_originTransferArgs = { +export type Subscriptionstagingmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_originTransfersArgs = { +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_destinationTransferArgs = { +export type Subscriptionstagingmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_destinationTransfersArgs = { +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_originMessageArgs = { +export type Subscriptionstagingmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_originMessagesArgs = { +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_aggregateRootArgs = { +export type Subscriptionstagingpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_aggregateRootsArgs = { +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 Subscriptionpolygonzkevm_connectorMetaArgs = { +export type Subscriptionstagingpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_connectorMetasArgs = { +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 Subscriptionpolygonzkevm_rootCountArgs = { +export type Subscriptionstagingpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_rootCountsArgs = { +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 Subscriptionpolygonzkevm_rootMessageSentArgs = { +export type Subscriptionstagingpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_rootMessageSentsArgs = { +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 Subscriptionpolygonzkevm_relayerFeesIncreaseArgs = { +export type Subscriptionstagingpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayerFeesIncreasesArgs = { +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 Subscriptionpolygonzkevm_slippageUpdateArgs = { +export type Subscriptionstagingpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_slippageUpdatesArgs = { +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 Subscriptionpolygonzkevm_snapshotRootArgs = { +export type Subscriptionstagingpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_snapshotRootsArgs = { +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 Subscriptionpolygonzkevm_spokeConnectorModeArgs = { +export type Subscriptionstagingpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_spokeConnectorModesArgs = { +export type Subscriptionstagingpolygon_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_aggregateRootProposedArgs = { +export type Subscriptionstagingpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_aggregateRootProposedsArgs = { +export type Subscriptionstagingpolygon_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_optimisticRootFinalizedArgs = { +export type Subscriptionstagingpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingpolygon_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingavalanche_assetArgs = { +export type Subscriptionstagingpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetsArgs = { +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 Subscriptionstagingavalanche_assetStatusArgs = { +export type Subscriptionstagingpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetStatusesArgs = { +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 Subscriptionstagingavalanche_assetBalanceArgs = { +export type Subscriptionstagingpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetBalancesArgs = { +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 Subscriptionstagingavalanche_routerArgs = { +export type Subscriptionstagingpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routersArgs = { +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 Subscriptionstagingavalanche_routerDailyTVLArgs = { +export type Subscriptionstagingpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerDailyTVLsArgs = { +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 Subscriptionstagingavalanche_routerLiquidityEventArgs = { +export type Subscriptionstagingpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerLiquidityEventsArgs = { +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 Subscriptionstagingavalanche_settingArgs = { +export type Subscriptionstagingpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_settingsArgs = { +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 Subscriptionstagingavalanche_relayerArgs = { +export type Subscriptionstagingpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayersArgs = { +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 Subscriptionstagingavalanche_sequencerArgs = { +export type Subscriptionstagingpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_sequencersArgs = { +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 Subscriptionstagingavalanche_relayerFeeArgs = { +export type Subscriptionstagingpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerFeesArgs = { +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 Subscriptionstagingavalanche_originTransferArgs = { +export type Subscriptionstagingpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_originTransfersArgs = { +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 Subscriptionstagingavalanche_destinationTransferArgs = { +export type Subscriptionstagingpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_destinationTransfersArgs = { +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 Subscriptionstagingavalanche_originMessageArgs = { +export type Subscriptionstagingpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_originMessagesArgs = { +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 Subscriptionstagingavalanche_aggregateRootArgs = { +export type Subscriptionstagingpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingscroll_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_aggregateRootsArgs = { +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 Subscriptionstagingavalanche_connectorMetaArgs = { +export type Subscriptionstagingscroll_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_connectorMetasArgs = { +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 Subscriptionstagingavalanche_rootCountArgs = { +export type Subscriptionstagingscroll_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_rootCountsArgs = { +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 Subscriptionstagingavalanche_rootMessageSentArgs = { +export type Subscriptionstagingscroll_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_rootMessageSentsArgs = { +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 Subscriptionstagingavalanche_relayerFeesIncreaseArgs = { +export type Subscriptionstagingscroll_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerFeesIncreasesArgs = { +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 Subscriptionstagingavalanche_slippageUpdateArgs = { +export type Subscriptionstagingscroll_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_slippageUpdatesArgs = { +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 Subscriptionstagingavalanche_snapshotRootArgs = { +export type Subscriptionstagingscroll_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_snapshotRootsArgs = { +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 Subscriptionstagingavalanche_spokeConnectorModeArgs = { +export type Subscriptionstagingscroll_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_spokeConnectorModesArgs = { +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 Subscriptionstagingavalanche_aggregateRootProposedArgs = { +export type Subscriptionstagingscroll_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_aggregateRootProposedsArgs = { +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 Subscriptionstagingavalanche_optimisticRootFinalizedArgs = { +export type Subscriptionstagingscroll_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingscroll_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingavalanche__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocalarbitrumone_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_originTransferArgs = { +export type Subscriptionstagingscroll_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_originTransfersArgs = { +export type Subscriptionstagingscroll_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_destinationTransferArgs = { +export type Subscriptionstagingscroll_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_destinationTransfersArgs = { +export type Subscriptionstagingscroll_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_originMessageArgs = { +export type Subscriptionstagingscroll_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_originMessagesArgs = { +export type Subscriptionstagingscroll_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootArgs = { +export type Subscriptionstagingscroll_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootsArgs = { +export type Subscriptionstagingscroll_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_connectorMetaArgs = { +export type Subscriptionstagingscroll_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_connectorMetasArgs = { +export type Subscriptionstagingscroll_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_rootCountArgs = { +export type Subscriptionstagingscroll_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_rootCountsArgs = { +export type Subscriptionstagingscroll_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_rootMessageSentArgs = { +export type Subscriptionstagingscroll_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_rootMessageSentsArgs = { +export type Subscriptionstagingscroll_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayerFeesIncreaseArgs = { +export type Subscriptionstagingscroll_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayerFeesIncreasesArgs = { +export type Subscriptionstagingscroll_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_slippageUpdateArgs = { +export type Subscriptionstagingscroll_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_slippageUpdatesArgs = { +export type Subscriptionstagingscroll_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_snapshotRootArgs = { +export type Subscriptionstagingscroll_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_snapshotRootsArgs = { +export type Subscriptionstagingscroll_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_spokeConnectorModeArgs = { +export type Subscriptionstagingscroll_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_spokeConnectorModesArgs = { +export type Subscriptionstagingscroll_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootProposedArgs = { +export type Subscriptionstagingscroll_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootProposedsArgs = { +export type Subscriptionstagingscroll_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_optimisticRootFinalizedArgs = { +export type Subscriptionstagingscroll_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingscroll_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingscroll__metaArgs = { + block?: InputMaybe; }; @@ -52776,4450 +51838,4194 @@ export type Subscriptionmantle__metaArgs = { }; -export type Subscriptionstagingmainnet_rootAggregatedArgs = { +export type Subscriptionbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_rootPropagatedArgs = { +export type Subscriptionbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_aggregatedMessageRootArgs = { +export type Subscriptionbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_rootManagerMetaArgs = { +export type Subscriptionbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_rootManagerModeArgs = { +export type Subscriptionbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_optimisticRootProposedArgs = { +export type Subscriptionbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_polygonConnectorMetaArgs = { +export type Subscriptionbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_optimismConnectorMetaArgs = { +export type Subscriptionbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_bnbConnectorMetaArgs = { +export type Subscriptionbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_lineaConnectorMetaArgs = { +export type Subscriptionbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_metisConnectorMetaArgs = { +export type Subscriptionbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_mantleConnectorMetaArgs = { +export type Subscriptionbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_avalancheConnectorMetaArgs = { +export type Subscriptionbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_baseConnectorMetaArgs = { +export type Subscriptionbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_polygonZkConnectorMetaArgs = { +export type Subscriptionbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_modeConnectorMetaArgs = { +export type Subscriptionbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_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 Subscriptionstagingmainnet_scrollConnectorMetaArgs = { +export type Subscriptionbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_scrollConnectorMetasArgs = { +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 Subscriptionstagingmainnet_rootMessageProcessedArgs = { +export type Subscriptionbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootMessageProcessedsArgs = { +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 Subscriptionstagingmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionbase__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootSavedSlowsArgs = { +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 Subscriptionstagingmainnet_hubDomainArgs = { +export type Subscriptionstagingbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_hubDomainsArgs = { +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 Subscriptionmainnet_assetArgs = { +export type Subscriptionstagingbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetsArgs = { +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 Subscriptionmainnet_assetStatusArgs = { +export type Subscriptionstagingbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetStatusesArgs = { +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 Subscriptionmainnet_assetBalanceArgs = { +export type Subscriptionstagingbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetBalancesArgs = { +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 Subscriptionmainnet_routerArgs = { +export type Subscriptionstagingbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routersArgs = { +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 Subscriptionmainnet_routerDailyTVLArgs = { +export type Subscriptionstagingbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerDailyTVLsArgs = { +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 Subscriptionmainnet_routerLiquidityEventArgs = { +export type Subscriptionstagingbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerLiquidityEventsArgs = { +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 Subscriptionmainnet_settingArgs = { +export type Subscriptionstagingbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_settingsArgs = { +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 Subscriptionmainnet_relayerArgs = { +export type Subscriptionstagingbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayersArgs = { +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 Subscriptionmainnet_sequencerArgs = { +export type Subscriptionstagingbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_sequencersArgs = { +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 Subscriptionmainnet_relayerFeeArgs = { +export type Subscriptionstagingbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeesArgs = { +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 Subscriptionmainnet_originTransferArgs = { +export type Subscriptionstagingbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originTransfersArgs = { +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 Subscriptionmainnet_destinationTransferArgs = { +export type Subscriptionstagingbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_destinationTransfersArgs = { +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 Subscriptionmainnet_originMessageArgs = { +export type Subscriptionstagingbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originMessagesArgs = { +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 Subscriptionmainnet_aggregateRootArgs = { +export type Subscriptionstagingbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootsArgs = { +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 Subscriptionmainnet_connectorMetaArgs = { +export type Subscriptionstagingbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_connectorMetasArgs = { +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 Subscriptionmainnet_rootCountArgs = { +export type Subscriptionstagingbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootCountsArgs = { +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 Subscriptionmainnet_rootMessageSentArgs = { +export type Subscriptionstagingbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageSentsArgs = { +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 Subscriptionmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionstagingbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeesIncreasesArgs = { +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 Subscriptionmainnet_slippageUpdateArgs = { +export type Subscriptionstagingbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_slippageUpdatesArgs = { +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 Subscriptionmainnet_snapshotRootArgs = { +export type Subscriptionstagingbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_snapshotRootsArgs = { +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 Subscriptionmainnet_spokeConnectorModeArgs = { +export type Subscriptionstagingbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_spokeConnectorModesArgs = { +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 Subscriptionmainnet_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscriptionstagingbnb__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionbnb_assetArgs = { +export type Subscriptionstagingzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetsArgs = { +export type Subscriptionstagingzksync_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetStatusArgs = { +export type Subscriptionstagingzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetStatusesArgs = { +export type Subscriptionstagingzksync_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetBalanceArgs = { +export type Subscriptionstagingzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetBalancesArgs = { +export type Subscriptionstagingzksync_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerArgs = { +export type Subscriptionstagingzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routersArgs = { +export type Subscriptionstagingzksync_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerDailyTVLArgs = { +export type Subscriptionstagingzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerDailyTVLsArgs = { +export type Subscriptionstagingzksync_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerLiquidityEventArgs = { +export type Subscriptionstagingzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerLiquidityEventsArgs = { +export type Subscriptionstagingzksync_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_settingArgs = { +export type Subscriptionstagingzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_settingsArgs = { +export type Subscriptionstagingzksync_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerArgs = { +export type Subscriptionstagingzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayersArgs = { +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 Subscriptionbnb_sequencerArgs = { +export type Subscriptionstagingzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_sequencersArgs = { +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 Subscriptionbnb_relayerFeeArgs = { +export type Subscriptionstagingzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesArgs = { +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 Subscriptionbnb_originTransferArgs = { +export type Subscriptionstagingzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originTransfersArgs = { +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 Subscriptionbnb_destinationTransferArgs = { +export type Subscriptionstagingzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_destinationTransfersArgs = { +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 Subscriptionbnb_originMessageArgs = { +export type Subscriptionstagingzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originMessagesArgs = { +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 Subscriptionbnb_aggregateRootArgs = { +export type Subscriptionstagingzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootsArgs = { +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 Subscriptionbnb_connectorMetaArgs = { +export type Subscriptionstagingzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_connectorMetasArgs = { +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 Subscriptionbnb_rootCountArgs = { +export type Subscriptionstagingzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootCountsArgs = { +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 Subscriptionbnb_rootMessageSentArgs = { +export type Subscriptionstagingzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootMessageSentsArgs = { +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 Subscriptionbnb_relayerFeesIncreaseArgs = { +export type Subscriptionstagingzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesIncreasesArgs = { +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 Subscriptionbnb_slippageUpdateArgs = { +export type Subscriptionstagingzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_slippageUpdatesArgs = { +export type Subscriptionstagingzksync_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_snapshotRootArgs = { +export type Subscriptionstagingzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_snapshotRootsArgs = { +export type Subscriptionstagingzksync_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_spokeConnectorModeArgs = { +export type Subscriptionstagingzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_spokeConnectorModesArgs = { +export type Subscriptionstagingzksync_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootProposedArgs = { +export type Subscriptionstagingzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootProposedsArgs = { +export type Subscriptionstagingzksync_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_optimisticRootFinalizedArgs = { +export type Subscriptionstagingzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingzksync_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingzksync__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionavalanche_assetArgs = { +export type Subscriptionoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_assetsArgs = { +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 Subscriptionavalanche_assetStatusArgs = { +export type Subscriptionoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_assetStatusesArgs = { +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 Subscriptionavalanche_assetBalanceArgs = { +export type Subscriptionoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_assetBalancesArgs = { +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 Subscriptionavalanche_routerArgs = { +export type Subscriptionoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_routersArgs = { +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 Subscriptionavalanche_routerDailyTVLArgs = { +export type Subscriptionoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_routerDailyTVLsArgs = { +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 Subscriptionavalanche_routerLiquidityEventArgs = { +export type Subscriptionoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_routerLiquidityEventsArgs = { +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 Subscriptionavalanche_settingArgs = { +export type Subscriptionoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_settingsArgs = { +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 Subscriptionavalanche_relayerArgs = { +export type Subscriptionoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_relayersArgs = { +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 Subscriptionavalanche_sequencerArgs = { +export type Subscriptionoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_sequencersArgs = { +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 Subscriptionavalanche_relayerFeeArgs = { +export type Subscriptionoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_relayerFeesArgs = { +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 Subscriptionavalanche_originTransferArgs = { +export type Subscriptionoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_originTransfersArgs = { +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 Subscriptionavalanche_destinationTransferArgs = { +export type Subscriptionoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_destinationTransfersArgs = { +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 Subscriptionavalanche_originMessageArgs = { +export type Subscriptionoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_originMessagesArgs = { +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 Subscriptionavalanche_aggregateRootArgs = { +export type Subscriptionoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_aggregateRootsArgs = { +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 Subscriptionavalanche_connectorMetaArgs = { +export type Subscriptionoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_connectorMetasArgs = { +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 Subscriptionavalanche_rootCountArgs = { +export type Subscriptionoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_rootCountsArgs = { +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 Subscriptionavalanche_rootMessageSentArgs = { +export type Subscriptionoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_rootMessageSentsArgs = { +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 Subscriptionavalanche_relayerFeesIncreaseArgs = { +export type Subscriptionoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_relayerFeesIncreasesArgs = { +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 Subscriptionavalanche_slippageUpdateArgs = { +export type Subscriptionoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_slippageUpdatesArgs = { +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 Subscriptionavalanche_snapshotRootArgs = { +export type Subscriptionoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_snapshotRootsArgs = { +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 Subscriptionavalanche_spokeConnectorModeArgs = { +export type Subscriptionoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_spokeConnectorModesArgs = { +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 Subscriptionavalanche_aggregateRootProposedArgs = { +export type Subscriptionoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_aggregateRootProposedsArgs = { +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 Subscriptionavalanche_optimisticRootFinalizedArgs = { +export type Subscriptionoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_optimisticRootFinalizedsArgs = { +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 Subscriptionavalanche__metaArgs = { - block?: InputMaybe; +export type Subscriptionoptimism__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionmode_assetArgs = { +export type Subscriptionstagingbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_assetStatusArgs = { +export type Subscriptionstagingbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_assetBalanceArgs = { +export type Subscriptionstagingbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_routerArgs = { +export type Subscriptionstagingbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_routerDailyTVLArgs = { +export type Subscriptionstagingbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_routerLiquidityEventArgs = { +export type Subscriptionstagingbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_settingArgs = { +export type Subscriptionstagingbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_relayerArgs = { +export type Subscriptionstagingbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_sequencerArgs = { +export type Subscriptionstagingbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_relayerFeeArgs = { +export type Subscriptionstagingbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_originTransferArgs = { +export type Subscriptionstagingbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_destinationTransferArgs = { +export type Subscriptionstagingbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_originMessageArgs = { +export type Subscriptionstagingbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_aggregateRootArgs = { +export type Subscriptionstagingbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_connectorMetaArgs = { +export type Subscriptionstagingbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_rootCountArgs = { +export type Subscriptionstagingbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_rootMessageSentArgs = { +export type Subscriptionstagingbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_relayerFeesIncreaseArgs = { +export type Subscriptionstagingbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_slippageUpdateArgs = { +export type Subscriptionstagingbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_snapshotRootArgs = { +export type Subscriptionstagingbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_spokeConnectorModeArgs = { +export type Subscriptionstagingbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_aggregateRootProposedArgs = { +export type Subscriptionstagingbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode_optimisticRootFinalizedArgs = { +export type Subscriptionstagingbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_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 Subscriptionmode__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingbase__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingmode_assetArgs = { +export type Subscriptionlocaloptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetsArgs = { +export type Subscriptionlocaloptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetStatusArgs = { +export type Subscriptionlocaloptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetStatusesArgs = { +export type Subscriptionlocaloptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetBalanceArgs = { +export type Subscriptionlocaloptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetBalancesArgs = { +export type Subscriptionlocaloptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerArgs = { +export type Subscriptionlocaloptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routersArgs = { +export type Subscriptionlocaloptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerDailyTVLArgs = { +export type Subscriptionlocaloptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerDailyTVLsArgs = { +export type Subscriptionlocaloptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerLiquidityEventArgs = { +export type Subscriptionlocaloptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerLiquidityEventsArgs = { +export type Subscriptionlocaloptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_settingArgs = { +export type Subscriptionlocaloptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_settingsArgs = { +export type Subscriptionlocaloptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerArgs = { +export type Subscriptionlocaloptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayersArgs = { +export type Subscriptionlocaloptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_sequencerArgs = { +export type Subscriptionlocaloptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_sequencersArgs = { +export type Subscriptionlocaloptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerFeeArgs = { +export type Subscriptionlocaloptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerFeesArgs = { +export type Subscriptionlocaloptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_originTransferArgs = { +export type Subscriptionlocaloptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_originTransfersArgs = { +export type Subscriptionlocaloptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_destinationTransferArgs = { +export type Subscriptionlocaloptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_destinationTransfersArgs = { +export type Subscriptionlocaloptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_originMessageArgs = { +export type Subscriptionlocaloptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_originMessagesArgs = { +export type Subscriptionlocaloptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_aggregateRootArgs = { +export type Subscriptionlocaloptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_aggregateRootsArgs = { +export type Subscriptionlocaloptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_connectorMetaArgs = { +export type Subscriptionlocaloptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_connectorMetasArgs = { +export type Subscriptionlocaloptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootCountArgs = { +export type Subscriptionlocaloptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootCountsArgs = { +export type Subscriptionlocaloptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootMessageSentArgs = { +export type Subscriptionlocaloptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootMessageSentsArgs = { +export type Subscriptionlocaloptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerFeesIncreaseArgs = { +export type Subscriptionlocaloptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerFeesIncreasesArgs = { +export type Subscriptionlocaloptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_slippageUpdateArgs = { +export type Subscriptionlocaloptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_slippageUpdatesArgs = { +export type Subscriptionlocaloptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_snapshotRootArgs = { +export type Subscriptionlocaloptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_snapshotRootsArgs = { +export type Subscriptionlocaloptimism_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_spokeConnectorModeArgs = { +export type Subscriptionlocaloptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_spokeConnectorModesArgs = { +export type Subscriptionlocaloptimism_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_aggregateRootProposedArgs = { +export type Subscriptionlocaloptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_aggregateRootProposedsArgs = { +export type Subscriptionlocaloptimism_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_optimisticRootFinalizedArgs = { +export type Subscriptionlocaloptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_optimisticRootFinalizedsArgs = { +export type Subscriptionlocaloptimism_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__metaArgs = { - block?: InputMaybe; +export type Subscriptionlocaloptimism__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingoptimismgoerli_swap_systemInfoArgs = { +export type Subscriptionstagingavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_systemInfosArgs = { +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 Subscriptionstagingoptimismgoerli_swap_pooledTokenArgs = { +export type Subscriptionstagingavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_pooledTokensArgs = { +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 Subscriptionstagingoptimismgoerli_swap_stableSwapArgs = { +export type Subscriptionstagingavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapsArgs = { +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 Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionstagingoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangesArgs = { +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 Subscriptionstagingoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumesArgs = { +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 Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumesArgs = { +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 Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { +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 Subscriptionstagingoptimismgoerli_swap_lpAccountArgs = { +export type Subscriptionstagingavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountsArgs = { +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 Subscriptionstagingoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalancesArgs = { +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 Subscriptionstagingoptimismgoerli_swap_lpTokenArgs = { +export type Subscriptionstagingavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokensArgs = { +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 Subscriptionstagingoptimismgoerli_swap_lpTransferEventArgs = { +export type Subscriptionstagingavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventsArgs = { +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 Subscriptionstagingoptimismgoerli_swap_stableSwapEventArgs = { +export type Subscriptionstagingavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventsArgs = { +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 Subscriptionstagingoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumesArgs = { +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 Subscriptionstagingoptimismgoerli_swap_lpTokenEventArgs = { +export type Subscriptionstagingavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventsArgs = { +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 Subscriptionstagingoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingavalanche_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_assetArgs = { +export type Subscriptionstagingavalanche_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_assetsArgs = { +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 Subscriptionx1testnet_assetStatusArgs = { +export type Subscriptionstagingavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_assetStatusesArgs = { +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 Subscriptionx1testnet_assetBalanceArgs = { +export type Subscriptionstagingavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_assetBalancesArgs = { +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 Subscriptionx1testnet_routerArgs = { +export type Subscriptionstagingavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_routersArgs = { +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 Subscriptionx1testnet_routerDailyTVLArgs = { +export type Subscriptionstagingavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_routerDailyTVLsArgs = { +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 Subscriptionx1testnet_routerLiquidityEventArgs = { +export type Subscriptionstagingavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_routerLiquidityEventsArgs = { +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 Subscriptionx1testnet_settingArgs = { +export type Subscriptionstagingavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_settingsArgs = { +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 Subscriptionx1testnet_relayerArgs = { +export type Subscriptionstagingpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_relayersArgs = { +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 Subscriptionx1testnet_sequencerArgs = { +export type Subscriptionstagingpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_sequencersArgs = { +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 Subscriptionx1testnet_relayerFeeArgs = { +export type Subscriptionstagingpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_relayerFeesArgs = { +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 Subscriptionx1testnet_originTransferArgs = { +export type Subscriptionstagingpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_originTransfersArgs = { +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 Subscriptionx1testnet_destinationTransferArgs = { +export type Subscriptionstagingpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_destinationTransfersArgs = { +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 Subscriptionx1testnet_originMessageArgs = { +export type Subscriptionstagingpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_originMessagesArgs = { +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 Subscriptionx1testnet_aggregateRootArgs = { +export type Subscriptionstagingpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_aggregateRootsArgs = { +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 Subscriptionx1testnet_connectorMetaArgs = { +export type Subscriptionstagingpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_connectorMetasArgs = { +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 Subscriptionx1testnet_rootCountArgs = { +export type Subscriptionstagingpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_rootCountsArgs = { +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 Subscriptionx1testnet_rootMessageSentArgs = { +export type Subscriptionstagingpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_rootMessageSentsArgs = { +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 Subscriptionx1testnet_relayerFeesIncreaseArgs = { +export type Subscriptionstagingpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_relayerFeesIncreasesArgs = { +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 Subscriptionx1testnet_slippageUpdateArgs = { +export type Subscriptionstagingpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_slippageUpdatesArgs = { +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 Subscriptionx1testnet_snapshotRootArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_snapshotRootsArgs = { +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 Subscriptionx1testnet_spokeConnectorModeArgs = { +export type Subscriptionstagingpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_spokeConnectorModesArgs = { +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 Subscriptionx1testnet_aggregateRootProposedArgs = { +export type Subscriptionstagingpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_aggregateRootProposedsArgs = { +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 Subscriptionx1testnet_optimisticRootFinalizedArgs = { +export type Subscriptionstagingpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionx1testnet_optimisticRootFinalizedsArgs = { +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 Subscriptionx1testnet__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingpolygonzkevm_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_Aggregation_interval = - | 'hour' - | 'day'; -export type testoptimismgoerli_Asset = { +export type Subscriptionstagingpolygonzkevm_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - key?: Maybe; - local: Scalars['testoptimismgoerli_Bytes']; - adoptedAsset: Scalars['testoptimismgoerli_Bytes']; - canonicalId: Scalars['testoptimismgoerli_Bytes']; - canonicalDomain: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_AssetBalance = { + +export type Subscriptionstagingpolygonzkevm_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - amount: Scalars['BigInt']; - router: testoptimismgoerli_Router; - asset: testoptimismgoerli_Asset; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionstagingpolygonzkevm_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__local' - | 'asset__adoptedAsset' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__blockNumber'; -export type testoptimismgoerli_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - local?: InputMaybe; - local_not?: InputMaybe; - local_gt?: InputMaybe; - local_lt?: InputMaybe; - local_gte?: InputMaybe; - local_lte?: InputMaybe; - local_in?: InputMaybe>; - local_not_in?: InputMaybe>; - local_contains?: InputMaybe; - local_not_contains?: InputMaybe; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type Subscriptionstagingpolygonzkevm_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_Asset_orderBy = - | 'id' - | 'key' - | 'local' - | 'adoptedAsset' - | 'canonicalId' - | 'canonicalDomain' - | 'blockNumber'; -export type testoptimismgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type Subscriptionstagingpolygonzkevm_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; -export type testoptimismgoerli_DestinationTransfer = { +export type Subscriptionstagingpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - to?: Maybe; - callData?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; - forceSlow?: Maybe; - receiveLocal?: Maybe; - callback?: Maybe; - callbackFee?: Maybe; - relayerFee?: Maybe; - destinationMinOut?: Maybe; - status?: Maybe; - routers?: Maybe>; - originSender?: Maybe; - transactingAsset?: Maybe; - transactingAmount?: Maybe; - localAsset?: Maybe; - localAmount?: Maybe; - sponsorVaultRelayerFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_DestinationTransferroutersArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - agent?: InputMaybe; - agent_not?: InputMaybe; - agent_gt?: InputMaybe; - agent_lt?: InputMaybe; - agent_gte?: InputMaybe; - agent_lte?: InputMaybe; - agent_in?: InputMaybe>; - agent_not_in?: InputMaybe>; - agent_contains?: InputMaybe; - agent_not_contains?: InputMaybe; - recovery?: InputMaybe; - recovery_not?: InputMaybe; - recovery_gt?: InputMaybe; - recovery_lt?: InputMaybe; - recovery_gte?: InputMaybe; - recovery_lte?: InputMaybe; - recovery_in?: InputMaybe>; - recovery_not_in?: InputMaybe>; - recovery_contains?: InputMaybe; - recovery_not_contains?: InputMaybe; - forceSlow?: InputMaybe; - forceSlow_not?: InputMaybe; - forceSlow_in?: InputMaybe>; - forceSlow_not_in?: InputMaybe>; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callback?: InputMaybe; - callback_not?: InputMaybe; - callback_gt?: InputMaybe; - callback_lt?: InputMaybe; - callback_gte?: InputMaybe; - callback_lte?: InputMaybe; - callback_in?: InputMaybe>; - callback_not_in?: InputMaybe>; - callback_contains?: InputMaybe; - callback_not_contains?: InputMaybe; - callbackFee?: InputMaybe; - callbackFee_not?: InputMaybe; - callbackFee_gt?: InputMaybe; - callbackFee_lt?: InputMaybe; - callbackFee_gte?: InputMaybe; - callbackFee_lte?: InputMaybe; - callbackFee_in?: InputMaybe>; - callbackFee_not_in?: InputMaybe>; - relayerFee?: InputMaybe; - relayerFee_not?: InputMaybe; - relayerFee_gt?: InputMaybe; - relayerFee_lt?: InputMaybe; - relayerFee_gte?: InputMaybe; - relayerFee_lte?: InputMaybe; - relayerFee_in?: InputMaybe>; - relayerFee_not_in?: InputMaybe>; - destinationMinOut?: InputMaybe; - destinationMinOut_not?: InputMaybe; - destinationMinOut_gt?: InputMaybe; - destinationMinOut_lt?: InputMaybe; - destinationMinOut_gte?: InputMaybe; - destinationMinOut_lte?: InputMaybe; - destinationMinOut_in?: InputMaybe>; - destinationMinOut_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - transactingAmount?: InputMaybe; - transactingAmount_not?: InputMaybe; - transactingAmount_gt?: InputMaybe; - transactingAmount_lt?: InputMaybe; - transactingAmount_gte?: InputMaybe; - transactingAmount_lte?: InputMaybe; - transactingAmount_in?: InputMaybe>; - transactingAmount_not_in?: InputMaybe>; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - localAmount?: InputMaybe; - localAmount_not?: InputMaybe; - localAmount_gt?: InputMaybe; - localAmount_lt?: InputMaybe; - localAmount_gte?: InputMaybe; - localAmount_lte?: InputMaybe; - localAmount_in?: InputMaybe>; - localAmount_not_in?: InputMaybe>; - sponsorVaultRelayerFee?: InputMaybe; - sponsorVaultRelayerFee_not?: InputMaybe; - sponsorVaultRelayerFee_gt?: InputMaybe; - sponsorVaultRelayerFee_lt?: InputMaybe; - sponsorVaultRelayerFee_gte?: InputMaybe; - sponsorVaultRelayerFee_lte?: InputMaybe; - sponsorVaultRelayerFee_in?: InputMaybe>; - sponsorVaultRelayerFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; -export type testoptimismgoerli_DestinationTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'to' - | 'callData' - | 'originDomain' - | 'destinationDomain' - | 'agent' - | 'recovery' - | 'forceSlow' - | 'receiveLocal' - | 'callback' - | 'callbackFee' - | 'relayerFee' - | 'destinationMinOut' - | 'status' - | 'routers' - | 'originSender' - | 'transactingAsset' - | 'transactingAmount' - | 'localAsset' - | 'localAmount' - | 'sponsorVaultRelayerFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber'; +export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -/** Defines the order direction, either ascending or descending */ -export type testoptimismgoerli_OrderDirection = - | 'asc' - | 'desc'; -export type testoptimismgoerli_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - to?: Maybe; - callData?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; - forceSlow?: Maybe; - receiveLocal?: Maybe; - callback?: Maybe; - callbackFee?: Maybe; - relayerFee?: Maybe; - destinationMinOut?: Maybe; - status?: Maybe; - originMinOut?: Maybe; - transactingAsset?: Maybe; - transactingAmount?: Maybe; - bridgedAsset?: Maybe; - bridgedAmount?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; +export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - agent?: InputMaybe; - agent_not?: InputMaybe; - agent_gt?: InputMaybe; - agent_lt?: InputMaybe; - agent_gte?: InputMaybe; - agent_lte?: InputMaybe; - agent_in?: InputMaybe>; - agent_not_in?: InputMaybe>; - agent_contains?: InputMaybe; - agent_not_contains?: InputMaybe; - recovery?: InputMaybe; - recovery_not?: InputMaybe; - recovery_gt?: InputMaybe; - recovery_lt?: InputMaybe; - recovery_gte?: InputMaybe; - recovery_lte?: InputMaybe; - recovery_in?: InputMaybe>; - recovery_not_in?: InputMaybe>; - recovery_contains?: InputMaybe; - recovery_not_contains?: InputMaybe; - forceSlow?: InputMaybe; - forceSlow_not?: InputMaybe; - forceSlow_in?: InputMaybe>; - forceSlow_not_in?: InputMaybe>; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callback?: InputMaybe; - callback_not?: InputMaybe; - callback_gt?: InputMaybe; - callback_lt?: InputMaybe; - callback_gte?: InputMaybe; - callback_lte?: InputMaybe; - callback_in?: InputMaybe>; - callback_not_in?: InputMaybe>; - callback_contains?: InputMaybe; - callback_not_contains?: InputMaybe; - callbackFee?: InputMaybe; - callbackFee_not?: InputMaybe; - callbackFee_gt?: InputMaybe; - callbackFee_lt?: InputMaybe; - callbackFee_gte?: InputMaybe; - callbackFee_lte?: InputMaybe; - callbackFee_in?: InputMaybe>; - callbackFee_not_in?: InputMaybe>; - relayerFee?: InputMaybe; - relayerFee_not?: InputMaybe; - relayerFee_gt?: InputMaybe; - relayerFee_lt?: InputMaybe; - relayerFee_gte?: InputMaybe; - relayerFee_lte?: InputMaybe; - relayerFee_in?: InputMaybe>; - relayerFee_not_in?: InputMaybe>; - destinationMinOut?: InputMaybe; - destinationMinOut_not?: InputMaybe; - destinationMinOut_gt?: InputMaybe; - destinationMinOut_lt?: InputMaybe; - destinationMinOut_gte?: InputMaybe; - destinationMinOut_lte?: InputMaybe; - destinationMinOut_in?: InputMaybe>; - destinationMinOut_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - originMinOut?: InputMaybe; - originMinOut_not?: InputMaybe; - originMinOut_gt?: InputMaybe; - originMinOut_lt?: InputMaybe; - originMinOut_gte?: InputMaybe; - originMinOut_lte?: InputMaybe; - originMinOut_in?: InputMaybe>; - originMinOut_not_in?: InputMaybe>; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - transactingAmount?: InputMaybe; - transactingAmount_not?: InputMaybe; - transactingAmount_gt?: InputMaybe; - transactingAmount_lt?: InputMaybe; - transactingAmount_gte?: InputMaybe; - transactingAmount_lte?: InputMaybe; - transactingAmount_in?: InputMaybe>; - transactingAmount_not_in?: InputMaybe>; - bridgedAsset?: InputMaybe; - bridgedAsset_not?: InputMaybe; - bridgedAsset_gt?: InputMaybe; - bridgedAsset_lt?: InputMaybe; - bridgedAsset_gte?: InputMaybe; - bridgedAsset_lte?: InputMaybe; - bridgedAsset_in?: InputMaybe>; - bridgedAsset_not_in?: InputMaybe>; - bridgedAsset_contains?: InputMaybe; - bridgedAsset_not_contains?: InputMaybe; - bridgedAmount?: InputMaybe; - bridgedAmount_not?: InputMaybe; - bridgedAmount_gt?: InputMaybe; - bridgedAmount_lt?: InputMaybe; - bridgedAmount_gte?: InputMaybe; - bridgedAmount_lte?: InputMaybe; - bridgedAmount_in?: InputMaybe>; - bridgedAmount_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionstagingpolygonzkevm__metaArgs = { + block?: InputMaybe; }; -export type testoptimismgoerli_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'to' - | 'callData' - | 'originDomain' - | 'destinationDomain' - | 'agent' - | 'recovery' - | 'forceSlow' - | 'receiveLocal' - | 'callback' - | 'callbackFee' - | 'relayerFee' - | 'destinationMinOut' - | 'status' - | 'originMinOut' - | 'transactingAsset' - | 'transactingAmount' - | 'bridgedAsset' - | 'bridgedAmount' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; -export type testoptimismgoerli_Relayer = { +export type Subscriptionmetis_assetArgs = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionmetis_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; -export type testoptimismgoerli_Router = { +export type Subscriptionmetis_assetStatusArgs = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_RouterassetBalancesArgs = { +export type Subscriptionmetis_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type testoptimismgoerli_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; -export type testoptimismgoerli_Setting = { +export type Subscriptionmetis_assetBalanceArgs = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['testoptimismgoerli_Bytes']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionmetis_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; -export type testoptimismgoerli_SponsorVault = { +export type Subscriptionmetis_routerArgs = { id: Scalars['ID']; - sponsorVault: Scalars['testoptimismgoerli_Bytes']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_SponsorVault_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - sponsorVault?: InputMaybe; - sponsorVault_not?: InputMaybe; - sponsorVault_gt?: InputMaybe; - sponsorVault_lt?: InputMaybe; - sponsorVault_gte?: InputMaybe; - sponsorVault_lte?: InputMaybe; - sponsorVault_in?: InputMaybe>; - sponsorVault_not_in?: InputMaybe>; - sponsorVault_contains?: InputMaybe; - sponsorVault_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionmetis_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_SponsorVault_orderBy = - | 'id' - | 'sponsorVault'; -export type testoptimismgoerli_StableSwap = { +export type Subscriptionmetis_routerDailyTVLArgs = { id: Scalars['ID']; - canonicalId: Scalars['testoptimismgoerli_Bytes']; - domain?: Maybe; - swapPool: Scalars['testoptimismgoerli_Bytes']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionmetis_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type testoptimismgoerli_StableSwap_orderBy = - | 'id' - | 'canonicalId' - | 'domain' - | 'swapPool'; -export type testoptimismgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; +export type Subscriptionmetis_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type testoptimismgoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; + +export type Subscriptionmetis_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -/** The type for the top-level _meta field */ -export type testoptimismgoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: testoptimismgoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; + +export type Subscriptionmetis_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type _SubgraphErrorPolicy_ = - /** Data will be returned even if the subgraph has indexing errors */ - | 'allow' - /** If the subgraph has indexing errors, data will be omitted. The default. */ - | 'deny'; + +export type Subscriptionmetis_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionx1testnet_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionx1testnet__metaArgs = { + block?: InputMaybe; +}; export type staginggoerli_AggregateRootSavedSlow = { id: Scalars['ID']; @@ -58425,46 +57231,34 @@ export type staginggoerli__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type optimismgoerli_swap_Aggregation_interval = +export type _SubgraphErrorPolicy_ = + /** Data will be returned even if the subgraph has indexing errors */ + | 'allow' + /** If the subgraph has indexing errors, data will be omitted. The default. */ + | 'deny'; + +export type testgoerli_Aggregation_interval = | 'hour' | 'day'; -export type optimismgoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimismgoerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type optimismgoerli_swap_LpAccount = { +export type testgoerli_Asset = { id: Scalars['ID']; - address: Scalars['optimismgoerli_swap_Bytes']; - balances: Array; -}; - - -export type optimismgoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + key?: Maybe; + local: Scalars['testgoerli_Bytes']; + adoptedAsset: Scalars['testgoerli_Bytes']; + canonicalId: Scalars['testgoerli_Bytes']; + canonicalDomain: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type optimismgoerli_swap_LpAccountBalance = { +export type testgoerli_AssetBalance = { id: Scalars['ID']; - account: optimismgoerli_swap_LpAccount; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + amount: Scalars['BigInt']; + router: testgoerli_Router; + asset: testgoerli_Asset; }; -export type optimismgoerli_swap_LpAccountBalance_filter = { +export type testgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58473,106 +57267,82 @@ export type optimismgoerli_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpAccountBalance_orderBy = +export type testgoerli_AssetBalance_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__local' + | 'asset__adoptedAsset' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__blockNumber'; -export type optimismgoerli_swap_LpAccount_filter = { +export type testgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58581,59 +57351,136 @@ export type optimismgoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + local?: InputMaybe; + local_not?: InputMaybe; + local_gt?: InputMaybe; + local_lt?: InputMaybe; + local_gte?: InputMaybe; + local_lte?: InputMaybe; + local_in?: InputMaybe>; + local_not_in?: InputMaybe>; + local_contains?: InputMaybe; + local_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpAccount_orderBy = +export type testgoerli_Asset_orderBy = | 'id' - | 'address' - | 'balances'; + | 'key' + | 'local' + | 'adoptedAsset' + | 'canonicalId' + | 'canonicalDomain' + | 'blockNumber'; -export type optimismgoerli_swap_LpToken = { +export type testgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type testgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type testgoerli_DestinationTransfer = { id: Scalars['ID']; - address: Scalars['optimismgoerli_swap_Bytes']; - stableSwap: optimismgoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['optimismgoerli_swap_BigDecimal']; - events: Array; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + to?: Maybe; + callData?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + agent?: Maybe; + recovery?: Maybe; + forceSlow?: Maybe; + receiveLocal?: Maybe; + callback?: Maybe; + callbackFee?: Maybe; + relayerFee?: Maybe; + destinationMinOut?: Maybe; + status?: Maybe; + routers?: Maybe>; + originSender?: Maybe; + transactingAsset?: Maybe; + transactingAmount?: Maybe; + localAsset?: Maybe; + localAmount?: Maybe; + sponsorVaultRelayerFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; }; -export type optimismgoerli_swap_LpTokeneventsArgs = { +export type testgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismgoerli_swap_LpTokenEvent = { - id: Scalars['ID']; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_LpTokenEvent_filter = { +export type testgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58642,61 +57489,24 @@ export type optimismgoerli_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; @@ -58705,28 +57515,354 @@ export type optimismgoerli_swap_LpTokenEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + localAmount?: InputMaybe; + localAmount_not?: InputMaybe; + localAmount_gt?: InputMaybe; + localAmount_lt?: InputMaybe; + localAmount_gte?: InputMaybe; + localAmount_lte?: InputMaybe; + localAmount_in?: InputMaybe>; + localAmount_not_in?: InputMaybe>; + sponsorVaultRelayerFee?: InputMaybe; + sponsorVaultRelayerFee_not?: InputMaybe; + sponsorVaultRelayerFee_gt?: InputMaybe; + sponsorVaultRelayerFee_lt?: InputMaybe; + sponsorVaultRelayerFee_gte?: InputMaybe; + sponsorVaultRelayerFee_lte?: InputMaybe; + sponsorVaultRelayerFee_in?: InputMaybe>; + sponsorVaultRelayerFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpTokenEvent_orderBy = +export type testgoerli_DestinationTransfer_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'routers' + | 'originSender' + | 'transactingAsset' + | 'transactingAmount' + | 'localAsset' + | 'localAmount' + | 'sponsorVaultRelayerFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber'; -export type optimismgoerli_swap_LpToken_filter = { +/** Defines the order direction, either ascending or descending */ +export type testgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type testgoerli_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + to?: Maybe; + callData?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + agent?: Maybe; + recovery?: Maybe; + forceSlow?: Maybe; + receiveLocal?: Maybe; + callback?: Maybe; + callbackFee?: Maybe; + relayerFee?: Maybe; + destinationMinOut?: Maybe; + status?: Maybe; + originMinOut?: Maybe; + transactingAsset?: Maybe; + transactingAmount?: Maybe; + bridgedAsset?: Maybe; + bridgedAmount?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type testgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58735,141 +57871,273 @@ export type optimismgoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_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; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + originMinOut?: InputMaybe; + originMinOut_not?: InputMaybe; + originMinOut_gt?: InputMaybe; + originMinOut_lt?: InputMaybe; + originMinOut_gte?: InputMaybe; + originMinOut_lte?: InputMaybe; + originMinOut_in?: InputMaybe>; + originMinOut_not_in?: InputMaybe>; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + bridgedAsset?: InputMaybe; + bridgedAsset_not?: InputMaybe; + bridgedAsset_gt?: InputMaybe; + bridgedAsset_lt?: InputMaybe; + bridgedAsset_gte?: InputMaybe; + bridgedAsset_lte?: InputMaybe; + bridgedAsset_in?: InputMaybe>; + bridgedAsset_not_in?: InputMaybe>; + bridgedAsset_contains?: InputMaybe; + bridgedAsset_not_contains?: InputMaybe; + bridgedAmount?: InputMaybe; + bridgedAmount_not?: InputMaybe; + bridgedAmount_gt?: InputMaybe; + bridgedAmount_lt?: InputMaybe; + bridgedAmount_gte?: InputMaybe; + bridgedAmount_lte?: InputMaybe; + bridgedAmount_in?: InputMaybe>; + bridgedAmount_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpToken_orderBy = +export type testgoerli_OriginTransfer_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'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'originMinOut' + | 'transactingAsset' + | 'transactingAmount' + | 'bridgedAsset' + | 'bridgedAmount' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type optimismgoerli_swap_LpTransferEvent = optimismgoerli_swap_LpTokenEvent & { +export type testgoerli_Relayer = { id: Scalars['ID']; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; - from: Scalars['optimismgoerli_swap_Bytes']; - to: Scalars['optimismgoerli_swap_Bytes']; - fromBalance: Scalars['optimismgoerli_swap_BigDecimal']; - toBalance: Scalars['optimismgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type optimismgoerli_swap_LpTransferEvent_filter = { +export type testgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58878,141 +58146,51 @@ export type optimismgoerli_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + 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 optimismgoerli_swap_LpTransferEvent_orderBy = +export type testgoerli_Relayer_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type optimismgoerli_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'isActive' + | 'relayer'; -export type optimismgoerli_swap_PooledToken = { +export type testgoerli_Router = { id: Scalars['ID']; - asset: Scalars['optimismgoerli_swap_Bytes']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type optimismgoerli_swap_PooledToken_filter = { + +export type testgoerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type testgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59021,116 +58199,254 @@ export type optimismgoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + 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 optimismgoerli_swap_PooledToken_orderBy = +export type testgoerli_Router_orderBy = | 'id' - | 'asset'; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type optimismgoerli_swap_StableSwap = { +export type testgoerli_Setting = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['optimismgoerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['testgoerli_Bytes']; }; - -export type optimismgoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type testgoerli_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type testgoerli_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; -export type optimismgoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type testgoerli_SponsorVault = { + id: Scalars['ID']; + sponsorVault: Scalars['testgoerli_Bytes']; }; +export type testgoerli_SponsorVault_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + sponsorVault?: InputMaybe; + sponsorVault_not?: InputMaybe; + sponsorVault_gt?: InputMaybe; + sponsorVault_lt?: InputMaybe; + sponsorVault_gte?: InputMaybe; + sponsorVault_lte?: InputMaybe; + sponsorVault_in?: InputMaybe>; + sponsorVault_not_in?: InputMaybe>; + sponsorVault_contains?: InputMaybe; + sponsorVault_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type optimismgoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type testgoerli_SponsorVault_orderBy = + | 'id' + | 'sponsorVault'; + +export type testgoerli_StableSwap = { + id: Scalars['ID']; + canonicalId: Scalars['testgoerli_Bytes']; + domain?: Maybe; + swapPool: Scalars['testgoerli_Bytes']; +}; + +export type testgoerli_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type testgoerli_StableSwap_orderBy = + | 'id' + | 'canonicalId' + | 'domain' + | 'swapPool'; -export type optimismgoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type testgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type testgoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; +/** The type for the top-level _meta field */ +export type testgoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: testgoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; -export type optimismgoerli_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type testoptimismgoerli_Aggregation_interval = + | 'hour' + | 'day'; + +export type testoptimismgoerli_Asset = { + id: Scalars['ID']; + key?: Maybe; + local: Scalars['testoptimismgoerli_Bytes']; + adoptedAsset: Scalars['testoptimismgoerli_Bytes']; + canonicalId: Scalars['testoptimismgoerli_Bytes']; + canonicalDomain: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { +export type testoptimismgoerli_AssetBalance = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - provider: Scalars['optimismgoerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + router: testoptimismgoerli_Router; + asset: testoptimismgoerli_Asset; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type testoptimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59139,160 +58455,82 @@ export type optimismgoerli_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>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type testoptimismgoerli_AssetBalance_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type optimismgoerli_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'amount' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__local' + | 'asset__adoptedAsset' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__blockNumber'; -export type optimismgoerli_swap_StableSwapEvent_filter = { +export type testoptimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59301,108 +58539,136 @@ export type optimismgoerli_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>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + local?: InputMaybe; + local_not?: InputMaybe; + local_gt?: InputMaybe; + local_lt?: InputMaybe; + local_gte?: InputMaybe; + local_lte?: InputMaybe; + local_in?: InputMaybe>; + local_not_in?: InputMaybe>; + local_contains?: InputMaybe; + local_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapEvent_orderBy = +export type testoptimismgoerli_Asset_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'key' + | 'local' + | 'adoptedAsset' + | 'canonicalId' + | 'canonicalDomain' + | 'blockNumber'; -export type optimismgoerli_swap_StableSwapExchange = { +export type testoptimismgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type testoptimismgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type testoptimismgoerli_DestinationTransfer = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - buyer: Scalars['optimismgoerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + to?: Maybe; + callData?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + agent?: Maybe; + recovery?: Maybe; + forceSlow?: Maybe; + receiveLocal?: Maybe; + callback?: Maybe; + callbackFee?: Maybe; + relayerFee?: Maybe; + destinationMinOut?: Maybe; + status?: Maybe; + routers?: Maybe>; + originSender?: Maybe; + transactingAsset?: Maybe; + transactingAmount?: Maybe; + localAsset?: Maybe; + localAmount?: Maybe; + sponsorVaultRelayerFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; }; -export type optimismgoerli_swap_StableSwapExchange_filter = { + +export type testoptimismgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type testoptimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59411,109 +58677,24 @@ export type optimismgoerli_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; + 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; @@ -59522,60 +58703,354 @@ export type optimismgoerli_swap_StableSwapExchange_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + localAmount?: InputMaybe; + localAmount_not?: InputMaybe; + localAmount_gt?: InputMaybe; + localAmount_lt?: InputMaybe; + localAmount_gte?: InputMaybe; + localAmount_lte?: InputMaybe; + localAmount_in?: InputMaybe>; + localAmount_not_in?: InputMaybe>; + sponsorVaultRelayerFee?: InputMaybe; + sponsorVaultRelayerFee_not?: InputMaybe; + sponsorVaultRelayerFee_gt?: InputMaybe; + sponsorVaultRelayerFee_lt?: InputMaybe; + sponsorVaultRelayerFee_gte?: InputMaybe; + sponsorVaultRelayerFee_lte?: InputMaybe; + sponsorVaultRelayerFee_in?: InputMaybe>; + sponsorVaultRelayerFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { +export type testoptimismgoerli_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'routers' + | 'originSender' + | 'transactingAsset' + | 'transactingAmount' + | 'localAsset' + | 'localAmount' + | 'sponsorVaultRelayerFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type testoptimismgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type testoptimismgoerli_OriginTransfer = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - provider: Scalars['optimismgoerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + to?: Maybe; + callData?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + agent?: Maybe; + recovery?: Maybe; + forceSlow?: Maybe; + receiveLocal?: Maybe; + callback?: Maybe; + callbackFee?: Maybe; + relayerFee?: Maybe; + destinationMinOut?: Maybe; + status?: Maybe; + originMinOut?: Maybe; + transactingAsset?: Maybe; + transactingAmount?: Maybe; + bridgedAsset?: Maybe; + bridgedAmount?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type testoptimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59584,105 +59059,24 @@ export type optimismgoerli_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; @@ -59691,44 +59085,247 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + originMinOut?: InputMaybe; + originMinOut_not?: InputMaybe; + originMinOut_gt?: InputMaybe; + originMinOut_lt?: InputMaybe; + originMinOut_gte?: InputMaybe; + originMinOut_lte?: InputMaybe; + originMinOut_in?: InputMaybe>; + originMinOut_not_in?: InputMaybe>; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + bridgedAsset?: InputMaybe; + bridgedAsset_not?: InputMaybe; + bridgedAsset_gt?: InputMaybe; + bridgedAsset_lt?: InputMaybe; + bridgedAsset_gte?: InputMaybe; + bridgedAsset_lte?: InputMaybe; + bridgedAsset_in?: InputMaybe>; + bridgedAsset_not_in?: InputMaybe>; + bridgedAsset_contains?: InputMaybe; + bridgedAsset_not_contains?: InputMaybe; + bridgedAmount?: InputMaybe; + bridgedAmount_not?: InputMaybe; + bridgedAmount_gt?: InputMaybe; + bridgedAmount_lt?: InputMaybe; + bridgedAmount_gte?: InputMaybe; + bridgedAmount_lte?: InputMaybe; + bridgedAmount_in?: InputMaybe>; + bridgedAmount_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type testoptimismgoerli_OriginTransfer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'chainId' + | 'transferId' + | 'nonce' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'originMinOut' + | 'transactingAsset' + | 'transactingAmount' + | 'bridgedAsset' + | 'bridgedAmount' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type optimismgoerli_swap_StableSwap_filter = { +export type testoptimismgoerli_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type testoptimismgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59741,196 +59338,47 @@ export type optimismgoerli_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwap_orderBy = +export type testoptimismgoerli_Relayer_orderBy = | 'id' | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'relayer'; -export type optimismgoerli_swap_SwapDailyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type testoptimismgoerli_Router = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type optimismgoerli_swap_SwapDailyVolume_filter = { + +export type testoptimismgoerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type testoptimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59939,79 +59387,71 @@ export type optimismgoerli_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type optimismgoerli_swap_SwapHourlyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type testoptimismgoerli_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type testoptimismgoerli_Setting = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['testoptimismgoerli_Bytes']; }; -export type optimismgoerli_swap_SwapHourlyVolume_filter = { +export type testoptimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60020,150 +59460,41 @@ export type optimismgoerli_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 optimismgoerli_swap_SwapHourlyVolume_orderBy = +export type testoptimismgoerli_Setting_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimismgoerli_swap_SwapTradeVolume = { - stableSwap: optimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; -}; - -export type optimismgoerli_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type optimismgoerli_swap_SwapWeeklyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type testoptimismgoerli_SponsorVault = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + sponsorVault: Scalars['testoptimismgoerli_Bytes']; }; -export type optimismgoerli_swap_SwapWeeklyVolume_filter = { +export type testoptimismgoerli_SponsorVault_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60172,78 +59503,34 @@ export type optimismgoerli_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + sponsorVault?: InputMaybe; + sponsorVault_not?: InputMaybe; + sponsorVault_gt?: InputMaybe; + sponsorVault_lt?: InputMaybe; + sponsorVault_gte?: InputMaybe; + sponsorVault_lte?: InputMaybe; + sponsorVault_in?: InputMaybe>; + sponsorVault_not_in?: InputMaybe>; + sponsorVault_contains?: InputMaybe; + sponsorVault_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapWeeklyVolume_orderBy = +export type testoptimismgoerli_SponsorVault_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'sponsorVault'; -export type optimismgoerli_swap_SystemInfo = { +export type testoptimismgoerli_StableSwap = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + canonicalId: Scalars['testoptimismgoerli_Bytes']; + domain?: Maybe; + swapPool: Scalars['testoptimismgoerli_Bytes']; }; -export type optimismgoerli_swap_SystemInfo_filter = { +export type testoptimismgoerli_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60252,46 +59539,66 @@ export type optimismgoerli_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>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SystemInfo_orderBy = +export type testoptimismgoerli_StableSwap_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'canonicalId' + | 'domain' + | 'swapPool'; -export type optimismgoerli_swap__Block_ = { +export type testoptimismgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type testoptimismgoerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type optimismgoerli_swap__Meta_ = { +export type testoptimismgoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -60299,49 +59606,53 @@ export type optimismgoerli_swap__Meta_ = { * and therefore asks for the latest block * */ - block: optimismgoerli_swap__Block_; + block: testoptimismgoerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type zksync_swap_BlockChangedFilter = { +export type stagingoptimismgoerli_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingoptimismgoerli_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type zksync_swap_Block_height = { - hash?: InputMaybe; +export type stagingoptimismgoerli_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type zksync_swap_LpAccount = { +export type stagingoptimismgoerli_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['zksync_swap_Bytes']; - balances: Array; + address: Scalars['stagingoptimismgoerli_swap_Bytes']; + balances: Array; }; -export type zksync_swap_LpAccountbalancesArgs = { +export type stagingoptimismgoerli_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_swap_LpAccountBalance = { +export type stagingoptimismgoerli_swap_LpAccountBalance = { id: Scalars['ID']; - account: zksync_swap_LpAccount; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; + account: stagingoptimismgoerli_swap_LpAccount; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type zksync_swap_LpAccountBalance_filter = { +export type stagingoptimismgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60370,7 +59681,7 @@ export type zksync_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; @@ -60391,15 +59702,15 @@ export type zksync_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; @@ -60416,23 +59727,23 @@ export type zksync_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 zksync_swap_LpAccountBalance_orderBy = +export type stagingoptimismgoerli_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -60449,7 +59760,7 @@ export type zksync_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type zksync_swap_LpAccount_filter = { +export type stagingoptimismgoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60458,59 +59769,59 @@ 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; + 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 zksync_swap_LpAccount_orderBy = +export type stagingoptimismgoerli_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type zksync_swap_LpToken = { +export type stagingoptimismgoerli_swap_LpToken = { id: Scalars['ID']; - address: Scalars['zksync_swap_Bytes']; - stableSwap: zksync_swap_StableSwap; + address: Scalars['stagingoptimismgoerli_swap_Bytes']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['zksync_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + events: Array; }; -export type zksync_swap_LpTokeneventsArgs = { +export type stagingoptimismgoerli_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_swap_LpTokenEvent = { +export type stagingoptimismgoerli_swap_LpTokenEvent = { id: Scalars['ID']; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type zksync_swap_LpTokenEvent_filter = { +export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60539,15 +59850,15 @@ export type zksync_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; @@ -60564,16 +59875,16 @@ export type zksync_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; @@ -60583,12 +59894,12 @@ export type zksync_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 zksync_swap_LpTokenEvent_orderBy = +export type stagingoptimismgoerli_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -60603,7 +59914,7 @@ export type zksync_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type zksync_swap_LpToken_filter = { +export type stagingoptimismgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60612,16 +59923,16 @@ 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; + 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; @@ -60642,7 +59953,7 @@ export type zksync_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; @@ -60691,22 +60002,22 @@ export type zksync_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 zksync_swap_LpToken_orderBy = +export type stagingoptimismgoerli_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -60732,21 +60043,21 @@ export type zksync_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type zksync_swap_LpTransferEvent = zksync_swap_LpTokenEvent & { +export type stagingoptimismgoerli_swap_LpTransferEvent = stagingoptimismgoerli_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']; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + from: Scalars['stagingoptimismgoerli_swap_Bytes']; + to: Scalars['stagingoptimismgoerli_swap_Bytes']; + fromBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + toBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type zksync_swap_LpTransferEvent_filter = { +export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60775,51 +60086,51 @@ export type zksync_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; @@ -60836,16 +60147,16 @@ export type zksync_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; @@ -60855,12 +60166,12 @@ export type zksync_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 zksync_swap_LpTransferEvent_orderBy = +export type stagingoptimismgoerli_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -60880,16 +60191,16 @@ export type zksync_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type zksync_swap_OrderDirection = +export type stagingoptimismgoerli_swap_OrderDirection = | 'asc' | 'desc'; -export type zksync_swap_PooledToken = { +export type stagingoptimismgoerli_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['zksync_swap_Bytes']; + asset: Scalars['stagingoptimismgoerli_swap_Bytes']; }; -export type zksync_swap_PooledToken_filter = { +export type stagingoptimismgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60898,103 +60209,103 @@ 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; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_PooledToken_orderBy = +export type stagingoptimismgoerli_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type zksync_swap_StableSwap = { +export type stagingoptimismgoerli_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['zksync_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['stagingoptimismgoerli_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 zksync_swap_StableSwapeventsArgs = { +export type stagingoptimismgoerli_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_swap_StableSwapexchangesArgs = { +export type stagingoptimismgoerli_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_swap_StableSwaphourlyVolumesArgs = { +export type stagingoptimismgoerli_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_swap_StableSwapdailyVolumesArgs = { +export type stagingoptimismgoerli_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_swap_StableSwapweeklyVolumesArgs = { +export type stagingoptimismgoerli_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_swap_StableSwapAddLiquidityEvent = zksync_swap_StableSwapEvent & { +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - provider: Scalars['zksync_swap_Bytes']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + provider: Scalars['stagingoptimismgoerli_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -61003,11 +60314,11 @@ export type zksync_swap_StableSwapAddLiquidityEvent = zksync_swap_StableSwapEven balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type zksync_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61036,17 +60347,17 @@ export type zksync_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>; @@ -61105,16 +60416,16 @@ 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; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -61124,12 +60435,12 @@ export type zksync_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 zksync_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -61160,16 +60471,16 @@ export type zksync_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type zksync_swap_StableSwapEvent = { +export type stagingoptimismgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; + stableSwap: stagingoptimismgoerli_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type zksync_swap_StableSwapEvent_filter = { +export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61198,7 +60509,7 @@ export type zksync_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; @@ -61215,16 +60526,16 @@ export type zksync_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -61234,12 +60545,12 @@ export type zksync_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 zksync_swap_StableSwapEvent_orderBy = +export type stagingoptimismgoerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -61263,10 +60574,10 @@ export type zksync_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type zksync_swap_StableSwapExchange = { +export type stagingoptimismgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - buyer: Scalars['zksync_swap_Bytes']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + buyer: Scalars['stagingoptimismgoerli_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -61275,11 +60586,11 @@ export type zksync_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type zksync_swap_StableSwapExchange_filter = { +export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61308,17 +60619,17 @@ export type zksync_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; @@ -61381,16 +60692,16 @@ export type zksync_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; @@ -61400,12 +60711,12 @@ export type zksync_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 zksync_swap_StableSwapExchange_orderBy = +export type stagingoptimismgoerli_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -61436,10 +60747,10 @@ export type zksync_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type zksync_swap_StableSwapRemoveLiquidityEvent = zksync_swap_StableSwapEvent & { +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - provider: Scalars['zksync_swap_Bytes']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + provider: Scalars['stagingoptimismgoerli_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -61448,11 +60759,11 @@ export type zksync_swap_StableSwapRemoveLiquidityEvent = zksync_swap_StableSwapE balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type zksync_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61481,17 +60792,17 @@ export type zksync_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>; @@ -61550,16 +60861,16 @@ export type zksync_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; @@ -61569,12 +60880,12 @@ export type zksync_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 zksync_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -61605,7 +60916,7 @@ export type zksync_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type zksync_swap_StableSwap_filter = { +export type stagingoptimismgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61618,26 +60929,26 @@ export type zksync_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; @@ -61646,26 +60957,26 @@ export type zksync_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; @@ -61714,12 +61025,12 @@ export type zksync_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>; @@ -61762,18 +61073,18 @@ export type zksync_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 zksync_swap_StableSwap_orderBy = +export type stagingoptimismgoerli_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -61800,14 +61111,14 @@ export type zksync_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type zksync_swap_SwapDailyVolume = zksync_swap_SwapTradeVolume & { +export type stagingoptimismgoerli_swap_SwapDailyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; + stableSwap: stagingoptimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type zksync_swap_SwapDailyVolume_filter = { +export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61836,7 +61147,7 @@ export type zksync_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; @@ -61845,21 +61156,21 @@ export type zksync_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: 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 zksync_swap_SwapDailyVolume_orderBy = +export type stagingoptimismgoerli_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -61881,14 +61192,14 @@ export type zksync_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type zksync_swap_SwapHourlyVolume = zksync_swap_SwapTradeVolume & { +export type stagingoptimismgoerli_swap_SwapHourlyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; + stableSwap: stagingoptimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type zksync_swap_SwapHourlyVolume_filter = { +export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61917,7 +61228,7 @@ export type zksync_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; @@ -61926,21 +61237,21 @@ 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>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: 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 zksync_swap_SwapHourlyVolume_orderBy = +export type stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -61962,13 +61273,13 @@ export type zksync_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type zksync_swap_SwapTradeVolume = { - stableSwap: zksync_swap_StableSwap; +export type stagingoptimismgoerli_swap_SwapTradeVolume = { + stableSwap: stagingoptimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type zksync_swap_SwapTradeVolume_filter = { +export type stagingoptimismgoerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -61989,7 +61300,7 @@ export type zksync_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; @@ -61998,21 +61309,21 @@ 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>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: 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 zksync_swap_SwapTradeVolume_orderBy = +export type stagingoptimismgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -62033,14 +61344,14 @@ export type zksync_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type zksync_swap_SwapWeeklyVolume = zksync_swap_SwapTradeVolume & { +export type stagingoptimismgoerli_swap_SwapWeeklyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; + stableSwap: stagingoptimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type zksync_swap_SwapWeeklyVolume_filter = { +export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62069,7 +61380,7 @@ export type zksync_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; @@ -62078,21 +61389,21 @@ 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>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: 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 zksync_swap_SwapWeeklyVolume_orderBy = +export type stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -62114,13 +61425,13 @@ export type zksync_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type zksync_swap_SystemInfo = { +export type stagingoptimismgoerli_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type zksync_swap_SystemInfo_filter = { +export type stagingoptimismgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62146,27 +61457,29 @@ export type zksync_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 zksync_swap_SystemInfo_orderBy = +export type stagingoptimismgoerli_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type zksync_swap__Block_ = { +export type stagingoptimismgoerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type zksync_swap__Meta_ = { +export type stagingoptimismgoerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -62174,49 +61487,53 @@ export type zksync_swap__Meta_ = { * and therefore asks for the latest block * */ - block: zksync_swap__Block_; + block: stagingoptimismgoerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type linea_swap_BlockChangedFilter = { +export type mumbai_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type mumbai_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type linea_swap_Block_height = { - hash?: InputMaybe; +export type mumbai_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type linea_swap_LpAccount = { +export type mumbai_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - balances: Array; + address: Scalars['mumbai_swap_Bytes']; + balances: Array; }; -export type linea_swap_LpAccountbalancesArgs = { +export type mumbai_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_LpAccountBalance = { +export type mumbai_swap_LpAccountBalance = { id: Scalars['ID']; - account: linea_swap_LpAccount; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; + account: mumbai_swap_LpAccount; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type linea_swap_LpAccountBalance_filter = { +export type mumbai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62245,7 +61562,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; @@ -62266,15 +61583,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; @@ -62291,26 +61608,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 mumbai_swap_LpAccountBalance_orderBy = | 'id' | 'account' + | 'account__id' + | 'account__address' | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' | 'block' | 'modified' | 'transaction'; -export type linea_swap_LpAccount_filter = { +export type mumbai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62319,53 +61650,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 mumbai_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type linea_swap_LpToken = { +export type mumbai_swap_LpToken = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - stableSwap: linea_swap_StableSwap; + address: Scalars['mumbai_swap_Bytes']; + stableSwap: mumbai_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['linea_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['mumbai_swap_BigDecimal']; + events: Array; }; -export type linea_swap_LpTokeneventsArgs = { +export type mumbai_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_LpTokenEvent = { +export type mumbai_swap_LpTokenEvent = { id: Scalars['ID']; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_LpTokenEvent_filter = { +export type mumbai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62394,15 +61731,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; @@ -62419,12 +61756,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; @@ -62434,19 +61775,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 mumbai_swap_LpTokenEvent_orderBy = | 'id' | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type linea_swap_LpToken_filter = { +export type mumbai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62455,12 +61804,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; @@ -62481,7 +61834,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; @@ -62530,43 +61883,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 mumbai_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'decimals' | 'name' | 'symbol' | 'totalSupply' | 'events'; -export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { +export type mumbai_swap_LpTransferEvent = mumbai_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: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; + from: Scalars['mumbai_swap_Bytes']; + to: Scalars['mumbai_swap_Bytes']; + fromBalance: Scalars['mumbai_swap_BigDecimal']; + toBalance: Scalars['mumbai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_LpTransferEvent_filter = { +export type mumbai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62595,43 +61967,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; @@ -62648,12 +62028,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; @@ -62663,12 +62047,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 mumbai_swap_LpTransferEvent_orderBy = | 'id' | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' | 'from' | 'to' @@ -62680,16 +62072,16 @@ export type linea_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type linea_swap_OrderDirection = +export type mumbai_swap_OrderDirection = | 'asc' | 'desc'; -export type linea_swap_PooledToken = { +export type mumbai_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['linea_swap_Bytes']; + asset: Scalars['mumbai_swap_Bytes']; }; -export type linea_swap_PooledToken_filter = { +export type mumbai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62698,97 +62090,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 mumbai_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type linea_swap_StableSwap = { +export type mumbai_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['linea_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['mumbai_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type linea_swap_StableSwapeventsArgs = { +export type mumbai_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapexchangesArgs = { +export type mumbai_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwaphourlyVolumesArgs = { +export type mumbai_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapdailyVolumesArgs = { +export type mumbai_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapweeklyVolumesArgs = { +export type mumbai_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { +export type mumbai_swap_StableSwapAddLiquidityEvent = mumbai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; + stableSwap: mumbai_swap_StableSwap; + provider: Scalars['mumbai_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -62797,11 +62195,11 @@ export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapAddLiquidityEvent_filter = { +export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62830,13 +62228,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>; @@ -62895,12 +62297,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; @@ -62910,12 +62316,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 mumbai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'provider' | 'tokenAmounts' | 'fees' @@ -62928,16 +62352,16 @@ export type linea_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwapEvent = { +export type mumbai_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: mumbai_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapEvent_filter = { +export type mumbai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62966,7 +62390,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; @@ -62983,12 +62407,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; @@ -62998,21 +62426,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 mumbai_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type linea_swap_StableSwapExchange = { +export type mumbai_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - buyer: Scalars['linea_swap_Bytes']; + stableSwap: mumbai_swap_StableSwap; + buyer: Scalars['mumbai_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -63021,11 +62467,11 @@ export type linea_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapExchange_filter = { +export type mumbai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63054,13 +62500,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; @@ -63123,12 +62573,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; @@ -63138,12 +62592,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 mumbai_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'buyer' | 'boughtId' | 'tokensBought' @@ -63156,10 +62628,10 @@ export type linea_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { +export type mumbai_swap_StableSwapRemoveLiquidityEvent = mumbai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; + stableSwap: mumbai_swap_StableSwap; + provider: Scalars['mumbai_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -63168,11 +62640,11 @@ export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEve balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { +export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63201,13 +62673,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>; @@ -63266,12 +62742,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; @@ -63281,12 +62761,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 mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'provider' | 'tokenAmounts' | 'fees' @@ -63299,7 +62797,7 @@ export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwap_filter = { +export type mumbai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63312,18 +62810,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; @@ -63332,18 +62838,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; @@ -63392,12 +62906,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>; @@ -63440,15 +62954,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 mumbai_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -63475,14 +62992,14 @@ export type linea_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { +export type mumbai_swap_SwapDailyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type linea_swap_SwapDailyVolume_filter = { +export type mumbai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63511,7 +63028,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; @@ -63520,32 +63037,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 mumbai_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { +export type mumbai_swap_SwapHourlyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type linea_swap_SwapHourlyVolume_filter = { +export type mumbai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63574,7 +63109,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; @@ -63583,31 +63118,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 mumbai_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type linea_swap_SwapTradeVolume = { - stableSwap: linea_swap_StableSwap; +export type mumbai_swap_SwapTradeVolume = { + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type linea_swap_SwapTradeVolume_filter = { +export type mumbai_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -63628,7 +63181,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; @@ -63637,31 +63190,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 mumbai_swap_SwapTradeVolume_orderBy = | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { +export type mumbai_swap_SwapWeeklyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type linea_swap_SwapWeeklyVolume_filter = { +export type mumbai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63690,7 +63261,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; @@ -63699,31 +63270,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 mumbai_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type linea_swap_SystemInfo = { +export type mumbai_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type linea_swap_SystemInfo_filter = { +export type mumbai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63749,25 +63338,29 @@ export type linea_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SystemInfo_orderBy = +export type mumbai_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type linea_swap__Block_ = { +export type mumbai_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type linea_swap__Meta_ = { +export type mumbai_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -63775,53 +63368,30 @@ export type linea_swap__Meta_ = { * and therefore asks for the latest block * */ - block: linea_swap__Block_; + block: mumbai_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type bnb_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type bnb_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type bnb_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type bnb_swap_LpAccount = { +export type linea_AggregateRoot = { id: Scalars['ID']; - address: Scalars['bnb_swap_Bytes']; - balances: Array; -}; - - -export type bnb_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + root: Scalars['linea_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type bnb_swap_LpAccountBalance = { +export type linea_AggregateRootProposed = { id: Scalars['ID']; - account: bnb_swap_LpAccount; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['linea_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type bnb_swap_LpAccountBalance_filter = { +export type linea_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63830,106 +63400,66 @@ export type bnb_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_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; }; -export type bnb_swap_LpAccountBalance_orderBy = +export type linea_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 bnb_swap_LpAccount_filter = { +export type linea_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63938,59 +63468,54 @@ export type bnb_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_swap_LpAccount_orderBy = +export type linea_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; + | 'root' + | 'blockNumber'; -export type bnb_swap_LpToken = { +export type linea_Asset = { id: Scalars['ID']; - address: Scalars['bnb_swap_Bytes']; - stableSwap: bnb_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['bnb_swap_BigDecimal']; - events: Array; -}; - - -export type bnb_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type bnb_swap_LpTokenEvent = { +export type linea_AssetBalance = { id: Scalars['ID']; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: linea_Router; + asset: linea_Asset; + feesEarned: Scalars['BigInt']; }; -export type bnb_swap_LpTokenEvent_filter = { +export type linea_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63999,91 +63524,108 @@ export type bnb_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; }; -export type bnb_swap_LpTokenEvent_orderBy = +export type linea_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' + | 'asset' + | 'feesEarned'; -export type bnb_swap_LpToken_filter = { +export type linea_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type linea_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64092,141 +63634,19 @@ export type bnb_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_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; }; -export type bnb_swap_LpToken_orderBy = +export type linea_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 bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { - id: Scalars['ID']; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - from: Scalars['bnb_swap_Bytes']; - to: Scalars['bnb_swap_Bytes']; - fromBalance: Scalars['bnb_swap_BigDecimal']; - toBalance: Scalars['bnb_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'status'; -export type bnb_swap_LpTransferEvent_filter = { +export type linea_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64235,141 +63655,119 @@ export type bnb_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_swap_LpTransferEvent_orderBy = +export type linea_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'; -/** Defines the order direction, either ascending or descending */ -export type bnb_swap_OrderDirection = - | 'asc' - | 'desc'; +export type linea_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type bnb_swap_PooledToken = { +export type linea_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type linea_ConnectorMeta = { id: Scalars['ID']; - asset: Scalars['bnb_swap_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type bnb_swap_PooledToken_filter = { +export type linea_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64378,116 +63776,103 @@ export type bnb_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_swap_PooledToken_orderBy = +export type linea_ConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type bnb_swap_StableSwap = { +export type linea_DestinationTransfer = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['bnb_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type bnb_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type bnb_swap_StableSwapweeklyVolumesArgs = { +export type linea_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - provider: Scalars['bnb_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_swap_StableSwapAddLiquidityEvent_filter = { +export type linea_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64496,105 +63881,20 @@ export type bnb_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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -64603,53 +63903,312 @@ export type bnb_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_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = +export type linea_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' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type bnb_swap_StableSwapEvent = { +export type linea_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - block: Scalars['BigInt']; + aggregateRoot: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type bnb_swap_StableSwapEvent_filter = { +export type linea_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64658,35 +64217,12 @@ export type bnb_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_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -64695,71 +64231,43 @@ export type bnb_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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; }; -export type bnb_swap_StableSwapEvent_orderBy = +export type linea_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 bnb_swap_StableSwapExchange = { +/** Defines the order direction, either ascending or descending */ +export type linea_OrderDirection = + | 'asc' + | 'desc'; + +export type linea_OriginMessage = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - buyer: Scalars['bnb_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type bnb_swap_StableSwapExchange_filter = { +export type linea_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64768,171 +64276,142 @@ export type bnb_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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_swap_StableSwapExchange_orderBy = +export type linea_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'; -export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { +export type linea_OriginTransfer = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - provider: Scalars['bnb_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { + +export type linea_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64941,105 +64420,20 @@ export type bnb_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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -65048,246 +64442,277 @@ export type bnb_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_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type bnb_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_swap_StableSwap_orderBy = +export type linea_OriginTransfer_orderBy = | 'id' - | 'isActive' - | 'key' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'asset' + | 'transactingAsset' + | 'message' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { +export type linea_Relayer = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type bnb_swap_SwapDailyVolume_filter = { +export type linea_RelayerFee = { + id: Scalars['ID']; + transfer: linea_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['linea_Bytes']; +}; + +export type linea_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65296,79 +64721,65 @@ export type bnb_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>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_swap_SwapDailyVolume_orderBy = +export type linea_RelayerFee_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'transfer' + | 'fee' + | 'asset'; -export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { +export type linea_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; + transfer: linea_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type bnb_swap_SwapHourlyVolume_filter = { +export type linea_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65377,27 +64788,53 @@ export type bnb_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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -65406,121 +64843,119 @@ export type bnb_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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; }; -export type bnb_swap_SwapHourlyVolume_orderBy = +export type linea_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' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type bnb_swap_SwapTradeVolume = { - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; +export type linea_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; }; -export type bnb_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; +export type linea_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type linea_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type linea_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; +export type linea_RootCount_orderBy = + | 'id' + | 'count'; -export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { +export type linea_RootMessageSent = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type bnb_swap_SwapWeeklyVolume_filter = { +export type linea_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65529,27 +64964,48 @@ export type bnb_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>; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -65558,49 +65014,75 @@ export type bnb_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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; }; -export type bnb_swap_SwapWeeklyVolume_orderBy = +export type linea_RootMessageSent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type bnb_swap_SystemInfo = { +export type linea_Router = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type bnb_swap_SystemInfo_filter = { + +export type linea_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_RouterDailyTVL = { + id: Scalars['ID']; + router: linea_Router; + asset: linea_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type linea_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65609,96 +65091,94 @@ export type bnb_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type bnb_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type bnb_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: bnb_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type mode_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; }; -export type mode_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +export type linea_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'asset' + | 'timestamp' + | 'balance'; -export type mode_swap_LpAccount = { +export type linea_RouterLiquidityEvent = { id: Scalars['ID']; - address: Scalars['mode_swap_Bytes']; - balances: Array; -}; - - -export type mode_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + type?: Maybe; + router: linea_Router; + asset: linea_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['linea_Bytes']; + nonce: Scalars['BigInt']; }; -export type mode_swap_LpAccountBalance = { - id: Scalars['ID']; - account: mode_swap_LpAccount; - token: mode_swap_LpToken; - amount: Scalars['mode_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; +export type linea_RouterLiquidityEventType = + | 'Add' + | 'Remove'; -export type mode_swap_LpAccountBalance_filter = { +export type linea_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65707,106 +65187,122 @@ export type mode_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mode_swap_LpAccountBalance_orderBy = +export type linea_RouterLiquidityEvent_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' + | 'type' + | 'router' + | 'asset' | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type mode_swap_LpAccount_filter = { +export type linea_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65815,59 +65311,57 @@ export type mode_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mode_swap_LpAccount_orderBy = +export type linea_Router_orderBy = | 'id' - | 'address' - | 'balances'; - -export type mode_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['mode_swap_Bytes']; - stableSwap: mode_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['mode_swap_BigDecimal']; - events: Array; -}; - - -export type mode_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type mode_swap_LpTokenEvent = { +export type linea_Sequencer = { id: Scalars['ID']; - token: mode_swap_LpToken; - amount: Scalars['mode_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type mode_swap_LpTokenEvent_filter = { +export type linea_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65876,91 +65370,32 @@ export type mode_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mode_swap_LpTokenEvent_orderBy = +export type linea_Sequencer_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'isActive' + | 'sequencer'; -export type mode_swap_LpToken_filter = { +export type linea_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['linea_Bytes']; +}; + +export type linea_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65969,141 +65404,42 @@ export type mode_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mode_swap_LpToken_orderBy = +export type linea_Setting_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type mode_swap_LpTransferEvent = mode_swap_LpTokenEvent & { +export type linea_SlippageUpdate = { id: Scalars['ID']; - token: mode_swap_LpToken; - amount: Scalars['mode_swap_BigDecimal']; - from: Scalars['mode_swap_Bytes']; - to: Scalars['mode_swap_Bytes']; - fromBalance: Scalars['mode_swap_BigDecimal']; - toBalance: Scalars['mode_swap_BigDecimal']; - block: Scalars['BigInt']; + transfer: linea_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mode_swap_LpTransferEvent_filter = { +export type linea_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66112,79 +65448,47 @@ export type mode_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -66193,60 +65497,55 @@ export type mode_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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; }; -export type mode_swap_LpTransferEvent_orderBy = +export type linea_SlippageUpdate_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'transfer' + | 'slippage' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type mode_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type mode_swap_PooledToken = { +export type linea_SnapshotRoot = { id: Scalars['ID']; - asset: Scalars['mode_swap_Bytes']; + spokeDomain?: Maybe; + root: Scalars['linea_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mode_swap_PooledToken_filter = { +export type linea_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66255,116 +65554,62 @@ export type mode_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mode_swap_PooledToken_orderBy = +export type linea_SnapshotRoot_orderBy = | 'id' - | 'asset'; - -export type mode_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['mode_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type mode_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mode_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mode_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mode_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mode_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type mode_swap_StableSwapAddLiquidityEvent = mode_swap_StableSwapEvent & { +export type linea_SpokeConnectorMode = { id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - provider: Scalars['mode_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + mode: Scalars['String']; }; -export type mode_swap_StableSwapAddLiquidityEvent_filter = { +export type linea_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66373,160 +65618,83 @@ export type mode_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + 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; }; -export type mode_swap_StableSwapAddLiquidityEvent_orderBy = +export type linea_SpokeConnectorMode_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | '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'; + | 'mode'; -export type mode_swap_StableSwapEvent = { +export type linea_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type linea__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type linea__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: linea__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type xdai_AggregateRoot = { id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - block: Scalars['BigInt']; + root: Scalars['xdai_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type xdai_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['xdai_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mode_swap_StableSwapEvent_filter = { +export type xdai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66535,35 +65703,40 @@ export type mode_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -66572,71 +65745,30 @@ export type mode_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 mode_swap_StableSwapEvent_orderBy = +export type xdai_AggregateRootProposed_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | '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' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' - | 'transaction' - | 'nonce'; - -export type mode_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - buyer: Scalars['mode_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'blockNumber'; -export type mode_swap_StableSwapExchange_filter = { +export type xdai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66645,171 +65777,64 @@ export type mode_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_StableSwapExchange_orderBy = +export type xdai_AggregateRoot_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'root' + | 'blockNumber'; -export type mode_swap_StableSwapRemoveLiquidityEvent = mode_swap_StableSwapEvent & { +export type xdai_Aggregation_interval = + | 'hour' + | 'day'; + +export type xdai_Asset = { id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - provider: Scalars['mode_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type mode_swap_StableSwapRemoveLiquidityEvent_filter = { +export type xdai_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: xdai_Router; + asset: xdai_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type xdai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66818,151 +65843,125 @@ export type mode_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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 mode_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type xdai_AssetBalance_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'amount' + | '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 mode_swap_StableSwap_filter = { +export type xdai_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type xdai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66971,200 +65970,21 @@ export type mode_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - 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; + 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 mode_swap_StableSwap_orderBy = +export type xdai_AssetStatus_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']; -}; + | 'status'; -export type mode_swap_SwapDailyVolume_filter = { +export type xdai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67173,476 +65993,70 @@ export type mode_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** 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 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 localmainnet_AggregateRootSavedSlow = { - id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; -}; - -export type localmainnet_AggregateRootSavedSlow_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_AggregateRootSavedSlow_orderBy = - | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -export type localmainnet_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['localmainnet_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; -}; - -export type localmainnet_AggregatedMessageRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - 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>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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; @@ -67651,199 +66065,67 @@ export type localmainnet_AggregatedMessageRoot_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_AggregatedMessageRoot_orderBy = - | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; - -export type localmainnet_Aggregation_interval = - | 'hour' - | 'day'; - -export type localmainnet_ArbitrumConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; -}; - -export type localmainnet_ArbitrumConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_ArbitrumConnectorMeta_orderBy = +export type xdai_Asset_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type localmainnet_BlockChangedFilter = { +export type xdai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type localmainnet_Block_height = { - hash?: InputMaybe; +export type xdai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type localmainnet_BnbConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; -}; - -export type localmainnet_BnbConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localmainnet_GnosisConnectorMeta = { +export type xdai_ConnectorMeta = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type localmainnet_GnosisConnectorMeta_filter = { +export type xdai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67868,43 +66150,43 @@ export type localmainnet_GnosisConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_GnosisConnectorMeta_orderBy = +export type xdai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -67912,102 +66194,57 @@ export type localmainnet_GnosisConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localmainnet_HubDomain = { - id: Scalars['ID']; - domain?: Maybe; -}; - -export type localmainnet_HubDomain_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_HubDomain_orderBy = - | 'id' - | 'domain'; - -export type localmainnet_HubOptimisticRootFinalized = { +export type xdai_DestinationTransfer = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type localmainnet_HubOptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type localmainnet_HubOptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; -export type localmainnet_OptimismConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; +export type xdai_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_OptimismConnectorMeta_filter = { +export type xdai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68016,144 +66253,393 @@ export type localmainnet_OptimismConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localmainnet_OptimisticRootPropagated = { - id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - domainsHash: Scalars['localmainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type localmainnet_OptimisticRootPropagated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - 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 localmainnet_OptimisticRootPropagated_orderBy = +export type xdai_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 localmainnet_OptimisticRootProposed = { +export type xdai_OptimisticRootFinalized = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['localmainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['localmainnet_Bytes']; + aggregateRoot: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type localmainnet_OptimisticRootProposed_filter = { +export type xdai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68162,46 +66648,16 @@ export type localmainnet_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -68219,112 +66675,36 @@ export type localmainnet_OptimisticRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimisticRootProposed_orderBy = +export type xdai_OptimisticRootFinalized_orderBy = | 'id' - | 'disputeCliff' | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type localmainnet_OrderDirection = +export type xdai_OrderDirection = | 'asc' | 'desc'; -export type localmainnet_PolygonConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; -}; - -export type localmainnet_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 localmainnet_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localmainnet_RootAggregated = { +export type xdai_OriginMessage = { id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['localmainnet_Bytes']; - index: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type localmainnet_RootAggregated_filter = { +export type xdai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68333,24 +66713,34 @@ export type localmainnet_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; @@ -68359,192 +66749,36 @@ export type localmainnet_RootAggregated_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type localmainnet_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type localmainnet_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; - -export type localmainnet_RootManagerMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type localmainnet_RootManagerMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_RootManagerMode_orderBy = - | 'id' - | 'mode'; - -export type localmainnet_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type localmainnet_RootMessageProcessed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_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; @@ -68553,605 +66787,92 @@ export type localmainnet_RootMessageProcessed_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootMessageProcessed_orderBy = +export type xdai_OriginMessage_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' | 'root' - | 'caller' | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type localmainnet_RootPropagated = { +export type xdai_OriginTransfer = { id: Scalars['ID']; - aggregate: Scalars['localmainnet_Bytes']; - domainsHash: Scalars['localmainnet_Bytes']; - count: 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 localmainnet_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 localmainnet_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; -export type localmainnet_ZkSyncConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; +export type xdai_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_ZkSyncConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_ZkSyncConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localmainnet__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type localmainnet__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: localmainnet__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type lineagoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['lineagoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type lineagoerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type lineagoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type lineagoerli_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: lineagoerli_Router; - asset: lineagoerli_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type lineagoerli_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'asset' - | 'feesEarned'; - -export type lineagoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type lineagoerli_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type lineagoerli_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status'; - -export type lineagoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type lineagoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type lineagoerli_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type lineagoerli_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type lineagoerli_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type lineagoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type lineagoerli_DestinationTransfer_filter = { +export type xdai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69168,12 +66889,16 @@ export type lineagoerli_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; @@ -69182,17 +66907,20 @@ export type lineagoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + 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; @@ -69217,28 +66945,40 @@ export type lineagoerli_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; @@ -69247,20 +66987,16 @@ export type lineagoerli_DestinationTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -69277,12 +67013,16 @@ export type lineagoerli_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; @@ -69303,150 +67043,146 @@ export type lineagoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + 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; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_DestinationTransfer_orderBy = +export type xdai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' | 'nonce' | 'status' - | 'routers' + | 'messageHash' | 'originDomain' | 'destinationDomain' | 'canonicalDomain' @@ -69455,495 +67191,57 @@ export type lineagoerli_DestinationTransfer_orderBy = | 'receiveLocal' | 'callData' | 'slippage' - | 'bumpSlippageCount' | 'originSender' | 'bridgedAmt' | 'normalizedIn' | 'canonicalId' | 'asset' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | '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'; -/** Defines the order direction, either ascending or descending */ -export type lineagoerli_OrderDirection = - | 'asc' - | 'desc'; +export type xdai_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; -export type lineagoerli_OriginMessage = { +export type xdai_RelayerFee = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + transfer: xdai_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['xdai_Bytes']; }; -export type lineagoerli_OriginMessage_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount'; - -export type lineagoerli_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type lineagoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type lineagoerli_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'transactingAsset' - | 'message' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type lineagoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type lineagoerli_RelayerFee = { - id: Scalars['ID']; - transfer: lineagoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['lineagoerli_Bytes']; -}; - -export type lineagoerli_RelayerFee_filter = { +export type xdai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69972,7 +67270,7 @@ export type lineagoerli_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; @@ -69981,36 +67279,71 @@ export type lineagoerli_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 lineagoerli_RelayerFee_orderBy = +export type xdai_RelayerFee_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'fee' | 'asset'; -export type lineagoerli_RelayerFeesIncrease = { +export type xdai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: lineagoerli_OriginTransfer; + transfer: xdai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['lineagoerli_Bytes']; - transactionHash: Scalars['lineagoerli_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 lineagoerli_RelayerFeesIncrease_filter = { +export type xdai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70039,7 +67372,7 @@ export type lineagoerli_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; @@ -70048,24 +67381,36 @@ export type lineagoerli_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; @@ -70099,12 +67444,43 @@ export type lineagoerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RelayerFeesIncrease_orderBy = +export type xdai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -70114,7 +67490,7 @@ export type lineagoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type lineagoerli_Relayer_filter = { +export type xdai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70127,27 +67503,33 @@ export type lineagoerli_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 lineagoerli_Relayer_orderBy = +export type xdai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type lineagoerli_RootCount = { +export type xdai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type lineagoerli_RootCount_filter = { +export type xdai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70165,28 +67547,30 @@ export type lineagoerli_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 lineagoerli_RootCount_orderBy = +export type xdai_RootCount_orderBy = | 'id' | 'count'; -export type lineagoerli_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 lineagoerli_RootMessageSent_filter = { +export type xdai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70211,12 +67595,16 @@ export type lineagoerli_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; @@ -70225,18 +67613,26 @@ export type lineagoerli_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; @@ -70270,10 +67666,12 @@ export type lineagoerli_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 lineagoerli_RootMessageSent_orderBy = +export type xdai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -70286,34 +67684,34 @@ export type lineagoerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type lineagoerli_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 lineagoerli_RouterassetBalancesArgs = { +export type xdai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type lineagoerli_RouterDailyTVL = { +export type xdai_RouterDailyTVL = { id: Scalars['ID']; - router: lineagoerli_Router; - asset: lineagoerli_Asset; + router: xdai_Router; + asset: xdai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type lineagoerli_RouterDailyTVL_filter = { +export type xdai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70342,7 +67740,7 @@ export type lineagoerli_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; @@ -70363,7 +67761,7 @@ export type lineagoerli_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; @@ -70381,17 +67779,201 @@ export type lineagoerli_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 lineagoerli_RouterDailyTVL_orderBy = +export type xdai_RouterDailyTVL_orderBy = | 'id' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type lineagoerli_Router_filter = { +export type xdai_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: xdai_Router; + asset: xdai_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['xdai_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type xdai_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 xdai_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type xdai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70404,24 +67986,36 @@ export type lineagoerli_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; @@ -70430,12 +68024,14 @@ export type lineagoerli_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 lineagoerli_Router_orderBy = +export type xdai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -70444,13 +68040,13 @@ export type lineagoerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type lineagoerli_Sequencer = { +export type xdai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type lineagoerli_Sequencer_filter = { +export type xdai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70463,28 +68059,34 @@ export type lineagoerli_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 lineagoerli_Sequencer_orderBy = +export type xdai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type lineagoerli_Setting = { +export type xdai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['lineagoerli_Bytes']; + caller: Scalars['xdai_Bytes']; }; -export type lineagoerli_Setting_filter = { +export type xdai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70501,34 +68103,40 @@ export type lineagoerli_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 lineagoerli_Setting_orderBy = +export type xdai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type lineagoerli_SlippageUpdate = { +export type xdai_SlippageUpdate = { id: Scalars['ID']; - transfer: lineagoerli_DestinationTransfer; + transfer: xdai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['lineagoerli_Bytes']; - transactionHash: Scalars['lineagoerli_Bytes']; + caller: Scalars['xdai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type lineagoerli_SlippageUpdate_filter = { +export type xdai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70557,7 +68165,7 @@ export type lineagoerli_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; @@ -70566,18 +68174,26 @@ export type lineagoerli_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; @@ -70611,38 +68227,196 @@ export type lineagoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_SlippageUpdate_orderBy = +export type xdai_SlippageUpdate_orderBy = | 'id' | 'transfer' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type lineagoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type lineagoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type xdai_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['xdai_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type xdai_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 xdai_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type xdai_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type xdai_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 xdai_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type xdai_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type xdai__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type lineagoerli__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 @@ -70650,53 +68424,53 @@ export type lineagoerli__Meta_ = { * and therefore asks for the latest block * */ - block: lineagoerli__Block_; + block: xdai__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type xdai_swap_Aggregation_interval = +export type optimismgoerli_swap_Aggregation_interval = | 'hour' | 'day'; -export type xdai_swap_BlockChangedFilter = { +export type optimismgoerli_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xdai_swap_Block_height = { - hash?: InputMaybe; +export type optimismgoerli_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xdai_swap_LpAccount = { +export type optimismgoerli_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - balances: Array; + address: Scalars['optimismgoerli_swap_Bytes']; + balances: Array; }; -export type xdai_swap_LpAccountbalancesArgs = { +export type optimismgoerli_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_LpAccountBalance = { +export type optimismgoerli_swap_LpAccountBalance = { id: Scalars['ID']; - account: xdai_swap_LpAccount; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; + account: optimismgoerli_swap_LpAccount; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type xdai_swap_LpAccountBalance_filter = { +export type optimismgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70725,7 +68499,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; @@ -70746,15 +68520,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; @@ -70771,23 +68545,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 optimismgoerli_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -70804,7 +68578,7 @@ export type xdai_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type xdai_swap_LpAccount_filter = { +export type optimismgoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70813,59 +68587,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 optimismgoerli_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type xdai_swap_LpToken = { +export type optimismgoerli_swap_LpToken = { id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - stableSwap: xdai_swap_StableSwap; + address: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['xdai_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['optimismgoerli_swap_BigDecimal']; + events: Array; }; -export type xdai_swap_LpTokeneventsArgs = { +export type optimismgoerli_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_LpTokenEvent = { +export type optimismgoerli_swap_LpTokenEvent = { id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_LpTokenEvent_filter = { +export type optimismgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70894,15 +68668,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; @@ -70919,16 +68693,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; @@ -70938,12 +68712,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 optimismgoerli_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -70958,7 +68732,7 @@ export type xdai_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_LpToken_filter = { +export type optimismgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70967,16 +68741,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; @@ -70997,7 +68771,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; @@ -71046,22 +68820,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 optimismgoerli_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -71087,21 +68861,21 @@ export type xdai_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { +export type optimismgoerli_swap_LpTransferEvent = optimismgoerli_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: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; + from: Scalars['optimismgoerli_swap_Bytes']; + to: Scalars['optimismgoerli_swap_Bytes']; + fromBalance: Scalars['optimismgoerli_swap_BigDecimal']; + toBalance: Scalars['optimismgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_LpTransferEvent_filter = { +export type optimismgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71130,51 +68904,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; @@ -71191,16 +68965,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; @@ -71210,12 +68984,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 optimismgoerli_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -71235,16 +69009,16 @@ export type xdai_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type xdai_swap_OrderDirection = +export type optimismgoerli_swap_OrderDirection = | 'asc' | 'desc'; -export type xdai_swap_PooledToken = { +export type optimismgoerli_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['xdai_swap_Bytes']; + asset: Scalars['optimismgoerli_swap_Bytes']; }; -export type xdai_swap_PooledToken_filter = { +export type optimismgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71253,103 +69027,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 optimismgoerli_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type xdai_swap_StableSwap = { +export type optimismgoerli_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['xdai_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['optimismgoerli_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type xdai_swap_StableSwapeventsArgs = { +export type optimismgoerli_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapexchangesArgs = { +export type optimismgoerli_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwaphourlyVolumesArgs = { +export type optimismgoerli_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapdailyVolumesArgs = { +export type optimismgoerli_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapweeklyVolumesArgs = { +export type optimismgoerli_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { +export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + provider: Scalars['optimismgoerli_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -71358,11 +69132,11 @@ export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapAddLiquidityEvent_filter = { +export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71391,17 +69165,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>; @@ -71460,16 +69234,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; @@ -71479,12 +69253,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 optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -71515,16 +69289,16 @@ export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapEvent = { +export type optimismgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapEvent_filter = { +export type optimismgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71553,7 +69327,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; @@ -71570,16 +69344,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; @@ -71589,12 +69363,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 optimismgoerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -71618,10 +69392,10 @@ export type xdai_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapExchange = { +export type optimismgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - buyer: Scalars['xdai_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + buyer: Scalars['optimismgoerli_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -71630,11 +69404,11 @@ export type xdai_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapExchange_filter = { +export type optimismgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71663,17 +69437,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; @@ -71736,16 +69510,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; @@ -71755,12 +69529,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 optimismgoerli_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -71791,10 +69565,10 @@ export type xdai_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + provider: Scalars['optimismgoerli_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -71803,11 +69577,11 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71836,17 +69610,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>; @@ -71905,16 +69679,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; @@ -71924,12 +69698,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 optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -71960,7 +69734,7 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwap_filter = { +export type optimismgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71973,26 +69747,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; @@ -72001,26 +69775,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; @@ -72069,12 +69843,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>; @@ -72117,18 +69891,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 optimismgoerli_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -72155,14 +69929,14 @@ export type xdai_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { +export type optimismgoerli_swap_SwapDailyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type xdai_swap_SwapDailyVolume_filter = { +export type optimismgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72191,7 +69965,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; @@ -72200,21 +69974,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 optimismgoerli_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -72236,14 +70010,14 @@ export type xdai_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { +export type optimismgoerli_swap_SwapHourlyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type xdai_swap_SwapHourlyVolume_filter = { +export type optimismgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72272,7 +70046,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; @@ -72281,21 +70055,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 optimismgoerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -72317,13 +70091,13 @@ export type xdai_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapTradeVolume = { - stableSwap: xdai_swap_StableSwap; +export type optimismgoerli_swap_SwapTradeVolume = { + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type xdai_swap_SwapTradeVolume_filter = { +export type optimismgoerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -72344,7 +70118,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; @@ -72353,21 +70127,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 optimismgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -72388,14 +70162,14 @@ export type xdai_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { +export type optimismgoerli_swap_SwapWeeklyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type xdai_swap_SwapWeeklyVolume_filter = { +export type optimismgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72424,7 +70198,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; @@ -72433,21 +70207,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 optimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -72469,13 +70243,13 @@ export type xdai_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SystemInfo = { +export type optimismgoerli_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type xdai_swap_SystemInfo_filter = { +export type optimismgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72501,29 +70275,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 optimismgoerli_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type xdai_swap__Block_ = { +export type optimismgoerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ 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 optimismgoerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -72531,53 +70305,30 @@ export type xdai_swap__Meta_ = { * and therefore asks for the latest block * */ - block: xdai_swap__Block_; + block: optimismgoerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type staginggoerli_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type staginggoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type staginggoerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type staginggoerli_swap_LpAccount = { +export type bnb_AggregateRoot = { id: Scalars['ID']; - address: Scalars['staginggoerli_swap_Bytes']; - balances: Array; -}; - - -export type staginggoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + root: Scalars['bnb_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type staginggoerli_swap_LpAccountBalance = { +export type bnb_AggregateRootProposed = { id: Scalars['ID']; - account: staginggoerli_swap_LpAccount; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['bnb_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type staginggoerli_swap_LpAccountBalance_filter = { +export type bnb_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72586,106 +70337,72 @@ export type staginggoerli_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 staginggoerli_swap_LpAccountBalance_orderBy = +export type bnb_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 staginggoerli_swap_LpAccount_filter = { +export type bnb_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72694,59 +70411,64 @@ export type staginggoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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 staginggoerli_swap_LpAccount_orderBy = +export type bnb_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; - -export type staginggoerli_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['staginggoerli_swap_Bytes']; - stableSwap: staginggoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['staginggoerli_swap_BigDecimal']; - events: Array; -}; + | 'root' + | 'blockNumber'; +export type bnb_Aggregation_interval = + | 'hour' + | 'day'; -export type staginggoerli_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type bnb_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type staginggoerli_swap_LpTokenEvent = { +export type bnb_AssetBalance = { id: Scalars['ID']; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: bnb_Router; + asset: bnb_Asset; + feesEarned: Scalars['BigInt']; }; -export type staginggoerli_swap_LpTokenEvent_filter = { +export type bnb_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72755,91 +70477,125 @@ export type staginggoerli_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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 staginggoerli_swap_LpTokenEvent_orderBy = +export type bnb_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 staginggoerli_swap_LpToken_filter = { +export type bnb_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type bnb_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72848,141 +70604,21 @@ export type staginggoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_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 staginggoerli_swap_LpToken_orderBy = +export type bnb_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 staginggoerli_swap_LpTransferEvent = staginggoerli_swap_LpTokenEvent & { - id: Scalars['ID']; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; - from: Scalars['staginggoerli_swap_Bytes']; - to: Scalars['staginggoerli_swap_Bytes']; - fromBalance: Scalars['staginggoerli_swap_BigDecimal']; - toBalance: Scalars['staginggoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'status'; -export type staginggoerli_swap_LpTransferEvent_filter = { +export type bnb_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72991,141 +70627,139 @@ export type staginggoerli_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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 staginggoerli_swap_LpTransferEvent_orderBy = +export type bnb_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 staginggoerli_swap_OrderDirection = - | 'asc' - | 'desc'; +export type bnb_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type staginggoerli_swap_PooledToken = { +export type bnb_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type bnb_ConnectorMeta = { id: Scalars['ID']; - asset: Scalars['staginggoerli_swap_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type staginggoerli_swap_PooledToken_filter = { +export type bnb_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73134,116 +70768,117 @@ export type staginggoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type staginggoerli_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['staginggoerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type staginggoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type staginggoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type staginggoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type bnb_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type staginggoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type bnb_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type staginggoerli_swap_StableSwapweeklyVolumesArgs = { +export type bnb_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type staginggoerli_swap_StableSwapAddLiquidityEvent = staginggoerli_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - provider: Scalars['staginggoerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type bnb_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73252,105 +70887,24 @@ export type staginggoerli_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; @@ -73359,53 +70913,367 @@ export type staginggoerli_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 staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type bnb_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 staginggoerli_swap_StableSwapEvent = { +export type bnb_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - block: Scalars['BigInt']; + aggregateRoot: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type staginggoerli_swap_StableSwapEvent_filter = { +export type bnb_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73414,35 +71282,16 @@ export type staginggoerli_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; @@ -73451,71 +71300,45 @@ export type staginggoerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapEvent_orderBy = +export type bnb_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 staginggoerli_swap_StableSwapExchange = { +/** Defines the order direction, either ascending or descending */ +export type bnb_OrderDirection = + | 'asc' + | 'desc'; + +export type bnb_OriginMessage = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - buyer: Scalars['staginggoerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type staginggoerli_swap_StableSwapExchange_filter = { +export type bnb_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73524,171 +71347,166 @@ export type staginggoerli_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 staginggoerli_swap_StableSwapExchange_orderBy = +export type bnb_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 staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_swap_StableSwapEvent & { +export type bnb_OriginTransfer = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - provider: Scalars['staginggoerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { + +export type bnb_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73697,105 +71515,24 @@ export type staginggoerli_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; @@ -73804,44 +71541,341 @@ export type staginggoerli_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 staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type bnb_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 staginggoerli_swap_StableSwap_filter = { +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; @@ -73850,200 +71884,100 @@ export type staginggoerli_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - 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 staginggoerli_swap_StableSwap_orderBy = +export type bnb_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 staginggoerli_swap_SwapDailyVolume = staginggoerli_swap_SwapTradeVolume & { +export type bnb_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; + transfer: bnb_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type staginggoerli_swap_SwapDailyVolume_filter = { +export type bnb_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74052,27 +71986,65 @@ export type staginggoerli_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -74081,50 +72053,78 @@ export type staginggoerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapDailyVolume_orderBy = +export type bnb_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'; - -export type staginggoerli_swap_SwapHourlyVolume = staginggoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; -}; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type staginggoerli_swap_SwapHourlyVolume_filter = { +export type bnb_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74133,27 +72133,140 @@ export type staginggoerli_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + 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; @@ -74162,70 +72275,127 @@ export type staginggoerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapHourlyVolume_orderBy = +export type bnb_RootMessageSent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type staginggoerli_swap_SwapTradeVolume = { - stableSwap: staginggoerli_swap_StableSwap; +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']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + balance: Scalars['BigInt']; }; -export type staginggoerli_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; +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; @@ -74234,49 +72404,61 @@ export type staginggoerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + 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 staginggoerli_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' +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' - | 'volume'; + | 'balance'; -export type staginggoerli_swap_SwapWeeklyVolume = staginggoerli_swap_SwapTradeVolume & { +export type bnb_RouterLiquidityEvent = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; + type?: Maybe; + router: bnb_Router; + asset: bnb_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + transactionHash: Scalars['bnb_Bytes']; + nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_SwapWeeklyVolume_filter = { +export type bnb_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type bnb_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74285,27 +72467,86 @@ export type staginggoerli_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + 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; @@ -74314,49 +72555,59 @@ export type staginggoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: 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 staginggoerli_swap_SwapWeeklyVolume_orderBy = +export type bnb_RouterLiquidityEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' | 'timestamp' - | 'volume'; - -export type staginggoerli_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; + | 'transactionHash' + | 'nonce'; -export type staginggoerli_swap_SystemInfo_filter = { +export type bnb_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74365,100 +72616,71 @@ export type staginggoerli_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + 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 staginggoerli_swap_SystemInfo_orderBy = +export type bnb_Router_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type staginggoerli_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type staginggoerli_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: staginggoerli_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type arbitrumone_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type arbitrumone_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type arbitrumone_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type arbitrumone_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['arbitrumone_swap_Bytes']; - balances: Array; -}; - - -export type arbitrumone_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type arbitrumone_swap_LpAccountBalance = { +export type bnb_Sequencer = { id: Scalars['ID']; - account: arbitrumone_swap_LpAccount; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type arbitrumone_swap_LpAccountBalance_filter = { +export type bnb_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74467,106 +72689,38 @@ export type arbitrumone_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; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpAccountBalance_orderBy = +export type bnb_Sequencer_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'isActive' + | 'sequencer'; -export type arbitrumone_swap_LpAccount_filter = { +export type bnb_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['bnb_Bytes']; +}; + +export type bnb_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74575,59 +72729,48 @@ 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; + 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 arbitrumone_swap_LpAccount_orderBy = +export type bnb_Setting_orderBy = | 'id' - | 'address' - | 'balances'; - -export type arbitrumone_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['arbitrumone_swap_Bytes']; - stableSwap: arbitrumone_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['arbitrumone_swap_BigDecimal']; - events: Array; -}; - - -export type arbitrumone_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'maxRoutersPerTransfer' + | 'caller'; -export type arbitrumone_swap_LpTokenEvent = { +export type bnb_SlippageUpdate = { id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - block: Scalars['BigInt']; + transfer: bnb_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type arbitrumone_swap_LpTokenEvent_filter = { +export type bnb_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74636,43 +72779,55 @@ export type arbitrumone_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -74681,189 +72836,93 @@ export type arbitrumone_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type arbitrumone_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpToken_orderBy = +export type bnb_SlippageUpdate_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__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { +export type bnb_SnapshotRoot = { id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - from: Scalars['arbitrumone_swap_Bytes']; - to: Scalars['arbitrumone_swap_Bytes']; - fromBalance: Scalars['arbitrumone_swap_BigDecimal']; - toBalance: Scalars['arbitrumone_swap_BigDecimal']; - block: Scalars['BigInt']; + spokeDomain?: Maybe; + root: Scalars['bnb_Bytes']; + count: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type arbitrumone_swap_LpTransferEvent_filter = { +export type bnb_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74872,79 +72931,32 @@ export type arbitrumone_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>; + 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; @@ -74953,60 +72965,34 @@ 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; - 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 arbitrumone_swap_LpTransferEvent_orderBy = +export type bnb_SnapshotRoot_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'spokeDomain' + | 'root' + | 'count' | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumone_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'blockNumber'; -export type arbitrumone_swap_PooledToken = { +export type bnb_SpokeConnectorMode = { id: Scalars['ID']; - asset: Scalars['arbitrumone_swap_Bytes']; + mode: Scalars['String']; }; -export type arbitrumone_swap_PooledToken_filter = { +export type bnb_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75015,116 +73001,132 @@ 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; + 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 arbitrumone_swap_PooledToken_orderBy = +export type bnb_SpokeConnectorMode_orderBy = | 'id' - | 'asset'; - -export type arbitrumone_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['arbitrumone_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; + | 'mode'; +export type bnb_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; -export type arbitrumone_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +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 hash of the parent block */ + parentHash?: Maybe; }; - -export type arbitrumone_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +/** 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 arbitrumone_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type lineagoerli_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['lineagoerli_Bytes']; + blockNumber: Scalars['BigInt']; }; - -export type arbitrumone_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type lineagoerli_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; }; +export type lineagoerli_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; -export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type lineagoerli_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { +export type lineagoerli_AssetBalance = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: lineagoerli_Router; + asset: lineagoerli_Asset; + feesEarned: Scalars['BigInt']; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { +export type lineagoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75133,160 +73135,108 @@ export type arbitrumone_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>; + 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; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = +export type lineagoerli_AssetBalance_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'asset' + | 'feesEarned'; -export type arbitrumone_swap_StableSwapEvent = { +export type lineagoerli_AssetStatus = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; + status?: Maybe; }; -export type arbitrumone_swap_StableSwapEvent_filter = { +export type lineagoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75295,108 +73245,19 @@ export type arbitrumone_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>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_StableSwapEvent_orderBy = +export type lineagoerli_AssetStatus_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type arbitrumone_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - buyer: Scalars['arbitrumone_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'status'; -export type arbitrumone_swap_StableSwapExchange_filter = { +export type lineagoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75405,324 +73266,110 @@ export type arbitrumone_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_StableSwapExchange_orderBy = +export type lineagoerli_Asset_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status'; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; +export type lineagoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type lineagoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; +export type lineagoerli_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; -export type arbitrumone_swap_StableSwap_filter = { +export type lineagoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75731,200 +73378,103 @@ export type arbitrumone_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_StableSwap_orderBy = +export type lineagoerli_ConnectorMeta_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 arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { +export type lineagoerli_DestinationTransfer = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type arbitrumone_swap_SwapDailyVolume_filter = { + +export type lineagoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type lineagoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75933,79 +73483,345 @@ export type arbitrumone_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>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_SwapDailyVolume_orderBy = +export type lineagoerli_DestinationTransfer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { +/** Defines the order direction, either ascending or descending */ +export type lineagoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type lineagoerli_OriginMessage = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type arbitrumone_swap_SwapHourlyVolume_filter = { +export type lineagoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76014,150 +73830,142 @@ export type arbitrumone_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; }; -export type arbitrumone_swap_SwapHourlyVolume_orderBy = +export type lineagoerli_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' - | 'timestamp' - | 'volume'; - -export type arbitrumone_swap_SwapTradeVolume = { - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; -}; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount'; -export type arbitrumone_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type lineagoerli_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type arbitrumone_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; -export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; +export type lineagoerli_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_swap_SwapWeeklyVolume_filter = { +export type lineagoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76166,27 +73974,201 @@ export type arbitrumone_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; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -76195,49 +74177,96 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_SwapWeeklyVolume_orderBy = +export type lineagoerli_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' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'transactingAsset' + | 'message' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type arbitrumone_swap_SystemInfo = { +export type lineagoerli_Relayer = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type arbitrumone_swap_SystemInfo_filter = { +export type lineagoerli_RelayerFee = { + id: Scalars['ID']; + transfer: lineagoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['lineagoerli_Bytes']; +}; + +export type lineagoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76246,100 +74275,65 @@ export type arbitrumone_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_SystemInfo_orderBy = +export type lineagoerli_RelayerFee_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type arbitrumone_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type arbitrumone_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: arbitrumone_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type optimism_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type optimism_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimism_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type optimism_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - balances: Array; -}; - - -export type optimism_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'transfer' + | 'fee' + | 'asset'; -export type optimism_swap_LpAccountBalance = { +export type lineagoerli_RelayerFeesIncrease = { id: Scalars['ID']; - account: optimism_swap_LpAccount; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + transfer: lineagoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['lineagoerli_Bytes']; + transactionHash: Scalars['lineagoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type optimism_swap_LpAccountBalance_filter = { +export type lineagoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76348,106 +74342,102 @@ export type optimism_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_swap_LpAccountBalance_orderBy = +export type lineagoerli_RelayerFeesIncrease_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'transfer' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type optimism_swap_LpAccount_filter = { +export type lineagoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76456,59 +74446,70 @@ 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; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_swap_LpAccount_orderBy = +export type lineagoerli_Relayer_orderBy = | 'id' - | 'address' - | 'balances'; + | 'isActive' + | 'relayer'; -export type optimism_swap_LpToken = { +export type lineagoerli_RootCount = { id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - stableSwap: optimism_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['optimism_swap_BigDecimal']; - events: Array; + count?: Maybe; }; - -export type optimism_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type lineagoerli_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; }; -export type optimism_swap_LpTokenEvent = { +export type lineagoerli_RootCount_orderBy = + | 'id' + | 'count'; + +export type lineagoerli_RootMessageSent = { id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type optimism_swap_LpTokenEvent_filter = { +export type lineagoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76517,62 +74518,741 @@ export type optimism_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type lineagoerli_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type lineagoerli_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type lineagoerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type lineagoerli_RouterDailyTVL = { + id: Scalars['ID']; + router: lineagoerli_Router; + asset: lineagoerli_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type lineagoerli_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type lineagoerli_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'asset' + | 'timestamp' + | 'balance'; + +export type lineagoerli_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type lineagoerli_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type lineagoerli_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type lineagoerli_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type lineagoerli_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type lineagoerli_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['lineagoerli_Bytes']; +}; + +export type lineagoerli_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type lineagoerli_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type lineagoerli_SlippageUpdate = { + id: Scalars['ID']; + transfer: lineagoerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['lineagoerli_Bytes']; + transactionHash: Scalars['lineagoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type lineagoerli_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type lineagoerli_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type lineagoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type lineagoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type lineagoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: lineagoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type optimism_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type optimism_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimism_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimism_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['optimism_swap_Bytes']; + balances: Array; +}; + + +export type optimism_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_swap_LpAccountBalance = { + id: Scalars['ID']; + account: optimism_swap_LpAccount; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type optimism_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type optimism_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type optimism_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['optimism_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['optimism_swap_BigDecimal']; + events: Array; +}; + + +export type optimism_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_swap_LpTokenEvent = { + id: Scalars['ID']; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; nonce_lt?: InputMaybe; @@ -78181,46 +76861,46 @@ export type optimism_swap__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type polygon_swap_Aggregation_interval = +export type stagingmumbai_swap_Aggregation_interval = | 'hour' | 'day'; -export type polygon_swap_BlockChangedFilter = { +export type stagingmumbai_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygon_swap_Block_height = { - hash?: InputMaybe; +export type stagingmumbai_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygon_swap_LpAccount = { +export type stagingmumbai_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - balances: Array; + address: Scalars['stagingmumbai_swap_Bytes']; + balances: Array; }; -export type polygon_swap_LpAccountbalancesArgs = { +export type stagingmumbai_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_LpAccountBalance = { +export type stagingmumbai_swap_LpAccountBalance = { id: Scalars['ID']; - account: polygon_swap_LpAccount; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; + account: stagingmumbai_swap_LpAccount; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type polygon_swap_LpAccountBalance_filter = { +export type stagingmumbai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78249,7 +76929,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; @@ -78270,15 +76950,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; @@ -78295,23 +76975,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 stagingmumbai_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -78328,7 +77008,7 @@ export type polygon_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type polygon_swap_LpAccount_filter = { +export type stagingmumbai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78337,59 +77017,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 stagingmumbai_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type polygon_swap_LpToken = { +export type stagingmumbai_swap_LpToken = { id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - stableSwap: polygon_swap_StableSwap; + address: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['polygon_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['stagingmumbai_swap_BigDecimal']; + events: Array; }; -export type polygon_swap_LpTokeneventsArgs = { +export type stagingmumbai_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_LpTokenEvent = { +export type stagingmumbai_swap_LpTokenEvent = { id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_LpTokenEvent_filter = { +export type stagingmumbai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78418,15 +77098,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; @@ -78443,16 +77123,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; @@ -78462,12 +77142,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 stagingmumbai_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -78482,7 +77162,7 @@ export type polygon_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_LpToken_filter = { +export type stagingmumbai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78491,16 +77171,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; @@ -78521,7 +77201,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; @@ -78570,22 +77250,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 stagingmumbai_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -78611,21 +77291,21 @@ export type polygon_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { +export type stagingmumbai_swap_LpTransferEvent = stagingmumbai_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: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; + from: Scalars['stagingmumbai_swap_Bytes']; + to: Scalars['stagingmumbai_swap_Bytes']; + fromBalance: Scalars['stagingmumbai_swap_BigDecimal']; + toBalance: Scalars['stagingmumbai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_LpTransferEvent_filter = { +export type stagingmumbai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78654,51 +77334,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; @@ -78715,16 +77395,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; @@ -78734,12 +77414,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 stagingmumbai_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -78759,16 +77439,16 @@ export type polygon_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type polygon_swap_OrderDirection = +export type stagingmumbai_swap_OrderDirection = | 'asc' | 'desc'; -export type polygon_swap_PooledToken = { +export type stagingmumbai_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['polygon_swap_Bytes']; + asset: Scalars['stagingmumbai_swap_Bytes']; }; -export type polygon_swap_PooledToken_filter = { +export type stagingmumbai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78777,103 +77457,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 stagingmumbai_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type polygon_swap_StableSwap = { +export type stagingmumbai_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['polygon_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['stagingmumbai_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type polygon_swap_StableSwapeventsArgs = { +export type stagingmumbai_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapexchangesArgs = { +export type stagingmumbai_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwaphourlyVolumesArgs = { +export type stagingmumbai_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapdailyVolumesArgs = { +export type stagingmumbai_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapweeklyVolumesArgs = { +export type stagingmumbai_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { +export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + provider: Scalars['stagingmumbai_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -78882,11 +77562,11 @@ export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEv balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78915,17 +77595,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>; @@ -78984,16 +77664,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; @@ -79003,12 +77683,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 stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -79039,16 +77719,16 @@ export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapEvent = { +export type stagingmumbai_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapEvent_filter = { +export type stagingmumbai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79077,7 +77757,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; @@ -79094,16 +77774,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; @@ -79113,12 +77793,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 stagingmumbai_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -79142,10 +77822,10 @@ export type polygon_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapExchange = { +export type stagingmumbai_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - buyer: Scalars['polygon_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + buyer: Scalars['stagingmumbai_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -79154,11 +77834,11 @@ export type polygon_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapExchange_filter = { +export type stagingmumbai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79187,17 +77867,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; @@ -79260,16 +77940,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; @@ -79279,12 +77959,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 stagingmumbai_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -79315,10 +77995,10 @@ export type polygon_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { +export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + provider: Scalars['stagingmumbai_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -79327,11 +78007,11 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwa balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79360,17 +78040,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>; @@ -79429,16 +78109,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; @@ -79448,12 +78128,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 stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -79484,7 +78164,7 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwap_filter = { +export type stagingmumbai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79497,26 +78177,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; @@ -79525,26 +78205,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; @@ -79593,12 +78273,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>; @@ -79641,18 +78321,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 stagingmumbai_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -79679,14 +78359,14 @@ export type polygon_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { +export type stagingmumbai_swap_SwapDailyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type polygon_swap_SwapDailyVolume_filter = { +export type stagingmumbai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79715,7 +78395,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; @@ -79724,21 +78404,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 stagingmumbai_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -79760,14 +78440,14 @@ export type polygon_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { +export type stagingmumbai_swap_SwapHourlyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type polygon_swap_SwapHourlyVolume_filter = { +export type stagingmumbai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79796,7 +78476,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; @@ -79805,21 +78485,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 stagingmumbai_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -79841,13 +78521,13 @@ export type polygon_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapTradeVolume = { - stableSwap: polygon_swap_StableSwap; +export type stagingmumbai_swap_SwapTradeVolume = { + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type polygon_swap_SwapTradeVolume_filter = { +export type stagingmumbai_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -79868,7 +78548,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; @@ -79877,21 +78557,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 stagingmumbai_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -79912,14 +78592,14 @@ export type polygon_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { +export type stagingmumbai_swap_SwapWeeklyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type polygon_swap_SwapWeeklyVolume_filter = { +export type stagingmumbai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79948,7 +78628,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; @@ -79957,21 +78637,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 stagingmumbai_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -79993,13 +78673,13 @@ export type polygon_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SystemInfo = { +export type stagingmumbai_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type polygon_swap_SystemInfo_filter = { +export type stagingmumbai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80025,29 +78705,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 stagingmumbai_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type polygon_swap__Block_ = { +export type stagingmumbai_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ 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 stagingmumbai_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -80055,22 +78735,53 @@ export type polygon_swap__Meta_ = { * and therefore asks for the latest block * */ - block: polygon_swap__Block_; + block: stagingmumbai_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type goerli_AggregateRootSavedSlow = { +export type goerli_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type goerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type goerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type goerli_swap_LpAccount = { id: Scalars['ID']; - aggregateRoot: Scalars['goerli_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; + address: Scalars['goerli_swap_Bytes']; + balances: Array; }; -export type goerli_AggregateRootSavedSlow_filter = { + +export type goerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type goerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: goerli_swap_LpAccount; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type goerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80079,60 +78790,106 @@ export type goerli_AggregateRootSavedSlow_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AggregateRootSavedSlow_orderBy = +export type goerli_swap_LpAccountBalance_orderBy = | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -export type goerli_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['goerli_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; -}; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type goerli_AggregatedMessageRoot_filter = { +export type goerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80141,67 +78898,59 @@ export type goerli_AggregatedMessageRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - 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 goerli_AggregatedMessageRoot_orderBy = +export type goerli_swap_LpAccount_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; + | 'address' + | 'balances'; -export type goerli_Aggregation_interval = - | 'hour' - | 'day'; +export type goerli_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['goerli_swap_Bytes']; + stableSwap: goerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['goerli_swap_BigDecimal']; + events: Array; +}; -export type goerli_ArbitrumConnectorMeta = { + +export type goerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type goerli_swap_LpTokenEvent = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['goerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_ArbitrumConnectorMeta_filter = { +export type goerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80210,76 +78959,91 @@ export type goerli_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_ArbitrumConnectorMeta_orderBy = +export type goerli_swap_LpTokenEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_BaseConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type goerli_BaseConnectorMeta_filter = { +export type goerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80288,86 +79052,141 @@ export type goerli_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; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_BaseConnectorMeta_orderBy = +export type goerli_swap_LpToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type goerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type goerli_BnbConnectorMeta = { +export type goerli_swap_LpTransferEvent = goerli_swap_LpTokenEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; + from: Scalars['goerli_swap_Bytes']; + to: Scalars['goerli_swap_Bytes']; + fromBalance: Scalars['goerli_swap_BigDecimal']; + toBalance: Scalars['goerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['goerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_BnbConnectorMeta_filter = { +export type goerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80376,76 +79195,141 @@ export type goerli_BnbConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_BnbConnectorMeta_orderBy = +export type goerli_swap_LpTransferEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type goerli_GnosisConnectorMeta = { +/** Defines the order direction, either ascending or descending */ +export type goerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type goerli_swap_PooledToken = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + asset: Scalars['goerli_swap_Bytes']; }; -export type goerli_GnosisConnectorMeta_filter = { +export type goerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80454,106 +79338,116 @@ export type goerli_GnosisConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_GnosisConnectorMeta_orderBy = +export type goerli_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type goerli_HubDomain = { +export type goerli_swap_StableSwap = { id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['goerli_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type goerli_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 goerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_HubDomain_orderBy = - | 'id' - | 'domain'; -export type goerli_HubOptimisticRootFinalized = { +export type goerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type goerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type goerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type goerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type goerli_swap_StableSwapAddLiquidityEvent = goerli_swap_StableSwapEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['goerli_Bytes']; + stableSwap: goerli_swap_StableSwap; + provider: Scalars['goerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['goerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_HubOptimisticRootFinalized_filter = { +export type goerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80562,16 +79456,87 @@ export type goerli_HubOptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -80580,191 +79545,71 @@ export type goerli_HubOptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_HubOptimisticRootFinalized_orderBy = +export type goerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'blockNumber'; - -export type goerli_LineaConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; - -export type goerli_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 goerli_LineaConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_OptimismConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; - -export type goerli_OptimismConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'transaction' + | 'nonce'; -export type goerli_OptimisticRootPropagated = { +export type goerli_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['goerli_Bytes']; - domainsHash: Scalars['goerli_Bytes']; + stableSwap: goerli_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['goerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_OptimisticRootPropagated_filter = { +export type goerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80773,26 +79618,35 @@ export type goerli_OptimisticRootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -80801,39 +79655,71 @@ export type goerli_OptimisticRootPropagated_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OptimisticRootPropagated_orderBy = +export type goerli_swap_StableSwapEvent_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type goerli_OptimisticRootProposed = { +export type goerli_swap_StableSwapExchange = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['goerli_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['goerli_Bytes']; + stableSwap: goerli_swap_StableSwap; + buyer: Scalars['goerli_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['goerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_OptimisticRootProposed_filter = { +export type goerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80842,46 +79728,91 @@ export type goerli_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + 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; @@ -80890,45 +79821,78 @@ export type goerli_OptimisticRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OptimisticRootProposed_orderBy = +export type goerli_swap_StableSwapExchange_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type goerli_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type goerli_PolygonConnectorMeta = { +export type goerli_swap_StableSwapRemoveLiquidityEvent = goerli_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + stableSwap: goerli_swap_StableSwap; + provider: Scalars['goerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['goerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_PolygonConnectorMeta_filter = { +export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80937,74 +79901,151 @@ export type goerli_PolygonConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 goerli_PolygonConnectorMeta_orderBy = +export type goerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['goerli_Bytes']; - index: Scalars['BigInt']; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type goerli_RootAggregated_filter = { +export type goerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81013,6 +80054,30 @@ export type goerli_RootAggregated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -81021,80 +80086,168 @@ export type goerli_RootAggregated_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootAggregated_orderBy = +export type goerli_swap_StableSwap_orderBy = | 'id' + | 'isActive' + | 'key' + | 'canonicalId' | 'domain' - | 'receivedRoot' - | 'index'; - -export type goerli_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type goerli_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type goerli_RootManagerMode = { +export type goerli_swap_SwapDailyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - mode: Scalars['String']; + stableSwap: goerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type goerli_RootManagerMode_filter = { +export type goerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81103,50 +80256,79 @@ export type goerli_RootManagerMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootManagerMode_orderBy = +export type goerli_swap_SwapDailyVolume_orderBy = | 'id' - | 'mode'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type goerli_RootMessageProcessed = { +export type goerli_swap_SwapHourlyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + stableSwap: goerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type goerli_RootMessageProcessed_filter = { +export type goerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81155,52 +80337,27 @@ export type goerli_RootMessageProcessed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81209,124 +80366,121 @@ export type goerli_RootMessageProcessed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootMessageProcessed_orderBy = +export type goerli_swap_SwapHourlyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type goerli_RootPropagated = { - id: Scalars['ID']; - aggregate: Scalars['goerli_Bytes']; - domainsHash: Scalars['goerli_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; +export type goerli_swap_SwapTradeVolume = { + stableSwap: goerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type goerli_RootPropagated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; +export type goerli_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; +export type goerli_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type goerli_X1ConnectorMeta = { +export type goerli_swap_SwapWeeklyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + stableSwap: goerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type goerli_X1ConnectorMeta_filter = { +export type goerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81335,76 +80489,78 @@ export type goerli_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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 goerli_X1ConnectorMeta_orderBy = +export type goerli_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type goerli_ZkSyncConnectorMeta = { +export type goerli_swap_SystemInfo = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type goerli_ZkSyncConnectorMeta_filter = { +export type goerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81413,79 +80569,46 @@ export type goerli_ZkSyncConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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 goerli_ZkSyncConnectorMeta_orderBy = +export type goerli_swap_SystemInfo_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'exchangeCount' + | 'swapCount'; -export type goerli__Block_ = { +export type goerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type goerli__Meta_ = { +export type goerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -81493,49 +80616,53 @@ export type goerli__Meta_ = { * and therefore asks for the latest block * */ - block: goerli__Block_; + block: goerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type metis_swap_BlockChangedFilter = { +export type polygon_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type polygon_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type metis_swap_Block_height = { - hash?: InputMaybe; +export type polygon_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type metis_swap_LpAccount = { +export type polygon_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['metis_swap_Bytes']; - balances: Array; + address: Scalars['polygon_swap_Bytes']; + balances: Array; }; -export type metis_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 metis_swap_LpAccountBalance = { +export type polygon_swap_LpAccountBalance = { id: Scalars['ID']; - account: metis_swap_LpAccount; - token: metis_swap_LpToken; - amount: Scalars['metis_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 metis_swap_LpAccountBalance_filter = { +export type polygon_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81564,7 +80691,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; @@ -81585,15 +80712,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; @@ -81610,23 +80737,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 polygon_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -81643,7 +80770,7 @@ export type metis_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type metis_swap_LpAccount_filter = { +export type polygon_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81652,59 +80779,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 polygon_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type metis_swap_LpToken = { +export type polygon_swap_LpToken = { id: Scalars['ID']; - address: Scalars['metis_swap_Bytes']; - stableSwap: metis_swap_StableSwap; + address: Scalars['polygon_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['metis_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['polygon_swap_BigDecimal']; + events: Array; }; -export type metis_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 metis_swap_LpTokenEvent = { +export type polygon_swap_LpTokenEvent = { id: Scalars['ID']; - token: metis_swap_LpToken; - amount: Scalars['metis_swap_BigDecimal']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_LpTokenEvent_filter = { +export type polygon_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81733,15 +80860,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; @@ -81758,16 +80885,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; @@ -81777,12 +80904,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 polygon_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -81797,7 +80924,7 @@ export type metis_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type metis_swap_LpToken_filter = { +export type polygon_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81806,16 +80933,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; @@ -81836,7 +80963,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; @@ -81885,22 +81012,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 polygon_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -81926,21 +81053,21 @@ export type metis_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type metis_swap_LpTransferEvent = metis_swap_LpTokenEvent & { +export type polygon_swap_LpTransferEvent = polygon_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: 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['metis_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_LpTransferEvent_filter = { +export type polygon_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81969,51 +81096,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; @@ -82030,16 +81157,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; @@ -82049,12 +81176,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 polygon_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -82074,16 +81201,16 @@ export type metis_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type metis_swap_OrderDirection = +export type polygon_swap_OrderDirection = | 'asc' | 'desc'; -export type metis_swap_PooledToken = { +export type polygon_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['metis_swap_Bytes']; + asset: Scalars['polygon_swap_Bytes']; }; -export type metis_swap_PooledToken_filter = { +export type polygon_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82092,103 +81219,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 polygon_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type metis_swap_StableSwap = { +export type polygon_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['metis_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 metis_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 metis_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 metis_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 metis_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 metis_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 metis_swap_StableSwapAddLiquidityEvent = metis_swap_StableSwapEvent & { +export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - provider: Scalars['metis_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -82197,11 +81324,11 @@ export type metis_swap_StableSwapAddLiquidityEvent = metis_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_StableSwapAddLiquidityEvent_filter = { +export type polygon_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82230,17 +81357,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>; @@ -82299,16 +81426,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; @@ -82318,12 +81445,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 polygon_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -82354,16 +81481,16 @@ export type metis_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type metis_swap_StableSwapEvent = { +export type polygon_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_StableSwapEvent_filter = { +export type polygon_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82392,7 +81519,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; @@ -82409,16 +81536,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; @@ -82428,12 +81555,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 polygon_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -82457,10 +81584,10 @@ export type metis_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type metis_swap_StableSwapExchange = { +export type polygon_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - buyer: Scalars['metis_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + buyer: Scalars['polygon_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -82469,11 +81596,11 @@ export type metis_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_StableSwapExchange_filter = { +export type polygon_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82502,17 +81629,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; @@ -82575,16 +81702,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; @@ -82594,12 +81721,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 polygon_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -82630,10 +81757,10 @@ export type metis_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEvent & { +export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - provider: Scalars['metis_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -82642,11 +81769,11 @@ export type metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEve balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_StableSwapRemoveLiquidityEvent_filter = { +export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82675,17 +81802,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>; @@ -82744,16 +81871,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; @@ -82763,12 +81890,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 polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -82799,7 +81926,7 @@ export type metis_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type metis_swap_StableSwap_filter = { +export type polygon_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82812,26 +81939,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; @@ -82840,26 +81967,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; @@ -82908,12 +82035,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>; @@ -82956,18 +82083,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 polygon_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -82994,14 +82121,14 @@ export type metis_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type metis_swap_SwapDailyVolume = metis_swap_SwapTradeVolume & { +export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type metis_swap_SwapDailyVolume_filter = { +export type polygon_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83030,7 +82157,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; @@ -83039,21 +82166,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 polygon_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -83075,14 +82202,14 @@ export type metis_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type metis_swap_SwapHourlyVolume = metis_swap_SwapTradeVolume & { +export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type metis_swap_SwapHourlyVolume_filter = { +export type polygon_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83111,7 +82238,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; @@ -83120,21 +82247,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 polygon_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -83156,13 +82283,13 @@ export type metis_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type metis_swap_SwapTradeVolume = { - stableSwap: metis_swap_StableSwap; +export type polygon_swap_SwapTradeVolume = { + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type metis_swap_SwapTradeVolume_filter = { +export type polygon_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -83183,7 +82310,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; @@ -83192,21 +82319,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 polygon_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -83227,14 +82354,14 @@ export type metis_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type metis_swap_SwapWeeklyVolume = metis_swap_SwapTradeVolume & { +export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type metis_swap_SwapWeeklyVolume_filter = { +export type polygon_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83263,7 +82390,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; @@ -83272,21 +82399,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 polygon_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -83308,13 +82435,13 @@ export type metis_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type metis_swap_SystemInfo = { +export type polygon_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type metis_swap_SystemInfo_filter = { +export type polygon_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83340,27 +82467,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 polygon_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type metis_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; }; /** The type for the top-level _meta field */ -export type metis_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 @@ -83368,53 +82497,22 @@ export type metis_swap__Meta_ = { * and therefore asks for the latest block * */ - block: metis_swap__Block_; + block: polygon_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingmumbai_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingmumbai_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingmumbai_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingmumbai_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['stagingmumbai_swap_Bytes']; - balances: Array; -}; - - -export type stagingmumbai_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingmumbai_swap_LpAccountBalance = { +export type stagingmainnet_AggregateRootSavedSlow = { id: Scalars['ID']; - account: stagingmumbai_swap_LpAccount; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; }; -export type stagingmumbai_swap_LpAccountBalance_filter = { +export type stagingmainnet_AggregateRootSavedSlow_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83423,106 +82521,60 @@ export type stagingmumbai_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; + 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 stagingmumbai_swap_LpAccountBalance_orderBy = +export type stagingmainnet_AggregateRootSavedSlow_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' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; -export type stagingmumbai_swap_LpAccount_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; @@ -83531,59 +82583,67 @@ export type stagingmumbai_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + 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 stagingmumbai_swap_LpAccount_orderBy = +export type stagingmainnet_AggregatedMessageRoot_orderBy = | 'id' - | 'address' - | 'balances'; - -export type stagingmumbai_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['stagingmumbai_swap_Bytes']; - stableSwap: stagingmumbai_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['stagingmumbai_swap_BigDecimal']; - events: Array; -}; - + | 'index' + | 'receivedRoot' + | 'domain' + | 'blockNumber'; -export type stagingmumbai_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; +export type stagingmainnet_Aggregation_interval = + | 'hour' + | 'day'; -export type stagingmumbai_swap_LpTokenEvent = { +export type stagingmainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_swap_LpTokenEvent_filter = { +export type stagingmainnet_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83592,91 +82652,76 @@ export type stagingmumbai_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 stagingmumbai_swap_LpTokenEvent_orderBy = +export type stagingmainnet_ArbitrumConnectorMeta_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 stagingmumbai_swap_LpToken_filter = { +export type stagingmainnet_AvalancheConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_AvalancheConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83685,141 +82730,76 @@ export type stagingmumbai_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_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 stagingmumbai_swap_LpToken_orderBy = +export type stagingmainnet_AvalancheConnectorMeta_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 stagingmumbai_swap_LpTransferEvent = stagingmumbai_swap_LpTokenEvent & { +export type stagingmainnet_BaseConnectorMeta = { id: Scalars['ID']; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; - from: Scalars['stagingmumbai_swap_Bytes']; - to: Scalars['stagingmumbai_swap_Bytes']; - fromBalance: Scalars['stagingmumbai_swap_BigDecimal']; - toBalance: Scalars['stagingmumbai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_swap_LpTransferEvent_filter = { +export type stagingmainnet_BaseConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83828,141 +82808,86 @@ export type stagingmumbai_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 stagingmumbai_swap_LpTransferEvent_orderBy = +export type stagingmainnet_BaseConnectorMeta_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -/** Defines the order direction, either ascending or descending */ -export type stagingmumbai_swap_OrderDirection = - | 'asc' - | 'desc'; +export type stagingmainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type stagingmumbai_swap_PooledToken = { +export type stagingmainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingmainnet_BnbConnectorMeta = { id: Scalars['ID']; - asset: Scalars['stagingmumbai_swap_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_swap_PooledToken_filter = { +export type stagingmainnet_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83971,116 +82896,184 @@ export type stagingmumbai_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmumbai_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type stagingmumbai_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['stagingmumbai_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type stagingmainnet_BnbConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_GnosisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; - -export type stagingmumbai_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_GnosisConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type stagingmainnet_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_HubDomain = { + id: Scalars['ID']; + domain?: Maybe; }; - -export type stagingmumbai_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_HubDomain_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type stagingmainnet_HubDomain_orderBy = + | 'id' + | 'domain'; -export type stagingmumbai_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { +export type stagingmainnet_HubOptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - provider: Scalars['stagingmumbai_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingmainnet_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84089,87 +83082,16 @@ export type stagingmumbai_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; @@ -84178,71 +83100,36 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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 stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingmainnet_HubOptimisticRootFinalized_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'aggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type stagingmumbai_swap_StableSwapEvent = { +export type stagingmainnet_LineaConnectorMeta = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_swap_StableSwapEvent_filter = { +export type stagingmainnet_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84251,108 +83138,76 @@ export type stagingmumbai_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 stagingmumbai_swap_StableSwapEvent_orderBy = +export type stagingmainnet_LineaConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_swap_StableSwapExchange = { +export type stagingmainnet_MantleConnectorMeta = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - buyer: Scalars['stagingmumbai_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_swap_StableSwapExchange_filter = { +export type stagingmainnet_MantleConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84361,171 +83216,76 @@ export type stagingmumbai_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 stagingmumbai_swap_StableSwapExchange_orderBy = +export type stagingmainnet_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 stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { +export type stagingmainnet_MetisConnectorMeta = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - provider: Scalars['stagingmumbai_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingmainnet_MetisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84534,151 +83294,76 @@ export type stagingmumbai_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 stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingmainnet_MetisConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_swap_StableSwap_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; @@ -84687,200 +83372,76 @@ export type stagingmumbai_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 stagingmumbai_swap_StableSwap_orderBy = +export type stagingmainnet_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 stagingmumbai_swap_SwapDailyVolume = stagingmumbai_swap_SwapTradeVolume & { +export type stagingmainnet_OptimismConnectorMeta = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_swap_SwapDailyVolume_filter = { +export type stagingmainnet_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84889,79 +83450,75 @@ export type stagingmumbai_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 stagingmumbai_swap_SwapDailyVolume_orderBy = +export type stagingmainnet_OptimismConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_swap_SwapHourlyVolume = stagingmumbai_swap_SwapTradeVolume & { +export type stagingmainnet_OptimisticRootPropagated = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + domainsHash: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + blockNumber?: Maybe; }; -export type stagingmumbai_swap_SwapHourlyVolume_filter = { +export type stagingmainnet_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84970,27 +83527,26 @@ export type stagingmumbai_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; @@ -84999,121 +83555,39 @@ export type stagingmumbai_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapHourlyVolume_orderBy = +export type stagingmainnet_OptimisticRootPropagated_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type stagingmumbai_swap_SwapTradeVolume = { - stableSwap: stagingmumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; -}; - -export type stagingmumbai_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmumbai_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'volume'; + | 'blockNumber'; -export type stagingmumbai_swap_SwapWeeklyVolume = stagingmumbai_swap_SwapTradeVolume & { +export type stagingmainnet_OptimisticRootProposed = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + blockNumber?: Maybe; }; -export type stagingmumbai_swap_SwapWeeklyVolume_filter = { +export type stagingmainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85122,27 +83596,46 @@ export type stagingmumbai_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; + 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; @@ -85151,49 +83644,45 @@ export type stagingmumbai_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapWeeklyVolume_orderBy = +export type stagingmainnet_OptimisticRootProposed_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' | 'timestamp' - | 'volume'; + | 'blockNumber'; -export type stagingmumbai_swap_SystemInfo = { +/** Defines the order direction, either ascending or descending */ +export type stagingmainnet_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmainnet_PolygonConnectorMeta = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type stagingmumbai_swap_SystemInfo_filter = { +export type stagingmainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85202,100 +83691,76 @@ export type stagingmumbai_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SystemInfo_orderBy = +export type stagingmainnet_PolygonConnectorMeta_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type stagingmumbai_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingmumbai_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingmumbai_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type mumbai_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type mumbai_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mumbai_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type mumbai_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['mumbai_swap_Bytes']; - balances: Array; -}; - - -export type mumbai_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mumbai_swap_LpAccountBalance = { +export type stagingmainnet_PolygonZkConnectorMeta = { id: Scalars['ID']; - account: mumbai_swap_LpAccount; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type mumbai_swap_LpAccountBalance_filter = { +export type stagingmainnet_PolygonZkConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85304,106 +83769,74 @@ export type mumbai_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_LpAccountBalance_orderBy = +export type stagingmainnet_PolygonZkConnectorMeta_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mumbai_swap_LpAccount_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; @@ -85412,59 +83845,51 @@ export type mumbai_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + 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 mumbai_swap_LpAccount_orderBy = +export type stagingmainnet_RootAggregated_orderBy = | 'id' - | 'address' - | 'balances'; - -export type mumbai_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['mumbai_swap_Bytes']; - stableSwap: mumbai_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['mumbai_swap_BigDecimal']; - events: Array; -}; - - -export type mumbai_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'domain' + | 'receivedRoot' + | 'index'; -export type mumbai_swap_LpTokenEvent = { +export type stagingmainnet_RootManagerMeta = { id: Scalars['ID']; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + domains?: Maybe>; + connectors?: Maybe>; }; -export type mumbai_swap_LpTokenEvent_filter = { +export type stagingmainnet_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85473,35 +83898,682 @@ export type mumbai_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_RootManagerMeta_orderBy = + | 'id' + | 'domains' + | 'connectors'; + +export type stagingmainnet_RootManagerMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingmainnet_RootManagerMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_RootManagerMode_orderBy = + | 'id' + | 'mode'; + +export type stagingmainnet_RootMessageProcessed = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type stagingmainnet_RootMessageProcessed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_RootMessageProcessed_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingmainnet_RootPropagated = { + id: Scalars['ID']; + aggregate: Scalars['stagingmainnet_Bytes']; + domainsHash: Scalars['stagingmainnet_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmainnet_RootPropagated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_RootPropagated_orderBy = + | 'id' + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; + +export type stagingmainnet_ScrollConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_ScrollConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_ScrollConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_ZkSyncConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_ZkSyncConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingmainnet__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingmainnet__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type mode_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mode_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mode_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['mode_swap_Bytes']; + balances: Array; +}; + + +export type mode_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_swap_LpAccountBalance = { + id: Scalars['ID']; + account: mode_swap_LpAccount; + token: mode_swap_LpToken; + amount: Scalars['mode_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type mode_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>; + token_?: InputMaybe; + 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 mode_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type mode_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 mode_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type mode_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['mode_swap_Bytes']; + stableSwap: mode_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['mode_swap_BigDecimal']; + events: Array; +}; + + +export type mode_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_swap_LpTokenEvent = { + id: Scalars['ID']; + token: mode_swap_LpToken; + amount: Scalars['mode_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mode_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; @@ -85518,16 +84590,16 @@ export type mumbai_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -85537,12 +84609,12 @@ export type mumbai_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 mumbai_swap_LpTokenEvent_orderBy = +export type mode_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -85557,7 +84629,7 @@ export type mumbai_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type mumbai_swap_LpToken_filter = { +export type mode_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85566,16 +84638,16 @@ export type mumbai_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + 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; @@ -85596,7 +84668,7 @@ export type mumbai_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; @@ -85645,22 +84717,22 @@ export type mumbai_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 mumbai_swap_LpToken_orderBy = +export type mode_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -85686,21 +84758,21 @@ export type mumbai_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type mumbai_swap_LpTransferEvent = mumbai_swap_LpTokenEvent & { +export type mode_swap_LpTransferEvent = mode_swap_LpTokenEvent & { id: Scalars['ID']; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - from: Scalars['mumbai_swap_Bytes']; - to: Scalars['mumbai_swap_Bytes']; - fromBalance: Scalars['mumbai_swap_BigDecimal']; - toBalance: Scalars['mumbai_swap_BigDecimal']; + token: mode_swap_LpToken; + amount: Scalars['mode_swap_BigDecimal']; + from: Scalars['mode_swap_Bytes']; + to: Scalars['mode_swap_Bytes']; + fromBalance: Scalars['mode_swap_BigDecimal']; + toBalance: Scalars['mode_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; + transaction: Scalars['mode_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mumbai_swap_LpTransferEvent_filter = { +export type mode_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85729,51 +84801,51 @@ export type mumbai_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; @@ -85790,16 +84862,16 @@ export type mumbai_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; @@ -85809,12 +84881,12 @@ export type mumbai_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 mumbai_swap_LpTransferEvent_orderBy = +export type mode_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -85834,16 +84906,16 @@ export type mumbai_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type mumbai_swap_OrderDirection = +export type mode_swap_OrderDirection = | 'asc' | 'desc'; -export type mumbai_swap_PooledToken = { +export type mode_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['mumbai_swap_Bytes']; + asset: Scalars['mode_swap_Bytes']; }; -export type mumbai_swap_PooledToken_filter = { +export type mode_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85852,103 +84924,103 @@ export type mumbai_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_PooledToken_orderBy = +export type mode_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type mumbai_swap_StableSwap = { +export type mode_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['mumbai_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['mode_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 mumbai_swap_StableSwapeventsArgs = { +export type mode_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_swap_StableSwapexchangesArgs = { +export type mode_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_swap_StableSwaphourlyVolumesArgs = { +export type mode_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_swap_StableSwapdailyVolumesArgs = { +export type mode_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_swap_StableSwapweeklyVolumesArgs = { +export type mode_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_swap_StableSwapAddLiquidityEvent = mumbai_swap_StableSwapEvent & { +export type mode_swap_StableSwapAddLiquidityEvent = mode_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - provider: Scalars['mumbai_swap_Bytes']; + stableSwap: mode_swap_StableSwap; + provider: Scalars['mode_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -85957,11 +85029,11 @@ export type mumbai_swap_StableSwapAddLiquidityEvent = mumbai_swap_StableSwapEven balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; + transaction: Scalars['mode_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { +export type mode_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85990,17 +85062,17 @@ export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + 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>; @@ -86059,16 +85131,16 @@ export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -86078,12 +85150,12 @@ export type mumbai_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 mumbai_swap_StableSwapAddLiquidityEvent_orderBy = +export type mode_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -86114,16 +85186,16 @@ export type mumbai_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type mumbai_swap_StableSwapEvent = { +export type mode_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; + stableSwap: mode_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; + transaction: Scalars['mode_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mumbai_swap_StableSwapEvent_filter = { +export type mode_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86152,7 +85224,7 @@ export type mumbai_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -86169,16 +85241,16 @@ export type mumbai_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -86188,12 +85260,12 @@ export type mumbai_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 mumbai_swap_StableSwapEvent_orderBy = +export type mode_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -86217,10 +85289,10 @@ export type mumbai_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type mumbai_swap_StableSwapExchange = { +export type mode_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - buyer: Scalars['mumbai_swap_Bytes']; + stableSwap: mode_swap_StableSwap; + buyer: Scalars['mode_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -86229,11 +85301,11 @@ export type mumbai_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; + transaction: Scalars['mode_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mumbai_swap_StableSwapExchange_filter = { +export type mode_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86262,17 +85334,17 @@ export type mumbai_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; @@ -86335,16 +85407,16 @@ export type mumbai_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -86354,12 +85426,12 @@ export type mumbai_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_StableSwapExchange_orderBy = +export type mode_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -86390,10 +85462,10 @@ export type mumbai_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type mumbai_swap_StableSwapRemoveLiquidityEvent = mumbai_swap_StableSwapEvent & { +export type mode_swap_StableSwapRemoveLiquidityEvent = mode_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - provider: Scalars['mumbai_swap_Bytes']; + stableSwap: mode_swap_StableSwap; + provider: Scalars['mode_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -86402,11 +85474,11 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent = mumbai_swap_StableSwapE balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; + transaction: Scalars['mode_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type mode_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86435,17 +85507,17 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + 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>; @@ -86504,16 +85576,16 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -86523,12 +85595,12 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type mode_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -86559,7 +85631,7 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type mumbai_swap_StableSwap_filter = { +export type mode_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86572,26 +85644,26 @@ export type mumbai_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; @@ -86600,26 +85672,26 @@ export type mumbai_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; @@ -86668,12 +85740,12 @@ export type mumbai_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>; @@ -86716,18 +85788,18 @@ export type mumbai_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 mumbai_swap_StableSwap_orderBy = +export type mode_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -86754,14 +85826,14 @@ export type mumbai_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type mumbai_swap_SwapDailyVolume = mumbai_swap_SwapTradeVolume & { +export type mode_swap_SwapDailyVolume = mode_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; + stableSwap: mode_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + volume: Scalars['mode_swap_BigDecimal']; }; -export type mumbai_swap_SwapDailyVolume_filter = { +export type mode_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86790,7 +85862,7 @@ export type mumbai_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; @@ -86799,21 +85871,21 @@ export type mumbai_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapDailyVolume_orderBy = +export type mode_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -86835,14 +85907,14 @@ export type mumbai_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type mumbai_swap_SwapHourlyVolume = mumbai_swap_SwapTradeVolume & { +export type mode_swap_SwapHourlyVolume = mode_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; + stableSwap: mode_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + volume: Scalars['mode_swap_BigDecimal']; }; -export type mumbai_swap_SwapHourlyVolume_filter = { +export type mode_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86871,7 +85943,7 @@ export type mumbai_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; @@ -86880,21 +85952,21 @@ export type mumbai_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapHourlyVolume_orderBy = +export type mode_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -86916,13 +85988,13 @@ export type mumbai_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type mumbai_swap_SwapTradeVolume = { - stableSwap: mumbai_swap_StableSwap; +export type mode_swap_SwapTradeVolume = { + stableSwap: mode_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + volume: Scalars['mode_swap_BigDecimal']; }; -export type mumbai_swap_SwapTradeVolume_filter = { +export type mode_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -86943,7 +86015,7 @@ export type mumbai_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86952,21 +86024,21 @@ export type mumbai_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapTradeVolume_orderBy = +export type mode_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -86987,14 +86059,14 @@ export type mumbai_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type mumbai_swap_SwapWeeklyVolume = mumbai_swap_SwapTradeVolume & { +export type mode_swap_SwapWeeklyVolume = mode_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; + stableSwap: mode_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + volume: Scalars['mode_swap_BigDecimal']; }; -export type mumbai_swap_SwapWeeklyVolume_filter = { +export type mode_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87023,7 +86095,7 @@ export type mumbai_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -87032,21 +86104,21 @@ export type mumbai_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapWeeklyVolume_orderBy = +export type mode_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -87068,13 +86140,13 @@ export type mumbai_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type mumbai_swap_SystemInfo = { +export type mode_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type mumbai_swap_SystemInfo_filter = { +export type mode_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87100,29 +86172,27 @@ export type mumbai_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 mumbai_swap_SystemInfo_orderBy = +export type mode_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type mumbai_swap__Block_ = { +export type mode_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type mumbai_swap__Meta_ = { +export type mode_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -87130,49 +86200,22 @@ export type mumbai_swap__Meta_ = { * and therefore asks for the latest block * */ - block: mumbai_swap__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 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']; - address: Scalars['base_swap_Bytes']; - balances: Array; -}; - - -export type base_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type base_swap_LpAccountBalance = { +export type goerli_AggregateRootSavedSlow = { id: Scalars['ID']; - account: base_swap_LpAccount; - token: base_swap_LpToken; - amount: Scalars['base_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['goerli_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; }; -export type base_swap_LpAccountBalance_filter = { +export type goerli_AggregateRootSavedSlow_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87181,106 +86224,60 @@ 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; + 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 base_swap_LpAccountBalance_orderBy = +export type goerli_AggregateRootSavedSlow_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' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; -export type base_swap_LpAccount_filter = { +export type goerli_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['goerli_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; +}; + +export type goerli_AggregatedMessageRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87289,59 +86286,67 @@ 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; + 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 base_swap_LpAccount_orderBy = +export type goerli_AggregatedMessageRoot_orderBy = | 'id' - | 'address' - | 'balances'; - -export type base_swap_LpToken = { - 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; -}; - + | 'index' + | 'receivedRoot' + | 'domain' + | 'blockNumber'; -export type base_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; +export type goerli_Aggregation_interval = + | 'hour' + | 'day'; -export type base_swap_LpTokenEvent = { +export type goerli_ArbitrumConnectorMeta = { 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type base_swap_LpTokenEvent_filter = { +export type goerli_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87350,91 +86355,76 @@ 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; - 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 base_swap_LpTokenEvent_orderBy = +export type goerli_ArbitrumConnectorMeta_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 base_swap_LpToken_filter = { +export type goerli_BaseConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; +}; + +export type goerli_BaseConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87443,141 +86433,86 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_swap_LpToken_orderBy = +export type goerli_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 base_swap_LpTransferEvent = base_swap_LpTokenEvent & { +export type goerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type goerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type goerli_BnbConnectorMeta = { id: Scalars['ID']; - 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type base_swap_LpTransferEvent_filter = { +export type goerli_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87586,141 +86521,76 @@ 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>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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 base_swap_LpTransferEvent_orderBy = +export type goerli_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 base_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type base_swap_PooledToken = { +export type goerli_GnosisConnectorMeta = { id: Scalars['ID']; - asset: Scalars['base_swap_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type base_swap_PooledToken_filter = { +export type goerli_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87729,116 +86599,106 @@ 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type base_swap_PooledToken_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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type goerli_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type base_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type goerli_HubDomain = { + id: Scalars['ID']; + domain?: Maybe; }; - -export type base_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type goerli_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 goerli_HubDomain_orderBy = + | 'id' + | 'domain'; -export type base_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & { +export type goerli_HubOptimisticRootFinalized = { 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']; + aggregateRoot: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type base_swap_StableSwapAddLiquidityEvent_filter = { +export type goerli_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87847,87 +86707,16 @@ 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>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -87936,71 +86725,36 @@ export type base_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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 base_swap_StableSwapAddLiquidityEvent_orderBy = +export type goerli_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 base_swap_StableSwapEvent = { +export type goerli_LineaConnectorMeta = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type base_swap_StableSwapEvent_filter = { +export type goerli_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88009,108 +86763,153 @@ 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>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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 base_swap_StableSwapEvent_orderBy = +export type goerli_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 base_swap_StableSwapExchange = { +export type goerli_OptimismConnectorMeta = { 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; +}; + +export type goerli_OptimismConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type goerli_OptimisticRootPropagated = { + id: Scalars['ID']; + aggregateRoot: Scalars['goerli_Bytes']; + domainsHash: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type base_swap_StableSwapExchange_filter = { +export type goerli_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88119,91 +86918,26 @@ 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>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -88212,78 +86946,39 @@ 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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_StableSwapExchange_orderBy = +export type goerli_OptimisticRootPropagated_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type base_swap_StableSwapRemoveLiquidityEvent = base_swap_StableSwapEvent & { +export type goerli_OptimisticRootProposed = { 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']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['goerli_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type base_swap_StableSwapRemoveLiquidityEvent_filter = { +export type goerli_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88292,87 +86987,46 @@ 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>; + 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; @@ -88381,62 +87035,45 @@ 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; - 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 base_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type goerli_OptimisticRootProposed_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type base_swap_StableSwap_filter = { +/** Defines the order direction, either ascending or descending */ +export type goerli_OrderDirection = + | 'asc' + | 'desc'; + +export type goerli_PolygonConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; +}; + +export type goerli_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88445,200 +87082,127 @@ export type base_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 base_swap_StableSwap_orderBy = +export type goerli_PolygonConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type goerli_RootAggregated = { + id: Scalars['ID']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['goerli_Bytes']; + index: Scalars['BigInt']; +}; + +export type goerli_RootAggregated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_RootAggregated_orderBy = | 'id' - | 'isActive' - | 'key' - | 'canonicalId' | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'receivedRoot' + | 'index'; -export type base_swap_SwapDailyVolume = base_swap_SwapTradeVolume & { +export type goerli_RootManagerMeta = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + domains?: Maybe>; + connectors?: Maybe>; }; -export type base_swap_SwapDailyVolume_filter = { +export type goerli_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88647,79 +87211,35 @@ 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>; + 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 base_swap_SwapDailyVolume_orderBy = +export type goerli_RootManagerMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'domains' + | 'connectors'; -export type base_swap_SwapHourlyVolume = base_swap_SwapTradeVolume & { +export type goerli_RootManagerMode = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + mode: Scalars['String']; }; -export type base_swap_SwapHourlyVolume_filter = { +export type goerli_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88728,99 +87248,104 @@ 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>; + 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_SwapHourlyVolume_orderBy = +export type goerli_RootManagerMode_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'mode'; -export type base_swap_SwapTradeVolume = { - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; +export type goerli_RootMessageProcessed = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type 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 goerli_RootMessageProcessed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -88829,49 +87354,57 @@ 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 goerli_RootMessageProcessed_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type base_swap_SwapWeeklyVolume = base_swap_SwapTradeVolume & { +export type goerli_RootPropagated = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + aggregate: Scalars['goerli_Bytes']; + domainsHash: Scalars['goerli_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type base_swap_SwapWeeklyVolume_filter = { +export type goerli_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88880,78 +87413,65 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_SwapWeeklyVolume_orderBy = +export type goerli_RootPropagated_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; -export type base_swap_SystemInfo = { +export type goerli_X1ConnectorMeta = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type base_swap_SystemInfo_filter = { +export type goerli_X1ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88960,44 +87480,157 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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_swap_SystemInfo_orderBy = +export type goerli_X1ConnectorMeta_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type base_swap__Block_ = { +export type goerli_ZkSyncConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; +}; + +export type goerli_ZkSyncConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type goerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + 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 goerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -89005,53 +87638,49 @@ export type base_swap__Meta_ = { * and therefore asks for the latest block * */ - block: base_swap__Block_; + block: goerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type goerli_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type goerli_swap_BlockChangedFilter = { +export type metis_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type goerli_swap_Block_height = { - hash?: InputMaybe; +export type metis_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type goerli_swap_LpAccount = { +export type metis_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['goerli_swap_Bytes']; - balances: Array; + address: Scalars['metis_swap_Bytes']; + balances: Array; }; -export type goerli_swap_LpAccountbalancesArgs = { +export type metis_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_LpAccountBalance = { +export type metis_swap_LpAccountBalance = { id: Scalars['ID']; - account: goerli_swap_LpAccount; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; + account: metis_swap_LpAccount; + token: metis_swap_LpToken; + amount: Scalars['metis_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type goerli_swap_LpAccountBalance_filter = { +export type metis_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89080,7 +87709,7 @@ export type goerli_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -89101,15 +87730,15 @@ export type goerli_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -89126,23 +87755,23 @@ export type goerli_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpAccountBalance_orderBy = +export type metis_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -89159,7 +87788,7 @@ export type goerli_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type goerli_swap_LpAccount_filter = { +export type metis_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89168,59 +87797,59 @@ export type goerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpAccount_orderBy = +export type metis_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type goerli_swap_LpToken = { +export type metis_swap_LpToken = { id: Scalars['ID']; - address: Scalars['goerli_swap_Bytes']; - stableSwap: goerli_swap_StableSwap; + address: Scalars['metis_swap_Bytes']; + stableSwap: metis_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['goerli_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['metis_swap_BigDecimal']; + events: Array; }; -export type goerli_swap_LpTokeneventsArgs = { +export type metis_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_LpTokenEvent = { +export type metis_swap_LpTokenEvent = { id: Scalars['ID']; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; + token: metis_swap_LpToken; + amount: Scalars['metis_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_LpTokenEvent_filter = { +export type metis_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89249,15 +87878,15 @@ export type goerli_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -89274,31 +87903,31 @@ export type goerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; nonce_lt?: InputMaybe; nonce_gte?: InputMaybe; nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpTokenEvent_orderBy = +export type metis_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -89313,7 +87942,7 @@ export type goerli_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_LpToken_filter = { +export type metis_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89322,16 +87951,16 @@ export type goerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -89352,7 +87981,7 @@ export type goerli_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -89401,22 +88030,22 @@ export type goerli_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpToken_orderBy = +export type metis_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -89442,21 +88071,21 @@ export type goerli_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type goerli_swap_LpTransferEvent = goerli_swap_LpTokenEvent & { +export type metis_swap_LpTransferEvent = metis_swap_LpTokenEvent & { id: Scalars['ID']; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; - from: Scalars['goerli_swap_Bytes']; - to: Scalars['goerli_swap_Bytes']; - fromBalance: Scalars['goerli_swap_BigDecimal']; - toBalance: Scalars['goerli_swap_BigDecimal']; + token: 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['goerli_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_LpTransferEvent_filter = { +export type metis_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89485,51 +88114,51 @@ export type goerli_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -89546,16 +88175,16 @@ export type goerli_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -89565,12 +88194,12 @@ export type goerli_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpTransferEvent_orderBy = +export type metis_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -89590,16 +88219,16 @@ export type goerli_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type goerli_swap_OrderDirection = +export type metis_swap_OrderDirection = | 'asc' | 'desc'; -export type goerli_swap_PooledToken = { +export type metis_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['goerli_swap_Bytes']; + asset: Scalars['metis_swap_Bytes']; }; -export type goerli_swap_PooledToken_filter = { +export type metis_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89608,103 +88237,103 @@ export type goerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_PooledToken_orderBy = +export type metis_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type goerli_swap_StableSwap = { +export type metis_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['goerli_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['metis_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type goerli_swap_StableSwapeventsArgs = { +export type metis_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_StableSwapexchangesArgs = { +export type metis_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_StableSwaphourlyVolumesArgs = { +export type metis_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_StableSwapdailyVolumesArgs = { +export type metis_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_StableSwapweeklyVolumesArgs = { +export type metis_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_StableSwapAddLiquidityEvent = goerli_swap_StableSwapEvent & { +export type metis_swap_StableSwapAddLiquidityEvent = metis_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - provider: Scalars['goerli_swap_Bytes']; + stableSwap: metis_swap_StableSwap; + provider: Scalars['metis_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -89713,11 +88342,11 @@ export type goerli_swap_StableSwapAddLiquidityEvent = goerli_swap_StableSwapEven balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_StableSwapAddLiquidityEvent_filter = { +export type metis_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89746,17 +88375,17 @@ export type goerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -89815,16 +88444,16 @@ export type goerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -89834,12 +88463,12 @@ export type goerli_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type metis_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -89870,16 +88499,16 @@ export type goerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_StableSwapEvent = { +export type metis_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: metis_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_StableSwapEvent_filter = { +export type metis_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89908,7 +88537,7 @@ export type goerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -89925,16 +88554,16 @@ export type goerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -89944,12 +88573,12 @@ export type goerli_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwapEvent_orderBy = +export type metis_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -89973,10 +88602,10 @@ export type goerli_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_StableSwapExchange = { +export type metis_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - buyer: Scalars['goerli_swap_Bytes']; + stableSwap: metis_swap_StableSwap; + buyer: Scalars['metis_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -89985,11 +88614,11 @@ export type goerli_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_StableSwapExchange_filter = { +export type metis_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90018,17 +88647,17 @@ export type goerli_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -90091,16 +88720,16 @@ export type goerli_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -90110,12 +88739,12 @@ export type goerli_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwapExchange_orderBy = +export type metis_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -90146,10 +88775,10 @@ export type goerli_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_StableSwapRemoveLiquidityEvent = goerli_swap_StableSwapEvent & { +export type metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - provider: Scalars['goerli_swap_Bytes']; + stableSwap: metis_swap_StableSwap; + provider: Scalars['metis_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -90158,11 +88787,11 @@ export type goerli_swap_StableSwapRemoveLiquidityEvent = goerli_swap_StableSwapE balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type metis_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90191,17 +88820,17 @@ export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -90260,16 +88889,16 @@ export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -90279,12 +88908,12 @@ export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type metis_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -90315,7 +88944,7 @@ export type goerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_StableSwap_filter = { +export type metis_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90328,26 +88957,26 @@ export type goerli_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -90356,26 +88985,26 @@ export type goerli_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -90424,12 +89053,12 @@ export type goerli_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -90472,18 +89101,18 @@ export type goerli_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwap_orderBy = +export type metis_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -90510,14 +89139,14 @@ export type goerli_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type goerli_swap_SwapDailyVolume = goerli_swap_SwapTradeVolume & { +export type metis_swap_SwapDailyVolume = metis_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: metis_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type goerli_swap_SwapDailyVolume_filter = { +export type metis_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90546,7 +89175,7 @@ export type goerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -90555,21 +89184,21 @@ export type goerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapDailyVolume_orderBy = +export type metis_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -90591,14 +89220,14 @@ export type goerli_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SwapHourlyVolume = goerli_swap_SwapTradeVolume & { +export type metis_swap_SwapHourlyVolume = metis_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: metis_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type goerli_swap_SwapHourlyVolume_filter = { +export type metis_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90627,7 +89256,7 @@ export type goerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -90636,21 +89265,21 @@ export type goerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapHourlyVolume_orderBy = +export type metis_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -90672,13 +89301,13 @@ export type goerli_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SwapTradeVolume = { - stableSwap: goerli_swap_StableSwap; +export type metis_swap_SwapTradeVolume = { + stableSwap: metis_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type goerli_swap_SwapTradeVolume_filter = { +export type metis_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -90699,7 +89328,7 @@ export type goerli_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -90708,21 +89337,21 @@ export type goerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapTradeVolume_orderBy = +export type metis_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -90743,14 +89372,14 @@ export type goerli_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SwapWeeklyVolume = goerli_swap_SwapTradeVolume & { +export type metis_swap_SwapWeeklyVolume = metis_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: metis_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type goerli_swap_SwapWeeklyVolume_filter = { +export type metis_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90779,7 +89408,7 @@ export type goerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -90788,21 +89417,21 @@ export type goerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapWeeklyVolume_orderBy = +export type metis_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -90824,13 +89453,13 @@ export type goerli_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SystemInfo = { +export type metis_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type goerli_swap_SystemInfo_filter = { +export type metis_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90856,29 +89485,27 @@ export type goerli_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SystemInfo_orderBy = +export type metis_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type goerli_swap__Block_ = { +export type metis_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type goerli_swap__Meta_ = { +export type metis_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -90886,53 +89513,49 @@ export type goerli_swap__Meta_ = { * and therefore asks for the latest block * */ - block: goerli_swap__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 avalanche_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type avalanche_swap_BlockChangedFilter = { +export type zksync_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type avalanche_swap_Block_height = { - hash?: InputMaybe; +export type zksync_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type avalanche_swap_LpAccount = { +export type zksync_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['avalanche_swap_Bytes']; - balances: Array; + address: Scalars['zksync_swap_Bytes']; + balances: Array; }; -export type avalanche_swap_LpAccountbalancesArgs = { +export type zksync_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_LpAccountBalance = { +export type zksync_swap_LpAccountBalance = { id: Scalars['ID']; - account: avalanche_swap_LpAccount; - token: avalanche_swap_LpToken; - amount: Scalars['avalanche_swap_BigDecimal']; + account: zksync_swap_LpAccount; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type avalanche_swap_LpAccountBalance_filter = { +export type zksync_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90961,7 +89584,7 @@ export type avalanche_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -90982,15 +89605,15 @@ export type avalanche_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -91007,23 +89630,23 @@ export type avalanche_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_LpAccountBalance_orderBy = +export type zksync_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -91040,7 +89663,7 @@ export type avalanche_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type avalanche_swap_LpAccount_filter = { +export type zksync_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91049,59 +89672,59 @@ export type avalanche_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_LpAccount_orderBy = +export type zksync_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type avalanche_swap_LpToken = { +export type zksync_swap_LpToken = { id: Scalars['ID']; - address: Scalars['avalanche_swap_Bytes']; - stableSwap: avalanche_swap_StableSwap; + address: Scalars['zksync_swap_Bytes']; + stableSwap: zksync_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['avalanche_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['zksync_swap_BigDecimal']; + events: Array; }; -export type avalanche_swap_LpTokeneventsArgs = { +export type zksync_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_LpTokenEvent = { +export type zksync_swap_LpTokenEvent = { id: Scalars['ID']; - token: avalanche_swap_LpToken; - amount: Scalars['avalanche_swap_BigDecimal']; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_LpTokenEvent_filter = { +export type zksync_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91130,15 +89753,15 @@ export type avalanche_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -91155,16 +89778,16 @@ export type avalanche_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -91174,12 +89797,12 @@ export type avalanche_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_LpTokenEvent_orderBy = +export type zksync_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -91194,7 +89817,7 @@ export type avalanche_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type avalanche_swap_LpToken_filter = { +export type zksync_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91203,16 +89826,16 @@ export type avalanche_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -91233,7 +89856,7 @@ export type avalanche_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -91282,22 +89905,22 @@ export type avalanche_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_LpToken_orderBy = +export type zksync_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -91323,21 +89946,21 @@ export type avalanche_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type avalanche_swap_LpTransferEvent = avalanche_swap_LpTokenEvent & { +export type zksync_swap_LpTransferEvent = zksync_swap_LpTokenEvent & { id: Scalars['ID']; - token: avalanche_swap_LpToken; - amount: Scalars['avalanche_swap_BigDecimal']; - from: Scalars['avalanche_swap_Bytes']; - to: Scalars['avalanche_swap_Bytes']; - fromBalance: Scalars['avalanche_swap_BigDecimal']; - toBalance: Scalars['avalanche_swap_BigDecimal']; + token: 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['avalanche_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_LpTransferEvent_filter = { +export type zksync_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91366,51 +89989,51 @@ export type avalanche_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -91427,16 +90050,16 @@ export type avalanche_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -91446,12 +90069,12 @@ export type avalanche_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_LpTransferEvent_orderBy = +export type zksync_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -91471,16 +90094,16 @@ export type avalanche_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type avalanche_swap_OrderDirection = +export type zksync_swap_OrderDirection = | 'asc' | 'desc'; -export type avalanche_swap_PooledToken = { +export type zksync_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['avalanche_swap_Bytes']; + asset: Scalars['zksync_swap_Bytes']; }; -export type avalanche_swap_PooledToken_filter = { +export type zksync_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91489,103 +90112,103 @@ export type avalanche_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_PooledToken_orderBy = +export type zksync_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type avalanche_swap_StableSwap = { +export type zksync_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['avalanche_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['zksync_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type avalanche_swap_StableSwapeventsArgs = { +export type zksync_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_StableSwapexchangesArgs = { +export type zksync_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_StableSwaphourlyVolumesArgs = { +export type zksync_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_StableSwapdailyVolumesArgs = { +export type zksync_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_StableSwapweeklyVolumesArgs = { +export type zksync_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_StableSwapAddLiquidityEvent = avalanche_swap_StableSwapEvent & { +export type zksync_swap_StableSwapAddLiquidityEvent = zksync_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - provider: Scalars['avalanche_swap_Bytes']; + stableSwap: zksync_swap_StableSwap; + provider: Scalars['zksync_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -91594,11 +90217,11 @@ export type avalanche_swap_StableSwapAddLiquidityEvent = avalanche_swap_StableSw balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { +export type zksync_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91627,17 +90250,17 @@ export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -91696,16 +90319,16 @@ export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -91715,12 +90338,12 @@ export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_StableSwapAddLiquidityEvent_orderBy = +export type zksync_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -91751,16 +90374,16 @@ export type avalanche_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type avalanche_swap_StableSwapEvent = { +export type zksync_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; + stableSwap: zksync_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_StableSwapEvent_filter = { +export type zksync_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91789,7 +90412,7 @@ export type avalanche_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -91806,16 +90429,16 @@ export type avalanche_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -91825,12 +90448,12 @@ export type avalanche_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_StableSwapEvent_orderBy = +export type zksync_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -91854,10 +90477,10 @@ export type avalanche_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type avalanche_swap_StableSwapExchange = { +export type zksync_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - buyer: Scalars['avalanche_swap_Bytes']; + stableSwap: zksync_swap_StableSwap; + buyer: Scalars['zksync_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -91866,11 +90489,11 @@ export type avalanche_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_StableSwapExchange_filter = { +export type zksync_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91899,17 +90522,17 @@ export type avalanche_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -91972,16 +90595,16 @@ export type avalanche_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -91991,12 +90614,12 @@ export type avalanche_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_StableSwapExchange_orderBy = +export type zksync_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -92027,10 +90650,10 @@ export type avalanche_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type avalanche_swap_StableSwapRemoveLiquidityEvent = avalanche_swap_StableSwapEvent & { +export type zksync_swap_StableSwapRemoveLiquidityEvent = zksync_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - provider: Scalars['avalanche_swap_Bytes']; + stableSwap: zksync_swap_StableSwap; + provider: Scalars['zksync_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -92039,11 +90662,11 @@ export type avalanche_swap_StableSwapRemoveLiquidityEvent = avalanche_swap_Stabl balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { +export type zksync_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92072,17 +90695,17 @@ export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -92141,16 +90764,16 @@ export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -92160,12 +90783,12 @@ export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type zksync_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -92196,7 +90819,7 @@ export type avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type avalanche_swap_StableSwap_filter = { +export type zksync_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92209,26 +90832,26 @@ export type avalanche_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -92237,26 +90860,26 @@ export type avalanche_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -92305,12 +90928,12 @@ export type avalanche_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -92353,18 +90976,18 @@ export type avalanche_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_StableSwap_orderBy = +export type zksync_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -92391,14 +91014,14 @@ export type avalanche_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type avalanche_swap_SwapDailyVolume = avalanche_swap_SwapTradeVolume & { +export type zksync_swap_SwapDailyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type avalanche_swap_SwapDailyVolume_filter = { +export type zksync_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92427,7 +91050,7 @@ export type avalanche_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92436,21 +91059,21 @@ export type avalanche_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_SwapDailyVolume_orderBy = +export type zksync_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -92472,14 +91095,14 @@ export type avalanche_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type avalanche_swap_SwapHourlyVolume = avalanche_swap_SwapTradeVolume & { +export type zksync_swap_SwapHourlyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type avalanche_swap_SwapHourlyVolume_filter = { +export type zksync_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92508,7 +91131,7 @@ export type avalanche_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92517,21 +91140,21 @@ export type avalanche_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_SwapHourlyVolume_orderBy = +export type zksync_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -92553,13 +91176,13 @@ export type avalanche_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type avalanche_swap_SwapTradeVolume = { - stableSwap: avalanche_swap_StableSwap; +export type zksync_swap_SwapTradeVolume = { + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type avalanche_swap_SwapTradeVolume_filter = { +export type zksync_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -92580,7 +91203,7 @@ export type avalanche_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92589,21 +91212,21 @@ export type avalanche_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_SwapTradeVolume_orderBy = +export type zksync_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -92624,14 +91247,14 @@ export type avalanche_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type avalanche_swap_SwapWeeklyVolume = avalanche_swap_SwapTradeVolume & { +export type zksync_swap_SwapWeeklyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type avalanche_swap_SwapWeeklyVolume_filter = { +export type zksync_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92660,7 +91283,7 @@ export type avalanche_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92669,21 +91292,21 @@ export type avalanche_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_SwapWeeklyVolume_orderBy = +export type zksync_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -92705,13 +91328,13 @@ export type avalanche_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type avalanche_swap_SystemInfo = { +export type zksync_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type avalanche_swap_SystemInfo_filter = { +export type zksync_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92737,29 +91360,27 @@ export type avalanche_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_SystemInfo_orderBy = +export type zksync_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type avalanche_swap__Block_ = { +export type zksync_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type avalanche_swap__Meta_ = { +export type zksync_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -92767,30 +91388,53 @@ export type avalanche_swap__Meta_ = { * and therefore asks for the latest block * */ - block: avalanche_swap__Block_; + block: zksync_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type optimismgoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['optimismgoerli_Bytes']; - blockNumber: Scalars['BigInt']; +export type bnb_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type bnb_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type optimismgoerli_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['optimismgoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; +export type bnb_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type optimismgoerli_AggregateRootProposed_filter = { +export type bnb_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['bnb_swap_Bytes']; + balances: Array; +}; + + +export type bnb_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_swap_LpAccountBalance = { + id: Scalars['ID']; + account: bnb_swap_LpAccount; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type bnb_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92799,72 +91443,106 @@ export type optimismgoerli_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 optimismgoerli_AggregateRootProposed_orderBy = +export type bnb_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 optimismgoerli_AggregateRoot_filter = { +export type bnb_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92873,64 +91551,59 @@ export type optimismgoerli_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - 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 optimismgoerli_AggregateRoot_orderBy = +export type bnb_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type optimismgoerli_Aggregation_interval = - | 'hour' - | 'day'; + | 'address' + | 'balances'; -export type optimismgoerli_Asset = { +export type bnb_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['bnb_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['bnb_swap_BigDecimal']; + events: Array; }; -export type optimismgoerli_AssetBalance = { + +export type bnb_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_swap_LpTokenEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; - feesEarned: Scalars['BigInt']; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismgoerli_AssetBalance_filter = { +export type bnb_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92939,125 +91612,91 @@ export type optimismgoerli_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 optimismgoerli_AssetBalance_orderBy = +export type bnb_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 optimismgoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type optimismgoerli_AssetStatus_filter = { +export type bnb_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93066,21 +91705,141 @@ export type optimismgoerli_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 optimismgoerli_AssetStatus_orderBy = +export type bnb_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 optimismgoerli_Asset_filter = { +export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { + id: Scalars['ID']; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + from: Scalars['bnb_swap_Bytes']; + to: Scalars['bnb_swap_Bytes']; + fromBalance: Scalars['bnb_swap_BigDecimal']; + toBalance: Scalars['bnb_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93089,139 +91848,141 @@ export type optimismgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - 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 optimismgoerli_Asset_orderBy = +export type bnb_swap_LpTransferEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type optimismgoerli_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 optimismgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +/** Defines the order direction, either ascending or descending */ +export type bnb_swap_OrderDirection = + | 'asc' + | 'desc'; -export type optimismgoerli_ConnectorMeta = { +export type bnb_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['bnb_swap_Bytes']; }; -export type optimismgoerli_ConnectorMeta_filter = { +export type bnb_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93230,143 +91991,223 @@ export type optimismgoerli_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 optimismgoerli_ConnectorMeta_orderBy = +export type bnb_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type optimismgoerli_DestinationTransfer = { +export type bnb_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['bnb_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type optimismgoerli_DestinationTransferroutersArgs = { +export type bnb_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + +export type bnb_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type bnb_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type bnb_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type bnb_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -93375,367 +92216,53 @@ export type optimismgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - 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 optimismgoerli_DestinationTransfer_orderBy = +export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type optimismgoerli_OptimisticRootFinalized = { +export type bnb_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['optimismgoerli_Bytes']; + stableSwap: bnb_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismgoerli_OptimisticRootFinalized_filter = { +export type bnb_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93744,16 +92271,35 @@ export type optimismgoerli_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; @@ -93762,45 +92308,71 @@ export type optimismgoerli_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 optimismgoerli_OptimisticRootFinalized_orderBy = +export type bnb_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 optimismgoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type optimismgoerli_OriginMessage = { +export type bnb_swap_StableSwapExchange = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + stableSwap: bnb_swap_StableSwap; + buyer: Scalars['bnb_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismgoerli_OriginMessage_filter = { +export type bnb_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93809,166 +92381,171 @@ export type optimismgoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 optimismgoerli_OriginMessage_orderBy = +export type bnb_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 optimismgoerli_OriginTransfer = { +export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_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 optimismgoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismgoerli_OriginTransfer_filter = { +export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93977,245 +92554,87 @@ export type optimismgoerli_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; @@ -94224,120 +92643,62 @@ export type optimismgoerli_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 optimismgoerli_OriginTransfer_orderBy = +export type bnb_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 optimismgoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type optimismgoerli_RelayerFee = { - id: Scalars['ID']; - transfer: optimismgoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['optimismgoerli_Bytes']; -}; + | 'transaction' + | 'nonce'; -export type optimismgoerli_RelayerFee_filter = { +export type bnb_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94346,100 +92707,200 @@ export type optimismgoerli_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + 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 optimismgoerli_RelayerFee_orderBy = +export type bnb_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 optimismgoerli_RelayerFeesIncrease = { +export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: optimismgoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimismgoerli_Bytes']; - transactionHash: Scalars['optimismgoerli_Bytes']; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type optimismgoerli_RelayerFeesIncrease_filter = { +export type bnb_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94448,65 +92909,27 @@ export type optimismgoerli_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; @@ -94515,117 +92938,50 @@ export type optimismgoerli_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 optimismgoerli_RelayerFeesIncrease_orderBy = +export type bnb_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 optimismgoerli_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; + | 'volume'; -export type optimismgoerli_RootCount = { +export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - count?: Maybe; + stableSwap: bnb_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type optimismgoerli_RootCount_filter = { +export type bnb_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94634,101 +92990,99 @@ export type optimismgoerli_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 optimismgoerli_RootCount_orderBy = +export type bnb_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 optimismgoerli_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; +export type bnb_swap_SwapTradeVolume = { + stableSwap: bnb_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type optimismgoerli_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; +export type bnb_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -94737,77 +93091,49 @@ export type optimismgoerli_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 optimismgoerli_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' +export type bnb_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type optimismgoerli_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type optimismgoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'volume'; -export type optimismgoerli_RouterDailyTVL = { +export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type optimismgoerli_RouterDailyTVL_filter = { +export type bnb_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94816,48 +93142,27 @@ export type optimismgoerli_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; @@ -94866,61 +93171,49 @@ export type optimismgoerli_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 optimismgoerli_RouterDailyTVL_orderBy = +export type bnb_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 optimismgoerli_RouterLiquidityEvent = { +export type bnb_swap_SystemInfo = { id: Scalars['ID']; - type?: Maybe; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['optimismgoerli_Bytes']; - nonce: Scalars['BigInt']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type optimismgoerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type optimismgoerli_RouterLiquidityEvent_filter = { +export type bnb_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94929,220 +93222,100 @@ export type optimismgoerli_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - 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 optimismgoerli_RouterLiquidityEvent_orderBy = +export type bnb_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 optimismgoerli_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type bnb_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; -export type optimismgoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; +/** The type for the top-level _meta field */ +export type bnb_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: bnb_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; -export type optimismgoerli_Sequencer = { +export type avalanche_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type avalanche_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type avalanche_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type avalanche_swap_LpAccount = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + address: Scalars['avalanche_swap_Bytes']; + balances: Array; }; -export type optimismgoerli_Sequencer_filter = { + +export type avalanche_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type avalanche_swap_LpAccountBalance = { + id: Scalars['ID']; + account: avalanche_swap_LpAccount; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type avalanche_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95151,38 +93324,106 @@ export type optimismgoerli_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 optimismgoerli_Sequencer_orderBy = +export type avalanche_swap_LpAccountBalance_orderBy = | 'id' - | 'isActive' - | 'sequencer'; - -export type optimismgoerli_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimismgoerli_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 optimismgoerli_Setting_filter = { +export type avalanche_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95191,48 +93432,59 @@ export type optimismgoerli_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 optimismgoerli_Setting_orderBy = +export type avalanche_swap_LpAccount_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'address' + | 'balances'; -export type optimismgoerli_SlippageUpdate = { +export type avalanche_swap_LpToken = { id: Scalars['ID']; - transfer: optimismgoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['optimismgoerli_Bytes']; - transactionHash: Scalars['optimismgoerli_Bytes']; + address: Scalars['avalanche_swap_Bytes']; + stableSwap: avalanche_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['avalanche_swap_BigDecimal']; + events: Array; +}; + + +export type avalanche_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type avalanche_swap_LpTokenEvent = { + id: Scalars['ID']; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismgoerli_SlippageUpdate_filter = { +export type avalanche_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95241,55 +93493,43 @@ export type optimismgoerli_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - 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; @@ -95298,93 +93538,46 @@ export type optimismgoerli_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 optimismgoerli_SlippageUpdate_orderBy = +export type avalanche_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 optimismgoerli_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['optimismgoerli_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; + | 'transaction' + | 'nonce'; -export type optimismgoerli_SnapshotRoot_filter = { +export type avalanche_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95393,32 +93586,222 @@ export type optimismgoerli_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 avalanche_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 avalanche_swap_LpTransferEvent = avalanche_swap_LpTokenEvent & { + id: Scalars['ID']; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; + from: Scalars['avalanche_swap_Bytes']; + to: Scalars['avalanche_swap_Bytes']; + fromBalance: Scalars['avalanche_swap_BigDecimal']; + toBalance: Scalars['avalanche_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type avalanche_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; @@ -95427,34 +93810,60 @@ export type optimismgoerli_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 optimismgoerli_SnapshotRoot_orderBy = +export type avalanche_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 optimismgoerli_SpokeConnectorMode = { +/** Defines the order direction, either ascending or descending */ +export type avalanche_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type avalanche_swap_PooledToken = { id: Scalars['ID']; - mode: Scalars['String']; + asset: Scalars['avalanche_swap_Bytes']; }; -export type optimismgoerli_SpokeConnectorMode_filter = { +export type avalanche_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95463,87 +93872,116 @@ export type optimismgoerli_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 optimismgoerli_SpokeConnectorMode_orderBy = +export type avalanche_swap_PooledToken_orderBy = | 'id' - | 'mode'; + | 'asset'; -export type optimismgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; +export type avalanche_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['avalanche_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; -export type optimismgoerli__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 avalanche_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -/** The type for the top-level _meta field */ -export type optimismgoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: optimismgoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; + +export type avalanche_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['goerli_Bytes']; - blockNumber: Scalars['BigInt']; + +export type avalanche_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_AggregateRootProposed = { + +export type avalanche_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type avalanche_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type avalanche_swap_StableSwapAddLiquidityEvent = avalanche_swap_StableSwapEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['goerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + stableSwap: avalanche_swap_StableSwap; + provider: Scalars['avalanche_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['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_AggregateRootProposed_filter = { +export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95552,40 +93990,87 @@ export type goerli_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; @@ -95594,92 +94079,71 @@ export type goerli_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 goerli_AggregateRootProposed_orderBy = +export type avalanche_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'; - -export type goerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type goerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | 'transaction' + | 'nonce'; -export type goerli_AssetBalance = { +export type avalanche_swap_StableSwapEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: goerli_Router; - asset: goerli_Asset; - feesEarned: Scalars['BigInt']; + stableSwap: avalanche_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_AssetBalance_filter = { +export type avalanche_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95688,125 +94152,108 @@ export type goerli_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - 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; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AssetBalance_orderBy = +export type avalanche_swap_StableSwapEvent_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type goerli_AssetStatus = { +export type avalanche_swap_StableSwapExchange = { id: Scalars['ID']; - status?: Maybe; + stableSwap: avalanche_swap_StableSwap; + buyer: Scalars['avalanche_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['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_AssetStatus_filter = { +export type avalanche_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95815,152 +94262,171 @@ export type goerli_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 goerli_AssetStatus_orderBy = +export type avalanche_swap_StableSwapExchange_orderBy = | 'id' - | 'status'; - -export type goerli_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type goerli_ConnectorMeta = { +export type avalanche_swap_StableSwapRemoveLiquidityEvent = avalanche_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + stableSwap: avalanche_swap_StableSwap; + provider: Scalars['avalanche_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_ConnectorMeta_filter = { +export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95969,117 +94435,151 @@ export type goerli_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; + 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 goerli_ConnectorMeta_orderBy = +export type avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type goerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type goerli_DestinationTransfer_filter = { +export type avalanche_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96088,393 +94588,200 @@ export type goerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + 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 goerli_DestinationTransfer_orderBy = +export type avalanche_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 goerli_OptimisticRootFinalized = { +export type avalanche_swap_SwapDailyVolume = avalanche_swap_SwapTradeVolume & { id: Scalars['ID']; - aggregateRoot: Scalars['goerli_Bytes']; + stableSwap: avalanche_swap_StableSwap; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type goerli_OptimisticRootFinalized_filter = { +export type avalanche_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96483,16 +94790,27 @@ export type goerli_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; @@ -96501,208 +94819,50 @@ export type goerli_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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -export type goerli_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type goerli_OriginMessage_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OriginMessage_orderBy = +export type avalanche_swap_SwapDailyVolume_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 goerli_OriginTransfer = { +export type avalanche_swap_SwapHourlyVolume = avalanche_swap_SwapTradeVolume & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type goerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: avalanche_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type goerli_OriginTransfer_filter = { +export type avalanche_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96711,245 +94871,27 @@ export type goerli_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; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -96958,222 +94900,121 @@ export type goerli_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OriginTransfer_orderBy = +export type avalanche_swap_SwapHourlyVolume_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'; - -export type goerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'volume'; -export type goerli_RelayerFee = { - id: Scalars['ID']; - transfer: goerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['goerli_Bytes']; +export type avalanche_swap_SwapTradeVolume = { + stableSwap: avalanche_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type goerli_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; +export type avalanche_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; +export type avalanche_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type goerli_RelayerFeesIncrease = { +export type avalanche_swap_SwapWeeklyVolume = avalanche_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: goerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['goerli_Bytes']; - transactionHash: Scalars['goerli_Bytes']; + stableSwap: avalanche_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type goerli_RelayerFeesIncrease_filter = { +export type avalanche_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97182,65 +95023,27 @@ export type goerli_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: 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; @@ -97249,117 +95052,49 @@ export type goerli_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 goerli_RelayerFeesIncrease_orderBy = +export type avalanche_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'; - -export type goerli_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; + | 'volume'; -export type goerli_RootCount = { +export type avalanche_swap_SystemInfo = { id: Scalars['ID']; - count?: Maybe; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type goerli_RootCount_filter = { +export type avalanche_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97368,180 +95103,96 @@ export type goerli_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>; + 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 goerli_RootCount_orderBy = +export type avalanche_swap_SystemInfo_orderBy = | 'id' - | 'count'; - -export type goerli_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + | 'exchangeCount' + | 'swapCount'; + +export type avalanche_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 goerli_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +/** The type for the top-level _meta field */ +export type avalanche_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: avalanche_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type goerli_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; +export type base_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type goerli_Router = { +export type base_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type base_swap_LpAccount = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + address: Scalars['base_swap_Bytes']; + balances: Array; }; -export type goerli_RouterassetBalancesArgs = { +export type base_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_RouterDailyTVL = { +export type base_swap_LpAccountBalance = { id: Scalars['ID']; - router: goerli_Router; - asset: goerli_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + account: base_swap_LpAccount; + token: base_swap_LpToken; + amount: Scalars['base_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type goerli_RouterDailyTVL_filter = { +export type base_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97550,111 +95201,167 @@ export type goerli_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>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RouterDailyTVL_orderBy = +export type base_swap_LpAccountBalance_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'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type goerli_RouterLiquidityEvent = { +export type base_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 base_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type base_swap_LpToken = { id: Scalars['ID']; - type?: Maybe; - router: goerli_Router; - asset: goerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; + 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']; - transactionHash: Scalars['goerli_Bytes']; + transaction: Scalars['base_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type goerli_RouterLiquidityEvent_filter = { +export type base_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97663,86 +95370,43 @@ export type goerli_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>; + 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; @@ -97751,16 +95415,16 @@ export type goerli_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; @@ -97770,40 +95434,27 @@ export type goerli_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 goerli_RouterLiquidityEvent_orderBy = +export type base_swap_LpTokenEvent_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' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' + | 'block' | 'timestamp' - | 'transactionHash' + | 'transaction' | 'nonce'; -export type goerli_Router_filter = { +export type base_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97812,71 +95463,141 @@ export type goerli_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; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Router_orderBy = +export type base_swap_LpToken_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type goerli_Sequencer = { +export type base_swap_LpTransferEvent = base_swap_LpTokenEvent & { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + 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 goerli_Sequencer_filter = { +export type base_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97885,38 +95606,141 @@ export type goerli_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; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Sequencer_orderBy = +export type base_swap_LpTransferEvent_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type goerli_Setting = { +/** Defines the order direction, either ascending or descending */ +export type base_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type base_swap_PooledToken = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['goerli_Bytes']; + asset: Scalars['base_swap_Bytes']; }; -export type goerli_Setting_filter = { +export type base_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97925,49 +95749,117 @@ export type goerli_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; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Setting_orderBy = +export type base_swap_PooledToken_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'asset'; -export type goerli_SlippageUpdate = { +export type base_swap_StableSwap = { id: Scalars['ID']; - transfer: goerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['goerli_Bytes']; - transactionHash: Scalars['goerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + 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 goerli_SlippageUpdate_filter = { - id?: InputMaybe; + +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; +}; + +export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & { + 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']; +}; + +export type base_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; id_lt?: InputMaybe; @@ -97975,55 +95867,87 @@ export type goerli_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; + 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; @@ -98032,93 +95956,71 @@ export type goerli_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 goerli_SlippageUpdate_orderBy = +export type base_swap_StableSwapAddLiquidityEvent_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' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type goerli_SnapshotRoot = { +export type base_swap_StableSwapEvent = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['goerli_Bytes']; - count: Scalars['BigInt']; + stableSwap: base_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_SnapshotRoot_filter = { +export type base_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98127,32 +96029,35 @@ export type goerli_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; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -98161,34 +96066,71 @@ export type goerli_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 goerli_SnapshotRoot_orderBy = +export type base_swap_StableSwapEvent_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' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type goerli_SpokeConnectorMode = { +export type base_swap_StableSwapExchange = { id: Scalars['ID']; - mode: Scalars['String']; + 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 goerli_SpokeConnectorMode_filter = { +export type base_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98197,60 +96139,171 @@ export type goerli_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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 goerli_SpokeConnectorMode_orderBy = +export type base_swap_StableSwapExchange_orderBy = | 'id' - | 'mode'; - -export type goerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type stagingoptimismgoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingoptimismgoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_AggregateRootProposed = { +export type base_swap_StableSwapRemoveLiquidityEvent = base_swap_StableSwapEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + 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']; - blockNumber?: Maybe; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_AggregateRootProposed_filter = { +export type base_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98259,40 +96312,87 @@ export type stagingoptimismgoerli_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; @@ -98301,30 +96401,62 @@ export type stagingoptimismgoerli_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 stagingoptimismgoerli_AggregateRootProposed_orderBy = +export type base_swap_StableSwapRemoveLiquidityEvent_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 stagingoptimismgoerli_AggregateRoot_filter = { +export type base_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98333,64 +96465,281 @@ export type stagingoptimismgoerli_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>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_AggregateRoot_orderBy = +export type base_swap_StableSwap_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type stagingoptimismgoerli_Aggregation_interval = - | 'hour' - | 'day'; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type stagingoptimismgoerli_Asset = { +export type base_swap_SwapDailyVolume = base_swap_SwapTradeVolume & { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; }; -export type stagingoptimismgoerli_AssetBalance = { +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 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']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingoptimismgoerli_Router; - asset: stagingoptimismgoerli_Asset; - feesEarned: Scalars['BigInt']; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; }; -export type stagingoptimismgoerli_AssetBalance_filter = { +export type base_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98399,125 +96748,150 @@ export type stagingoptimismgoerli_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; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_AssetBalance_orderBy = +export type base_swap_SwapHourlyVolume_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type stagingoptimismgoerli_AssetStatus = { +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']; - status?: Maybe; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; }; -export type stagingoptimismgoerli_AssetStatus_filter = { +export type base_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98526,21 +96900,78 @@ export type stagingoptimismgoerli_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; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_AssetStatus_orderBy = +export type base_swap_SwapWeeklyVolume_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' + | 'timestamp' + | 'volume'; -export type stagingoptimismgoerli_Asset_filter = { +export type base_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type base_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98549,139 +96980,98 @@ export type stagingoptimismgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - 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; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_Asset_orderBy = +export type base_swap_SystemInfo_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'exchangeCount' + | 'swapCount'; -export type stagingoptimismgoerli_BlockChangedFilter = { +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 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 xdai_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type xdai_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingoptimismgoerli_Block_height = { - hash?: InputMaybe; +export type xdai_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingoptimismgoerli_ConnectorMeta = { +export type xdai_swap_LpAccount = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + address: Scalars['xdai_swap_Bytes']; + balances: Array; }; -export type stagingoptimismgoerli_ConnectorMeta_filter = { + +export type xdai_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_LpAccountBalance = { + id: Scalars['ID']; + account: xdai_swap_LpAccount; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type xdai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98690,117 +97080,167 @@ export type stagingoptimismgoerli_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; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_ConnectorMeta_orderBy = +export type xdai_swap_LpAccountBalance_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type stagingoptimismgoerli_DestinationTransfer = { +export type xdai_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type xdai_swap_LpToken = { id: Scalars['ID']; - 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; + address: Scalars['xdai_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['xdai_swap_BigDecimal']; + events: Array; }; -export type stagingoptimismgoerli_DestinationTransferroutersArgs = { +export type xdai_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimismgoerli_DestinationTransfer_filter = { +export type xdai_swap_LpTokenEvent = { + id: Scalars['ID']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98809,24 +97249,61 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -98835,367 +97312,171 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - 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 stagingoptimismgoerli_DestinationTransfer_orderBy = +export type xdai_swap_LpTokenEvent_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'; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_OptimisticRootFinalized = { +export type xdai_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + from: Scalars['xdai_swap_Bytes']; + to: Scalars['xdai_swap_Bytes']; + fromBalance: Scalars['xdai_swap_BigDecimal']; + toBalance: Scalars['xdai_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { +export type xdai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99204,16 +97485,79 @@ export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + 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; @@ -99222,45 +97566,60 @@ export type stagingoptimismgoerli_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 stagingoptimismgoerli_OptimisticRootFinalized_orderBy = +export type xdai_swap_LpTransferEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type stagingoptimismgoerli_OrderDirection = +export type xdai_swap_OrderDirection = | 'asc' | 'desc'; -export type stagingoptimismgoerli_OriginMessage = { +export type xdai_swap_PooledToken = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + asset: Scalars['xdai_swap_Bytes']; }; -export type stagingoptimismgoerli_OriginMessage_filter = { +export type xdai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99269,166 +97628,116 @@ export type stagingoptimismgoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_OriginMessage_orderBy = +export type xdai_swap_PooledToken_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'asset'; -export type stagingoptimismgoerli_OriginTransfer = { +export type xdai_swap_StableSwap = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; + isActive?: Maybe; + key: Scalars['xdai_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type stagingoptimismgoerli_OriginTransferrelayerFeesArgs = { +export type xdai_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimismgoerli_OriginTransfer_filter = { + +export type xdai_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99437,24 +97746,105 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -99463,219 +97853,90 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xdai_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_StableSwapEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -99684,120 +97945,71 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - 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 stagingoptimismgoerli_OriginTransfer_orderBy = +export type xdai_swap_StableSwapEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type stagingoptimismgoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_RelayerFee = { +export type xdai_swap_StableSwapExchange = { id: Scalars['ID']; - transfer: stagingoptimismgoerli_OriginTransfer; + stableSwap: xdai_swap_StableSwap; + buyer: Scalars['xdai_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; fee: Scalars['BigInt']; - asset: Scalars['stagingoptimismgoerli_Bytes']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_RelayerFee_filter = { +export type xdai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99806,27 +98018,75 @@ export type stagingoptimismgoerli_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -99835,71 +98095,94 @@ export type stagingoptimismgoerli_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RelayerFee_orderBy = +export type xdai_swap_StableSwapExchange_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' | 'fee' - | 'asset'; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_RelayerFeesIncrease = { +export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { id: Scalars['ID']; - transfer: stagingoptimismgoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingoptimismgoerli_Bytes']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { +export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99908,65 +98191,87 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -99975,78 +98280,62 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = +export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_Relayer_filter = { +export type xdai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100059,215 +98348,277 @@ export type stagingoptimismgoerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type stagingoptimismgoerli_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type stagingoptimismgoerli_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_RootCount_orderBy = - | 'id' - | 'count'; - -export type stagingoptimismgoerli_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type stagingoptimismgoerli_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RootMessageSent_orderBy = +export type xdai_swap_StableSwap_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type stagingoptimismgoerli_Router = { +export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; }; - -export type stagingoptimismgoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type xdai_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RouterDailyTVL = { +export type xdai_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - router: stagingoptimismgoerli_Router; - asset: stagingoptimismgoerli_Asset; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type stagingoptimismgoerli_RouterDailyTVL_filter = { +export type xdai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100276,48 +98627,27 @@ export type stagingoptimismgoerli_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; @@ -100326,61 +98656,121 @@ export type stagingoptimismgoerli_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 stagingoptimismgoerli_RouterDailyTVL_orderBy = +export type xdai_swap_SwapHourlyVolume_orderBy = | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__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 stagingoptimismgoerli_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: stagingoptimismgoerli_Router; - asset: stagingoptimismgoerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; +export type xdai_swap_SwapTradeVolume = { + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type stagingoptimismgoerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; +export type xdai_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type stagingoptimismgoerli_RouterLiquidityEvent_filter = { +export type xdai_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; +}; + +export type xdai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100389,86 +98779,27 @@ export type stagingoptimismgoerli_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -100477,59 +98808,49 @@ export type stagingoptimismgoerli_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RouterLiquidityEvent_orderBy = +export type xdai_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'transactionHash' - | 'nonce'; + | 'volume'; -export type stagingoptimismgoerli_Router_filter = { +export type xdai_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type xdai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100538,71 +98859,96 @@ export type stagingoptimismgoerli_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; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_Router_orderBy = +export type xdai_swap_SystemInfo_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'exchangeCount' + | 'swapCount'; -export type stagingoptimismgoerli_Sequencer = { +export type xdai_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type xdai_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: xdai_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type linea_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type linea_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type linea_swap_LpAccount = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + address: Scalars['linea_swap_Bytes']; + balances: Array; }; -export type stagingoptimismgoerli_Sequencer_filter = { + +export type linea_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_LpAccountBalance = { + id: Scalars['ID']; + account: linea_swap_LpAccount; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type linea_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100611,38 +98957,92 @@ export type stagingoptimismgoerli_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_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingoptimismgoerli_Sequencer_orderBy = +export type linea_swap_LpAccountBalance_orderBy = | 'id' - | 'isActive' - | 'sequencer'; - -export type stagingoptimismgoerli_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingoptimismgoerli_Bytes']; -}; + | 'account' + | 'token' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type stagingoptimismgoerli_Setting_filter = { +export type linea_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100651,48 +99051,53 @@ export type stagingoptimismgoerli_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingoptimismgoerli_Setting_orderBy = +export type linea_swap_LpAccount_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'address' + | 'balances'; -export type stagingoptimismgoerli_SlippageUpdate = { +export type linea_swap_LpToken = { id: Scalars['ID']; - transfer: stagingoptimismgoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingoptimismgoerli_Bytes']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; + 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']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_SlippageUpdate_filter = { +export type linea_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100701,55 +99106,43 @@ export type stagingoptimismgoerli_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + 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; @@ -100758,93 +99151,154 @@ export type stagingoptimismgoerli_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_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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 stagingoptimismgoerli_SlippageUpdate_orderBy = +export type linea_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' + | 'amount' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_SnapshotRoot = { +export type linea_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingoptimismgoerli_Bytes']; - count: Scalars['BigInt']; + 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']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_SnapshotRoot_filter = { +export type linea_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100853,32 +99307,71 @@ export type stagingoptimismgoerli_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>; + 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; @@ -100887,34 +99380,48 @@ export type stagingoptimismgoerli_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_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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 stagingoptimismgoerli_SnapshotRoot_orderBy = +export type linea_swap_LpTransferEvent_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' + | 'token' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_SpokeConnectorMode = { +/** Defines the order direction, either ascending or descending */ +export type linea_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type linea_swap_PooledToken = { id: Scalars['ID']; - mode: Scalars['String']; + asset: Scalars['linea_swap_Bytes']; }; -export type stagingoptimismgoerli_SpokeConnectorMode_filter = { +export type linea_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100923,87 +99430,110 @@ export type stagingoptimismgoerli_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + 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 stagingoptimismgoerli_SpokeConnectorMode_orderBy = +export type linea_swap_PooledToken_orderBy = | 'id' - | 'mode'; + | 'asset'; -export type stagingoptimismgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; +export type linea_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['linea_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; -export type stagingoptimismgoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; + +export type linea_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -/** The type for the top-level _meta field */ -export type stagingoptimismgoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingoptimismgoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; + +export type linea_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['mumbai_Bytes']; - blockNumber: Scalars['BigInt']; + +export type linea_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_AggregateRootProposed = { + +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']; - aggregateRoot: Scalars['mumbai_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + 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']; - blockNumber?: Maybe; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_AggregateRootProposed_filter = { +export type linea_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101012,40 +99542,83 @@ export type mumbai_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_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; @@ -101054,96 +99627,49 @@ export type mumbai_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_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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 mumbai_AggregateRootProposed_orderBy = +export type linea_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' + | 'stableSwap' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'blockNumber'; - -export type mumbai_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type mumbai_Aggregation_interval = - | 'hour' - | 'day'; - -export type mumbai_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | 'transaction' + | 'nonce'; -export type mumbai_AssetBalance = { +export type linea_swap_StableSwapEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: mumbai_Router; - asset: mumbai_Asset; - feesEarned: Scalars['BigInt']; + stableSwap: linea_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_AssetBalance_filter = { +export type linea_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101152,148 +99678,86 @@ export type mumbai_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; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_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 mumbai_AssetBalance_orderBy = +export type linea_swap_StableSwapEvent_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; + | 'stableSwap' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mumbai_AssetStatus = { +export type linea_swap_StableSwapExchange = { id: Scalars['ID']; - status?: Maybe; -}; - -export type mumbai_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + stableSwap: linea_swap_StableSwap; + buyer: Scalars['linea_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type mumbai_Asset_filter = { +export type linea_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101302,284 +99766,101 @@ export type mumbai_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - 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 mumbai_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type mumbai_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mumbai_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type mumbai_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type mumbai_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mumbai_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type mumbai_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mumbai_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -101588,367 +99869,42 @@ export type mumbai_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mumbai_DestinationTransfer_orderBy = +export type linea_swap_StableSwapExchange_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' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mumbai_OptimisticRootFinalized = { +export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['mumbai_Bytes']; + 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']; - blockNumber?: Maybe; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_OptimisticRootFinalized_filter = { +export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101957,16 +99913,83 @@ export type mumbai_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; + 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; @@ -101975,45 +99998,40 @@ export type mumbai_OptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mumbai_OptimisticRootFinalized_orderBy = +export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'stableSwap' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type mumbai_OrderDirection = - | 'asc' - | 'desc'; - -export type mumbai_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; + | 'transaction' + | 'nonce'; -export type mumbai_OriginMessage_filter = { +export type linea_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102022,166 +100040,181 @@ export type mumbai_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type mumbai_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; }; +export type linea_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type mumbai_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type mumbai_OriginTransfer_filter = { +export type linea_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102190,245 +100223,27 @@ export type mumbai_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; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -102437,120 +100252,32 @@ export type mumbai_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mumbai_OriginTransfer_orderBy = +export type linea_swap_SwapDailyVolume_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__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' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type mumbai_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'volume'; -export type mumbai_RelayerFee = { +export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: mumbai_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['mumbai_Bytes']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type mumbai_RelayerFee_filter = { +export type linea_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102559,167 +100286,81 @@ export type mumbai_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mumbai_RelayerFee_orderBy = +export type linea_swap_SwapHourlyVolume_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'stableSwap' + | 'timestamp' + | 'volume'; -export type mumbai_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: mumbai_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['mumbai_Bytes']; - transactionHash: Scalars['mumbai_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 mumbai_RelayerFeesIncrease_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; +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; @@ -102728,78 +100369,31 @@ export type mumbai_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mumbai_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' +export type linea_swap_SwapTradeVolume_orderBy = + | 'stableSwap' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type mumbai_Relayer_filter = { +export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; +}; + +export type linea_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102808,37 +100402,60 @@ export type mumbai_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; }; -export type mumbai_Relayer_orderBy = +export type linea_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'stableSwap' + | 'timestamp' + | 'volume'; -export type mumbai_RootCount = { +export type linea_swap_SystemInfo = { id: Scalars['ID']; - count?: Maybe; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type mumbai_RootCount_filter = { +export type linea_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102847,180 +100464,96 @@ export type mumbai_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>; + 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 mumbai_RootCount_orderBy = +export type linea_swap_SystemInfo_orderBy = | 'id' - | 'count'; + | 'exchangeCount' + | 'swapCount'; -export type mumbai_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; +export type linea_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type mumbai_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +/** The type for the top-level _meta field */ +export type linea_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: linea_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type mumbai_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; +export type arbitrumone_swap_Aggregation_interval = + | 'hour' + | 'day'; -export type mumbai_Router = { +export type arbitrumone_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type arbitrumone_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type arbitrumone_swap_LpAccount = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + address: Scalars['arbitrumone_swap_Bytes']; + balances: Array; }; -export type mumbai_RouterassetBalancesArgs = { +export type arbitrumone_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_RouterDailyTVL = { +export type arbitrumone_swap_LpAccountBalance = { id: Scalars['ID']; - router: mumbai_Router; - asset: mumbai_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + account: arbitrumone_swap_LpAccount; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type mumbai_RouterDailyTVL_filter = { +export type arbitrumone_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103029,111 +100562,167 @@ export type mumbai_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>; + 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 mumbai_RouterDailyTVL_orderBy = +export type arbitrumone_swap_LpAccountBalance_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'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type mumbai_RouterLiquidityEvent = { +export type arbitrumone_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type arbitrumone_swap_LpToken = { id: Scalars['ID']; - type?: Maybe; - router: mumbai_Router; - asset: mumbai_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; + address: Scalars['arbitrumone_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['arbitrumone_swap_BigDecimal']; + events: Array; +}; + + +export type arbitrumone_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_swap_LpTokenEvent = { + id: Scalars['ID']; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['mumbai_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mumbai_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type mumbai_RouterLiquidityEvent_filter = { +export type arbitrumone_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103142,86 +100731,43 @@ export type mumbai_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - 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>; + 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; @@ -103230,16 +100776,16 @@ export type mumbai_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -103249,40 +100795,27 @@ export type mumbai_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RouterLiquidityEvent_orderBy = +export type arbitrumone_swap_LpTokenEvent_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' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' + | 'block' | 'timestamp' - | 'transactionHash' + | 'transaction' | 'nonce'; -export type mumbai_Router_filter = { +export type arbitrumone_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103291,71 +100824,141 @@ export type mumbai_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; + 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 mumbai_Router_orderBy = +export type arbitrumone_swap_LpToken_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type mumbai_Sequencer = { +export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + from: Scalars['arbitrumone_swap_Bytes']; + to: Scalars['arbitrumone_swap_Bytes']; + fromBalance: Scalars['arbitrumone_swap_BigDecimal']; + toBalance: Scalars['arbitrumone_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_Sequencer_filter = { +export type arbitrumone_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103364,38 +100967,141 @@ export type mumbai_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; + 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 mumbai_Sequencer_orderBy = +export type arbitrumone_swap_LpTransferEvent_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mumbai_Setting = { +/** Defines the order direction, either ascending or descending */ +export type arbitrumone_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumone_swap_PooledToken = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mumbai_Bytes']; + asset: Scalars['arbitrumone_swap_Bytes']; }; -export type mumbai_Setting_filter = { +export type arbitrumone_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103404,200 +101110,116 @@ export type mumbai_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; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Setting_orderBy = +export type arbitrumone_swap_PooledToken_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'asset'; -export type mumbai_SlippageUpdate = { +export type arbitrumone_swap_StableSwap = { id: Scalars['ID']; - transfer: mumbai_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['mumbai_Bytes']; - transactionHash: Scalars['mumbai_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + isActive?: Maybe; + key: Scalars['arbitrumone_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type mumbai_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type arbitrumone_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; -export type mumbai_SnapshotRoot = { +export type arbitrumone_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['mumbai_Bytes']; - count: Scalars['BigInt']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_SnapshotRoot_filter = { +export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103606,32 +101228,87 @@ export type mumbai_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; + 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; @@ -103640,34 +101317,71 @@ export type mumbai_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 mumbai_SnapshotRoot_orderBy = +export type arbitrumone_swap_StableSwapAddLiquidityEvent_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' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type mumbai_SpokeConnectorMode = { +export type arbitrumone_swap_StableSwapEvent = { id: Scalars['ID']; - mode: Scalars['String']; + stableSwap: arbitrumone_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_SpokeConnectorMode_filter = { +export type arbitrumone_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103676,87 +101390,108 @@ export type mumbai_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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 mumbai_SpokeConnectorMode_orderBy = +export type arbitrumone_swap_StableSwapEvent_orderBy = | 'id' - | 'mode'; - -export type mumbai_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type mumbai__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type mumbai__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: mumbai__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type basegoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['basegoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type basegoerli_AggregateRootProposed = { +export type arbitrumone_swap_StableSwapExchange = { id: Scalars['ID']; - aggregateRoot: Scalars['basegoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + stableSwap: arbitrumone_swap_StableSwap; + buyer: Scalars['arbitrumone_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type basegoerli_AggregateRootProposed_filter = { +export type arbitrumone_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103765,40 +101500,91 @@ export type basegoerli_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; + 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; @@ -103807,96 +101593,78 @@ export type basegoerli_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 basegoerli_AggregateRootProposed_orderBy = +export type arbitrumone_swap_StableSwapExchange_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' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'blockNumber'; - -export type basegoerli_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 basegoerli_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type basegoerli_Aggregation_interval = - | 'hour' - | 'day'; - -export type basegoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | 'transaction' + | 'nonce'; -export type basegoerli_AssetBalance = { +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: basegoerli_Router; - asset: basegoerli_Asset; - feesEarned: Scalars['BigInt']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type basegoerli_AssetBalance_filter = { +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103905,125 +101673,151 @@ export type basegoerli_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; + 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 basegoerli_AssetBalance_orderBy = +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_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 basegoerli_AssetStatus = { - id: Scalars['ID']; - 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' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type basegoerli_AssetStatus_filter = { +export type arbitrumone_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104032,21 +101826,200 @@ export type basegoerli_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>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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 basegoerli_AssetStatus_orderBy = +export type arbitrumone_swap_StableSwap_orderBy = | 'id' - | 'status'; + | '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 basegoerli_Asset_filter = { +export type arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104055,70 +102028,478 @@ export type basegoerli_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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type arbitrumone_swap_SwapTradeVolume = { + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type arbitrumone_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type arbitrumone_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type arbitrumone_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type arbitrumone_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: arbitrumone_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type 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; @@ -104127,67 +102508,107 @@ export type basegoerli_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 basegoerli_Asset_orderBy = +export type mainnet_AggregatedMessageRoot_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'index' + | 'receivedRoot' + | 'domain' + | 'blockNumber'; -export type basegoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type mainnet_ArbitrumConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type basegoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +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 basegoerli_ConnectorMeta = { +export type mainnet_ArbitrumConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_AvalancheConnectorMeta = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type basegoerli_ConnectorMeta_filter = { +export type mainnet_AvalancheConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104212,43 +102633,43 @@ export type basegoerli_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 basegoerli_ConnectorMeta_orderBy = +export type mainnet_AvalancheConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -104256,57 +102677,16 @@ export type basegoerli_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type basegoerli_DestinationTransfer = { +export type mainnet_BaseConnectorMeta = { 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 basegoerli_DestinationTransferroutersArgs = { - 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 basegoerli_DestinationTransfer_filter = { +export type mainnet_BaseConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104315,393 +102695,272 @@ export type basegoerli_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 basegoerli_DestinationTransfer_orderBy = +export type mainnet_BaseConnectorMeta_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 basegoerli_OptimisticRootFinalized = { +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']; - aggregateRoot: Scalars['basegoerli_Bytes']; + 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; }; -export type basegoerli_OptimisticRootFinalized_filter = { +export type mainnet_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104710,16 +102969,16 @@ export type basegoerli_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; @@ -104737,36 +102996,105 @@ export type basegoerli_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 basegoerli_OptimisticRootFinalized_orderBy = +export type mainnet_HubOptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type basegoerli_OrderDirection = - | 'asc' - | 'desc'; +export type mainnet_LineaConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; -export type basegoerli_OriginMessage = { +export type mainnet_LineaConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_LineaConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_MantleConnectorMeta = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type basegoerli_OriginMessage_filter = { +export type mainnet_MantleConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104775,166 +103103,154 @@ export type basegoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type basegoerli_OriginMessage_orderBy = +export type mainnet_MantleConnectorMeta_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type basegoerli_OriginTransfer = { +export type mainnet_MetisConnectorMeta = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_MetisConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type mainnet_MetisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type basegoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mainnet_ModeConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type basegoerli_OriginTransfer_filter = { +export type mainnet_ModeConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104943,367 +103259,76 @@ export type basegoerli_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 basegoerli_OriginTransfer_orderBy = +export type mainnet_ModeConnectorMeta_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 basegoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type basegoerli_RelayerFee = { +export type mainnet_OptimismConnectorMeta = { id: Scalars['ID']; - transfer: basegoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['basegoerli_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type basegoerli_RelayerFee_filter = { +export type mainnet_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105312,100 +103337,75 @@ export type basegoerli_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 basegoerli_RelayerFee_orderBy = +export type mainnet_OptimismConnectorMeta_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type basegoerli_RelayerFeesIncrease = { +export type mainnet_OptimisticRootPropagated = { id: Scalars['ID']; - transfer: basegoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['basegoerli_Bytes']; - transactionHash: Scalars['basegoerli_Bytes']; + aggregateRoot: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type basegoerli_RelayerFeesIncrease_filter = { +export type mainnet_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105414,65 +103414,26 @@ export type basegoerli_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -105481,22 +103442,6 @@ export type basegoerli_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; @@ -105506,53 +103451,30 @@ export type basegoerli_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 basegoerli_RelayerFeesIncrease_orderBy = +export type mainnet_OptimisticRootPropagated_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type basegoerli_Relayer_filter = { +export type mainnet_OptimisticRootProposed = { + id: Scalars['ID']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['mainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105561,37 +103483,93 @@ export type basegoerli_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; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type basegoerli_Relayer_orderBy = +export type mainnet_OptimisticRootProposed_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type basegoerli_RootCount = { +/** Defines the order direction, either ascending or descending */ +export type mainnet_OrderDirection = + | 'asc' + | 'desc'; + +export type mainnet_PolygonConnectorMeta = { 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 basegoerli_RootCount_filter = { +export type mainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105600,39 +103578,76 @@ export type basegoerli_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 basegoerli_RootCount_orderBy = +export type mainnet_PolygonConnectorMeta_orderBy = | 'id' - | 'count'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type basegoerli_RootMessageSent = { +export type mainnet_PolygonZkConnectorMeta = { 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 basegoerli_RootMessageSent_filter = { +export type mainnet_PolygonZkConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105657,385 +103672,58 @@ export type basegoerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type basegoerli_RootMessageSent_orderBy = +export type mainnet_PolygonZkConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type basegoerli_Router = { +export type mainnet_RootAggregated = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type basegoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type basegoerli_RouterDailyTVL = { - id: Scalars['ID']; - router: basegoerli_Router; - asset: basegoerli_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type basegoerli_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 basegoerli_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 basegoerli_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: basegoerli_Router; - asset: basegoerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['basegoerli_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type basegoerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type basegoerli_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>>; + domain: Scalars['BigInt']; + receivedRoot: Scalars['mainnet_Bytes']; + index: Scalars['BigInt']; }; -export type basegoerli_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 basegoerli_Router_filter = { +export type mainnet_RootAggregated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106044,71 +103732,51 @@ export type basegoerli_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 basegoerli_Router_orderBy = +export type mainnet_RootAggregated_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'domain' + | 'receivedRoot' + | 'index'; -export type basegoerli_Sequencer = { +export type mainnet_RootManagerMeta = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + domains?: Maybe>; + connectors?: Maybe>; }; -export type basegoerli_Sequencer_filter = { +export type mainnet_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106117,38 +103785,35 @@ export type basegoerli_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 basegoerli_Sequencer_orderBy = +export type mainnet_RootManagerMeta_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'domains' + | 'connectors'; -export type basegoerli_Setting = { +export type mainnet_RootManagerMode = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['basegoerli_Bytes']; + mode: Scalars['String']; }; -export type basegoerli_Setting_filter = { +export type mainnet_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106157,48 +103822,50 @@ export type basegoerli_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 basegoerli_Setting_orderBy = +export type mainnet_RootManagerMode_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'mode'; -export type basegoerli_SlippageUpdate = { +export type mainnet_RootMessageProcessed = { id: Scalars['ID']; - transfer: basegoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['basegoerli_Bytes']; - transactionHash: Scalars['basegoerli_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 basegoerli_SlippageUpdate_filter = { +export type mainnet_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106207,55 +103874,52 @@ export type basegoerli_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; @@ -106289,51 +103953,16 @@ export type basegoerli_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 basegoerli_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' @@ -106341,16 +103970,15 @@ export type basegoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type basegoerli_SnapshotRoot = { +export type mainnet_RootPropagated = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['basegoerli_Bytes']; + aggregate: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type basegoerli_SnapshotRoot_filter = { +export type mainnet_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106359,24 +103987,26 @@ export type basegoerli_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; @@ -106385,14 +104015,6 @@ export type basegoerli_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; @@ -106402,25 +104024,28 @@ export type basegoerli_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 basegoerli_SnapshotRoot_orderBy = +export type mainnet_RootPropagated_orderBy = | 'id' - | 'spokeDomain' - | 'root' + | 'aggregate' + | 'domainsHash' | 'count' - | 'timestamp' | 'blockNumber'; -export type basegoerli_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 basegoerli_SpokeConnectorMode_filter = { +export type mainnet_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106429,56 +104054,79 @@ export type basegoerli_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 basegoerli_SpokeConnectorMode_orderBy = +export type mainnet_ZkSyncConnectorMeta_orderBy = | 'id' - | 'mode'; - -export type basegoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type basegoerli__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 basegoerli__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 @@ -106486,30 +104134,22 @@ export type basegoerli__Meta_ = { * and therefore asks for the latest block * */ - block: basegoerli__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 stagingmumbai_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingmumbai_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingmumbai_AggregateRootProposed = { +export type localmainnet_AggregateRootSavedSlow = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmumbai_Bytes']; + aggregateRoot: Scalars['localmainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; }; -export type stagingmumbai_AggregateRootProposed_filter = { +export type localmainnet_AggregateRootSavedSlow_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106518,16 +104158,30 @@ export type stagingmumbai_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + 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; @@ -106536,54 +104190,28 @@ export type stagingmumbai_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 stagingmumbai_AggregateRootProposed_orderBy = +export type localmainnet_AggregateRootSavedSlow_orderBy = | 'id' | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; -export type stagingmumbai_AggregateRoot_filter = { +export type localmainnet_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['localmainnet_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; +}; + +export type localmainnet_AggregatedMessageRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106592,16 +104220,32 @@ export type stagingmumbai_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + 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; @@ -106611,45 +104255,32 @@ export type stagingmumbai_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_AggregateRoot_orderBy = +export type localmainnet_AggregatedMessageRoot_orderBy = | 'id' - | 'root' + | 'index' + | 'receivedRoot' + | 'domain' | 'blockNumber'; -export type stagingmumbai_Aggregation_interval = +export type localmainnet_Aggregation_interval = | 'hour' | 'day'; -export type stagingmumbai_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type stagingmumbai_AssetBalance = { +export type localmainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingmumbai_Router; - asset: stagingmumbai_Asset; - feesEarned: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_AssetBalance_filter = { +export type localmainnet_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106658,148 +104289,86 @@ export type stagingmumbai_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - 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 stagingmumbai_AssetBalance_orderBy = +export type localmainnet_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 stagingmumbai_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; +export type localmainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type stagingmumbai_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type localmainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type stagingmumbai_AssetStatus_orderBy = - | 'id' - | 'status'; +export type localmainnet_BnbConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; -export type stagingmumbai_Asset_filter = { +export type localmainnet_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106808,139 +104377,76 @@ export type stagingmumbai_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - 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 stagingmumbai_Asset_orderBy = +export type localmainnet_BnbConnectorMeta_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type stagingmumbai_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingmumbai_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_ConnectorMeta = { +export type localmainnet_GnosisConnectorMeta = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_ConnectorMeta_filter = { +export type localmainnet_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106965,43 +104471,43 @@ export type stagingmumbai_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_ConnectorMeta_orderBy = +export type localmainnet_GnosisConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -107009,57 +104515,12 @@ export type stagingmumbai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmumbai_DestinationTransfer = { +export type localmainnet_HubDomain = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type stagingmumbai_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + domain?: Maybe; }; -export type stagingmumbai_DestinationTransfer_filter = { +export type localmainnet_HubDomain_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107068,393 +104529,32 @@ export type stagingmumbai_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + 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 stagingmumbai_DestinationTransfer_orderBy = +export type localmainnet_HubDomain_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'; + | 'domain'; -export type stagingmumbai_OptimisticRootFinalized = { +export type localmainnet_HubOptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmumbai_Bytes']; + aggregateRoot: Scalars['localmainnet_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmumbai_OptimisticRootFinalized_filter = { +export type localmainnet_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107463,16 +104563,16 @@ export type stagingmumbai_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -107490,36 +104590,104 @@ export type stagingmumbai_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_OptimisticRootFinalized_orderBy = +export type localmainnet_HubOptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type stagingmumbai_OrderDirection = - | 'asc' - | 'desc'; +export type localmainnet_OptimismConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; -export type stagingmumbai_OriginMessage = { +export type localmainnet_OptimismConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type localmainnet_OptimisticRootPropagated = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + aggregateRoot: Scalars['localmainnet_Bytes']; + domainsHash: Scalars['localmainnet_Bytes']; + timestamp: Scalars['BigInt']; blockNumber?: Maybe; - rootCount?: Maybe; }; -export type stagingmumbai_OriginMessage_filter = { +export type localmainnet_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107528,72 +104696,34 @@ export type stagingmumbai_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - 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; + 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; @@ -107602,92 +104732,31 @@ export type stagingmumbai_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_OriginMessage_orderBy = +export type localmainnet_OptimisticRootPropagated_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'aggregateRoot' + | 'domainsHash' + | 'timestamp' + | 'blockNumber'; -export type stagingmumbai_OriginTransfer = { +export type localmainnet_OptimisticRootProposed = { 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; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['localmainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['localmainnet_Bytes']; + timestamp: Scalars['BigInt']; blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type stagingmumbai_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; }; -export type stagingmumbai_OriginTransfer_filter = { +export type localmainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107696,245 +104765,46 @@ export type stagingmumbai_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + 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; @@ -107943,22 +104813,6 @@ export type stagingmumbai_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -107967,96 +104821,37 @@ export type stagingmumbai_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_OriginTransfer_orderBy = +export type localmainnet_OptimisticRootProposed_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' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; + | 'blockNumber'; -export type stagingmumbai_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; +/** Defines the order direction, either ascending or descending */ +export type localmainnet_OrderDirection = + | 'asc' + | 'desc'; -export type stagingmumbai_RelayerFee = { +export type localmainnet_PolygonConnectorMeta = { id: Scalars['ID']; - transfer: stagingmumbai_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingmumbai_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_RelayerFee_filter = { +export type localmainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108065,100 +104860,74 @@ export type stagingmumbai_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RelayerFee_orderBy = +export type localmainnet_PolygonConnectorMeta_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_RelayerFeesIncrease = { +export type localmainnet_RootAggregated = { id: Scalars['ID']; - transfer: stagingmumbai_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmumbai_Bytes']; - transactionHash: Scalars['stagingmumbai_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['localmainnet_Bytes']; + index: Scalars['BigInt']; }; -export type stagingmumbai_RelayerFeesIncrease_filter = { +export type localmainnet_RootAggregated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108167,145 +104936,51 @@ export type stagingmumbai_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RelayerFeesIncrease_orderBy = +export type localmainnet_RootAggregated_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | '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'; + | 'domain' + | 'receivedRoot' + | 'index'; -export type stagingmumbai_Relayer_filter = { +export type localmainnet_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; +}; + +export type localmainnet_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108314,37 +104989,35 @@ export type stagingmumbai_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; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Relayer_orderBy = +export type localmainnet_RootManagerMeta_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'domains' + | 'connectors'; -export type stagingmumbai_RootCount = { +export type localmainnet_RootManagerMode = { id: Scalars['ID']; - count?: Maybe; + mode: Scalars['String']; }; -export type stagingmumbai_RootCount_filter = { +export type localmainnet_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108353,39 +105026,50 @@ export type stagingmumbai_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RootCount_orderBy = +export type localmainnet_RootManagerMode_orderBy = | 'id' - | 'count'; + | 'mode'; -export type stagingmumbai_RootMessageSent = { +export type localmainnet_RootMessageProcessed = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingmumbai_RootMessageSent_filter = { +export type localmainnet_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108410,51 +105094,43 @@ export type stagingmumbai_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -108481,17 +105157,16 @@ export type stagingmumbai_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RootMessageSent_orderBy = +export type localmainnet_RootMessageProcessed_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' | 'root' - | 'count' | 'caller' | 'transactionHash' | 'timestamp' @@ -108499,147 +105174,15 @@ export type stagingmumbai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmumbai_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type stagingmumbai_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingmumbai_RouterDailyTVL = { - id: Scalars['ID']; - router: stagingmumbai_Router; - asset: stagingmumbai_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type stagingmumbai_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmumbai_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type stagingmumbai_RouterLiquidityEvent = { +export type localmainnet_RootPropagated = { id: Scalars['ID']; - type?: Maybe; - router: stagingmumbai_Router; - asset: stagingmumbai_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingmumbai_Bytes']; - nonce: Scalars['BigInt']; + aggregate: Scalars['localmainnet_Bytes']; + domainsHash: Scalars['localmainnet_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmumbai_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type stagingmumbai_RouterLiquidityEvent_filter = { +export type localmainnet_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108648,78 +105191,34 @@ export type stagingmumbai_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; + 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; @@ -108728,67 +105227,29 @@ export type stagingmumbai_RouterLiquidityEvent_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RouterLiquidityEvent_orderBy = +export type localmainnet_RootPropagated_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'; + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; -export type stagingmumbai_Router_filter = { +export type localmainnet_ZkSyncConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108797,111 +105258,133 @@ export type stagingmumbai_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Router_orderBy = +export type localmainnet_ZkSyncConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; +export type localmainnet__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; -export type stagingmumbai_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +/** The type for the top-level _meta field */ +export type localmainnet__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: localmainnet__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type stagingmumbai_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; +export type staginggoerli_swap_Aggregation_interval = + | 'hour' + | 'day'; -export type stagingmumbai_Setting = { +export type staginggoerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type staginggoerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type staginggoerli_swap_LpAccount = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmumbai_Bytes']; + address: Scalars['staginggoerli_swap_Bytes']; + balances: Array; }; -export type stagingmumbai_Setting_filter = { + +export type staginggoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: staginggoerli_swap_LpAccount; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type staginggoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108910,48 +105393,106 @@ export type stagingmumbai_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + 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 stagingmumbai_Setting_orderBy = +export type staginggoerli_swap_LpAccountBalance_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type stagingmumbai_SlippageUpdate = { - id: Scalars['ID']; - transfer: stagingmumbai_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingmumbai_Bytes']; - transactionHash: Scalars['stagingmumbai_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type stagingmumbai_SlippageUpdate_filter = { +export type staginggoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108960,150 +105501,59 @@ export type stagingmumbai_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - 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 stagingmumbai_SlippageUpdate_orderBy = +export type staginggoerli_swap_LpAccount_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'; + | 'address' + | 'balances'; -export type stagingmumbai_SnapshotRoot = { +export type staginggoerli_swap_LpToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingmumbai_Bytes']; - count: Scalars['BigInt']; + address: Scalars['staginggoerli_swap_Bytes']; + stableSwap: staginggoerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['staginggoerli_swap_BigDecimal']; + events: Array; +}; + + +export type staginggoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_LpTokenEvent = { + id: Scalars['ID']; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmumbai_SnapshotRoot_filter = { +export type staginggoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109112,32 +105562,43 @@ export type stagingmumbai_SnapshotRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_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; @@ -109146,34 +105607,46 @@ export type stagingmumbai_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 stagingmumbai_SnapshotRoot_orderBy = +export type staginggoerli_swap_LpTokenEvent_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' | 'timestamp' - | 'blockNumber'; - -export type stagingmumbai_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; + | 'transaction' + | 'nonce'; -export type stagingmumbai_SpokeConnectorMode_filter = { +export type staginggoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109182,87 +105655,141 @@ export type stagingmumbai_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_SpokeConnectorMode_orderBy = +export type staginggoerli_swap_LpToken_orderBy = | 'id' - | 'mode'; - -export type stagingmumbai_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type stagingmumbai__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingmumbai__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingmumbai__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type polygon_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['polygon_Bytes']; - blockNumber: Scalars['BigInt']; -}; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type polygon_AggregateRootProposed = { +export type staginggoerli_swap_LpTransferEvent = staginggoerli_swap_LpTokenEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['polygon_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; + from: Scalars['staginggoerli_swap_Bytes']; + to: Scalars['staginggoerli_swap_Bytes']; + fromBalance: Scalars['staginggoerli_swap_BigDecimal']; + toBalance: Scalars['staginggoerli_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type polygon_AggregateRootProposed_filter = { +export type staginggoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109271,40 +105798,79 @@ export type polygon_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + 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; @@ -109313,30 +105879,60 @@ export type polygon_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 polygon_AggregateRootProposed_orderBy = +export type staginggoerli_swap_LpTransferEvent_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' + | '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 polygon_AggregateRoot_filter = { +/** Defines the order direction, either ascending or descending */ +export type staginggoerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type staginggoerli_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['staginggoerli_swap_Bytes']; +}; + +export type staginggoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109345,191 +105941,116 @@ export type polygon_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: 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_AggregateRoot_orderBy = +export type staginggoerli_swap_PooledToken_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type polygon_Aggregation_interval = - | 'hour' - | 'day'; + | 'asset'; -export type polygon_Asset = { +export type staginggoerli_swap_StableSwap = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + isActive?: Maybe; + key: Scalars['staginggoerli_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type polygon_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: polygon_Router; - asset: polygon_Asset; - feesEarned: Scalars['BigInt']; + +export type staginggoerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type staginggoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; -export type polygon_AssetStatus = { +export type staginggoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_StableSwapAddLiquidityEvent = staginggoerli_swap_StableSwapEvent & { id: Scalars['ID']; - status?: Maybe; + stableSwap: staginggoerli_swap_StableSwap; + provider: Scalars['staginggoerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type polygon_AssetStatus_filter = { +export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109538,21 +106059,160 @@ export type polygon_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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_AssetStatus_orderBy = +export type staginggoerli_swap_StableSwapAddLiquidityEvent_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 polygon_Asset_filter = { +export type staginggoerli_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: staginggoerli_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type staginggoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109561,139 +106221,108 @@ export type polygon_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 polygon_Asset_orderBy = +export type staginggoerli_swap_StableSwapEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type polygon_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type polygon_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type polygon_ConnectorMeta = { +export type staginggoerli_swap_StableSwapExchange = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + stableSwap: staginggoerli_swap_StableSwap; + buyer: Scalars['staginggoerli_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type polygon_ConnectorMeta_filter = { +export type staginggoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109702,117 +106331,171 @@ export type polygon_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; + 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 polygon_ConnectorMeta_orderBy = +export type staginggoerli_swap_StableSwapExchange_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type polygon_DestinationTransfer = { +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_swap_StableSwapEvent & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type polygon_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: staginggoerli_swap_StableSwap; + provider: Scalars['staginggoerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type polygon_DestinationTransfer_filter = { +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109821,24 +106504,105 @@ export type polygon_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -109847,367 +106611,246 @@ 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>; - 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 polygon_DestinationTransfer_orderBy = +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type staginggoerli_swap_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' | 'canonicalId' - | '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 polygon_OptimisticRootFinalized = { +export type staginggoerli_swap_SwapDailyVolume = staginggoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - aggregateRoot: Scalars['polygon_Bytes']; + stableSwap: staginggoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type polygon_OptimisticRootFinalized_filter = { +export type staginggoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110216,16 +106859,27 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -110234,45 +106888,50 @@ export type polygon_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 polygon_OptimisticRootFinalized_orderBy = +export type staginggoerli_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'; - -/** Defines the order direction, either ascending or descending */ -export type polygon_OrderDirection = - | 'asc' - | 'desc'; + | 'volume'; -export type polygon_OriginMessage = { +export type staginggoerli_swap_SwapHourlyVolume = staginggoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type polygon_OriginMessage_filter = { +export type staginggoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110281,166 +106940,150 @@ export type polygon_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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_OriginMessage_orderBy = +export type staginggoerli_swap_SwapHourlyVolume_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 polygon_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; +export type staginggoerli_swap_SwapTradeVolume = { + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; +export type staginggoerli_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type polygon_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type staginggoerli_swap_SwapWeeklyVolume = staginggoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type polygon_OriginTransfer_filter = { +export type staginggoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110449,245 +107092,27 @@ export type polygon_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -110696,120 +107121,49 @@ export type polygon_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginTransfer_orderBy = +export type staginggoerli_swap_SwapWeeklyVolume_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'; - -export type polygon_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'volume'; -export type polygon_RelayerFee = { +export type staginggoerli_swap_SystemInfo = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['polygon_Bytes']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type polygon_RelayerFee_filter = { +export type staginggoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110818,100 +107172,77 @@ 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; + 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_RelayerFee_orderBy = +export type staginggoerli_swap_SystemInfo_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | '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'; + | 'exchangeCount' + | 'swapCount'; -export type polygon_RelayerFeesIncrease = { +export type staginggoerli_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type staginggoerli_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: staginggoerli_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type stagingoptimismgoerli_AggregateRoot = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; + root: Scalars['stagingoptimismgoerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygon_RelayerFeesIncrease_filter = { +export type stagingoptimismgoerli_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingoptimismgoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110920,65 +107251,40 @@ export type polygon_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + 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; @@ -110987,22 +107293,6 @@ export type polygon_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -111012,53 +107302,21 @@ 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 stagingoptimismgoerli_AggregateRootProposed_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type polygon_Relayer_filter = { +export type stagingoptimismgoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111067,332 +107325,64 @@ 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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 polygon_Relayer_orderBy = +export type stagingoptimismgoerli_AggregateRoot_orderBy = | 'id' - | 'isActive' - | 'relayer'; - -export type polygon_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type polygon_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_RootCount_orderBy = - | 'id' - | 'count'; - -export type polygon_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type polygon_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type polygon_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type polygon_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; +export type stagingoptimismgoerli_Aggregation_interval = + | 'hour' + | 'day'; -export type polygon_RouterDailyTVL = { +export type stagingoptimismgoerli_Asset = { id: Scalars['ID']; - router: polygon_Router; - asset: polygon_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type polygon_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type polygon_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type polygon_RouterLiquidityEvent = { +export type stagingoptimismgoerli_AssetBalance = { id: Scalars['ID']; - type?: Maybe; - router: polygon_Router; - asset: polygon_Asset; amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygon_Bytes']; - nonce: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; + feesEarned: Scalars['BigInt']; }; -export type polygon_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type polygon_RouterLiquidityEvent_filter = { +export type stagingoptimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111401,10 +107391,38 @@ 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>; + 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; @@ -111425,7 +107443,7 @@ export type polygon_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -111446,76 +107464,27 @@ export type polygon_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - 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>; + 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 polygon_RouterLiquidityEvent_orderBy = +export type stagingoptimismgoerli_AssetBalance_orderBy = | 'id' - | 'type' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -111533,128 +107502,14 @@ export type polygon_RouterLiquidityEvent_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type polygon_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type polygon_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type polygon_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; + | 'feesEarned'; -export type polygon_Setting = { +export type stagingoptimismgoerli_AssetStatus = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; + status?: Maybe; }; -export type polygon_Setting_filter = { +export type stagingoptimismgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111663,48 +107518,21 @@ 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; + 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 polygon_Setting_orderBy = +export type stagingoptimismgoerli_AssetStatus_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type polygon_SlippageUpdate = { - id: Scalars['ID']; - transfer: polygon_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; + | 'status'; -export type polygon_SlippageUpdate_filter = { +export type stagingoptimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111713,79 +107541,70 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -111794,69 +107613,67 @@ export type polygon_SlippageUpdate_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_SlippageUpdate_orderBy = +export type stagingoptimismgoerli_Asset_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type polygon_SnapshotRoot = { +export type stagingoptimismgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingoptimismgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingoptimismgoerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['polygon_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type polygon_SnapshotRoot_filter = { +export type stagingoptimismgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111873,685 +107690,109 @@ export type polygon_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 polygon_SnapshotRoot_orderBy = +export type stagingoptimismgoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_SpokeConnectorMode = { +export type stagingoptimismgoerli_DestinationTransfer = { id: Scalars['ID']; - mode: Scalars['String']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type polygon_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type polygon_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type polygon__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type polygon__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: polygon__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type staginggoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['staginggoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type staginggoerli_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type staginggoerli_AggregateRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type staginggoerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type staginggoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type staginggoerli_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: staginggoerli_Router; - asset: staginggoerli_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type staginggoerli_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type staginggoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type staginggoerli_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type staginggoerli_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - 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 staginggoerli_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type staginggoerli_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type staginggoerli_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type staginggoerli_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type staginggoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type staginggoerli_DestinationTransfer_filter = { + +export type stagingoptimismgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112568,16 +107809,16 @@ export type staginggoerli_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -112586,17 +107827,17 @@ export type staginggoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -112621,40 +107862,40 @@ export type staginggoerli_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -112671,16 +107912,16 @@ export type staginggoerli_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -112697,16 +107938,16 @@ export type staginggoerli_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -112727,7 +107968,7 @@ export type staginggoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -112744,26 +107985,26 @@ export type staginggoerli_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -112796,16 +108037,16 @@ export type staginggoerli_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -112814,26 +108055,26 @@ export type staginggoerli_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -112866,16 +108107,16 @@ export type staginggoerli_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -112885,12 +108126,12 @@ export type staginggoerli_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_DestinationTransfer_orderBy = +export type stagingoptimismgoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -112939,14 +108180,14 @@ export type staginggoerli_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type staginggoerli_OptimisticRootFinalized = { +export type stagingoptimismgoerli_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; + aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type staginggoerli_OptimisticRootFinalized_filter = { +export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112955,16 +108196,16 @@ export type staginggoerli_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; @@ -112982,31 +108223,36 @@ export type staginggoerli_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 staginggoerli_OptimisticRootFinalized_orderBy = +export type stagingoptimismgoerli_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type staginggoerli_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type stagingoptimismgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingoptimismgoerli_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type staginggoerli_OriginMessage_filter = { +export type stagingoptimismgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113015,16 +108261,16 @@ export type staginggoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -113033,16 +108279,16 @@ export type staginggoerli_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -113051,36 +108297,36 @@ export type staginggoerli_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -113109,14 +108355,14 @@ export type staginggoerli_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OriginMessage_orderBy = +export type stagingoptimismgoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -113130,51 +108376,51 @@ export type staginggoerli_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type staginggoerli_OriginTransfer = { +export type stagingoptimismgoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type staginggoerli_OriginTransferrelayerFeesArgs = { +export type stagingoptimismgoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_OriginTransfer_filter = { +export type stagingoptimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113191,16 +108437,16 @@ export type staginggoerli_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -113209,20 +108455,20 @@ export type staginggoerli_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -113247,40 +108493,40 @@ export type staginggoerli_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -113289,16 +108535,16 @@ export type staginggoerli_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -113315,16 +108561,16 @@ export type staginggoerli_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -113345,17 +108591,17 @@ export type staginggoerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -113376,7 +108622,7 @@ export type staginggoerli_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -113391,37 +108637,37 @@ export type staginggoerli_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -113454,16 +108700,16 @@ export type staginggoerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -113473,12 +108719,12 @@ export type staginggoerli_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OriginTransfer_orderBy = +export type stagingoptimismgoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -113530,20 +108776,20 @@ export type staginggoerli_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type staginggoerli_Relayer = { +export type stagingoptimismgoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type staginggoerli_RelayerFee = { +export type stagingoptimismgoerli_RelayerFee = { id: Scalars['ID']; - transfer: staginggoerli_OriginTransfer; + transfer: stagingoptimismgoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['staginggoerli_Bytes']; + asset: Scalars['stagingoptimismgoerli_Bytes']; }; -export type staginggoerli_RelayerFee_filter = { +export type stagingoptimismgoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113572,7 +108818,7 @@ export type staginggoerli_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -113581,23 +108827,23 @@ export type staginggoerli_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RelayerFee_orderBy = +export type stagingoptimismgoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -113632,20 +108878,20 @@ export type staginggoerli_RelayerFee_orderBy = | 'fee' | 'asset'; -export type staginggoerli_RelayerFeesIncrease = { +export type stagingoptimismgoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: staginggoerli_OriginTransfer; + transfer: stagingoptimismgoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['staginggoerli_Bytes']; - transactionHash: Scalars['staginggoerli_Bytes']; + asset?: Maybe; + caller: Scalars['stagingoptimismgoerli_Bytes']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginggoerli_RelayerFeesIncrease_filter = { +export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113674,7 +108920,7 @@ export type staginggoerli_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -113683,36 +108929,36 @@ export type staginggoerli_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -113746,12 +108992,12 @@ export type staginggoerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RelayerFeesIncrease_orderBy = +export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -113792,7 +109038,7 @@ export type staginggoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginggoerli_Relayer_filter = { +export type stagingoptimismgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113805,33 +109051,33 @@ export type staginggoerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Relayer_orderBy = +export type stagingoptimismgoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type staginggoerli_RootCount = { +export type stagingoptimismgoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type staginggoerli_RootCount_filter = { +export type stagingoptimismgoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113849,30 +109095,30 @@ export type staginggoerli_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RootCount_orderBy = +export type stagingoptimismgoerli_RootCount_orderBy = | 'id' | 'count'; -export type staginggoerli_RootMessageSent = { +export type stagingoptimismgoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type staginggoerli_RootMessageSent_filter = { +export type stagingoptimismgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113897,16 +109143,16 @@ export type staginggoerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -113915,26 +109161,26 @@ export type staginggoerli_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -113968,12 +109214,12 @@ export type staginggoerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RootMessageSent_orderBy = +export type stagingoptimismgoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -113986,34 +109232,34 @@ export type staginggoerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginggoerli_Router = { +export type stagingoptimismgoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type staginggoerli_RouterassetBalancesArgs = { +export type stagingoptimismgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_RouterDailyTVL = { +export type stagingoptimismgoerli_RouterDailyTVL = { id: Scalars['ID']; - router: staginggoerli_Router; - asset: staginggoerli_Asset; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type staginggoerli_RouterDailyTVL_filter = { +export type stagingoptimismgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114042,7 +109288,7 @@ export type staginggoerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -114063,7 +109309,7 @@ export type staginggoerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -114081,12 +109327,12 @@ export type staginggoerli_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RouterDailyTVL_orderBy = +export type stagingoptimismgoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -114108,25 +109354,25 @@ export type staginggoerli_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type staginggoerli_RouterLiquidityEvent = { +export type stagingoptimismgoerli_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: staginggoerli_Router; - asset: staginggoerli_Asset; + type?: Maybe; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['staginggoerli_Bytes']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_RouterLiquidityEventType = +export type stagingoptimismgoerli_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type staginggoerli_RouterLiquidityEvent_filter = { +export type stagingoptimismgoerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114135,10 +109381,10 @@ export type staginggoerli_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; @@ -114159,7 +109405,7 @@ export type staginggoerli_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; @@ -114180,7 +109426,7 @@ export type staginggoerli_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; @@ -114197,16 +109443,16 @@ export type staginggoerli_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; @@ -114223,16 +109469,16 @@ export type staginggoerli_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; @@ -114242,12 +109488,12 @@ export type staginggoerli_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 staginggoerli_RouterLiquidityEvent_orderBy = +export type stagingoptimismgoerli_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -114275,7 +109521,7 @@ export type staginggoerli_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type staginggoerli_Router_filter = { +export type stagingoptimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114288,36 +109534,36 @@ export type staginggoerli_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -114326,14 +109572,14 @@ export type staginggoerli_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Router_orderBy = +export type stagingoptimismgoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -114342,13 +109588,13 @@ export type staginggoerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type staginggoerli_Sequencer = { +export type stagingoptimismgoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type staginggoerli_Sequencer_filter = { +export type stagingoptimismgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114361,34 +109607,34 @@ export type staginggoerli_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Sequencer_orderBy = +export type stagingoptimismgoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type staginggoerli_Setting = { +export type stagingoptimismgoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['staginggoerli_Bytes']; + caller: Scalars['stagingoptimismgoerli_Bytes']; }; -export type staginggoerli_Setting_filter = { +export type stagingoptimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114405,40 +109651,40 @@ export type staginggoerli_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Setting_orderBy = +export type stagingoptimismgoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type staginggoerli_SlippageUpdate = { +export type stagingoptimismgoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: staginggoerli_DestinationTransfer; + transfer: stagingoptimismgoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['staginggoerli_Bytes']; - transactionHash: Scalars['staginggoerli_Bytes']; + caller: Scalars['stagingoptimismgoerli_Bytes']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginggoerli_SlippageUpdate_filter = { +export type stagingoptimismgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114467,7 +109713,7 @@ export type staginggoerli_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -114476,26 +109722,26 @@ export type staginggoerli_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -114529,12 +109775,12 @@ export type staginggoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_SlippageUpdate_orderBy = +export type stagingoptimismgoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -114581,16 +109827,16 @@ export type staginggoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginggoerli_SnapshotRoot = { +export type stagingoptimismgoerli_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['staginggoerli_Bytes']; + root: Scalars['stagingoptimismgoerli_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginggoerli_SnapshotRoot_filter = { +export type stagingoptimismgoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114607,16 +109853,16 @@ export type staginggoerli_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; @@ -114642,12 +109888,12 @@ export type staginggoerli_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 staginggoerli_SnapshotRoot_orderBy = +export type stagingoptimismgoerli_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -114655,12 +109901,12 @@ export type staginggoerli_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type staginggoerli_SpokeConnectorMode = { +export type stagingoptimismgoerli_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type staginggoerli_SpokeConnectorMode_filter = { +export type stagingoptimismgoerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114690,39 +109936,85 @@ export type staginggoerli_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 staginggoerli_SpokeConnectorMode_orderBy = +export type stagingoptimismgoerli_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type staginggoerli_TransferStatus = +export type stagingoptimismgoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type optimism_AggregateRoot = { +export type stagingoptimismgoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingoptimismgoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingoptimismgoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type 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']; - root: Scalars['optimism_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['mantle_swap_Bytes']; + balances: Array; }; -export type optimism_AggregateRootProposed = { + +export type mantle_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mantle_swap_LpAccountBalance = { id: Scalars['ID']; - aggregateRoot: Scalars['optimism_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + account: mantle_swap_LpAccount; + token: mantle_swap_LpToken; + amount: Scalars['mantle_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type optimism_AggregateRootProposed_filter = { +export type mantle_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114731,72 +110023,106 @@ export type optimism_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - 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 = + 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' - | '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 optimism_AggregateRoot_filter = { +export type mantle_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114805,60 +110131,59 @@ export type optimism_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - 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 optimism_AggregateRoot_orderBy = +export type mantle_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; + | 'address' + | 'balances'; -export type optimism_Asset = { +export type mantle_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['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 optimism_AssetBalance = { + +export type mantle_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mantle_swap_LpTokenEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: optimism_Router; - asset: optimism_Asset; - feesEarned: Scalars['BigInt']; + 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 optimism_AssetBalance_filter = { +export type mantle_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114867,125 +110192,91 @@ export type optimism_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - 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 optimism_AssetBalance_orderBy = +export type mantle_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 optimism_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type optimism_AssetStatus_filter = { +export type mantle_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114994,21 +110285,141 @@ export type optimism_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + 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 optimism_AssetStatus_orderBy = +export type mantle_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 optimism_Asset_filter = { +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; @@ -115017,139 +110428,141 @@ export type optimism_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - 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 optimism_Asset_orderBy = +export type mantle_swap_LpTransferEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type optimism_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 optimism_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +/** Defines the order direction, either ascending or descending */ +export type mantle_swap_OrderDirection = + | 'asc' + | 'desc'; -export type optimism_ConnectorMeta = { +export type mantle_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['mantle_swap_Bytes']; }; -export type optimism_ConnectorMeta_filter = { +export type mantle_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115158,117 +110571,116 @@ export type optimism_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 optimism_ConnectorMeta_orderBy = +export type mantle_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type optimism_DestinationTransfer = { +export type mantle_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['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 optimism_DestinationTransferroutersArgs = { +export type mantle_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_DestinationTransfer_filter = { + +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; @@ -115277,393 +110689,160 @@ export type optimism_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_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>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 optimism_DestinationTransfer_orderBy = +export type mantle_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 optimism_OptimisticRootFinalized = { +export type mantle_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['optimism_Bytes']; + stableSwap: mantle_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimism_OptimisticRootFinalized_filter = { +export type mantle_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115672,16 +110851,35 @@ 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; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -115690,45 +110888,71 @@ 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>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OptimisticRootFinalized_orderBy = +export type mantle_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 optimism_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type optimism_OriginMessage = { +export type mantle_swap_StableSwapExchange = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + 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']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimism_OriginMessage_filter = { +export type mantle_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115737,166 +110961,171 @@ 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; + 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 optimism_OriginMessage_orderBy = +export type mantle_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 optimism_OriginTransfer = { +export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_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 optimism_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + 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 optimism_OriginTransfer_filter = { +export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115905,24 +111134,105 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -115931,341 +111241,44 @@ export type optimism_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - 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 optimism_OriginTransfer_orderBy = +export type mantle_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 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 mantle_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116274,100 +111287,200 @@ 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; + 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 optimism_RelayerFee_orderBy = +export type mantle_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 optimism_RelayerFeesIncrease = { +export type mantle_swap_SwapDailyVolume = mantle_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: optimism_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; + stableSwap: mantle_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type optimism_RelayerFeesIncrease_filter = { +export type mantle_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116376,65 +111489,27 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -116443,78 +111518,50 @@ 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>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: 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_RelayerFeesIncrease_orderBy = +export type mantle_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 optimism_Relayer_filter = { +export type mantle_swap_SwapHourlyVolume = mantle_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: mantle_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; +}; + +export type mantle_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116523,78 +111570,150 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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_Relayer_orderBy = +export type mantle_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 optimism_RootCount = { - id: Scalars['ID']; - count?: Maybe; +export type mantle_swap_SwapTradeVolume = { + stableSwap: mantle_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type optimism_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; +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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RootCount_orderBy = - | 'id' - | 'count'; +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 optimism_RootMessageSent = { +export type mantle_swap_SwapWeeklyVolume = mantle_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + stableSwap: mantle_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type optimism_RootMessageSent_filter = { +export type mantle_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116603,60 +111722,27 @@ 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; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -116665,77 +111751,126 @@ 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>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: 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_RootMessageSent_orderBy = +export type mantle_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type optimism_Router = { +export type mantle_swap_SystemInfo = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type mantle_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 mantle_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; -export type optimism_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mantle_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type optimism_RouterDailyTVL = { +/** The type for the top-level _meta field */ +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 + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: mantle_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type stagingmumbai_AggregateRoot = { id: Scalars['ID']; - router: optimism_Router; - asset: optimism_Asset; + root: Scalars['stagingmumbai_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmumbai_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmumbai_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type optimism_RouterDailyTVL_filter = { +export type stagingmumbai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116744,48 +111879,40 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -116794,61 +111921,96 @@ 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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RouterDailyTVL_orderBy = +export type stagingmumbai_AggregateRootProposed_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' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' - | 'balance'; + | 'blockNumber'; -export type optimism_RouterLiquidityEvent = { +export type stagingmumbai_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingmumbai_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingmumbai_Asset = { id: Scalars['ID']; - type?: Maybe; - router: optimism_Router; - asset: optimism_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['optimism_Bytes']; - nonce: Scalars['BigInt']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type optimism_RouterLiquidityEventType = - | 'Add' - | 'Remove'; +export type stagingmumbai_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingmumbai_Router; + asset: stagingmumbai_Asset; + feesEarned: Scalars['BigInt']; +}; -export type optimism_RouterLiquidityEvent_filter = { +export type stagingmumbai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116857,10 +112019,38 @@ 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>; + 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; @@ -116881,7 +112071,7 @@ export type optimism_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -116902,76 +112092,27 @@ export type optimism_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - 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>; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RouterLiquidityEvent_orderBy = +export type stagingmumbai_AssetBalance_orderBy = | 'id' - | 'type' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -116989,128 +112130,14 @@ export type optimism_RouterLiquidityEvent_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type optimism_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type optimism_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type optimism_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; + | 'feesEarned'; -export type optimism_Setting = { +export type stagingmumbai_AssetStatus = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; + status?: Maybe; }; -export type optimism_Setting_filter = { +export type stagingmumbai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117119,48 +112146,21 @@ 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; + 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 optimism_Setting_orderBy = +export type stagingmumbai_AssetStatus_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type optimism_SlippageUpdate = { - id: Scalars['ID']; - transfer: optimism_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; + | 'status'; -export type optimism_SlippageUpdate_filter = { +export type stagingmumbai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117169,79 +112169,70 @@ export type optimism_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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; @@ -117250,69 +112241,67 @@ export type optimism_SlippageUpdate_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_SlippageUpdate_orderBy = +export type stagingmumbai_Asset_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type optimism_SnapshotRoot = { +export type stagingmumbai_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingmumbai_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingmumbai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['optimism_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type optimism_SnapshotRoot_filter = { +export type stagingmumbai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117329,60 +112318,109 @@ export type optimism_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - 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 optimism_SnapshotRoot_orderBy = +export type stagingmumbai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type optimism_SpokeConnectorMode = { +export type stagingmumbai_DestinationTransfer = { id: Scalars['ID']; - mode: Scalars['String']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type optimism_SpokeConnectorMode_filter = { + +export type stagingmumbai_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117391,104 +112429,393 @@ 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; + 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 optimism_SpokeConnectorMode_orderBy = +export type stagingmumbai_DestinationTransfer_orderBy = | 'id' - | 'mode'; - -export type optimism_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type optimism__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type optimism__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: optimism__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type 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; -}; + | '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 mantle_swap_LpAccountBalance = { +export type stagingmumbai_OptimisticRootFinalized = { id: Scalars['ID']; - account: mantle_swap_LpAccount; - token: mantle_swap_LpToken; - amount: Scalars['mantle_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['stagingmumbai_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mantle_swap_LpAccountBalance_filter = { +export type stagingmumbai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117497,106 +112824,63 @@ export type mantle_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 mantle_swap_LpAccountBalance_orderBy = +export type stagingmumbai_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 mantle_swap_LpAccount_filter = { +/** Defines the order direction, either ascending or descending */ +export type stagingmumbai_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmumbai_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingmumbai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117605,59 +112889,166 @@ 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; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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 mantle_swap_LpAccount_orderBy = +export type stagingmumbai_OriginMessage_orderBy = | 'id' - | 'address' - | 'balances'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type mantle_swap_LpToken = { +export type stagingmumbai_OriginTransfer = { 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; + 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_swap_LpTokeneventsArgs = { +export type stagingmumbai_OriginTransferrelayerFeesArgs = { 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']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_swap_LpTokenEvent_filter = { +export type stagingmumbai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117666,61 +113057,24 @@ export type mantle_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; @@ -117729,171 +113083,443 @@ export type mantle_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>>; -}; - -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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_LpToken_orderBy = +export type stagingmumbai_OriginTransfer_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'; + | '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 mantle_swap_LpTransferEvent = mantle_swap_LpTokenEvent & { +export type stagingmumbai_Relayer = { 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']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingmumbai_RelayerFee = { + id: Scalars['ID']; + transfer: stagingmumbai_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingmumbai_Bytes']; +}; + +export type stagingmumbai_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type stagingmumbai_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingmumbai_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingmumbai_Bytes']; + transactionHash: Scalars['stagingmumbai_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mantle_swap_LpTransferEvent_filter = { +export type stagingmumbai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117902,79 +113528,65 @@ export type mantle_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; @@ -117983,60 +113595,78 @@ 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; - 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 mantle_swap_LpTransferEvent_orderBy = +export type stagingmumbai_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 mantle_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type mantle_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['mantle_swap_Bytes']; -}; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type mantle_swap_PooledToken_filter = { +export type stagingmumbai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118045,116 +113675,219 @@ 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; + 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 mantle_swap_PooledToken_orderBy = +export type stagingmumbai_Relayer_orderBy = | 'id' - | 'asset'; + | 'isActive' + | 'relayer'; -export type mantle_swap_StableSwap = { +export type stagingmumbai_RootCount = { id: Scalars['ID']; - 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>; + count?: Maybe; }; - -export type mantle_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmumbai_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type stagingmumbai_RootCount_orderBy = + | 'id' + | 'count'; -export type mantle_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmumbai_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; - -export type mantle_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmumbai_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type stagingmumbai_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type mantle_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmumbai_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type mantle_swap_StableSwapweeklyVolumesArgs = { +export type stagingmumbai_RouterassetBalancesArgs = { 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 stagingmumbai_RouterDailyTVL = { 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']; + router: stagingmumbai_Router; + asset: stagingmumbai_Asset; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type mantle_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingmumbai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118163,87 +113896,48 @@ export type mantle_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>; + 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; @@ -118252,71 +113946,61 @@ 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; - 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 mantle_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingmumbai_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' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'balance'; -export type mantle_swap_StableSwapEvent = { +export type stagingmumbai_RouterLiquidityEvent = { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - block: Scalars['BigInt']; + type?: Maybe; + router: stagingmumbai_Router; + asset: stagingmumbai_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transactionHash: Scalars['stagingmumbai_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapEvent_filter = { +export type stagingmumbai_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingmumbai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118325,35 +114009,86 @@ export type mantle_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>; + 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; @@ -118362,16 +114097,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; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: 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; @@ -118381,52 +114116,203 @@ 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 stagingmumbai_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' - | '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 mantle_swap_StableSwapExchange = { +export type stagingmumbai_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingmumbai_Sequencer = { id: Scalars['ID']; - 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']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingmumbai_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingmumbai_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingmumbai_Bytes']; +}; + +export type stagingmumbai_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingmumbai_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingmumbai_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingmumbai_Bytes']; + transactionHash: Scalars['stagingmumbai_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mantle_swap_StableSwapExchange_filter = { +export type stagingmumbai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118435,91 +114321,55 @@ export type mantle_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>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -118528,78 +114378,93 @@ 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; - 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 mantle_swap_StableSwapExchange_orderBy = +export type stagingmumbai_SlippageUpdate_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapEvent & { +export type stagingmumbai_SnapshotRoot = { 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']; + spokeDomain?: Maybe; + root: Scalars['stagingmumbai_Bytes']; + count: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingmumbai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118608,87 +114473,32 @@ export type mantle_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>; + 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; @@ -118697,62 +114507,34 @@ 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; - 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 mantle_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingmumbai_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' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'spokeDomain' + | 'root' + | 'count' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type mantle_swap_StableSwap_filter = { +export type stagingmumbai_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingmumbai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118761,281 +114543,87 @@ export type mantle_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; + 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 mantle_swap_StableSwap_orderBy = +export type stagingmumbai_SpokeConnectorMode_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'; -export type mantle_swap_SwapDailyVolume = mantle_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; +export type stagingmumbai_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingmumbai__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; -export type mantle_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>>; +/** The type for the top-level _meta field */ +export type stagingmumbai__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingmumbai__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type mantle_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; +export type arbitrumone_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['arbitrumone_Bytes']; + blockNumber: Scalars['BigInt']; +}; -export type mantle_swap_SwapHourlyVolume = mantle_swap_SwapTradeVolume & { +export type arbitrumone_AggregateRootProposed = { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + aggregateRoot: Scalars['arbitrumone_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + blockNumber?: Maybe; }; -export type mantle_swap_SwapHourlyVolume_filter = { +export type arbitrumone_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119044,27 +114632,40 @@ export type mantle_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; + 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; @@ -119073,121 +114674,30 @@ 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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SwapHourlyVolume_orderBy = +export type arbitrumone_AggregateRootProposed_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | '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_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' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' - | 'volume'; - -export type mantle_swap_SwapWeeklyVolume = mantle_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; -}; + | 'blockNumber'; -export type mantle_swap_SwapWeeklyVolume_filter = { +export type arbitrumone_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119196,78 +114706,60 @@ export type mantle_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SwapWeeklyVolume_orderBy = +export type arbitrumone_AggregateRoot_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'root' + | 'blockNumber'; -export type mantle_swap_SystemInfo = { +export type arbitrumone_Asset = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type mantle_swap_SystemInfo_filter = { +export type arbitrumone_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: arbitrumone_Router; + asset: arbitrumone_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type arbitrumone_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119276,67 +114768,125 @@ export type mantle_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>; + 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 mantle_swap_SystemInfo_orderBy = +export type arbitrumone_AssetBalance_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type mantle_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type mantle_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: mantle_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; + | '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_AggregateRootSavedSlow = { +export type arbitrumone_AssetStatus = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; + status?: Maybe; }; -export type mainnet_AggregateRootSavedSlow_filter = { +export type arbitrumone_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119345,60 +114895,21 @@ export type mainnet_AggregateRootSavedSlow_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_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_AggregateRootSavedSlow_orderBy = +export type arbitrumone_AssetStatus_orderBy = | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -export type mainnet_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; -}; + | 'status'; -export type mainnet_AggregatedMessageRoot_filter = { +export type arbitrumone_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119407,32 +114918,70 @@ export type mainnet_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>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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; @@ -119441,33 +114990,67 @@ export type mainnet_AggregatedMessageRoot_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_AggregatedMessageRoot_orderBy = +export type arbitrumone_Asset_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type mainnet_Aggregation_interval = - | 'hour' - | 'day'; +export type arbitrumone_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type mainnet_ArbitrumConnectorMeta = { +export type arbitrumone_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type arbitrumone_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_ArbitrumConnectorMeta_filter = { +export type arbitrumone_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119492,287 +115075,43 @@ export type mainnet_ArbitrumConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** 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; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_BnbConnectorMeta_orderBy = +export type arbitrumone_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -119780,90 +115119,57 @@ export type mainnet_BnbConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_GnosisConnectorMeta = { +export type arbitrumone_DestinationTransfer = { 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>>; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type mainnet_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type mainnet_HubDomain = { - id: Scalars['ID']; - domain?: Maybe; +export type arbitrumone_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_HubDomain_filter = { +export type arbitrumone_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119872,32 +115178,393 @@ export type mainnet_HubDomain_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_HubDomain_orderBy = +export type arbitrumone_DestinationTransfer_orderBy = | 'id' - | 'domain'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type mainnet_HubOptimisticRootFinalized = { +export type arbitrumone_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; + aggregateRoot: Scalars['arbitrumone_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mainnet_HubOptimisticRootFinalized_filter = { +export type arbitrumone_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119906,16 +115573,16 @@ export type mainnet_HubOptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -119933,27 +115600,36 @@ 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 arbitrumone_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type mainnet_LineaConnectorMeta = { +/** Defines the order direction, either ascending or descending */ +export type arbitrumone_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumone_OriginMessage = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type mainnet_LineaConnectorMeta_filter = { +export type arbitrumone_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119962,154 +115638,166 @@ 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; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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 mainnet_LineaConnectorMeta_orderBy = +export type arbitrumone_OriginMessage_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type mainnet_MantleConnectorMeta = { +export type arbitrumone_OriginTransfer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_MantleConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type mainnet_MantleConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type mainnet_MetisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; +export type arbitrumone_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_MetisConnectorMeta_filter = { +export type arbitrumone_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120118,154 +115806,367 @@ 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; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_MetisConnectorMeta_orderBy = +export type arbitrumone_OriginTransfer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type mainnet_ModeConnectorMeta = { +export type arbitrumone_Relayer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_ModeConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type mainnet_ModeConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_OptimismConnectorMeta = { +export type arbitrumone_RelayerFee = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + transfer: arbitrumone_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['arbitrumone_Bytes']; }; -export type mainnet_OptimismConnectorMeta_filter = { +export type arbitrumone_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120274,75 +116175,100 @@ 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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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_OptimismConnectorMeta_orderBy = +export type arbitrumone_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_OptimisticRootPropagated = { +export type arbitrumone_RelayerFeesIncrease = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; + transfer: arbitrumone_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mainnet_OptimisticRootPropagated_filter = { +export type arbitrumone_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120351,26 +116277,65 @@ 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; + 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; @@ -120379,6 +116344,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; @@ -120388,30 +116369,53 @@ 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 arbitrumone_RelayerFeesIncrease_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | '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_OptimisticRootProposed = { - id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['mainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['mainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type mainnet_OptimisticRootProposed_filter = { +export type arbitrumone_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120420,93 +116424,37 @@ export type mainnet_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + 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_OptimisticRootProposed_orderBy = +export type arbitrumone_Relayer_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type mainnet_OrderDirection = - | 'asc' - | 'desc'; + | 'isActive' + | 'relayer'; -export type mainnet_PolygonConnectorMeta = { +export type arbitrumone_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_PolygonConnectorMeta_filter = { +export type arbitrumone_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120515,76 +116463,39 @@ 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; + 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_PolygonConnectorMeta_orderBy = +export type arbitrumone_RootCount_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'count'; -export type mainnet_PolygonZkConnectorMeta = { +export type arbitrumone_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_PolygonZkConnectorMeta_filter = { +export type arbitrumone_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120609,58 +116520,123 @@ export type mainnet_PolygonZkConnectorMeta_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 mainnet_PolygonZkConnectorMeta_orderBy = +export type arbitrumone_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type mainnet_RootAggregated = { +export type arbitrumone_Router = { id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; - index: Scalars['BigInt']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type mainnet_RootAggregated_filter = { + +export type arbitrumone_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_RouterDailyTVL = { + id: Scalars['ID']; + router: arbitrumone_Router; + asset: arbitrumone_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type arbitrumone_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120669,51 +116645,111 @@ export type mainnet_RootAggregated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; + 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_RootAggregated_orderBy = +export type arbitrumone_RouterDailyTVL_orderBy = | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__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_RootManagerMeta = { +export type arbitrumone_RouterLiquidityEvent = { id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; + type?: Maybe; + router: arbitrumone_Router; + asset: arbitrumone_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['arbitrumone_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_RootManagerMeta_filter = { +export type arbitrumone_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type arbitrumone_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120722,35 +116758,220 @@ 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>; + 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_RootManagerMeta_orderBy = +export type arbitrumone_RouterLiquidityEvent_orderBy = | 'id' - | 'domains' - | 'connectors'; + | '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_RootManagerMode = { +export type arbitrumone_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type arbitrumone_Sequencer = { id: Scalars['ID']; - mode: Scalars['String']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type mainnet_RootManagerMode_filter = { +export type arbitrumone_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120759,50 +116980,38 @@ 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; + 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_RootManagerMode_orderBy = +export type arbitrumone_Sequencer_orderBy = | 'id' - | 'mode'; + | 'isActive' + | 'sequencer'; -export type mainnet_RootMessageProcessed = { +export type arbitrumone_Setting = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['arbitrumone_Bytes']; }; -export type mainnet_RootMessageProcessed_filter = { +export type arbitrumone_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120811,52 +117020,105 @@ 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; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type arbitrumone_SlippageUpdate = { + id: Scalars['ID']; + transfer: arbitrumone_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumone_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -120890,16 +117152,51 @@ export type mainnet_RootMessageProcessed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootMessageProcessed_orderBy = +export type arbitrumone_SlippageUpdate_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' | 'caller' | 'transactionHash' | 'timestamp' @@ -120907,15 +117204,16 @@ export type mainnet_RootMessageProcessed_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_RootPropagated = { +export type arbitrumone_SnapshotRoot = { id: Scalars['ID']; - aggregate: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; + spokeDomain?: Maybe; + root: Scalars['arbitrumone_Bytes']; count: Scalars['BigInt']; - blockNumber?: Maybe; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mainnet_RootPropagated_filter = { +export type arbitrumone_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120924,26 +117222,24 @@ 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; + 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; @@ -120952,6 +117248,14 @@ export type mainnet_RootPropagated_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; @@ -120961,28 +117265,25 @@ export type mainnet_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 mainnet_RootPropagated_orderBy = +export type arbitrumone_SnapshotRoot_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' + | 'spokeDomain' + | 'root' | 'count' + | 'timestamp' | 'blockNumber'; -export type mainnet_ZkSyncConnectorMeta = { +export type arbitrumone_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_ZkSyncConnectorMeta_filter = { +export type arbitrumone_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120991,79 +117292,54 @@ export type mainnet_ZkSyncConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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_ZkSyncConnectorMeta_orderBy = +export type arbitrumone_SpokeConnectorMode_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'mode'; -export type mainnet__Block_ = { +export type arbitrumone_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type arbitrumone__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type mainnet__Meta_ = { +export type arbitrumone__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -121071,35 +117347,30 @@ export type mainnet__Meta_ = { * and therefore asks for the latest block * */ - block: mainnet__Block_; + block: arbitrumone__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type testgoerli_Aggregation_interval = - | 'hour' - | 'day'; - -export type testgoerli_Asset = { +export type basegoerli_AggregateRoot = { id: Scalars['ID']; - key?: Maybe; - local: Scalars['testgoerli_Bytes']; - adoptedAsset: Scalars['testgoerli_Bytes']; - canonicalId: Scalars['testgoerli_Bytes']; - canonicalDomain: Scalars['BigInt']; + root: Scalars['basegoerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type testgoerli_AssetBalance = { +export type basegoerli_AggregateRootProposed = { id: Scalars['ID']; - amount: Scalars['BigInt']; - router: testgoerli_Router; - asset: testgoerli_Asset; + aggregateRoot: Scalars['basegoerli_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type testgoerli_AssetBalance_filter = { +export type basegoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121108,14 +117379,178 @@ export type testgoerli_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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 basegoerli_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type basegoerli_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 basegoerli_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type basegoerli_Aggregation_interval = + | 'hour' + | 'day'; + +export type basegoerli_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type basegoerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: basegoerli_Router; + asset: basegoerli_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type basegoerli_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; @@ -121136,7 +117571,7 @@ export type testgoerli_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; @@ -121157,16 +117592,27 @@ export type testgoerli_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; + 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 testgoerli_AssetBalance_orderBy = +export type basegoerli_AssetBalance_orderBy = | 'id' | 'amount' + | 'locked' + | 'supplied' + | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -121177,13 +117623,21 @@ export type testgoerli_AssetBalance_orderBy = | 'asset' | 'asset__id' | 'asset__key' - | 'asset__local' - | 'asset__adoptedAsset' + | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' - | 'asset__blockNumber'; + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export type testgoerli_Asset_filter = { +export type basegoerli_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type basegoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121192,46 +117646,65 @@ export type testgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - local?: InputMaybe; - local_not?: InputMaybe; - local_gt?: InputMaybe; - local_lt?: InputMaybe; - local_gte?: InputMaybe; - local_lte?: InputMaybe; - local_in?: InputMaybe>; - local_not_in?: InputMaybe>; - local_contains?: InputMaybe; - local_not_contains?: InputMaybe; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + 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 basegoerli_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type basegoerli_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; @@ -121240,6 +117713,26 @@ export type testgoerli_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; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -121248,80 +117741,186 @@ export type testgoerli_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 testgoerli_Asset_orderBy = +export type basegoerli_Asset_orderBy = | 'id' | 'key' - | 'local' - | 'adoptedAsset' + | 'decimal' + | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' - | 'blockNumber'; + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type testgoerli_BlockChangedFilter = { +export type basegoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type testgoerli_Block_height = { - hash?: InputMaybe; +export type basegoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type testgoerli_DestinationTransfer = { +export type basegoerli_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type basegoerli_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 basegoerli_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type basegoerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - to?: Maybe; - callData?: Maybe; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; - forceSlow?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callback?: Maybe; - callbackFee?: Maybe; - relayerFee?: Maybe; - destinationMinOut?: Maybe; - status?: Maybe; - routers?: Maybe>; - originSender?: Maybe; - transactingAsset?: Maybe; - transactingAmount?: Maybe; - localAsset?: Maybe; - localAmount?: Maybe; - sponsorVaultRelayerFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + 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; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type testgoerli_DestinationTransferroutersArgs = { +export type basegoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type testgoerli_DestinationTransfer_filter = { +export type basegoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121338,16 +117937,16 @@ export type testgoerli_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; @@ -121356,26 +117955,17 @@ export type testgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + 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; @@ -121392,153 +117982,157 @@ export type testgoerli_DestinationTransfer_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - agent?: InputMaybe; - agent_not?: InputMaybe; - agent_gt?: InputMaybe; - agent_lt?: InputMaybe; - agent_gte?: InputMaybe; - agent_lte?: InputMaybe; - agent_in?: InputMaybe>; - agent_not_in?: InputMaybe>; - agent_contains?: InputMaybe; - agent_not_contains?: InputMaybe; - recovery?: InputMaybe; - recovery_not?: InputMaybe; - recovery_gt?: InputMaybe; - recovery_lt?: InputMaybe; - recovery_gte?: InputMaybe; - recovery_lte?: InputMaybe; - recovery_in?: InputMaybe>; - recovery_not_in?: InputMaybe>; - recovery_contains?: InputMaybe; - recovery_not_contains?: InputMaybe; - forceSlow?: InputMaybe; - forceSlow_not?: InputMaybe; - forceSlow_in?: InputMaybe>; - forceSlow_not_in?: InputMaybe>; + 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>; - callback?: InputMaybe; - callback_not?: InputMaybe; - callback_gt?: InputMaybe; - callback_lt?: InputMaybe; - callback_gte?: InputMaybe; - callback_lte?: InputMaybe; - callback_in?: InputMaybe>; - callback_not_in?: InputMaybe>; - callback_contains?: InputMaybe; - callback_not_contains?: InputMaybe; - callbackFee?: InputMaybe; - callbackFee_not?: InputMaybe; - callbackFee_gt?: InputMaybe; - callbackFee_lt?: InputMaybe; - callbackFee_gte?: InputMaybe; - callbackFee_lte?: InputMaybe; - callbackFee_in?: InputMaybe>; - callbackFee_not_in?: InputMaybe>; - relayerFee?: InputMaybe; - relayerFee_not?: InputMaybe; - relayerFee_gt?: InputMaybe; - relayerFee_lt?: InputMaybe; - relayerFee_gte?: InputMaybe; - relayerFee_lte?: InputMaybe; - relayerFee_in?: InputMaybe>; - relayerFee_not_in?: InputMaybe>; - destinationMinOut?: InputMaybe; - destinationMinOut_not?: InputMaybe; - destinationMinOut_gt?: InputMaybe; - destinationMinOut_lt?: InputMaybe; - destinationMinOut_gte?: InputMaybe; - destinationMinOut_lte?: InputMaybe; - destinationMinOut_in?: InputMaybe>; - destinationMinOut_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - transactingAmount?: InputMaybe; - transactingAmount_not?: InputMaybe; - transactingAmount_gt?: InputMaybe; - transactingAmount_lt?: InputMaybe; - transactingAmount_gte?: InputMaybe; - transactingAmount_lte?: InputMaybe; - transactingAmount_in?: InputMaybe>; - transactingAmount_not_in?: InputMaybe>; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - localAmount?: InputMaybe; - localAmount_not?: InputMaybe; - localAmount_gt?: InputMaybe; - localAmount_lt?: InputMaybe; - localAmount_gte?: InputMaybe; - localAmount_lte?: InputMaybe; - localAmount_in?: InputMaybe>; - localAmount_not_in?: InputMaybe>; - sponsorVaultRelayerFee?: InputMaybe; - sponsorVaultRelayerFee_not?: InputMaybe; - sponsorVaultRelayerFee_gt?: InputMaybe; - sponsorVaultRelayerFee_lt?: InputMaybe; - sponsorVaultRelayerFee_gte?: InputMaybe; - sponsorVaultRelayerFee_lte?: InputMaybe; - sponsorVaultRelayerFee_in?: InputMaybe>; - sponsorVaultRelayerFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_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; @@ -121571,26 +118165,44 @@ export type testgoerli_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + 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; @@ -121623,87 +118235,87 @@ export type testgoerli_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; + 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 testgoerli_DestinationTransfer_orderBy = +export type basegoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' | 'nonce' - | 'to' - | 'callData' + | 'status' + | 'routers' | 'originDomain' | 'destinationDomain' - | 'agent' - | 'recovery' - | 'forceSlow' + | 'canonicalDomain' + | 'to' + | 'delegate' | 'receiveLocal' - | 'callback' - | 'callbackFee' - | 'relayerFee' - | 'destinationMinOut' - | 'status' - | 'routers' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' | 'originSender' - | 'transactingAsset' - | 'transactingAmount' - | 'localAsset' - | 'localAmount' - | 'sponsorVaultRelayerFee' + | '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'; - -/** Defines the order direction, either ascending or descending */ -export type testgoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type testgoerli_OriginTransfer = { +export type basegoerli_OptimisticRootFinalized = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - to?: Maybe; - callData?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; - forceSlow?: Maybe; - receiveLocal?: Maybe; - callback?: Maybe; - callbackFee?: Maybe; - relayerFee?: Maybe; - destinationMinOut?: Maybe; - status?: Maybe; - originMinOut?: Maybe; - transactingAsset?: Maybe; - transactingAmount?: Maybe; - bridgedAsset?: Maybe; - bridgedAmount?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; + aggregateRoot: Scalars['basegoerli_Bytes']; + timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type testgoerli_OriginTransfer_filter = { +export type basegoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121712,24 +118324,257 @@ export type testgoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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 basegoerli_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type basegoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type basegoerli_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type basegoerli_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 basegoerli_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type basegoerli_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 basegoerli_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type basegoerli_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; @@ -121738,26 +118583,20 @@ export type testgoerli_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + 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; @@ -121774,136 +118613,189 @@ export type testgoerli_OriginTransfer_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - agent?: InputMaybe; - agent_not?: InputMaybe; - agent_gt?: InputMaybe; - agent_lt?: InputMaybe; - agent_gte?: InputMaybe; - agent_lte?: InputMaybe; - agent_in?: InputMaybe>; - agent_not_in?: InputMaybe>; - agent_contains?: InputMaybe; - agent_not_contains?: InputMaybe; - recovery?: InputMaybe; - recovery_not?: InputMaybe; - recovery_gt?: InputMaybe; - recovery_lt?: InputMaybe; - recovery_gte?: InputMaybe; - recovery_lte?: InputMaybe; - recovery_in?: InputMaybe>; - recovery_not_in?: InputMaybe>; - recovery_contains?: InputMaybe; - recovery_not_contains?: InputMaybe; - forceSlow?: InputMaybe; - forceSlow_not?: InputMaybe; - forceSlow_in?: InputMaybe>; - forceSlow_not_in?: InputMaybe>; + 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>; - callback?: InputMaybe; - callback_not?: InputMaybe; - callback_gt?: InputMaybe; - callback_lt?: InputMaybe; - callback_gte?: InputMaybe; - callback_lte?: InputMaybe; - callback_in?: InputMaybe>; - callback_not_in?: InputMaybe>; - callback_contains?: InputMaybe; - callback_not_contains?: InputMaybe; - callbackFee?: InputMaybe; - callbackFee_not?: InputMaybe; - callbackFee_gt?: InputMaybe; - callbackFee_lt?: InputMaybe; - callbackFee_gte?: InputMaybe; - callbackFee_lte?: InputMaybe; - callbackFee_in?: InputMaybe>; - callbackFee_not_in?: InputMaybe>; - relayerFee?: InputMaybe; - relayerFee_not?: InputMaybe; - relayerFee_gt?: InputMaybe; - relayerFee_lt?: InputMaybe; - relayerFee_gte?: InputMaybe; - relayerFee_lte?: InputMaybe; - relayerFee_in?: InputMaybe>; - relayerFee_not_in?: InputMaybe>; - destinationMinOut?: InputMaybe; - destinationMinOut_not?: InputMaybe; - destinationMinOut_gt?: InputMaybe; - destinationMinOut_lt?: InputMaybe; - destinationMinOut_gte?: InputMaybe; - destinationMinOut_lte?: InputMaybe; - destinationMinOut_in?: InputMaybe>; - destinationMinOut_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - originMinOut?: InputMaybe; - originMinOut_not?: InputMaybe; - originMinOut_gt?: InputMaybe; - originMinOut_lt?: InputMaybe; - originMinOut_gte?: InputMaybe; - originMinOut_lte?: InputMaybe; - originMinOut_in?: InputMaybe>; - originMinOut_not_in?: InputMaybe>; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - transactingAmount?: InputMaybe; - transactingAmount_not?: InputMaybe; - transactingAmount_gt?: InputMaybe; - transactingAmount_lt?: InputMaybe; - transactingAmount_gte?: InputMaybe; - transactingAmount_lte?: InputMaybe; - transactingAmount_in?: InputMaybe>; - transactingAmount_not_in?: InputMaybe>; - bridgedAsset?: InputMaybe; - bridgedAsset_not?: InputMaybe; - bridgedAsset_gt?: InputMaybe; - bridgedAsset_lt?: InputMaybe; - bridgedAsset_gte?: InputMaybe; - bridgedAsset_lte?: InputMaybe; - bridgedAsset_in?: InputMaybe>; - bridgedAsset_not_in?: InputMaybe>; - bridgedAsset_contains?: InputMaybe; - bridgedAsset_not_contains?: InputMaybe; - bridgedAmount?: InputMaybe; - bridgedAmount_not?: InputMaybe; - bridgedAmount_gt?: InputMaybe; - bridgedAmount_lt?: InputMaybe; - bridgedAmount_gte?: InputMaybe; - bridgedAmount_lte?: InputMaybe; - bridgedAmount_in?: InputMaybe>; - bridgedAmount_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_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; @@ -121936,49 +118828,96 @@ export type testgoerli_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 testgoerli_OriginTransfer_orderBy = +export type basegoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' | 'nonce' - | 'to' - | 'callData' + | 'status' + | 'messageHash' | 'originDomain' | 'destinationDomain' - | 'agent' - | 'recovery' - | 'forceSlow' + | 'canonicalDomain' + | 'to' + | 'delegate' | 'receiveLocal' - | 'callback' - | 'callbackFee' - | 'relayerFee' - | 'destinationMinOut' - | 'status' - | 'originMinOut' + | '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' - | 'transactingAmount' - | 'bridgedAsset' - | 'bridgedAmount' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' | 'caller' | 'transactionHash' | 'timestamp' | 'gasPrice' | 'gasLimit' - | 'blockNumber'; + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type testgoerli_Relayer = { +export type basegoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type testgoerli_Relayer_filter = { +export type basegoerli_RelayerFee = { + id: Scalars['ID']; + transfer: basegoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['basegoerli_Bytes']; +}; + +export type basegoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121987,51 +118926,247 @@ export type testgoerli_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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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 testgoerli_Relayer_orderBy = +export type basegoerli_RelayerFee_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | '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 testgoerli_Router = { +export type basegoerli_RelayerFeesIncrease = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + transfer: basegoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['basegoerli_Bytes']; + transactionHash: Scalars['basegoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; - -export type testgoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type basegoerli_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 testgoerli_Router_filter = { +export type basegoerli_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 basegoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122044,67 +119179,590 @@ export type testgoerli_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; + 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 testgoerli_Router_orderBy = +export type basegoerli_Relayer_orderBy = | 'id' | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'relayer'; -export type testgoerli_Setting = { +export type basegoerli_RootCount = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['testgoerli_Bytes']; + count?: Maybe; }; -export type testgoerli_Setting_filter = { +export type basegoerli_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 basegoerli_RootCount_orderBy = + | 'id' + | 'count'; + +export type basegoerli_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 basegoerli_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 basegoerli_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type basegoerli_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type basegoerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type basegoerli_RouterDailyTVL = { + id: Scalars['ID']; + router: basegoerli_Router; + asset: basegoerli_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type basegoerli_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 basegoerli_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 basegoerli_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: basegoerli_Router; + asset: basegoerli_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['basegoerli_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type basegoerli_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type basegoerli_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 basegoerli_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 basegoerli_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 basegoerli_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type basegoerli_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type basegoerli_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 basegoerli_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type basegoerli_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['basegoerli_Bytes']; +}; + +export type basegoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122121,33 +119779,40 @@ export type testgoerli_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 testgoerli_Setting_orderBy = +export type basegoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type testgoerli_SponsorVault = { +export type basegoerli_SlippageUpdate = { id: Scalars['ID']; - sponsorVault: Scalars['testgoerli_Bytes']; + transfer: basegoerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['basegoerli_Bytes']; + transactionHash: Scalars['basegoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type testgoerli_SponsorVault_filter = { +export type basegoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122156,34 +119821,150 @@ export type testgoerli_SponsorVault_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - sponsorVault?: InputMaybe; - sponsorVault_not?: InputMaybe; - sponsorVault_gt?: InputMaybe; - sponsorVault_lt?: InputMaybe; - sponsorVault_gte?: InputMaybe; - sponsorVault_lte?: InputMaybe; - sponsorVault_in?: InputMaybe>; - sponsorVault_not_in?: InputMaybe>; - sponsorVault_contains?: InputMaybe; - sponsorVault_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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 testgoerli_SponsorVault_orderBy = +export type basegoerli_SlippageUpdate_orderBy = | 'id' - | 'sponsorVault'; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type testgoerli_StableSwap = { +export type basegoerli_SnapshotRoot = { id: Scalars['ID']; - canonicalId: Scalars['testgoerli_Bytes']; - domain?: Maybe; - swapPool: Scalars['testgoerli_Bytes']; + spokeDomain?: Maybe; + root: Scalars['basegoerli_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type testgoerli_StableSwap_filter = { +export type basegoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122192,66 +119973,126 @@ export type testgoerli_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; + 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 testgoerli_StableSwap_orderBy = +export type basegoerli_SnapshotRoot_orderBy = | 'id' - | 'canonicalId' - | 'domain' - | 'swapPool'; + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type testgoerli_TransferStatus = +export type basegoerli_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type basegoerli_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 basegoerli_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type basegoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type testgoerli__Block_ = { +export type basegoerli__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 testgoerli__Meta_ = { +export type basegoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -122259,22 +120100,22 @@ export type testgoerli__Meta_ = { * and therefore asks for the latest block * */ - block: testgoerli__Block_; + block: basegoerli__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 optimismgoerli_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingzksync_Bytes']; + root: Scalars['optimismgoerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingzksync_AggregateRootProposed = { +export type optimismgoerli_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingzksync_Bytes']; + aggregateRoot: Scalars['optimismgoerli_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -122282,7 +120123,7 @@ export type stagingzksync_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingzksync_AggregateRootProposed_filter = { +export type optimismgoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122291,16 +120132,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; @@ -122342,12 +120183,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 optimismgoerli_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -122356,7 +120197,7 @@ export type stagingzksync_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingzksync_AggregateRoot_filter = { +export type optimismgoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122365,16 +120206,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; @@ -122384,45 +120225,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 optimismgoerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingzksync_Aggregation_interval = +export type optimismgoerli_Aggregation_interval = | 'hour' | 'day'; -export type stagingzksync_Asset = { +export type optimismgoerli_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingzksync_AssetBalance = { +export type optimismgoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingzksync_Router; - asset: stagingzksync_Asset; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingzksync_AssetBalance_filter = { +export type optimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122483,7 +120324,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; @@ -122504,7 +120345,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; @@ -122514,12 +120355,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 optimismgoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -122544,12 +120385,12 @@ export type stagingzksync_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingzksync_AssetStatus = { +export type optimismgoerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingzksync_AssetStatus_filter = { +export type optimismgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122563,16 +120404,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 optimismgoerli_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingzksync_Asset_filter = { +export type optimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122581,16 +120422,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; @@ -122607,16 +120448,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; @@ -122625,26 +120466,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; @@ -122673,14 +120514,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 optimismgoerli_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -122694,26 +120535,26 @@ export type stagingzksync_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingzksync_BlockChangedFilter = { +export type optimismgoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingzksync_Block_height = { - hash?: InputMaybe; +export type optimismgoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingzksync_ConnectorMeta = { +export type optimismgoerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingzksync_ConnectorMeta_filter = { +export type optimismgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122738,43 +120579,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 optimismgoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -122782,57 +120623,57 @@ export type stagingzksync_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingzksync_DestinationTransfer = { +export type optimismgoerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingzksync_DestinationTransferroutersArgs = { +export type optimismgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingzksync_DestinationTransfer_filter = { +export type optimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122849,16 +120690,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; @@ -122867,17 +120708,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; @@ -122902,40 +120743,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; @@ -122952,16 +120793,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; @@ -122978,16 +120819,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; @@ -123008,7 +120849,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; @@ -123025,26 +120866,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; @@ -123077,16 +120918,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; @@ -123095,26 +120936,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; @@ -123147,16 +120988,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; @@ -123166,12 +121007,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 optimismgoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -123220,14 +121061,14 @@ export type stagingzksync_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingzksync_OptimisticRootFinalized = { +export type optimismgoerli_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingzksync_Bytes']; + aggregateRoot: Scalars['optimismgoerli_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingzksync_OptimisticRootFinalized_filter = { +export type optimismgoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123236,16 +121077,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; @@ -123263,36 +121104,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 optimismgoerli_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingzksync_OrderDirection = +export type optimismgoerli_OrderDirection = | 'asc' | 'desc'; -export type stagingzksync_OriginMessage = { +export type optimismgoerli_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingzksync_OriginMessage_filter = { +export type optimismgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123301,16 +121142,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; @@ -123319,16 +121160,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; @@ -123337,36 +121178,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; @@ -123395,14 +121236,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 optimismgoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -123416,51 +121257,51 @@ export type stagingzksync_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingzksync_OriginTransfer = { +export type optimismgoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingzksync_OriginTransferrelayerFeesArgs = { +export type optimismgoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingzksync_OriginTransfer_filter = { +export type optimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123477,16 +121318,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; @@ -123495,20 +121336,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; @@ -123533,40 +121374,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; @@ -123575,16 +121416,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; @@ -123601,16 +121442,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; @@ -123631,17 +121472,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; @@ -123662,7 +121503,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; @@ -123677,37 +121518,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; @@ -123740,16 +121581,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; @@ -123759,12 +121600,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 optimismgoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -123816,20 +121657,20 @@ export type stagingzksync_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingzksync_Relayer = { +export type optimismgoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingzksync_RelayerFee = { +export type optimismgoerli_RelayerFee = { id: Scalars['ID']; - transfer: stagingzksync_OriginTransfer; + transfer: optimismgoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingzksync_Bytes']; + asset: Scalars['optimismgoerli_Bytes']; }; -export type stagingzksync_RelayerFee_filter = { +export type optimismgoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123858,7 +121699,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; @@ -123867,23 +121708,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 optimismgoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -123918,20 +121759,20 @@ export type stagingzksync_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingzksync_RelayerFeesIncrease = { +export type optimismgoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingzksync_OriginTransfer; + transfer: optimismgoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingzksync_Bytes']; - transactionHash: Scalars['stagingzksync_Bytes']; + asset?: Maybe; + caller: Scalars['optimismgoerli_Bytes']; + transactionHash: Scalars['optimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingzksync_RelayerFeesIncrease_filter = { +export type optimismgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123960,7 +121801,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; @@ -123969,40 +121810,40 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: 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>; @@ -124032,12 +121873,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 optimismgoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -124078,7 +121919,7 @@ export type stagingzksync_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingzksync_Relayer_filter = { +export type optimismgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124091,33 +121932,33 @@ export type stagingzksync_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_Relayer_orderBy = +export type optimismgoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingzksync_RootCount = { +export type optimismgoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingzksync_RootCount_filter = { +export type optimismgoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124135,30 +121976,30 @@ export type stagingzksync_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RootCount_orderBy = +export type optimismgoerli_RootCount_orderBy = | 'id' | 'count'; -export type stagingzksync_RootMessageSent = { +export type optimismgoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingzksync_RootMessageSent_filter = { +export type optimismgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124183,16 +122024,16 @@ export type stagingzksync_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -124201,26 +122042,26 @@ export type stagingzksync_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -124254,12 +122095,12 @@ export type stagingzksync_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RootMessageSent_orderBy = +export type optimismgoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -124272,34 +122113,34 @@ export type stagingzksync_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingzksync_Router = { +export type optimismgoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingzksync_RouterassetBalancesArgs = { +export type optimismgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingzksync_RouterDailyTVL = { +export type optimismgoerli_RouterDailyTVL = { id: Scalars['ID']; - router: stagingzksync_Router; - asset: stagingzksync_Asset; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingzksync_RouterDailyTVL_filter = { +export type optimismgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124328,7 +122169,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; @@ -124349,7 +122190,7 @@ export type stagingzksync_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -124367,12 +122208,12 @@ export type stagingzksync_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RouterDailyTVL_orderBy = +export type optimismgoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -124394,25 +122235,25 @@ export type stagingzksync_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingzksync_RouterLiquidityEvent = { +export type optimismgoerli_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingzksync_Router; - asset: stagingzksync_Asset; + type?: Maybe; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['optimismgoerli_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingzksync_RouterLiquidityEventType = +export type optimismgoerli_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingzksync_RouterLiquidityEvent_filter = { +export type optimismgoerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124421,10 +122262,10 @@ export type stagingzksync_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -124445,7 +122286,7 @@ export type stagingzksync_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -124466,7 +122307,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; @@ -124483,16 +122324,16 @@ export type stagingzksync_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -124509,16 +122350,16 @@ export type stagingzksync_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -124528,12 +122369,12 @@ export type stagingzksync_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RouterLiquidityEvent_orderBy = +export type optimismgoerli_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -124561,7 +122402,7 @@ export type stagingzksync_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingzksync_Router_filter = { +export type optimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124574,36 +122415,36 @@ export type stagingzksync_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -124612,14 +122453,14 @@ export type stagingzksync_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_Router_orderBy = +export type optimismgoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -124628,13 +122469,13 @@ export type stagingzksync_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingzksync_Sequencer = { +export type optimismgoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingzksync_Sequencer_filter = { +export type optimismgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124647,34 +122488,34 @@ export type stagingzksync_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_Sequencer_orderBy = +export type optimismgoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingzksync_Setting = { +export type optimismgoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingzksync_Bytes']; + caller: Scalars['optimismgoerli_Bytes']; }; -export type stagingzksync_Setting_filter = { +export type optimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124691,40 +122532,40 @@ export type stagingzksync_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_Setting_orderBy = +export type optimismgoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingzksync_SlippageUpdate = { +export type optimismgoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingzksync_DestinationTransfer; + transfer: optimismgoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingzksync_Bytes']; - transactionHash: Scalars['stagingzksync_Bytes']; + caller: Scalars['optimismgoerli_Bytes']; + transactionHash: Scalars['optimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingzksync_SlippageUpdate_filter = { +export type optimismgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124753,7 +122594,7 @@ export type stagingzksync_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -124762,26 +122603,26 @@ export type stagingzksync_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -124815,12 +122656,12 @@ export type stagingzksync_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_SlippageUpdate_orderBy = +export type optimismgoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -124867,16 +122708,16 @@ export type stagingzksync_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingzksync_SnapshotRoot = { +export type optimismgoerli_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingzksync_Bytes']; + root: Scalars['optimismgoerli_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingzksync_SnapshotRoot_filter = { +export type optimismgoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124893,16 +122734,16 @@ export type stagingzksync_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -124928,12 +122769,12 @@ export type stagingzksync_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_SnapshotRoot_orderBy = +export type optimismgoerli_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -124941,12 +122782,12 @@ export type stagingzksync_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingzksync_SpokeConnectorMode = { +export type optimismgoerli_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingzksync_SpokeConnectorMode_filter = { +export type optimismgoerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124976,35 +122817,35 @@ export type stagingzksync_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_SpokeConnectorMode_orderBy = +export type optimismgoerli_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingzksync_TransferStatus = +export type optimismgoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingzksync__Block_ = { +export type optimismgoerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingzksync__Meta_ = { +export type optimismgoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -125012,22 +122853,22 @@ export type stagingzksync__Meta_ = { * and therefore asks for the latest block * */ - block: stagingzksync__Block_; + block: optimismgoerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type base_AggregateRoot = { +export type mainnet_AggregateRoot = { id: Scalars['ID']; - root: Scalars['base_Bytes']; + root: Scalars['mainnet_Bytes']; blockNumber: Scalars['BigInt']; }; -export type base_AggregateRootProposed = { +export type mainnet_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['base_Bytes']; + aggregateRoot: Scalars['mainnet_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -125035,7 +122876,7 @@ export type base_AggregateRootProposed = { blockNumber?: Maybe; }; -export type base_AggregateRootProposed_filter = { +export type mainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125044,16 +122885,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; @@ -125095,12 +122936,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 mainnet_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -125109,7 +122950,7 @@ export type base_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type base_AggregateRoot_filter = { +export type mainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125118,16 +122959,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; @@ -125137,41 +122978,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 mainnet_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type base_Asset = { +export type mainnet_Aggregation_interval = + | 'hour' + | 'day'; + +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 base_AssetBalance = { +export type mainnet_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: base_Router; - asset: base_Asset; + router: mainnet_Router; + asset: mainnet_Asset; feesEarned: Scalars['BigInt']; }; -export type base_AssetBalance_filter = { +export type mainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125232,7 +123077,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; @@ -125253,7 +123098,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; @@ -125263,12 +123108,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 mainnet_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -125293,12 +123138,12 @@ export type base_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type base_AssetStatus = { +export type mainnet_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type base_AssetStatus_filter = { +export type mainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125312,16 +123157,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 mainnet_AssetStatus_orderBy = | 'id' | 'status'; -export type base_Asset_filter = { +export type mainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125330,16 +123175,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; @@ -125356,16 +123201,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; @@ -125374,26 +123219,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; @@ -125422,14 +123267,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 mainnet_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -125443,26 +123288,16 @@ export type base_Asset_orderBy = | '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 = { +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 base_ConnectorMeta_filter = { +export type mainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125487,43 +123322,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 mainnet_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -125531,57 +123366,57 @@ export type base_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type base_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 base_DestinationTransferroutersArgs = { +export type mainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_DestinationTransfer_filter = { +export type mainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125598,16 +123433,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; @@ -125616,17 +123451,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; @@ -125651,40 +123486,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; @@ -125701,16 +123536,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; @@ -125727,16 +123562,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; @@ -125757,7 +123592,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; @@ -125774,26 +123609,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; @@ -125826,16 +123661,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; @@ -125844,26 +123679,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; @@ -125896,16 +123731,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; @@ -125915,12 +123750,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 mainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -125969,14 +123804,14 @@ export type base_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type base_OptimisticRootFinalized = { +export type mainnet_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['base_Bytes']; + aggregateRoot: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type base_OptimisticRootFinalized_filter = { +export type mainnet_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125985,16 +123820,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; @@ -126012,36 +123847,31 @@ 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 mainnet_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type base_OrderDirection = - | 'asc' - | 'desc'; - -export type base_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 base_OriginMessage_filter = { +export type mainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126050,16 +123880,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; @@ -126068,16 +123898,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; @@ -126086,36 +123916,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; @@ -126144,14 +123974,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 mainnet_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -126165,51 +123995,51 @@ export type base_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type base_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 base_OriginTransferrelayerFeesArgs = { +export type mainnet_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_OriginTransfer_filter = { +export type mainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126226,16 +124056,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; @@ -126244,20 +124074,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; @@ -126282,40 +124112,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; @@ -126324,16 +124154,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; @@ -126350,16 +124180,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; @@ -126380,17 +124210,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; @@ -126411,7 +124241,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; @@ -126426,37 +124256,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; @@ -126489,16 +124319,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; @@ -126508,12 +124338,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 mainnet_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -126565,20 +124395,20 @@ export type base_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type base_Relayer = { +export type mainnet_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type base_RelayerFee = { +export type mainnet_RelayerFee = { id: Scalars['ID']; - transfer: base_OriginTransfer; + transfer: mainnet_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['base_Bytes']; + asset: Scalars['mainnet_Bytes']; }; -export type base_RelayerFee_filter = { +export type mainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126607,7 +124437,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; @@ -126616,23 +124446,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 mainnet_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -126667,20 +124497,20 @@ export type base_RelayerFee_orderBy = | 'fee' | 'asset'; -export type base_RelayerFeesIncrease = { +export type mainnet_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: base_OriginTransfer; + transfer: mainnet_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['base_Bytes']; - transactionHash: Scalars['base_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 base_RelayerFeesIncrease_filter = { +export type mainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126709,7 +124539,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; @@ -126718,36 +124548,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; @@ -126781,12 +124611,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 mainnet_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -126827,7 +124657,7 @@ export type base_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type base_Relayer_filter = { +export type mainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126840,33 +124670,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 mainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type base_RootCount = { +export type mainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type base_RootCount_filter = { +export type mainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126884,30 +124714,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 mainnet_RootCount_orderBy = | 'id' | 'count'; -export type base_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 base_RootMessageSent_filter = { +export type mainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126932,16 +124762,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; @@ -126950,26 +124780,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; @@ -127003,12 +124833,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 mainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -127021,34 +124851,34 @@ export type base_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type base_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 base_RouterassetBalancesArgs = { +export type mainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_RouterDailyTVL = { +export type mainnet_RouterDailyTVL = { id: Scalars['ID']; - router: base_Router; - asset: base_Asset; + router: mainnet_Router; + asset: mainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type base_RouterDailyTVL_filter = { +export type mainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127077,7 +124907,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; @@ -127098,7 +124928,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; @@ -127116,12 +124946,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 mainnet_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -127143,25 +124973,25 @@ export type base_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type base_RouterLiquidityEvent = { +export type mainnet_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: base_Router; - asset: base_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['base_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; nonce: Scalars['BigInt']; }; -export type base_RouterLiquidityEventType = +export type mainnet_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type base_RouterLiquidityEvent_filter = { +export type mainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127170,10 +125000,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; @@ -127194,7 +125024,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; @@ -127215,7 +125045,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; @@ -127232,16 +125062,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; @@ -127258,16 +125088,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; @@ -127277,12 +125107,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 mainnet_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -127310,7 +125140,7 @@ export type base_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type base_Router_filter = { +export type mainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127323,36 +125153,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; @@ -127361,14 +125191,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 mainnet_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -127377,13 +125207,13 @@ export type base_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type base_Sequencer = { +export type mainnet_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type base_Sequencer_filter = { +export type mainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127396,34 +125226,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 mainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type base_Setting = { +export type mainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['base_Bytes']; + caller: Scalars['mainnet_Bytes']; }; -export type base_Setting_filter = { +export type mainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127440,40 +125270,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 mainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type base_SlippageUpdate = { +export type mainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: base_DestinationTransfer; + transfer: mainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['base_Bytes']; - transactionHash: Scalars['base_Bytes']; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type base_SlippageUpdate_filter = { +export type mainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127502,7 +125332,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; @@ -127511,26 +125341,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; @@ -127564,12 +125394,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 mainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -127616,16 +125446,16 @@ export type base_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type base_SnapshotRoot = { +export type mainnet_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['base_Bytes']; + root: Scalars['mainnet_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type base_SnapshotRoot_filter = { +export type mainnet_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127642,16 +125472,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; @@ -127677,12 +125507,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 mainnet_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -127690,12 +125520,12 @@ export type base_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type base_SpokeConnectorMode = { +export type mainnet_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type base_SpokeConnectorMode_filter = { +export type mainnet_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127725,56 +125555,31 @@ 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 mainnet_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type base_TransferStatus = +export type mainnet_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 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 polygonzkevm_swap_AggregateRoot = { +export type mode_AggregateRoot = { id: Scalars['ID']; - root: Scalars['polygonzkevm_swap_Bytes']; + root: Scalars['mode_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_AggregateRootProposed = { +export type mode_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; + aggregateRoot: Scalars['mode_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -127782,7 +125587,7 @@ export type polygonzkevm_swap_AggregateRootProposed = { blockNumber?: Maybe; }; -export type polygonzkevm_swap_AggregateRootProposed_filter = { +export type mode_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127791,16 +125596,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; @@ -127842,12 +125647,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 mode_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -127856,7 +125661,7 @@ export type polygonzkevm_swap_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_swap_AggregateRoot_filter = { +export type mode_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127865,16 +125670,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; @@ -127884,41 +125689,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 mode_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type polygonzkevm_swap_Asset = { +export type mode_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type polygonzkevm_swap_AssetBalance = { +export type mode_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: mode_Router; + asset: mode_Asset; feesEarned: Scalars['BigInt']; }; -export type polygonzkevm_swap_AssetBalance_filter = { +export type mode_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127979,7 +125784,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; @@ -128000,7 +125805,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; @@ -128010,12 +125815,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 mode_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -128040,12 +125845,12 @@ export type polygonzkevm_swap_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type polygonzkevm_swap_AssetStatus = { +export type mode_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type polygonzkevm_swap_AssetStatus_filter = { +export type mode_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128059,16 +125864,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 mode_AssetStatus_orderBy = | 'id' | 'status'; -export type polygonzkevm_swap_Asset_filter = { +export type mode_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128077,16 +125882,16 @@ 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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; @@ -128103,16 +125908,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; @@ -128121,26 +125926,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; @@ -128169,14 +125974,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 mode_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -128190,26 +125995,26 @@ export type polygonzkevm_swap_Asset_orderBy = | 'status__id' | 'status__status'; -export type polygonzkevm_swap_BlockChangedFilter = { +export type mode_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygonzkevm_swap_Block_height = { - hash?: InputMaybe; +export type mode_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygonzkevm_swap_ConnectorMeta = { +export type mode_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type polygonzkevm_swap_ConnectorMeta_filter = { +export type mode_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128234,43 +126039,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 mode_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -128278,57 +126083,57 @@ export type polygonzkevm_swap_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type polygonzkevm_swap_DestinationTransfer = { +export type mode_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type polygonzkevm_swap_DestinationTransferroutersArgs = { +export type mode_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 mode_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128345,16 +126150,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; @@ -128363,17 +126168,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; @@ -128398,40 +126203,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; @@ -128448,16 +126253,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; @@ -128474,18 +126279,18 @@ 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; - asset?: InputMaybe; - asset_not?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; asset_gt?: InputMaybe; asset_lt?: InputMaybe; asset_gte?: InputMaybe; @@ -128504,7 +126309,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; @@ -128521,26 +126326,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; @@ -128573,16 +126378,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; @@ -128591,26 +126396,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; @@ -128643,16 +126448,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; @@ -128662,12 +126467,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 mode_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -128716,14 +126521,14 @@ export type polygonzkevm_swap_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type polygonzkevm_swap_OptimisticRootFinalized = { +export type mode_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; + aggregateRoot: Scalars['mode_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type polygonzkevm_swap_OptimisticRootFinalized_filter = { +export type mode_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128732,16 +126537,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; @@ -128759,36 +126564,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 mode_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type polygonzkevm_swap_OrderDirection = +export type mode_OrderDirection = | 'asc' | 'desc'; -export type polygonzkevm_swap_OriginMessage = { +export type mode_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type polygonzkevm_swap_OriginMessage_filter = { +export type mode_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128797,16 +126602,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; @@ -128815,16 +126620,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; @@ -128833,36 +126638,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; @@ -128891,14 +126696,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 mode_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -128912,51 +126717,51 @@ export type polygonzkevm_swap_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type polygonzkevm_swap_OriginTransfer = { +export type mode_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type polygonzkevm_swap_OriginTransferrelayerFeesArgs = { +export type mode_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 mode_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128973,16 +126778,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; @@ -128991,20 +126796,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; @@ -129029,40 +126834,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; @@ -129071,16 +126876,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; @@ -129097,16 +126902,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; @@ -129127,17 +126932,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; @@ -129158,7 +126963,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; @@ -129173,37 +126978,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; @@ -129236,16 +127041,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; @@ -129255,12 +127060,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 mode_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -129312,20 +127117,20 @@ export type polygonzkevm_swap_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type polygonzkevm_swap_Relayer = { +export type mode_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type polygonzkevm_swap_RelayerFee = { +export type mode_RelayerFee = { id: Scalars['ID']; - transfer: polygonzkevm_swap_OriginTransfer; + transfer: mode_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['polygonzkevm_swap_Bytes']; + asset: Scalars['mode_Bytes']; }; -export type polygonzkevm_swap_RelayerFee_filter = { +export type mode_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129354,7 +127159,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; @@ -129363,23 +127168,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 mode_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -129414,20 +127219,20 @@ export type polygonzkevm_swap_RelayerFee_orderBy = | 'fee' | 'asset'; -export type polygonzkevm_swap_RelayerFeesIncrease = { +export type mode_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: polygonzkevm_swap_OriginTransfer; + transfer: mode_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygonzkevm_swap_Bytes']; - transactionHash: Scalars['polygonzkevm_swap_Bytes']; + asset?: Maybe; + caller: Scalars['mode_Bytes']; + transactionHash: Scalars['mode_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_RelayerFeesIncrease_filter = { +export type mode_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129456,7 +127261,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; @@ -129465,36 +127270,36 @@ 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; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: 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; @@ -129528,12 +127333,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 mode_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -129574,7 +127379,7 @@ export type polygonzkevm_swap_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_swap_Relayer_filter = { +export type mode_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129587,33 +127392,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 mode_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type polygonzkevm_swap_RootCount = { +export type mode_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type polygonzkevm_swap_RootCount_filter = { +export type mode_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129631,30 +127436,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 mode_RootCount_orderBy = | 'id' | 'count'; -export type polygonzkevm_swap_RootMessageSent = { +export type mode_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type polygonzkevm_swap_RootMessageSent_filter = { +export type mode_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129679,16 +127484,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; @@ -129697,26 +127502,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; @@ -129750,12 +127555,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 mode_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -129768,34 +127573,34 @@ export type polygonzkevm_swap_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_swap_Router = { +export type mode_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type polygonzkevm_swap_RouterassetBalancesArgs = { +export type mode_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_swap_RouterDailyTVL = { +export type mode_RouterDailyTVL = { id: Scalars['ID']; - router: polygonzkevm_swap_Router; - asset: polygonzkevm_swap_Asset; + router: mode_Router; + asset: mode_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type polygonzkevm_swap_RouterDailyTVL_filter = { +export type mode_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129824,7 +127629,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; @@ -129845,7 +127650,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; @@ -129863,12 +127668,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 mode_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -129890,25 +127695,25 @@ export type polygonzkevm_swap_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type polygonzkevm_swap_RouterLiquidityEvent = { +export type mode_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: polygonzkevm_swap_Router; - asset: polygonzkevm_swap_Asset; + type?: Maybe; + router: mode_Router; + asset: mode_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygonzkevm_swap_Bytes']; + transactionHash: Scalars['mode_Bytes']; nonce: Scalars['BigInt']; }; -export type polygonzkevm_swap_RouterLiquidityEventType = +export type mode_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type polygonzkevm_swap_RouterLiquidityEvent_filter = { +export type mode_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129917,10 +127722,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; @@ -129941,7 +127746,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; @@ -129962,7 +127767,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; @@ -129979,16 +127784,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; @@ -130005,16 +127810,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; @@ -130024,12 +127829,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 mode_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -130057,7 +127862,7 @@ export type polygonzkevm_swap_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type polygonzkevm_swap_Router_filter = { +export type mode_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130070,67 +127875,67 @@ 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; - 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 polygonzkevm_swap_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type polygonzkevm_swap_Sequencer = { + 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 mode_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type mode_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type polygonzkevm_swap_Sequencer_filter = { +export type mode_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130143,34 +127948,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 mode_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type polygonzkevm_swap_Setting = { +export type mode_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygonzkevm_swap_Bytes']; + caller: Scalars['mode_Bytes']; }; -export type polygonzkevm_swap_Setting_filter = { +export type mode_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130187,40 +127992,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 mode_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type polygonzkevm_swap_SlippageUpdate = { +export type mode_SlippageUpdate = { id: Scalars['ID']; - transfer: polygonzkevm_swap_DestinationTransfer; + transfer: mode_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['polygonzkevm_swap_Bytes']; - transactionHash: Scalars['polygonzkevm_swap_Bytes']; + caller: Scalars['mode_Bytes']; + transactionHash: Scalars['mode_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_SlippageUpdate_filter = { +export type mode_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130249,7 +128054,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; @@ -130258,26 +128063,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; @@ -130311,12 +128116,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 mode_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -130363,16 +128168,16 @@ export type polygonzkevm_swap_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_swap_SnapshotRoot = { +export type mode_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['polygonzkevm_swap_Bytes']; + root: Scalars['mode_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_SnapshotRoot_filter = { +export type mode_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130389,16 +128194,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; @@ -130424,12 +128229,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 mode_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -130437,12 +128242,12 @@ export type polygonzkevm_swap_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_swap_SpokeConnectorMode = { +export type mode_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type polygonzkevm_swap_SpokeConnectorMode_filter = { +export type mode_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130472,25 +128277,25 @@ 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 mode_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type polygonzkevm_swap_TransferStatus = +export type mode_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type polygonzkevm_swap__Block_ = { +export type mode__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -130498,7 +128303,7 @@ export type polygonzkevm_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type polygonzkevm_swap__Meta_ = { +export type mode__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -130506,22 +128311,22 @@ export type polygonzkevm_swap__Meta_ = { * and therefore asks for the latest block * */ - block: polygonzkevm_swap__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 stagingmainnet_AggregateRoot = { +export type stagingmetis_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmainnet_Bytes']; + root: Scalars['stagingmetis_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_AggregateRootProposed = { +export type stagingmetis_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; + aggregateRoot: Scalars['stagingmetis_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -130529,7 +128334,7 @@ export type stagingmainnet_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmainnet_AggregateRootProposed_filter = { +export type stagingmetis_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130538,16 +128343,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; @@ -130589,12 +128394,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 stagingmetis_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -130603,7 +128408,7 @@ export type stagingmainnet_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmainnet_AggregateRoot_filter = { +export type stagingmetis_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130612,16 +128417,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; @@ -130631,45 +128436,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 stagingmetis_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmainnet_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingmainnet_Asset = { +export type stagingmetis_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingmainnet_AssetBalance = { +export type stagingmetis_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmainnet_Router; - asset: stagingmainnet_Asset; + router: stagingmetis_Router; + asset: stagingmetis_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmainnet_AssetBalance_filter = { +export type stagingmetis_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130730,7 +128531,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; @@ -130751,7 +128552,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; @@ -130761,12 +128562,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 stagingmetis_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -130791,12 +128592,12 @@ export type stagingmainnet_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmainnet_AssetStatus = { +export type stagingmetis_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmainnet_AssetStatus_filter = { +export type stagingmetis_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130810,16 +128611,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 stagingmetis_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmainnet_Asset_filter = { +export type stagingmetis_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130828,16 +128629,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; @@ -130854,16 +128655,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; @@ -130872,26 +128673,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; @@ -130920,14 +128721,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 stagingmetis_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -130941,26 +128742,26 @@ export type stagingmainnet_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmainnet_BlockChangedFilter = { +export type stagingmetis_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmainnet_Block_height = { - hash?: InputMaybe; +export type stagingmetis_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmainnet_ConnectorMeta = { +export type stagingmetis_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmainnet_ConnectorMeta_filter = { +export type stagingmetis_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130985,43 +128786,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 stagingmetis_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -131029,57 +128830,57 @@ export type stagingmainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmainnet_DestinationTransfer = { +export type stagingmetis_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingmainnet_DestinationTransferroutersArgs = { +export type stagingmetis_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_DestinationTransfer_filter = { +export type stagingmetis_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131096,16 +128897,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; @@ -131114,17 +128915,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; @@ -131149,40 +128950,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; @@ -131199,16 +129000,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; @@ -131225,16 +129026,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; @@ -131255,7 +129056,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; @@ -131272,26 +129073,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; @@ -131324,16 +129125,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; @@ -131342,26 +129143,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; @@ -131394,16 +129195,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; @@ -131413,12 +129214,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 stagingmetis_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -131467,14 +129268,14 @@ export type stagingmainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmainnet_OptimisticRootFinalized = { +export type stagingmetis_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; + aggregateRoot: Scalars['stagingmetis_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmainnet_OptimisticRootFinalized_filter = { +export type stagingmetis_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131483,16 +129284,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; @@ -131510,36 +129311,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 stagingmetis_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmainnet_OrderDirection = +export type stagingmetis_OrderDirection = | 'asc' | 'desc'; -export type stagingmainnet_OriginMessage = { +export type stagingmetis_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingmainnet_OriginMessage_filter = { +export type stagingmetis_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131548,16 +129349,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; @@ -131566,16 +129367,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; @@ -131584,36 +129385,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; @@ -131642,14 +129443,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 stagingmetis_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -131663,51 +129464,51 @@ export type stagingmainnet_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmainnet_OriginTransfer = { +export type stagingmetis_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: 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 stagingmetis_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_OriginTransfer_filter = { +export type stagingmetis_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131724,16 +129525,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; @@ -131742,20 +129543,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; @@ -131780,40 +129581,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; @@ -131822,16 +129623,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; @@ -131848,16 +129649,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; @@ -131878,17 +129679,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; @@ -131909,7 +129710,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; @@ -131924,37 +129725,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; @@ -131987,16 +129788,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; @@ -132006,12 +129807,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 stagingmetis_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -132063,20 +129864,20 @@ export type stagingmainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmainnet_Relayer = { +export type stagingmetis_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmainnet_RelayerFee = { +export type stagingmetis_RelayerFee = { id: Scalars['ID']; - transfer: stagingmainnet_OriginTransfer; + transfer: stagingmetis_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmainnet_Bytes']; + asset: Scalars['stagingmetis_Bytes']; }; -export type stagingmainnet_RelayerFee_filter = { +export type stagingmetis_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132105,7 +129906,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; @@ -132114,23 +129915,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 stagingmetis_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -132165,20 +129966,20 @@ export type stagingmainnet_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmainnet_RelayerFeesIncrease = { +export type stagingmetis_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmainnet_OriginTransfer; + transfer: stagingmetis_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmainnet_Bytes']; - transactionHash: Scalars['stagingmainnet_Bytes']; + asset?: Maybe; + caller: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_RelayerFeesIncrease_filter = { +export type stagingmetis_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132207,7 +130008,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; @@ -132216,36 +130017,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; @@ -132279,12 +130080,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 stagingmetis_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -132325,7 +130126,7 @@ export type stagingmainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_Relayer_filter = { +export type stagingmetis_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132338,33 +130139,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 stagingmetis_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmainnet_RootCount = { +export type stagingmetis_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmainnet_RootCount_filter = { +export type stagingmetis_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132382,30 +130183,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 stagingmetis_RootCount_orderBy = | 'id' | 'count'; -export type stagingmainnet_RootMessageSent = { +export type stagingmetis_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingmainnet_RootMessageSent_filter = { +export type stagingmetis_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132430,16 +130231,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; @@ -132448,26 +130249,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; @@ -132501,12 +130302,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 stagingmetis_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -132519,34 +130320,34 @@ export type stagingmainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_Router = { +export type stagingmetis_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingmainnet_RouterassetBalancesArgs = { +export type stagingmetis_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_RouterDailyTVL = { +export type stagingmetis_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmainnet_Router; - asset: stagingmainnet_Asset; + router: stagingmetis_Router; + asset: stagingmetis_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmainnet_RouterDailyTVL_filter = { +export type stagingmetis_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132575,7 +130376,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; @@ -132596,7 +130397,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; @@ -132614,12 +130415,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 stagingmetis_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -132641,25 +130442,25 @@ export type stagingmainnet_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmainnet_RouterLiquidityEvent = { +export type stagingmetis_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmainnet_Router; - asset: stagingmainnet_Asset; + type?: Maybe; + router: stagingmetis_Router; + asset: stagingmetis_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingmainnet_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmainnet_RouterLiquidityEventType = +export type stagingmetis_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmainnet_RouterLiquidityEvent_filter = { +export type stagingmetis_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132668,10 +130469,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; @@ -132692,7 +130493,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; @@ -132713,7 +130514,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; @@ -132730,16 +130531,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; @@ -132756,16 +130557,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; @@ -132775,12 +130576,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 stagingmetis_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -132808,7 +130609,7 @@ export type stagingmainnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmainnet_Router_filter = { +export type stagingmetis_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132821,36 +130622,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; @@ -132859,14 +130660,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 stagingmetis_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -132875,13 +130676,13 @@ export type stagingmainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmainnet_Sequencer = { +export type stagingmetis_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmainnet_Sequencer_filter = { +export type stagingmetis_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132894,34 +130695,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 stagingmetis_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmainnet_Setting = { +export type stagingmetis_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmainnet_Bytes']; + caller: Scalars['stagingmetis_Bytes']; }; -export type stagingmainnet_Setting_filter = { +export type stagingmetis_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132938,40 +130739,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 stagingmetis_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmainnet_SlippageUpdate = { +export type stagingmetis_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmainnet_DestinationTransfer; + transfer: stagingmetis_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmainnet_Bytes']; - transactionHash: Scalars['stagingmainnet_Bytes']; + caller: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_SlippageUpdate_filter = { +export type stagingmetis_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133000,7 +130801,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; @@ -133009,26 +130810,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; @@ -133062,12 +130863,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 stagingmetis_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -133114,16 +130915,16 @@ export type stagingmainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_SnapshotRoot = { +export type stagingmetis_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmainnet_Bytes']; + root: Scalars['stagingmetis_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_SnapshotRoot_filter = { +export type stagingmetis_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133140,16 +130941,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; @@ -133175,12 +130976,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 stagingmetis_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -133188,12 +130989,12 @@ export type stagingmainnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmainnet_SpokeConnectorMode = { +export type stagingmetis_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmainnet_SpokeConnectorMode_filter = { +export type stagingmetis_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133223,35 +131024,33 @@ 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 stagingmetis_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmainnet_TransferStatus = +export type stagingmetis_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmainnet__Block_ = { +export type stagingmetis__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingmainnet__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 @@ -133259,22 +131058,22 @@ export type stagingmainnet__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmainnet__Block_; + block: stagingmetis__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type 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']; @@ -133282,7 +131081,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; @@ -133291,16 +131090,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; @@ -133342,12 +131141,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' @@ -133356,7 +131155,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; @@ -133365,16 +131164,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; @@ -133384,45 +131183,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; @@ -133483,7 +131278,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; @@ -133504,7 +131299,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; @@ -133514,12 +131309,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' @@ -133544,12 +131339,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; @@ -133563,16 +131358,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; @@ -133581,16 +131376,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; @@ -133607,16 +131402,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; @@ -133625,26 +131420,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; @@ -133673,14 +131468,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' @@ -133694,26 +131489,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; @@ -133738,43 +131533,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' @@ -133782,57 +131577,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; @@ -133849,16 +131644,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; @@ -133867,17 +131662,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; @@ -133902,40 +131697,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; @@ -133952,16 +131747,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; @@ -133978,16 +131773,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; @@ -134008,7 +131803,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; @@ -134025,26 +131820,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; @@ -134077,16 +131872,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; @@ -134095,26 +131890,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; @@ -134147,16 +131942,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; @@ -134166,12 +131961,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' @@ -134220,14 +132015,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; @@ -134236,16 +132031,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; @@ -134263,36 +132058,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; @@ -134301,16 +132096,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; @@ -134319,16 +132114,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; @@ -134337,36 +132132,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; @@ -134395,14 +132190,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' @@ -134416,51 +132211,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; @@ -134477,16 +132272,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; @@ -134495,20 +132290,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; @@ -134533,40 +132328,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; @@ -134575,16 +132370,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; @@ -134601,16 +132396,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; @@ -134631,17 +132426,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; @@ -134662,7 +132457,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; @@ -134677,37 +132472,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; @@ -134740,16 +132535,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; @@ -134759,12 +132554,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' @@ -134816,20 +132611,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; @@ -134858,7 +132653,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; @@ -134867,23 +132662,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' @@ -134918,20 +132713,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; @@ -134960,7 +132755,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; @@ -134969,40 +132764,40 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: 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>; @@ -135032,12 +132827,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' @@ -135078,7 +132873,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; @@ -135091,33 +132886,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; @@ -135135,30 +132930,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; @@ -135183,16 +132978,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; @@ -135201,26 +132996,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; @@ -135254,12 +133049,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' @@ -135272,34 +133067,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; @@ -135328,7 +133123,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; @@ -135349,7 +133144,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; @@ -135367,12 +133162,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' @@ -135394,25 +133189,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; @@ -135421,10 +133216,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; @@ -135445,7 +133240,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; @@ -135466,7 +133261,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; @@ -135483,16 +133278,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; @@ -135509,16 +133304,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; @@ -135528,12 +133323,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' @@ -135561,7 +133356,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; @@ -135574,36 +133369,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; @@ -135612,14 +133407,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' @@ -135628,13 +133423,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; @@ -135647,34 +133442,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; @@ -135691,40 +133486,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; @@ -135753,7 +133548,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; @@ -135762,26 +133557,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; @@ -135815,12 +133610,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' @@ -135867,16 +133662,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; @@ -135893,16 +133688,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; @@ -135928,12 +133723,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' @@ -135941,12 +133736,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; @@ -135976,35 +133771,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 @@ -136012,22 +133805,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 stagingoptimism_AggregateRoot = { +export type polygon_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingoptimism_Bytes']; + root: Scalars['polygon_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_AggregateRootProposed = { +export type polygon_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimism_Bytes']; + aggregateRoot: Scalars['polygon_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -136035,7 +133828,7 @@ export type stagingoptimism_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingoptimism_AggregateRootProposed_filter = { +export type polygon_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136044,16 +133837,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; @@ -136095,12 +133888,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 polygon_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -136109,7 +133902,7 @@ export type stagingoptimism_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingoptimism_AggregateRoot_filter = { +export type polygon_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136118,16 +133911,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; @@ -136137,45 +133930,41 @@ 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 polygon_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingoptimism_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingoptimism_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 stagingoptimism_AssetBalance = { +export type polygon_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingoptimism_Router; - asset: stagingoptimism_Asset; + router: polygon_Router; + asset: polygon_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingoptimism_AssetBalance_filter = { +export type polygon_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136236,7 +134025,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; @@ -136257,7 +134046,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; @@ -136267,12 +134056,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 polygon_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -136297,12 +134086,12 @@ export type stagingoptimism_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingoptimism_AssetStatus = { +export type polygon_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingoptimism_AssetStatus_filter = { +export type polygon_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136316,16 +134105,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 polygon_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingoptimism_Asset_filter = { +export type polygon_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136334,16 +134123,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; @@ -136360,16 +134149,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; @@ -136378,26 +134167,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; @@ -136426,14 +134215,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 polygon_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -136447,26 +134236,26 @@ export type stagingoptimism_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingoptimism_BlockChangedFilter = { +export type polygon_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingoptimism_Block_height = { - hash?: InputMaybe; +export type polygon_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingoptimism_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 stagingoptimism_ConnectorMeta_filter = { +export type polygon_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136491,43 +134280,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 polygon_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -136535,57 +134324,57 @@ export type stagingoptimism_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingoptimism_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 stagingoptimism_DestinationTransferroutersArgs = { +export type polygon_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_DestinationTransfer_filter = { +export type polygon_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136602,16 +134391,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; @@ -136620,17 +134409,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; @@ -136655,40 +134444,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; @@ -136705,16 +134494,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; @@ -136731,16 +134520,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; @@ -136761,7 +134550,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; @@ -136778,26 +134567,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; @@ -136830,16 +134619,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; @@ -136848,26 +134637,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; @@ -136900,16 +134689,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; @@ -136919,12 +134708,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 polygon_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -136973,14 +134762,14 @@ export type stagingoptimism_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingoptimism_OptimisticRootFinalized = { +export type polygon_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimism_Bytes']; + aggregateRoot: Scalars['polygon_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingoptimism_OptimisticRootFinalized_filter = { +export type polygon_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136989,16 +134778,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; @@ -137016,36 +134805,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 polygon_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingoptimism_OrderDirection = +export type polygon_OrderDirection = | 'asc' | 'desc'; -export type stagingoptimism_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 stagingoptimism_OriginMessage_filter = { +export type polygon_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137054,16 +134843,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; @@ -137072,16 +134861,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; @@ -137090,36 +134879,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; @@ -137148,14 +134937,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 polygon_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -137169,51 +134958,51 @@ export type stagingoptimism_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingoptimism_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 stagingoptimism_OriginTransferrelayerFeesArgs = { +export type polygon_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_OriginTransfer_filter = { +export type polygon_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137230,16 +135019,16 @@ export type stagingoptimism_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -137248,20 +135037,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; @@ -137286,40 +135075,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; @@ -137328,16 +135117,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; @@ -137354,16 +135143,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; @@ -137384,17 +135173,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; @@ -137415,7 +135204,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; @@ -137430,37 +135219,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; @@ -137493,16 +135282,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; @@ -137512,12 +135301,12 @@ export type stagingoptimism_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_OriginTransfer_orderBy = +export type polygon_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -137569,20 +135358,20 @@ export type stagingoptimism_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingoptimism_Relayer = { +export type polygon_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingoptimism_RelayerFee = { +export type polygon_RelayerFee = { id: Scalars['ID']; - transfer: stagingoptimism_OriginTransfer; + transfer: polygon_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingoptimism_Bytes']; + asset: Scalars['polygon_Bytes']; }; -export type stagingoptimism_RelayerFee_filter = { +export type polygon_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137611,7 +135400,7 @@ export type stagingoptimism_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -137620,23 +135409,23 @@ export type stagingoptimism_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RelayerFee_orderBy = +export type polygon_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -137671,20 +135460,20 @@ export type stagingoptimism_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingoptimism_RelayerFeesIncrease = { +export type polygon_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingoptimism_OriginTransfer; + transfer: polygon_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingoptimism_Bytes']; - transactionHash: Scalars['stagingoptimism_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 stagingoptimism_RelayerFeesIncrease_filter = { +export type polygon_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137713,7 +135502,7 @@ export type stagingoptimism_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -137722,36 +135511,36 @@ export type stagingoptimism_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -137785,12 +135574,12 @@ export type stagingoptimism_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RelayerFeesIncrease_orderBy = +export type polygon_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -137831,7 +135620,7 @@ export type stagingoptimism_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimism_Relayer_filter = { +export type polygon_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137844,33 +135633,33 @@ export type stagingoptimism_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_Relayer_orderBy = +export type polygon_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingoptimism_RootCount = { +export type polygon_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingoptimism_RootCount_filter = { +export type polygon_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137888,30 +135677,30 @@ export type stagingoptimism_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RootCount_orderBy = +export type polygon_RootCount_orderBy = | 'id' | 'count'; -export type stagingoptimism_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 stagingoptimism_RootMessageSent_filter = { +export type polygon_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137936,16 +135725,16 @@ export type stagingoptimism_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -137954,26 +135743,26 @@ export type stagingoptimism_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -138007,12 +135796,12 @@ export type stagingoptimism_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RootMessageSent_orderBy = +export type polygon_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -138025,34 +135814,34 @@ export type stagingoptimism_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimism_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 stagingoptimism_RouterassetBalancesArgs = { +export type polygon_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_RouterDailyTVL = { +export type polygon_RouterDailyTVL = { id: Scalars['ID']; - router: stagingoptimism_Router; - asset: stagingoptimism_Asset; + router: polygon_Router; + asset: polygon_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingoptimism_RouterDailyTVL_filter = { +export type polygon_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138081,7 +135870,7 @@ export type stagingoptimism_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -138102,7 +135891,7 @@ export type stagingoptimism_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -138120,12 +135909,12 @@ export type stagingoptimism_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RouterDailyTVL_orderBy = +export type polygon_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -138147,25 +135936,25 @@ export type stagingoptimism_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingoptimism_RouterLiquidityEvent = { +export type polygon_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingoptimism_Router; - asset: stagingoptimism_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['stagingoptimism_Bytes']; + transactionHash: Scalars['polygon_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingoptimism_RouterLiquidityEventType = +export type polygon_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingoptimism_RouterLiquidityEvent_filter = { +export type polygon_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138174,10 +135963,10 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -138198,7 +135987,7 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -138219,7 +136008,7 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -138236,16 +136025,16 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -138262,16 +136051,16 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -138281,12 +136070,12 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RouterLiquidityEvent_orderBy = +export type polygon_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -138314,7 +136103,7 @@ export type stagingoptimism_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingoptimism_Router_filter = { +export type polygon_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138327,36 +136116,36 @@ export type stagingoptimism_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -138365,14 +136154,14 @@ export type stagingoptimism_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_Router_orderBy = +export type polygon_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -138381,13 +136170,13 @@ export type stagingoptimism_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingoptimism_Sequencer = { +export type polygon_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingoptimism_Sequencer_filter = { +export type polygon_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138400,34 +136189,34 @@ export type stagingoptimism_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_Sequencer_orderBy = +export type polygon_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingoptimism_Setting = { +export type polygon_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingoptimism_Bytes']; + caller: Scalars['polygon_Bytes']; }; -export type stagingoptimism_Setting_filter = { +export type polygon_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138444,40 +136233,40 @@ export type stagingoptimism_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_Setting_orderBy = +export type polygon_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingoptimism_SlippageUpdate = { +export type polygon_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingoptimism_DestinationTransfer; + transfer: polygon_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingoptimism_Bytes']; - transactionHash: Scalars['stagingoptimism_Bytes']; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_SlippageUpdate_filter = { +export type polygon_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138506,7 +136295,7 @@ export type stagingoptimism_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -138515,26 +136304,26 @@ export type stagingoptimism_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -138568,12 +136357,12 @@ export type stagingoptimism_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_SlippageUpdate_orderBy = +export type polygon_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -138620,16 +136409,16 @@ export type stagingoptimism_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimism_SnapshotRoot = { +export type polygon_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingoptimism_Bytes']; + root: Scalars['polygon_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_SnapshotRoot_filter = { +export type polygon_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138646,16 +136435,16 @@ export type stagingoptimism_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -138681,12 +136470,12 @@ export type stagingoptimism_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_SnapshotRoot_orderBy = +export type polygon_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -138694,12 +136483,12 @@ export type stagingoptimism_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingoptimism_SpokeConnectorMode = { +export type polygon_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingoptimism_SpokeConnectorMode_filter = { +export type polygon_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138729,35 +136518,33 @@ export type stagingoptimism_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_SpokeConnectorMode_orderBy = +export type polygon_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingoptimism_TransferStatus = +export type polygon_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingoptimism__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 stagingoptimism__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 @@ -138765,22 +136552,22 @@ export type stagingoptimism__Meta_ = { * and therefore asks for the latest block * */ - block: stagingoptimism__Block_; + block: polygon__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type localoptimism_AggregateRoot = { +export type goerli_AggregateRoot = { id: Scalars['ID']; - root: Scalars['localoptimism_Bytes']; + root: Scalars['goerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type localoptimism_AggregateRootProposed = { +export type goerli_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['localoptimism_Bytes']; + aggregateRoot: Scalars['goerli_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -138788,7 +136575,7 @@ export type localoptimism_AggregateRootProposed = { blockNumber?: Maybe; }; -export type localoptimism_AggregateRootProposed_filter = { +export type goerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138797,16 +136584,16 @@ export type localoptimism_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -138848,12 +136635,12 @@ export type localoptimism_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 localoptimism_AggregateRootProposed_orderBy = +export type goerli_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -138862,7 +136649,7 @@ export type localoptimism_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type localoptimism_AggregateRoot_filter = { +export type goerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138871,16 +136658,16 @@ export type localoptimism_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -138890,45 +136677,41 @@ export type localoptimism_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_AggregateRoot_orderBy = +export type goerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type localoptimism_Aggregation_interval = - | 'hour' - | 'day'; - -export type localoptimism_Asset = { +export type goerli_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 localoptimism_AssetBalance = { +export type goerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: localoptimism_Router; - asset: localoptimism_Asset; + router: goerli_Router; + asset: goerli_Asset; feesEarned: Scalars['BigInt']; }; -export type localoptimism_AssetBalance_filter = { +export type goerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138989,7 +136772,7 @@ export type localoptimism_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -139010,7 +136793,7 @@ export type localoptimism_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -139020,12 +136803,12 @@ export type localoptimism_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_AssetBalance_orderBy = +export type goerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -139050,12 +136833,12 @@ export type localoptimism_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type localoptimism_AssetStatus = { +export type goerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type localoptimism_AssetStatus_filter = { +export type goerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139069,16 +136852,16 @@ export type localoptimism_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_AssetStatus_orderBy = +export type goerli_AssetStatus_orderBy = | 'id' | 'status'; -export type localoptimism_Asset_filter = { +export type goerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139087,16 +136870,16 @@ export type localoptimism_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -139113,16 +136896,16 @@ export type localoptimism_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; @@ -139131,26 +136914,26 @@ export type localoptimism_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -139179,14 +136962,14 @@ export type localoptimism_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Asset_orderBy = +export type goerli_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -139200,26 +136983,16 @@ export type localoptimism_Asset_orderBy = | 'status__id' | 'status__status'; -export type localoptimism_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type localoptimism_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type localoptimism_ConnectorMeta = { +export type goerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type localoptimism_ConnectorMeta_filter = { +export type goerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139244,43 +137017,43 @@ export type localoptimism_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_ConnectorMeta_orderBy = +export type goerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -139288,57 +137061,57 @@ export type localoptimism_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localoptimism_DestinationTransfer = { +export type goerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type localoptimism_DestinationTransferroutersArgs = { +export type goerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localoptimism_DestinationTransfer_filter = { +export type goerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139355,16 +137128,16 @@ export type localoptimism_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -139373,17 +137146,17 @@ export type localoptimism_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -139408,40 +137181,40 @@ export type localoptimism_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -139458,16 +137231,16 @@ export type localoptimism_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -139484,16 +137257,16 @@ export type localoptimism_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -139514,7 +137287,7 @@ export type localoptimism_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -139531,26 +137304,26 @@ export type localoptimism_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -139583,16 +137356,16 @@ export type localoptimism_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -139601,26 +137374,26 @@ export type localoptimism_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -139653,16 +137426,16 @@ export type localoptimism_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -139672,12 +137445,12 @@ export type localoptimism_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_DestinationTransfer_orderBy = +export type goerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -139726,14 +137499,14 @@ export type localoptimism_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type localoptimism_OptimisticRootFinalized = { +export type goerli_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['localoptimism_Bytes']; + aggregateRoot: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type localoptimism_OptimisticRootFinalized_filter = { +export type goerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139742,16 +137515,16 @@ export type localoptimism_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -139769,36 +137542,31 @@ export type localoptimism_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 localoptimism_OptimisticRootFinalized_orderBy = +export type goerli_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type localoptimism_OrderDirection = - | 'asc' - | 'desc'; - -export type localoptimism_OriginMessage = { +export type goerli_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type localoptimism_OriginMessage_filter = { +export type goerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139807,16 +137575,16 @@ export type localoptimism_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -139825,16 +137593,16 @@ export type localoptimism_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -139843,36 +137611,36 @@ export type localoptimism_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -139901,14 +137669,14 @@ export type localoptimism_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_OriginMessage_orderBy = +export type goerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -139922,51 +137690,51 @@ export type localoptimism_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type localoptimism_OriginTransfer = { +export type goerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type localoptimism_OriginTransferrelayerFeesArgs = { +export type goerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localoptimism_OriginTransfer_filter = { +export type goerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139983,16 +137751,16 @@ export type localoptimism_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -140001,20 +137769,20 @@ export type localoptimism_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -140039,40 +137807,40 @@ export type localoptimism_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -140081,16 +137849,16 @@ export type localoptimism_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -140107,16 +137875,16 @@ export type localoptimism_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -140137,17 +137905,17 @@ export type localoptimism_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -140168,7 +137936,7 @@ export type localoptimism_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -140183,37 +137951,37 @@ export type localoptimism_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -140246,16 +138014,16 @@ export type localoptimism_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -140265,12 +138033,12 @@ export type localoptimism_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_OriginTransfer_orderBy = +export type goerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -140322,20 +138090,20 @@ export type localoptimism_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type localoptimism_Relayer = { +export type goerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type localoptimism_RelayerFee = { +export type goerli_RelayerFee = { id: Scalars['ID']; - transfer: localoptimism_OriginTransfer; + transfer: goerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['localoptimism_Bytes']; + asset: Scalars['goerli_Bytes']; }; -export type localoptimism_RelayerFee_filter = { +export type goerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140364,7 +138132,7 @@ export type localoptimism_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -140373,23 +138141,23 @@ export type localoptimism_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RelayerFee_orderBy = +export type goerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -140424,20 +138192,20 @@ export type localoptimism_RelayerFee_orderBy = | 'fee' | 'asset'; -export type localoptimism_RelayerFeesIncrease = { +export type goerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: localoptimism_OriginTransfer; + transfer: goerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['localoptimism_Bytes']; - transactionHash: Scalars['localoptimism_Bytes']; + asset?: Maybe; + caller: Scalars['goerli_Bytes']; + transactionHash: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localoptimism_RelayerFeesIncrease_filter = { +export type goerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140466,7 +138234,7 @@ export type localoptimism_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -140475,36 +138243,36 @@ export type localoptimism_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -140538,12 +138306,12 @@ export type localoptimism_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RelayerFeesIncrease_orderBy = +export type goerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -140584,7 +138352,7 @@ export type localoptimism_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type localoptimism_Relayer_filter = { +export type goerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140597,33 +138365,33 @@ export type localoptimism_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Relayer_orderBy = +export type goerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type localoptimism_RootCount = { +export type goerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type localoptimism_RootCount_filter = { +export type goerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140641,30 +138409,30 @@ export type localoptimism_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RootCount_orderBy = +export type goerli_RootCount_orderBy = | 'id' | 'count'; -export type localoptimism_RootMessageSent = { +export type goerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type localoptimism_RootMessageSent_filter = { +export type goerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140689,16 +138457,16 @@ export type localoptimism_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -140707,26 +138475,26 @@ export type localoptimism_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -140760,12 +138528,12 @@ export type localoptimism_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RootMessageSent_orderBy = +export type goerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -140778,34 +138546,34 @@ export type localoptimism_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type localoptimism_Router = { +export type goerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type localoptimism_RouterassetBalancesArgs = { +export type goerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localoptimism_RouterDailyTVL = { +export type goerli_RouterDailyTVL = { id: Scalars['ID']; - router: localoptimism_Router; - asset: localoptimism_Asset; + router: goerli_Router; + asset: goerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type localoptimism_RouterDailyTVL_filter = { +export type goerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140834,7 +138602,7 @@ export type localoptimism_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -140855,7 +138623,7 @@ export type localoptimism_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -140873,12 +138641,12 @@ export type localoptimism_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RouterDailyTVL_orderBy = +export type goerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -140900,25 +138668,25 @@ export type localoptimism_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type localoptimism_RouterLiquidityEvent = { +export type goerli_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: localoptimism_Router; - asset: localoptimism_Asset; + type?: Maybe; + router: goerli_Router; + asset: goerli_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['localoptimism_Bytes']; + transactionHash: Scalars['goerli_Bytes']; nonce: Scalars['BigInt']; }; -export type localoptimism_RouterLiquidityEventType = +export type goerli_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type localoptimism_RouterLiquidityEvent_filter = { +export type goerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140927,10 +138695,10 @@ export type localoptimism_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; @@ -140951,7 +138719,7 @@ export type localoptimism_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; @@ -140972,7 +138740,7 @@ export type localoptimism_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; @@ -140989,16 +138757,16 @@ export type localoptimism_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; @@ -141015,16 +138783,16 @@ export type localoptimism_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; @@ -141034,12 +138802,12 @@ export type localoptimism_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 localoptimism_RouterLiquidityEvent_orderBy = +export type goerli_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -141067,7 +138835,7 @@ export type localoptimism_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type localoptimism_Router_filter = { +export type goerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141080,36 +138848,36 @@ export type localoptimism_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -141118,14 +138886,14 @@ export type localoptimism_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Router_orderBy = +export type goerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -141134,13 +138902,13 @@ export type localoptimism_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type localoptimism_Sequencer = { +export type goerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type localoptimism_Sequencer_filter = { +export type goerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141153,34 +138921,34 @@ export type localoptimism_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Sequencer_orderBy = +export type goerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type localoptimism_Setting = { +export type goerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localoptimism_Bytes']; + caller: Scalars['goerli_Bytes']; }; -export type localoptimism_Setting_filter = { +export type goerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141197,40 +138965,40 @@ export type localoptimism_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Setting_orderBy = +export type goerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type localoptimism_SlippageUpdate = { +export type goerli_SlippageUpdate = { id: Scalars['ID']; - transfer: localoptimism_DestinationTransfer; + transfer: goerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['localoptimism_Bytes']; - transactionHash: Scalars['localoptimism_Bytes']; + caller: Scalars['goerli_Bytes']; + transactionHash: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localoptimism_SlippageUpdate_filter = { +export type goerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141259,7 +139027,7 @@ export type localoptimism_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -141268,26 +139036,26 @@ export type localoptimism_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -141321,12 +139089,12 @@ export type localoptimism_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_SlippageUpdate_orderBy = +export type goerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -141373,16 +139141,16 @@ export type localoptimism_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type localoptimism_SnapshotRoot = { +export type goerli_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['localoptimism_Bytes']; + root: Scalars['goerli_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localoptimism_SnapshotRoot_filter = { +export type goerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141399,16 +139167,16 @@ export type localoptimism_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -141434,12 +139202,12 @@ export type localoptimism_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_SnapshotRoot_orderBy = +export type goerli_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -141447,12 +139215,12 @@ export type localoptimism_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type localoptimism_SpokeConnectorMode = { +export type goerli_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type localoptimism_SpokeConnectorMode_filter = { +export type goerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141482,58 +139250,31 @@ export type localoptimism_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 localoptimism_SpokeConnectorMode_orderBy = +export type goerli_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type localoptimism_TransferStatus = +export type goerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type localoptimism__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type localoptimism__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: localoptimism__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type linea_AggregateRoot = { +export type mumbai_AggregateRoot = { id: Scalars['ID']; - root: Scalars['linea_Bytes']; + root: Scalars['mumbai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type linea_AggregateRootProposed = { +export type mumbai_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['linea_Bytes']; + aggregateRoot: Scalars['mumbai_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -141541,7 +139282,7 @@ export type linea_AggregateRootProposed = { blockNumber?: Maybe; }; -export type linea_AggregateRootProposed_filter = { +export type mumbai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141550,12 +139291,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; @@ -141597,10 +139342,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 mumbai_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -141609,7 +139356,7 @@ export type linea_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type linea_AggregateRoot_filter = { +export type mumbai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141618,12 +139365,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; @@ -141633,39 +139384,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 mumbai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type linea_Asset = { +export type mumbai_Aggregation_interval = + | 'hour' + | 'day'; + +export type mumbai_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 mumbai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: linea_Router; - asset: linea_Asset; + router: mumbai_Router; + asset: mumbai_Asset; feesEarned: Scalars['BigInt']; }; -export type linea_AssetBalance_filter = { +export type mumbai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141726,7 +139483,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; @@ -141747,7 +139504,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; @@ -141757,25 +139514,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 mumbai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'feesEarned'; -export type linea_AssetStatus = { +export type mumbai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type linea_AssetStatus_filter = { +export type mumbai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141789,14 +139563,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 mumbai_AssetStatus_orderBy = | 'id' | 'status'; -export type linea_Asset_filter = { +export type mumbai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141805,12 +139581,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; @@ -141827,12 +139607,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; @@ -141841,18 +139625,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; @@ -141881,12 +139673,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 mumbai_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -141896,28 +139690,30 @@ export type linea_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status'; + | 'status' + | 'status__id' + | 'status__status'; -export type linea_BlockChangedFilter = { +export type mumbai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type linea_Block_height = { - hash?: InputMaybe; +export type mumbai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type linea_ConnectorMeta = { +export type mumbai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type linea_ConnectorMeta_filter = { +export type mumbai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141942,29 +139738,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 mumbai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -141972,57 +139782,57 @@ export type linea_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type linea_DestinationTransfer = { +export type mumbai_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type linea_DestinationTransferroutersArgs = { +export type mumbai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_DestinationTransfer_filter = { +export type mumbai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142039,12 +139849,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; @@ -142053,17 +139867,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; @@ -142088,28 +139902,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; @@ -142126,12 +139952,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; @@ -142148,12 +139978,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; @@ -142174,7 +140008,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; @@ -142191,18 +140025,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; @@ -142235,12 +140077,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; @@ -142249,18 +140095,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; @@ -142293,12 +140147,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; @@ -142308,10 +140166,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 mumbai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -142332,6 +140192,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' @@ -142351,14 +140220,14 @@ export type linea_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type linea_OptimisticRootFinalized = { +export type mumbai_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['linea_Bytes']; + aggregateRoot: Scalars['mumbai_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type linea_OptimisticRootFinalized_filter = { +export type mumbai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142367,12 +140236,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; @@ -142390,34 +140263,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 mumbai_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type linea_OrderDirection = +export type mumbai_OrderDirection = | 'asc' | 'desc'; -export type linea_OriginMessage = { +export type mumbai_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type linea_OriginMessage_filter = { +export type mumbai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142426,12 +140301,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; @@ -142440,12 +140319,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; @@ -142454,24 +140337,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; @@ -142500,12 +140395,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 mumbai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -142515,53 +140412,55 @@ export type linea_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount'; + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type linea_OriginTransfer = { +export type mumbai_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type linea_OriginTransferrelayerFeesArgs = { +export type mumbai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_OriginTransfer_filter = { +export type mumbai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142578,12 +140477,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; @@ -142592,16 +140495,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; @@ -142626,28 +140533,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; @@ -142656,12 +140575,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; @@ -142678,12 +140601,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; @@ -142704,13 +140631,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; @@ -142731,7 +140662,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; @@ -142746,25 +140677,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; @@ -142797,12 +140740,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; @@ -142812,10 +140759,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 mumbai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -142835,8 +140784,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' @@ -142849,20 +140816,20 @@ export type linea_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type linea_Relayer = { +export type mumbai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type linea_RelayerFee = { +export type mumbai_RelayerFee = { id: Scalars['ID']; - transfer: linea_OriginTransfer; + transfer: mumbai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['linea_Bytes']; + asset: Scalars['mumbai_Bytes']; }; -export type linea_RelayerFee_filter = { +export type mumbai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142891,7 +140858,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; @@ -142900,36 +140867,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 mumbai_RelayerFee_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'fee' | 'asset'; -export type linea_RelayerFeesIncrease = { +export type mumbai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: linea_OriginTransfer; + transfer: mumbai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + asset?: Maybe; + caller: Scalars['mumbai_Bytes']; + transactionHash: Scalars['mumbai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type linea_RelayerFeesIncrease_filter = { +export type mumbai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142958,7 +140960,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; @@ -142967,24 +140969,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; @@ -143018,12 +141032,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 mumbai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -143033,7 +141078,7 @@ export type linea_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_Relayer_filter = { +export type mumbai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143046,27 +141091,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 mumbai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type linea_RootCount = { +export type mumbai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type linea_RootCount_filter = { +export type mumbai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143084,28 +141135,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 mumbai_RootCount_orderBy = | 'id' | 'count'; -export type linea_RootMessageSent = { +export type mumbai_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type linea_RootMessageSent_filter = { +export type mumbai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143130,12 +141183,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; @@ -143144,18 +141201,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; @@ -143189,10 +141254,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 mumbai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -143205,34 +141272,34 @@ export type linea_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_Router = { +export type mumbai_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type linea_RouterassetBalancesArgs = { +export type mumbai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_RouterDailyTVL = { +export type mumbai_RouterDailyTVL = { id: Scalars['ID']; - router: linea_Router; - asset: linea_Asset; + router: mumbai_Router; + asset: mumbai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type linea_RouterDailyTVL_filter = { +export type mumbai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143261,7 +141328,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; @@ -143282,7 +141349,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; @@ -143300,35 +141367,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 mumbai_RouterDailyTVL_orderBy = | 'id' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type linea_RouterLiquidityEvent = { +export type mumbai_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: linea_Router; - asset: linea_Asset; + type?: Maybe; + router: mumbai_Router; + asset: mumbai_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['linea_Bytes']; + transactionHash: Scalars['mumbai_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_RouterLiquidityEventType = +export type mumbai_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type linea_RouterLiquidityEvent_filter = { +export type mumbai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143337,10 +141421,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; @@ -143361,7 +141445,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; @@ -143382,7 +141466,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; @@ -143399,12 +141483,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; @@ -143421,12 +141509,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; @@ -143436,14 +141528,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 mumbai_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'amount' | 'balance' | 'caller' @@ -143452,7 +141561,7 @@ export type linea_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type linea_Router_filter = { +export type mumbai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143465,24 +141574,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; @@ -143491,12 +141612,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 mumbai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -143505,13 +141628,13 @@ export type linea_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type linea_Sequencer = { +export type mumbai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type linea_Sequencer_filter = { +export type mumbai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143524,28 +141647,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 mumbai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type linea_Setting = { +export type mumbai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; + caller: Scalars['mumbai_Bytes']; }; -export type linea_Setting_filter = { +export type mumbai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143562,34 +141691,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 mumbai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type linea_SlippageUpdate = { +export type mumbai_SlippageUpdate = { id: Scalars['ID']; - transfer: linea_DestinationTransfer; + transfer: mumbai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + caller: Scalars['mumbai_Bytes']; + transactionHash: Scalars['mumbai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type linea_SlippageUpdate_filter = { +export type mumbai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143618,7 +141753,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; @@ -143627,26 +141762,34 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; gasPrice?: InputMaybe; gasPrice_not?: InputMaybe; gasPrice_gt?: InputMaybe; @@ -143672,12 +141815,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 mumbai_SlippageUpdate_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -143686,16 +141867,16 @@ export type linea_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_SnapshotRoot = { +export type mumbai_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['linea_Bytes']; + root: Scalars['mumbai_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type linea_SnapshotRoot_filter = { +export type mumbai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143712,12 +141893,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; @@ -143743,10 +141928,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 mumbai_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -143754,12 +141941,12 @@ export type linea_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type linea_SpokeConnectorMode = { +export type mumbai_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type linea_SpokeConnectorMode_filter = { +export type mumbai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143789,31 +141976,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 mumbai_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type linea_TransferStatus = +export type mumbai_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type linea__Block_ = { +export type mumbai__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 mumbai__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -143821,22 +142012,22 @@ export type linea__Meta_ = { * and therefore asks for the latest block * */ - block: linea__Block_; + block: mumbai__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type localmainnet_AggregateRoot = { +export type staginggoerli_AggregateRoot = { id: Scalars['ID']; - root: Scalars['localmainnet_Bytes']; + root: Scalars['staginggoerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_AggregateRootProposed = { +export type staginggoerli_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; + aggregateRoot: Scalars['staginggoerli_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -143844,7 +142035,7 @@ export type localmainnet_AggregateRootProposed = { blockNumber?: Maybe; }; -export type localmainnet_AggregateRootProposed_filter = { +export type staginggoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143853,16 +142044,16 @@ export type localmainnet_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -143904,12 +142095,12 @@ export type localmainnet_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AggregateRootProposed_orderBy = +export type staginggoerli_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -143918,7 +142109,7 @@ export type localmainnet_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type localmainnet_AggregateRoot_filter = { +export type staginggoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143927,16 +142118,16 @@ export type localmainnet_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -143946,41 +142137,41 @@ export type localmainnet_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AggregateRoot_orderBy = +export type staginggoerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type localmainnet_Asset = { +export type staginggoerli_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 localmainnet_AssetBalance = { +export type staginggoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: localmainnet_Router; - asset: localmainnet_Asset; + router: staginggoerli_Router; + asset: staginggoerli_Asset; feesEarned: Scalars['BigInt']; }; -export type localmainnet_AssetBalance_filter = { +export type staginggoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144041,7 +142232,7 @@ export type localmainnet_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -144062,7 +142253,7 @@ export type localmainnet_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -144072,12 +142263,12 @@ export type localmainnet_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AssetBalance_orderBy = +export type staginggoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -144102,12 +142293,12 @@ export type localmainnet_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type localmainnet_AssetStatus = { +export type staginggoerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type localmainnet_AssetStatus_filter = { +export type staginggoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144121,16 +142312,16 @@ export type localmainnet_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AssetStatus_orderBy = +export type staginggoerli_AssetStatus_orderBy = | 'id' | 'status'; -export type localmainnet_Asset_filter = { +export type staginggoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144139,16 +142330,16 @@ export type localmainnet_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -144165,16 +142356,16 @@ export type localmainnet_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; @@ -144183,26 +142374,26 @@ export type localmainnet_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -144231,14 +142422,14 @@ export type localmainnet_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_Asset_orderBy = +export type staginggoerli_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -144252,16 +142443,16 @@ export type localmainnet_Asset_orderBy = | 'status__id' | 'status__status'; -export type localmainnet_ConnectorMeta = { +export type staginggoerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type localmainnet_ConnectorMeta_filter = { +export type staginggoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144286,43 +142477,43 @@ export type localmainnet_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_ConnectorMeta_orderBy = +export type staginggoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -144330,57 +142521,57 @@ export type localmainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localmainnet_DestinationTransfer = { +export type staginggoerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type localmainnet_DestinationTransferroutersArgs = { +export type staginggoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_DestinationTransfer_filter = { +export type staginggoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144397,16 +142588,16 @@ export type localmainnet_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -144415,17 +142606,17 @@ export type localmainnet_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -144450,40 +142641,40 @@ export type localmainnet_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -144500,16 +142691,16 @@ export type localmainnet_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -144526,16 +142717,16 @@ export type localmainnet_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -144556,7 +142747,7 @@ export type localmainnet_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -144573,26 +142764,26 @@ export type localmainnet_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -144625,16 +142816,16 @@ export type localmainnet_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -144643,26 +142834,26 @@ export type localmainnet_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -144695,16 +142886,16 @@ export type localmainnet_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -144714,12 +142905,12 @@ export type localmainnet_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_DestinationTransfer_orderBy = +export type staginggoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -144768,14 +142959,14 @@ export type localmainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type localmainnet_OptimisticRootFinalized = { +export type staginggoerli_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; + aggregateRoot: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type localmainnet_OptimisticRootFinalized_filter = { +export type staginggoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144784,16 +142975,16 @@ export type localmainnet_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -144811,31 +143002,31 @@ export type localmainnet_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimisticRootFinalized_orderBy = +export type staginggoerli_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type localmainnet_OriginMessage = { +export type staginggoerli_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type localmainnet_OriginMessage_filter = { +export type staginggoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144844,16 +143035,16 @@ export type localmainnet_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -144862,16 +143053,16 @@ export type localmainnet_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -144880,36 +143071,36 @@ export type localmainnet_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -144938,14 +143129,14 @@ export type localmainnet_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OriginMessage_orderBy = +export type staginggoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -144959,51 +143150,51 @@ export type localmainnet_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type localmainnet_OriginTransfer = { +export type staginggoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type localmainnet_OriginTransferrelayerFeesArgs = { +export type staginggoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_OriginTransfer_filter = { +export type staginggoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145020,16 +143211,16 @@ export type localmainnet_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -145038,20 +143229,20 @@ export type localmainnet_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -145076,40 +143267,40 @@ export type localmainnet_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: 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; @@ -145118,16 +143309,16 @@ export type localmainnet_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -145144,16 +143335,16 @@ export type localmainnet_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -145174,17 +143365,17 @@ export type localmainnet_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -145205,7 +143396,7 @@ export type localmainnet_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -145220,37 +143411,37 @@ export type localmainnet_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -145283,16 +143474,16 @@ export type localmainnet_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -145302,12 +143493,12 @@ export type localmainnet_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OriginTransfer_orderBy = +export type staginggoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -145359,20 +143550,20 @@ export type localmainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type localmainnet_Relayer = { +export type staginggoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type localmainnet_RelayerFee = { +export type staginggoerli_RelayerFee = { id: Scalars['ID']; - transfer: localmainnet_OriginTransfer; + transfer: staginggoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['localmainnet_Bytes']; + asset: Scalars['staginggoerli_Bytes']; }; -export type localmainnet_RelayerFee_filter = { +export type staginggoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145401,7 +143592,7 @@ export type localmainnet_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -145410,23 +143601,23 @@ export type localmainnet_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RelayerFee_orderBy = +export type staginggoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -145461,20 +143652,20 @@ export type localmainnet_RelayerFee_orderBy = | 'fee' | 'asset'; -export type localmainnet_RelayerFeesIncrease = { +export type staginggoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: localmainnet_OriginTransfer; + transfer: staginggoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['localmainnet_Bytes']; - transactionHash: Scalars['localmainnet_Bytes']; + asset?: Maybe; + caller: Scalars['staginggoerli_Bytes']; + transactionHash: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_RelayerFeesIncrease_filter = { +export type staginggoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145503,7 +143694,7 @@ export type localmainnet_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -145512,36 +143703,36 @@ export type localmainnet_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -145575,12 +143766,12 @@ export type localmainnet_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RelayerFeesIncrease_orderBy = +export type staginggoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -145621,7 +143812,7 @@ export type localmainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type localmainnet_Relayer_filter = { +export type staginggoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145634,33 +143825,33 @@ export type localmainnet_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_Relayer_orderBy = +export type staginggoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type localmainnet_RootCount = { +export type staginggoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type localmainnet_RootCount_filter = { +export type staginggoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145678,30 +143869,30 @@ export type localmainnet_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootCount_orderBy = +export type staginggoerli_RootCount_orderBy = | 'id' | 'count'; -export type localmainnet_RootMessageSent = { +export type staginggoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type localmainnet_RootMessageSent_filter = { +export type staginggoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145726,16 +143917,16 @@ export type localmainnet_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -145744,26 +143935,26 @@ export type localmainnet_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -145797,12 +143988,12 @@ export type localmainnet_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootMessageSent_orderBy = +export type staginggoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -145815,34 +144006,34 @@ export type localmainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type localmainnet_Router = { +export type staginggoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type localmainnet_RouterassetBalancesArgs = { +export type staginggoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_RouterDailyTVL = { +export type staginggoerli_RouterDailyTVL = { id: Scalars['ID']; - router: localmainnet_Router; - asset: localmainnet_Asset; + router: staginggoerli_Router; + asset: staginggoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type localmainnet_RouterDailyTVL_filter = { +export type staginggoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145871,7 +144062,7 @@ export type localmainnet_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -145892,7 +144083,7 @@ export type localmainnet_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -145910,12 +144101,12 @@ export type localmainnet_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RouterDailyTVL_orderBy = +export type staginggoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -145937,25 +144128,25 @@ export type localmainnet_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type localmainnet_RouterLiquidityEvent = { +export type staginggoerli_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: localmainnet_Router; - asset: localmainnet_Asset; + type?: Maybe; + router: staginggoerli_Router; + asset: staginggoerli_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['localmainnet_Bytes']; + transactionHash: Scalars['staginggoerli_Bytes']; nonce: Scalars['BigInt']; }; -export type localmainnet_RouterLiquidityEventType = +export type staginggoerli_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type localmainnet_RouterLiquidityEvent_filter = { +export type staginggoerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145964,10 +144155,10 @@ export type localmainnet_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; @@ -145988,7 +144179,7 @@ export type localmainnet_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; @@ -146009,7 +144200,7 @@ export type localmainnet_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; @@ -146026,16 +144217,16 @@ export type localmainnet_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; @@ -146052,16 +144243,16 @@ export type localmainnet_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; @@ -146071,12 +144262,12 @@ export type localmainnet_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 localmainnet_RouterLiquidityEvent_orderBy = +export type staginggoerli_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -146104,7 +144295,7 @@ export type localmainnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type localmainnet_Router_filter = { +export type staginggoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146117,36 +144308,36 @@ export type localmainnet_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + 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; @@ -146155,14 +144346,14 @@ export type localmainnet_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 localmainnet_Router_orderBy = +export type staginggoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -146171,13 +144362,13 @@ export type localmainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type localmainnet_Sequencer = { +export type staginggoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type localmainnet_Sequencer_filter = { +export type staginggoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146190,34 +144381,34 @@ export type localmainnet_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_Sequencer_orderBy = +export type staginggoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type localmainnet_Setting = { +export type staginggoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localmainnet_Bytes']; + caller: Scalars['staginggoerli_Bytes']; }; -export type localmainnet_Setting_filter = { +export type staginggoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146234,40 +144425,40 @@ export type localmainnet_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_Setting_orderBy = +export type staginggoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type localmainnet_SlippageUpdate = { +export type staginggoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: localmainnet_DestinationTransfer; + transfer: staginggoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['localmainnet_Bytes']; - transactionHash: Scalars['localmainnet_Bytes']; + caller: Scalars['staginggoerli_Bytes']; + transactionHash: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_SlippageUpdate_filter = { +export type staginggoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146296,7 +144487,7 @@ export type localmainnet_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -146305,26 +144496,26 @@ export type localmainnet_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -146358,12 +144549,12 @@ export type localmainnet_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_SlippageUpdate_orderBy = +export type staginggoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -146410,16 +144601,16 @@ export type localmainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type localmainnet_SnapshotRoot = { +export type staginggoerli_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['localmainnet_Bytes']; + root: Scalars['staginggoerli_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_SnapshotRoot_filter = { +export type staginggoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146436,16 +144627,16 @@ export type localmainnet_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -146471,12 +144662,12 @@ export type localmainnet_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_SnapshotRoot_orderBy = +export type staginggoerli_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -146484,12 +144675,12 @@ export type localmainnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type localmainnet_SpokeConnectorMode = { +export type staginggoerli_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type localmainnet_SpokeConnectorMode_filter = { +export type staginggoerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146519,31 +144710,31 @@ export type localmainnet_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_SpokeConnectorMode_orderBy = +export type staginggoerli_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type localmainnet_TransferStatus = +export type staginggoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type metis_AggregateRoot = { +export type stagingoptimism_AggregateRoot = { id: Scalars['ID']; - root: Scalars['metis_Bytes']; + root: Scalars['stagingoptimism_Bytes']; blockNumber: Scalars['BigInt']; }; -export type metis_AggregateRootProposed = { +export type stagingoptimism_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['metis_Bytes']; + aggregateRoot: Scalars['stagingoptimism_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -146551,7 +144742,7 @@ export type metis_AggregateRootProposed = { blockNumber?: Maybe; }; -export type metis_AggregateRootProposed_filter = { +export type stagingoptimism_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146560,16 +144751,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; @@ -146611,12 +144802,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 stagingoptimism_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -146625,7 +144816,7 @@ export type metis_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type metis_AggregateRoot_filter = { +export type stagingoptimism_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146634,16 +144825,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; @@ -146653,41 +144844,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 stagingoptimism_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type metis_Asset = { +export type stagingoptimism_Aggregation_interval = + | 'hour' + | 'day'; + +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 metis_AssetBalance = { +export type stagingoptimism_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: metis_Router; - asset: metis_Asset; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; feesEarned: Scalars['BigInt']; }; -export type metis_AssetBalance_filter = { +export type stagingoptimism_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146748,7 +144943,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; @@ -146769,7 +144964,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; @@ -146779,12 +144974,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 stagingoptimism_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -146809,12 +145004,12 @@ export type metis_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type metis_AssetStatus = { +export type stagingoptimism_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type metis_AssetStatus_filter = { +export type stagingoptimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146828,16 +145023,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 stagingoptimism_AssetStatus_orderBy = | 'id' | 'status'; -export type metis_Asset_filter = { +export type stagingoptimism_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146846,16 +145041,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; @@ -146872,16 +145067,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; @@ -146890,26 +145085,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; @@ -146938,14 +145133,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 stagingoptimism_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -146959,26 +145154,26 @@ export type metis_Asset_orderBy = | 'status__id' | 'status__status'; -export type metis_BlockChangedFilter = { +export type stagingoptimism_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type metis_Block_height = { - hash?: InputMaybe; +export type stagingoptimism_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type metis_ConnectorMeta = { +export type stagingoptimism_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type metis_ConnectorMeta_filter = { +export type stagingoptimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147003,101 +145198,101 @@ 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type metis_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type metis_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimism_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingoptimism_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + 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 stagingoptimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_DestinationTransfer_filter = { +export type stagingoptimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147114,16 +145309,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; @@ -147132,17 +145327,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; @@ -147167,40 +145362,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; @@ -147217,16 +145412,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; @@ -147243,16 +145438,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; @@ -147273,7 +145468,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; @@ -147290,26 +145485,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; @@ -147342,16 +145537,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; @@ -147360,26 +145555,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; @@ -147412,16 +145607,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; @@ -147431,12 +145626,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 stagingoptimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -147485,14 +145680,14 @@ export type metis_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type metis_OptimisticRootFinalized = { +export type stagingoptimism_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['metis_Bytes']; + aggregateRoot: Scalars['stagingoptimism_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type metis_OptimisticRootFinalized_filter = { +export type stagingoptimism_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147501,16 +145696,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; @@ -147528,36 +145723,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 stagingoptimism_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type metis_OrderDirection = +export type stagingoptimism_OrderDirection = | 'asc' | 'desc'; -export type metis_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 metis_OriginMessage_filter = { +export type stagingoptimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147566,16 +145761,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; @@ -147584,16 +145779,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; @@ -147602,36 +145797,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; @@ -147660,14 +145855,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 stagingoptimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -147681,51 +145876,51 @@ export type metis_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type metis_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 metis_OriginTransferrelayerFeesArgs = { +export type stagingoptimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_OriginTransfer_filter = { +export type stagingoptimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147742,16 +145937,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; @@ -147760,20 +145955,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; @@ -147798,40 +145993,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; @@ -147840,16 +146035,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; @@ -147866,16 +146061,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; @@ -147896,17 +146091,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; @@ -147927,7 +146122,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; @@ -147942,37 +146137,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; @@ -148005,16 +146200,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; @@ -148024,12 +146219,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 stagingoptimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -148081,20 +146276,20 @@ export type metis_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type metis_Relayer = { +export type stagingoptimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type metis_RelayerFee = { +export type stagingoptimism_RelayerFee = { id: Scalars['ID']; - transfer: metis_OriginTransfer; + transfer: stagingoptimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['metis_Bytes']; + asset: Scalars['stagingoptimism_Bytes']; }; -export type metis_RelayerFee_filter = { +export type stagingoptimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148123,7 +146318,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; @@ -148132,23 +146327,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 stagingoptimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -148183,20 +146378,20 @@ export type metis_RelayerFee_orderBy = | 'fee' | 'asset'; -export type metis_RelayerFeesIncrease = { +export type stagingoptimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: metis_OriginTransfer; + transfer: stagingoptimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['metis_Bytes']; - transactionHash: Scalars['metis_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 metis_RelayerFeesIncrease_filter = { +export type stagingoptimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148225,7 +146420,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; @@ -148234,36 +146429,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; @@ -148297,12 +146492,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 stagingoptimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -148343,7 +146538,7 @@ export type metis_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_Relayer_filter = { +export type stagingoptimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148356,33 +146551,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 stagingoptimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type metis_RootCount = { +export type stagingoptimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type metis_RootCount_filter = { +export type stagingoptimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148400,30 +146595,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 stagingoptimism_RootCount_orderBy = | 'id' | 'count'; -export type metis_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 metis_RootMessageSent_filter = { +export type stagingoptimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148448,16 +146643,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; @@ -148466,26 +146661,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; @@ -148519,12 +146714,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 stagingoptimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -148537,34 +146732,34 @@ export type metis_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_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 metis_RouterassetBalancesArgs = { +export type stagingoptimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_RouterDailyTVL = { +export type stagingoptimism_RouterDailyTVL = { id: Scalars['ID']; - router: metis_Router; - asset: metis_Asset; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type metis_RouterDailyTVL_filter = { +export type stagingoptimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148593,7 +146788,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; @@ -148614,7 +146809,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; @@ -148632,12 +146827,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 stagingoptimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -148659,25 +146854,25 @@ export type metis_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type metis_RouterLiquidityEvent = { +export type stagingoptimism_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: metis_Router; - asset: metis_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['metis_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_RouterLiquidityEventType = +export type stagingoptimism_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type metis_RouterLiquidityEvent_filter = { +export type stagingoptimism_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148686,10 +146881,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; @@ -148710,7 +146905,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; @@ -148731,7 +146926,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; @@ -148748,16 +146943,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; @@ -148774,16 +146969,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; @@ -148793,12 +146988,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 stagingoptimism_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -148826,7 +147021,7 @@ export type metis_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type metis_Router_filter = { +export type stagingoptimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148839,36 +147034,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; @@ -148877,14 +147072,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 stagingoptimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -148893,13 +147088,13 @@ export type metis_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type metis_Sequencer = { +export type stagingoptimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type metis_Sequencer_filter = { +export type stagingoptimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148912,34 +147107,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 stagingoptimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type metis_Setting = { +export type stagingoptimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['metis_Bytes']; + caller: Scalars['stagingoptimism_Bytes']; }; -export type metis_Setting_filter = { +export type stagingoptimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148956,40 +147151,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 stagingoptimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type metis_SlippageUpdate = { +export type stagingoptimism_SlippageUpdate = { id: Scalars['ID']; - transfer: metis_DestinationTransfer; + transfer: stagingoptimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['metis_Bytes']; - transactionHash: Scalars['metis_Bytes']; + caller: Scalars['stagingoptimism_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type metis_SlippageUpdate_filter = { +export type stagingoptimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149018,7 +147213,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; @@ -149027,26 +147222,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; @@ -149080,12 +147275,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 stagingoptimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -149132,16 +147327,16 @@ export type metis_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_SnapshotRoot = { +export type stagingoptimism_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['metis_Bytes']; + root: Scalars['stagingoptimism_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type metis_SnapshotRoot_filter = { +export type stagingoptimism_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149158,16 +147353,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; @@ -149193,12 +147388,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 stagingoptimism_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -149206,12 +147401,12 @@ export type metis_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type metis_SpokeConnectorMode = { +export type stagingoptimism_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type metis_SpokeConnectorMode_filter = { +export type stagingoptimism_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149241,33 +147436,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 stagingoptimism_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type metis_TransferStatus = +export type stagingoptimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type metis__Block_ = { +export type stagingoptimism__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type metis__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 @@ -149275,22 +147472,22 @@ export type metis__Meta_ = { * and therefore asks for the latest block * */ - block: metis__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 stagingscroll_AggregateRoot = { +export type staginglinea_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingscroll_Bytes']; + root: Scalars['staginglinea_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingscroll_AggregateRootProposed = { +export type staginglinea_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingscroll_Bytes']; + aggregateRoot: Scalars['staginglinea_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -149298,7 +147495,7 @@ export type stagingscroll_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingscroll_AggregateRootProposed_filter = { +export type staginglinea_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149307,16 +147504,12 @@ 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; + 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; @@ -149358,12 +147551,10 @@ export type stagingscroll_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 stagingscroll_AggregateRootProposed_orderBy = +export type staginglinea_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -149372,7 +147563,7 @@ export type stagingscroll_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingscroll_AggregateRoot_filter = { +export type staginglinea_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149381,16 +147572,12 @@ 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; + 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; @@ -149400,41 +147587,39 @@ export type stagingscroll_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 stagingscroll_AggregateRoot_orderBy = +export type staginglinea_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingscroll_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 stagingscroll_AssetBalance = { +export type staginglinea_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingscroll_Router; - asset: stagingscroll_Asset; + router: staginglinea_Router; + asset: staginglinea_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingscroll_AssetBalance_filter = { +export type staginglinea_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149495,7 +147680,7 @@ export type stagingscroll_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; @@ -149516,7 +147701,7 @@ export type stagingscroll_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; @@ -149526,42 +147711,25 @@ export type stagingscroll_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 stagingscroll_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 stagingscroll_AssetStatus = { +export type staginglinea_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingscroll_AssetStatus_filter = { +export type staginglinea_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149575,16 +147743,14 @@ export type stagingscroll_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 stagingscroll_AssetStatus_orderBy = +export type staginglinea_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingscroll_Asset_filter = { +export type staginglinea_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149593,16 +147759,12 @@ 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; + 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; @@ -149619,16 +147781,12 @@ export type stagingscroll_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; @@ -149637,26 +147795,18 @@ export type stagingscroll_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; @@ -149685,14 +147835,12 @@ export type stagingscroll_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 stagingscroll_Asset_orderBy = +export type staginglinea_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -149702,30 +147850,28 @@ export type stagingscroll_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'status'; -export type stagingscroll_BlockChangedFilter = { +export type staginglinea_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingscroll_Block_height = { - hash?: InputMaybe; +export type staginglinea_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingscroll_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 stagingscroll_ConnectorMeta_filter = { +export type staginglinea_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149750,43 +147896,29 @@ export type stagingscroll_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 stagingscroll_ConnectorMeta_orderBy = +export type staginglinea_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -149794,57 +147926,57 @@ export type stagingscroll_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingscroll_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 stagingscroll_DestinationTransferroutersArgs = { +export type staginglinea_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingscroll_DestinationTransfer_filter = { +export type staginglinea_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149861,16 +147993,12 @@ export type stagingscroll_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; @@ -149879,17 +148007,17 @@ 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>; + 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; @@ -149914,40 +148042,28 @@ export type stagingscroll_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; @@ -149964,16 +148080,12 @@ export type stagingscroll_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; @@ -149990,16 +148102,12 @@ export type stagingscroll_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; @@ -150020,7 +148128,7 @@ export type stagingscroll_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; @@ -150037,26 +148145,18 @@ export type stagingscroll_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; @@ -150089,16 +148189,12 @@ export type stagingscroll_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; @@ -150107,26 +148203,18 @@ export type stagingscroll_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; @@ -150159,16 +148247,12 @@ export type stagingscroll_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; @@ -150178,12 +148262,10 @@ export type stagingscroll_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 stagingscroll_DestinationTransfer_orderBy = +export type staginglinea_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -150204,15 +148286,6 @@ export type stagingscroll_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' @@ -150232,14 +148305,14 @@ export type stagingscroll_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingscroll_OptimisticRootFinalized = { +export type staginglinea_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingscroll_Bytes']; + aggregateRoot: Scalars['staginglinea_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingscroll_OptimisticRootFinalized_filter = { +export type staginglinea_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150248,16 +148321,12 @@ 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; + 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; @@ -150275,36 +148344,34 @@ export type stagingscroll_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 stagingscroll_OptimisticRootFinalized_orderBy = +export type staginglinea_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingscroll_OrderDirection = +export type staginglinea_OrderDirection = | 'asc' | 'desc'; -export type stagingscroll_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 stagingscroll_OriginMessage_filter = { +export type staginglinea_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150313,16 +148380,12 @@ 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; + 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; @@ -150331,16 +148394,12 @@ export type stagingscroll_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; @@ -150349,36 +148408,24 @@ export type stagingscroll_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; @@ -150407,14 +148454,12 @@ export type stagingscroll_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 stagingscroll_OriginMessage_orderBy = +export type staginglinea_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -150424,55 +148469,53 @@ export type stagingscroll_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'rootCount'; -export type stagingscroll_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 stagingscroll_OriginTransferrelayerFeesArgs = { +export type staginglinea_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingscroll_OriginTransfer_filter = { +export type staginglinea_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150489,16 +148532,12 @@ export type stagingscroll_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; @@ -150507,20 +148546,16 @@ export type stagingscroll_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; @@ -150545,40 +148580,28 @@ export type stagingscroll_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; @@ -150587,16 +148610,12 @@ export type stagingscroll_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; @@ -150613,16 +148632,12 @@ export type stagingscroll_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; @@ -150643,17 +148658,13 @@ export type stagingscroll_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; @@ -150674,7 +148685,7 @@ export type stagingscroll_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; @@ -150689,37 +148700,25 @@ export type stagingscroll_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; @@ -150752,16 +148751,12 @@ export type stagingscroll_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; @@ -150771,12 +148766,10 @@ export type stagingscroll_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 stagingscroll_OriginTransfer_orderBy = +export type staginglinea_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -150796,26 +148789,8 @@ export type stagingscroll_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' @@ -150828,20 +148803,20 @@ export type stagingscroll_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingscroll_Relayer = { +export type staginglinea_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingscroll_RelayerFee = { +export type staginglinea_RelayerFee = { id: Scalars['ID']; - transfer: stagingscroll_OriginTransfer; + transfer: staginglinea_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingscroll_Bytes']; + asset: Scalars['staginglinea_Bytes']; }; -export type stagingscroll_RelayerFee_filter = { +export type staginglinea_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150870,7 +148845,7 @@ export type stagingscroll_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; @@ -150879,71 +148854,36 @@ export type stagingscroll_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + 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 stagingscroll_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 stagingscroll_RelayerFeesIncrease = { +export type staginglinea_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingscroll_OriginTransfer; + transfer: staginglinea_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingscroll_Bytes']; - transactionHash: Scalars['stagingscroll_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 stagingscroll_RelayerFeesIncrease_filter = { +export type staginglinea_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150972,7 +148912,7 @@ export type stagingscroll_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; @@ -150981,45 +148921,33 @@ export type stagingscroll_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; gasPrice_not?: InputMaybe; gasPrice_gt?: InputMaybe; gasPrice_lt?: InputMaybe; @@ -151044,43 +148972,12 @@ export type stagingscroll_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 stagingscroll_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' @@ -151090,7 +148987,7 @@ export type stagingscroll_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingscroll_Relayer_filter = { +export type staginglinea_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151103,33 +149000,27 @@ export type stagingscroll_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + 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 stagingscroll_Relayer_orderBy = +export type staginglinea_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingscroll_RootCount = { +export type staginglinea_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingscroll_RootCount_filter = { +export type staginglinea_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151147,30 +149038,28 @@ export type stagingscroll_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 stagingscroll_RootCount_orderBy = +export type staginglinea_RootCount_orderBy = | 'id' | 'count'; -export type stagingscroll_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 stagingscroll_RootMessageSent_filter = { +export type staginglinea_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151195,16 +149084,12 @@ export type stagingscroll_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; @@ -151213,26 +149098,18 @@ export type stagingscroll_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; @@ -151266,12 +149143,10 @@ export type stagingscroll_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 stagingscroll_RootMessageSent_orderBy = +export type staginglinea_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -151284,34 +149159,34 @@ export type stagingscroll_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingscroll_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 stagingscroll_RouterassetBalancesArgs = { +export type staginglinea_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingscroll_RouterDailyTVL = { +export type staginglinea_RouterDailyTVL = { id: Scalars['ID']; - router: stagingscroll_Router; - asset: stagingscroll_Asset; + router: staginglinea_Router; + asset: staginglinea_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingscroll_RouterDailyTVL_filter = { +export type staginglinea_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151340,7 +149215,7 @@ export type stagingscroll_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; @@ -151361,7 +149236,7 @@ export type stagingscroll_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; @@ -151379,52 +149254,35 @@ export type stagingscroll_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 stagingscroll_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 stagingscroll_RouterLiquidityEvent = { +export type staginglinea_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingscroll_Router; - asset: stagingscroll_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['stagingscroll_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingscroll_RouterLiquidityEventType = +export type staginglinea_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingscroll_RouterLiquidityEvent_filter = { +export type staginglinea_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151433,10 +149291,10 @@ 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>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -151457,7 +149315,7 @@ export type stagingscroll_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; @@ -151478,7 +149336,7 @@ export type stagingscroll_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; @@ -151495,16 +149353,12 @@ export type stagingscroll_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; @@ -151521,16 +149375,12 @@ export type stagingscroll_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + 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; @@ -151540,31 +149390,14 @@ export type stagingscroll_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 stagingscroll_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' @@ -151573,7 +149406,7 @@ export type stagingscroll_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingscroll_Router_filter = { +export type staginglinea_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151586,36 +149419,24 @@ export type stagingscroll_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; @@ -151624,14 +149445,12 @@ export type stagingscroll_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 stagingscroll_Router_orderBy = +export type staginglinea_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -151640,13 +149459,13 @@ export type stagingscroll_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingscroll_Sequencer = { +export type staginglinea_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingscroll_Sequencer_filter = { +export type staginglinea_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151659,34 +149478,28 @@ export type stagingscroll_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 stagingscroll_Sequencer_orderBy = +export type staginglinea_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingscroll_Setting = { +export type staginglinea_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingscroll_Bytes']; + caller: Scalars['staginglinea_Bytes']; }; -export type stagingscroll_Setting_filter = { +export type staginglinea_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151703,40 +149516,34 @@ export type stagingscroll_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 stagingscroll_Setting_orderBy = +export type staginglinea_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingscroll_SlippageUpdate = { +export type staginglinea_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingscroll_DestinationTransfer; + transfer: staginglinea_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingscroll_Bytes']; - transactionHash: Scalars['stagingscroll_Bytes']; + caller: Scalars['staginglinea_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingscroll_SlippageUpdate_filter = { +export type staginglinea_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151765,7 +149572,7 @@ export type stagingscroll_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; @@ -151774,26 +149581,18 @@ export type stagingscroll_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; @@ -151827,50 +149626,12 @@ export type stagingscroll_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 stagingscroll_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' @@ -151879,16 +149640,16 @@ export type stagingscroll_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingscroll_SnapshotRoot = { +export type staginglinea_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingscroll_Bytes']; + root: Scalars['staginglinea_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingscroll_SnapshotRoot_filter = { +export type staginglinea_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151905,16 +149666,12 @@ export type stagingscroll_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; @@ -151940,12 +149697,10 @@ export type stagingscroll_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 stagingscroll_SnapshotRoot_orderBy = +export type staginglinea_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -151953,12 +149708,12 @@ export type stagingscroll_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingscroll_SpokeConnectorMode = { +export type staginglinea_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingscroll_SpokeConnectorMode_filter = { +export type staginglinea_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151988,25 +149743,23 @@ export type stagingscroll_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 stagingscroll_SpokeConnectorMode_orderBy = +export type staginglinea_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingscroll_TransferStatus = +export type staginglinea_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingscroll__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 */ @@ -152014,7 +149767,7 @@ export type stagingscroll__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingscroll__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 @@ -152022,22 +149775,22 @@ export type stagingscroll__Meta_ = { * and therefore asks for the latest block * */ - block: stagingscroll__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 stagingpolygon_AggregateRoot = { +export type zksync_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingpolygon_Bytes']; + root: Scalars['zksync_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_AggregateRootProposed = { +export type zksync_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygon_Bytes']; + aggregateRoot: Scalars['zksync_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -152045,7 +149798,7 @@ export type stagingpolygon_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingpolygon_AggregateRootProposed_filter = { +export type zksync_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152054,16 +149807,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; @@ -152105,12 +149858,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 zksync_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -152119,7 +149872,7 @@ export type stagingpolygon_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygon_AggregateRoot_filter = { +export type zksync_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152128,16 +149881,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; @@ -152147,45 +149900,41 @@ 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 zksync_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingpolygon_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingpolygon_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 stagingpolygon_AssetBalance = { +export type zksync_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingpolygon_Router; - asset: stagingpolygon_Asset; + router: zksync_Router; + asset: zksync_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingpolygon_AssetBalance_filter = { +export type zksync_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152246,7 +149995,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; @@ -152267,7 +150016,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; @@ -152277,12 +150026,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 zksync_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -152307,12 +150056,12 @@ export type stagingpolygon_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingpolygon_AssetStatus = { +export type zksync_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingpolygon_AssetStatus_filter = { +export type zksync_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152326,16 +150075,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 zksync_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingpolygon_Asset_filter = { +export type zksync_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152344,16 +150093,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; @@ -152370,16 +150119,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; @@ -152388,26 +150137,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; @@ -152436,14 +150185,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 zksync_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -152457,26 +150206,26 @@ export type stagingpolygon_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingpolygon_BlockChangedFilter = { +export type zksync_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingpolygon_Block_height = { - hash?: InputMaybe; +export type zksync_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingpolygon_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 stagingpolygon_ConnectorMeta_filter = { +export type zksync_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152501,43 +150250,43 @@ export type stagingpolygon_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_ConnectorMeta_orderBy = +export type zksync_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -152545,57 +150294,57 @@ export type stagingpolygon_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingpolygon_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 stagingpolygon_DestinationTransferroutersArgs = { +export type zksync_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_DestinationTransfer_filter = { +export type zksync_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152612,16 +150361,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; @@ -152630,17 +150379,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; @@ -152665,40 +150414,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; @@ -152715,16 +150464,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; @@ -152741,16 +150490,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; @@ -152771,7 +150520,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; @@ -152788,26 +150537,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; @@ -152840,16 +150589,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; @@ -152858,26 +150607,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; @@ -152910,16 +150659,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; @@ -152929,12 +150678,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 zksync_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -152983,14 +150732,14 @@ export type stagingpolygon_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingpolygon_OptimisticRootFinalized = { +export type zksync_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygon_Bytes']; + aggregateRoot: Scalars['zksync_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingpolygon_OptimisticRootFinalized_filter = { +export type zksync_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152999,16 +150748,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; @@ -153026,36 +150775,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 zksync_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingpolygon_OrderDirection = +export type zksync_OrderDirection = | 'asc' | 'desc'; -export type stagingpolygon_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 stagingpolygon_OriginMessage_filter = { +export type zksync_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153064,16 +150813,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; @@ -153082,16 +150831,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; @@ -153100,36 +150849,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; @@ -153158,14 +150907,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 zksync_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -153179,51 +150928,51 @@ export type stagingpolygon_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingpolygon_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 stagingpolygon_OriginTransferrelayerFeesArgs = { +export type zksync_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_OriginTransfer_filter = { +export type zksync_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153240,16 +150989,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; @@ -153258,20 +151007,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; @@ -153296,40 +151045,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; @@ -153338,16 +151087,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; @@ -153364,16 +151113,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; @@ -153394,17 +151143,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; @@ -153425,7 +151174,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; @@ -153440,37 +151189,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; @@ -153503,16 +151252,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; @@ -153522,12 +151271,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 zksync_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -153579,20 +151328,20 @@ export type stagingpolygon_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingpolygon_Relayer = { +export type zksync_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingpolygon_RelayerFee = { +export type zksync_RelayerFee = { id: Scalars['ID']; - transfer: stagingpolygon_OriginTransfer; + transfer: zksync_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingpolygon_Bytes']; + asset: Scalars['zksync_Bytes']; }; -export type stagingpolygon_RelayerFee_filter = { +export type zksync_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153621,7 +151370,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; @@ -153630,23 +151379,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 zksync_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -153681,20 +151430,20 @@ export type stagingpolygon_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingpolygon_RelayerFeesIncrease = { +export type zksync_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingpolygon_OriginTransfer; + transfer: zksync_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingpolygon_Bytes']; - transactionHash: Scalars['stagingpolygon_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 stagingpolygon_RelayerFeesIncrease_filter = { +export type zksync_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153723,7 +151472,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; @@ -153732,36 +151481,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; @@ -153795,12 +151544,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 zksync_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -153841,7 +151590,7 @@ export type stagingpolygon_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_Relayer_filter = { +export type zksync_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153854,33 +151603,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 zksync_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingpolygon_RootCount = { +export type zksync_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingpolygon_RootCount_filter = { +export type zksync_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153898,30 +151647,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 zksync_RootCount_orderBy = | 'id' | 'count'; -export type stagingpolygon_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 stagingpolygon_RootMessageSent_filter = { +export type zksync_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153946,16 +151695,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; @@ -153964,26 +151713,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; @@ -154017,12 +151766,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 zksync_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -154035,34 +151784,34 @@ export type stagingpolygon_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_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 stagingpolygon_RouterassetBalancesArgs = { +export type zksync_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_RouterDailyTVL = { +export type zksync_RouterDailyTVL = { id: Scalars['ID']; - router: stagingpolygon_Router; - asset: stagingpolygon_Asset; + router: zksync_Router; + asset: zksync_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingpolygon_RouterDailyTVL_filter = { +export type zksync_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154091,7 +151840,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; @@ -154112,7 +151861,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; @@ -154130,12 +151879,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 zksync_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -154157,25 +151906,25 @@ export type stagingpolygon_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingpolygon_RouterLiquidityEvent = { +export type zksync_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingpolygon_Router; - asset: stagingpolygon_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['stagingpolygon_Bytes']; + transactionHash: Scalars['zksync_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingpolygon_RouterLiquidityEventType = +export type zksync_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingpolygon_RouterLiquidityEvent_filter = { +export type zksync_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154184,10 +151933,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; @@ -154208,7 +151957,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; @@ -154229,7 +151978,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; @@ -154246,16 +151995,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; @@ -154272,16 +152021,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; @@ -154291,12 +152040,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 zksync_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -154324,7 +152073,7 @@ export type stagingpolygon_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingpolygon_Router_filter = { +export type zksync_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154337,36 +152086,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; @@ -154375,14 +152124,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 zksync_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -154391,13 +152140,13 @@ export type stagingpolygon_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingpolygon_Sequencer = { +export type zksync_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingpolygon_Sequencer_filter = { +export type zksync_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154410,34 +152159,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 zksync_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingpolygon_Setting = { +export type zksync_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingpolygon_Bytes']; + caller: Scalars['zksync_Bytes']; }; -export type stagingpolygon_Setting_filter = { +export type zksync_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154454,40 +152203,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 zksync_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingpolygon_SlippageUpdate = { +export type zksync_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingpolygon_DestinationTransfer; + transfer: zksync_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingpolygon_Bytes']; - transactionHash: Scalars['stagingpolygon_Bytes']; + caller: Scalars['zksync_Bytes']; + transactionHash: Scalars['zksync_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_SlippageUpdate_filter = { +export type zksync_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154516,7 +152265,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; @@ -154525,26 +152274,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; @@ -154578,12 +152327,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 zksync_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -154630,16 +152379,16 @@ export type stagingpolygon_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_SnapshotRoot = { +export type zksync_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingpolygon_Bytes']; + root: Scalars['zksync_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_SnapshotRoot_filter = { +export type zksync_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154656,16 +152405,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; @@ -154691,12 +152440,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 zksync_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -154704,12 +152453,12 @@ export type stagingpolygon_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygon_SpokeConnectorMode = { +export type zksync_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingpolygon_SpokeConnectorMode_filter = { +export type zksync_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154739,35 +152488,33 @@ 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 zksync_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingpolygon_TransferStatus = +export type zksync_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingpolygon__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; }; /** The type for the top-level _meta field */ -export type stagingpolygon__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 @@ -154775,22 +152522,22 @@ export type stagingpolygon__Meta_ = { * and therefore asks for the latest block * */ - block: stagingpolygon__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 stagingxdai_AggregateRoot = { +export type avalanche_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingxdai_Bytes']; + root: Scalars['avalanche_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_AggregateRootProposed = { +export type avalanche_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxdai_Bytes']; + aggregateRoot: Scalars['avalanche_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -154798,7 +152545,7 @@ export type stagingxdai_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingxdai_AggregateRootProposed_filter = { +export type avalanche_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154807,16 +152554,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; @@ -154858,12 +152605,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 avalanche_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -154872,7 +152619,7 @@ export type stagingxdai_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingxdai_AggregateRoot_filter = { +export type avalanche_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154881,16 +152628,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; @@ -154900,45 +152647,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 avalanche_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingxdai_Aggregation_interval = +export type avalanche_Aggregation_interval = | 'hour' | 'day'; -export type stagingxdai_Asset = { +export type avalanche_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingxdai_AssetBalance = { +export type avalanche_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingxdai_Router; - asset: stagingxdai_Asset; + router: avalanche_Router; + asset: avalanche_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingxdai_AssetBalance_filter = { +export type avalanche_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154999,7 +152746,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; @@ -155020,7 +152767,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; @@ -155030,12 +152777,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 avalanche_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -155060,12 +152807,12 @@ export type stagingxdai_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingxdai_AssetStatus = { +export type avalanche_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingxdai_AssetStatus_filter = { +export type avalanche_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155079,16 +152826,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 avalanche_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingxdai_Asset_filter = { +export type avalanche_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155097,16 +152844,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; @@ -155123,16 +152870,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; @@ -155141,26 +152888,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; @@ -155189,14 +152936,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 avalanche_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -155210,26 +152957,26 @@ export type stagingxdai_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingxdai_BlockChangedFilter = { +export type avalanche_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingxdai_Block_height = { - hash?: InputMaybe; +export type avalanche_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingxdai_ConnectorMeta = { +export type avalanche_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingxdai_ConnectorMeta_filter = { +export type avalanche_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155254,43 +153001,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 avalanche_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -155298,57 +153045,57 @@ export type stagingxdai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingxdai_DestinationTransfer = { +export type avalanche_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingxdai_DestinationTransferroutersArgs = { +export type avalanche_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_DestinationTransfer_filter = { +export type avalanche_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155365,16 +153112,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; @@ -155383,17 +153130,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; @@ -155418,40 +153165,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; @@ -155468,16 +153215,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; @@ -155494,16 +153241,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; @@ -155524,7 +153271,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; @@ -155541,26 +153288,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; @@ -155593,16 +153340,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; @@ -155611,26 +153358,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; @@ -155663,16 +153410,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; @@ -155682,12 +153429,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 avalanche_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -155736,14 +153483,14 @@ export type stagingxdai_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingxdai_OptimisticRootFinalized = { +export type avalanche_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxdai_Bytes']; + aggregateRoot: Scalars['avalanche_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingxdai_OptimisticRootFinalized_filter = { +export type avalanche_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155752,16 +153499,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; @@ -155779,36 +153526,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 avalanche_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingxdai_OrderDirection = +export type avalanche_OrderDirection = | 'asc' | 'desc'; -export type stagingxdai_OriginMessage = { +export type avalanche_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingxdai_OriginMessage_filter = { +export type avalanche_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155817,16 +153564,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; @@ -155835,16 +153582,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; @@ -155853,36 +153600,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; @@ -155911,14 +153658,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 avalanche_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -155932,51 +153679,51 @@ export type stagingxdai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingxdai_OriginTransfer = { +export type avalanche_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingxdai_OriginTransferrelayerFeesArgs = { +export type avalanche_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_OriginTransfer_filter = { +export type avalanche_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155993,16 +153740,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; @@ -156011,20 +153758,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; @@ -156049,40 +153796,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; @@ -156091,16 +153838,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; @@ -156117,16 +153864,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; @@ -156147,17 +153894,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; @@ -156178,7 +153925,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; @@ -156193,37 +153940,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; @@ -156256,16 +154003,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; @@ -156275,12 +154022,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 avalanche_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -156332,20 +154079,20 @@ export type stagingxdai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingxdai_Relayer = { +export type avalanche_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingxdai_RelayerFee = { +export type avalanche_RelayerFee = { id: Scalars['ID']; - transfer: stagingxdai_OriginTransfer; + transfer: avalanche_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingxdai_Bytes']; + asset: Scalars['avalanche_Bytes']; }; -export type stagingxdai_RelayerFee_filter = { +export type avalanche_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156374,7 +154121,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; @@ -156383,23 +154130,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 avalanche_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -156434,20 +154181,20 @@ export type stagingxdai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingxdai_RelayerFeesIncrease = { +export type avalanche_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingxdai_OriginTransfer; + transfer: avalanche_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingxdai_Bytes']; - transactionHash: Scalars['stagingxdai_Bytes']; + asset?: Maybe; + caller: Scalars['avalanche_Bytes']; + transactionHash: Scalars['avalanche_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_RelayerFeesIncrease_filter = { +export type avalanche_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156476,7 +154223,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; @@ -156485,36 +154232,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; @@ -156548,12 +154295,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 avalanche_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -156594,7 +154341,7 @@ export type stagingxdai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_Relayer_filter = { +export type avalanche_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156607,33 +154354,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 avalanche_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingxdai_RootCount = { +export type avalanche_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingxdai_RootCount_filter = { +export type avalanche_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156651,30 +154398,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 avalanche_RootCount_orderBy = | 'id' | 'count'; -export type stagingxdai_RootMessageSent = { +export type avalanche_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingxdai_RootMessageSent_filter = { +export type avalanche_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156699,16 +154446,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; @@ -156717,26 +154464,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; @@ -156770,12 +154517,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 avalanche_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -156788,34 +154535,34 @@ export type stagingxdai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_Router = { +export type avalanche_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingxdai_RouterassetBalancesArgs = { +export type avalanche_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_RouterDailyTVL = { +export type avalanche_RouterDailyTVL = { id: Scalars['ID']; - router: stagingxdai_Router; - asset: stagingxdai_Asset; + router: avalanche_Router; + asset: avalanche_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingxdai_RouterDailyTVL_filter = { +export type avalanche_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156844,7 +154591,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; @@ -156865,7 +154612,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; @@ -156883,12 +154630,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 avalanche_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -156910,25 +154657,25 @@ export type stagingxdai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingxdai_RouterLiquidityEvent = { +export type avalanche_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingxdai_Router; - asset: stagingxdai_Asset; + type?: Maybe; + router: avalanche_Router; + asset: avalanche_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingxdai_Bytes']; + transactionHash: Scalars['avalanche_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingxdai_RouterLiquidityEventType = +export type avalanche_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingxdai_RouterLiquidityEvent_filter = { +export type avalanche_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156937,10 +154684,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; @@ -156961,7 +154708,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; @@ -156982,7 +154729,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; @@ -156999,16 +154746,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; @@ -157025,16 +154772,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; @@ -157044,12 +154791,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 avalanche_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -157077,7 +154824,7 @@ export type stagingxdai_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingxdai_Router_filter = { +export type avalanche_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157090,36 +154837,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; @@ -157128,14 +154875,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 avalanche_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -157144,13 +154891,13 @@ export type stagingxdai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingxdai_Sequencer = { +export type avalanche_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingxdai_Sequencer_filter = { +export type avalanche_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157163,34 +154910,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 avalanche_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingxdai_Setting = { +export type avalanche_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingxdai_Bytes']; + caller: Scalars['avalanche_Bytes']; }; -export type stagingxdai_Setting_filter = { +export type avalanche_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157207,40 +154954,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 avalanche_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingxdai_SlippageUpdate = { +export type avalanche_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingxdai_DestinationTransfer; + transfer: avalanche_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingxdai_Bytes']; - transactionHash: Scalars['stagingxdai_Bytes']; + caller: Scalars['avalanche_Bytes']; + transactionHash: Scalars['avalanche_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_SlippageUpdate_filter = { +export type avalanche_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157269,7 +155016,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; @@ -157278,26 +155025,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; @@ -157331,12 +155078,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 avalanche_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -157383,16 +155130,16 @@ export type stagingxdai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_SnapshotRoot = { +export type avalanche_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingxdai_Bytes']; + root: Scalars['avalanche_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_SnapshotRoot_filter = { +export type avalanche_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157409,16 +155156,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; @@ -157444,12 +155191,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 avalanche_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -157457,12 +155204,12 @@ export type stagingxdai_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingxdai_SpokeConnectorMode = { +export type avalanche_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingxdai_SpokeConnectorMode_filter = { +export type avalanche_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157492,35 +155239,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 avalanche_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingxdai_TransferStatus = +export type avalanche_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingxdai__Block_ = { +export type avalanche__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingxdai__Meta_ = { +export type avalanche__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -157528,22 +155275,22 @@ export type stagingxdai__Meta_ = { * and therefore asks for the latest block * */ - block: stagingxdai__Block_; + block: avalanche__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingbase_AggregateRoot = { +export type polygonzkevm_swap_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingbase_Bytes']; + root: Scalars['polygonzkevm_swap_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingbase_AggregateRootProposed = { +export type polygonzkevm_swap_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbase_Bytes']; + aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -157551,7 +155298,7 @@ export type stagingbase_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingbase_AggregateRootProposed_filter = { +export type polygonzkevm_swap_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157560,16 +155307,16 @@ export type stagingbase_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -157611,12 +155358,12 @@ export type stagingbase_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_AggregateRootProposed_orderBy = +export type polygonzkevm_swap_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -157625,7 +155372,7 @@ export type stagingbase_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbase_AggregateRoot_filter = { +export type polygonzkevm_swap_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157634,16 +155381,16 @@ export type stagingbase_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -157653,45 +155400,41 @@ export type stagingbase_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_AggregateRoot_orderBy = +export type polygonzkevm_swap_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingbase_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingbase_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 stagingbase_AssetBalance = { +export type polygonzkevm_swap_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingbase_Router; - asset: stagingbase_Asset; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingbase_AssetBalance_filter = { +export type polygonzkevm_swap_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157752,7 +155495,7 @@ export type stagingbase_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -157773,7 +155516,7 @@ export type stagingbase_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -157783,12 +155526,12 @@ export type stagingbase_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_AssetBalance_orderBy = +export type polygonzkevm_swap_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -157813,12 +155556,12 @@ export type stagingbase_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingbase_AssetStatus = { +export type polygonzkevm_swap_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingbase_AssetStatus_filter = { +export type polygonzkevm_swap_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157832,16 +155575,16 @@ export type stagingbase_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_AssetStatus_orderBy = +export type polygonzkevm_swap_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingbase_Asset_filter = { +export type polygonzkevm_swap_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157850,16 +155593,16 @@ export type stagingbase_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -157876,16 +155619,16 @@ export type stagingbase_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -157894,26 +155637,26 @@ export type stagingbase_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -157942,14 +155685,14 @@ export type stagingbase_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_Asset_orderBy = +export type polygonzkevm_swap_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -157963,26 +155706,26 @@ export type stagingbase_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingbase_BlockChangedFilter = { +export type polygonzkevm_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingbase_Block_height = { - hash?: InputMaybe; +export type polygonzkevm_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingbase_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 stagingbase_ConnectorMeta_filter = { +export type polygonzkevm_swap_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158007,43 +155750,43 @@ export type stagingbase_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_ConnectorMeta_orderBy = +export type polygonzkevm_swap_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -158051,57 +155794,57 @@ export type stagingbase_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingbase_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 stagingbase_DestinationTransferroutersArgs = { +export type polygonzkevm_swap_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbase_DestinationTransfer_filter = { +export type polygonzkevm_swap_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158118,16 +155861,16 @@ export type stagingbase_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -158136,17 +155879,17 @@ export type stagingbase_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -158171,40 +155914,40 @@ export type stagingbase_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -158221,16 +155964,16 @@ export type stagingbase_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -158247,16 +155990,16 @@ export type stagingbase_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -158277,7 +156020,7 @@ export type stagingbase_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -158294,26 +156037,26 @@ export type stagingbase_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -158346,16 +156089,16 @@ export type stagingbase_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -158364,26 +156107,26 @@ export type stagingbase_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -158416,16 +156159,16 @@ export type stagingbase_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -158435,12 +156178,12 @@ export type stagingbase_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_DestinationTransfer_orderBy = +export type polygonzkevm_swap_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -158489,14 +156232,14 @@ export type stagingbase_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingbase_OptimisticRootFinalized = { +export type polygonzkevm_swap_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbase_Bytes']; + aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingbase_OptimisticRootFinalized_filter = { +export type polygonzkevm_swap_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158505,16 +156248,16 @@ export type stagingbase_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -158532,36 +156275,36 @@ export type stagingbase_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_OptimisticRootFinalized_orderBy = +export type polygonzkevm_swap_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingbase_OrderDirection = +export type polygonzkevm_swap_OrderDirection = | 'asc' | 'desc'; -export type stagingbase_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 stagingbase_OriginMessage_filter = { +export type polygonzkevm_swap_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158570,16 +156313,16 @@ export type stagingbase_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -158588,16 +156331,16 @@ export type stagingbase_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -158606,36 +156349,36 @@ export type stagingbase_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -158664,14 +156407,14 @@ export type stagingbase_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_OriginMessage_orderBy = +export type polygonzkevm_swap_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -158685,51 +156428,51 @@ export type stagingbase_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingbase_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 stagingbase_OriginTransferrelayerFeesArgs = { +export type polygonzkevm_swap_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbase_OriginTransfer_filter = { +export type polygonzkevm_swap_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158746,16 +156489,16 @@ export type stagingbase_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -158764,20 +156507,20 @@ export type stagingbase_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -158802,40 +156545,40 @@ export type stagingbase_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -158844,16 +156587,16 @@ export type stagingbase_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -158870,16 +156613,16 @@ export type stagingbase_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -158900,17 +156643,17 @@ export type stagingbase_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -158931,7 +156674,7 @@ export type stagingbase_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -158946,37 +156689,37 @@ export type stagingbase_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -159009,16 +156752,16 @@ export type stagingbase_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -159028,12 +156771,12 @@ export type stagingbase_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_OriginTransfer_orderBy = +export type polygonzkevm_swap_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -159085,20 +156828,20 @@ export type stagingbase_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingbase_Relayer = { +export type polygonzkevm_swap_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingbase_RelayerFee = { +export type polygonzkevm_swap_RelayerFee = { id: Scalars['ID']; - transfer: stagingbase_OriginTransfer; + transfer: polygonzkevm_swap_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingbase_Bytes']; + asset: Scalars['polygonzkevm_swap_Bytes']; }; -export type stagingbase_RelayerFee_filter = { +export type polygonzkevm_swap_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159127,7 +156870,7 @@ export type stagingbase_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -159136,23 +156879,23 @@ export type stagingbase_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RelayerFee_orderBy = +export type polygonzkevm_swap_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -159187,20 +156930,20 @@ export type stagingbase_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingbase_RelayerFeesIncrease = { +export type polygonzkevm_swap_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingbase_OriginTransfer; + transfer: polygonzkevm_swap_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingbase_Bytes']; - transactionHash: Scalars['stagingbase_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 stagingbase_RelayerFeesIncrease_filter = { +export type polygonzkevm_swap_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159229,7 +156972,7 @@ export type stagingbase_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -159238,36 +156981,36 @@ export type stagingbase_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -159301,12 +157044,12 @@ export type stagingbase_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RelayerFeesIncrease_orderBy = +export type polygonzkevm_swap_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -159347,7 +157090,7 @@ export type stagingbase_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbase_Relayer_filter = { +export type polygonzkevm_swap_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159360,33 +157103,33 @@ export type stagingbase_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_Relayer_orderBy = +export type polygonzkevm_swap_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingbase_RootCount = { +export type polygonzkevm_swap_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingbase_RootCount_filter = { +export type polygonzkevm_swap_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159404,30 +157147,30 @@ export type stagingbase_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RootCount_orderBy = +export type polygonzkevm_swap_RootCount_orderBy = | 'id' | 'count'; -export type stagingbase_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 stagingbase_RootMessageSent_filter = { +export type polygonzkevm_swap_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159452,16 +157195,16 @@ export type stagingbase_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -159470,26 +157213,26 @@ export type stagingbase_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -159523,12 +157266,12 @@ export type stagingbase_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RootMessageSent_orderBy = +export type polygonzkevm_swap_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -159541,34 +157284,34 @@ export type stagingbase_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbase_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 stagingbase_RouterassetBalancesArgs = { +export type polygonzkevm_swap_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbase_RouterDailyTVL = { +export type polygonzkevm_swap_RouterDailyTVL = { id: Scalars['ID']; - router: stagingbase_Router; - asset: stagingbase_Asset; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingbase_RouterDailyTVL_filter = { +export type polygonzkevm_swap_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159597,7 +157340,7 @@ export type stagingbase_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -159618,7 +157361,7 @@ export type stagingbase_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -159636,12 +157379,12 @@ export type stagingbase_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RouterDailyTVL_orderBy = +export type polygonzkevm_swap_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -159663,25 +157406,25 @@ export type stagingbase_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingbase_RouterLiquidityEvent = { +export type polygonzkevm_swap_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingbase_Router; - asset: stagingbase_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['stagingbase_Bytes']; + transactionHash: Scalars['polygonzkevm_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingbase_RouterLiquidityEventType = +export type polygonzkevm_swap_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingbase_RouterLiquidityEvent_filter = { +export type polygonzkevm_swap_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159690,10 +157433,10 @@ export type stagingbase_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -159714,7 +157457,7 @@ export type stagingbase_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -159735,7 +157478,7 @@ export type stagingbase_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -159752,16 +157495,16 @@ export type stagingbase_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -159778,16 +157521,16 @@ export type stagingbase_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -159797,12 +157540,12 @@ export type stagingbase_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RouterLiquidityEvent_orderBy = +export type polygonzkevm_swap_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -159830,7 +157573,7 @@ export type stagingbase_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingbase_Router_filter = { +export type polygonzkevm_swap_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159843,36 +157586,36 @@ export type stagingbase_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -159881,14 +157624,14 @@ export type stagingbase_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_Router_orderBy = +export type polygonzkevm_swap_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -159897,13 +157640,13 @@ export type stagingbase_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingbase_Sequencer = { +export type polygonzkevm_swap_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingbase_Sequencer_filter = { +export type polygonzkevm_swap_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159916,34 +157659,34 @@ export type stagingbase_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_Sequencer_orderBy = +export type polygonzkevm_swap_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingbase_Setting = { +export type polygonzkevm_swap_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingbase_Bytes']; + caller: Scalars['polygonzkevm_swap_Bytes']; }; -export type stagingbase_Setting_filter = { +export type polygonzkevm_swap_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159960,40 +157703,40 @@ export type stagingbase_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_Setting_orderBy = +export type polygonzkevm_swap_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingbase_SlippageUpdate = { +export type polygonzkevm_swap_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingbase_DestinationTransfer; + transfer: polygonzkevm_swap_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingbase_Bytes']; - transactionHash: Scalars['stagingbase_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 stagingbase_SlippageUpdate_filter = { +export type polygonzkevm_swap_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160022,7 +157765,7 @@ export type stagingbase_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -160031,26 +157774,26 @@ export type stagingbase_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -160084,12 +157827,12 @@ export type stagingbase_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_SlippageUpdate_orderBy = +export type polygonzkevm_swap_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -160136,16 +157879,16 @@ export type stagingbase_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbase_SnapshotRoot = { +export type polygonzkevm_swap_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingbase_Bytes']; + root: Scalars['polygonzkevm_swap_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbase_SnapshotRoot_filter = { +export type polygonzkevm_swap_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160162,16 +157905,16 @@ export type stagingbase_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -160197,12 +157940,12 @@ export type stagingbase_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_SnapshotRoot_orderBy = +export type polygonzkevm_swap_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -160210,12 +157953,12 @@ export type stagingbase_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbase_SpokeConnectorMode = { +export type polygonzkevm_swap_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingbase_SpokeConnectorMode_filter = { +export type polygonzkevm_swap_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160245,35 +157988,33 @@ export type stagingbase_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_SpokeConnectorMode_orderBy = +export type polygonzkevm_swap_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingbase_TransferStatus = +export type polygonzkevm_swap_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingbase__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; }; /** The type for the top-level _meta field */ -export type stagingbase__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 @@ -160281,22 +158022,22 @@ export type stagingbase__Meta_ = { * and therefore asks for the latest block * */ - block: stagingbase__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 zksync_AggregateRoot = { +export type polygonzkevm_AggregateRoot = { id: Scalars['ID']; - root: Scalars['zksync_Bytes']; + root: Scalars['polygonzkevm_Bytes']; blockNumber: Scalars['BigInt']; }; -export type zksync_AggregateRootProposed = { +export type polygonzkevm_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['zksync_Bytes']; + aggregateRoot: Scalars['polygonzkevm_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -160304,7 +158045,7 @@ export type zksync_AggregateRootProposed = { blockNumber?: Maybe; }; -export type zksync_AggregateRootProposed_filter = { +export type polygonzkevm_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160313,16 +158054,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; @@ -160364,12 +158105,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 polygonzkevm_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -160378,7 +158119,7 @@ export type zksync_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type zksync_AggregateRoot_filter = { +export type polygonzkevm_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160387,16 +158128,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; @@ -160406,41 +158147,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 polygonzkevm_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type zksync_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 zksync_AssetBalance = { +export type polygonzkevm_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: zksync_Router; - asset: zksync_Asset; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; feesEarned: Scalars['BigInt']; }; -export type zksync_AssetBalance_filter = { +export type polygonzkevm_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160501,7 +158242,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; @@ -160522,7 +158263,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; @@ -160532,12 +158273,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 polygonzkevm_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -160562,12 +158303,12 @@ export type zksync_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type zksync_AssetStatus = { +export type polygonzkevm_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type zksync_AssetStatus_filter = { +export type polygonzkevm_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160581,16 +158322,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 polygonzkevm_AssetStatus_orderBy = | 'id' | 'status'; -export type zksync_Asset_filter = { +export type polygonzkevm_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160599,16 +158340,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; @@ -160625,16 +158366,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; @@ -160643,26 +158384,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; @@ -160691,14 +158432,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 polygonzkevm_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -160712,26 +158453,26 @@ export type zksync_Asset_orderBy = | 'status__id' | 'status__status'; -export type zksync_BlockChangedFilter = { +export type polygonzkevm_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type zksync_Block_height = { - hash?: InputMaybe; +export type polygonzkevm_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type zksync_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 zksync_ConnectorMeta_filter = { +export type polygonzkevm_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160756,43 +158497,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 polygonzkevm_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -160800,57 +158541,57 @@ export type zksync_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type zksync_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 zksync_DestinationTransferroutersArgs = { +export type polygonzkevm_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_DestinationTransfer_filter = { +export type polygonzkevm_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160867,16 +158608,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; @@ -160885,17 +158626,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; @@ -160920,40 +158661,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; @@ -160970,16 +158711,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; @@ -160996,16 +158737,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; @@ -161026,7 +158767,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; @@ -161043,26 +158784,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; @@ -161095,16 +158836,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; @@ -161113,26 +158854,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; @@ -161165,16 +158906,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; @@ -161184,12 +158925,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 polygonzkevm_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -161238,14 +158979,14 @@ export type zksync_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type zksync_OptimisticRootFinalized = { +export type polygonzkevm_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['zksync_Bytes']; + aggregateRoot: Scalars['polygonzkevm_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type zksync_OptimisticRootFinalized_filter = { +export type polygonzkevm_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161254,16 +158995,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; @@ -161281,36 +159022,36 @@ export type zksync_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_OptimisticRootFinalized_orderBy = +export type polygonzkevm_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type zksync_OrderDirection = +export type polygonzkevm_OrderDirection = | 'asc' | 'desc'; -export type zksync_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 zksync_OriginMessage_filter = { +export type polygonzkevm_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161319,16 +159060,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; @@ -161337,16 +159078,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; @@ -161355,36 +159096,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; @@ -161413,14 +159154,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 polygonzkevm_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -161434,51 +159175,51 @@ export type zksync_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type zksync_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 zksync_OriginTransferrelayerFeesArgs = { +export type polygonzkevm_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_OriginTransfer_filter = { +export type polygonzkevm_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161495,16 +159236,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; @@ -161513,20 +159254,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; @@ -161551,40 +159292,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; @@ -161593,16 +159334,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; @@ -161619,16 +159360,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; @@ -161649,17 +159390,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; @@ -161680,7 +159421,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; @@ -161695,37 +159436,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; @@ -161758,16 +159499,16 @@ export type zksync_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -161777,12 +159518,12 @@ export type zksync_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_OriginTransfer_orderBy = +export type polygonzkevm_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -161834,20 +159575,20 @@ export type zksync_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type zksync_Relayer = { +export type polygonzkevm_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type zksync_RelayerFee = { +export type polygonzkevm_RelayerFee = { id: Scalars['ID']; - transfer: zksync_OriginTransfer; + transfer: polygonzkevm_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['zksync_Bytes']; + asset: Scalars['polygonzkevm_Bytes']; }; -export type zksync_RelayerFee_filter = { +export type polygonzkevm_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161876,7 +159617,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; @@ -161885,23 +159626,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 polygonzkevm_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -161936,20 +159677,20 @@ export type zksync_RelayerFee_orderBy = | 'fee' | 'asset'; -export type zksync_RelayerFeesIncrease = { +export type polygonzkevm_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: zksync_OriginTransfer; + transfer: polygonzkevm_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['zksync_Bytes']; - transactionHash: Scalars['zksync_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 zksync_RelayerFeesIncrease_filter = { +export type polygonzkevm_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161978,7 +159719,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; @@ -161987,36 +159728,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; @@ -162050,12 +159791,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 polygonzkevm_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -162096,7 +159837,7 @@ export type zksync_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_Relayer_filter = { +export type polygonzkevm_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162109,33 +159850,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 polygonzkevm_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type zksync_RootCount = { +export type polygonzkevm_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type zksync_RootCount_filter = { +export type polygonzkevm_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162153,30 +159894,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 polygonzkevm_RootCount_orderBy = | 'id' | 'count'; -export type zksync_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 zksync_RootMessageSent_filter = { +export type polygonzkevm_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162201,16 +159942,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; @@ -162219,26 +159960,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; @@ -162272,12 +160013,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 polygonzkevm_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -162290,34 +160031,34 @@ export type zksync_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_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 zksync_RouterassetBalancesArgs = { +export type polygonzkevm_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_RouterDailyTVL = { +export type polygonzkevm_RouterDailyTVL = { id: Scalars['ID']; - router: zksync_Router; - asset: zksync_Asset; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type zksync_RouterDailyTVL_filter = { +export type polygonzkevm_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162346,7 +160087,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; @@ -162367,7 +160108,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; @@ -162385,12 +160126,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 polygonzkevm_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -162412,25 +160153,25 @@ export type zksync_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type zksync_RouterLiquidityEvent = { +export type polygonzkevm_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: zksync_Router; - asset: zksync_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['zksync_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; nonce: Scalars['BigInt']; }; -export type zksync_RouterLiquidityEventType = +export type polygonzkevm_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type zksync_RouterLiquidityEvent_filter = { +export type polygonzkevm_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162439,10 +160180,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; @@ -162463,7 +160204,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; @@ -162484,7 +160225,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; @@ -162501,16 +160242,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; @@ -162527,16 +160268,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; @@ -162546,12 +160287,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 polygonzkevm_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -162579,7 +160320,7 @@ export type zksync_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type zksync_Router_filter = { +export type polygonzkevm_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162592,36 +160333,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; @@ -162630,14 +160371,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 polygonzkevm_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -162646,13 +160387,13 @@ export type zksync_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type zksync_Sequencer = { +export type polygonzkevm_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type zksync_Sequencer_filter = { +export type polygonzkevm_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162665,34 +160406,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 polygonzkevm_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type zksync_Setting = { +export type polygonzkevm_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['zksync_Bytes']; + caller: Scalars['polygonzkevm_Bytes']; }; -export type zksync_Setting_filter = { +export type polygonzkevm_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162709,40 +160450,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 polygonzkevm_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type zksync_SlippageUpdate = { +export type polygonzkevm_SlippageUpdate = { id: Scalars['ID']; - transfer: zksync_DestinationTransfer; + transfer: polygonzkevm_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['zksync_Bytes']; - transactionHash: Scalars['zksync_Bytes']; + caller: Scalars['polygonzkevm_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type zksync_SlippageUpdate_filter = { +export type polygonzkevm_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162771,7 +160512,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; @@ -162780,26 +160521,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; @@ -162833,12 +160574,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 polygonzkevm_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -162885,16 +160626,16 @@ export type zksync_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_SnapshotRoot = { +export type polygonzkevm_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['zksync_Bytes']; + root: Scalars['polygonzkevm_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type zksync_SnapshotRoot_filter = { +export type polygonzkevm_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162911,16 +160652,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; @@ -162946,12 +160687,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 polygonzkevm_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -162959,12 +160700,12 @@ export type zksync_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type zksync_SpokeConnectorMode = { +export type polygonzkevm_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type zksync_SpokeConnectorMode_filter = { +export type polygonzkevm_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162994,25 +160735,25 @@ 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 polygonzkevm_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type zksync_TransferStatus = +export type polygonzkevm_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type zksync__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 */ @@ -163020,7 +160761,7 @@ export type zksync__Block_ = { }; /** The type for the top-level _meta field */ -export type zksync__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 @@ -163028,22 +160769,22 @@ export type zksync__Meta_ = { * and therefore asks for the latest block * */ - block: zksync__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 arbitrumone_AggregateRoot = { +export type stagingarbitrumone_AggregateRoot = { id: Scalars['ID']; - root: Scalars['arbitrumone_Bytes']; + root: Scalars['stagingarbitrumone_Bytes']; blockNumber: Scalars['BigInt']; }; -export type arbitrumone_AggregateRootProposed = { +export type stagingarbitrumone_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['arbitrumone_Bytes']; + aggregateRoot: Scalars['stagingarbitrumone_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -163051,7 +160792,7 @@ export type arbitrumone_AggregateRootProposed = { blockNumber?: Maybe; }; -export type arbitrumone_AggregateRootProposed_filter = { +export type stagingarbitrumone_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163060,16 +160801,16 @@ export type arbitrumone_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; @@ -163111,12 +160852,12 @@ export type arbitrumone_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 arbitrumone_AggregateRootProposed_orderBy = +export type stagingarbitrumone_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -163125,7 +160866,7 @@ export type arbitrumone_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type arbitrumone_AggregateRoot_filter = { +export type stagingarbitrumone_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163134,16 +160875,16 @@ export type arbitrumone_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -163153,41 +160894,45 @@ export type arbitrumone_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_AggregateRoot_orderBy = +export type stagingarbitrumone_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type arbitrumone_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 arbitrumone_AssetBalance = { +export type stagingarbitrumone_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: arbitrumone_Router; - asset: arbitrumone_Asset; + router: stagingarbitrumone_Router; + asset: stagingarbitrumone_Asset; feesEarned: Scalars['BigInt']; }; -export type arbitrumone_AssetBalance_filter = { +export type stagingarbitrumone_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163248,7 +160993,7 @@ export type arbitrumone_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -163269,7 +161014,7 @@ export type arbitrumone_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -163279,12 +161024,12 @@ export type arbitrumone_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_AssetBalance_orderBy = +export type stagingarbitrumone_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -163309,12 +161054,12 @@ export type arbitrumone_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type arbitrumone_AssetStatus = { +export type stagingarbitrumone_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type arbitrumone_AssetStatus_filter = { +export type stagingarbitrumone_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163328,16 +161073,16 @@ export type arbitrumone_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_AssetStatus_orderBy = +export type stagingarbitrumone_AssetStatus_orderBy = | 'id' | 'status'; -export type arbitrumone_Asset_filter = { +export type stagingarbitrumone_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163346,16 +161091,16 @@ export type arbitrumone_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -163372,16 +161117,16 @@ export type arbitrumone_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; @@ -163390,26 +161135,26 @@ export type arbitrumone_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -163438,14 +161183,14 @@ export type arbitrumone_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Asset_orderBy = +export type stagingarbitrumone_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -163459,26 +161204,26 @@ export type arbitrumone_Asset_orderBy = | 'status__id' | 'status__status'; -export type arbitrumone_BlockChangedFilter = { +export type stagingarbitrumone_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type arbitrumone_Block_height = { - hash?: InputMaybe; +export type stagingarbitrumone_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type arbitrumone_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 arbitrumone_ConnectorMeta_filter = { +export type stagingarbitrumone_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163503,43 +161248,43 @@ export type arbitrumone_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_ConnectorMeta_orderBy = +export type stagingarbitrumone_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -163547,57 +161292,57 @@ export type arbitrumone_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type arbitrumone_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 arbitrumone_DestinationTransferroutersArgs = { +export type stagingarbitrumone_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_DestinationTransfer_filter = { +export type stagingarbitrumone_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163614,16 +161359,16 @@ export type arbitrumone_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -163632,17 +161377,17 @@ export type arbitrumone_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -163667,40 +161412,40 @@ export type arbitrumone_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -163717,16 +161462,16 @@ export type arbitrumone_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -163743,16 +161488,16 @@ export type arbitrumone_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -163773,7 +161518,7 @@ export type arbitrumone_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -163790,26 +161535,26 @@ export type arbitrumone_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -163842,16 +161587,16 @@ export type arbitrumone_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -163860,26 +161605,26 @@ export type arbitrumone_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -163912,16 +161657,16 @@ export type arbitrumone_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -163931,12 +161676,12 @@ export type arbitrumone_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_DestinationTransfer_orderBy = +export type stagingarbitrumone_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -163985,14 +161730,14 @@ export type arbitrumone_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type arbitrumone_OptimisticRootFinalized = { +export type stagingarbitrumone_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['arbitrumone_Bytes']; + aggregateRoot: Scalars['stagingarbitrumone_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type arbitrumone_OptimisticRootFinalized_filter = { +export type stagingarbitrumone_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164001,16 +161746,16 @@ export type arbitrumone_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; @@ -164028,36 +161773,36 @@ export type arbitrumone_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 arbitrumone_OptimisticRootFinalized_orderBy = +export type stagingarbitrumone_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type arbitrumone_OrderDirection = +export type stagingarbitrumone_OrderDirection = | 'asc' | 'desc'; -export type arbitrumone_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 arbitrumone_OriginMessage_filter = { +export type stagingarbitrumone_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164066,16 +161811,16 @@ export type arbitrumone_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -164084,16 +161829,16 @@ export type arbitrumone_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -164102,36 +161847,36 @@ export type arbitrumone_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -164160,14 +161905,14 @@ export type arbitrumone_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_OriginMessage_orderBy = +export type stagingarbitrumone_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -164181,51 +161926,51 @@ export type arbitrumone_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type arbitrumone_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 arbitrumone_OriginTransferrelayerFeesArgs = { +export type stagingarbitrumone_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_OriginTransfer_filter = { +export type stagingarbitrumone_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164242,16 +161987,16 @@ export type arbitrumone_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -164260,20 +162005,20 @@ export type arbitrumone_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -164298,40 +162043,40 @@ export type arbitrumone_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -164340,16 +162085,16 @@ export type arbitrumone_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -164366,16 +162111,16 @@ export type arbitrumone_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -164396,17 +162141,17 @@ export type arbitrumone_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -164427,7 +162172,7 @@ export type arbitrumone_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -164442,37 +162187,37 @@ export type arbitrumone_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -164505,16 +162250,16 @@ export type arbitrumone_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -164524,12 +162269,12 @@ export type arbitrumone_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_OriginTransfer_orderBy = +export type stagingarbitrumone_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -164581,20 +162326,20 @@ export type arbitrumone_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type arbitrumone_Relayer = { +export type stagingarbitrumone_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type arbitrumone_RelayerFee = { +export type stagingarbitrumone_RelayerFee = { id: Scalars['ID']; - transfer: arbitrumone_OriginTransfer; + transfer: stagingarbitrumone_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['arbitrumone_Bytes']; + asset: Scalars['stagingarbitrumone_Bytes']; }; -export type arbitrumone_RelayerFee_filter = { +export type stagingarbitrumone_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164623,7 +162368,7 @@ export type arbitrumone_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -164632,23 +162377,23 @@ export type arbitrumone_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RelayerFee_orderBy = +export type stagingarbitrumone_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -164683,20 +162428,20 @@ export type arbitrumone_RelayerFee_orderBy = | 'fee' | 'asset'; -export type arbitrumone_RelayerFeesIncrease = { +export type stagingarbitrumone_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: arbitrumone_OriginTransfer; + transfer: stagingarbitrumone_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['arbitrumone_Bytes']; - transactionHash: Scalars['arbitrumone_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 arbitrumone_RelayerFeesIncrease_filter = { +export type stagingarbitrumone_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164725,7 +162470,7 @@ export type arbitrumone_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -164734,36 +162479,36 @@ export type arbitrumone_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -164797,12 +162542,12 @@ export type arbitrumone_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RelayerFeesIncrease_orderBy = +export type stagingarbitrumone_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -164843,7 +162588,7 @@ export type arbitrumone_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumone_Relayer_filter = { +export type stagingarbitrumone_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164856,33 +162601,33 @@ export type arbitrumone_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Relayer_orderBy = +export type stagingarbitrumone_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type arbitrumone_RootCount = { +export type stagingarbitrumone_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type arbitrumone_RootCount_filter = { +export type stagingarbitrumone_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164900,30 +162645,30 @@ export type arbitrumone_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RootCount_orderBy = +export type stagingarbitrumone_RootCount_orderBy = | 'id' | 'count'; -export type arbitrumone_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 arbitrumone_RootMessageSent_filter = { +export type stagingarbitrumone_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164948,16 +162693,16 @@ export type arbitrumone_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -164966,26 +162711,26 @@ export type arbitrumone_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -165019,12 +162764,12 @@ export type arbitrumone_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RootMessageSent_orderBy = +export type stagingarbitrumone_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -165037,34 +162782,34 @@ export type arbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumone_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 arbitrumone_RouterassetBalancesArgs = { +export type stagingarbitrumone_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_RouterDailyTVL = { +export type stagingarbitrumone_RouterDailyTVL = { id: Scalars['ID']; - router: arbitrumone_Router; - asset: arbitrumone_Asset; + router: stagingarbitrumone_Router; + asset: stagingarbitrumone_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type arbitrumone_RouterDailyTVL_filter = { +export type stagingarbitrumone_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165093,7 +162838,7 @@ export type arbitrumone_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -165114,7 +162859,7 @@ export type arbitrumone_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -165132,12 +162877,12 @@ export type arbitrumone_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RouterDailyTVL_orderBy = +export type stagingarbitrumone_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -165159,25 +162904,25 @@ export type arbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type arbitrumone_RouterLiquidityEvent = { +export type stagingarbitrumone_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: arbitrumone_Router; - asset: arbitrumone_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['arbitrumone_Bytes']; + transactionHash: Scalars['stagingarbitrumone_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_RouterLiquidityEventType = +export type stagingarbitrumone_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type arbitrumone_RouterLiquidityEvent_filter = { +export type stagingarbitrumone_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165186,10 +162931,10 @@ export type arbitrumone_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -165210,7 +162955,7 @@ export type arbitrumone_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -165231,7 +162976,7 @@ export type arbitrumone_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -165248,16 +162993,16 @@ export type arbitrumone_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -165274,16 +163019,16 @@ export type arbitrumone_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -165293,12 +163038,12 @@ export type arbitrumone_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RouterLiquidityEvent_orderBy = +export type stagingarbitrumone_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -165326,7 +163071,7 @@ export type arbitrumone_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type arbitrumone_Router_filter = { +export type stagingarbitrumone_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165339,36 +163084,36 @@ export type arbitrumone_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -165377,14 +163122,14 @@ export type arbitrumone_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Router_orderBy = +export type stagingarbitrumone_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -165393,13 +163138,13 @@ export type arbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type arbitrumone_Sequencer = { +export type stagingarbitrumone_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type arbitrumone_Sequencer_filter = { +export type stagingarbitrumone_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165412,34 +163157,34 @@ export type arbitrumone_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Sequencer_orderBy = +export type stagingarbitrumone_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type arbitrumone_Setting = { +export type stagingarbitrumone_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['arbitrumone_Bytes']; + caller: Scalars['stagingarbitrumone_Bytes']; }; -export type arbitrumone_Setting_filter = { +export type stagingarbitrumone_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165456,40 +163201,40 @@ export type arbitrumone_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Setting_orderBy = +export type stagingarbitrumone_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type arbitrumone_SlippageUpdate = { +export type stagingarbitrumone_SlippageUpdate = { id: Scalars['ID']; - transfer: arbitrumone_DestinationTransfer; + transfer: stagingarbitrumone_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['arbitrumone_Bytes']; - transactionHash: Scalars['arbitrumone_Bytes']; + caller: Scalars['stagingarbitrumone_Bytes']; + transactionHash: Scalars['stagingarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumone_SlippageUpdate_filter = { +export type stagingarbitrumone_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165518,7 +163263,7 @@ export type arbitrumone_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -165527,26 +163272,26 @@ export type arbitrumone_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -165580,12 +163325,12 @@ export type arbitrumone_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_SlippageUpdate_orderBy = +export type stagingarbitrumone_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -165632,16 +163377,16 @@ export type arbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumone_SnapshotRoot = { +export type stagingarbitrumone_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['arbitrumone_Bytes']; + root: Scalars['stagingarbitrumone_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumone_SnapshotRoot_filter = { +export type stagingarbitrumone_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165658,16 +163403,16 @@ export type arbitrumone_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; @@ -165693,12 +163438,12 @@ export type arbitrumone_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 arbitrumone_SnapshotRoot_orderBy = +export type stagingarbitrumone_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -165706,12 +163451,12 @@ export type arbitrumone_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type arbitrumone_SpokeConnectorMode = { +export type stagingarbitrumone_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type arbitrumone_SpokeConnectorMode_filter = { +export type stagingarbitrumone_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165741,33 +163486,35 @@ export type arbitrumone_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 arbitrumone_SpokeConnectorMode_orderBy = +export type stagingarbitrumone_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type arbitrumone_TransferStatus = +export type stagingarbitrumone_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type arbitrumone__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 arbitrumone__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 @@ -165775,22 +163522,22 @@ export type arbitrumone__Meta_ = { * and therefore asks for the latest block * */ - block: arbitrumone__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 stagingmetis_AggregateRoot = { +export type localmainnet_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmetis_Bytes']; + root: Scalars['localmainnet_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_AggregateRootProposed = { +export type localmainnet_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmetis_Bytes']; + aggregateRoot: Scalars['localmainnet_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -165798,7 +163545,7 @@ export type stagingmetis_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmetis_AggregateRootProposed_filter = { +export type localmainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165807,16 +163554,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; @@ -165858,12 +163605,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 localmainnet_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -165872,7 +163619,7 @@ export type stagingmetis_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmetis_AggregateRoot_filter = { +export type localmainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165881,16 +163628,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; @@ -165900,41 +163647,41 @@ 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 localmainnet_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmetis_Asset = { +export type localmainnet_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingmetis_AssetBalance = { +export type localmainnet_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + router: localmainnet_Router; + asset: localmainnet_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmetis_AssetBalance_filter = { +export type localmainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165995,7 +163742,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; @@ -166016,7 +163763,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; @@ -166026,12 +163773,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 localmainnet_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -166056,12 +163803,12 @@ export type stagingmetis_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmetis_AssetStatus = { +export type localmainnet_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmetis_AssetStatus_filter = { +export type localmainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166075,16 +163822,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 localmainnet_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmetis_Asset_filter = { +export type localmainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166093,16 +163840,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; @@ -166119,16 +163866,16 @@ export type stagingmetis_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -166137,26 +163884,26 @@ export type stagingmetis_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -166185,14 +163932,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 localmainnet_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -166206,26 +163953,16 @@ export type stagingmetis_Asset_orderBy = | '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 = { +export type localmainnet_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmetis_ConnectorMeta_filter = { +export type localmainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166250,43 +163987,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 localmainnet_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -166294,57 +164031,57 @@ export type stagingmetis_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmetis_DestinationTransfer = { +export type localmainnet_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingmetis_DestinationTransferroutersArgs = { +export type localmainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_DestinationTransfer_filter = { +export type localmainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166361,16 +164098,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; @@ -166379,17 +164116,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; @@ -166414,40 +164151,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; @@ -166464,16 +164201,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; @@ -166490,16 +164227,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; @@ -166520,7 +164257,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; @@ -166537,26 +164274,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; @@ -166589,16 +164326,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; @@ -166607,26 +164344,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; @@ -166659,16 +164396,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; @@ -166678,12 +164415,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 localmainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -166732,14 +164469,14 @@ export type stagingmetis_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmetis_OptimisticRootFinalized = { +export type localmainnet_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmetis_Bytes']; + aggregateRoot: Scalars['localmainnet_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmetis_OptimisticRootFinalized_filter = { +export type localmainnet_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166748,16 +164485,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; @@ -166775,36 +164512,31 @@ 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 localmainnet_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type stagingmetis_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingmetis_OriginMessage = { +export type localmainnet_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingmetis_OriginMessage_filter = { +export type localmainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166813,16 +164545,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; @@ -166831,16 +164563,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; @@ -166849,36 +164581,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; @@ -166907,14 +164639,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 localmainnet_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -166928,51 +164660,51 @@ export type stagingmetis_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmetis_OriginTransfer = { +export type localmainnet_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingmetis_OriginTransferrelayerFeesArgs = { +export type localmainnet_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_OriginTransfer_filter = { +export type localmainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166989,16 +164721,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; @@ -167007,20 +164739,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; @@ -167045,40 +164777,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; @@ -167087,16 +164819,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; @@ -167113,16 +164845,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; @@ -167143,17 +164875,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; @@ -167174,7 +164906,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; @@ -167189,37 +164921,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; @@ -167252,16 +164984,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; @@ -167271,12 +165003,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 localmainnet_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -167328,20 +165060,20 @@ export type stagingmetis_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmetis_Relayer = { +export type localmainnet_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmetis_RelayerFee = { +export type localmainnet_RelayerFee = { id: Scalars['ID']; - transfer: stagingmetis_OriginTransfer; + transfer: localmainnet_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmetis_Bytes']; + asset: Scalars['localmainnet_Bytes']; }; -export type stagingmetis_RelayerFee_filter = { +export type localmainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167370,7 +165102,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; @@ -167379,23 +165111,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 localmainnet_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -167430,20 +165162,20 @@ export type stagingmetis_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmetis_RelayerFeesIncrease = { +export type localmainnet_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmetis_OriginTransfer; + transfer: localmainnet_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmetis_Bytes']; - transactionHash: Scalars['stagingmetis_Bytes']; + asset?: Maybe; + caller: Scalars['localmainnet_Bytes']; + transactionHash: Scalars['localmainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_RelayerFeesIncrease_filter = { +export type localmainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167472,7 +165204,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; @@ -167481,36 +165213,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; @@ -167544,12 +165276,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 localmainnet_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -167590,7 +165322,7 @@ export type stagingmetis_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_Relayer_filter = { +export type localmainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167603,33 +165335,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 localmainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmetis_RootCount = { +export type localmainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmetis_RootCount_filter = { +export type localmainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167647,30 +165379,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 localmainnet_RootCount_orderBy = | 'id' | 'count'; -export type stagingmetis_RootMessageSent = { +export type localmainnet_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingmetis_RootMessageSent_filter = { +export type localmainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167695,16 +165427,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; @@ -167713,26 +165445,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; @@ -167766,12 +165498,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 localmainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -167784,34 +165516,34 @@ export type stagingmetis_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_Router = { +export type localmainnet_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingmetis_RouterassetBalancesArgs = { +export type localmainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_RouterDailyTVL = { +export type localmainnet_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + router: localmainnet_Router; + asset: localmainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmetis_RouterDailyTVL_filter = { +export type localmainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167840,7 +165572,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; @@ -167861,7 +165593,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; @@ -167879,12 +165611,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 localmainnet_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -167906,25 +165638,25 @@ export type stagingmetis_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmetis_RouterLiquidityEvent = { +export type localmainnet_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + type?: Maybe; + router: localmainnet_Router; + asset: localmainnet_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['localmainnet_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmetis_RouterLiquidityEventType = +export type localmainnet_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmetis_RouterLiquidityEvent_filter = { +export type localmainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167933,10 +165665,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; @@ -167957,7 +165689,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; @@ -167978,7 +165710,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; @@ -167995,16 +165727,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; @@ -168021,16 +165753,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; @@ -168040,12 +165772,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 localmainnet_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -168073,7 +165805,7 @@ export type stagingmetis_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmetis_Router_filter = { +export type localmainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168086,36 +165818,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; @@ -168124,14 +165856,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 localmainnet_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -168140,13 +165872,13 @@ export type stagingmetis_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmetis_Sequencer = { +export type localmainnet_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmetis_Sequencer_filter = { +export type localmainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168159,34 +165891,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 localmainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmetis_Setting = { +export type localmainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmetis_Bytes']; + caller: Scalars['localmainnet_Bytes']; }; -export type stagingmetis_Setting_filter = { +export type localmainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168203,40 +165935,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 localmainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmetis_SlippageUpdate = { +export type localmainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmetis_DestinationTransfer; + transfer: localmainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmetis_Bytes']; - transactionHash: Scalars['stagingmetis_Bytes']; + caller: Scalars['localmainnet_Bytes']; + transactionHash: Scalars['localmainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_SlippageUpdate_filter = { +export type localmainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168265,7 +165997,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; @@ -168274,26 +166006,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; @@ -168327,12 +166059,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 localmainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -168379,16 +166111,16 @@ export type stagingmetis_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_SnapshotRoot = { +export type localmainnet_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmetis_Bytes']; + root: Scalars['localmainnet_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_SnapshotRoot_filter = { +export type localmainnet_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168405,16 +166137,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; @@ -168440,12 +166172,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 localmainnet_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -168453,12 +166185,12 @@ export type stagingmetis_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmetis_SpokeConnectorMode = { +export type localmainnet_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmetis_SpokeConnectorMode_filter = { +export type localmainnet_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168488,56 +166220,31 @@ 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 localmainnet_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmetis_TransferStatus = +export type localmainnet_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmetis__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingmetis__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingmetis__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type staginglinea_AggregateRoot = { +export type localarbitrumone_AggregateRoot = { id: Scalars['ID']; - root: Scalars['staginglinea_Bytes']; + root: Scalars['localarbitrumone_Bytes']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_AggregateRootProposed = { +export type localarbitrumone_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['staginglinea_Bytes']; + aggregateRoot: Scalars['localarbitrumone_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -168545,7 +166252,7 @@ export type staginglinea_AggregateRootProposed = { blockNumber?: Maybe; }; -export type staginglinea_AggregateRootProposed_filter = { +export type localarbitrumone_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168554,12 +166261,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; @@ -168601,10 +166312,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 localarbitrumone_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -168613,7 +166326,7 @@ export type staginglinea_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type staginglinea_AggregateRoot_filter = { +export type localarbitrumone_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168622,12 +166335,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; @@ -168637,39 +166354,45 @@ 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 localarbitrumone_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type staginglinea_Asset = { +export type localarbitrumone_Aggregation_interval = + | 'hour' + | 'day'; + +export type localarbitrumone_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type staginglinea_AssetBalance = { +export type localarbitrumone_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: staginglinea_Router; - asset: staginglinea_Asset; + router: localarbitrumone_Router; + asset: localarbitrumone_Asset; feesEarned: Scalars['BigInt']; }; -export type staginglinea_AssetBalance_filter = { +export type localarbitrumone_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168730,7 +166453,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; @@ -168751,7 +166474,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; @@ -168761,25 +166484,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 localarbitrumone_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'feesEarned'; -export type staginglinea_AssetStatus = { +export type localarbitrumone_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type staginglinea_AssetStatus_filter = { +export type localarbitrumone_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168793,14 +166533,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 localarbitrumone_AssetStatus_orderBy = | 'id' | 'status'; -export type staginglinea_Asset_filter = { +export type localarbitrumone_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168809,12 +166551,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; @@ -168831,12 +166577,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; @@ -168845,18 +166595,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; @@ -168885,12 +166643,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 localarbitrumone_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -168900,28 +166660,30 @@ export type staginglinea_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status'; + | 'status' + | 'status__id' + | 'status__status'; -export type staginglinea_BlockChangedFilter = { +export type localarbitrumone_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type staginglinea_Block_height = { - hash?: InputMaybe; +export type localarbitrumone_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type staginglinea_ConnectorMeta = { +export type localarbitrumone_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type staginglinea_ConnectorMeta_filter = { +export type localarbitrumone_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168946,29 +166708,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 localarbitrumone_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -168976,57 +166752,57 @@ export type staginglinea_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginglinea_DestinationTransfer = { +export type localarbitrumone_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type staginglinea_DestinationTransferroutersArgs = { +export type localarbitrumone_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_DestinationTransfer_filter = { +export type localarbitrumone_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169043,12 +166819,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; @@ -169057,17 +166837,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; @@ -169092,28 +166872,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; @@ -169130,12 +166922,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; @@ -169152,12 +166948,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; @@ -169178,7 +166978,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; @@ -169195,18 +166995,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; @@ -169239,13 +167047,17 @@ 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; - executedTxNonce?: 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; @@ -169253,18 +167065,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; @@ -169297,12 +167117,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; @@ -169312,10 +167136,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 localarbitrumone_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -169336,6 +167162,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' @@ -169355,14 +167190,14 @@ export type staginglinea_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type staginglinea_OptimisticRootFinalized = { +export type localarbitrumone_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['staginglinea_Bytes']; + aggregateRoot: Scalars['localarbitrumone_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type staginglinea_OptimisticRootFinalized_filter = { +export type localarbitrumone_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169371,12 +167206,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; @@ -169394,34 +167233,36 @@ export type staginglinea_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_OptimisticRootFinalized_orderBy = +export type localarbitrumone_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type staginglinea_OrderDirection = +export type localarbitrumone_OrderDirection = | 'asc' | 'desc'; -export type staginglinea_OriginMessage = { +export type localarbitrumone_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type staginglinea_OriginMessage_filter = { +export type localarbitrumone_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169430,12 +167271,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; @@ -169444,12 +167289,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; @@ -169458,24 +167307,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; @@ -169504,12 +167365,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 localarbitrumone_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -169519,53 +167382,55 @@ export type staginglinea_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount'; + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type staginglinea_OriginTransfer = { +export type localarbitrumone_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type staginglinea_OriginTransferrelayerFeesArgs = { +export type localarbitrumone_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_OriginTransfer_filter = { +export type localarbitrumone_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169582,12 +167447,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; @@ -169596,16 +167465,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; @@ -169630,28 +167503,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; @@ -169660,12 +167545,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; @@ -169682,12 +167571,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; @@ -169708,13 +167601,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; @@ -169735,7 +167632,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; @@ -169750,25 +167647,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; @@ -169801,12 +167710,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; @@ -169816,10 +167729,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 localarbitrumone_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -169839,8 +167754,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' @@ -169853,20 +167786,20 @@ export type staginglinea_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type staginglinea_Relayer = { +export type localarbitrumone_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type staginglinea_RelayerFee = { +export type localarbitrumone_RelayerFee = { id: Scalars['ID']; - transfer: staginglinea_OriginTransfer; + transfer: localarbitrumone_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['staginglinea_Bytes']; + asset: Scalars['localarbitrumone_Bytes']; }; -export type staginglinea_RelayerFee_filter = { +export type localarbitrumone_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169895,7 +167828,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; @@ -169904,36 +167837,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 localarbitrumone_RelayerFee_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'fee' | 'asset'; -export type staginglinea_RelayerFeesIncrease = { +export type localarbitrumone_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: staginglinea_OriginTransfer; + transfer: localarbitrumone_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['staginglinea_Bytes']; - transactionHash: Scalars['staginglinea_Bytes']; + asset?: Maybe; + caller: Scalars['localarbitrumone_Bytes']; + transactionHash: Scalars['localarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_RelayerFeesIncrease_filter = { +export type localarbitrumone_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169962,7 +167930,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; @@ -169971,24 +167939,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; @@ -170022,12 +168002,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 localarbitrumone_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -170037,7 +168048,7 @@ export type staginglinea_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_Relayer_filter = { +export type localarbitrumone_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170050,27 +168061,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 localarbitrumone_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type staginglinea_RootCount = { +export type localarbitrumone_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type staginglinea_RootCount_filter = { +export type localarbitrumone_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170088,28 +168105,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 localarbitrumone_RootCount_orderBy = | 'id' | 'count'; -export type staginglinea_RootMessageSent = { +export type localarbitrumone_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type staginglinea_RootMessageSent_filter = { +export type localarbitrumone_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170134,12 +168153,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; @@ -170148,18 +168171,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; @@ -170193,10 +168224,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 localarbitrumone_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -170209,34 +168242,34 @@ export type staginglinea_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_Router = { +export type localarbitrumone_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type staginglinea_RouterassetBalancesArgs = { +export type localarbitrumone_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_RouterDailyTVL = { +export type localarbitrumone_RouterDailyTVL = { id: Scalars['ID']; - router: staginglinea_Router; - asset: staginglinea_Asset; + router: localarbitrumone_Router; + asset: localarbitrumone_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type staginglinea_RouterDailyTVL_filter = { +export type localarbitrumone_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170265,7 +168298,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; @@ -170286,7 +168319,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; @@ -170304,35 +168337,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 localarbitrumone_RouterDailyTVL_orderBy = | 'id' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type staginglinea_RouterLiquidityEvent = { +export type localarbitrumone_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: staginglinea_Router; - asset: staginglinea_Asset; + type?: Maybe; + router: localarbitrumone_Router; + asset: localarbitrumone_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['staginglinea_Bytes']; + transactionHash: Scalars['localarbitrumone_Bytes']; nonce: Scalars['BigInt']; }; -export type staginglinea_RouterLiquidityEventType = +export type localarbitrumone_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type staginglinea_RouterLiquidityEvent_filter = { +export type localarbitrumone_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170341,10 +168391,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; @@ -170365,7 +168415,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; @@ -170386,7 +168436,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; @@ -170403,12 +168453,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; @@ -170425,12 +168479,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; @@ -170440,14 +168498,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 localarbitrumone_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' @@ -170456,7 +168531,7 @@ export type staginglinea_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type staginglinea_Router_filter = { +export type localarbitrumone_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170469,24 +168544,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; @@ -170495,12 +168582,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 localarbitrumone_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -170509,13 +168598,13 @@ export type staginglinea_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type staginglinea_Sequencer = { +export type localarbitrumone_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type staginglinea_Sequencer_filter = { +export type localarbitrumone_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170528,28 +168617,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 localarbitrumone_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type staginglinea_Setting = { +export type localarbitrumone_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['staginglinea_Bytes']; + caller: Scalars['localarbitrumone_Bytes']; }; -export type staginglinea_Setting_filter = { +export type localarbitrumone_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170566,34 +168661,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 localarbitrumone_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type staginglinea_SlippageUpdate = { +export type localarbitrumone_SlippageUpdate = { id: Scalars['ID']; - transfer: staginglinea_DestinationTransfer; + transfer: localarbitrumone_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['staginglinea_Bytes']; - transactionHash: Scalars['staginglinea_Bytes']; + caller: Scalars['localarbitrumone_Bytes']; + transactionHash: Scalars['localarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_SlippageUpdate_filter = { +export type localarbitrumone_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170622,7 +168723,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; @@ -170631,26 +168732,34 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; gasPrice?: InputMaybe; gasPrice_not?: InputMaybe; gasPrice_gt?: InputMaybe; @@ -170676,12 +168785,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 localarbitrumone_SlippageUpdate_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -170690,16 +168837,16 @@ export type staginglinea_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_SnapshotRoot = { +export type localarbitrumone_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['staginglinea_Bytes']; + root: Scalars['localarbitrumone_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_SnapshotRoot_filter = { +export type localarbitrumone_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170716,12 +168863,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; @@ -170747,10 +168898,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 localarbitrumone_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -170758,12 +168911,12 @@ export type staginglinea_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type staginglinea_SpokeConnectorMode = { +export type localarbitrumone_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type staginglinea_SpokeConnectorMode_filter = { +export type localarbitrumone_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170793,31 +168946,35 @@ export type staginglinea_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_SpokeConnectorMode_orderBy = +export type localarbitrumone_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type staginglinea_TransferStatus = +export type localarbitrumone_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type staginglinea__Block_ = { +export type localarbitrumone__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type staginglinea__Meta_ = { +export type localarbitrumone__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -170825,22 +168982,22 @@ export type staginglinea__Meta_ = { * and therefore asks for the latest block * */ - block: staginglinea__Block_; + block: localarbitrumone__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingmantle_AggregateRoot = { +export type stagingmode_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmantle_Bytes']; + root: Scalars['stagingmode_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_AggregateRootProposed = { +export type stagingmode_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmantle_Bytes']; + aggregateRoot: Scalars['stagingmode_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -170848,7 +169005,7 @@ export type stagingmantle_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmantle_AggregateRootProposed_filter = { +export type stagingmode_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170857,16 +169014,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; @@ -170908,12 +169065,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 stagingmode_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -170922,7 +169079,7 @@ export type stagingmantle_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmantle_AggregateRoot_filter = { +export type stagingmode_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170931,16 +169088,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; @@ -170950,41 +169107,41 @@ export type stagingmantle_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_AggregateRoot_orderBy = +export type stagingmode_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmantle_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 stagingmantle_AssetBalance = { +export type stagingmode_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmantle_Router; - asset: stagingmantle_Asset; + router: stagingmode_Router; + asset: stagingmode_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmantle_AssetBalance_filter = { +export type stagingmode_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171045,7 +169202,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; @@ -171066,7 +169223,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; @@ -171076,12 +169233,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 stagingmode_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -171106,12 +169263,12 @@ export type stagingmantle_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmantle_AssetStatus = { +export type stagingmode_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmantle_AssetStatus_filter = { +export type stagingmode_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171125,16 +169282,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 stagingmode_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmantle_Asset_filter = { +export type stagingmode_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171143,16 +169300,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; @@ -171169,16 +169326,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; @@ -171187,26 +169344,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; @@ -171235,14 +169392,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 stagingmode_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -171256,26 +169413,26 @@ export type stagingmantle_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmantle_BlockChangedFilter = { +export type stagingmode_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmantle_Block_height = { - hash?: InputMaybe; +export type stagingmode_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmantle_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 stagingmantle_ConnectorMeta_filter = { +export type stagingmode_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171300,43 +169457,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 stagingmode_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -171344,57 +169501,57 @@ export type stagingmantle_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmantle_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 stagingmantle_DestinationTransferroutersArgs = { +export type stagingmode_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_DestinationTransfer_filter = { +export type stagingmode_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171411,16 +169568,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; @@ -171429,17 +169586,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; @@ -171464,40 +169621,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; @@ -171514,16 +169671,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; @@ -171540,16 +169697,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; @@ -171570,7 +169727,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; @@ -171587,26 +169744,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; @@ -171639,16 +169796,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; @@ -171657,26 +169814,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; @@ -171709,16 +169866,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; @@ -171728,12 +169885,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 stagingmode_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -171782,14 +169939,14 @@ export type stagingmantle_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmantle_OptimisticRootFinalized = { +export type stagingmode_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmantle_Bytes']; + aggregateRoot: Scalars['stagingmode_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmantle_OptimisticRootFinalized_filter = { +export type stagingmode_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171798,16 +169955,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; @@ -171825,36 +169982,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 stagingmode_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmantle_OrderDirection = +export type stagingmode_OrderDirection = | 'asc' | 'desc'; -export type stagingmantle_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 stagingmantle_OriginMessage_filter = { +export type stagingmode_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171863,16 +170020,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; @@ -171881,16 +170038,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; @@ -171899,36 +170056,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; @@ -171957,14 +170114,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 stagingmode_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -171978,51 +170135,51 @@ export type stagingmantle_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmantle_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 stagingmantle_OriginTransferrelayerFeesArgs = { +export type stagingmode_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_OriginTransfer_filter = { +export type stagingmode_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172039,16 +170196,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; @@ -172057,20 +170214,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; @@ -172095,40 +170252,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; @@ -172137,16 +170294,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; @@ -172163,16 +170320,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; @@ -172193,17 +170350,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; @@ -172224,7 +170381,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; @@ -172239,37 +170396,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; @@ -172302,16 +170459,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; @@ -172321,12 +170478,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 stagingmode_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -172378,20 +170535,20 @@ export type stagingmantle_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmantle_Relayer = { +export type stagingmode_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmantle_RelayerFee = { +export type stagingmode_RelayerFee = { id: Scalars['ID']; - transfer: stagingmantle_OriginTransfer; + transfer: stagingmode_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmantle_Bytes']; + asset: Scalars['stagingmode_Bytes']; }; -export type stagingmantle_RelayerFee_filter = { +export type stagingmode_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172420,7 +170577,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; @@ -172429,23 +170586,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 stagingmode_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -172480,20 +170637,20 @@ export type stagingmantle_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmantle_RelayerFeesIncrease = { +export type stagingmode_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmantle_OriginTransfer; + transfer: stagingmode_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmantle_Bytes']; - transactionHash: Scalars['stagingmantle_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 stagingmantle_RelayerFeesIncrease_filter = { +export type stagingmode_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172522,7 +170679,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; @@ -172531,36 +170688,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; @@ -172594,12 +170751,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 stagingmode_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -172640,7 +170797,7 @@ export type stagingmantle_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_Relayer_filter = { +export type stagingmode_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172653,33 +170810,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 stagingmode_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmantle_RootCount = { +export type stagingmode_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmantle_RootCount_filter = { +export type stagingmode_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172697,30 +170854,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 stagingmode_RootCount_orderBy = | 'id' | 'count'; -export type stagingmantle_RootMessageSent = { +export type stagingmode_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 stagingmode_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172745,16 +170902,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; @@ -172763,26 +170920,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; @@ -172816,12 +170973,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 stagingmode_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -172834,34 +170991,34 @@ export type stagingmantle_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_Router = { +export type stagingmode_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 stagingmode_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_RouterDailyTVL = { +export type stagingmode_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmantle_Router; - asset: stagingmantle_Asset; + router: stagingmode_Router; + asset: stagingmode_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmantle_RouterDailyTVL_filter = { +export type stagingmode_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172890,7 +171047,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; @@ -172911,7 +171068,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; @@ -172929,12 +171086,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 stagingmode_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -172956,25 +171113,25 @@ export type stagingmantle_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmantle_RouterLiquidityEvent = { +export type stagingmode_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmantle_Router; - asset: stagingmantle_Asset; + type?: Maybe; + router: stagingmode_Router; + asset: stagingmode_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingmantle_Bytes']; + transactionHash: Scalars['stagingmode_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmantle_RouterLiquidityEventType = +export type stagingmode_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmantle_RouterLiquidityEvent_filter = { +export type stagingmode_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172983,10 +171140,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; @@ -173007,7 +171164,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; @@ -173028,7 +171185,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; @@ -173045,16 +171202,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; @@ -173071,16 +171228,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; @@ -173090,12 +171247,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 stagingmode_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -173123,7 +171280,7 @@ export type stagingmantle_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmantle_Router_filter = { +export type stagingmode_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173136,36 +171293,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; @@ -173174,14 +171331,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 stagingmode_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -173190,13 +171347,13 @@ export type stagingmantle_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmantle_Sequencer = { +export type stagingmode_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmantle_Sequencer_filter = { +export type stagingmode_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173209,34 +171366,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 stagingmode_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmantle_Setting = { +export type stagingmode_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmantle_Bytes']; + caller: Scalars['stagingmode_Bytes']; }; -export type stagingmantle_Setting_filter = { +export type stagingmode_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173253,40 +171410,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 stagingmode_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmantle_SlippageUpdate = { +export type stagingmode_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmantle_DestinationTransfer; + transfer: stagingmode_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmantle_Bytes']; - transactionHash: Scalars['stagingmantle_Bytes']; + caller: Scalars['stagingmode_Bytes']; + transactionHash: Scalars['stagingmode_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_SlippageUpdate_filter = { +export type stagingmode_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173315,7 +171472,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; @@ -173324,26 +171481,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; @@ -173377,12 +171534,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 stagingmode_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -173429,16 +171586,16 @@ export type stagingmantle_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_SnapshotRoot = { +export type stagingmode_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmantle_Bytes']; + root: Scalars['stagingmode_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_SnapshotRoot_filter = { +export type stagingmode_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173455,16 +171612,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; @@ -173490,12 +171647,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 stagingmode_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -173503,12 +171660,12 @@ export type stagingmantle_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmantle_SpokeConnectorMode = { +export type stagingmode_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmantle_SpokeConnectorMode_filter = { +export type stagingmode_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173538,25 +171695,25 @@ export type stagingmantle_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_SpokeConnectorMode_orderBy = +export type stagingmode_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmantle_TransferStatus = +export type stagingmode_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmantle__Block_ = { +export type stagingmode__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -173564,7 +171721,7 @@ export type stagingmantle__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingmantle__Meta_ = { +export type stagingmode__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -173572,22 +171729,22 @@ export type stagingmantle__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmantle__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 stagingarbitrumone_AggregateRoot = { +export type stagingxdai_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingarbitrumone_Bytes']; + root: Scalars['stagingxdai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_AggregateRootProposed = { +export type stagingxdai_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumone_Bytes']; + aggregateRoot: Scalars['stagingxdai_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -173595,7 +171752,7 @@ export type stagingarbitrumone_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingarbitrumone_AggregateRootProposed_filter = { +export type stagingxdai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173604,16 +171761,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; @@ -173655,12 +171812,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 stagingxdai_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -173669,7 +171826,7 @@ export type stagingarbitrumone_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingarbitrumone_AggregateRoot_filter = { +export type stagingxdai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173678,16 +171835,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; @@ -173697,45 +171854,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 stagingxdai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingarbitrumone_Aggregation_interval = +export type stagingxdai_Aggregation_interval = | 'hour' | 'day'; -export type stagingarbitrumone_Asset = { +export type stagingxdai_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingarbitrumone_AssetBalance = { +export type stagingxdai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_Asset; + router: stagingxdai_Router; + asset: stagingxdai_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingarbitrumone_AssetBalance_filter = { +export type stagingxdai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173796,7 +171953,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; @@ -173817,7 +171974,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; @@ -173827,12 +171984,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 stagingxdai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -173857,12 +172014,12 @@ export type stagingarbitrumone_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingarbitrumone_AssetStatus = { +export type stagingxdai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingarbitrumone_AssetStatus_filter = { +export type stagingxdai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173876,16 +172033,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 stagingxdai_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingarbitrumone_Asset_filter = { +export type stagingxdai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173894,16 +172051,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; @@ -173920,16 +172077,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; @@ -173938,26 +172095,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; @@ -173986,14 +172143,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 stagingxdai_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -174007,26 +172164,26 @@ export type stagingarbitrumone_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingarbitrumone_BlockChangedFilter = { +export type stagingxdai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingarbitrumone_Block_height = { - hash?: InputMaybe; +export type stagingxdai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingarbitrumone_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 stagingarbitrumone_ConnectorMeta_filter = { +export type stagingxdai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174051,43 +172208,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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_ConnectorMeta_orderBy = +export type stagingxdai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -174095,57 +172252,57 @@ export type stagingarbitrumone_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingarbitrumone_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 stagingarbitrumone_DestinationTransferroutersArgs = { +export type stagingxdai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_DestinationTransfer_filter = { +export type stagingxdai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174162,16 +172319,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; @@ -174180,17 +172337,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; @@ -174215,40 +172372,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; @@ -174265,16 +172422,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; @@ -174291,16 +172448,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; @@ -174321,7 +172478,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; @@ -174338,26 +172495,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; @@ -174390,16 +172547,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; @@ -174408,26 +172565,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; @@ -174460,16 +172617,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; @@ -174479,12 +172636,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 stagingxdai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -174533,14 +172690,14 @@ export type stagingarbitrumone_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingarbitrumone_OptimisticRootFinalized = { +export type stagingxdai_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumone_Bytes']; + aggregateRoot: Scalars['stagingxdai_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingarbitrumone_OptimisticRootFinalized_filter = { +export type stagingxdai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174549,16 +172706,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; @@ -174576,36 +172733,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 stagingxdai_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingarbitrumone_OrderDirection = +export type stagingxdai_OrderDirection = | 'asc' | 'desc'; -export type stagingarbitrumone_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 stagingarbitrumone_OriginMessage_filter = { +export type stagingxdai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174614,16 +172771,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; @@ -174632,16 +172789,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; @@ -174650,36 +172807,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; @@ -174708,14 +172865,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 stagingxdai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -174729,51 +172886,51 @@ export type stagingarbitrumone_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingarbitrumone_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 stagingarbitrumone_OriginTransferrelayerFeesArgs = { +export type stagingxdai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_OriginTransfer_filter = { +export type stagingxdai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174790,16 +172947,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; @@ -174808,20 +172965,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; @@ -174846,40 +173003,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; @@ -174888,16 +173045,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; @@ -174914,16 +173071,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; @@ -174944,17 +173101,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; @@ -174975,7 +173132,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; @@ -174990,37 +173147,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; @@ -175053,16 +173210,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; @@ -175072,12 +173229,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 stagingxdai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -175129,20 +173286,20 @@ export type stagingarbitrumone_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingarbitrumone_Relayer = { +export type stagingxdai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingarbitrumone_RelayerFee = { +export type stagingxdai_RelayerFee = { id: Scalars['ID']; - transfer: stagingarbitrumone_OriginTransfer; + transfer: stagingxdai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingarbitrumone_Bytes']; + asset: Scalars['stagingxdai_Bytes']; }; -export type stagingarbitrumone_RelayerFee_filter = { +export type stagingxdai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175171,7 +173328,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; @@ -175180,23 +173337,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 stagingxdai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -175231,20 +173388,20 @@ export type stagingarbitrumone_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingarbitrumone_RelayerFeesIncrease = { +export type stagingxdai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingarbitrumone_OriginTransfer; + transfer: stagingxdai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingarbitrumone_Bytes']; - transactionHash: Scalars['stagingarbitrumone_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 stagingarbitrumone_RelayerFeesIncrease_filter = { +export type stagingxdai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175273,7 +173430,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; @@ -175282,36 +173439,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; @@ -175345,12 +173502,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 stagingxdai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -175391,7 +173548,7 @@ export type stagingarbitrumone_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_Relayer_filter = { +export type stagingxdai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175404,33 +173561,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 stagingxdai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingarbitrumone_RootCount = { +export type stagingxdai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingarbitrumone_RootCount_filter = { +export type stagingxdai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175448,30 +173605,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 stagingxdai_RootCount_orderBy = | 'id' | 'count'; -export type stagingarbitrumone_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 stagingarbitrumone_RootMessageSent_filter = { +export type stagingxdai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175496,16 +173653,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; @@ -175514,28 +173671,28 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; timestamp_lt?: InputMaybe; timestamp_gte?: InputMaybe; @@ -175567,12 +173724,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 stagingxdai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -175585,34 +173742,34 @@ export type stagingarbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_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 stagingarbitrumone_RouterassetBalancesArgs = { +export type stagingxdai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_RouterDailyTVL = { +export type stagingxdai_RouterDailyTVL = { id: Scalars['ID']; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_Asset; + router: stagingxdai_Router; + asset: stagingxdai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingarbitrumone_RouterDailyTVL_filter = { +export type stagingxdai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175641,7 +173798,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; @@ -175662,7 +173819,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; @@ -175680,12 +173837,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 stagingxdai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -175707,25 +173864,25 @@ export type stagingarbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingarbitrumone_RouterLiquidityEvent = { +export type stagingxdai_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_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['stagingarbitrumone_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingarbitrumone_RouterLiquidityEventType = +export type stagingxdai_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingarbitrumone_RouterLiquidityEvent_filter = { +export type stagingxdai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175734,10 +173891,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; @@ -175758,7 +173915,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; @@ -175779,7 +173936,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; @@ -175796,16 +173953,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; @@ -175822,16 +173979,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; @@ -175841,12 +173998,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 stagingxdai_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -175874,7 +174031,7 @@ export type stagingarbitrumone_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingarbitrumone_Router_filter = { +export type stagingxdai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175887,36 +174044,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; @@ -175925,14 +174082,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 stagingxdai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -175941,13 +174098,13 @@ export type stagingarbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingarbitrumone_Sequencer = { +export type stagingxdai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingarbitrumone_Sequencer_filter = { +export type stagingxdai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175960,34 +174117,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 stagingxdai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingarbitrumone_Setting = { +export type stagingxdai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingarbitrumone_Bytes']; + caller: Scalars['stagingxdai_Bytes']; }; -export type stagingarbitrumone_Setting_filter = { +export type stagingxdai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176004,40 +174161,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 stagingxdai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingarbitrumone_SlippageUpdate = { +export type stagingxdai_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingarbitrumone_DestinationTransfer; + transfer: stagingxdai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingarbitrumone_Bytes']; - transactionHash: Scalars['stagingarbitrumone_Bytes']; + caller: Scalars['stagingxdai_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_SlippageUpdate_filter = { +export type stagingxdai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176066,7 +174223,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; @@ -176075,26 +174232,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; @@ -176128,12 +174285,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 stagingxdai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -176180,16 +174337,16 @@ export type stagingarbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_SnapshotRoot = { +export type stagingxdai_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingarbitrumone_Bytes']; + root: Scalars['stagingxdai_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_SnapshotRoot_filter = { +export type stagingxdai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176206,16 +174363,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; @@ -176241,12 +174398,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 stagingxdai_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -176254,12 +174411,12 @@ export type stagingarbitrumone_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingarbitrumone_SpokeConnectorMode = { +export type stagingxdai_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingarbitrumone_SpokeConnectorMode_filter = { +export type stagingxdai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176289,35 +174446,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 stagingxdai_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingarbitrumone_TransferStatus = +export type stagingxdai_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingarbitrumone__Block_ = { +export type stagingxdai__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingarbitrumone__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 @@ -176325,22 +174482,22 @@ export type stagingarbitrumone__Meta_ = { * and therefore asks for the latest block * */ - block: stagingarbitrumone__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 stagingpolygonzkevm_AggregateRoot = { +export type stagingmainnet_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingpolygonzkevm_Bytes']; + root: Scalars['stagingmainnet_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_AggregateRootProposed = { +export type stagingmainnet_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -176348,7 +174505,7 @@ export type stagingpolygonzkevm_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingpolygonzkevm_AggregateRootProposed_filter = { +export type stagingmainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176357,16 +174514,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; @@ -176408,12 +174565,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 stagingmainnet_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -176422,7 +174579,7 @@ export type stagingpolygonzkevm_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygonzkevm_AggregateRoot_filter = { +export type stagingmainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176431,16 +174588,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; @@ -176450,45 +174607,41 @@ export type stagingpolygonzkevm_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_AggregateRoot_orderBy = +export type stagingmainnet_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingpolygonzkevm_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingpolygonzkevm_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 stagingpolygonzkevm_AssetBalance = { +export type stagingmainnet_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_Asset; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingpolygonzkevm_AssetBalance_filter = { +export type stagingmainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176549,7 +174702,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; @@ -176570,7 +174723,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; @@ -176580,12 +174733,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 stagingmainnet_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -176610,12 +174763,12 @@ export type stagingpolygonzkevm_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingpolygonzkevm_AssetStatus = { +export type stagingmainnet_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingpolygonzkevm_AssetStatus_filter = { +export type stagingmainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176629,16 +174782,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 stagingmainnet_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingpolygonzkevm_Asset_filter = { +export type stagingmainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176647,16 +174800,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; @@ -176673,16 +174826,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; @@ -176691,26 +174844,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; @@ -176739,14 +174892,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 stagingmainnet_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -176760,26 +174913,16 @@ export type stagingpolygonzkevm_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingpolygonzkevm_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingpolygonzkevm_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingpolygonzkevm_ConnectorMeta = { +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 stagingpolygonzkevm_ConnectorMeta_filter = { +export type stagingmainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176804,43 +174947,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 stagingmainnet_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -176848,57 +174991,57 @@ export type stagingpolygonzkevm_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_DestinationTransferroutersArgs = { +export type stagingmainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_DestinationTransfer_filter = { +export type stagingmainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176915,16 +175058,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; @@ -176933,17 +175076,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; @@ -176968,40 +175111,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; @@ -177018,16 +175161,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; @@ -177044,16 +175187,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; @@ -177074,7 +175217,7 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -177091,26 +175234,26 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -177143,16 +175286,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; @@ -177161,26 +175304,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; @@ -177213,16 +175356,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; @@ -177232,12 +175375,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 stagingmainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -177286,14 +175429,14 @@ export type stagingpolygonzkevm_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingpolygonzkevm_OptimisticRootFinalized = { +export type stagingmainnet_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { +export type stagingmainnet_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177302,16 +175445,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; @@ -177329,36 +175472,31 @@ 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 stagingmainnet_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type stagingpolygonzkevm_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingpolygonzkevm_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 stagingpolygonzkevm_OriginMessage_filter = { +export type stagingmainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177367,16 +175505,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; @@ -177385,16 +175523,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; @@ -177403,36 +175541,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; @@ -177461,14 +175599,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 stagingmainnet_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -177482,51 +175620,51 @@ export type stagingpolygonzkevm_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_OriginTransferrelayerFeesArgs = { +export type stagingmainnet_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_OriginTransfer_filter = { +export type stagingmainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177543,16 +175681,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; @@ -177561,20 +175699,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; @@ -177599,40 +175737,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; @@ -177641,16 +175779,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; @@ -177667,16 +175805,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; @@ -177697,17 +175835,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; @@ -177728,7 +175866,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; @@ -177743,37 +175881,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; @@ -177806,31 +175944,31 @@ 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; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; txNonce_lt?: InputMaybe; txNonce_gte?: InputMaybe; txNonce_lte?: InputMaybe; txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_OriginTransfer_orderBy = +export type stagingmainnet_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -177882,20 +176020,20 @@ export type stagingpolygonzkevm_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingpolygonzkevm_Relayer = { +export type stagingmainnet_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingpolygonzkevm_RelayerFee = { +export type stagingmainnet_RelayerFee = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_OriginTransfer; + transfer: stagingmainnet_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingpolygonzkevm_Bytes']; + asset: Scalars['stagingmainnet_Bytes']; }; -export type stagingpolygonzkevm_RelayerFee_filter = { +export type stagingmainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177924,7 +176062,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; @@ -177933,23 +176071,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 stagingmainnet_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -177984,20 +176122,20 @@ export type stagingpolygonzkevm_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingpolygonzkevm_RelayerFeesIncrease = { +export type stagingmainnet_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_OriginTransfer; + transfer: stagingmainnet_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingpolygonzkevm_Bytes']; - transactionHash: Scalars['stagingpolygonzkevm_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 stagingpolygonzkevm_RelayerFeesIncrease_filter = { +export type stagingmainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178026,7 +176164,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; @@ -178035,36 +176173,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; @@ -178098,12 +176236,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 stagingmainnet_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -178144,7 +176282,7 @@ export type stagingpolygonzkevm_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_Relayer_filter = { +export type stagingmainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178157,33 +176295,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 stagingmainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingpolygonzkevm_RootCount = { +export type stagingmainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingpolygonzkevm_RootCount_filter = { +export type stagingmainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178201,30 +176339,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 stagingmainnet_RootCount_orderBy = | 'id' | 'count'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_RootMessageSent_filter = { +export type stagingmainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178249,16 +176387,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; @@ -178267,26 +176405,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; @@ -178320,12 +176458,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 stagingmainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -178338,34 +176476,34 @@ export type stagingpolygonzkevm_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_RouterassetBalancesArgs = { +export type stagingmainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_RouterDailyTVL = { +export type stagingmainnet_RouterDailyTVL = { id: Scalars['ID']; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_Asset; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingpolygonzkevm_RouterDailyTVL_filter = { +export type stagingmainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178394,7 +176532,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; @@ -178415,7 +176553,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; @@ -178433,12 +176571,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 stagingmainnet_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -178460,25 +176598,25 @@ export type stagingpolygonzkevm_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingpolygonzkevm_RouterLiquidityEvent = { +export type stagingmainnet_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_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['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingpolygonzkevm_RouterLiquidityEventType = +export type stagingmainnet_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { +export type stagingmainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178487,10 +176625,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; @@ -178511,7 +176649,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; @@ -178532,7 +176670,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; @@ -178549,16 +176687,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; @@ -178575,16 +176713,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; @@ -178594,12 +176732,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 stagingmainnet_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -178627,7 +176765,7 @@ export type stagingpolygonzkevm_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingpolygonzkevm_Router_filter = { +export type stagingmainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178640,36 +176778,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; @@ -178678,14 +176816,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 stagingmainnet_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -178694,13 +176832,13 @@ export type stagingpolygonzkevm_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingpolygonzkevm_Sequencer = { +export type stagingmainnet_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingpolygonzkevm_Sequencer_filter = { +export type stagingmainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178713,34 +176851,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 stagingmainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingpolygonzkevm_Setting = { +export type stagingmainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingpolygonzkevm_Bytes']; + caller: Scalars['stagingmainnet_Bytes']; }; -export type stagingpolygonzkevm_Setting_filter = { +export type stagingmainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178757,40 +176895,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 stagingmainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingpolygonzkevm_SlippageUpdate = { +export type stagingmainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_DestinationTransfer; + transfer: stagingmainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingpolygonzkevm_Bytes']; - transactionHash: Scalars['stagingpolygonzkevm_Bytes']; + caller: Scalars['stagingmainnet_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_SlippageUpdate_filter = { +export type stagingmainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178819,7 +176957,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; @@ -178828,26 +176966,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; @@ -178881,12 +177019,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 stagingmainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -178933,16 +177071,16 @@ export type stagingpolygonzkevm_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_SnapshotRoot = { +export type stagingmainnet_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingpolygonzkevm_Bytes']; + root: Scalars['stagingmainnet_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_SnapshotRoot_filter = { +export type stagingmainnet_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -178959,16 +177097,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; @@ -178994,12 +177132,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 stagingmainnet_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -179007,12 +177145,12 @@ export type stagingpolygonzkevm_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygonzkevm_SpokeConnectorMode = { +export type stagingmainnet_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingpolygonzkevm_SpokeConnectorMode_filter = { +export type stagingmainnet_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179042,58 +177180,31 @@ 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 stagingmainnet_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingpolygonzkevm_TransferStatus = +export type stagingmainnet_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingpolygonzkevm__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingpolygonzkevm__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingpolygonzkevm__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type xdai_AggregateRoot = { +export type stagingpolygon_AggregateRoot = { id: Scalars['ID']; - root: Scalars['xdai_Bytes']; + root: Scalars['stagingpolygon_Bytes']; blockNumber: Scalars['BigInt']; }; -export type xdai_AggregateRootProposed = { +export type stagingpolygon_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['xdai_Bytes']; + aggregateRoot: Scalars['stagingpolygon_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -179101,7 +177212,7 @@ export type xdai_AggregateRootProposed = { blockNumber?: Maybe; }; -export type xdai_AggregateRootProposed_filter = { +export type stagingpolygon_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179110,16 +177221,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; @@ -179161,12 +177272,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 stagingpolygon_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -179175,7 +177286,7 @@ export type xdai_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type xdai_AggregateRoot_filter = { +export type stagingpolygon_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179184,16 +177295,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; @@ -179203,45 +177314,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 stagingpolygon_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type xdai_Aggregation_interval = +export type stagingpolygon_Aggregation_interval = | 'hour' | 'day'; -export type xdai_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 xdai_AssetBalance = { +export type stagingpolygon_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: xdai_Router; - asset: xdai_Asset; + router: stagingpolygon_Router; + asset: stagingpolygon_Asset; feesEarned: Scalars['BigInt']; }; -export type xdai_AssetBalance_filter = { +export type stagingpolygon_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179302,7 +177413,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; @@ -179323,7 +177434,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; @@ -179333,12 +177444,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 stagingpolygon_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -179363,12 +177474,12 @@ export type xdai_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type xdai_AssetStatus = { +export type stagingpolygon_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type xdai_AssetStatus_filter = { +export type stagingpolygon_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179382,16 +177493,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 stagingpolygon_AssetStatus_orderBy = | 'id' | 'status'; -export type xdai_Asset_filter = { +export type stagingpolygon_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179400,16 +177511,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; @@ -179426,16 +177537,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; @@ -179444,26 +177555,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; @@ -179492,14 +177603,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 stagingpolygon_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -179513,26 +177624,26 @@ export type xdai_Asset_orderBy = | 'status__id' | 'status__status'; -export type xdai_BlockChangedFilter = { +export type stagingpolygon_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xdai_Block_height = { - hash?: InputMaybe; +export type stagingpolygon_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xdai_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 xdai_ConnectorMeta_filter = { +export type stagingpolygon_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179557,43 +177668,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 stagingpolygon_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -179601,57 +177712,57 @@ export type xdai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type xdai_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 xdai_DestinationTransferroutersArgs = { +export type stagingpolygon_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_DestinationTransfer_filter = { +export type stagingpolygon_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -179668,16 +177779,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; @@ -179686,17 +177797,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; @@ -179721,40 +177832,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; @@ -179771,16 +177882,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; @@ -179797,16 +177908,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; @@ -179827,7 +177938,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; @@ -179844,26 +177955,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; @@ -179896,16 +178007,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; @@ -179914,26 +178025,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; @@ -179966,16 +178077,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; @@ -179985,12 +178096,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 stagingpolygon_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -180039,14 +178150,14 @@ export type xdai_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type xdai_OptimisticRootFinalized = { +export type stagingpolygon_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['xdai_Bytes']; + aggregateRoot: Scalars['stagingpolygon_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type xdai_OptimisticRootFinalized_filter = { +export type stagingpolygon_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180055,16 +178166,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; @@ -180082,36 +178193,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 stagingpolygon_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type xdai_OrderDirection = +export type stagingpolygon_OrderDirection = | 'asc' | 'desc'; -export type xdai_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 xdai_OriginMessage_filter = { +export type stagingpolygon_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180120,16 +178231,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; @@ -180138,16 +178249,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; @@ -180156,36 +178267,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; @@ -180214,14 +178325,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 stagingpolygon_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -180235,51 +178346,51 @@ export type xdai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type xdai_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 xdai_OriginTransferrelayerFeesArgs = { +export type stagingpolygon_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_OriginTransfer_filter = { +export type stagingpolygon_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180296,16 +178407,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; @@ -180314,20 +178425,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; @@ -180352,40 +178463,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; @@ -180394,16 +178505,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; @@ -180420,16 +178531,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; @@ -180450,17 +178561,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; @@ -180481,7 +178592,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; @@ -180496,37 +178607,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; @@ -180559,16 +178670,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; @@ -180578,12 +178689,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 stagingpolygon_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -180635,20 +178746,20 @@ export type xdai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type xdai_Relayer = { +export type stagingpolygon_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type xdai_RelayerFee = { +export type stagingpolygon_RelayerFee = { id: Scalars['ID']; - transfer: xdai_OriginTransfer; + transfer: stagingpolygon_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['xdai_Bytes']; + asset: Scalars['stagingpolygon_Bytes']; }; -export type xdai_RelayerFee_filter = { +export type stagingpolygon_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180677,7 +178788,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; @@ -180686,23 +178797,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 stagingpolygon_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -180737,20 +178848,20 @@ export type xdai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type xdai_RelayerFeesIncrease = { +export type stagingpolygon_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: xdai_OriginTransfer; + transfer: stagingpolygon_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['xdai_Bytes']; - transactionHash: Scalars['xdai_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 xdai_RelayerFeesIncrease_filter = { +export type stagingpolygon_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180779,7 +178890,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; @@ -180788,36 +178899,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; @@ -180851,12 +178962,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 stagingpolygon_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -180897,7 +179008,7 @@ export type xdai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_Relayer_filter = { +export type stagingpolygon_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180910,33 +179021,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 stagingpolygon_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type xdai_RootCount = { +export type stagingpolygon_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type xdai_RootCount_filter = { +export type stagingpolygon_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -180954,30 +179065,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 stagingpolygon_RootCount_orderBy = | 'id' | 'count'; -export type xdai_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 xdai_RootMessageSent_filter = { +export type stagingpolygon_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181002,16 +179113,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; @@ -181020,26 +179131,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; @@ -181073,12 +179184,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 stagingpolygon_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -181091,34 +179202,34 @@ export type xdai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_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 xdai_RouterassetBalancesArgs = { +export type stagingpolygon_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_RouterDailyTVL = { +export type stagingpolygon_RouterDailyTVL = { id: Scalars['ID']; - router: xdai_Router; - asset: xdai_Asset; + router: stagingpolygon_Router; + asset: stagingpolygon_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type xdai_RouterDailyTVL_filter = { +export type stagingpolygon_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181147,7 +179258,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; @@ -181168,7 +179279,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; @@ -181186,12 +179297,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 stagingpolygon_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -181213,25 +179324,25 @@ export type xdai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type xdai_RouterLiquidityEvent = { +export type stagingpolygon_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: xdai_Router; - asset: xdai_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['xdai_Bytes']; + transactionHash: Scalars['stagingpolygon_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_RouterLiquidityEventType = +export type stagingpolygon_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type xdai_RouterLiquidityEvent_filter = { +export type stagingpolygon_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181240,10 +179351,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; @@ -181264,7 +179375,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; @@ -181285,7 +179396,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; @@ -181302,16 +179413,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; @@ -181328,16 +179439,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; @@ -181347,12 +179458,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 stagingpolygon_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -181380,7 +179491,7 @@ export type xdai_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type xdai_Router_filter = { +export type stagingpolygon_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181393,36 +179504,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; @@ -181431,14 +179542,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 stagingpolygon_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -181447,13 +179558,13 @@ export type xdai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type xdai_Sequencer = { +export type stagingpolygon_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type xdai_Sequencer_filter = { +export type stagingpolygon_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181466,34 +179577,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 stagingpolygon_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type xdai_Setting = { +export type stagingpolygon_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['xdai_Bytes']; + caller: Scalars['stagingpolygon_Bytes']; }; -export type xdai_Setting_filter = { +export type stagingpolygon_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181510,40 +179621,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 stagingpolygon_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type xdai_SlippageUpdate = { +export type stagingpolygon_SlippageUpdate = { id: Scalars['ID']; - transfer: xdai_DestinationTransfer; + transfer: stagingpolygon_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['xdai_Bytes']; - transactionHash: Scalars['xdai_Bytes']; + caller: Scalars['stagingpolygon_Bytes']; + transactionHash: Scalars['stagingpolygon_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xdai_SlippageUpdate_filter = { +export type stagingpolygon_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181572,7 +179683,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; @@ -181581,26 +179692,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; @@ -181634,12 +179745,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 stagingpolygon_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -181686,16 +179797,16 @@ export type xdai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_SnapshotRoot = { +export type stagingpolygon_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['xdai_Bytes']; + root: Scalars['stagingpolygon_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xdai_SnapshotRoot_filter = { +export type stagingpolygon_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181712,16 +179823,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; @@ -181747,12 +179858,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 stagingpolygon_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -181760,12 +179871,12 @@ export type xdai_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type xdai_SpokeConnectorMode = { +export type stagingpolygon_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type xdai_SpokeConnectorMode_filter = { +export type stagingpolygon_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181795,35 +179906,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 stagingpolygon_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type xdai_TransferStatus = +export type stagingpolygon_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type xdai__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 xdai__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 @@ -181831,22 +179942,22 @@ export type xdai__Meta_ = { * and therefore asks for the latest block * */ - block: xdai__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 polygonzkevm_AggregateRoot = { +export type stagingscroll_AggregateRoot = { id: Scalars['ID']; - root: Scalars['polygonzkevm_Bytes']; + root: Scalars['stagingscroll_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_AggregateRootProposed = { +export type stagingscroll_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingscroll_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -181854,7 +179965,7 @@ export type polygonzkevm_AggregateRootProposed = { blockNumber?: Maybe; }; -export type polygonzkevm_AggregateRootProposed_filter = { +export type stagingscroll_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181863,17 +179974,17 @@ 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; - rootTimestamp?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -181914,12 +180025,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 stagingscroll_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -181928,7 +180039,7 @@ export type polygonzkevm_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_AggregateRoot_filter = { +export type stagingscroll_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -181937,16 +180048,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; @@ -181956,41 +180067,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 stagingscroll_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type polygonzkevm_Asset = { +export type stagingscroll_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type polygonzkevm_AssetBalance = { +export type stagingscroll_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; + router: stagingscroll_Router; + asset: stagingscroll_Asset; feesEarned: Scalars['BigInt']; }; -export type polygonzkevm_AssetBalance_filter = { +export type stagingscroll_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182051,7 +180162,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; @@ -182072,7 +180183,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; @@ -182082,12 +180193,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 stagingscroll_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -182112,12 +180223,12 @@ export type polygonzkevm_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type polygonzkevm_AssetStatus = { +export type stagingscroll_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type polygonzkevm_AssetStatus_filter = { +export type stagingscroll_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182131,16 +180242,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 stagingscroll_AssetStatus_orderBy = | 'id' | 'status'; -export type polygonzkevm_Asset_filter = { +export type stagingscroll_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182149,16 +180260,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; @@ -182175,16 +180286,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; @@ -182193,26 +180304,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; @@ -182241,14 +180352,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 stagingscroll_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -182262,26 +180373,26 @@ export type polygonzkevm_Asset_orderBy = | 'status__id' | 'status__status'; -export type polygonzkevm_BlockChangedFilter = { +export type stagingscroll_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygonzkevm_Block_height = { - hash?: InputMaybe; +export type stagingscroll_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygonzkevm_ConnectorMeta = { +export type stagingscroll_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type polygonzkevm_ConnectorMeta_filter = { +export type stagingscroll_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182306,43 +180417,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 stagingscroll_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -182350,57 +180461,57 @@ export type polygonzkevm_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type polygonzkevm_DestinationTransfer = { +export type stagingscroll_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type polygonzkevm_DestinationTransferroutersArgs = { +export type stagingscroll_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_DestinationTransfer_filter = { +export type stagingscroll_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182417,16 +180528,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; @@ -182435,17 +180546,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; @@ -182470,40 +180581,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; @@ -182520,16 +180631,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; @@ -182546,16 +180657,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; @@ -182576,7 +180687,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; @@ -182593,26 +180704,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; @@ -182645,16 +180756,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; @@ -182663,26 +180774,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; @@ -182715,16 +180826,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; @@ -182734,12 +180845,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 stagingscroll_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -182788,14 +180899,14 @@ export type polygonzkevm_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type polygonzkevm_OptimisticRootFinalized = { +export type stagingscroll_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingscroll_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type polygonzkevm_OptimisticRootFinalized_filter = { +export type stagingscroll_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182804,16 +180915,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; @@ -182831,36 +180942,36 @@ export type polygonzkevm_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_OptimisticRootFinalized_orderBy = +export type stagingscroll_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type polygonzkevm_OrderDirection = +export type stagingscroll_OrderDirection = | 'asc' | 'desc'; -export type polygonzkevm_OriginMessage = { +export type stagingscroll_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type polygonzkevm_OriginMessage_filter = { +export type stagingscroll_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -182869,16 +180980,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; @@ -182887,16 +180998,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; @@ -182905,36 +181016,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; @@ -182963,14 +181074,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 stagingscroll_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -182984,51 +181095,51 @@ export type polygonzkevm_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type polygonzkevm_OriginTransfer = { +export type stagingscroll_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type polygonzkevm_OriginTransferrelayerFeesArgs = { +export type stagingscroll_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_OriginTransfer_filter = { +export type stagingscroll_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183045,16 +181156,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; @@ -183063,20 +181174,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; @@ -183101,40 +181212,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; @@ -183143,16 +181254,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; @@ -183169,16 +181280,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; @@ -183199,17 +181310,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; @@ -183230,7 +181341,7 @@ export type polygonzkevm_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -183245,37 +181356,37 @@ export type polygonzkevm_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -183308,31 +181419,31 @@ 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; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; txNonce_lt?: InputMaybe; txNonce_gte?: InputMaybe; txNonce_lte?: InputMaybe; txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_OriginTransfer_orderBy = +export type stagingscroll_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -183384,20 +181495,20 @@ export type polygonzkevm_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type polygonzkevm_Relayer = { +export type stagingscroll_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type polygonzkevm_RelayerFee = { +export type stagingscroll_RelayerFee = { id: Scalars['ID']; - transfer: polygonzkevm_OriginTransfer; + transfer: stagingscroll_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['polygonzkevm_Bytes']; + asset: Scalars['stagingscroll_Bytes']; }; -export type polygonzkevm_RelayerFee_filter = { +export type stagingscroll_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183426,7 +181537,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; @@ -183435,23 +181546,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 stagingscroll_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -183486,20 +181597,20 @@ export type polygonzkevm_RelayerFee_orderBy = | 'fee' | 'asset'; -export type polygonzkevm_RelayerFeesIncrease = { +export type stagingscroll_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: polygonzkevm_OriginTransfer; + transfer: stagingscroll_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygonzkevm_Bytes']; - transactionHash: Scalars['polygonzkevm_Bytes']; + asset?: Maybe; + caller: Scalars['stagingscroll_Bytes']; + transactionHash: Scalars['stagingscroll_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_RelayerFeesIncrease_filter = { +export type stagingscroll_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183528,7 +181639,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; @@ -183537,36 +181648,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; @@ -183600,12 +181711,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 stagingscroll_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -183646,7 +181757,7 @@ export type polygonzkevm_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_Relayer_filter = { +export type stagingscroll_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183659,33 +181770,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 stagingscroll_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type polygonzkevm_RootCount = { +export type stagingscroll_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type polygonzkevm_RootCount_filter = { +export type stagingscroll_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183703,30 +181814,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 stagingscroll_RootCount_orderBy = | 'id' | 'count'; -export type polygonzkevm_RootMessageSent = { +export type stagingscroll_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type polygonzkevm_RootMessageSent_filter = { +export type stagingscroll_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183751,16 +181862,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; @@ -183769,26 +181880,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; @@ -183822,12 +181933,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 stagingscroll_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -183840,34 +181951,34 @@ export type polygonzkevm_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_Router = { +export type stagingscroll_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type polygonzkevm_RouterassetBalancesArgs = { +export type stagingscroll_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_RouterDailyTVL = { +export type stagingscroll_RouterDailyTVL = { id: Scalars['ID']; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; + router: stagingscroll_Router; + asset: stagingscroll_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type polygonzkevm_RouterDailyTVL_filter = { +export type stagingscroll_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183896,7 +182007,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; @@ -183917,7 +182028,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; @@ -183935,12 +182046,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 stagingscroll_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -183962,25 +182073,25 @@ export type polygonzkevm_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type polygonzkevm_RouterLiquidityEvent = { +export type stagingscroll_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; + type?: Maybe; + router: stagingscroll_Router; + asset: stagingscroll_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygonzkevm_Bytes']; + transactionHash: Scalars['stagingscroll_Bytes']; nonce: Scalars['BigInt']; }; -export type polygonzkevm_RouterLiquidityEventType = +export type stagingscroll_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type polygonzkevm_RouterLiquidityEvent_filter = { +export type stagingscroll_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -183989,10 +182100,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; @@ -184013,7 +182124,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; @@ -184034,7 +182145,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; @@ -184051,16 +182162,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; @@ -184077,16 +182188,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; @@ -184096,12 +182207,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 stagingscroll_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -184129,7 +182240,7 @@ export type polygonzkevm_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type polygonzkevm_Router_filter = { +export type stagingscroll_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184142,36 +182253,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; @@ -184180,14 +182291,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 stagingscroll_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -184196,13 +182307,13 @@ export type polygonzkevm_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type polygonzkevm_Sequencer = { +export type stagingscroll_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type polygonzkevm_Sequencer_filter = { +export type stagingscroll_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184215,34 +182326,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 stagingscroll_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type polygonzkevm_Setting = { +export type stagingscroll_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygonzkevm_Bytes']; + caller: Scalars['stagingscroll_Bytes']; }; -export type polygonzkevm_Setting_filter = { +export type stagingscroll_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184259,40 +182370,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 stagingscroll_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type polygonzkevm_SlippageUpdate = { +export type stagingscroll_SlippageUpdate = { id: Scalars['ID']; - transfer: polygonzkevm_DestinationTransfer; + transfer: stagingscroll_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['polygonzkevm_Bytes']; - transactionHash: Scalars['polygonzkevm_Bytes']; + caller: Scalars['stagingscroll_Bytes']; + transactionHash: Scalars['stagingscroll_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_SlippageUpdate_filter = { +export type stagingscroll_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184321,7 +182432,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; @@ -184330,26 +182441,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; @@ -184383,12 +182494,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 stagingscroll_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -184435,16 +182546,16 @@ export type polygonzkevm_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_SnapshotRoot = { +export type stagingscroll_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['polygonzkevm_Bytes']; + root: Scalars['stagingscroll_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_SnapshotRoot_filter = { +export type stagingscroll_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184461,16 +182572,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; @@ -184496,12 +182607,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 stagingscroll_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -184509,12 +182620,12 @@ export type polygonzkevm_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_SpokeConnectorMode = { +export type stagingscroll_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type polygonzkevm_SpokeConnectorMode_filter = { +export type stagingscroll_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184544,25 +182655,25 @@ 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 stagingscroll_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type polygonzkevm_TransferStatus = +export type stagingscroll_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type polygonzkevm__Block_ = { +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 */ @@ -184570,7 +182681,7 @@ export type polygonzkevm__Block_ = { }; /** The type for the top-level _meta field */ -export type polygonzkevm__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 @@ -184578,22 +182689,22 @@ export type polygonzkevm__Meta_ = { * and therefore asks for the latest block * */ - block: polygonzkevm__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 stagingavalanche_AggregateRoot = { +export type mantle_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingavalanche_Bytes']; + root: Scalars['mantle_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_AggregateRootProposed = { +export type mantle_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingavalanche_Bytes']; + aggregateRoot: Scalars['mantle_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -184601,7 +182712,7 @@ export type stagingavalanche_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingavalanche_AggregateRootProposed_filter = { +export type mantle_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184610,16 +182721,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; @@ -184661,12 +182772,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 mantle_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -184675,7 +182786,7 @@ export type stagingavalanche_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingavalanche_AggregateRoot_filter = { +export type mantle_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184684,16 +182795,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; @@ -184703,45 +182814,41 @@ 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 mantle_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingavalanche_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingavalanche_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 stagingavalanche_AssetBalance = { +export type mantle_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingavalanche_Router; - asset: stagingavalanche_Asset; + router: mantle_Router; + asset: mantle_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingavalanche_AssetBalance_filter = { +export type mantle_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184802,7 +182909,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; @@ -184823,7 +182930,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; @@ -184833,12 +182940,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 mantle_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -184863,12 +182970,12 @@ export type stagingavalanche_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingavalanche_AssetStatus = { +export type mantle_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingavalanche_AssetStatus_filter = { +export type mantle_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184882,16 +182989,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 mantle_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingavalanche_Asset_filter = { +export type mantle_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -184900,16 +183007,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; @@ -184926,16 +183033,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; @@ -184944,26 +183051,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; @@ -184992,14 +183099,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 mantle_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -185013,26 +183120,26 @@ export type stagingavalanche_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingavalanche_BlockChangedFilter = { +export type mantle_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingavalanche_Block_height = { - hash?: InputMaybe; +export type mantle_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingavalanche_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 stagingavalanche_ConnectorMeta_filter = { +export type mantle_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -185057,43 +183164,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 mantle_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -185101,57 +183208,57 @@ export type stagingavalanche_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingavalanche_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 stagingavalanche_DestinationTransferroutersArgs = { +export type mantle_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_DestinationTransfer_filter = { +export type mantle_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -185168,16 +183275,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; @@ -185186,17 +183293,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; @@ -185221,40 +183328,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; @@ -185271,16 +183378,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; @@ -185297,16 +183404,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; @@ -185327,7 +183434,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; @@ -185344,26 +183451,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; @@ -185396,16 +183503,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; @@ -185414,26 +183521,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; @@ -185466,16 +183573,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; @@ -185485,12 +183592,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 mantle_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -185539,14 +183646,14 @@ export type stagingavalanche_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingavalanche_OptimisticRootFinalized = { +export type mantle_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingavalanche_Bytes']; + aggregateRoot: Scalars['mantle_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingavalanche_OptimisticRootFinalized_filter = { +export type mantle_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -185555,16 +183662,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; @@ -185582,36 +183689,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 mantle_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingavalanche_OrderDirection = +export type mantle_OrderDirection = | 'asc' | 'desc'; -export type stagingavalanche_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 stagingavalanche_OriginMessage_filter = { +export type mantle_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -185620,16 +183727,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; @@ -185638,16 +183745,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; @@ -185656,36 +183763,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; @@ -185714,14 +183821,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 mantle_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -185735,51 +183842,51 @@ export type stagingavalanche_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingavalanche_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 stagingavalanche_OriginTransferrelayerFeesArgs = { +export type mantle_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_OriginTransfer_filter = { +export type mantle_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -185796,16 +183903,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; @@ -185814,20 +183921,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; @@ -185852,40 +183959,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; @@ -185894,16 +184001,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; @@ -185920,16 +184027,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; @@ -185950,17 +184057,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; @@ -185981,7 +184088,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; @@ -185996,37 +184103,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; @@ -186059,16 +184166,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; @@ -186078,12 +184185,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 mantle_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -186135,20 +184242,20 @@ export type stagingavalanche_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingavalanche_Relayer = { +export type mantle_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingavalanche_RelayerFee = { +export type mantle_RelayerFee = { id: Scalars['ID']; - transfer: stagingavalanche_OriginTransfer; + transfer: mantle_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingavalanche_Bytes']; + asset: Scalars['mantle_Bytes']; }; -export type stagingavalanche_RelayerFee_filter = { +export type mantle_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186177,7 +184284,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; @@ -186186,23 +184293,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 mantle_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -186237,20 +184344,20 @@ export type stagingavalanche_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingavalanche_RelayerFeesIncrease = { +export type mantle_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingavalanche_OriginTransfer; + transfer: mantle_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingavalanche_Bytes']; - transactionHash: Scalars['stagingavalanche_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 stagingavalanche_RelayerFeesIncrease_filter = { +export type mantle_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186279,7 +184386,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; @@ -186288,36 +184395,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; @@ -186351,12 +184458,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 mantle_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -186397,7 +184504,7 @@ export type stagingavalanche_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_Relayer_filter = { +export type mantle_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186410,33 +184517,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 mantle_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingavalanche_RootCount = { +export type mantle_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingavalanche_RootCount_filter = { +export type mantle_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186454,30 +184561,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 mantle_RootCount_orderBy = | 'id' | 'count'; -export type stagingavalanche_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 stagingavalanche_RootMessageSent_filter = { +export type mantle_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186502,16 +184609,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; @@ -186520,26 +184627,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; @@ -186573,12 +184680,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 mantle_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -186591,34 +184698,34 @@ export type stagingavalanche_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_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 stagingavalanche_RouterassetBalancesArgs = { +export type mantle_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_RouterDailyTVL = { +export type mantle_RouterDailyTVL = { id: Scalars['ID']; - router: stagingavalanche_Router; - asset: stagingavalanche_Asset; + router: mantle_Router; + asset: mantle_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingavalanche_RouterDailyTVL_filter = { +export type mantle_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186647,7 +184754,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; @@ -186668,7 +184775,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; @@ -186686,12 +184793,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 mantle_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -186713,25 +184820,25 @@ export type stagingavalanche_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingavalanche_RouterLiquidityEvent = { +export type mantle_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingavalanche_Router; - asset: stagingavalanche_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['stagingavalanche_Bytes']; + transactionHash: Scalars['mantle_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingavalanche_RouterLiquidityEventType = +export type mantle_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingavalanche_RouterLiquidityEvent_filter = { +export type mantle_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186740,10 +184847,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; @@ -186764,7 +184871,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; @@ -186785,7 +184892,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; @@ -186802,16 +184909,16 @@ export type stagingavalanche_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -186828,16 +184935,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; @@ -186847,12 +184954,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 mantle_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -186880,7 +184987,7 @@ export type stagingavalanche_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingavalanche_Router_filter = { +export type mantle_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186893,36 +185000,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; @@ -186931,14 +185038,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 mantle_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -186947,13 +185054,13 @@ export type stagingavalanche_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingavalanche_Sequencer = { +export type mantle_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingavalanche_Sequencer_filter = { +export type mantle_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -186966,34 +185073,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 mantle_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingavalanche_Setting = { +export type mantle_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingavalanche_Bytes']; + caller: Scalars['mantle_Bytes']; }; -export type stagingavalanche_Setting_filter = { +export type mantle_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187010,40 +185117,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 mantle_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingavalanche_SlippageUpdate = { +export type mantle_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingavalanche_DestinationTransfer; + transfer: mantle_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingavalanche_Bytes']; - transactionHash: Scalars['stagingavalanche_Bytes']; + caller: Scalars['mantle_Bytes']; + transactionHash: Scalars['mantle_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_SlippageUpdate_filter = { +export type mantle_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187072,7 +185179,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; @@ -187081,26 +185188,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; @@ -187134,12 +185241,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 mantle_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -187186,16 +185293,16 @@ export type stagingavalanche_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_SnapshotRoot = { +export type mantle_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingavalanche_Bytes']; + root: Scalars['mantle_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_SnapshotRoot_filter = { +export type mantle_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187212,16 +185319,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; @@ -187247,12 +185354,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 mantle_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -187260,12 +185367,12 @@ export type stagingavalanche_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingavalanche_SpokeConnectorMode = { +export type mantle_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingavalanche_SpokeConnectorMode_filter = { +export type mantle_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187295,35 +185402,33 @@ 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 mantle_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingavalanche_TransferStatus = +export type mantle_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingavalanche__Block_ = { +export type mantle__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingavalanche__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 @@ -187331,22 +185436,22 @@ export type stagingavalanche__Meta_ = { * and therefore asks for the latest block * */ - block: stagingavalanche__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 localarbitrumone_AggregateRoot = { +export type base_AggregateRoot = { id: Scalars['ID']; - root: Scalars['localarbitrumone_Bytes']; + root: Scalars['base_Bytes']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_AggregateRootProposed = { +export type base_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['localarbitrumone_Bytes']; + aggregateRoot: Scalars['base_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -187354,7 +185459,7 @@ export type localarbitrumone_AggregateRootProposed = { blockNumber?: Maybe; }; -export type localarbitrumone_AggregateRootProposed_filter = { +export type base_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187363,16 +185468,16 @@ export type localarbitrumone_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; @@ -187414,12 +185519,12 @@ export type localarbitrumone_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 localarbitrumone_AggregateRootProposed_orderBy = +export type base_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -187428,7 +185533,7 @@ export type localarbitrumone_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type localarbitrumone_AggregateRoot_filter = { +export type base_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187437,16 +185542,16 @@ export type localarbitrumone_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -187456,45 +185561,41 @@ export type localarbitrumone_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_AggregateRoot_orderBy = +export type base_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type localarbitrumone_Aggregation_interval = - | 'hour' - | 'day'; - -export type localarbitrumone_Asset = { +export type base_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type localarbitrumone_AssetBalance = { +export type base_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: localarbitrumone_Router; - asset: localarbitrumone_Asset; + router: base_Router; + asset: base_Asset; feesEarned: Scalars['BigInt']; }; -export type localarbitrumone_AssetBalance_filter = { +export type base_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187555,7 +185656,7 @@ export type localarbitrumone_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -187576,7 +185677,7 @@ export type localarbitrumone_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -187586,12 +185687,12 @@ export type localarbitrumone_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_AssetBalance_orderBy = +export type base_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -187616,12 +185717,12 @@ export type localarbitrumone_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type localarbitrumone_AssetStatus = { +export type base_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type localarbitrumone_AssetStatus_filter = { +export type base_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187635,16 +185736,16 @@ export type localarbitrumone_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_AssetStatus_orderBy = +export type base_AssetStatus_orderBy = | 'id' | 'status'; -export type localarbitrumone_Asset_filter = { +export type base_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187653,16 +185754,16 @@ export type localarbitrumone_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -187679,16 +185780,16 @@ export type localarbitrumone_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; @@ -187697,26 +185798,26 @@ export type localarbitrumone_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -187745,14 +185846,14 @@ export type localarbitrumone_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Asset_orderBy = +export type base_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -187766,26 +185867,26 @@ export type localarbitrumone_Asset_orderBy = | 'status__id' | 'status__status'; -export type localarbitrumone_BlockChangedFilter = { +export type base_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type localarbitrumone_Block_height = { - hash?: InputMaybe; +export type base_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type localarbitrumone_ConnectorMeta = { +export type base_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type localarbitrumone_ConnectorMeta_filter = { +export type base_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187810,43 +185911,43 @@ export type localarbitrumone_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_ConnectorMeta_orderBy = +export type base_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -187854,57 +185955,57 @@ export type localarbitrumone_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localarbitrumone_DestinationTransfer = { +export type base_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type localarbitrumone_DestinationTransferroutersArgs = { +export type base_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_DestinationTransfer_filter = { +export type base_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -187921,16 +186022,16 @@ export type localarbitrumone_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -187939,17 +186040,17 @@ export type localarbitrumone_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -187974,40 +186075,40 @@ export type localarbitrumone_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -188024,16 +186125,16 @@ export type localarbitrumone_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -188050,16 +186151,16 @@ export type localarbitrumone_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -188080,7 +186181,7 @@ export type localarbitrumone_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -188097,26 +186198,26 @@ export type localarbitrumone_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -188149,16 +186250,16 @@ export type localarbitrumone_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -188167,26 +186268,26 @@ export type localarbitrumone_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -188219,16 +186320,16 @@ export type localarbitrumone_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -188238,12 +186339,12 @@ export type localarbitrumone_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_DestinationTransfer_orderBy = +export type base_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -188292,14 +186393,14 @@ export type localarbitrumone_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type localarbitrumone_OptimisticRootFinalized = { +export type base_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['localarbitrumone_Bytes']; + aggregateRoot: Scalars['base_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type localarbitrumone_OptimisticRootFinalized_filter = { +export type base_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188308,16 +186409,16 @@ export type localarbitrumone_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; @@ -188335,36 +186436,36 @@ export type localarbitrumone_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 localarbitrumone_OptimisticRootFinalized_orderBy = +export type base_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type localarbitrumone_OrderDirection = +export type base_OrderDirection = | 'asc' | 'desc'; -export type localarbitrumone_OriginMessage = { +export type base_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type localarbitrumone_OriginMessage_filter = { +export type base_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188373,16 +186474,16 @@ export type localarbitrumone_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -188391,16 +186492,16 @@ export type localarbitrumone_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -188409,36 +186510,36 @@ export type localarbitrumone_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -188467,14 +186568,14 @@ export type localarbitrumone_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_OriginMessage_orderBy = +export type base_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -188488,51 +186589,51 @@ export type localarbitrumone_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type localarbitrumone_OriginTransfer = { +export type base_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type localarbitrumone_OriginTransferrelayerFeesArgs = { +export type base_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_OriginTransfer_filter = { +export type base_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188549,16 +186650,16 @@ export type localarbitrumone_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -188567,20 +186668,20 @@ export type localarbitrumone_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -188605,40 +186706,40 @@ export type localarbitrumone_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -188647,16 +186748,16 @@ export type localarbitrumone_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -188673,16 +186774,16 @@ export type localarbitrumone_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -188703,17 +186804,17 @@ export type localarbitrumone_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -188734,7 +186835,7 @@ export type localarbitrumone_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -188749,37 +186850,37 @@ export type localarbitrumone_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -188812,16 +186913,16 @@ export type localarbitrumone_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -188831,12 +186932,12 @@ export type localarbitrumone_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_OriginTransfer_orderBy = +export type base_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -188888,20 +186989,20 @@ export type localarbitrumone_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type localarbitrumone_Relayer = { +export type base_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type localarbitrumone_RelayerFee = { +export type base_RelayerFee = { id: Scalars['ID']; - transfer: localarbitrumone_OriginTransfer; + transfer: base_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['localarbitrumone_Bytes']; + asset: Scalars['base_Bytes']; }; -export type localarbitrumone_RelayerFee_filter = { +export type base_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -188930,7 +187031,7 @@ export type localarbitrumone_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -188939,23 +187040,23 @@ export type localarbitrumone_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RelayerFee_orderBy = +export type base_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -188990,20 +187091,20 @@ export type localarbitrumone_RelayerFee_orderBy = | 'fee' | 'asset'; -export type localarbitrumone_RelayerFeesIncrease = { +export type base_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: localarbitrumone_OriginTransfer; + transfer: base_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['localarbitrumone_Bytes']; - transactionHash: Scalars['localarbitrumone_Bytes']; + asset?: Maybe; + caller: Scalars['base_Bytes']; + transactionHash: Scalars['base_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_RelayerFeesIncrease_filter = { +export type base_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189032,7 +187133,7 @@ export type localarbitrumone_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -189041,36 +187142,36 @@ export type localarbitrumone_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -189104,12 +187205,12 @@ export type localarbitrumone_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RelayerFeesIncrease_orderBy = +export type base_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -189150,7 +187251,7 @@ export type localarbitrumone_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_Relayer_filter = { +export type base_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189163,33 +187264,33 @@ export type localarbitrumone_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Relayer_orderBy = +export type base_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type localarbitrumone_RootCount = { +export type base_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type localarbitrumone_RootCount_filter = { +export type base_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189207,30 +187308,30 @@ export type localarbitrumone_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RootCount_orderBy = +export type base_RootCount_orderBy = | 'id' | 'count'; -export type localarbitrumone_RootMessageSent = { +export type base_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type localarbitrumone_RootMessageSent_filter = { +export type base_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189255,16 +187356,16 @@ export type localarbitrumone_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -189273,26 +187374,26 @@ export type localarbitrumone_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -189326,12 +187427,12 @@ export type localarbitrumone_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RootMessageSent_orderBy = +export type base_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -189344,34 +187445,34 @@ export type localarbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_Router = { +export type base_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type localarbitrumone_RouterassetBalancesArgs = { +export type base_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_RouterDailyTVL = { +export type base_RouterDailyTVL = { id: Scalars['ID']; - router: localarbitrumone_Router; - asset: localarbitrumone_Asset; + router: base_Router; + asset: base_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type localarbitrumone_RouterDailyTVL_filter = { +export type base_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189400,7 +187501,7 @@ export type localarbitrumone_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -189421,7 +187522,7 @@ export type localarbitrumone_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -189439,12 +187540,12 @@ export type localarbitrumone_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RouterDailyTVL_orderBy = +export type base_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -189466,25 +187567,25 @@ export type localarbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type localarbitrumone_RouterLiquidityEvent = { +export type base_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: localarbitrumone_Router; - asset: localarbitrumone_Asset; + type?: Maybe; + router: base_Router; + asset: base_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['localarbitrumone_Bytes']; + transactionHash: Scalars['base_Bytes']; nonce: Scalars['BigInt']; }; -export type localarbitrumone_RouterLiquidityEventType = +export type base_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type localarbitrumone_RouterLiquidityEvent_filter = { +export type base_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189493,10 +187594,10 @@ export type localarbitrumone_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; @@ -189517,7 +187618,7 @@ export type localarbitrumone_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; @@ -189538,7 +187639,7 @@ export type localarbitrumone_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; @@ -189555,16 +187656,16 @@ export type localarbitrumone_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; @@ -189581,16 +187682,16 @@ export type localarbitrumone_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; @@ -189600,12 +187701,12 @@ export type localarbitrumone_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 localarbitrumone_RouterLiquidityEvent_orderBy = +export type base_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -189633,7 +187734,7 @@ export type localarbitrumone_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type localarbitrumone_Router_filter = { +export type base_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189646,36 +187747,36 @@ export type localarbitrumone_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -189684,14 +187785,14 @@ export type localarbitrumone_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Router_orderBy = +export type base_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -189700,13 +187801,13 @@ export type localarbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type localarbitrumone_Sequencer = { +export type base_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type localarbitrumone_Sequencer_filter = { +export type base_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189719,34 +187820,34 @@ export type localarbitrumone_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Sequencer_orderBy = +export type base_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type localarbitrumone_Setting = { +export type base_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localarbitrumone_Bytes']; + caller: Scalars['base_Bytes']; }; -export type localarbitrumone_Setting_filter = { +export type base_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189763,40 +187864,40 @@ export type localarbitrumone_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Setting_orderBy = +export type base_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type localarbitrumone_SlippageUpdate = { +export type base_SlippageUpdate = { id: Scalars['ID']; - transfer: localarbitrumone_DestinationTransfer; + transfer: base_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['localarbitrumone_Bytes']; - transactionHash: Scalars['localarbitrumone_Bytes']; + caller: Scalars['base_Bytes']; + transactionHash: Scalars['base_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_SlippageUpdate_filter = { +export type base_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189825,7 +187926,7 @@ export type localarbitrumone_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -189834,26 +187935,26 @@ export type localarbitrumone_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -189887,12 +187988,12 @@ export type localarbitrumone_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_SlippageUpdate_orderBy = +export type base_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -189939,16 +188040,16 @@ export type localarbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_SnapshotRoot = { +export type base_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['localarbitrumone_Bytes']; + root: Scalars['base_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_SnapshotRoot_filter = { +export type base_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -189965,16 +188066,16 @@ export type localarbitrumone_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; @@ -190000,12 +188101,12 @@ export type localarbitrumone_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_SnapshotRoot_orderBy = +export type base_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -190013,12 +188114,12 @@ export type localarbitrumone_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type localarbitrumone_SpokeConnectorMode = { +export type base_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type localarbitrumone_SpokeConnectorMode_filter = { +export type base_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190048,35 +188149,33 @@ export type localarbitrumone_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 localarbitrumone_SpokeConnectorMode_orderBy = +export type base_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type localarbitrumone_TransferStatus = +export type base_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type localarbitrumone__Block_ = { +export type base__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type localarbitrumone__Meta_ = { +export type base__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -190084,22 +188183,22 @@ export type localarbitrumone__Meta_ = { * and therefore asks for the latest block * */ - block: localarbitrumone__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 mantle_AggregateRoot = { +export type stagingbnb_AggregateRoot = { id: Scalars['ID']; - root: Scalars['mantle_Bytes']; + root: Scalars['stagingbnb_Bytes']; blockNumber: Scalars['BigInt']; }; -export type mantle_AggregateRootProposed = { +export type stagingbnb_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['mantle_Bytes']; + aggregateRoot: Scalars['stagingbnb_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -190107,7 +188206,7 @@ export type mantle_AggregateRootProposed = { blockNumber?: Maybe; }; -export type mantle_AggregateRootProposed_filter = { +export type stagingbnb_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190116,16 +188215,16 @@ export type mantle_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -190167,12 +188266,12 @@ export type mantle_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_AggregateRootProposed_orderBy = +export type stagingbnb_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -190181,7 +188280,7 @@ export type mantle_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type mantle_AggregateRoot_filter = { +export type stagingbnb_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190190,16 +188289,16 @@ 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -190209,41 +188308,45 @@ export type mantle_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 mantle_AggregateRoot_orderBy = +export type stagingbnb_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type mantle_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 mantle_AssetBalance = { +export type stagingbnb_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: mantle_Router; - asset: mantle_Asset; + router: stagingbnb_Router; + asset: stagingbnb_Asset; feesEarned: Scalars['BigInt']; }; -export type mantle_AssetBalance_filter = { +export type stagingbnb_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190304,7 +188407,7 @@ export type mantle_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -190325,7 +188428,7 @@ export type mantle_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -190335,12 +188438,12 @@ export type mantle_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_AssetBalance_orderBy = +export type stagingbnb_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -190365,12 +188468,12 @@ export type mantle_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type mantle_AssetStatus = { +export type stagingbnb_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type mantle_AssetStatus_filter = { +export type stagingbnb_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190384,16 +188487,16 @@ export type mantle_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_AssetStatus_orderBy = +export type stagingbnb_AssetStatus_orderBy = | 'id' | 'status'; -export type mantle_Asset_filter = { +export type stagingbnb_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190402,16 +188505,16 @@ export type mantle_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -190428,16 +188531,16 @@ export type mantle_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -190446,26 +188549,26 @@ export type mantle_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -190494,14 +188597,14 @@ export type mantle_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Asset_orderBy = +export type stagingbnb_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -190515,26 +188618,26 @@ export type mantle_Asset_orderBy = | 'status__id' | 'status__status'; -export type mantle_BlockChangedFilter = { +export type stagingbnb_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mantle_Block_height = { - hash?: InputMaybe; +export type stagingbnb_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mantle_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 mantle_ConnectorMeta_filter = { +export type stagingbnb_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190559,43 +188662,43 @@ export type mantle_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_ConnectorMeta_orderBy = +export type stagingbnb_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -190603,57 +188706,57 @@ export type mantle_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mantle_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 mantle_DestinationTransferroutersArgs = { +export type stagingbnb_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_DestinationTransfer_filter = { +export type stagingbnb_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -190670,16 +188773,16 @@ export type mantle_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -190688,17 +188791,17 @@ export type mantle_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -190723,40 +188826,40 @@ export type mantle_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -190773,16 +188876,16 @@ export type mantle_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -190799,16 +188902,16 @@ export type mantle_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -190829,7 +188932,7 @@ export type mantle_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -190846,26 +188949,26 @@ export type mantle_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -190898,16 +189001,16 @@ export type mantle_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -190916,26 +189019,26 @@ export type mantle_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -190968,16 +189071,16 @@ export type mantle_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -190987,12 +189090,12 @@ export type mantle_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_DestinationTransfer_orderBy = +export type stagingbnb_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -191041,14 +189144,14 @@ export type mantle_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type mantle_OptimisticRootFinalized = { +export type stagingbnb_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mantle_Bytes']; + aggregateRoot: Scalars['stagingbnb_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mantle_OptimisticRootFinalized_filter = { +export type stagingbnb_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191057,16 +189160,16 @@ export type mantle_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -191084,36 +189187,36 @@ export type mantle_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_OptimisticRootFinalized_orderBy = +export type stagingbnb_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type mantle_OrderDirection = +export type stagingbnb_OrderDirection = | 'asc' | 'desc'; -export type mantle_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 mantle_OriginMessage_filter = { +export type stagingbnb_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191122,16 +189225,16 @@ export type mantle_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -191140,16 +189243,16 @@ export type mantle_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -191158,36 +189261,36 @@ export type mantle_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -191216,14 +189319,14 @@ export type mantle_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_OriginMessage_orderBy = +export type stagingbnb_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -191237,51 +189340,51 @@ export type mantle_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type mantle_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 mantle_OriginTransferrelayerFeesArgs = { +export type stagingbnb_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_OriginTransfer_filter = { +export type stagingbnb_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191298,16 +189401,16 @@ export type mantle_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -191316,20 +189419,20 @@ export type mantle_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -191354,40 +189457,40 @@ export type mantle_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -191396,16 +189499,16 @@ export type mantle_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -191422,16 +189525,16 @@ export type mantle_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -191452,17 +189555,17 @@ export type mantle_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -191483,7 +189586,7 @@ export type mantle_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -191498,37 +189601,37 @@ export type mantle_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -191561,16 +189664,16 @@ export type mantle_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -191580,12 +189683,12 @@ export type mantle_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_OriginTransfer_orderBy = +export type stagingbnb_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -191637,20 +189740,20 @@ export type mantle_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mantle_Relayer = { +export type stagingbnb_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mantle_RelayerFee = { +export type stagingbnb_RelayerFee = { id: Scalars['ID']; - transfer: mantle_OriginTransfer; + transfer: stagingbnb_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mantle_Bytes']; + asset: Scalars['stagingbnb_Bytes']; }; -export type mantle_RelayerFee_filter = { +export type stagingbnb_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191679,7 +189782,7 @@ export type mantle_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -191688,23 +189791,23 @@ export type mantle_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RelayerFee_orderBy = +export type stagingbnb_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -191739,20 +189842,20 @@ export type mantle_RelayerFee_orderBy = | 'fee' | 'asset'; -export type mantle_RelayerFeesIncrease = { +export type stagingbnb_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mantle_OriginTransfer; + transfer: stagingbnb_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mantle_Bytes']; - transactionHash: Scalars['mantle_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 mantle_RelayerFeesIncrease_filter = { +export type stagingbnb_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191781,7 +189884,7 @@ export type mantle_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -191790,36 +189893,36 @@ export type mantle_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -191853,12 +189956,12 @@ export type mantle_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RelayerFeesIncrease_orderBy = +export type stagingbnb_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -191899,7 +190002,7 @@ export type mantle_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mantle_Relayer_filter = { +export type stagingbnb_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191912,33 +190015,33 @@ export type mantle_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Relayer_orderBy = +export type stagingbnb_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mantle_RootCount = { +export type stagingbnb_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mantle_RootCount_filter = { +export type stagingbnb_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -191956,30 +190059,30 @@ export type mantle_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RootCount_orderBy = +export type stagingbnb_RootCount_orderBy = | 'id' | 'count'; -export type mantle_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 mantle_RootMessageSent_filter = { +export type stagingbnb_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192004,16 +190107,16 @@ export type mantle_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -192022,26 +190125,26 @@ export type mantle_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -192075,12 +190178,12 @@ export type mantle_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RootMessageSent_orderBy = +export type stagingbnb_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -192093,34 +190196,34 @@ export type mantle_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mantle_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 mantle_RouterassetBalancesArgs = { +export type stagingbnb_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_RouterDailyTVL = { +export type stagingbnb_RouterDailyTVL = { id: Scalars['ID']; - router: mantle_Router; - asset: mantle_Asset; + router: stagingbnb_Router; + asset: stagingbnb_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mantle_RouterDailyTVL_filter = { +export type stagingbnb_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192149,7 +190252,7 @@ export type mantle_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -192170,7 +190273,7 @@ export type mantle_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -192188,12 +190291,12 @@ export type mantle_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RouterDailyTVL_orderBy = +export type stagingbnb_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -192215,25 +190318,25 @@ export type mantle_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type mantle_RouterLiquidityEvent = { +export type stagingbnb_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mantle_Router; - asset: mantle_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['mantle_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_RouterLiquidityEventType = +export type stagingbnb_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mantle_RouterLiquidityEvent_filter = { +export type stagingbnb_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192242,10 +190345,10 @@ export type mantle_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -192266,7 +190369,7 @@ export type mantle_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -192287,7 +190390,7 @@ export type mantle_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -192304,16 +190407,16 @@ export type mantle_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -192330,16 +190433,16 @@ export type mantle_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -192349,12 +190452,12 @@ export type mantle_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RouterLiquidityEvent_orderBy = +export type stagingbnb_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -192382,7 +190485,7 @@ export type mantle_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mantle_Router_filter = { +export type stagingbnb_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192395,36 +190498,36 @@ export type mantle_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -192433,14 +190536,14 @@ export type mantle_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Router_orderBy = +export type stagingbnb_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -192449,13 +190552,13 @@ export type mantle_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mantle_Sequencer = { +export type stagingbnb_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mantle_Sequencer_filter = { +export type stagingbnb_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192468,34 +190571,34 @@ export type mantle_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Sequencer_orderBy = +export type stagingbnb_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mantle_Setting = { +export type stagingbnb_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mantle_Bytes']; + caller: Scalars['stagingbnb_Bytes']; }; -export type mantle_Setting_filter = { +export type stagingbnb_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192512,40 +190615,40 @@ export type mantle_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Setting_orderBy = +export type stagingbnb_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mantle_SlippageUpdate = { +export type stagingbnb_SlippageUpdate = { id: Scalars['ID']; - transfer: mantle_DestinationTransfer; + transfer: stagingbnb_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mantle_Bytes']; - transactionHash: Scalars['mantle_Bytes']; + caller: Scalars['stagingbnb_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mantle_SlippageUpdate_filter = { +export type stagingbnb_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192574,7 +190677,7 @@ export type mantle_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -192583,26 +190686,26 @@ export type mantle_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -192636,12 +190739,12 @@ export type mantle_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_SlippageUpdate_orderBy = +export type stagingbnb_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -192688,16 +190791,16 @@ export type mantle_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mantle_SnapshotRoot = { +export type stagingbnb_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['mantle_Bytes']; + root: Scalars['stagingbnb_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mantle_SnapshotRoot_filter = { +export type stagingbnb_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192714,16 +190817,16 @@ export type mantle_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -192749,12 +190852,12 @@ export type mantle_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_SnapshotRoot_orderBy = +export type stagingbnb_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -192762,12 +190865,12 @@ export type mantle_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type mantle_SpokeConnectorMode = { +export type stagingbnb_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type mantle_SpokeConnectorMode_filter = { +export type stagingbnb_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192797,33 +190900,35 @@ export type mantle_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_SpokeConnectorMode_orderBy = +export type stagingbnb_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type mantle_TransferStatus = +export type stagingbnb_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type mantle__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 mantle__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 @@ -192831,22 +190936,30 @@ export type mantle__Meta_ = { * and therefore asks for the latest block * */ - block: mantle__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 stagingmainnet_AggregateRootSavedSlow = { +export type stagingzksync_AggregateRoot = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; + root: Scalars['stagingzksync_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingzksync_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingzksync_Bytes']; rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmainnet_AggregateRootSavedSlow_filter = { +export type stagingzksync_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192855,30 +190968,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; @@ -192887,28 +190986,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 stagingzksync_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 stagingzksync_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192917,32 +191042,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; @@ -192952,28 +191061,45 @@ 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 stagingzksync_AggregateRoot_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' + | 'root' | 'blockNumber'; -export type stagingmainnet_ArbitrumConnectorMeta = { +export type stagingzksync_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingzksync_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_ArbitrumConnectorMeta_filter = { +export type stagingzksync_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingzksync_Router; + asset: stagingzksync_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingzksync_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -192982,76 +191108,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 stagingzksync_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 stagingzksync_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 stagingzksync_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193060,76 +191235,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 stagingzksync_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 stagingzksync_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193138,154 +191258,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 stagingzksync_Asset_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -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 stagingzksync_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type stagingmainnet_BnbConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type stagingzksync_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type stagingmainnet_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_GnosisConnectorMeta = { +export type stagingzksync_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_GnosisConnectorMeta_filter = { +export type stagingzksync_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193310,43 +191415,43 @@ export type stagingmainnet_GnosisConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_GnosisConnectorMeta_orderBy = +export type stagingzksync_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -193354,12 +191459,57 @@ export type stagingmainnet_GnosisConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmainnet_HubDomain = { +export type stagingzksync_DestinationTransfer = { id: Scalars['ID']; - domain?: 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 stagingmainnet_HubDomain_filter = { + +export type stagingzksync_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingzksync_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193368,32 +191518,393 @@ 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>; + 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_HubDomain_orderBy = +export type stagingzksync_DestinationTransfer_orderBy = | 'id' - | 'domain'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type stagingmainnet_HubOptimisticRootFinalized = { +export type stagingzksync_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; + aggregateRoot: Scalars['stagingzksync_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmainnet_HubOptimisticRootFinalized_filter = { +export type stagingzksync_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193402,16 +191913,16 @@ 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; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -193429,27 +191940,36 @@ export type stagingmainnet_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 stagingmainnet_HubOptimisticRootFinalized_orderBy = +export type stagingzksync_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type stagingmainnet_LineaConnectorMeta = { +/** Defines the order direction, either ascending or descending */ +export type stagingzksync_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingzksync_OriginMessage = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type stagingmainnet_LineaConnectorMeta_filter = { +export type stagingzksync_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193458,76 +191978,166 @@ export type stagingmainnet_LineaConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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_LineaConnectorMeta_orderBy = +export type stagingzksync_OriginMessage_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type stagingmainnet_MantleConnectorMeta = { +export type stagingzksync_OriginTransfer = { 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; + 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_MantleConnectorMeta_filter = { + +export type stagingzksync_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingzksync_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193536,232 +192146,367 @@ 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmainnet_MantleConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_MetisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; - -export type stagingmainnet_MetisConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_MetisConnectorMeta_orderBy = +export type stagingzksync_OriginTransfer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type stagingmainnet_ModeConnectorMeta = { +export type stagingzksync_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_ModeConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type stagingmainnet_ModeConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_OptimismConnectorMeta = { +export type stagingzksync_RelayerFee = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + transfer: stagingzksync_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingzksync_Bytes']; }; -export type stagingmainnet_OptimismConnectorMeta_filter = { +export type stagingzksync_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193770,75 +192515,100 @@ 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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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_OptimismConnectorMeta_orderBy = +export type stagingzksync_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_OptimisticRootPropagated = { +export type stagingzksync_RelayerFeesIncrease = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - domainsHash: Scalars['stagingmainnet_Bytes']; + transfer: stagingzksync_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_OptimisticRootPropagated_filter = { +export type stagingzksync_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193847,26 +192617,65 @@ 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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -193875,6 +192684,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; @@ -193884,30 +192709,53 @@ 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 stagingzksync_RelayerFeesIncrease_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | '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_OptimisticRootProposed = { - id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['stagingmainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type stagingmainnet_OptimisticRootProposed_filter = { +export type stagingzksync_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -193916,88 +192764,37 @@ 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; - 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>; + 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_OptimisticRootProposed_orderBy = +export type stagingzksync_Relayer_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' - | 'timestamp' - | 'blockNumber'; + | 'isActive' + | 'relayer'; -export type stagingmainnet_PolygonConnectorMeta = { +export type stagingzksync_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_PolygonConnectorMeta_filter = { +export type stagingzksync_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194006,76 +192803,39 @@ 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; + 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_PolygonConnectorMeta_orderBy = +export type stagingzksync_RootCount_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'count'; -export type stagingmainnet_PolygonZkConnectorMeta = { +export type stagingzksync_RootMessageSent = { 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; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type stagingmainnet_PolygonZkConnectorMeta_filter = { +export type stagingzksync_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194100,254 +192860,44 @@ export type stagingmainnet_PolygonZkConnectorMeta_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 stagingmainnet_PolygonZkConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['stagingmainnet_Bytes']; - index: Scalars['BigInt']; -}; - -export type stagingmainnet_RootAggregated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmainnet_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type stagingmainnet_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type stagingmainnet_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmainnet_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; - -export type stagingmainnet_RootManagerMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type stagingmainnet_RootManagerMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmainnet_RootManagerMode_orderBy = - | 'id' - | 'mode'; - -export type stagingmainnet_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type stagingmainnet_RootMessageProcessed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_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; @@ -194381,16 +192931,17 @@ 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 stagingzksync_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' | 'root' + | 'count' | 'caller' | 'transactionHash' | 'timestamp' @@ -194398,245 +192949,34 @@ export type stagingmainnet_RootMessageProcessed_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_RootPropagated = { - id: Scalars['ID']; - aggregate: Scalars['stagingmainnet_Bytes']; - domainsHash: Scalars['stagingmainnet_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type stagingmainnet_RootPropagated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmainnet_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; - -export type stagingmainnet_ScrollConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; - -export type stagingmainnet_ScrollConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmainnet_ScrollConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_ZkSyncConnectorMeta = { +export type stagingzksync_Router = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; - -export type stagingmainnet_ZkSyncConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type stagingmainnet_ZkSyncConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type mainnet_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['mainnet_Bytes']; - blockNumber: Scalars['BigInt']; +export type stagingzksync_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_AggregateRootProposed = { +export type stagingzksync_RouterDailyTVL = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + router: stagingzksync_Router; + asset: stagingzksync_Asset; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + balance: Scalars['BigInt']; }; -export type mainnet_AggregateRootProposed_filter = { +export type stagingzksync_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194645,40 +192985,48 @@ 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; - 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>; + 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; @@ -194687,92 +193035,61 @@ export type mainnet_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>; + 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_AggregateRootProposed_orderBy = +export type stagingzksync_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 mainnet_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type mainnet_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | 'balance'; -export type mainnet_AssetBalance = { +export type stagingzksync_RouterLiquidityEvent = { id: Scalars['ID']; + type?: Maybe; + router: stagingzksync_Router; + asset: stagingzksync_Asset; amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: mainnet_Router; - asset: mainnet_Asset; - feesEarned: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingzksync_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_AssetBalance_filter = { +export type stagingzksync_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingzksync_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194781,38 +193098,10 @@ export type mainnet_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -194833,7 +193122,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; @@ -194854,27 +193143,76 @@ export type mainnet_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 mainnet_AssetBalance_orderBy = +export type stagingzksync_RouterLiquidityEvent_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' + | 'type' | 'router' | 'router__id' | 'router__isActive' @@ -194892,14 +193230,88 @@ export type mainnet_AssetBalance_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type mainnet_AssetStatus = { +export type stagingzksync_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingzksync_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingzksync_Sequencer = { id: Scalars['ID']; - status?: Maybe; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type mainnet_AssetStatus_filter = { +export type stagingzksync_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194908,21 +193320,38 @@ export type mainnet_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + 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_AssetStatus_orderBy = +export type stagingzksync_Sequencer_orderBy = | 'id' - | 'status'; + | 'isActive' + | 'sequencer'; -export type mainnet_Asset_filter = { +export type stagingzksync_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingzksync_Bytes']; +}; + +export type stagingzksync_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -194931,70 +193360,717 @@ export type mainnet_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingzksync_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingzksync_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingzksync_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingzksync_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingzksync_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingzksync_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingzksync_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingzksync_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingzksync_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingzksync_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingzksync_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingzksync_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type 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 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; @@ -195023,14 +194099,14 @@ export type mainnet_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Asset_orderBy = +export type optimism_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -195044,16 +194120,26 @@ export type mainnet_Asset_orderBy = | 'status__id' | 'status__status'; -export type mainnet_ConnectorMeta = { +export type optimism_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimism_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimism_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type mainnet_ConnectorMeta_filter = { +export type optimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -195078,43 +194164,43 @@ export type mainnet_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ConnectorMeta_orderBy = +export type optimism_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -195122,57 +194208,57 @@ export type mainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_DestinationTransfer = { +export type optimism_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type mainnet_DestinationTransferroutersArgs = { +export type optimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_DestinationTransfer_filter = { +export type optimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -195189,16 +194275,16 @@ export type mainnet_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -195207,17 +194293,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; @@ -195242,40 +194328,40 @@ export type mainnet_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -195292,16 +194378,16 @@ export type mainnet_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -195318,16 +194404,16 @@ export type mainnet_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -195348,7 +194434,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; @@ -195365,29 +194451,29 @@ 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; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: 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; @@ -195417,16 +194503,16 @@ export type mainnet_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -195435,26 +194521,26 @@ export type mainnet_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -195487,16 +194573,16 @@ export type mainnet_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -195506,12 +194592,12 @@ export type mainnet_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_DestinationTransfer_orderBy = +export type optimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -195560,14 +194646,14 @@ export type mainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type mainnet_OptimisticRootFinalized = { +export type optimism_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; + aggregateRoot: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mainnet_OptimisticRootFinalized_filter = { +export type optimism_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -195576,16 +194662,16 @@ export type mainnet_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -195603,31 +194689,36 @@ export type mainnet_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OptimisticRootFinalized_orderBy = +export type optimism_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type mainnet_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type optimism_OrderDirection = + | 'asc' + | 'desc'; + +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 mainnet_OriginMessage_filter = { +export type optimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -195636,16 +194727,16 @@ export type mainnet_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -195654,16 +194745,16 @@ export type mainnet_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -195672,36 +194763,36 @@ export type mainnet_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -195730,14 +194821,14 @@ export type mainnet_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OriginMessage_orderBy = +export type optimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -195751,51 +194842,51 @@ export type mainnet_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type mainnet_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 mainnet_OriginTransferrelayerFeesArgs = { +export type optimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_OriginTransfer_filter = { +export type optimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -195812,16 +194903,16 @@ export type mainnet_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -195830,20 +194921,20 @@ export type mainnet_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -195868,40 +194959,40 @@ export type mainnet_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -195910,16 +195001,16 @@ export type mainnet_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -195936,16 +195027,16 @@ export type mainnet_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -195966,17 +195057,17 @@ export type mainnet_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -195997,7 +195088,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; @@ -196012,37 +195103,37 @@ export type mainnet_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -196075,16 +195166,16 @@ 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_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; @@ -196094,12 +195185,12 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OriginTransfer_orderBy = +export type optimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -196151,20 +195242,20 @@ export type mainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mainnet_Relayer = { +export type optimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mainnet_RelayerFee = { +export type optimism_RelayerFee = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; + transfer: optimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mainnet_Bytes']; + asset: Scalars['optimism_Bytes']; }; -export type mainnet_RelayerFee_filter = { +export type optimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -196193,7 +195284,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; @@ -196202,23 +195293,23 @@ export type mainnet_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RelayerFee_orderBy = +export type optimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -196253,20 +195344,20 @@ export type mainnet_RelayerFee_orderBy = | 'fee' | 'asset'; -export type mainnet_RelayerFeesIncrease = { +export type optimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; + transfer: optimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_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 mainnet_RelayerFeesIncrease_filter = { +export type optimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -196295,7 +195386,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; @@ -196304,36 +195395,36 @@ export type mainnet_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -196367,12 +195458,12 @@ export type mainnet_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RelayerFeesIncrease_orderBy = +export type optimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -196413,7 +195504,7 @@ export type mainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_Relayer_filter = { +export type optimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -196426,33 +195517,33 @@ export type mainnet_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Relayer_orderBy = +export type optimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mainnet_RootCount = { +export type optimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mainnet_RootCount_filter = { +export type optimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -196470,30 +195561,30 @@ export type mainnet_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootCount_orderBy = +export type optimism_RootCount_orderBy = | 'id' | 'count'; -export type mainnet_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 mainnet_RootMessageSent_filter = { +export type optimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -196518,16 +195609,16 @@ export type mainnet_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -196536,26 +195627,26 @@ export type mainnet_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -196589,12 +195680,12 @@ export type mainnet_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootMessageSent_orderBy = +export type optimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -196607,34 +195698,34 @@ export type mainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_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 mainnet_RouterassetBalancesArgs = { +export type optimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_RouterDailyTVL = { +export type optimism_RouterDailyTVL = { id: Scalars['ID']; - router: mainnet_Router; - asset: mainnet_Asset; + router: optimism_Router; + asset: optimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mainnet_RouterDailyTVL_filter = { +export type optimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -196663,7 +195754,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; @@ -196684,7 +195775,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; @@ -196702,12 +195793,12 @@ export type mainnet_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RouterDailyTVL_orderBy = +export type optimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -196729,25 +195820,25 @@ export type mainnet_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type mainnet_RouterLiquidityEvent = { +export type optimism_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mainnet_Router; - asset: mainnet_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['mainnet_Bytes']; + transactionHash: Scalars['optimism_Bytes']; nonce: Scalars['BigInt']; }; -export type mainnet_RouterLiquidityEventType = +export type optimism_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mainnet_RouterLiquidityEvent_filter = { +export type optimism_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -196756,10 +195847,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; @@ -196780,7 +195871,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; @@ -196801,7 +195892,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; @@ -196818,16 +195909,16 @@ export type mainnet_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -196844,16 +195935,16 @@ export type mainnet_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -196863,12 +195954,12 @@ export type mainnet_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RouterLiquidityEvent_orderBy = +export type optimism_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -196896,7 +195987,7 @@ export type mainnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mainnet_Router_filter = { +export type optimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -196909,36 +196000,36 @@ export type mainnet_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -196947,14 +196038,14 @@ export type mainnet_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Router_orderBy = +export type optimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -196963,13 +196054,13 @@ export type mainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mainnet_Sequencer = { +export type optimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mainnet_Sequencer_filter = { +export type optimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -196982,34 +196073,34 @@ export type mainnet_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Sequencer_orderBy = +export type optimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mainnet_Setting = { +export type optimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; + caller: Scalars['optimism_Bytes']; }; -export type mainnet_Setting_filter = { +export type optimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197026,40 +196117,40 @@ export type mainnet_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Setting_orderBy = +export type optimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mainnet_SlippageUpdate = { +export type optimism_SlippageUpdate = { id: Scalars['ID']; - transfer: mainnet_DestinationTransfer; + transfer: optimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_SlippageUpdate_filter = { +export type optimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197088,7 +196179,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; @@ -197097,26 +196188,26 @@ export type mainnet_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -197150,12 +196241,12 @@ export type mainnet_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_SlippageUpdate_orderBy = +export type optimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -197202,16 +196293,16 @@ export type mainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_SnapshotRoot = { +export type optimism_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['mainnet_Bytes']; + root: Scalars['optimism_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_SnapshotRoot_filter = { +export type optimism_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197228,16 +196319,16 @@ export type mainnet_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -197263,12 +196354,12 @@ export type mainnet_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_SnapshotRoot_orderBy = +export type optimism_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -197276,12 +196367,12 @@ export type mainnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type mainnet_SpokeConnectorMode = { +export type optimism_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type mainnet_SpokeConnectorMode_filter = { +export type optimism_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197311,31 +196402,56 @@ export type mainnet_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_SpokeConnectorMode_orderBy = +export type optimism_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type mainnet_TransferStatus = +export type optimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type bnb_AggregateRoot = { +export type optimism__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type optimism__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: optimism__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type stagingbase_AggregateRoot = { id: Scalars['ID']; - root: Scalars['bnb_Bytes']; + root: Scalars['stagingbase_Bytes']; blockNumber: Scalars['BigInt']; }; -export type bnb_AggregateRootProposed = { +export type stagingbase_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['bnb_Bytes']; + aggregateRoot: Scalars['stagingbase_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -197343,7 +196459,7 @@ export type bnb_AggregateRootProposed = { blockNumber?: Maybe; }; -export type bnb_AggregateRootProposed_filter = { +export type stagingbase_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197352,16 +196468,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; @@ -197403,12 +196519,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 stagingbase_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -197417,7 +196533,7 @@ export type bnb_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type bnb_AggregateRoot_filter = { +export type stagingbase_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197426,16 +196542,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; @@ -197445,45 +196561,45 @@ export type bnb_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_AggregateRoot_orderBy = +export type stagingbase_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type bnb_Aggregation_interval = +export type stagingbase_Aggregation_interval = | 'hour' | 'day'; -export type bnb_Asset = { +export type stagingbase_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type bnb_AssetBalance = { +export type stagingbase_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: bnb_Router; - asset: bnb_Asset; + router: stagingbase_Router; + asset: stagingbase_Asset; feesEarned: Scalars['BigInt']; }; -export type bnb_AssetBalance_filter = { +export type stagingbase_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197544,7 +196660,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; @@ -197565,7 +196681,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; @@ -197575,12 +196691,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 stagingbase_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -197605,12 +196721,12 @@ export type bnb_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type bnb_AssetStatus = { +export type stagingbase_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type bnb_AssetStatus_filter = { +export type stagingbase_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197624,16 +196740,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 stagingbase_AssetStatus_orderBy = | 'id' | 'status'; -export type bnb_Asset_filter = { +export type stagingbase_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197642,16 +196758,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; @@ -197668,16 +196784,16 @@ export type bnb_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -197686,26 +196802,26 @@ export type bnb_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -197734,14 +196850,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 stagingbase_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -197755,26 +196871,26 @@ export type bnb_Asset_orderBy = | 'status__id' | 'status__status'; -export type bnb_BlockChangedFilter = { +export type stagingbase_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type bnb_Block_height = { - hash?: InputMaybe; +export type stagingbase_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type bnb_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 bnb_ConnectorMeta_filter = { +export type stagingbase_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197799,43 +196915,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 stagingbase_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -197843,57 +196959,57 @@ export type bnb_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type bnb_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 bnb_DestinationTransferroutersArgs = { +export type stagingbase_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_DestinationTransfer_filter = { +export type stagingbase_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -197910,16 +197026,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; @@ -197928,17 +197044,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; @@ -197963,40 +197079,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; @@ -198013,16 +197129,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; @@ -198039,16 +197155,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; @@ -198069,7 +197185,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; @@ -198086,26 +197202,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; @@ -198138,16 +197254,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; @@ -198156,26 +197272,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; @@ -198208,16 +197324,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; @@ -198227,12 +197343,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 stagingbase_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -198281,14 +197397,14 @@ export type bnb_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type bnb_OptimisticRootFinalized = { +export type stagingbase_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['bnb_Bytes']; + aggregateRoot: Scalars['stagingbase_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type bnb_OptimisticRootFinalized_filter = { +export type stagingbase_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -198297,16 +197413,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; @@ -198324,36 +197440,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 stagingbase_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type bnb_OrderDirection = +export type stagingbase_OrderDirection = | 'asc' | 'desc'; -export type bnb_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 bnb_OriginMessage_filter = { +export type stagingbase_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -198362,16 +197478,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; @@ -198380,16 +197496,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; @@ -198398,36 +197514,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; @@ -198456,14 +197572,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 stagingbase_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -198477,51 +197593,51 @@ export type bnb_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type bnb_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 bnb_OriginTransferrelayerFeesArgs = { +export type stagingbase_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_OriginTransfer_filter = { +export type stagingbase_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -198538,16 +197654,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; @@ -198556,20 +197672,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; @@ -198594,40 +197710,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; @@ -198636,16 +197752,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; @@ -198662,16 +197778,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; @@ -198692,17 +197808,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; @@ -198723,7 +197839,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; @@ -198738,37 +197854,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; @@ -198801,16 +197917,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; @@ -198820,12 +197936,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 stagingbase_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -198877,20 +197993,20 @@ export type bnb_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type bnb_Relayer = { +export type stagingbase_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type bnb_RelayerFee = { +export type stagingbase_RelayerFee = { id: Scalars['ID']; - transfer: bnb_OriginTransfer; + transfer: stagingbase_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['bnb_Bytes']; + asset: Scalars['stagingbase_Bytes']; }; -export type bnb_RelayerFee_filter = { +export type stagingbase_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -198919,7 +198035,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; @@ -198928,23 +198044,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 stagingbase_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -198979,20 +198095,20 @@ export type bnb_RelayerFee_orderBy = | 'fee' | 'asset'; -export type bnb_RelayerFeesIncrease = { +export type stagingbase_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: bnb_OriginTransfer; + transfer: stagingbase_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_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 bnb_RelayerFeesIncrease_filter = { +export type stagingbase_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199021,7 +198137,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; @@ -199030,36 +198146,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; @@ -199093,12 +198209,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 stagingbase_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -199139,7 +198255,7 @@ export type bnb_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_Relayer_filter = { +export type stagingbase_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199152,33 +198268,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 stagingbase_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type bnb_RootCount = { +export type stagingbase_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type bnb_RootCount_filter = { +export type stagingbase_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199196,30 +198312,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 stagingbase_RootCount_orderBy = | 'id' | 'count'; -export type bnb_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 bnb_RootMessageSent_filter = { +export type stagingbase_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199244,16 +198360,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; @@ -199262,26 +198378,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; @@ -199315,12 +198431,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 stagingbase_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -199333,34 +198449,34 @@ export type bnb_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_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 bnb_RouterassetBalancesArgs = { +export type stagingbase_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_RouterDailyTVL = { +export type stagingbase_RouterDailyTVL = { id: Scalars['ID']; - router: bnb_Router; - asset: bnb_Asset; + router: stagingbase_Router; + asset: stagingbase_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type bnb_RouterDailyTVL_filter = { +export type stagingbase_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199389,7 +198505,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; @@ -199410,7 +198526,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; @@ -199428,12 +198544,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 stagingbase_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -199455,25 +198571,25 @@ export type bnb_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type bnb_RouterLiquidityEvent = { +export type stagingbase_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: bnb_Router; - asset: bnb_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['bnb_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_RouterLiquidityEventType = +export type stagingbase_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type bnb_RouterLiquidityEvent_filter = { +export type stagingbase_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199482,10 +198598,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; @@ -199506,7 +198622,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; @@ -199527,7 +198643,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; @@ -199544,16 +198660,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; @@ -199570,16 +198686,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; @@ -199589,12 +198705,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 stagingbase_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -199622,7 +198738,7 @@ export type bnb_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type bnb_Router_filter = { +export type stagingbase_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199635,36 +198751,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; @@ -199673,14 +198789,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 stagingbase_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -199689,13 +198805,13 @@ export type bnb_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type bnb_Sequencer = { +export type stagingbase_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type bnb_Sequencer_filter = { +export type stagingbase_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199708,34 +198824,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 stagingbase_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type bnb_Setting = { +export type stagingbase_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; + caller: Scalars['stagingbase_Bytes']; }; -export type bnb_Setting_filter = { +export type stagingbase_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199752,40 +198868,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 stagingbase_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type bnb_SlippageUpdate = { +export type stagingbase_SlippageUpdate = { id: Scalars['ID']; - transfer: bnb_DestinationTransfer; + transfer: stagingbase_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; + caller: Scalars['stagingbase_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_SlippageUpdate_filter = { +export type stagingbase_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199814,7 +198930,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; @@ -199823,26 +198939,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; @@ -199876,12 +198992,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 stagingbase_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -199928,16 +199044,16 @@ export type bnb_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_SnapshotRoot = { +export type stagingbase_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['bnb_Bytes']; + root: Scalars['stagingbase_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_SnapshotRoot_filter = { +export type stagingbase_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -199954,16 +199070,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; @@ -199989,12 +199105,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 stagingbase_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -200002,12 +199118,12 @@ export type bnb_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type bnb_SpokeConnectorMode = { +export type stagingbase_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type bnb_SpokeConnectorMode_filter = { +export type stagingbase_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -200037,35 +199153,35 @@ export type bnb_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_SpokeConnectorMode_orderBy = +export type stagingbase_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type bnb_TransferStatus = +export type stagingbase_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type bnb__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; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type bnb__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 @@ -200073,22 +199189,22 @@ export type bnb__Meta_ = { * and therefore asks for the latest block * */ - block: bnb__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 avalanche_AggregateRoot = { +export type localoptimism_AggregateRoot = { id: Scalars['ID']; - root: Scalars['avalanche_Bytes']; + root: Scalars['localoptimism_Bytes']; blockNumber: Scalars['BigInt']; }; -export type avalanche_AggregateRootProposed = { +export type localoptimism_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['avalanche_Bytes']; + aggregateRoot: Scalars['localoptimism_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -200096,7 +199212,7 @@ export type avalanche_AggregateRootProposed = { blockNumber?: Maybe; }; -export type avalanche_AggregateRootProposed_filter = { +export type localoptimism_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -200105,16 +199221,16 @@ export type avalanche_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -200156,12 +199272,12 @@ export type avalanche_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_AggregateRootProposed_orderBy = +export type localoptimism_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -200170,7 +199286,7 @@ export type avalanche_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type avalanche_AggregateRoot_filter = { +export type localoptimism_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -200179,16 +199295,16 @@ export type avalanche_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -200198,45 +199314,45 @@ export type avalanche_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_AggregateRoot_orderBy = +export type localoptimism_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type avalanche_Aggregation_interval = +export type localoptimism_Aggregation_interval = | 'hour' | 'day'; -export type avalanche_Asset = { +export type localoptimism_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type avalanche_AssetBalance = { +export type localoptimism_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: avalanche_Router; - asset: avalanche_Asset; + router: localoptimism_Router; + asset: localoptimism_Asset; feesEarned: Scalars['BigInt']; }; -export type avalanche_AssetBalance_filter = { +export type localoptimism_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -200297,7 +199413,7 @@ export type avalanche_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -200318,7 +199434,7 @@ export type avalanche_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -200328,12 +199444,12 @@ export type avalanche_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_AssetBalance_orderBy = +export type localoptimism_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -200358,12 +199474,12 @@ export type avalanche_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type avalanche_AssetStatus = { +export type localoptimism_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type avalanche_AssetStatus_filter = { +export type localoptimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -200377,16 +199493,16 @@ export type avalanche_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_AssetStatus_orderBy = +export type localoptimism_AssetStatus_orderBy = | 'id' | 'status'; -export type avalanche_Asset_filter = { +export type localoptimism_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -200395,16 +199511,16 @@ export type avalanche_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -200421,16 +199537,16 @@ export type avalanche_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -200439,26 +199555,26 @@ export type avalanche_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -200487,14 +199603,14 @@ export type avalanche_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_Asset_orderBy = +export type localoptimism_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -200508,26 +199624,26 @@ export type avalanche_Asset_orderBy = | 'status__id' | 'status__status'; -export type avalanche_BlockChangedFilter = { +export type localoptimism_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type avalanche_Block_height = { - hash?: InputMaybe; +export type localoptimism_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type avalanche_ConnectorMeta = { +export type localoptimism_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type avalanche_ConnectorMeta_filter = { +export type localoptimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -200552,43 +199668,43 @@ export type avalanche_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_ConnectorMeta_orderBy = +export type localoptimism_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -200596,57 +199712,57 @@ export type avalanche_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type avalanche_DestinationTransfer = { +export type localoptimism_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type avalanche_DestinationTransferroutersArgs = { +export type localoptimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_DestinationTransfer_filter = { +export type localoptimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -200663,16 +199779,16 @@ export type avalanche_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -200681,17 +199797,17 @@ export type avalanche_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -200716,40 +199832,40 @@ export type avalanche_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -200766,16 +199882,16 @@ export type avalanche_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -200792,16 +199908,16 @@ export type avalanche_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -200822,7 +199938,7 @@ export type avalanche_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -200839,26 +199955,26 @@ export type avalanche_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -200891,16 +200007,16 @@ export type avalanche_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -200909,26 +200025,26 @@ export type avalanche_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -200961,16 +200077,16 @@ export type avalanche_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -200980,12 +200096,12 @@ export type avalanche_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_DestinationTransfer_orderBy = +export type localoptimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -201034,14 +200150,14 @@ export type avalanche_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type avalanche_OptimisticRootFinalized = { +export type localoptimism_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['avalanche_Bytes']; + aggregateRoot: Scalars['localoptimism_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type avalanche_OptimisticRootFinalized_filter = { +export type localoptimism_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -201050,16 +200166,16 @@ export type avalanche_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -201077,36 +200193,36 @@ export type avalanche_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_OptimisticRootFinalized_orderBy = +export type localoptimism_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type avalanche_OrderDirection = +export type localoptimism_OrderDirection = | 'asc' | 'desc'; -export type avalanche_OriginMessage = { +export type localoptimism_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type avalanche_OriginMessage_filter = { +export type localoptimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -201115,16 +200231,16 @@ export type avalanche_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -201133,16 +200249,16 @@ export type avalanche_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -201151,36 +200267,36 @@ export type avalanche_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -201209,14 +200325,14 @@ export type avalanche_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_OriginMessage_orderBy = +export type localoptimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -201230,51 +200346,51 @@ export type avalanche_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type avalanche_OriginTransfer = { +export type localoptimism_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type avalanche_OriginTransferrelayerFeesArgs = { +export type localoptimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_OriginTransfer_filter = { +export type localoptimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -201291,16 +200407,16 @@ export type avalanche_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -201309,20 +200425,20 @@ export type avalanche_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -201347,40 +200463,40 @@ export type avalanche_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -201389,16 +200505,16 @@ export type avalanche_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -201415,16 +200531,16 @@ export type avalanche_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -201445,17 +200561,17 @@ export type avalanche_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -201476,7 +200592,7 @@ export type avalanche_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -201491,37 +200607,37 @@ export type avalanche_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -201554,16 +200670,16 @@ export type avalanche_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -201573,12 +200689,12 @@ export type avalanche_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_OriginTransfer_orderBy = +export type localoptimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -201630,20 +200746,20 @@ export type avalanche_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type avalanche_Relayer = { +export type localoptimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type avalanche_RelayerFee = { +export type localoptimism_RelayerFee = { id: Scalars['ID']; - transfer: avalanche_OriginTransfer; + transfer: localoptimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['avalanche_Bytes']; + asset: Scalars['localoptimism_Bytes']; }; -export type avalanche_RelayerFee_filter = { +export type localoptimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -201672,7 +200788,7 @@ export type avalanche_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -201681,23 +200797,23 @@ export type avalanche_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RelayerFee_orderBy = +export type localoptimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -201732,20 +200848,20 @@ export type avalanche_RelayerFee_orderBy = | 'fee' | 'asset'; -export type avalanche_RelayerFeesIncrease = { +export type localoptimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: avalanche_OriginTransfer; + transfer: localoptimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['avalanche_Bytes']; - transactionHash: Scalars['avalanche_Bytes']; + asset?: Maybe; + caller: Scalars['localoptimism_Bytes']; + transactionHash: Scalars['localoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type avalanche_RelayerFeesIncrease_filter = { +export type localoptimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -201774,7 +200890,7 @@ export type avalanche_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -201783,36 +200899,36 @@ export type avalanche_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -201846,12 +200962,12 @@ export type avalanche_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RelayerFeesIncrease_orderBy = +export type localoptimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -201892,7 +201008,7 @@ export type avalanche_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type avalanche_Relayer_filter = { +export type localoptimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -201905,33 +201021,33 @@ export type avalanche_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_Relayer_orderBy = +export type localoptimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type avalanche_RootCount = { +export type localoptimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type avalanche_RootCount_filter = { +export type localoptimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -201949,30 +201065,30 @@ export type avalanche_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RootCount_orderBy = +export type localoptimism_RootCount_orderBy = | 'id' | 'count'; -export type avalanche_RootMessageSent = { +export type localoptimism_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type avalanche_RootMessageSent_filter = { +export type localoptimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -201997,16 +201113,16 @@ export type avalanche_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -202015,26 +201131,26 @@ export type avalanche_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -202068,12 +201184,12 @@ export type avalanche_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RootMessageSent_orderBy = +export type localoptimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -202086,34 +201202,34 @@ export type avalanche_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type avalanche_Router = { +export type localoptimism_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type avalanche_RouterassetBalancesArgs = { +export type localoptimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_RouterDailyTVL = { +export type localoptimism_RouterDailyTVL = { id: Scalars['ID']; - router: avalanche_Router; - asset: avalanche_Asset; + router: localoptimism_Router; + asset: localoptimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type avalanche_RouterDailyTVL_filter = { +export type localoptimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -202142,7 +201258,7 @@ export type avalanche_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -202163,7 +201279,7 @@ export type avalanche_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -202181,12 +201297,12 @@ export type avalanche_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RouterDailyTVL_orderBy = +export type localoptimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -202208,25 +201324,25 @@ export type avalanche_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type avalanche_RouterLiquidityEvent = { +export type localoptimism_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: avalanche_Router; - asset: avalanche_Asset; + type?: Maybe; + router: localoptimism_Router; + asset: localoptimism_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['avalanche_Bytes']; + transactionHash: Scalars['localoptimism_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_RouterLiquidityEventType = +export type localoptimism_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type avalanche_RouterLiquidityEvent_filter = { +export type localoptimism_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -202235,10 +201351,10 @@ export type avalanche_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -202259,7 +201375,7 @@ export type avalanche_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -202280,7 +201396,7 @@ export type avalanche_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -202297,16 +201413,16 @@ export type avalanche_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -202323,16 +201439,16 @@ export type avalanche_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -202342,12 +201458,12 @@ export type avalanche_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RouterLiquidityEvent_orderBy = +export type localoptimism_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -202375,7 +201491,7 @@ export type avalanche_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type avalanche_Router_filter = { +export type localoptimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -202388,36 +201504,36 @@ export type avalanche_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -202426,14 +201542,14 @@ export type avalanche_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_Router_orderBy = +export type localoptimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -202442,13 +201558,13 @@ export type avalanche_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type avalanche_Sequencer = { +export type localoptimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type avalanche_Sequencer_filter = { +export type localoptimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -202461,34 +201577,34 @@ export type avalanche_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_Sequencer_orderBy = +export type localoptimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type avalanche_Setting = { +export type localoptimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['avalanche_Bytes']; + caller: Scalars['localoptimism_Bytes']; }; -export type avalanche_Setting_filter = { +export type localoptimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -202505,40 +201621,40 @@ export type avalanche_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_Setting_orderBy = +export type localoptimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type avalanche_SlippageUpdate = { +export type localoptimism_SlippageUpdate = { id: Scalars['ID']; - transfer: avalanche_DestinationTransfer; + transfer: localoptimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['avalanche_Bytes']; - transactionHash: Scalars['avalanche_Bytes']; + caller: Scalars['localoptimism_Bytes']; + transactionHash: Scalars['localoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type avalanche_SlippageUpdate_filter = { +export type localoptimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -202567,7 +201683,7 @@ export type avalanche_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -202576,26 +201692,26 @@ export type avalanche_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -202629,12 +201745,12 @@ export type avalanche_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_SlippageUpdate_orderBy = +export type localoptimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -202681,16 +201797,16 @@ export type avalanche_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type avalanche_SnapshotRoot = { +export type localoptimism_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['avalanche_Bytes']; + root: Scalars['localoptimism_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type avalanche_SnapshotRoot_filter = { +export type localoptimism_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -202707,16 +201823,16 @@ export type avalanche_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -202742,12 +201858,12 @@ export type avalanche_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_SnapshotRoot_orderBy = +export type localoptimism_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -202755,12 +201871,12 @@ export type avalanche_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type avalanche_SpokeConnectorMode = { +export type localoptimism_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type avalanche_SpokeConnectorMode_filter = { +export type localoptimism_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -202790,35 +201906,35 @@ export type avalanche_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_SpokeConnectorMode_orderBy = +export type localoptimism_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type avalanche_TransferStatus = +export type localoptimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type avalanche__Block_ = { +export type localoptimism__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type avalanche__Meta_ = { +export type localoptimism__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -202826,22 +201942,22 @@ export type avalanche__Meta_ = { * and therefore asks for the latest block * */ - block: avalanche__Block_; + block: localoptimism__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type mode_AggregateRoot = { +export type stagingavalanche_AggregateRoot = { id: Scalars['ID']; - root: Scalars['mode_Bytes']; + root: Scalars['stagingavalanche_Bytes']; blockNumber: Scalars['BigInt']; }; -export type mode_AggregateRootProposed = { +export type stagingavalanche_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['mode_Bytes']; + aggregateRoot: Scalars['stagingavalanche_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -202849,7 +201965,7 @@ export type mode_AggregateRootProposed = { blockNumber?: Maybe; }; -export type mode_AggregateRootProposed_filter = { +export type stagingavalanche_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -202858,16 +201974,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; @@ -202909,12 +202025,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 stagingavalanche_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -202923,7 +202039,7 @@ export type mode_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type mode_AggregateRoot_filter = { +export type stagingavalanche_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -202932,16 +202048,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; @@ -202951,41 +202067,45 @@ export type mode_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_AggregateRoot_orderBy = +export type stagingavalanche_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type mode_Asset = { +export type stagingavalanche_Aggregation_interval = + | 'hour' + | 'day'; + +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 mode_AssetBalance = { +export type stagingavalanche_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: mode_Router; - asset: mode_Asset; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; feesEarned: Scalars['BigInt']; }; -export type mode_AssetBalance_filter = { +export type stagingavalanche_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -203046,7 +202166,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; @@ -203067,7 +202187,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; @@ -203077,12 +202197,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 stagingavalanche_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -203107,12 +202227,12 @@ export type mode_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type mode_AssetStatus = { +export type stagingavalanche_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type mode_AssetStatus_filter = { +export type stagingavalanche_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -203126,16 +202246,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 stagingavalanche_AssetStatus_orderBy = | 'id' | 'status'; -export type mode_Asset_filter = { +export type stagingavalanche_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -203144,16 +202264,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; @@ -203170,16 +202290,16 @@ export type mode_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -203188,26 +202308,26 @@ export type mode_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -203236,14 +202356,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 stagingavalanche_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -203257,26 +202377,26 @@ export type mode_Asset_orderBy = | 'status__id' | 'status__status'; -export type mode_BlockChangedFilter = { +export type stagingavalanche_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mode_Block_height = { - hash?: InputMaybe; +export type stagingavalanche_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mode_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 mode_ConnectorMeta_filter = { +export type stagingavalanche_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -203301,43 +202421,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 stagingavalanche_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -203345,57 +202465,57 @@ export type mode_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mode_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 mode_DestinationTransferroutersArgs = { +export type stagingavalanche_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mode_DestinationTransfer_filter = { +export type stagingavalanche_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -203412,16 +202532,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; @@ -203430,17 +202550,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; @@ -203465,40 +202585,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; @@ -203515,16 +202635,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; @@ -203541,16 +202661,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; @@ -203571,7 +202691,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; @@ -203588,26 +202708,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; @@ -203640,16 +202760,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; @@ -203658,26 +202778,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; @@ -203710,16 +202830,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; @@ -203729,12 +202849,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 stagingavalanche_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -203783,14 +202903,14 @@ export type mode_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type mode_OptimisticRootFinalized = { +export type stagingavalanche_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mode_Bytes']; + aggregateRoot: Scalars['stagingavalanche_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mode_OptimisticRootFinalized_filter = { +export type stagingavalanche_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -203799,16 +202919,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; @@ -203826,36 +202946,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 stagingavalanche_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type mode_OrderDirection = +export type stagingavalanche_OrderDirection = | 'asc' | 'desc'; -export type mode_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 mode_OriginMessage_filter = { +export type stagingavalanche_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -203864,16 +202984,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; @@ -203882,16 +203002,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; @@ -203900,36 +203020,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; @@ -203958,14 +203078,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 stagingavalanche_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -203979,51 +203099,51 @@ export type mode_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type mode_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 mode_OriginTransferrelayerFeesArgs = { +export type stagingavalanche_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mode_OriginTransfer_filter = { +export type stagingavalanche_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -204040,16 +203160,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; @@ -204058,20 +203178,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; @@ -204096,40 +203216,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; @@ -204138,16 +203258,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; @@ -204164,16 +203284,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; @@ -204194,17 +203314,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; @@ -204225,7 +203345,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; @@ -204240,37 +203360,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; @@ -204303,16 +203423,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; @@ -204322,12 +203442,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 stagingavalanche_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -204379,20 +203499,20 @@ export type mode_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mode_Relayer = { +export type stagingavalanche_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mode_RelayerFee = { +export type stagingavalanche_RelayerFee = { id: Scalars['ID']; - transfer: mode_OriginTransfer; + transfer: stagingavalanche_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mode_Bytes']; + asset: Scalars['stagingavalanche_Bytes']; }; -export type mode_RelayerFee_filter = { +export type stagingavalanche_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -204421,7 +203541,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; @@ -204430,23 +203550,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 stagingavalanche_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -204481,20 +203601,20 @@ export type mode_RelayerFee_orderBy = | 'fee' | 'asset'; -export type mode_RelayerFeesIncrease = { +export type stagingavalanche_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mode_OriginTransfer; + transfer: stagingavalanche_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mode_Bytes']; - transactionHash: Scalars['mode_Bytes']; + asset?: Maybe; + caller: Scalars['stagingavalanche_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mode_RelayerFeesIncrease_filter = { +export type stagingavalanche_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -204523,7 +203643,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; @@ -204532,36 +203652,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; @@ -204595,12 +203715,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 stagingavalanche_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -204641,7 +203761,7 @@ export type mode_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mode_Relayer_filter = { +export type stagingavalanche_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -204654,33 +203774,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 stagingavalanche_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mode_RootCount = { +export type stagingavalanche_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mode_RootCount_filter = { +export type stagingavalanche_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -204698,30 +203818,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 stagingavalanche_RootCount_orderBy = | 'id' | 'count'; -export type mode_RootMessageSent = { +export type stagingavalanche_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mode_RootMessageSent_filter = { +export type stagingavalanche_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -204746,16 +203866,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; @@ -204764,26 +203884,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; @@ -204817,12 +203937,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 stagingavalanche_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -204835,34 +203955,34 @@ export type mode_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mode_Router = { +export type stagingavalanche_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type mode_RouterassetBalancesArgs = { +export type stagingavalanche_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mode_RouterDailyTVL = { +export type stagingavalanche_RouterDailyTVL = { id: Scalars['ID']; - router: mode_Router; - asset: mode_Asset; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mode_RouterDailyTVL_filter = { +export type stagingavalanche_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -204891,7 +204011,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; @@ -204912,7 +204032,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; @@ -204930,12 +204050,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 stagingavalanche_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -204957,25 +204077,25 @@ export type mode_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type mode_RouterLiquidityEvent = { +export type stagingavalanche_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mode_Router; - asset: mode_Asset; + type?: Maybe; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['mode_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; nonce: Scalars['BigInt']; }; -export type mode_RouterLiquidityEventType = +export type stagingavalanche_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mode_RouterLiquidityEvent_filter = { +export type stagingavalanche_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -204984,10 +204104,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; @@ -205008,7 +204128,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; @@ -205029,7 +204149,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; @@ -205046,16 +204166,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; @@ -205072,16 +204192,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; @@ -205091,12 +204211,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 stagingavalanche_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -205124,7 +204244,7 @@ export type mode_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mode_Router_filter = { +export type stagingavalanche_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205137,36 +204257,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; @@ -205175,14 +204295,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 stagingavalanche_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -205191,13 +204311,13 @@ export type mode_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mode_Sequencer = { +export type stagingavalanche_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mode_Sequencer_filter = { +export type stagingavalanche_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205210,34 +204330,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 stagingavalanche_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mode_Setting = { +export type stagingavalanche_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mode_Bytes']; + caller: Scalars['stagingavalanche_Bytes']; }; -export type mode_Setting_filter = { +export type stagingavalanche_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205254,40 +204374,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 stagingavalanche_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mode_SlippageUpdate = { +export type stagingavalanche_SlippageUpdate = { id: Scalars['ID']; - transfer: mode_DestinationTransfer; + transfer: stagingavalanche_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mode_Bytes']; - transactionHash: Scalars['mode_Bytes']; + caller: Scalars['stagingavalanche_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mode_SlippageUpdate_filter = { +export type stagingavalanche_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205316,7 +204436,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; @@ -205325,26 +204445,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; @@ -205378,12 +204498,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 stagingavalanche_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -205430,16 +204550,16 @@ export type mode_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mode_SnapshotRoot = { +export type stagingavalanche_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['mode_Bytes']; + root: Scalars['stagingavalanche_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mode_SnapshotRoot_filter = { +export type stagingavalanche_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205456,16 +204576,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; @@ -205491,12 +204611,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 stagingavalanche_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -205504,12 +204624,12 @@ export type mode_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type mode_SpokeConnectorMode = { +export type stagingavalanche_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type mode_SpokeConnectorMode_filter = { +export type stagingavalanche_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205539,33 +204659,35 @@ export type mode_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_SpokeConnectorMode_orderBy = +export type stagingavalanche_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type mode_TransferStatus = +export type stagingavalanche_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type mode__Block_ = { +export type stagingavalanche__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type mode__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 @@ -205573,22 +204695,22 @@ export type mode__Meta_ = { * and therefore asks for the latest block * */ - block: mode__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 stagingmode_AggregateRoot = { +export type stagingpolygonzkevm_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmode_Bytes']; + root: Scalars['stagingpolygonzkevm_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmode_AggregateRootProposed = { +export type stagingpolygonzkevm_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmode_Bytes']; + aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -205596,7 +204718,7 @@ export type stagingmode_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmode_AggregateRootProposed_filter = { +export type stagingpolygonzkevm_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205605,16 +204727,16 @@ export type stagingmode_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -205656,12 +204778,12 @@ export type stagingmode_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AggregateRootProposed_orderBy = +export type stagingpolygonzkevm_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -205670,7 +204792,7 @@ export type stagingmode_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmode_AggregateRoot_filter = { +export type stagingpolygonzkevm_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205679,16 +204801,16 @@ export type stagingmode_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -205698,41 +204820,45 @@ export type stagingmode_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AggregateRoot_orderBy = +export type stagingpolygonzkevm_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmode_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 stagingmode_AssetBalance = { +export type stagingpolygonzkevm_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmode_Router; - asset: stagingmode_Asset; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmode_AssetBalance_filter = { +export type stagingpolygonzkevm_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205793,7 +204919,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; @@ -205814,7 +204940,7 @@ export type stagingmode_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -205824,12 +204950,12 @@ export type stagingmode_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AssetBalance_orderBy = +export type stagingpolygonzkevm_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -205854,12 +204980,12 @@ export type stagingmode_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmode_AssetStatus = { +export type stagingpolygonzkevm_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmode_AssetStatus_filter = { +export type stagingpolygonzkevm_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205873,16 +204999,16 @@ export type stagingmode_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AssetStatus_orderBy = +export type stagingpolygonzkevm_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmode_Asset_filter = { +export type stagingpolygonzkevm_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -205891,16 +205017,16 @@ export type stagingmode_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -205917,16 +205043,16 @@ export type stagingmode_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -205935,26 +205061,26 @@ export type stagingmode_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -205983,14 +205109,14 @@ export type stagingmode_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Asset_orderBy = +export type stagingpolygonzkevm_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -206004,26 +205130,26 @@ export type stagingmode_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmode_BlockChangedFilter = { +export type stagingpolygonzkevm_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmode_Block_height = { - hash?: InputMaybe; +export type stagingpolygonzkevm_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmode_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 stagingmode_ConnectorMeta_filter = { +export type stagingpolygonzkevm_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -206048,43 +205174,43 @@ export type stagingmode_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_ConnectorMeta_orderBy = +export type stagingpolygonzkevm_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -206092,57 +205218,57 @@ export type stagingmode_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmode_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 stagingmode_DestinationTransferroutersArgs = { +export type stagingpolygonzkevm_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmode_DestinationTransfer_filter = { +export type stagingpolygonzkevm_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -206159,16 +205285,16 @@ export type stagingmode_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -206177,17 +205303,17 @@ export type stagingmode_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -206212,40 +205338,40 @@ export type stagingmode_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -206262,16 +205388,16 @@ export type stagingmode_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -206288,16 +205414,16 @@ export type stagingmode_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -206318,7 +205444,7 @@ export type stagingmode_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -206335,26 +205461,26 @@ export type stagingmode_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -206387,16 +205513,16 @@ export type stagingmode_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -206405,26 +205531,26 @@ export type stagingmode_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -206457,16 +205583,16 @@ export type stagingmode_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -206476,12 +205602,12 @@ export type stagingmode_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_DestinationTransfer_orderBy = +export type stagingpolygonzkevm_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -206530,14 +205656,14 @@ export type stagingmode_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmode_OptimisticRootFinalized = { +export type stagingpolygonzkevm_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmode_Bytes']; + aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmode_OptimisticRootFinalized_filter = { +export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -206546,16 +205672,16 @@ export type stagingmode_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -206573,36 +205699,36 @@ export type stagingmode_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_OptimisticRootFinalized_orderBy = +export type stagingpolygonzkevm_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmode_OrderDirection = +export type stagingpolygonzkevm_OrderDirection = | 'asc' | 'desc'; -export type stagingmode_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 stagingmode_OriginMessage_filter = { +export type stagingpolygonzkevm_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -206611,16 +205737,16 @@ export type stagingmode_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -206629,16 +205755,16 @@ export type stagingmode_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -206647,36 +205773,36 @@ export type stagingmode_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -206705,14 +205831,14 @@ export type stagingmode_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_OriginMessage_orderBy = +export type stagingpolygonzkevm_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -206726,51 +205852,51 @@ export type stagingmode_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmode_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 stagingmode_OriginTransferrelayerFeesArgs = { +export type stagingpolygonzkevm_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmode_OriginTransfer_filter = { +export type stagingpolygonzkevm_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -206787,16 +205913,16 @@ export type stagingmode_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -206805,20 +205931,20 @@ export type stagingmode_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -206843,40 +205969,40 @@ export type stagingmode_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -206885,16 +206011,16 @@ export type stagingmode_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -206911,16 +206037,16 @@ export type stagingmode_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -206941,17 +206067,17 @@ export type stagingmode_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -206972,7 +206098,7 @@ export type stagingmode_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -206987,37 +206113,37 @@ export type stagingmode_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -207050,16 +206176,16 @@ export type stagingmode_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -207069,12 +206195,12 @@ export type stagingmode_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_OriginTransfer_orderBy = +export type stagingpolygonzkevm_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -207126,20 +206252,20 @@ export type stagingmode_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmode_Relayer = { +export type stagingpolygonzkevm_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmode_RelayerFee = { +export type stagingpolygonzkevm_RelayerFee = { id: Scalars['ID']; - transfer: stagingmode_OriginTransfer; + transfer: stagingpolygonzkevm_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmode_Bytes']; + asset: Scalars['stagingpolygonzkevm_Bytes']; }; -export type stagingmode_RelayerFee_filter = { +export type stagingpolygonzkevm_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -207168,7 +206294,7 @@ export type stagingmode_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -207177,23 +206303,23 @@ export type stagingmode_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RelayerFee_orderBy = +export type stagingpolygonzkevm_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -207228,20 +206354,20 @@ export type stagingmode_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmode_RelayerFeesIncrease = { +export type stagingpolygonzkevm_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmode_OriginTransfer; + transfer: stagingpolygonzkevm_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmode_Bytes']; - transactionHash: Scalars['stagingmode_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 stagingmode_RelayerFeesIncrease_filter = { +export type stagingpolygonzkevm_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -207270,7 +206396,7 @@ export type stagingmode_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -207279,36 +206405,36 @@ export type stagingmode_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -207342,12 +206468,12 @@ export type stagingmode_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RelayerFeesIncrease_orderBy = +export type stagingpolygonzkevm_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -207388,7 +206514,7 @@ export type stagingmode_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmode_Relayer_filter = { +export type stagingpolygonzkevm_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -207401,33 +206527,33 @@ export type stagingmode_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Relayer_orderBy = +export type stagingpolygonzkevm_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmode_RootCount = { +export type stagingpolygonzkevm_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmode_RootCount_filter = { +export type stagingpolygonzkevm_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -207445,30 +206571,30 @@ export type stagingmode_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RootCount_orderBy = +export type stagingpolygonzkevm_RootCount_orderBy = | 'id' | 'count'; -export type stagingmode_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 stagingmode_RootMessageSent_filter = { +export type stagingpolygonzkevm_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -207493,16 +206619,16 @@ export type stagingmode_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -207511,26 +206637,26 @@ export type stagingmode_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -207564,12 +206690,12 @@ export type stagingmode_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RootMessageSent_orderBy = +export type stagingpolygonzkevm_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -207582,34 +206708,34 @@ export type stagingmode_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmode_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 stagingmode_RouterassetBalancesArgs = { +export type stagingpolygonzkevm_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmode_RouterDailyTVL = { +export type stagingpolygonzkevm_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmode_Router; - asset: stagingmode_Asset; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmode_RouterDailyTVL_filter = { +export type stagingpolygonzkevm_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -207638,7 +206764,7 @@ export type stagingmode_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -207659,7 +206785,7 @@ export type stagingmode_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -207677,12 +206803,12 @@ export type stagingmode_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RouterDailyTVL_orderBy = +export type stagingpolygonzkevm_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -207704,25 +206830,25 @@ export type stagingmode_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmode_RouterLiquidityEvent = { +export type stagingpolygonzkevm_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmode_Router; - asset: stagingmode_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['stagingmode_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmode_RouterLiquidityEventType = +export type stagingpolygonzkevm_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmode_RouterLiquidityEvent_filter = { +export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -207731,10 +206857,10 @@ export type stagingmode_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -207755,7 +206881,7 @@ export type stagingmode_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -207776,7 +206902,7 @@ export type stagingmode_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -207793,16 +206919,16 @@ export type stagingmode_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -207819,16 +206945,16 @@ export type stagingmode_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -207838,12 +206964,12 @@ export type stagingmode_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RouterLiquidityEvent_orderBy = +export type stagingpolygonzkevm_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -207871,7 +206997,7 @@ export type stagingmode_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmode_Router_filter = { +export type stagingpolygonzkevm_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -207884,36 +207010,36 @@ export type stagingmode_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -207922,14 +207048,14 @@ export type stagingmode_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Router_orderBy = +export type stagingpolygonzkevm_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -207938,13 +207064,13 @@ export type stagingmode_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmode_Sequencer = { +export type stagingpolygonzkevm_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmode_Sequencer_filter = { +export type stagingpolygonzkevm_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -207957,34 +207083,34 @@ export type stagingmode_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Sequencer_orderBy = +export type stagingpolygonzkevm_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmode_Setting = { +export type stagingpolygonzkevm_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmode_Bytes']; + caller: Scalars['stagingpolygonzkevm_Bytes']; }; -export type stagingmode_Setting_filter = { +export type stagingpolygonzkevm_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -208001,40 +207127,40 @@ export type stagingmode_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Setting_orderBy = +export type stagingpolygonzkevm_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmode_SlippageUpdate = { +export type stagingpolygonzkevm_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmode_DestinationTransfer; + transfer: stagingpolygonzkevm_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmode_Bytes']; - transactionHash: Scalars['stagingmode_Bytes']; + caller: Scalars['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmode_SlippageUpdate_filter = { +export type stagingpolygonzkevm_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -208063,7 +207189,7 @@ export type stagingmode_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -208072,26 +207198,26 @@ export type stagingmode_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -208125,12 +207251,12 @@ export type stagingmode_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_SlippageUpdate_orderBy = +export type stagingpolygonzkevm_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -208177,16 +207303,16 @@ export type stagingmode_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmode_SnapshotRoot = { +export type stagingpolygonzkevm_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmode_Bytes']; + root: Scalars['stagingpolygonzkevm_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmode_SnapshotRoot_filter = { +export type stagingpolygonzkevm_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -208203,16 +207329,16 @@ export type stagingmode_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -208238,12 +207364,12 @@ export type stagingmode_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_SnapshotRoot_orderBy = +export type stagingpolygonzkevm_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -208251,12 +207377,12 @@ export type stagingmode_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmode_SpokeConnectorMode = { +export type stagingpolygonzkevm_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmode_SpokeConnectorMode_filter = { +export type stagingpolygonzkevm_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -208286,33 +207412,35 @@ export type stagingmode_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_SpokeConnectorMode_orderBy = +export type stagingpolygonzkevm_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmode_TransferStatus = +export type stagingpolygonzkevm_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmode__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 stagingmode__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 @@ -208320,53 +207448,30 @@ export type stagingmode__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmode__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 stagingoptimismgoerli_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingoptimismgoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingoptimismgoerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingoptimismgoerli_swap_LpAccount = { +export type metis_AggregateRoot = { id: Scalars['ID']; - address: Scalars['stagingoptimismgoerli_swap_Bytes']; - balances: Array; -}; - - -export type stagingoptimismgoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + root: Scalars['metis_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_LpAccountBalance = { +export type metis_AggregateRootProposed = { id: Scalars['ID']; - account: stagingoptimismgoerli_swap_LpAccount; - token: stagingoptimismgoerli_swap_LpToken; - amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['metis_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingoptimismgoerli_swap_LpAccountBalance_filter = { +export type metis_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -208375,106 +207480,72 @@ export type stagingoptimismgoerli_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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 stagingoptimismgoerli_swap_LpAccountBalance_orderBy = +export type metis_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 stagingoptimismgoerli_swap_LpAccount_filter = { +export type metis_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -208483,59 +207554,60 @@ export type stagingoptimismgoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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 stagingoptimismgoerli_swap_LpAccount_orderBy = +export type metis_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; + | 'root' + | 'blockNumber'; -export type stagingoptimismgoerli_swap_LpToken = { +export type metis_Asset = { id: Scalars['ID']; - address: Scalars['stagingoptimismgoerli_swap_Bytes']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - events: Array; -}; - - -export type stagingoptimismgoerli_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type stagingoptimismgoerli_swap_LpTokenEvent = { +export type metis_AssetBalance = { id: Scalars['ID']; - token: stagingoptimismgoerli_swap_LpToken; - amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: metis_Router; + asset: metis_Asset; + feesEarned: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { +export type metis_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -208544,234 +207616,125 @@ export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + 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 stagingoptimismgoerli_swap_LpTokenEvent_orderBy = +export type metis_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 stagingoptimismgoerli_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type stagingoptimismgoerli_swap_LpTransferEvent = stagingoptimismgoerli_swap_LpTokenEvent & { +export type metis_AssetStatus = { id: Scalars['ID']; - token: stagingoptimismgoerli_swap_LpToken; - amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - from: Scalars['stagingoptimismgoerli_swap_Bytes']; - to: Scalars['stagingoptimismgoerli_swap_Bytes']; - fromBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - toBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + status?: Maybe; }; -export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { +export type metis_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -208780,141 +207743,21 @@ export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + 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 stagingoptimismgoerli_swap_LpTransferEvent_orderBy = +export type metis_AssetStatus_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type stagingoptimismgoerli_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingoptimismgoerli_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['stagingoptimismgoerli_swap_Bytes']; -}; + | 'status'; -export type stagingoptimismgoerli_swap_PooledToken_filter = { +export type metis_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -208923,116 +207766,139 @@ export type stagingoptimismgoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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 stagingoptimismgoerli_swap_PooledToken_orderBy = +export type metis_Asset_orderBy = | 'id' - | 'asset'; - -export type stagingoptimismgoerli_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['stagingoptimismgoerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type stagingoptimismgoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingoptimismgoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingoptimismgoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type stagingoptimismgoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type metis_BlockChangedFilter = { + number_gte: Scalars['Int']; }; - -export type stagingoptimismgoerli_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type metis_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { +export type metis_ConnectorMeta = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - provider: Scalars['stagingoptimismgoerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type metis_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -209041,270 +207907,117 @@ export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type metis_ConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | '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 stagingoptimismgoerli_swap_StableSwapEvent = { +export type metis_DestinationTransfer = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type stagingoptimismgoerli_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; -export type stagingoptimismgoerli_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - buyer: Scalars['stagingoptimismgoerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; +export type metis_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { +export type metis_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -209313,109 +208026,24 @@ export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: 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; @@ -209424,60 +208052,367 @@ export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - provider: Scalars['stagingoptimismgoerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type metis_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 metis_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['metis_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type metis_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -209486,87 +208421,16 @@ export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: 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; @@ -209575,264 +208439,45 @@ export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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 stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type metis_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' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'aggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; - -export type stagingoptimismgoerli_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + | 'blockNumber'; -export type stagingoptimismgoerli_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; +/** Defines the order direction, either ascending or descending */ +export type metis_OrderDirection = + | 'asc' + | 'desc'; -export type stagingoptimismgoerli_swap_SwapDailyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { +export type metis_OriginMessage = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { +export type metis_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -209841,79 +208486,166 @@ export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_SwapDailyVolume_orderBy = +export type metis_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' - | 'timestamp' - | 'volume'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type stagingoptimismgoerli_swap_SwapHourlyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { +export type metis_OriginTransfer = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { + +export type metis_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type metis_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -209922,99 +208654,245 @@ export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type stagingoptimismgoerli_swap_SwapTradeVolume = { - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; -}; - -export type stagingoptimismgoerli_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + 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; @@ -210023,49 +208901,222 @@ export type stagingoptimismgoerli_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>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_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 metis_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' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { +export type metis_Relayer = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type metis_RelayerFee = { + id: Scalars['ID']; + transfer: metis_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['metis_Bytes']; +}; + +export type metis_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 metis_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 metis_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: metis_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['metis_Bytes']; + transactionHash: Scalars['metis_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { +export type metis_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -210074,27 +209125,65 @@ export type stagingoptimismgoerli_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; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -210103,49 +209192,78 @@ export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy = +export type metis_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'; - -export type stagingoptimismgoerli_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type stagingoptimismgoerli_swap_SystemInfo_filter = { +export type metis_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -210154,77 +209272,78 @@ export type stagingoptimismgoerli_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + 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 stagingoptimismgoerli_swap_SystemInfo_orderBy = +export type metis_Relayer_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'isActive' + | 'relayer'; -export type stagingoptimismgoerli_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; +export type metis_RootCount = { + id: Scalars['ID']; + count?: Maybe; }; -/** The type for the top-level _meta field */ -export type stagingoptimismgoerli_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingoptimismgoerli_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; +export type metis_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 x1testnet_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['x1testnet_Bytes']; - blockNumber: Scalars['BigInt']; -}; +export type metis_RootCount_orderBy = + | 'id' + | 'count'; -export type x1testnet_AggregateRootProposed = { +export type metis_RootMessageSent = { id: Scalars['ID']; - aggregateRoot: Scalars['x1testnet_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; blockNumber?: Maybe; }; -export type x1testnet_AggregateRootProposed_filter = { +export type metis_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -210233,40 +209352,60 @@ export type x1testnet_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -210275,6 +209414,22 @@ export type x1testnet_AggregateRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -210284,83 +209439,52 @@ export type x1testnet_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 x1testnet_AggregateRootProposed_orderBy = +export type metis_RootMessageSent_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type x1testnet_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 metis_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type x1testnet_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; -export type x1testnet_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; +export type metis_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type x1testnet_AssetBalance = { +export type metis_RouterDailyTVL = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: x1testnet_Router; - asset: x1testnet_Asset; - feesEarned: Scalars['BigInt']; + router: metis_Router; + asset: metis_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type x1testnet_AssetBalance_filter = { +export type metis_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -210369,38 +209493,908 @@ export type x1testnet_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; + 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 metis_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 metis_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: metis_Router; + asset: metis_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['metis_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type metis_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type metis_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 metis_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 metis_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 metis_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type metis_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type metis_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 metis_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type metis_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['metis_Bytes']; +}; + +export type metis_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 metis_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type metis_SlippageUpdate = { + id: Scalars['ID']; + transfer: metis_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['metis_Bytes']; + transactionHash: Scalars['metis_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type metis_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 metis_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 metis_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['metis_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type metis_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 metis_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type metis_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type metis_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 metis_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type metis_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +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 x1testnet_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['x1testnet_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type x1testnet_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['x1testnet_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type x1testnet_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 x1testnet_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type x1testnet_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 x1testnet_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type x1testnet_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type x1testnet_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: x1testnet_Router; + asset: x1testnet_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type x1testnet_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; @@ -213043,50 +213037,6 @@ export type DirectiveResolverFn; Subscription: ResolverTypeWrapper<{}>; - testoptimismgoerli_Aggregation_interval: testoptimismgoerli_Aggregation_interval; - testoptimismgoerli_Asset: ResolverTypeWrapper; - testoptimismgoerli_AssetBalance: ResolverTypeWrapper; - testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; - testoptimismgoerli_AssetBalance_orderBy: testoptimismgoerli_AssetBalance_orderBy; - testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; - testoptimismgoerli_Asset_orderBy: testoptimismgoerli_Asset_orderBy; - testoptimismgoerli_BigDecimal: ResolverTypeWrapper; - BigInt: ResolverTypeWrapper; - testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; - testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; - Boolean: ResolverTypeWrapper; - testoptimismgoerli_Bytes: ResolverTypeWrapper; - testoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; - testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; - testoptimismgoerli_DestinationTransfer_orderBy: testoptimismgoerli_DestinationTransfer_orderBy; - Float: ResolverTypeWrapper; - ID: ResolverTypeWrapper; - Int: ResolverTypeWrapper; - testoptimismgoerli_Int8: ResolverTypeWrapper; - testoptimismgoerli_OrderDirection: testoptimismgoerli_OrderDirection; - testoptimismgoerli_OriginTransfer: ResolverTypeWrapper; - testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; - testoptimismgoerli_OriginTransfer_orderBy: testoptimismgoerli_OriginTransfer_orderBy; - testoptimismgoerli_Relayer: ResolverTypeWrapper; - testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; - testoptimismgoerli_Relayer_orderBy: testoptimismgoerli_Relayer_orderBy; - testoptimismgoerli_Router: ResolverTypeWrapper; - testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; - testoptimismgoerli_Router_orderBy: testoptimismgoerli_Router_orderBy; - testoptimismgoerli_Setting: ResolverTypeWrapper; - testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; - testoptimismgoerli_Setting_orderBy: testoptimismgoerli_Setting_orderBy; - testoptimismgoerli_SponsorVault: ResolverTypeWrapper; - testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; - testoptimismgoerli_SponsorVault_orderBy: testoptimismgoerli_SponsorVault_orderBy; - testoptimismgoerli_StableSwap: ResolverTypeWrapper; - testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; - testoptimismgoerli_StableSwap_orderBy: testoptimismgoerli_StableSwap_orderBy; - String: ResolverTypeWrapper; - testoptimismgoerli_TransferStatus: testoptimismgoerli_TransferStatus; - testoptimismgoerli__Block_: ResolverTypeWrapper; - testoptimismgoerli__Meta_: ResolverTypeWrapper; - _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; staginggoerli_AggregateRootSavedSlow: ResolverTypeWrapper; staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; staginggoerli_AggregateRootSavedSlow_orderBy: staginggoerli_AggregateRootSavedSlow_orderBy; @@ -213098,12 +213048,15 @@ export type ResolversTypes = ResolversObject<{ staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; staginggoerli_ArbitrumConnectorMeta_orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy; staginggoerli_BigDecimal: ResolverTypeWrapper; + BigInt: ResolverTypeWrapper; staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; staginggoerli_Block_height: staginggoerli_Block_height; staginggoerli_BnbConnectorMeta: ResolverTypeWrapper; staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; staginggoerli_BnbConnectorMeta_orderBy: staginggoerli_BnbConnectorMeta_orderBy; + Boolean: ResolverTypeWrapper; staginggoerli_Bytes: ResolverTypeWrapper; + Float: ResolverTypeWrapper; staginggoerli_GnosisConnectorMeta: ResolverTypeWrapper; staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; staginggoerli_GnosisConnectorMeta_orderBy: staginggoerli_GnosisConnectorMeta_orderBy; @@ -213113,6 +213066,8 @@ export type ResolversTypes = ResolversObject<{ staginggoerli_HubOptimisticRootFinalized: ResolverTypeWrapper; staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; staginggoerli_HubOptimisticRootFinalized_orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy; + ID: ResolverTypeWrapper; + Int: ResolverTypeWrapper; staginggoerli_Int8: ResolverTypeWrapper; staginggoerli_OptimismConnectorMeta: ResolverTypeWrapper; staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; @@ -213142,11 +213097,359 @@ export type ResolversTypes = ResolversObject<{ staginggoerli_RootPropagated: ResolverTypeWrapper; staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; staginggoerli_RootPropagated_orderBy: staginggoerli_RootPropagated_orderBy; + String: ResolverTypeWrapper; staginggoerli_ZkSyncConnectorMeta: ResolverTypeWrapper; staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; staginggoerli_ZkSyncConnectorMeta_orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy; staginggoerli__Block_: ResolverTypeWrapper; staginggoerli__Meta_: ResolverTypeWrapper; + _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; + testgoerli_Aggregation_interval: testgoerli_Aggregation_interval; + testgoerli_Asset: ResolverTypeWrapper; + testgoerli_AssetBalance: ResolverTypeWrapper; + testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; + testgoerli_AssetBalance_orderBy: testgoerli_AssetBalance_orderBy; + testgoerli_Asset_filter: testgoerli_Asset_filter; + testgoerli_Asset_orderBy: testgoerli_Asset_orderBy; + testgoerli_BigDecimal: ResolverTypeWrapper; + testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; + testgoerli_Block_height: testgoerli_Block_height; + testgoerli_Bytes: ResolverTypeWrapper; + testgoerli_DestinationTransfer: ResolverTypeWrapper; + testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; + testgoerli_DestinationTransfer_orderBy: testgoerli_DestinationTransfer_orderBy; + testgoerli_Int8: ResolverTypeWrapper; + testgoerli_OrderDirection: testgoerli_OrderDirection; + testgoerli_OriginTransfer: ResolverTypeWrapper; + testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; + testgoerli_OriginTransfer_orderBy: testgoerli_OriginTransfer_orderBy; + testgoerli_Relayer: ResolverTypeWrapper; + testgoerli_Relayer_filter: testgoerli_Relayer_filter; + testgoerli_Relayer_orderBy: testgoerli_Relayer_orderBy; + testgoerli_Router: ResolverTypeWrapper; + testgoerli_Router_filter: testgoerli_Router_filter; + testgoerli_Router_orderBy: testgoerli_Router_orderBy; + testgoerli_Setting: ResolverTypeWrapper; + testgoerli_Setting_filter: testgoerli_Setting_filter; + testgoerli_Setting_orderBy: testgoerli_Setting_orderBy; + testgoerli_SponsorVault: ResolverTypeWrapper; + testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; + testgoerli_SponsorVault_orderBy: testgoerli_SponsorVault_orderBy; + testgoerli_StableSwap: ResolverTypeWrapper; + testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; + testgoerli_StableSwap_orderBy: testgoerli_StableSwap_orderBy; + testgoerli_TransferStatus: testgoerli_TransferStatus; + testgoerli__Block_: ResolverTypeWrapper; + testgoerli__Meta_: ResolverTypeWrapper; + testoptimismgoerli_Aggregation_interval: testoptimismgoerli_Aggregation_interval; + testoptimismgoerli_Asset: ResolverTypeWrapper; + testoptimismgoerli_AssetBalance: ResolverTypeWrapper; + testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; + testoptimismgoerli_AssetBalance_orderBy: testoptimismgoerli_AssetBalance_orderBy; + testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; + testoptimismgoerli_Asset_orderBy: testoptimismgoerli_Asset_orderBy; + testoptimismgoerli_BigDecimal: ResolverTypeWrapper; + testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; + testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; + testoptimismgoerli_Bytes: ResolverTypeWrapper; + testoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; + testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; + testoptimismgoerli_DestinationTransfer_orderBy: testoptimismgoerli_DestinationTransfer_orderBy; + testoptimismgoerli_Int8: ResolverTypeWrapper; + testoptimismgoerli_OrderDirection: testoptimismgoerli_OrderDirection; + testoptimismgoerli_OriginTransfer: ResolverTypeWrapper; + testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; + testoptimismgoerli_OriginTransfer_orderBy: testoptimismgoerli_OriginTransfer_orderBy; + testoptimismgoerli_Relayer: ResolverTypeWrapper; + testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; + testoptimismgoerli_Relayer_orderBy: testoptimismgoerli_Relayer_orderBy; + testoptimismgoerli_Router: ResolverTypeWrapper; + testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; + testoptimismgoerli_Router_orderBy: testoptimismgoerli_Router_orderBy; + testoptimismgoerli_Setting: ResolverTypeWrapper; + testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; + testoptimismgoerli_Setting_orderBy: testoptimismgoerli_Setting_orderBy; + testoptimismgoerli_SponsorVault: ResolverTypeWrapper; + testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; + testoptimismgoerli_SponsorVault_orderBy: testoptimismgoerli_SponsorVault_orderBy; + testoptimismgoerli_StableSwap: ResolverTypeWrapper; + testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; + testoptimismgoerli_StableSwap_orderBy: testoptimismgoerli_StableSwap_orderBy; + testoptimismgoerli_TransferStatus: testoptimismgoerli_TransferStatus; + testoptimismgoerli__Block_: ResolverTypeWrapper; + testoptimismgoerli__Meta_: ResolverTypeWrapper; + stagingoptimismgoerli_swap_Aggregation_interval: stagingoptimismgoerli_swap_Aggregation_interval; + stagingoptimismgoerli_swap_BigDecimal: ResolverTypeWrapper; + stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; + stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; + stagingoptimismgoerli_swap_Bytes: ResolverTypeWrapper; + stagingoptimismgoerli_swap_Int8: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpAccount: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; + stagingoptimismgoerli_swap_LpAccountBalance_orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy; + stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; + stagingoptimismgoerli_swap_LpAccount_orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy; + stagingoptimismgoerli_swap_LpToken: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpTokenEvent: ResolversTypes['stagingoptimismgoerli_swap_LpTransferEvent']; + stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; + stagingoptimismgoerli_swap_LpTokenEvent_orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy; + stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; + stagingoptimismgoerli_swap_LpToken_orderBy: stagingoptimismgoerli_swap_LpToken_orderBy; + stagingoptimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; + stagingoptimismgoerli_swap_LpTransferEvent_orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy; + stagingoptimismgoerli_swap_OrderDirection: stagingoptimismgoerli_swap_OrderDirection; + stagingoptimismgoerli_swap_PooledToken: ResolverTypeWrapper; + stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; + stagingoptimismgoerli_swap_PooledToken_orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy; + stagingoptimismgoerli_swap_StableSwap: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; + stagingoptimismgoerli_swap_StableSwapEvent: ResolversTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; + stagingoptimismgoerli_swap_StableSwapEvent_orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy; + stagingoptimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; + stagingoptimismgoerli_swap_StableSwapExchange_orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; + stagingoptimismgoerli_swap_StableSwap_orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy; + stagingoptimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; + stagingoptimismgoerli_swap_SwapDailyVolume_orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy; + stagingoptimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; + stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy; + stagingoptimismgoerli_swap_SwapTradeVolume: ResolversTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; + stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; + stagingoptimismgoerli_swap_SwapTradeVolume_orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy; + stagingoptimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; + stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy; + stagingoptimismgoerli_swap_SystemInfo: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; + stagingoptimismgoerli_swap_SystemInfo_orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy; + stagingoptimismgoerli_swap__Block_: ResolverTypeWrapper; + stagingoptimismgoerli_swap__Meta_: ResolverTypeWrapper; + mumbai_swap_Aggregation_interval: mumbai_swap_Aggregation_interval; + mumbai_swap_BigDecimal: ResolverTypeWrapper; + mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; + mumbai_swap_Block_height: mumbai_swap_Block_height; + mumbai_swap_Bytes: ResolverTypeWrapper; + mumbai_swap_Int8: ResolverTypeWrapper; + mumbai_swap_LpAccount: ResolverTypeWrapper; + mumbai_swap_LpAccountBalance: ResolverTypeWrapper; + mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; + mumbai_swap_LpAccountBalance_orderBy: mumbai_swap_LpAccountBalance_orderBy; + mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; + mumbai_swap_LpAccount_orderBy: mumbai_swap_LpAccount_orderBy; + mumbai_swap_LpToken: ResolverTypeWrapper; + mumbai_swap_LpTokenEvent: ResolversTypes['mumbai_swap_LpTransferEvent']; + mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; + mumbai_swap_LpTokenEvent_orderBy: mumbai_swap_LpTokenEvent_orderBy; + mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; + mumbai_swap_LpToken_orderBy: mumbai_swap_LpToken_orderBy; + mumbai_swap_LpTransferEvent: ResolverTypeWrapper; + mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; + mumbai_swap_LpTransferEvent_orderBy: mumbai_swap_LpTransferEvent_orderBy; + mumbai_swap_OrderDirection: mumbai_swap_OrderDirection; + mumbai_swap_PooledToken: ResolverTypeWrapper; + mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; + mumbai_swap_PooledToken_orderBy: mumbai_swap_PooledToken_orderBy; + mumbai_swap_StableSwap: ResolverTypeWrapper; + mumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; + mumbai_swap_StableSwapAddLiquidityEvent_orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy; + mumbai_swap_StableSwapEvent: ResolversTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; + mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; + mumbai_swap_StableSwapEvent_orderBy: mumbai_swap_StableSwapEvent_orderBy; + mumbai_swap_StableSwapExchange: ResolverTypeWrapper; + mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; + mumbai_swap_StableSwapExchange_orderBy: mumbai_swap_StableSwapExchange_orderBy; + mumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; + mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; + mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; + mumbai_swap_StableSwap_orderBy: mumbai_swap_StableSwap_orderBy; + mumbai_swap_SwapDailyVolume: ResolverTypeWrapper; + mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; + mumbai_swap_SwapDailyVolume_orderBy: mumbai_swap_SwapDailyVolume_orderBy; + mumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; + mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; + mumbai_swap_SwapHourlyVolume_orderBy: mumbai_swap_SwapHourlyVolume_orderBy; + mumbai_swap_SwapTradeVolume: ResolversTypes['mumbai_swap_SwapDailyVolume'] | ResolversTypes['mumbai_swap_SwapHourlyVolume'] | ResolversTypes['mumbai_swap_SwapWeeklyVolume']; + mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; + mumbai_swap_SwapTradeVolume_orderBy: mumbai_swap_SwapTradeVolume_orderBy; + mumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; + mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; + mumbai_swap_SwapWeeklyVolume_orderBy: mumbai_swap_SwapWeeklyVolume_orderBy; + mumbai_swap_SystemInfo: ResolverTypeWrapper; + mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; + mumbai_swap_SystemInfo_orderBy: mumbai_swap_SystemInfo_orderBy; + mumbai_swap__Block_: ResolverTypeWrapper; + mumbai_swap__Meta_: ResolverTypeWrapper; + 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; + 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_Aggregation_interval: xdai_Aggregation_interval; + 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; optimismgoerli_swap_Aggregation_interval: optimismgoerli_swap_Aggregation_interval; optimismgoerli_swap_BigDecimal: ResolverTypeWrapper; optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; @@ -213204,290 +213507,86 @@ export type ResolversTypes = ResolversObject<{ optimismgoerli_swap_SystemInfo_orderBy: optimismgoerli_swap_SystemInfo_orderBy; optimismgoerli_swap__Block_: ResolverTypeWrapper; optimismgoerli_swap__Meta_: ResolverTypeWrapper; - 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; - 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; - bnb_swap_Aggregation_interval: bnb_swap_Aggregation_interval; - bnb_swap_BigDecimal: ResolverTypeWrapper; - bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; - bnb_swap_Block_height: bnb_swap_Block_height; - bnb_swap_Bytes: ResolverTypeWrapper; - bnb_swap_Int8: ResolverTypeWrapper; - bnb_swap_LpAccount: ResolverTypeWrapper; - bnb_swap_LpAccountBalance: ResolverTypeWrapper; - bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; - bnb_swap_LpAccountBalance_orderBy: bnb_swap_LpAccountBalance_orderBy; - bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; - bnb_swap_LpAccount_orderBy: bnb_swap_LpAccount_orderBy; - bnb_swap_LpToken: ResolverTypeWrapper; - bnb_swap_LpTokenEvent: ResolversTypes['bnb_swap_LpTransferEvent']; - bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; - bnb_swap_LpTokenEvent_orderBy: bnb_swap_LpTokenEvent_orderBy; - bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; - bnb_swap_LpToken_orderBy: bnb_swap_LpToken_orderBy; - bnb_swap_LpTransferEvent: ResolverTypeWrapper; - bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; - bnb_swap_LpTransferEvent_orderBy: bnb_swap_LpTransferEvent_orderBy; - bnb_swap_OrderDirection: bnb_swap_OrderDirection; - bnb_swap_PooledToken: ResolverTypeWrapper; - bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; - bnb_swap_PooledToken_orderBy: bnb_swap_PooledToken_orderBy; - bnb_swap_StableSwap: ResolverTypeWrapper; - bnb_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; - bnb_swap_StableSwapAddLiquidityEvent_orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy; - bnb_swap_StableSwapEvent: ResolversTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; - bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; - bnb_swap_StableSwapEvent_orderBy: bnb_swap_StableSwapEvent_orderBy; - bnb_swap_StableSwapExchange: ResolverTypeWrapper; - bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; - bnb_swap_StableSwapExchange_orderBy: bnb_swap_StableSwapExchange_orderBy; - bnb_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; - bnb_swap_StableSwapRemoveLiquidityEvent_orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy; - bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; - bnb_swap_StableSwap_orderBy: bnb_swap_StableSwap_orderBy; - bnb_swap_SwapDailyVolume: ResolverTypeWrapper; - bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; - bnb_swap_SwapDailyVolume_orderBy: bnb_swap_SwapDailyVolume_orderBy; - bnb_swap_SwapHourlyVolume: ResolverTypeWrapper; - bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; - bnb_swap_SwapHourlyVolume_orderBy: bnb_swap_SwapHourlyVolume_orderBy; - bnb_swap_SwapTradeVolume: ResolversTypes['bnb_swap_SwapDailyVolume'] | ResolversTypes['bnb_swap_SwapHourlyVolume'] | ResolversTypes['bnb_swap_SwapWeeklyVolume']; - bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; - bnb_swap_SwapTradeVolume_orderBy: bnb_swap_SwapTradeVolume_orderBy; - bnb_swap_SwapWeeklyVolume: ResolverTypeWrapper; - bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; - bnb_swap_SwapWeeklyVolume_orderBy: bnb_swap_SwapWeeklyVolume_orderBy; - bnb_swap_SystemInfo: ResolverTypeWrapper; - bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; - bnb_swap_SystemInfo_orderBy: bnb_swap_SystemInfo_orderBy; - bnb_swap__Block_: ResolverTypeWrapper; - bnb_swap__Meta_: ResolverTypeWrapper; - 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; - localmainnet_AggregateRootSavedSlow: ResolverTypeWrapper; - localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; - localmainnet_AggregateRootSavedSlow_orderBy: localmainnet_AggregateRootSavedSlow_orderBy; - localmainnet_AggregatedMessageRoot: ResolverTypeWrapper; - localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; - localmainnet_AggregatedMessageRoot_orderBy: localmainnet_AggregatedMessageRoot_orderBy; - localmainnet_Aggregation_interval: localmainnet_Aggregation_interval; - localmainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; - localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; - localmainnet_ArbitrumConnectorMeta_orderBy: localmainnet_ArbitrumConnectorMeta_orderBy; - localmainnet_BigDecimal: ResolverTypeWrapper; - localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; - localmainnet_Block_height: localmainnet_Block_height; - localmainnet_BnbConnectorMeta: ResolverTypeWrapper; - localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; - localmainnet_BnbConnectorMeta_orderBy: localmainnet_BnbConnectorMeta_orderBy; - localmainnet_Bytes: ResolverTypeWrapper; - localmainnet_GnosisConnectorMeta: ResolverTypeWrapper; - localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; - localmainnet_GnosisConnectorMeta_orderBy: localmainnet_GnosisConnectorMeta_orderBy; - localmainnet_HubDomain: ResolverTypeWrapper; - localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; - localmainnet_HubDomain_orderBy: localmainnet_HubDomain_orderBy; - localmainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; - localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; - localmainnet_HubOptimisticRootFinalized_orderBy: localmainnet_HubOptimisticRootFinalized_orderBy; - localmainnet_Int8: ResolverTypeWrapper; - localmainnet_OptimismConnectorMeta: ResolverTypeWrapper; - localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; - localmainnet_OptimismConnectorMeta_orderBy: localmainnet_OptimismConnectorMeta_orderBy; - localmainnet_OptimisticRootPropagated: ResolverTypeWrapper; - localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; - localmainnet_OptimisticRootPropagated_orderBy: localmainnet_OptimisticRootPropagated_orderBy; - localmainnet_OptimisticRootProposed: ResolverTypeWrapper; - localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; - localmainnet_OptimisticRootProposed_orderBy: localmainnet_OptimisticRootProposed_orderBy; - localmainnet_OrderDirection: localmainnet_OrderDirection; - localmainnet_PolygonConnectorMeta: ResolverTypeWrapper; - localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; - localmainnet_PolygonConnectorMeta_orderBy: localmainnet_PolygonConnectorMeta_orderBy; - localmainnet_RootAggregated: ResolverTypeWrapper; - localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; - localmainnet_RootAggregated_orderBy: localmainnet_RootAggregated_orderBy; - localmainnet_RootManagerMeta: ResolverTypeWrapper; - localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; - localmainnet_RootManagerMeta_orderBy: localmainnet_RootManagerMeta_orderBy; - localmainnet_RootManagerMode: ResolverTypeWrapper; - localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; - localmainnet_RootManagerMode_orderBy: localmainnet_RootManagerMode_orderBy; - localmainnet_RootMessageProcessed: ResolverTypeWrapper; - localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; - localmainnet_RootMessageProcessed_orderBy: localmainnet_RootMessageProcessed_orderBy; - localmainnet_RootPropagated: ResolverTypeWrapper; - localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; - localmainnet_RootPropagated_orderBy: localmainnet_RootPropagated_orderBy; - localmainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; - localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; - localmainnet_ZkSyncConnectorMeta_orderBy: localmainnet_ZkSyncConnectorMeta_orderBy; - localmainnet__Block_: ResolverTypeWrapper; - localmainnet__Meta_: ResolverTypeWrapper; + 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_Aggregation_interval: bnb_Aggregation_interval; + 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; lineagoerli_AggregateRoot: ResolverTypeWrapper; lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; lineagoerli_AggregateRoot_orderBy: lineagoerli_AggregateRoot_orderBy; @@ -213550,177 +213649,6 @@ export type ResolversTypes = ResolversObject<{ lineagoerli_TransferStatus: lineagoerli_TransferStatus; lineagoerli__Block_: ResolverTypeWrapper; lineagoerli__Meta_: ResolverTypeWrapper; - xdai_swap_Aggregation_interval: xdai_swap_Aggregation_interval; - xdai_swap_BigDecimal: ResolverTypeWrapper; - xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; - xdai_swap_Block_height: xdai_swap_Block_height; - xdai_swap_Bytes: ResolverTypeWrapper; - xdai_swap_Int8: ResolverTypeWrapper; - xdai_swap_LpAccount: ResolverTypeWrapper; - xdai_swap_LpAccountBalance: ResolverTypeWrapper; - xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; - xdai_swap_LpAccountBalance_orderBy: xdai_swap_LpAccountBalance_orderBy; - xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; - xdai_swap_LpAccount_orderBy: xdai_swap_LpAccount_orderBy; - xdai_swap_LpToken: ResolverTypeWrapper; - xdai_swap_LpTokenEvent: ResolversTypes['xdai_swap_LpTransferEvent']; - xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; - xdai_swap_LpTokenEvent_orderBy: xdai_swap_LpTokenEvent_orderBy; - xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; - xdai_swap_LpToken_orderBy: xdai_swap_LpToken_orderBy; - xdai_swap_LpTransferEvent: ResolverTypeWrapper; - xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; - xdai_swap_LpTransferEvent_orderBy: xdai_swap_LpTransferEvent_orderBy; - xdai_swap_OrderDirection: xdai_swap_OrderDirection; - xdai_swap_PooledToken: ResolverTypeWrapper; - xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; - xdai_swap_PooledToken_orderBy: xdai_swap_PooledToken_orderBy; - xdai_swap_StableSwap: ResolverTypeWrapper; - xdai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; - xdai_swap_StableSwapAddLiquidityEvent_orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy; - xdai_swap_StableSwapEvent: ResolversTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; - xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; - xdai_swap_StableSwapEvent_orderBy: xdai_swap_StableSwapEvent_orderBy; - xdai_swap_StableSwapExchange: ResolverTypeWrapper; - xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; - xdai_swap_StableSwapExchange_orderBy: xdai_swap_StableSwapExchange_orderBy; - xdai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; - xdai_swap_StableSwapRemoveLiquidityEvent_orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy; - xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; - xdai_swap_StableSwap_orderBy: xdai_swap_StableSwap_orderBy; - xdai_swap_SwapDailyVolume: ResolverTypeWrapper; - xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; - xdai_swap_SwapDailyVolume_orderBy: xdai_swap_SwapDailyVolume_orderBy; - xdai_swap_SwapHourlyVolume: ResolverTypeWrapper; - xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; - xdai_swap_SwapHourlyVolume_orderBy: xdai_swap_SwapHourlyVolume_orderBy; - xdai_swap_SwapTradeVolume: ResolversTypes['xdai_swap_SwapDailyVolume'] | ResolversTypes['xdai_swap_SwapHourlyVolume'] | ResolversTypes['xdai_swap_SwapWeeklyVolume']; - xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; - xdai_swap_SwapTradeVolume_orderBy: xdai_swap_SwapTradeVolume_orderBy; - xdai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; - xdai_swap_SwapWeeklyVolume_orderBy: xdai_swap_SwapWeeklyVolume_orderBy; - xdai_swap_SystemInfo: ResolverTypeWrapper; - xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; - xdai_swap_SystemInfo_orderBy: xdai_swap_SystemInfo_orderBy; - xdai_swap__Block_: ResolverTypeWrapper; - xdai_swap__Meta_: ResolverTypeWrapper; - staginggoerli_swap_Aggregation_interval: staginggoerli_swap_Aggregation_interval; - staginggoerli_swap_BigDecimal: ResolverTypeWrapper; - staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; - staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; - staginggoerli_swap_Bytes: ResolverTypeWrapper; - staginggoerli_swap_Int8: ResolverTypeWrapper; - staginggoerli_swap_LpAccount: ResolverTypeWrapper; - staginggoerli_swap_LpAccountBalance: ResolverTypeWrapper; - staginggoerli_swap_LpAccountBalance_filter: staginggoerli_swap_LpAccountBalance_filter; - staginggoerli_swap_LpAccountBalance_orderBy: staginggoerli_swap_LpAccountBalance_orderBy; - staginggoerli_swap_LpAccount_filter: staginggoerli_swap_LpAccount_filter; - staginggoerli_swap_LpAccount_orderBy: staginggoerli_swap_LpAccount_orderBy; - staginggoerli_swap_LpToken: ResolverTypeWrapper; - staginggoerli_swap_LpTokenEvent: ResolversTypes['staginggoerli_swap_LpTransferEvent']; - staginggoerli_swap_LpTokenEvent_filter: staginggoerli_swap_LpTokenEvent_filter; - staginggoerli_swap_LpTokenEvent_orderBy: staginggoerli_swap_LpTokenEvent_orderBy; - staginggoerli_swap_LpToken_filter: staginggoerli_swap_LpToken_filter; - staginggoerli_swap_LpToken_orderBy: staginggoerli_swap_LpToken_orderBy; - staginggoerli_swap_LpTransferEvent: ResolverTypeWrapper; - staginggoerli_swap_LpTransferEvent_filter: staginggoerli_swap_LpTransferEvent_filter; - staginggoerli_swap_LpTransferEvent_orderBy: staginggoerli_swap_LpTransferEvent_orderBy; - staginggoerli_swap_OrderDirection: staginggoerli_swap_OrderDirection; - staginggoerli_swap_PooledToken: ResolverTypeWrapper; - staginggoerli_swap_PooledToken_filter: staginggoerli_swap_PooledToken_filter; - staginggoerli_swap_PooledToken_orderBy: staginggoerli_swap_PooledToken_orderBy; - staginggoerli_swap_StableSwap: ResolverTypeWrapper; - staginggoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - staginggoerli_swap_StableSwapAddLiquidityEvent_filter: staginggoerli_swap_StableSwapAddLiquidityEvent_filter; - staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy; - staginggoerli_swap_StableSwapEvent: ResolversTypes['staginggoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['staginggoerli_swap_StableSwapRemoveLiquidityEvent']; - staginggoerli_swap_StableSwapEvent_filter: staginggoerli_swap_StableSwapEvent_filter; - staginggoerli_swap_StableSwapEvent_orderBy: staginggoerli_swap_StableSwapEvent_orderBy; - staginggoerli_swap_StableSwapExchange: ResolverTypeWrapper; - staginggoerli_swap_StableSwapExchange_filter: staginggoerli_swap_StableSwapExchange_filter; - staginggoerli_swap_StableSwapExchange_orderBy: staginggoerli_swap_StableSwapExchange_orderBy; - staginggoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter; - staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - staginggoerli_swap_StableSwap_filter: staginggoerli_swap_StableSwap_filter; - staginggoerli_swap_StableSwap_orderBy: staginggoerli_swap_StableSwap_orderBy; - staginggoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - staginggoerli_swap_SwapDailyVolume_filter: staginggoerli_swap_SwapDailyVolume_filter; - staginggoerli_swap_SwapDailyVolume_orderBy: staginggoerli_swap_SwapDailyVolume_orderBy; - staginggoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - staginggoerli_swap_SwapHourlyVolume_filter: staginggoerli_swap_SwapHourlyVolume_filter; - staginggoerli_swap_SwapHourlyVolume_orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy; - staginggoerli_swap_SwapTradeVolume: ResolversTypes['staginggoerli_swap_SwapDailyVolume'] | ResolversTypes['staginggoerli_swap_SwapHourlyVolume'] | ResolversTypes['staginggoerli_swap_SwapWeeklyVolume']; - staginggoerli_swap_SwapTradeVolume_filter: staginggoerli_swap_SwapTradeVolume_filter; - staginggoerli_swap_SwapTradeVolume_orderBy: staginggoerli_swap_SwapTradeVolume_orderBy; - staginggoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - staginggoerli_swap_SwapWeeklyVolume_filter: staginggoerli_swap_SwapWeeklyVolume_filter; - staginggoerli_swap_SwapWeeklyVolume_orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy; - staginggoerli_swap_SystemInfo: ResolverTypeWrapper; - staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; - staginggoerli_swap_SystemInfo_orderBy: staginggoerli_swap_SystemInfo_orderBy; - staginggoerli_swap__Block_: ResolverTypeWrapper; - staginggoerli_swap__Meta_: ResolverTypeWrapper; - arbitrumone_swap_Aggregation_interval: arbitrumone_swap_Aggregation_interval; - arbitrumone_swap_BigDecimal: ResolverTypeWrapper; - arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; - arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; - arbitrumone_swap_Bytes: ResolverTypeWrapper; - arbitrumone_swap_Int8: ResolverTypeWrapper; - arbitrumone_swap_LpAccount: ResolverTypeWrapper; - arbitrumone_swap_LpAccountBalance: ResolverTypeWrapper; - arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; - arbitrumone_swap_LpAccountBalance_orderBy: arbitrumone_swap_LpAccountBalance_orderBy; - arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; - arbitrumone_swap_LpAccount_orderBy: arbitrumone_swap_LpAccount_orderBy; - arbitrumone_swap_LpToken: ResolverTypeWrapper; - arbitrumone_swap_LpTokenEvent: ResolversTypes['arbitrumone_swap_LpTransferEvent']; - arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; - arbitrumone_swap_LpTokenEvent_orderBy: arbitrumone_swap_LpTokenEvent_orderBy; - arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; - arbitrumone_swap_LpToken_orderBy: arbitrumone_swap_LpToken_orderBy; - arbitrumone_swap_LpTransferEvent: ResolverTypeWrapper; - arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; - arbitrumone_swap_LpTransferEvent_orderBy: arbitrumone_swap_LpTransferEvent_orderBy; - arbitrumone_swap_OrderDirection: arbitrumone_swap_OrderDirection; - arbitrumone_swap_PooledToken: ResolverTypeWrapper; - arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; - arbitrumone_swap_PooledToken_orderBy: arbitrumone_swap_PooledToken_orderBy; - arbitrumone_swap_StableSwap: ResolverTypeWrapper; - arbitrumone_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; - arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy; - arbitrumone_swap_StableSwapEvent: ResolversTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; - arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; - arbitrumone_swap_StableSwapEvent_orderBy: arbitrumone_swap_StableSwapEvent_orderBy; - arbitrumone_swap_StableSwapExchange: ResolverTypeWrapper; - arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; - arbitrumone_swap_StableSwapExchange_orderBy: arbitrumone_swap_StableSwapExchange_orderBy; - arbitrumone_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy; - arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; - arbitrumone_swap_StableSwap_orderBy: arbitrumone_swap_StableSwap_orderBy; - arbitrumone_swap_SwapDailyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; - arbitrumone_swap_SwapDailyVolume_orderBy: arbitrumone_swap_SwapDailyVolume_orderBy; - arbitrumone_swap_SwapHourlyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; - arbitrumone_swap_SwapHourlyVolume_orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy; - arbitrumone_swap_SwapTradeVolume: ResolversTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumone_swap_SwapWeeklyVolume']; - arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; - arbitrumone_swap_SwapTradeVolume_orderBy: arbitrumone_swap_SwapTradeVolume_orderBy; - arbitrumone_swap_SwapWeeklyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; - arbitrumone_swap_SwapWeeklyVolume_orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy; - arbitrumone_swap_SystemInfo: ResolverTypeWrapper; - arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; - arbitrumone_swap_SystemInfo_orderBy: arbitrumone_swap_SystemInfo_orderBy; - arbitrumone_swap__Block_: ResolverTypeWrapper; - arbitrumone_swap__Meta_: ResolverTypeWrapper; optimism_swap_Aggregation_interval: optimism_swap_Aggregation_interval; optimism_swap_BigDecimal: ResolverTypeWrapper; optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; @@ -213778,188 +213706,6 @@ export type ResolversTypes = ResolversObject<{ optimism_swap_SystemInfo_orderBy: optimism_swap_SystemInfo_orderBy; optimism_swap__Block_: ResolverTypeWrapper; optimism_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; - goerli_AggregateRootSavedSlow: ResolverTypeWrapper; - goerli_AggregateRootSavedSlow_filter: goerli_AggregateRootSavedSlow_filter; - goerli_AggregateRootSavedSlow_orderBy: goerli_AggregateRootSavedSlow_orderBy; - goerli_AggregatedMessageRoot: ResolverTypeWrapper; - goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; - goerli_AggregatedMessageRoot_orderBy: goerli_AggregatedMessageRoot_orderBy; - goerli_Aggregation_interval: goerli_Aggregation_interval; - goerli_ArbitrumConnectorMeta: ResolverTypeWrapper; - goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; - goerli_ArbitrumConnectorMeta_orderBy: goerli_ArbitrumConnectorMeta_orderBy; - goerli_BaseConnectorMeta: ResolverTypeWrapper; - goerli_BaseConnectorMeta_filter: goerli_BaseConnectorMeta_filter; - goerli_BaseConnectorMeta_orderBy: goerli_BaseConnectorMeta_orderBy; - goerli_BigDecimal: ResolverTypeWrapper; - goerli_BlockChangedFilter: goerli_BlockChangedFilter; - goerli_Block_height: goerli_Block_height; - goerli_BnbConnectorMeta: ResolverTypeWrapper; - goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; - goerli_BnbConnectorMeta_orderBy: goerli_BnbConnectorMeta_orderBy; - goerli_Bytes: ResolverTypeWrapper; - goerli_GnosisConnectorMeta: ResolverTypeWrapper; - goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; - goerli_GnosisConnectorMeta_orderBy: goerli_GnosisConnectorMeta_orderBy; - goerli_HubDomain: ResolverTypeWrapper; - goerli_HubDomain_filter: goerli_HubDomain_filter; - goerli_HubDomain_orderBy: goerli_HubDomain_orderBy; - goerli_HubOptimisticRootFinalized: ResolverTypeWrapper; - goerli_HubOptimisticRootFinalized_filter: goerli_HubOptimisticRootFinalized_filter; - goerli_HubOptimisticRootFinalized_orderBy: goerli_HubOptimisticRootFinalized_orderBy; - goerli_Int8: ResolverTypeWrapper; - goerli_LineaConnectorMeta: ResolverTypeWrapper; - goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; - goerli_LineaConnectorMeta_orderBy: goerli_LineaConnectorMeta_orderBy; - goerli_OptimismConnectorMeta: ResolverTypeWrapper; - goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; - goerli_OptimismConnectorMeta_orderBy: goerli_OptimismConnectorMeta_orderBy; - goerli_OptimisticRootPropagated: ResolverTypeWrapper; - goerli_OptimisticRootPropagated_filter: goerli_OptimisticRootPropagated_filter; - goerli_OptimisticRootPropagated_orderBy: goerli_OptimisticRootPropagated_orderBy; - goerli_OptimisticRootProposed: ResolverTypeWrapper; - goerli_OptimisticRootProposed_filter: goerli_OptimisticRootProposed_filter; - goerli_OptimisticRootProposed_orderBy: goerli_OptimisticRootProposed_orderBy; - goerli_OrderDirection: goerli_OrderDirection; - goerli_PolygonConnectorMeta: ResolverTypeWrapper; - goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; - goerli_PolygonConnectorMeta_orderBy: goerli_PolygonConnectorMeta_orderBy; - goerli_RootAggregated: ResolverTypeWrapper; - goerli_RootAggregated_filter: goerli_RootAggregated_filter; - goerli_RootAggregated_orderBy: goerli_RootAggregated_orderBy; - goerli_RootManagerMeta: ResolverTypeWrapper; - goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; - goerli_RootManagerMeta_orderBy: goerli_RootManagerMeta_orderBy; - goerli_RootManagerMode: ResolverTypeWrapper; - goerli_RootManagerMode_filter: goerli_RootManagerMode_filter; - goerli_RootManagerMode_orderBy: goerli_RootManagerMode_orderBy; - goerli_RootMessageProcessed: ResolverTypeWrapper; - goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; - goerli_RootMessageProcessed_orderBy: goerli_RootMessageProcessed_orderBy; - goerli_RootPropagated: ResolverTypeWrapper; - goerli_RootPropagated_filter: goerli_RootPropagated_filter; - goerli_RootPropagated_orderBy: goerli_RootPropagated_orderBy; - goerli_X1ConnectorMeta: ResolverTypeWrapper; - goerli_X1ConnectorMeta_filter: goerli_X1ConnectorMeta_filter; - goerli_X1ConnectorMeta_orderBy: goerli_X1ConnectorMeta_orderBy; - goerli_ZkSyncConnectorMeta: ResolverTypeWrapper; - goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; - goerli_ZkSyncConnectorMeta_orderBy: goerli_ZkSyncConnectorMeta_orderBy; - goerli__Block_: ResolverTypeWrapper; - goerli__Meta_: ResolverTypeWrapper; - 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; stagingmumbai_swap_Aggregation_interval: stagingmumbai_swap_Aggregation_interval; stagingmumbai_swap_BigDecimal: ResolverTypeWrapper; stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; @@ -214017,119 +213763,6 @@ export type ResolversTypes = ResolversObject<{ stagingmumbai_swap_SystemInfo_orderBy: stagingmumbai_swap_SystemInfo_orderBy; stagingmumbai_swap__Block_: ResolverTypeWrapper; stagingmumbai_swap__Meta_: ResolverTypeWrapper; - mumbai_swap_Aggregation_interval: mumbai_swap_Aggregation_interval; - mumbai_swap_BigDecimal: ResolverTypeWrapper; - mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; - mumbai_swap_Block_height: mumbai_swap_Block_height; - mumbai_swap_Bytes: ResolverTypeWrapper; - mumbai_swap_Int8: ResolverTypeWrapper; - mumbai_swap_LpAccount: ResolverTypeWrapper; - mumbai_swap_LpAccountBalance: ResolverTypeWrapper; - mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; - mumbai_swap_LpAccountBalance_orderBy: mumbai_swap_LpAccountBalance_orderBy; - mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; - mumbai_swap_LpAccount_orderBy: mumbai_swap_LpAccount_orderBy; - mumbai_swap_LpToken: ResolverTypeWrapper; - mumbai_swap_LpTokenEvent: ResolversTypes['mumbai_swap_LpTransferEvent']; - mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; - mumbai_swap_LpTokenEvent_orderBy: mumbai_swap_LpTokenEvent_orderBy; - mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; - mumbai_swap_LpToken_orderBy: mumbai_swap_LpToken_orderBy; - mumbai_swap_LpTransferEvent: ResolverTypeWrapper; - mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; - mumbai_swap_LpTransferEvent_orderBy: mumbai_swap_LpTransferEvent_orderBy; - mumbai_swap_OrderDirection: mumbai_swap_OrderDirection; - mumbai_swap_PooledToken: ResolverTypeWrapper; - mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; - mumbai_swap_PooledToken_orderBy: mumbai_swap_PooledToken_orderBy; - mumbai_swap_StableSwap: ResolverTypeWrapper; - mumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; - mumbai_swap_StableSwapAddLiquidityEvent_orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy; - mumbai_swap_StableSwapEvent: ResolversTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; - mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; - mumbai_swap_StableSwapEvent_orderBy: mumbai_swap_StableSwapEvent_orderBy; - mumbai_swap_StableSwapExchange: ResolverTypeWrapper; - mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; - mumbai_swap_StableSwapExchange_orderBy: mumbai_swap_StableSwapExchange_orderBy; - mumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; - mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; - mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; - mumbai_swap_StableSwap_orderBy: mumbai_swap_StableSwap_orderBy; - mumbai_swap_SwapDailyVolume: ResolverTypeWrapper; - mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; - mumbai_swap_SwapDailyVolume_orderBy: mumbai_swap_SwapDailyVolume_orderBy; - mumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; - mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; - mumbai_swap_SwapHourlyVolume_orderBy: mumbai_swap_SwapHourlyVolume_orderBy; - mumbai_swap_SwapTradeVolume: ResolversTypes['mumbai_swap_SwapDailyVolume'] | ResolversTypes['mumbai_swap_SwapHourlyVolume'] | ResolversTypes['mumbai_swap_SwapWeeklyVolume']; - mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; - mumbai_swap_SwapTradeVolume_orderBy: mumbai_swap_SwapTradeVolume_orderBy; - mumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; - mumbai_swap_SwapWeeklyVolume_orderBy: mumbai_swap_SwapWeeklyVolume_orderBy; - mumbai_swap_SystemInfo: ResolverTypeWrapper; - mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; - mumbai_swap_SystemInfo_orderBy: mumbai_swap_SystemInfo_orderBy; - mumbai_swap__Block_: ResolverTypeWrapper; - mumbai_swap__Meta_: ResolverTypeWrapper; - 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; goerli_swap_Aggregation_interval: goerli_swap_Aggregation_interval; goerli_swap_BigDecimal: ResolverTypeWrapper; goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; @@ -214187,6 +213820,441 @@ export type ResolversTypes = ResolversObject<{ goerli_swap_SystemInfo_orderBy: goerli_swap_SystemInfo_orderBy; goerli_swap__Block_: ResolverTypeWrapper; goerli_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; + 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_ZkSyncConnectorMeta: ResolverTypeWrapper; + stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; + stagingmainnet_ZkSyncConnectorMeta_orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy; + stagingmainnet__Block_: ResolverTypeWrapper; + stagingmainnet__Meta_: ResolverTypeWrapper; + 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; + goerli_AggregateRootSavedSlow: ResolverTypeWrapper; + goerli_AggregateRootSavedSlow_filter: goerli_AggregateRootSavedSlow_filter; + goerli_AggregateRootSavedSlow_orderBy: goerli_AggregateRootSavedSlow_orderBy; + goerli_AggregatedMessageRoot: ResolverTypeWrapper; + goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; + goerli_AggregatedMessageRoot_orderBy: goerli_AggregatedMessageRoot_orderBy; + goerli_Aggregation_interval: goerli_Aggregation_interval; + goerli_ArbitrumConnectorMeta: ResolverTypeWrapper; + goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; + goerli_ArbitrumConnectorMeta_orderBy: goerli_ArbitrumConnectorMeta_orderBy; + goerli_BaseConnectorMeta: ResolverTypeWrapper; + goerli_BaseConnectorMeta_filter: goerli_BaseConnectorMeta_filter; + goerli_BaseConnectorMeta_orderBy: goerli_BaseConnectorMeta_orderBy; + goerli_BigDecimal: ResolverTypeWrapper; + goerli_BlockChangedFilter: goerli_BlockChangedFilter; + goerli_Block_height: goerli_Block_height; + goerli_BnbConnectorMeta: ResolverTypeWrapper; + goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; + goerli_BnbConnectorMeta_orderBy: goerli_BnbConnectorMeta_orderBy; + goerli_Bytes: ResolverTypeWrapper; + goerli_GnosisConnectorMeta: ResolverTypeWrapper; + goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; + goerli_GnosisConnectorMeta_orderBy: goerli_GnosisConnectorMeta_orderBy; + goerli_HubDomain: ResolverTypeWrapper; + goerli_HubDomain_filter: goerli_HubDomain_filter; + goerli_HubDomain_orderBy: goerli_HubDomain_orderBy; + goerli_HubOptimisticRootFinalized: ResolverTypeWrapper; + goerli_HubOptimisticRootFinalized_filter: goerli_HubOptimisticRootFinalized_filter; + goerli_HubOptimisticRootFinalized_orderBy: goerli_HubOptimisticRootFinalized_orderBy; + goerli_Int8: ResolverTypeWrapper; + goerli_LineaConnectorMeta: ResolverTypeWrapper; + goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; + goerli_LineaConnectorMeta_orderBy: goerli_LineaConnectorMeta_orderBy; + goerli_OptimismConnectorMeta: ResolverTypeWrapper; + goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; + goerli_OptimismConnectorMeta_orderBy: goerli_OptimismConnectorMeta_orderBy; + goerli_OptimisticRootPropagated: ResolverTypeWrapper; + goerli_OptimisticRootPropagated_filter: goerli_OptimisticRootPropagated_filter; + goerli_OptimisticRootPropagated_orderBy: goerli_OptimisticRootPropagated_orderBy; + goerli_OptimisticRootProposed: ResolverTypeWrapper; + goerli_OptimisticRootProposed_filter: goerli_OptimisticRootProposed_filter; + goerli_OptimisticRootProposed_orderBy: goerli_OptimisticRootProposed_orderBy; + goerli_OrderDirection: goerli_OrderDirection; + goerli_PolygonConnectorMeta: ResolverTypeWrapper; + goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; + goerli_PolygonConnectorMeta_orderBy: goerli_PolygonConnectorMeta_orderBy; + goerli_RootAggregated: ResolverTypeWrapper; + goerli_RootAggregated_filter: goerli_RootAggregated_filter; + goerli_RootAggregated_orderBy: goerli_RootAggregated_orderBy; + goerli_RootManagerMeta: ResolverTypeWrapper; + goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; + goerli_RootManagerMeta_orderBy: goerli_RootManagerMeta_orderBy; + goerli_RootManagerMode: ResolverTypeWrapper; + goerli_RootManagerMode_filter: goerli_RootManagerMode_filter; + goerli_RootManagerMode_orderBy: goerli_RootManagerMode_orderBy; + goerli_RootMessageProcessed: ResolverTypeWrapper; + goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; + goerli_RootMessageProcessed_orderBy: goerli_RootMessageProcessed_orderBy; + goerli_RootPropagated: ResolverTypeWrapper; + goerli_RootPropagated_filter: goerli_RootPropagated_filter; + goerli_RootPropagated_orderBy: goerli_RootPropagated_orderBy; + goerli_X1ConnectorMeta: ResolverTypeWrapper; + goerli_X1ConnectorMeta_filter: goerli_X1ConnectorMeta_filter; + goerli_X1ConnectorMeta_orderBy: goerli_X1ConnectorMeta_orderBy; + goerli_ZkSyncConnectorMeta: ResolverTypeWrapper; + goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; + goerli_ZkSyncConnectorMeta_orderBy: goerli_ZkSyncConnectorMeta_orderBy; + goerli__Block_: ResolverTypeWrapper; + goerli__Meta_: ResolverTypeWrapper; + 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_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; + bnb_swap_Aggregation_interval: bnb_swap_Aggregation_interval; + bnb_swap_BigDecimal: ResolverTypeWrapper; + bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; + bnb_swap_Block_height: bnb_swap_Block_height; + bnb_swap_Bytes: ResolverTypeWrapper; + bnb_swap_Int8: ResolverTypeWrapper; + bnb_swap_LpAccount: ResolverTypeWrapper; + bnb_swap_LpAccountBalance: ResolverTypeWrapper; + bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; + bnb_swap_LpAccountBalance_orderBy: bnb_swap_LpAccountBalance_orderBy; + bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; + bnb_swap_LpAccount_orderBy: bnb_swap_LpAccount_orderBy; + bnb_swap_LpToken: ResolverTypeWrapper; + bnb_swap_LpTokenEvent: ResolversTypes['bnb_swap_LpTransferEvent']; + bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; + bnb_swap_LpTokenEvent_orderBy: bnb_swap_LpTokenEvent_orderBy; + bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; + bnb_swap_LpToken_orderBy: bnb_swap_LpToken_orderBy; + bnb_swap_LpTransferEvent: ResolverTypeWrapper; + bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; + bnb_swap_LpTransferEvent_orderBy: bnb_swap_LpTransferEvent_orderBy; + bnb_swap_OrderDirection: bnb_swap_OrderDirection; + bnb_swap_PooledToken: ResolverTypeWrapper; + bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; + bnb_swap_PooledToken_orderBy: bnb_swap_PooledToken_orderBy; + bnb_swap_StableSwap: ResolverTypeWrapper; + bnb_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; + bnb_swap_StableSwapAddLiquidityEvent_orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy; + bnb_swap_StableSwapEvent: ResolversTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; + bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; + bnb_swap_StableSwapEvent_orderBy: bnb_swap_StableSwapEvent_orderBy; + bnb_swap_StableSwapExchange: ResolverTypeWrapper; + bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; + bnb_swap_StableSwapExchange_orderBy: bnb_swap_StableSwapExchange_orderBy; + bnb_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; + bnb_swap_StableSwapRemoveLiquidityEvent_orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy; + bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; + bnb_swap_StableSwap_orderBy: bnb_swap_StableSwap_orderBy; + bnb_swap_SwapDailyVolume: ResolverTypeWrapper; + bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; + bnb_swap_SwapDailyVolume_orderBy: bnb_swap_SwapDailyVolume_orderBy; + bnb_swap_SwapHourlyVolume: ResolverTypeWrapper; + bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; + bnb_swap_SwapHourlyVolume_orderBy: bnb_swap_SwapHourlyVolume_orderBy; + bnb_swap_SwapTradeVolume: ResolversTypes['bnb_swap_SwapDailyVolume'] | ResolversTypes['bnb_swap_SwapHourlyVolume'] | ResolversTypes['bnb_swap_SwapWeeklyVolume']; + bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; + bnb_swap_SwapTradeVolume_orderBy: bnb_swap_SwapTradeVolume_orderBy; + bnb_swap_SwapWeeklyVolume: ResolverTypeWrapper; + bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; + bnb_swap_SwapWeeklyVolume_orderBy: bnb_swap_SwapWeeklyVolume_orderBy; + bnb_swap_SystemInfo: ResolverTypeWrapper; + bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; + bnb_swap_SystemInfo_orderBy: bnb_swap_SystemInfo_orderBy; + bnb_swap__Block_: ResolverTypeWrapper; + bnb_swap__Meta_: ResolverTypeWrapper; avalanche_swap_Aggregation_interval: avalanche_swap_Aggregation_interval; avalanche_swap_BigDecimal: ResolverTypeWrapper; avalanche_swap_BlockChangedFilter: avalanche_swap_BlockChangedFilter; @@ -214244,770 +214312,237 @@ export type ResolversTypes = ResolversObject<{ avalanche_swap_SystemInfo_orderBy: avalanche_swap_SystemInfo_orderBy; avalanche_swap__Block_: ResolverTypeWrapper; avalanche_swap__Meta_: ResolverTypeWrapper; - optimismgoerli_AggregateRoot: ResolverTypeWrapper; - optimismgoerli_AggregateRootProposed: ResolverTypeWrapper; - optimismgoerli_AggregateRootProposed_filter: optimismgoerli_AggregateRootProposed_filter; - optimismgoerli_AggregateRootProposed_orderBy: optimismgoerli_AggregateRootProposed_orderBy; - optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; - optimismgoerli_AggregateRoot_orderBy: optimismgoerli_AggregateRoot_orderBy; - optimismgoerli_Aggregation_interval: optimismgoerli_Aggregation_interval; - optimismgoerli_Asset: ResolverTypeWrapper; - optimismgoerli_AssetBalance: ResolverTypeWrapper; - optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; - optimismgoerli_AssetBalance_orderBy: optimismgoerli_AssetBalance_orderBy; - optimismgoerli_AssetStatus: ResolverTypeWrapper; - optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; - optimismgoerli_AssetStatus_orderBy: optimismgoerli_AssetStatus_orderBy; - optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; - optimismgoerli_Asset_orderBy: optimismgoerli_Asset_orderBy; - optimismgoerli_BigDecimal: ResolverTypeWrapper; - optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; - optimismgoerli_Block_height: optimismgoerli_Block_height; - optimismgoerli_Bytes: ResolverTypeWrapper; - optimismgoerli_ConnectorMeta: ResolverTypeWrapper; - optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; - optimismgoerli_ConnectorMeta_orderBy: optimismgoerli_ConnectorMeta_orderBy; - optimismgoerli_DestinationTransfer: ResolverTypeWrapper; - optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; - optimismgoerli_DestinationTransfer_orderBy: optimismgoerli_DestinationTransfer_orderBy; - optimismgoerli_Int8: ResolverTypeWrapper; - optimismgoerli_OptimisticRootFinalized: ResolverTypeWrapper; - optimismgoerli_OptimisticRootFinalized_filter: optimismgoerli_OptimisticRootFinalized_filter; - optimismgoerli_OptimisticRootFinalized_orderBy: optimismgoerli_OptimisticRootFinalized_orderBy; - optimismgoerli_OrderDirection: optimismgoerli_OrderDirection; - optimismgoerli_OriginMessage: ResolverTypeWrapper; - optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; - optimismgoerli_OriginMessage_orderBy: optimismgoerli_OriginMessage_orderBy; - optimismgoerli_OriginTransfer: ResolverTypeWrapper; - optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; - optimismgoerli_OriginTransfer_orderBy: optimismgoerli_OriginTransfer_orderBy; - optimismgoerli_Relayer: ResolverTypeWrapper; - optimismgoerli_RelayerFee: ResolverTypeWrapper; - optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; - optimismgoerli_RelayerFee_orderBy: optimismgoerli_RelayerFee_orderBy; - optimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; - optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; - optimismgoerli_RelayerFeesIncrease_orderBy: optimismgoerli_RelayerFeesIncrease_orderBy; - optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; - optimismgoerli_Relayer_orderBy: optimismgoerli_Relayer_orderBy; - optimismgoerli_RootCount: ResolverTypeWrapper; - optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; - optimismgoerli_RootCount_orderBy: optimismgoerli_RootCount_orderBy; - optimismgoerli_RootMessageSent: ResolverTypeWrapper; - optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; - optimismgoerli_RootMessageSent_orderBy: optimismgoerli_RootMessageSent_orderBy; - optimismgoerli_Router: ResolverTypeWrapper; - optimismgoerli_RouterDailyTVL: ResolverTypeWrapper; - optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; - optimismgoerli_RouterDailyTVL_orderBy: optimismgoerli_RouterDailyTVL_orderBy; - optimismgoerli_RouterLiquidityEvent: ResolverTypeWrapper; - optimismgoerli_RouterLiquidityEventType: optimismgoerli_RouterLiquidityEventType; - optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; - optimismgoerli_RouterLiquidityEvent_orderBy: optimismgoerli_RouterLiquidityEvent_orderBy; - optimismgoerli_Router_filter: optimismgoerli_Router_filter; - optimismgoerli_Router_orderBy: optimismgoerli_Router_orderBy; - optimismgoerli_Sequencer: ResolverTypeWrapper; - optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; - optimismgoerli_Sequencer_orderBy: optimismgoerli_Sequencer_orderBy; - optimismgoerli_Setting: ResolverTypeWrapper; - optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; - optimismgoerli_Setting_orderBy: optimismgoerli_Setting_orderBy; - optimismgoerli_SlippageUpdate: ResolverTypeWrapper; - optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; - optimismgoerli_SlippageUpdate_orderBy: optimismgoerli_SlippageUpdate_orderBy; - optimismgoerli_SnapshotRoot: ResolverTypeWrapper; - optimismgoerli_SnapshotRoot_filter: optimismgoerli_SnapshotRoot_filter; - optimismgoerli_SnapshotRoot_orderBy: optimismgoerli_SnapshotRoot_orderBy; - optimismgoerli_SpokeConnectorMode: ResolverTypeWrapper; - optimismgoerli_SpokeConnectorMode_filter: optimismgoerli_SpokeConnectorMode_filter; - optimismgoerli_SpokeConnectorMode_orderBy: optimismgoerli_SpokeConnectorMode_orderBy; - optimismgoerli_TransferStatus: optimismgoerli_TransferStatus; - optimismgoerli__Block_: ResolverTypeWrapper; - optimismgoerli__Meta_: ResolverTypeWrapper; - goerli_AggregateRoot: ResolverTypeWrapper; - goerli_AggregateRootProposed: ResolverTypeWrapper; - goerli_AggregateRootProposed_filter: goerli_AggregateRootProposed_filter; - goerli_AggregateRootProposed_orderBy: goerli_AggregateRootProposed_orderBy; - goerli_AggregateRoot_filter: goerli_AggregateRoot_filter; - goerli_AggregateRoot_orderBy: goerli_AggregateRoot_orderBy; - goerli_Asset: ResolverTypeWrapper; - goerli_AssetBalance: ResolverTypeWrapper; - goerli_AssetBalance_filter: goerli_AssetBalance_filter; - goerli_AssetBalance_orderBy: goerli_AssetBalance_orderBy; - goerli_AssetStatus: ResolverTypeWrapper; - goerli_AssetStatus_filter: goerli_AssetStatus_filter; - goerli_AssetStatus_orderBy: goerli_AssetStatus_orderBy; - goerli_Asset_filter: goerli_Asset_filter; - goerli_Asset_orderBy: goerli_Asset_orderBy; - goerli_ConnectorMeta: ResolverTypeWrapper; - goerli_ConnectorMeta_filter: goerli_ConnectorMeta_filter; - goerli_ConnectorMeta_orderBy: goerli_ConnectorMeta_orderBy; - goerli_DestinationTransfer: ResolverTypeWrapper; - goerli_DestinationTransfer_filter: goerli_DestinationTransfer_filter; - goerli_DestinationTransfer_orderBy: goerli_DestinationTransfer_orderBy; - goerli_OptimisticRootFinalized: ResolverTypeWrapper; - goerli_OptimisticRootFinalized_filter: goerli_OptimisticRootFinalized_filter; - goerli_OptimisticRootFinalized_orderBy: goerli_OptimisticRootFinalized_orderBy; - goerli_OriginMessage: ResolverTypeWrapper; - goerli_OriginMessage_filter: goerli_OriginMessage_filter; - goerli_OriginMessage_orderBy: goerli_OriginMessage_orderBy; - goerli_OriginTransfer: ResolverTypeWrapper; - goerli_OriginTransfer_filter: goerli_OriginTransfer_filter; - goerli_OriginTransfer_orderBy: goerli_OriginTransfer_orderBy; - goerli_Relayer: ResolverTypeWrapper; - goerli_RelayerFee: ResolverTypeWrapper; - goerli_RelayerFee_filter: goerli_RelayerFee_filter; - goerli_RelayerFee_orderBy: goerli_RelayerFee_orderBy; - goerli_RelayerFeesIncrease: ResolverTypeWrapper; - goerli_RelayerFeesIncrease_filter: goerli_RelayerFeesIncrease_filter; - goerli_RelayerFeesIncrease_orderBy: goerli_RelayerFeesIncrease_orderBy; - goerli_Relayer_filter: goerli_Relayer_filter; - goerli_Relayer_orderBy: goerli_Relayer_orderBy; - goerli_RootCount: ResolverTypeWrapper; - goerli_RootCount_filter: goerli_RootCount_filter; - goerli_RootCount_orderBy: goerli_RootCount_orderBy; - goerli_RootMessageSent: ResolverTypeWrapper; - goerli_RootMessageSent_filter: goerli_RootMessageSent_filter; - goerli_RootMessageSent_orderBy: goerli_RootMessageSent_orderBy; - goerli_Router: ResolverTypeWrapper; - goerli_RouterDailyTVL: ResolverTypeWrapper; - goerli_RouterDailyTVL_filter: goerli_RouterDailyTVL_filter; - goerli_RouterDailyTVL_orderBy: goerli_RouterDailyTVL_orderBy; - goerli_RouterLiquidityEvent: ResolverTypeWrapper; - goerli_RouterLiquidityEventType: goerli_RouterLiquidityEventType; - goerli_RouterLiquidityEvent_filter: goerli_RouterLiquidityEvent_filter; - goerli_RouterLiquidityEvent_orderBy: goerli_RouterLiquidityEvent_orderBy; - goerli_Router_filter: goerli_Router_filter; - goerli_Router_orderBy: goerli_Router_orderBy; - goerli_Sequencer: ResolverTypeWrapper; - goerli_Sequencer_filter: goerli_Sequencer_filter; - goerli_Sequencer_orderBy: goerli_Sequencer_orderBy; - goerli_Setting: ResolverTypeWrapper; - goerli_Setting_filter: goerli_Setting_filter; - goerli_Setting_orderBy: goerli_Setting_orderBy; - goerli_SlippageUpdate: ResolverTypeWrapper; - goerli_SlippageUpdate_filter: goerli_SlippageUpdate_filter; - goerli_SlippageUpdate_orderBy: goerli_SlippageUpdate_orderBy; - goerli_SnapshotRoot: ResolverTypeWrapper; - goerli_SnapshotRoot_filter: goerli_SnapshotRoot_filter; - goerli_SnapshotRoot_orderBy: goerli_SnapshotRoot_orderBy; - goerli_SpokeConnectorMode: ResolverTypeWrapper; - goerli_SpokeConnectorMode_filter: goerli_SpokeConnectorMode_filter; - goerli_SpokeConnectorMode_orderBy: goerli_SpokeConnectorMode_orderBy; - goerli_TransferStatus: goerli_TransferStatus; - stagingoptimismgoerli_AggregateRoot: ResolverTypeWrapper; - stagingoptimismgoerli_AggregateRootProposed: ResolverTypeWrapper; - stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; - stagingoptimismgoerli_AggregateRootProposed_orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy; - stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; - stagingoptimismgoerli_AggregateRoot_orderBy: stagingoptimismgoerli_AggregateRoot_orderBy; - stagingoptimismgoerli_Aggregation_interval: stagingoptimismgoerli_Aggregation_interval; - stagingoptimismgoerli_Asset: ResolverTypeWrapper; - stagingoptimismgoerli_AssetBalance: ResolverTypeWrapper; - stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; - stagingoptimismgoerli_AssetBalance_orderBy: stagingoptimismgoerli_AssetBalance_orderBy; - stagingoptimismgoerli_AssetStatus: ResolverTypeWrapper; - stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; - stagingoptimismgoerli_AssetStatus_orderBy: stagingoptimismgoerli_AssetStatus_orderBy; - stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; - stagingoptimismgoerli_Asset_orderBy: stagingoptimismgoerli_Asset_orderBy; - stagingoptimismgoerli_BigDecimal: ResolverTypeWrapper; - stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; - stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; - stagingoptimismgoerli_Bytes: ResolverTypeWrapper; - stagingoptimismgoerli_ConnectorMeta: ResolverTypeWrapper; - stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; - stagingoptimismgoerli_ConnectorMeta_orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy; - stagingoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; - stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; - stagingoptimismgoerli_DestinationTransfer_orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy; - stagingoptimismgoerli_Int8: ResolverTypeWrapper; - stagingoptimismgoerli_OptimisticRootFinalized: ResolverTypeWrapper; - stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; - stagingoptimismgoerli_OptimisticRootFinalized_orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy; - stagingoptimismgoerli_OrderDirection: stagingoptimismgoerli_OrderDirection; - stagingoptimismgoerli_OriginMessage: ResolverTypeWrapper; - stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; - stagingoptimismgoerli_OriginMessage_orderBy: stagingoptimismgoerli_OriginMessage_orderBy; - stagingoptimismgoerli_OriginTransfer: ResolverTypeWrapper; - stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; - stagingoptimismgoerli_OriginTransfer_orderBy: stagingoptimismgoerli_OriginTransfer_orderBy; - stagingoptimismgoerli_Relayer: ResolverTypeWrapper; - stagingoptimismgoerli_RelayerFee: ResolverTypeWrapper; - stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; - stagingoptimismgoerli_RelayerFee_orderBy: stagingoptimismgoerli_RelayerFee_orderBy; - stagingoptimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; - stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; - stagingoptimismgoerli_RelayerFeesIncrease_orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy; - stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; - stagingoptimismgoerli_Relayer_orderBy: stagingoptimismgoerli_Relayer_orderBy; - stagingoptimismgoerli_RootCount: ResolverTypeWrapper; - stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; - stagingoptimismgoerli_RootCount_orderBy: stagingoptimismgoerli_RootCount_orderBy; - stagingoptimismgoerli_RootMessageSent: ResolverTypeWrapper; - stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; - stagingoptimismgoerli_RootMessageSent_orderBy: stagingoptimismgoerli_RootMessageSent_orderBy; - stagingoptimismgoerli_Router: ResolverTypeWrapper; - stagingoptimismgoerli_RouterDailyTVL: ResolverTypeWrapper; - stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; - stagingoptimismgoerli_RouterDailyTVL_orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy; - stagingoptimismgoerli_RouterLiquidityEvent: ResolverTypeWrapper; - stagingoptimismgoerli_RouterLiquidityEventType: stagingoptimismgoerli_RouterLiquidityEventType; - stagingoptimismgoerli_RouterLiquidityEvent_filter: stagingoptimismgoerli_RouterLiquidityEvent_filter; - stagingoptimismgoerli_RouterLiquidityEvent_orderBy: stagingoptimismgoerli_RouterLiquidityEvent_orderBy; - stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; - stagingoptimismgoerli_Router_orderBy: stagingoptimismgoerli_Router_orderBy; - stagingoptimismgoerli_Sequencer: ResolverTypeWrapper; - stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; - stagingoptimismgoerli_Sequencer_orderBy: stagingoptimismgoerli_Sequencer_orderBy; - stagingoptimismgoerli_Setting: ResolverTypeWrapper; - stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; - stagingoptimismgoerli_Setting_orderBy: stagingoptimismgoerli_Setting_orderBy; - stagingoptimismgoerli_SlippageUpdate: ResolverTypeWrapper; - stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; - stagingoptimismgoerli_SlippageUpdate_orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy; - stagingoptimismgoerli_SnapshotRoot: ResolverTypeWrapper; - stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; - stagingoptimismgoerli_SnapshotRoot_orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy; - stagingoptimismgoerli_SpokeConnectorMode: ResolverTypeWrapper; - stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; - stagingoptimismgoerli_SpokeConnectorMode_orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy; - stagingoptimismgoerli_TransferStatus: stagingoptimismgoerli_TransferStatus; - stagingoptimismgoerli__Block_: ResolverTypeWrapper; - stagingoptimismgoerli__Meta_: ResolverTypeWrapper; - mumbai_AggregateRoot: ResolverTypeWrapper; - mumbai_AggregateRootProposed: ResolverTypeWrapper; - mumbai_AggregateRootProposed_filter: mumbai_AggregateRootProposed_filter; - mumbai_AggregateRootProposed_orderBy: mumbai_AggregateRootProposed_orderBy; - mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; - mumbai_AggregateRoot_orderBy: mumbai_AggregateRoot_orderBy; - mumbai_Aggregation_interval: mumbai_Aggregation_interval; - mumbai_Asset: ResolverTypeWrapper; - mumbai_AssetBalance: ResolverTypeWrapper; - mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; - mumbai_AssetBalance_orderBy: mumbai_AssetBalance_orderBy; - mumbai_AssetStatus: ResolverTypeWrapper; - mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; - mumbai_AssetStatus_orderBy: mumbai_AssetStatus_orderBy; - mumbai_Asset_filter: mumbai_Asset_filter; - mumbai_Asset_orderBy: mumbai_Asset_orderBy; - mumbai_BigDecimal: ResolverTypeWrapper; - mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; - mumbai_Block_height: mumbai_Block_height; - mumbai_Bytes: ResolverTypeWrapper; - mumbai_ConnectorMeta: ResolverTypeWrapper; - mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; - mumbai_ConnectorMeta_orderBy: mumbai_ConnectorMeta_orderBy; - mumbai_DestinationTransfer: ResolverTypeWrapper; - mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; - mumbai_DestinationTransfer_orderBy: mumbai_DestinationTransfer_orderBy; - mumbai_Int8: ResolverTypeWrapper; - mumbai_OptimisticRootFinalized: ResolverTypeWrapper; - mumbai_OptimisticRootFinalized_filter: mumbai_OptimisticRootFinalized_filter; - mumbai_OptimisticRootFinalized_orderBy: mumbai_OptimisticRootFinalized_orderBy; - mumbai_OrderDirection: mumbai_OrderDirection; - mumbai_OriginMessage: ResolverTypeWrapper; - mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; - mumbai_OriginMessage_orderBy: mumbai_OriginMessage_orderBy; - mumbai_OriginTransfer: ResolverTypeWrapper; - mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; - mumbai_OriginTransfer_orderBy: mumbai_OriginTransfer_orderBy; - mumbai_Relayer: ResolverTypeWrapper; - mumbai_RelayerFee: ResolverTypeWrapper; - mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; - mumbai_RelayerFee_orderBy: mumbai_RelayerFee_orderBy; - mumbai_RelayerFeesIncrease: ResolverTypeWrapper; - mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; - mumbai_RelayerFeesIncrease_orderBy: mumbai_RelayerFeesIncrease_orderBy; - mumbai_Relayer_filter: mumbai_Relayer_filter; - mumbai_Relayer_orderBy: mumbai_Relayer_orderBy; - mumbai_RootCount: ResolverTypeWrapper; - mumbai_RootCount_filter: mumbai_RootCount_filter; - mumbai_RootCount_orderBy: mumbai_RootCount_orderBy; - mumbai_RootMessageSent: ResolverTypeWrapper; - mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; - mumbai_RootMessageSent_orderBy: mumbai_RootMessageSent_orderBy; - mumbai_Router: ResolverTypeWrapper; - mumbai_RouterDailyTVL: ResolverTypeWrapper; - mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; - mumbai_RouterDailyTVL_orderBy: mumbai_RouterDailyTVL_orderBy; - mumbai_RouterLiquidityEvent: ResolverTypeWrapper; - mumbai_RouterLiquidityEventType: mumbai_RouterLiquidityEventType; - mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; - mumbai_RouterLiquidityEvent_orderBy: mumbai_RouterLiquidityEvent_orderBy; - mumbai_Router_filter: mumbai_Router_filter; - mumbai_Router_orderBy: mumbai_Router_orderBy; - mumbai_Sequencer: ResolverTypeWrapper; - mumbai_Sequencer_filter: mumbai_Sequencer_filter; - mumbai_Sequencer_orderBy: mumbai_Sequencer_orderBy; - mumbai_Setting: ResolverTypeWrapper; - mumbai_Setting_filter: mumbai_Setting_filter; - mumbai_Setting_orderBy: mumbai_Setting_orderBy; - mumbai_SlippageUpdate: ResolverTypeWrapper; - mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; - mumbai_SlippageUpdate_orderBy: mumbai_SlippageUpdate_orderBy; - mumbai_SnapshotRoot: ResolverTypeWrapper; - mumbai_SnapshotRoot_filter: mumbai_SnapshotRoot_filter; - mumbai_SnapshotRoot_orderBy: mumbai_SnapshotRoot_orderBy; - mumbai_SpokeConnectorMode: ResolverTypeWrapper; - mumbai_SpokeConnectorMode_filter: mumbai_SpokeConnectorMode_filter; - mumbai_SpokeConnectorMode_orderBy: mumbai_SpokeConnectorMode_orderBy; - mumbai_TransferStatus: mumbai_TransferStatus; - mumbai__Block_: ResolverTypeWrapper; - mumbai__Meta_: ResolverTypeWrapper; - basegoerli_AggregateRoot: ResolverTypeWrapper; - basegoerli_AggregateRootProposed: ResolverTypeWrapper; - basegoerli_AggregateRootProposed_filter: basegoerli_AggregateRootProposed_filter; - basegoerli_AggregateRootProposed_orderBy: basegoerli_AggregateRootProposed_orderBy; - basegoerli_AggregateRoot_filter: basegoerli_AggregateRoot_filter; - basegoerli_AggregateRoot_orderBy: basegoerli_AggregateRoot_orderBy; - basegoerli_Aggregation_interval: basegoerli_Aggregation_interval; - basegoerli_Asset: ResolverTypeWrapper; - basegoerli_AssetBalance: ResolverTypeWrapper; - basegoerli_AssetBalance_filter: basegoerli_AssetBalance_filter; - basegoerli_AssetBalance_orderBy: basegoerli_AssetBalance_orderBy; - basegoerli_AssetStatus: ResolverTypeWrapper; - basegoerli_AssetStatus_filter: basegoerli_AssetStatus_filter; - basegoerli_AssetStatus_orderBy: basegoerli_AssetStatus_orderBy; - basegoerli_Asset_filter: basegoerli_Asset_filter; - basegoerli_Asset_orderBy: basegoerli_Asset_orderBy; - basegoerli_BigDecimal: ResolverTypeWrapper; - basegoerli_BlockChangedFilter: basegoerli_BlockChangedFilter; - basegoerli_Block_height: basegoerli_Block_height; - basegoerli_Bytes: ResolverTypeWrapper; - basegoerli_ConnectorMeta: ResolverTypeWrapper; - basegoerli_ConnectorMeta_filter: basegoerli_ConnectorMeta_filter; - basegoerli_ConnectorMeta_orderBy: basegoerli_ConnectorMeta_orderBy; - basegoerli_DestinationTransfer: ResolverTypeWrapper; - basegoerli_DestinationTransfer_filter: basegoerli_DestinationTransfer_filter; - basegoerli_DestinationTransfer_orderBy: basegoerli_DestinationTransfer_orderBy; - basegoerli_Int8: ResolverTypeWrapper; - basegoerli_OptimisticRootFinalized: ResolverTypeWrapper; - basegoerli_OptimisticRootFinalized_filter: basegoerli_OptimisticRootFinalized_filter; - basegoerli_OptimisticRootFinalized_orderBy: basegoerli_OptimisticRootFinalized_orderBy; - basegoerli_OrderDirection: basegoerli_OrderDirection; - basegoerli_OriginMessage: ResolverTypeWrapper; - basegoerli_OriginMessage_filter: basegoerli_OriginMessage_filter; - basegoerli_OriginMessage_orderBy: basegoerli_OriginMessage_orderBy; - basegoerli_OriginTransfer: ResolverTypeWrapper; - basegoerli_OriginTransfer_filter: basegoerli_OriginTransfer_filter; - basegoerli_OriginTransfer_orderBy: basegoerli_OriginTransfer_orderBy; - basegoerli_Relayer: ResolverTypeWrapper; - basegoerli_RelayerFee: ResolverTypeWrapper; - basegoerli_RelayerFee_filter: basegoerli_RelayerFee_filter; - basegoerli_RelayerFee_orderBy: basegoerli_RelayerFee_orderBy; - basegoerli_RelayerFeesIncrease: ResolverTypeWrapper; - basegoerli_RelayerFeesIncrease_filter: basegoerli_RelayerFeesIncrease_filter; - basegoerli_RelayerFeesIncrease_orderBy: basegoerli_RelayerFeesIncrease_orderBy; - basegoerli_Relayer_filter: basegoerli_Relayer_filter; - basegoerli_Relayer_orderBy: basegoerli_Relayer_orderBy; - basegoerli_RootCount: ResolverTypeWrapper; - basegoerli_RootCount_filter: basegoerli_RootCount_filter; - basegoerli_RootCount_orderBy: basegoerli_RootCount_orderBy; - basegoerli_RootMessageSent: ResolverTypeWrapper; - basegoerli_RootMessageSent_filter: basegoerli_RootMessageSent_filter; - basegoerli_RootMessageSent_orderBy: basegoerli_RootMessageSent_orderBy; - basegoerli_Router: ResolverTypeWrapper; - basegoerli_RouterDailyTVL: ResolverTypeWrapper; - basegoerli_RouterDailyTVL_filter: basegoerli_RouterDailyTVL_filter; - basegoerli_RouterDailyTVL_orderBy: basegoerli_RouterDailyTVL_orderBy; - basegoerli_RouterLiquidityEvent: ResolverTypeWrapper; - basegoerli_RouterLiquidityEventType: basegoerli_RouterLiquidityEventType; - basegoerli_RouterLiquidityEvent_filter: basegoerli_RouterLiquidityEvent_filter; - basegoerli_RouterLiquidityEvent_orderBy: basegoerli_RouterLiquidityEvent_orderBy; - basegoerli_Router_filter: basegoerli_Router_filter; - basegoerli_Router_orderBy: basegoerli_Router_orderBy; - basegoerli_Sequencer: ResolverTypeWrapper; - basegoerli_Sequencer_filter: basegoerli_Sequencer_filter; - basegoerli_Sequencer_orderBy: basegoerli_Sequencer_orderBy; - basegoerli_Setting: ResolverTypeWrapper; - basegoerli_Setting_filter: basegoerli_Setting_filter; - basegoerli_Setting_orderBy: basegoerli_Setting_orderBy; - basegoerli_SlippageUpdate: ResolverTypeWrapper; - basegoerli_SlippageUpdate_filter: basegoerli_SlippageUpdate_filter; - basegoerli_SlippageUpdate_orderBy: basegoerli_SlippageUpdate_orderBy; - basegoerli_SnapshotRoot: ResolverTypeWrapper; - basegoerli_SnapshotRoot_filter: basegoerli_SnapshotRoot_filter; - basegoerli_SnapshotRoot_orderBy: basegoerli_SnapshotRoot_orderBy; - basegoerli_SpokeConnectorMode: ResolverTypeWrapper; - basegoerli_SpokeConnectorMode_filter: basegoerli_SpokeConnectorMode_filter; - basegoerli_SpokeConnectorMode_orderBy: basegoerli_SpokeConnectorMode_orderBy; - basegoerli_TransferStatus: basegoerli_TransferStatus; - basegoerli__Block_: ResolverTypeWrapper; - basegoerli__Meta_: ResolverTypeWrapper; - stagingmumbai_AggregateRoot: ResolverTypeWrapper; - stagingmumbai_AggregateRootProposed: ResolverTypeWrapper; - stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; - stagingmumbai_AggregateRootProposed_orderBy: stagingmumbai_AggregateRootProposed_orderBy; - stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; - stagingmumbai_AggregateRoot_orderBy: stagingmumbai_AggregateRoot_orderBy; - stagingmumbai_Aggregation_interval: stagingmumbai_Aggregation_interval; - stagingmumbai_Asset: ResolverTypeWrapper; - stagingmumbai_AssetBalance: ResolverTypeWrapper; - stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; - stagingmumbai_AssetBalance_orderBy: stagingmumbai_AssetBalance_orderBy; - stagingmumbai_AssetStatus: ResolverTypeWrapper; - stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; - stagingmumbai_AssetStatus_orderBy: stagingmumbai_AssetStatus_orderBy; - stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; - stagingmumbai_Asset_orderBy: stagingmumbai_Asset_orderBy; - stagingmumbai_BigDecimal: ResolverTypeWrapper; - stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; - stagingmumbai_Block_height: stagingmumbai_Block_height; - stagingmumbai_Bytes: ResolverTypeWrapper; - stagingmumbai_ConnectorMeta: ResolverTypeWrapper; - stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; - stagingmumbai_ConnectorMeta_orderBy: stagingmumbai_ConnectorMeta_orderBy; - stagingmumbai_DestinationTransfer: ResolverTypeWrapper; - stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; - stagingmumbai_DestinationTransfer_orderBy: stagingmumbai_DestinationTransfer_orderBy; - stagingmumbai_Int8: ResolverTypeWrapper; - stagingmumbai_OptimisticRootFinalized: ResolverTypeWrapper; - stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; - stagingmumbai_OptimisticRootFinalized_orderBy: stagingmumbai_OptimisticRootFinalized_orderBy; - stagingmumbai_OrderDirection: stagingmumbai_OrderDirection; - stagingmumbai_OriginMessage: ResolverTypeWrapper; - stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; - stagingmumbai_OriginMessage_orderBy: stagingmumbai_OriginMessage_orderBy; - stagingmumbai_OriginTransfer: ResolverTypeWrapper; - stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; - stagingmumbai_OriginTransfer_orderBy: stagingmumbai_OriginTransfer_orderBy; - stagingmumbai_Relayer: ResolverTypeWrapper; - stagingmumbai_RelayerFee: ResolverTypeWrapper; - stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; - stagingmumbai_RelayerFee_orderBy: stagingmumbai_RelayerFee_orderBy; - stagingmumbai_RelayerFeesIncrease: ResolverTypeWrapper; - stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; - stagingmumbai_RelayerFeesIncrease_orderBy: stagingmumbai_RelayerFeesIncrease_orderBy; - stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; - stagingmumbai_Relayer_orderBy: stagingmumbai_Relayer_orderBy; - stagingmumbai_RootCount: ResolverTypeWrapper; - stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; - stagingmumbai_RootCount_orderBy: stagingmumbai_RootCount_orderBy; - stagingmumbai_RootMessageSent: ResolverTypeWrapper; - stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; - stagingmumbai_RootMessageSent_orderBy: stagingmumbai_RootMessageSent_orderBy; - stagingmumbai_Router: ResolverTypeWrapper; - stagingmumbai_RouterDailyTVL: ResolverTypeWrapper; - stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; - stagingmumbai_RouterDailyTVL_orderBy: stagingmumbai_RouterDailyTVL_orderBy; - stagingmumbai_RouterLiquidityEvent: ResolverTypeWrapper; - stagingmumbai_RouterLiquidityEventType: stagingmumbai_RouterLiquidityEventType; - stagingmumbai_RouterLiquidityEvent_filter: stagingmumbai_RouterLiquidityEvent_filter; - stagingmumbai_RouterLiquidityEvent_orderBy: stagingmumbai_RouterLiquidityEvent_orderBy; - stagingmumbai_Router_filter: stagingmumbai_Router_filter; - stagingmumbai_Router_orderBy: stagingmumbai_Router_orderBy; - stagingmumbai_Sequencer: ResolverTypeWrapper; - stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; - stagingmumbai_Sequencer_orderBy: stagingmumbai_Sequencer_orderBy; - stagingmumbai_Setting: ResolverTypeWrapper; - stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; - stagingmumbai_Setting_orderBy: stagingmumbai_Setting_orderBy; - stagingmumbai_SlippageUpdate: ResolverTypeWrapper; - stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; - stagingmumbai_SlippageUpdate_orderBy: stagingmumbai_SlippageUpdate_orderBy; - stagingmumbai_SnapshotRoot: ResolverTypeWrapper; - stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; - stagingmumbai_SnapshotRoot_orderBy: stagingmumbai_SnapshotRoot_orderBy; - stagingmumbai_SpokeConnectorMode: ResolverTypeWrapper; - stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; - stagingmumbai_SpokeConnectorMode_orderBy: stagingmumbai_SpokeConnectorMode_orderBy; - stagingmumbai_TransferStatus: stagingmumbai_TransferStatus; - stagingmumbai__Block_: ResolverTypeWrapper; - stagingmumbai__Meta_: ResolverTypeWrapper; - 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; - staginggoerli_AggregateRoot: ResolverTypeWrapper; - staginggoerli_AggregateRootProposed: ResolverTypeWrapper; - staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; - staginggoerli_AggregateRootProposed_orderBy: staginggoerli_AggregateRootProposed_orderBy; - staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; - staginggoerli_AggregateRoot_orderBy: staginggoerli_AggregateRoot_orderBy; - staginggoerli_Asset: ResolverTypeWrapper; - staginggoerli_AssetBalance: ResolverTypeWrapper; - staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; - staginggoerli_AssetBalance_orderBy: staginggoerli_AssetBalance_orderBy; - staginggoerli_AssetStatus: ResolverTypeWrapper; - staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; - staginggoerli_AssetStatus_orderBy: staginggoerli_AssetStatus_orderBy; - staginggoerli_Asset_filter: staginggoerli_Asset_filter; - staginggoerli_Asset_orderBy: staginggoerli_Asset_orderBy; - staginggoerli_ConnectorMeta: ResolverTypeWrapper; - staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; - staginggoerli_ConnectorMeta_orderBy: staginggoerli_ConnectorMeta_orderBy; - staginggoerli_DestinationTransfer: ResolverTypeWrapper; - staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; - staginggoerli_DestinationTransfer_orderBy: staginggoerli_DestinationTransfer_orderBy; - staginggoerli_OptimisticRootFinalized: ResolverTypeWrapper; - staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; - staginggoerli_OptimisticRootFinalized_orderBy: staginggoerli_OptimisticRootFinalized_orderBy; - staginggoerli_OriginMessage: ResolverTypeWrapper; - staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; - staginggoerli_OriginMessage_orderBy: staginggoerli_OriginMessage_orderBy; - staginggoerli_OriginTransfer: ResolverTypeWrapper; - staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; - staginggoerli_OriginTransfer_orderBy: staginggoerli_OriginTransfer_orderBy; - staginggoerli_Relayer: ResolverTypeWrapper; - staginggoerli_RelayerFee: ResolverTypeWrapper; - staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; - staginggoerli_RelayerFee_orderBy: staginggoerli_RelayerFee_orderBy; - staginggoerli_RelayerFeesIncrease: ResolverTypeWrapper; - staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; - staginggoerli_RelayerFeesIncrease_orderBy: staginggoerli_RelayerFeesIncrease_orderBy; - staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; - staginggoerli_Relayer_orderBy: staginggoerli_Relayer_orderBy; - staginggoerli_RootCount: ResolverTypeWrapper; - staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; - staginggoerli_RootCount_orderBy: staginggoerli_RootCount_orderBy; - staginggoerli_RootMessageSent: ResolverTypeWrapper; - staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; - staginggoerli_RootMessageSent_orderBy: staginggoerli_RootMessageSent_orderBy; - staginggoerli_Router: ResolverTypeWrapper; - staginggoerli_RouterDailyTVL: ResolverTypeWrapper; - staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; - staginggoerli_RouterDailyTVL_orderBy: staginggoerli_RouterDailyTVL_orderBy; - staginggoerli_RouterLiquidityEvent: ResolverTypeWrapper; - staginggoerli_RouterLiquidityEventType: staginggoerli_RouterLiquidityEventType; - staginggoerli_RouterLiquidityEvent_filter: staginggoerli_RouterLiquidityEvent_filter; - staginggoerli_RouterLiquidityEvent_orderBy: staginggoerli_RouterLiquidityEvent_orderBy; - staginggoerli_Router_filter: staginggoerli_Router_filter; - staginggoerli_Router_orderBy: staginggoerli_Router_orderBy; - staginggoerli_Sequencer: ResolverTypeWrapper; - staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; - staginggoerli_Sequencer_orderBy: staginggoerli_Sequencer_orderBy; - staginggoerli_Setting: ResolverTypeWrapper; - staginggoerli_Setting_filter: staginggoerli_Setting_filter; - staginggoerli_Setting_orderBy: staginggoerli_Setting_orderBy; - staginggoerli_SlippageUpdate: ResolverTypeWrapper; - staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; - staginggoerli_SlippageUpdate_orderBy: staginggoerli_SlippageUpdate_orderBy; - staginggoerli_SnapshotRoot: ResolverTypeWrapper; - staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; - staginggoerli_SnapshotRoot_orderBy: staginggoerli_SnapshotRoot_orderBy; - staginggoerli_SpokeConnectorMode: ResolverTypeWrapper; - staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; - staginggoerli_SpokeConnectorMode_orderBy: staginggoerli_SpokeConnectorMode_orderBy; - staginggoerli_TransferStatus: staginggoerli_TransferStatus; - 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; - 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; + 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; + xdai_swap_Aggregation_interval: xdai_swap_Aggregation_interval; + xdai_swap_BigDecimal: ResolverTypeWrapper; + xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; + xdai_swap_Block_height: xdai_swap_Block_height; + xdai_swap_Bytes: ResolverTypeWrapper; + xdai_swap_Int8: ResolverTypeWrapper; + xdai_swap_LpAccount: ResolverTypeWrapper; + xdai_swap_LpAccountBalance: ResolverTypeWrapper; + xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; + xdai_swap_LpAccountBalance_orderBy: xdai_swap_LpAccountBalance_orderBy; + xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; + xdai_swap_LpAccount_orderBy: xdai_swap_LpAccount_orderBy; + xdai_swap_LpToken: ResolverTypeWrapper; + xdai_swap_LpTokenEvent: ResolversTypes['xdai_swap_LpTransferEvent']; + xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; + xdai_swap_LpTokenEvent_orderBy: xdai_swap_LpTokenEvent_orderBy; + xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; + xdai_swap_LpToken_orderBy: xdai_swap_LpToken_orderBy; + xdai_swap_LpTransferEvent: ResolverTypeWrapper; + xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; + xdai_swap_LpTransferEvent_orderBy: xdai_swap_LpTransferEvent_orderBy; + xdai_swap_OrderDirection: xdai_swap_OrderDirection; + xdai_swap_PooledToken: ResolverTypeWrapper; + xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; + xdai_swap_PooledToken_orderBy: xdai_swap_PooledToken_orderBy; + xdai_swap_StableSwap: ResolverTypeWrapper; + xdai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; + xdai_swap_StableSwapAddLiquidityEvent_orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy; + xdai_swap_StableSwapEvent: ResolversTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; + xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; + xdai_swap_StableSwapEvent_orderBy: xdai_swap_StableSwapEvent_orderBy; + xdai_swap_StableSwapExchange: ResolverTypeWrapper; + xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; + xdai_swap_StableSwapExchange_orderBy: xdai_swap_StableSwapExchange_orderBy; + xdai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; + xdai_swap_StableSwapRemoveLiquidityEvent_orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy; + xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; + xdai_swap_StableSwap_orderBy: xdai_swap_StableSwap_orderBy; + xdai_swap_SwapDailyVolume: ResolverTypeWrapper; + xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; + xdai_swap_SwapDailyVolume_orderBy: xdai_swap_SwapDailyVolume_orderBy; + xdai_swap_SwapHourlyVolume: ResolverTypeWrapper; + xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; + xdai_swap_SwapHourlyVolume_orderBy: xdai_swap_SwapHourlyVolume_orderBy; + xdai_swap_SwapTradeVolume: ResolversTypes['xdai_swap_SwapDailyVolume'] | ResolversTypes['xdai_swap_SwapHourlyVolume'] | ResolversTypes['xdai_swap_SwapWeeklyVolume']; + xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; + xdai_swap_SwapTradeVolume_orderBy: xdai_swap_SwapTradeVolume_orderBy; + xdai_swap_SwapWeeklyVolume: ResolverTypeWrapper; + xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; + xdai_swap_SwapWeeklyVolume_orderBy: xdai_swap_SwapWeeklyVolume_orderBy; + xdai_swap_SystemInfo: ResolverTypeWrapper; + xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; + xdai_swap_SystemInfo_orderBy: xdai_swap_SystemInfo_orderBy; + xdai_swap__Block_: ResolverTypeWrapper; + xdai_swap__Meta_: ResolverTypeWrapper; + 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; + arbitrumone_swap_Aggregation_interval: arbitrumone_swap_Aggregation_interval; + arbitrumone_swap_BigDecimal: ResolverTypeWrapper; + arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; + arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; + arbitrumone_swap_Bytes: ResolverTypeWrapper; + arbitrumone_swap_Int8: ResolverTypeWrapper; + arbitrumone_swap_LpAccount: ResolverTypeWrapper; + arbitrumone_swap_LpAccountBalance: ResolverTypeWrapper; + arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; + arbitrumone_swap_LpAccountBalance_orderBy: arbitrumone_swap_LpAccountBalance_orderBy; + arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; + arbitrumone_swap_LpAccount_orderBy: arbitrumone_swap_LpAccount_orderBy; + arbitrumone_swap_LpToken: ResolverTypeWrapper; + arbitrumone_swap_LpTokenEvent: ResolversTypes['arbitrumone_swap_LpTransferEvent']; + arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; + arbitrumone_swap_LpTokenEvent_orderBy: arbitrumone_swap_LpTokenEvent_orderBy; + arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; + arbitrumone_swap_LpToken_orderBy: arbitrumone_swap_LpToken_orderBy; + arbitrumone_swap_LpTransferEvent: ResolverTypeWrapper; + arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; + arbitrumone_swap_LpTransferEvent_orderBy: arbitrumone_swap_LpTransferEvent_orderBy; + arbitrumone_swap_OrderDirection: arbitrumone_swap_OrderDirection; + arbitrumone_swap_PooledToken: ResolverTypeWrapper; + arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; + arbitrumone_swap_PooledToken_orderBy: arbitrumone_swap_PooledToken_orderBy; + arbitrumone_swap_StableSwap: ResolverTypeWrapper; + arbitrumone_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; + arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy; + arbitrumone_swap_StableSwapEvent: ResolversTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; + arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; + arbitrumone_swap_StableSwapEvent_orderBy: arbitrumone_swap_StableSwapEvent_orderBy; + arbitrumone_swap_StableSwapExchange: ResolverTypeWrapper; + arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; + arbitrumone_swap_StableSwapExchange_orderBy: arbitrumone_swap_StableSwapExchange_orderBy; + arbitrumone_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy; + arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; + arbitrumone_swap_StableSwap_orderBy: arbitrumone_swap_StableSwap_orderBy; + arbitrumone_swap_SwapDailyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; + arbitrumone_swap_SwapDailyVolume_orderBy: arbitrumone_swap_SwapDailyVolume_orderBy; + arbitrumone_swap_SwapHourlyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; + arbitrumone_swap_SwapHourlyVolume_orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy; + arbitrumone_swap_SwapTradeVolume: ResolversTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumone_swap_SwapWeeklyVolume']; + arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; + arbitrumone_swap_SwapTradeVolume_orderBy: arbitrumone_swap_SwapTradeVolume_orderBy; + arbitrumone_swap_SwapWeeklyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; + arbitrumone_swap_SwapWeeklyVolume_orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy; + arbitrumone_swap_SystemInfo: ResolverTypeWrapper; + arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; + arbitrumone_swap_SystemInfo_orderBy: arbitrumone_swap_SystemInfo_orderBy; + arbitrumone_swap__Block_: ResolverTypeWrapper; + arbitrumone_swap__Meta_: ResolverTypeWrapper; 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; @@ -215082,9904 +214617,9199 @@ export type ResolversTypes = ResolversObject<{ mainnet_ZkSyncConnectorMeta_orderBy: mainnet_ZkSyncConnectorMeta_orderBy; mainnet__Block_: ResolverTypeWrapper; mainnet__Meta_: ResolverTypeWrapper; - testgoerli_Aggregation_interval: testgoerli_Aggregation_interval; - testgoerli_Asset: ResolverTypeWrapper; - testgoerli_AssetBalance: ResolverTypeWrapper; - testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; - testgoerli_AssetBalance_orderBy: testgoerli_AssetBalance_orderBy; - testgoerli_Asset_filter: testgoerli_Asset_filter; - testgoerli_Asset_orderBy: testgoerli_Asset_orderBy; - testgoerli_BigDecimal: ResolverTypeWrapper; - testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; - testgoerli_Block_height: testgoerli_Block_height; - testgoerli_Bytes: ResolverTypeWrapper; - testgoerli_DestinationTransfer: ResolverTypeWrapper; - testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; - testgoerli_DestinationTransfer_orderBy: testgoerli_DestinationTransfer_orderBy; - testgoerli_Int8: ResolverTypeWrapper; - testgoerli_OrderDirection: testgoerli_OrderDirection; - testgoerli_OriginTransfer: ResolverTypeWrapper; - testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; - testgoerli_OriginTransfer_orderBy: testgoerli_OriginTransfer_orderBy; - testgoerli_Relayer: ResolverTypeWrapper; - testgoerli_Relayer_filter: testgoerli_Relayer_filter; - testgoerli_Relayer_orderBy: testgoerli_Relayer_orderBy; - testgoerli_Router: ResolverTypeWrapper; - testgoerli_Router_filter: testgoerli_Router_filter; - testgoerli_Router_orderBy: testgoerli_Router_orderBy; - testgoerli_Setting: ResolverTypeWrapper; - testgoerli_Setting_filter: testgoerli_Setting_filter; - testgoerli_Setting_orderBy: testgoerli_Setting_orderBy; - testgoerli_SponsorVault: ResolverTypeWrapper; - testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; - testgoerli_SponsorVault_orderBy: testgoerli_SponsorVault_orderBy; - testgoerli_StableSwap: ResolverTypeWrapper; - testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; - testgoerli_StableSwap_orderBy: testgoerli_StableSwap_orderBy; - testgoerli_TransferStatus: testgoerli_TransferStatus; - testgoerli__Block_: ResolverTypeWrapper; - testgoerli__Meta_: ResolverTypeWrapper; - 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; - base_AggregateRoot: ResolverTypeWrapper; - base_AggregateRootProposed: ResolverTypeWrapper; - base_AggregateRootProposed_filter: base_AggregateRootProposed_filter; - base_AggregateRootProposed_orderBy: base_AggregateRootProposed_orderBy; - base_AggregateRoot_filter: base_AggregateRoot_filter; - base_AggregateRoot_orderBy: base_AggregateRoot_orderBy; - base_Asset: ResolverTypeWrapper; - base_AssetBalance: ResolverTypeWrapper; - base_AssetBalance_filter: base_AssetBalance_filter; - base_AssetBalance_orderBy: base_AssetBalance_orderBy; - base_AssetStatus: ResolverTypeWrapper; - base_AssetStatus_filter: base_AssetStatus_filter; - base_AssetStatus_orderBy: base_AssetStatus_orderBy; - base_Asset_filter: base_Asset_filter; - base_Asset_orderBy: base_Asset_orderBy; - base_BigDecimal: ResolverTypeWrapper; - base_BlockChangedFilter: base_BlockChangedFilter; - base_Block_height: base_Block_height; - base_Bytes: ResolverTypeWrapper; - base_ConnectorMeta: ResolverTypeWrapper; - base_ConnectorMeta_filter: base_ConnectorMeta_filter; - base_ConnectorMeta_orderBy: base_ConnectorMeta_orderBy; - base_DestinationTransfer: ResolverTypeWrapper; - base_DestinationTransfer_filter: base_DestinationTransfer_filter; - base_DestinationTransfer_orderBy: base_DestinationTransfer_orderBy; - base_Int8: ResolverTypeWrapper; - base_OptimisticRootFinalized: ResolverTypeWrapper; - base_OptimisticRootFinalized_filter: base_OptimisticRootFinalized_filter; - base_OptimisticRootFinalized_orderBy: base_OptimisticRootFinalized_orderBy; - base_OrderDirection: base_OrderDirection; - base_OriginMessage: ResolverTypeWrapper; - base_OriginMessage_filter: base_OriginMessage_filter; - base_OriginMessage_orderBy: base_OriginMessage_orderBy; - base_OriginTransfer: ResolverTypeWrapper; - base_OriginTransfer_filter: base_OriginTransfer_filter; - base_OriginTransfer_orderBy: base_OriginTransfer_orderBy; - base_Relayer: ResolverTypeWrapper; - base_RelayerFee: ResolverTypeWrapper; - base_RelayerFee_filter: base_RelayerFee_filter; - base_RelayerFee_orderBy: base_RelayerFee_orderBy; - base_RelayerFeesIncrease: ResolverTypeWrapper; - base_RelayerFeesIncrease_filter: base_RelayerFeesIncrease_filter; - base_RelayerFeesIncrease_orderBy: base_RelayerFeesIncrease_orderBy; - base_Relayer_filter: base_Relayer_filter; - base_Relayer_orderBy: base_Relayer_orderBy; - base_RootCount: ResolverTypeWrapper; - base_RootCount_filter: base_RootCount_filter; - base_RootCount_orderBy: base_RootCount_orderBy; - base_RootMessageSent: ResolverTypeWrapper; - base_RootMessageSent_filter: base_RootMessageSent_filter; - base_RootMessageSent_orderBy: base_RootMessageSent_orderBy; - base_Router: ResolverTypeWrapper; - base_RouterDailyTVL: ResolverTypeWrapper; - base_RouterDailyTVL_filter: base_RouterDailyTVL_filter; - base_RouterDailyTVL_orderBy: base_RouterDailyTVL_orderBy; - base_RouterLiquidityEvent: ResolverTypeWrapper; - base_RouterLiquidityEventType: base_RouterLiquidityEventType; - base_RouterLiquidityEvent_filter: base_RouterLiquidityEvent_filter; - base_RouterLiquidityEvent_orderBy: base_RouterLiquidityEvent_orderBy; - base_Router_filter: base_Router_filter; - base_Router_orderBy: base_Router_orderBy; - base_Sequencer: ResolverTypeWrapper; - base_Sequencer_filter: base_Sequencer_filter; - base_Sequencer_orderBy: base_Sequencer_orderBy; - base_Setting: ResolverTypeWrapper; - base_Setting_filter: base_Setting_filter; - base_Setting_orderBy: base_Setting_orderBy; - base_SlippageUpdate: ResolverTypeWrapper; - base_SlippageUpdate_filter: base_SlippageUpdate_filter; - base_SlippageUpdate_orderBy: base_SlippageUpdate_orderBy; - base_SnapshotRoot: ResolverTypeWrapper; - base_SnapshotRoot_filter: base_SnapshotRoot_filter; - base_SnapshotRoot_orderBy: base_SnapshotRoot_orderBy; - base_SpokeConnectorMode: ResolverTypeWrapper; - base_SpokeConnectorMode_filter: base_SpokeConnectorMode_filter; - base_SpokeConnectorMode_orderBy: base_SpokeConnectorMode_orderBy; - base_TransferStatus: base_TransferStatus; - base__Block_: ResolverTypeWrapper; - base__Meta_: ResolverTypeWrapper; - polygonzkevm_swap_AggregateRoot: ResolverTypeWrapper; - polygonzkevm_swap_AggregateRootProposed: ResolverTypeWrapper; - polygonzkevm_swap_AggregateRootProposed_filter: polygonzkevm_swap_AggregateRootProposed_filter; - polygonzkevm_swap_AggregateRootProposed_orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy; - polygonzkevm_swap_AggregateRoot_filter: polygonzkevm_swap_AggregateRoot_filter; - polygonzkevm_swap_AggregateRoot_orderBy: polygonzkevm_swap_AggregateRoot_orderBy; - polygonzkevm_swap_Asset: ResolverTypeWrapper; - polygonzkevm_swap_AssetBalance: ResolverTypeWrapper; - polygonzkevm_swap_AssetBalance_filter: polygonzkevm_swap_AssetBalance_filter; - polygonzkevm_swap_AssetBalance_orderBy: polygonzkevm_swap_AssetBalance_orderBy; - polygonzkevm_swap_AssetStatus: ResolverTypeWrapper; - polygonzkevm_swap_AssetStatus_filter: polygonzkevm_swap_AssetStatus_filter; - polygonzkevm_swap_AssetStatus_orderBy: polygonzkevm_swap_AssetStatus_orderBy; - polygonzkevm_swap_Asset_filter: polygonzkevm_swap_Asset_filter; - polygonzkevm_swap_Asset_orderBy: polygonzkevm_swap_Asset_orderBy; - polygonzkevm_swap_BigDecimal: ResolverTypeWrapper; - polygonzkevm_swap_BlockChangedFilter: polygonzkevm_swap_BlockChangedFilter; - polygonzkevm_swap_Block_height: polygonzkevm_swap_Block_height; - polygonzkevm_swap_Bytes: ResolverTypeWrapper; - polygonzkevm_swap_ConnectorMeta: ResolverTypeWrapper; - polygonzkevm_swap_ConnectorMeta_filter: polygonzkevm_swap_ConnectorMeta_filter; - polygonzkevm_swap_ConnectorMeta_orderBy: polygonzkevm_swap_ConnectorMeta_orderBy; - polygonzkevm_swap_DestinationTransfer: ResolverTypeWrapper; - polygonzkevm_swap_DestinationTransfer_filter: polygonzkevm_swap_DestinationTransfer_filter; - polygonzkevm_swap_DestinationTransfer_orderBy: polygonzkevm_swap_DestinationTransfer_orderBy; - polygonzkevm_swap_Int8: ResolverTypeWrapper; - polygonzkevm_swap_OptimisticRootFinalized: ResolverTypeWrapper; - polygonzkevm_swap_OptimisticRootFinalized_filter: polygonzkevm_swap_OptimisticRootFinalized_filter; - polygonzkevm_swap_OptimisticRootFinalized_orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy; - polygonzkevm_swap_OrderDirection: polygonzkevm_swap_OrderDirection; - polygonzkevm_swap_OriginMessage: ResolverTypeWrapper; - polygonzkevm_swap_OriginMessage_filter: polygonzkevm_swap_OriginMessage_filter; - polygonzkevm_swap_OriginMessage_orderBy: polygonzkevm_swap_OriginMessage_orderBy; - polygonzkevm_swap_OriginTransfer: ResolverTypeWrapper; - polygonzkevm_swap_OriginTransfer_filter: polygonzkevm_swap_OriginTransfer_filter; - polygonzkevm_swap_OriginTransfer_orderBy: polygonzkevm_swap_OriginTransfer_orderBy; - polygonzkevm_swap_Relayer: ResolverTypeWrapper; - polygonzkevm_swap_RelayerFee: ResolverTypeWrapper; - polygonzkevm_swap_RelayerFee_filter: polygonzkevm_swap_RelayerFee_filter; - polygonzkevm_swap_RelayerFee_orderBy: polygonzkevm_swap_RelayerFee_orderBy; - polygonzkevm_swap_RelayerFeesIncrease: ResolverTypeWrapper; - polygonzkevm_swap_RelayerFeesIncrease_filter: polygonzkevm_swap_RelayerFeesIncrease_filter; - polygonzkevm_swap_RelayerFeesIncrease_orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy; - polygonzkevm_swap_Relayer_filter: polygonzkevm_swap_Relayer_filter; - polygonzkevm_swap_Relayer_orderBy: polygonzkevm_swap_Relayer_orderBy; - polygonzkevm_swap_RootCount: ResolverTypeWrapper; - polygonzkevm_swap_RootCount_filter: polygonzkevm_swap_RootCount_filter; - polygonzkevm_swap_RootCount_orderBy: polygonzkevm_swap_RootCount_orderBy; - polygonzkevm_swap_RootMessageSent: ResolverTypeWrapper; - polygonzkevm_swap_RootMessageSent_filter: polygonzkevm_swap_RootMessageSent_filter; - polygonzkevm_swap_RootMessageSent_orderBy: polygonzkevm_swap_RootMessageSent_orderBy; - polygonzkevm_swap_Router: ResolverTypeWrapper; - polygonzkevm_swap_RouterDailyTVL: ResolverTypeWrapper; - polygonzkevm_swap_RouterDailyTVL_filter: polygonzkevm_swap_RouterDailyTVL_filter; - polygonzkevm_swap_RouterDailyTVL_orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy; - polygonzkevm_swap_RouterLiquidityEvent: ResolverTypeWrapper; - polygonzkevm_swap_RouterLiquidityEventType: polygonzkevm_swap_RouterLiquidityEventType; - polygonzkevm_swap_RouterLiquidityEvent_filter: polygonzkevm_swap_RouterLiquidityEvent_filter; - polygonzkevm_swap_RouterLiquidityEvent_orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy; - polygonzkevm_swap_Router_filter: polygonzkevm_swap_Router_filter; - polygonzkevm_swap_Router_orderBy: polygonzkevm_swap_Router_orderBy; - polygonzkevm_swap_Sequencer: ResolverTypeWrapper; - polygonzkevm_swap_Sequencer_filter: polygonzkevm_swap_Sequencer_filter; - polygonzkevm_swap_Sequencer_orderBy: polygonzkevm_swap_Sequencer_orderBy; - polygonzkevm_swap_Setting: ResolverTypeWrapper; - polygonzkevm_swap_Setting_filter: polygonzkevm_swap_Setting_filter; - polygonzkevm_swap_Setting_orderBy: polygonzkevm_swap_Setting_orderBy; - polygonzkevm_swap_SlippageUpdate: ResolverTypeWrapper; - polygonzkevm_swap_SlippageUpdate_filter: polygonzkevm_swap_SlippageUpdate_filter; - polygonzkevm_swap_SlippageUpdate_orderBy: polygonzkevm_swap_SlippageUpdate_orderBy; - polygonzkevm_swap_SnapshotRoot: ResolverTypeWrapper; - polygonzkevm_swap_SnapshotRoot_filter: polygonzkevm_swap_SnapshotRoot_filter; - polygonzkevm_swap_SnapshotRoot_orderBy: polygonzkevm_swap_SnapshotRoot_orderBy; - polygonzkevm_swap_SpokeConnectorMode: ResolverTypeWrapper; - polygonzkevm_swap_SpokeConnectorMode_filter: polygonzkevm_swap_SpokeConnectorMode_filter; - polygonzkevm_swap_SpokeConnectorMode_orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy; - polygonzkevm_swap_TransferStatus: polygonzkevm_swap_TransferStatus; - polygonzkevm_swap__Block_: ResolverTypeWrapper; - polygonzkevm_swap__Meta_: ResolverTypeWrapper; - stagingmainnet_AggregateRoot: ResolverTypeWrapper; - stagingmainnet_AggregateRootProposed: ResolverTypeWrapper; - stagingmainnet_AggregateRootProposed_filter: stagingmainnet_AggregateRootProposed_filter; - stagingmainnet_AggregateRootProposed_orderBy: stagingmainnet_AggregateRootProposed_orderBy; - stagingmainnet_AggregateRoot_filter: stagingmainnet_AggregateRoot_filter; - stagingmainnet_AggregateRoot_orderBy: stagingmainnet_AggregateRoot_orderBy; - stagingmainnet_Aggregation_interval: stagingmainnet_Aggregation_interval; - stagingmainnet_Asset: ResolverTypeWrapper; - stagingmainnet_AssetBalance: ResolverTypeWrapper; - stagingmainnet_AssetBalance_filter: stagingmainnet_AssetBalance_filter; - stagingmainnet_AssetBalance_orderBy: stagingmainnet_AssetBalance_orderBy; - stagingmainnet_AssetStatus: ResolverTypeWrapper; - stagingmainnet_AssetStatus_filter: stagingmainnet_AssetStatus_filter; - stagingmainnet_AssetStatus_orderBy: stagingmainnet_AssetStatus_orderBy; - stagingmainnet_Asset_filter: stagingmainnet_Asset_filter; - stagingmainnet_Asset_orderBy: stagingmainnet_Asset_orderBy; - stagingmainnet_BigDecimal: ResolverTypeWrapper; - stagingmainnet_BlockChangedFilter: stagingmainnet_BlockChangedFilter; - stagingmainnet_Block_height: stagingmainnet_Block_height; - stagingmainnet_Bytes: ResolverTypeWrapper; - stagingmainnet_ConnectorMeta: ResolverTypeWrapper; - stagingmainnet_ConnectorMeta_filter: stagingmainnet_ConnectorMeta_filter; - stagingmainnet_ConnectorMeta_orderBy: stagingmainnet_ConnectorMeta_orderBy; - stagingmainnet_DestinationTransfer: ResolverTypeWrapper; - stagingmainnet_DestinationTransfer_filter: stagingmainnet_DestinationTransfer_filter; - stagingmainnet_DestinationTransfer_orderBy: stagingmainnet_DestinationTransfer_orderBy; - stagingmainnet_Int8: ResolverTypeWrapper; - stagingmainnet_OptimisticRootFinalized: ResolverTypeWrapper; - stagingmainnet_OptimisticRootFinalized_filter: stagingmainnet_OptimisticRootFinalized_filter; - stagingmainnet_OptimisticRootFinalized_orderBy: stagingmainnet_OptimisticRootFinalized_orderBy; - stagingmainnet_OrderDirection: stagingmainnet_OrderDirection; - stagingmainnet_OriginMessage: ResolverTypeWrapper; - stagingmainnet_OriginMessage_filter: stagingmainnet_OriginMessage_filter; - stagingmainnet_OriginMessage_orderBy: stagingmainnet_OriginMessage_orderBy; - stagingmainnet_OriginTransfer: ResolverTypeWrapper; - stagingmainnet_OriginTransfer_filter: stagingmainnet_OriginTransfer_filter; - stagingmainnet_OriginTransfer_orderBy: stagingmainnet_OriginTransfer_orderBy; - stagingmainnet_Relayer: ResolverTypeWrapper; - stagingmainnet_RelayerFee: ResolverTypeWrapper; - stagingmainnet_RelayerFee_filter: stagingmainnet_RelayerFee_filter; - stagingmainnet_RelayerFee_orderBy: stagingmainnet_RelayerFee_orderBy; - stagingmainnet_RelayerFeesIncrease: ResolverTypeWrapper; - stagingmainnet_RelayerFeesIncrease_filter: stagingmainnet_RelayerFeesIncrease_filter; - stagingmainnet_RelayerFeesIncrease_orderBy: stagingmainnet_RelayerFeesIncrease_orderBy; - stagingmainnet_Relayer_filter: stagingmainnet_Relayer_filter; - stagingmainnet_Relayer_orderBy: stagingmainnet_Relayer_orderBy; - stagingmainnet_RootCount: ResolverTypeWrapper; - stagingmainnet_RootCount_filter: stagingmainnet_RootCount_filter; - stagingmainnet_RootCount_orderBy: stagingmainnet_RootCount_orderBy; - stagingmainnet_RootMessageSent: ResolverTypeWrapper; - stagingmainnet_RootMessageSent_filter: stagingmainnet_RootMessageSent_filter; - stagingmainnet_RootMessageSent_orderBy: stagingmainnet_RootMessageSent_orderBy; - stagingmainnet_Router: ResolverTypeWrapper; - stagingmainnet_RouterDailyTVL: ResolverTypeWrapper; - stagingmainnet_RouterDailyTVL_filter: stagingmainnet_RouterDailyTVL_filter; - stagingmainnet_RouterDailyTVL_orderBy: stagingmainnet_RouterDailyTVL_orderBy; - stagingmainnet_RouterLiquidityEvent: ResolverTypeWrapper; - stagingmainnet_RouterLiquidityEventType: stagingmainnet_RouterLiquidityEventType; - stagingmainnet_RouterLiquidityEvent_filter: stagingmainnet_RouterLiquidityEvent_filter; - stagingmainnet_RouterLiquidityEvent_orderBy: stagingmainnet_RouterLiquidityEvent_orderBy; - stagingmainnet_Router_filter: stagingmainnet_Router_filter; - stagingmainnet_Router_orderBy: stagingmainnet_Router_orderBy; - stagingmainnet_Sequencer: ResolverTypeWrapper; - stagingmainnet_Sequencer_filter: stagingmainnet_Sequencer_filter; - stagingmainnet_Sequencer_orderBy: stagingmainnet_Sequencer_orderBy; - stagingmainnet_Setting: ResolverTypeWrapper; - stagingmainnet_Setting_filter: stagingmainnet_Setting_filter; - stagingmainnet_Setting_orderBy: stagingmainnet_Setting_orderBy; - stagingmainnet_SlippageUpdate: ResolverTypeWrapper; - stagingmainnet_SlippageUpdate_filter: stagingmainnet_SlippageUpdate_filter; - stagingmainnet_SlippageUpdate_orderBy: stagingmainnet_SlippageUpdate_orderBy; - stagingmainnet_SnapshotRoot: ResolverTypeWrapper; - stagingmainnet_SnapshotRoot_filter: stagingmainnet_SnapshotRoot_filter; - stagingmainnet_SnapshotRoot_orderBy: stagingmainnet_SnapshotRoot_orderBy; - stagingmainnet_SpokeConnectorMode: ResolverTypeWrapper; - stagingmainnet_SpokeConnectorMode_filter: stagingmainnet_SpokeConnectorMode_filter; - stagingmainnet_SpokeConnectorMode_orderBy: stagingmainnet_SpokeConnectorMode_orderBy; - stagingmainnet_TransferStatus: stagingmainnet_TransferStatus; - stagingmainnet__Block_: ResolverTypeWrapper; - stagingmainnet__Meta_: ResolverTypeWrapper; - stagingbnb_AggregateRoot: ResolverTypeWrapper; - stagingbnb_AggregateRootProposed: ResolverTypeWrapper; - stagingbnb_AggregateRootProposed_filter: stagingbnb_AggregateRootProposed_filter; - stagingbnb_AggregateRootProposed_orderBy: stagingbnb_AggregateRootProposed_orderBy; - stagingbnb_AggregateRoot_filter: stagingbnb_AggregateRoot_filter; - stagingbnb_AggregateRoot_orderBy: stagingbnb_AggregateRoot_orderBy; - stagingbnb_Aggregation_interval: stagingbnb_Aggregation_interval; - stagingbnb_Asset: ResolverTypeWrapper; - stagingbnb_AssetBalance: ResolverTypeWrapper; - stagingbnb_AssetBalance_filter: stagingbnb_AssetBalance_filter; - stagingbnb_AssetBalance_orderBy: stagingbnb_AssetBalance_orderBy; - stagingbnb_AssetStatus: ResolverTypeWrapper; - stagingbnb_AssetStatus_filter: stagingbnb_AssetStatus_filter; - stagingbnb_AssetStatus_orderBy: stagingbnb_AssetStatus_orderBy; - stagingbnb_Asset_filter: stagingbnb_Asset_filter; - stagingbnb_Asset_orderBy: stagingbnb_Asset_orderBy; - stagingbnb_BigDecimal: ResolverTypeWrapper; - stagingbnb_BlockChangedFilter: stagingbnb_BlockChangedFilter; - stagingbnb_Block_height: stagingbnb_Block_height; - stagingbnb_Bytes: ResolverTypeWrapper; - stagingbnb_ConnectorMeta: ResolverTypeWrapper; - stagingbnb_ConnectorMeta_filter: stagingbnb_ConnectorMeta_filter; - stagingbnb_ConnectorMeta_orderBy: stagingbnb_ConnectorMeta_orderBy; - stagingbnb_DestinationTransfer: ResolverTypeWrapper; - stagingbnb_DestinationTransfer_filter: stagingbnb_DestinationTransfer_filter; - stagingbnb_DestinationTransfer_orderBy: stagingbnb_DestinationTransfer_orderBy; - stagingbnb_Int8: ResolverTypeWrapper; - stagingbnb_OptimisticRootFinalized: ResolverTypeWrapper; - stagingbnb_OptimisticRootFinalized_filter: stagingbnb_OptimisticRootFinalized_filter; - stagingbnb_OptimisticRootFinalized_orderBy: stagingbnb_OptimisticRootFinalized_orderBy; - stagingbnb_OrderDirection: stagingbnb_OrderDirection; - stagingbnb_OriginMessage: ResolverTypeWrapper; - stagingbnb_OriginMessage_filter: stagingbnb_OriginMessage_filter; - stagingbnb_OriginMessage_orderBy: stagingbnb_OriginMessage_orderBy; - stagingbnb_OriginTransfer: ResolverTypeWrapper; - stagingbnb_OriginTransfer_filter: stagingbnb_OriginTransfer_filter; - stagingbnb_OriginTransfer_orderBy: stagingbnb_OriginTransfer_orderBy; - stagingbnb_Relayer: ResolverTypeWrapper; - stagingbnb_RelayerFee: ResolverTypeWrapper; - stagingbnb_RelayerFee_filter: stagingbnb_RelayerFee_filter; - stagingbnb_RelayerFee_orderBy: stagingbnb_RelayerFee_orderBy; - stagingbnb_RelayerFeesIncrease: ResolverTypeWrapper; - stagingbnb_RelayerFeesIncrease_filter: stagingbnb_RelayerFeesIncrease_filter; - stagingbnb_RelayerFeesIncrease_orderBy: stagingbnb_RelayerFeesIncrease_orderBy; - stagingbnb_Relayer_filter: stagingbnb_Relayer_filter; - stagingbnb_Relayer_orderBy: stagingbnb_Relayer_orderBy; - stagingbnb_RootCount: ResolverTypeWrapper; - stagingbnb_RootCount_filter: stagingbnb_RootCount_filter; - stagingbnb_RootCount_orderBy: stagingbnb_RootCount_orderBy; - stagingbnb_RootMessageSent: ResolverTypeWrapper; - stagingbnb_RootMessageSent_filter: stagingbnb_RootMessageSent_filter; - stagingbnb_RootMessageSent_orderBy: stagingbnb_RootMessageSent_orderBy; - stagingbnb_Router: ResolverTypeWrapper; - stagingbnb_RouterDailyTVL: ResolverTypeWrapper; - stagingbnb_RouterDailyTVL_filter: stagingbnb_RouterDailyTVL_filter; - stagingbnb_RouterDailyTVL_orderBy: stagingbnb_RouterDailyTVL_orderBy; - stagingbnb_RouterLiquidityEvent: ResolverTypeWrapper; - stagingbnb_RouterLiquidityEventType: stagingbnb_RouterLiquidityEventType; - stagingbnb_RouterLiquidityEvent_filter: stagingbnb_RouterLiquidityEvent_filter; - stagingbnb_RouterLiquidityEvent_orderBy: stagingbnb_RouterLiquidityEvent_orderBy; - stagingbnb_Router_filter: stagingbnb_Router_filter; - stagingbnb_Router_orderBy: stagingbnb_Router_orderBy; - stagingbnb_Sequencer: ResolverTypeWrapper; - stagingbnb_Sequencer_filter: stagingbnb_Sequencer_filter; - stagingbnb_Sequencer_orderBy: stagingbnb_Sequencer_orderBy; - stagingbnb_Setting: ResolverTypeWrapper; - stagingbnb_Setting_filter: stagingbnb_Setting_filter; - stagingbnb_Setting_orderBy: stagingbnb_Setting_orderBy; - stagingbnb_SlippageUpdate: ResolverTypeWrapper; - stagingbnb_SlippageUpdate_filter: stagingbnb_SlippageUpdate_filter; - stagingbnb_SlippageUpdate_orderBy: stagingbnb_SlippageUpdate_orderBy; - stagingbnb_SnapshotRoot: ResolverTypeWrapper; - stagingbnb_SnapshotRoot_filter: stagingbnb_SnapshotRoot_filter; - stagingbnb_SnapshotRoot_orderBy: stagingbnb_SnapshotRoot_orderBy; - stagingbnb_SpokeConnectorMode: ResolverTypeWrapper; - stagingbnb_SpokeConnectorMode_filter: stagingbnb_SpokeConnectorMode_filter; - stagingbnb_SpokeConnectorMode_orderBy: stagingbnb_SpokeConnectorMode_orderBy; - stagingbnb_TransferStatus: stagingbnb_TransferStatus; - stagingbnb__Block_: ResolverTypeWrapper; - stagingbnb__Meta_: ResolverTypeWrapper; - stagingoptimism_AggregateRoot: ResolverTypeWrapper; - stagingoptimism_AggregateRootProposed: ResolverTypeWrapper; - stagingoptimism_AggregateRootProposed_filter: stagingoptimism_AggregateRootProposed_filter; - stagingoptimism_AggregateRootProposed_orderBy: stagingoptimism_AggregateRootProposed_orderBy; - stagingoptimism_AggregateRoot_filter: stagingoptimism_AggregateRoot_filter; - stagingoptimism_AggregateRoot_orderBy: stagingoptimism_AggregateRoot_orderBy; - stagingoptimism_Aggregation_interval: stagingoptimism_Aggregation_interval; - stagingoptimism_Asset: ResolverTypeWrapper; - stagingoptimism_AssetBalance: ResolverTypeWrapper; - stagingoptimism_AssetBalance_filter: stagingoptimism_AssetBalance_filter; - stagingoptimism_AssetBalance_orderBy: stagingoptimism_AssetBalance_orderBy; - stagingoptimism_AssetStatus: ResolverTypeWrapper; - stagingoptimism_AssetStatus_filter: stagingoptimism_AssetStatus_filter; - stagingoptimism_AssetStatus_orderBy: stagingoptimism_AssetStatus_orderBy; - stagingoptimism_Asset_filter: stagingoptimism_Asset_filter; - stagingoptimism_Asset_orderBy: stagingoptimism_Asset_orderBy; - stagingoptimism_BigDecimal: ResolverTypeWrapper; - stagingoptimism_BlockChangedFilter: stagingoptimism_BlockChangedFilter; - stagingoptimism_Block_height: stagingoptimism_Block_height; - stagingoptimism_Bytes: ResolverTypeWrapper; - stagingoptimism_ConnectorMeta: ResolverTypeWrapper; - stagingoptimism_ConnectorMeta_filter: stagingoptimism_ConnectorMeta_filter; - stagingoptimism_ConnectorMeta_orderBy: stagingoptimism_ConnectorMeta_orderBy; - stagingoptimism_DestinationTransfer: ResolverTypeWrapper; - stagingoptimism_DestinationTransfer_filter: stagingoptimism_DestinationTransfer_filter; - stagingoptimism_DestinationTransfer_orderBy: stagingoptimism_DestinationTransfer_orderBy; - stagingoptimism_Int8: ResolverTypeWrapper; - stagingoptimism_OptimisticRootFinalized: ResolverTypeWrapper; - stagingoptimism_OptimisticRootFinalized_filter: stagingoptimism_OptimisticRootFinalized_filter; - stagingoptimism_OptimisticRootFinalized_orderBy: stagingoptimism_OptimisticRootFinalized_orderBy; - stagingoptimism_OrderDirection: stagingoptimism_OrderDirection; - stagingoptimism_OriginMessage: ResolverTypeWrapper; - stagingoptimism_OriginMessage_filter: stagingoptimism_OriginMessage_filter; - stagingoptimism_OriginMessage_orderBy: stagingoptimism_OriginMessage_orderBy; - stagingoptimism_OriginTransfer: ResolverTypeWrapper; - stagingoptimism_OriginTransfer_filter: stagingoptimism_OriginTransfer_filter; - stagingoptimism_OriginTransfer_orderBy: stagingoptimism_OriginTransfer_orderBy; - stagingoptimism_Relayer: ResolverTypeWrapper; - stagingoptimism_RelayerFee: ResolverTypeWrapper; - stagingoptimism_RelayerFee_filter: stagingoptimism_RelayerFee_filter; - stagingoptimism_RelayerFee_orderBy: stagingoptimism_RelayerFee_orderBy; - stagingoptimism_RelayerFeesIncrease: ResolverTypeWrapper; - stagingoptimism_RelayerFeesIncrease_filter: stagingoptimism_RelayerFeesIncrease_filter; - stagingoptimism_RelayerFeesIncrease_orderBy: stagingoptimism_RelayerFeesIncrease_orderBy; - stagingoptimism_Relayer_filter: stagingoptimism_Relayer_filter; - stagingoptimism_Relayer_orderBy: stagingoptimism_Relayer_orderBy; - stagingoptimism_RootCount: ResolverTypeWrapper; - stagingoptimism_RootCount_filter: stagingoptimism_RootCount_filter; - stagingoptimism_RootCount_orderBy: stagingoptimism_RootCount_orderBy; - stagingoptimism_RootMessageSent: ResolverTypeWrapper; - stagingoptimism_RootMessageSent_filter: stagingoptimism_RootMessageSent_filter; - stagingoptimism_RootMessageSent_orderBy: stagingoptimism_RootMessageSent_orderBy; - stagingoptimism_Router: ResolverTypeWrapper; - stagingoptimism_RouterDailyTVL: ResolverTypeWrapper; - stagingoptimism_RouterDailyTVL_filter: stagingoptimism_RouterDailyTVL_filter; - stagingoptimism_RouterDailyTVL_orderBy: stagingoptimism_RouterDailyTVL_orderBy; - stagingoptimism_RouterLiquidityEvent: ResolverTypeWrapper; - stagingoptimism_RouterLiquidityEventType: stagingoptimism_RouterLiquidityEventType; - stagingoptimism_RouterLiquidityEvent_filter: stagingoptimism_RouterLiquidityEvent_filter; - stagingoptimism_RouterLiquidityEvent_orderBy: stagingoptimism_RouterLiquidityEvent_orderBy; - stagingoptimism_Router_filter: stagingoptimism_Router_filter; - stagingoptimism_Router_orderBy: stagingoptimism_Router_orderBy; - stagingoptimism_Sequencer: ResolverTypeWrapper; - stagingoptimism_Sequencer_filter: stagingoptimism_Sequencer_filter; - stagingoptimism_Sequencer_orderBy: stagingoptimism_Sequencer_orderBy; - stagingoptimism_Setting: ResolverTypeWrapper; - stagingoptimism_Setting_filter: stagingoptimism_Setting_filter; - stagingoptimism_Setting_orderBy: stagingoptimism_Setting_orderBy; - stagingoptimism_SlippageUpdate: ResolverTypeWrapper; - stagingoptimism_SlippageUpdate_filter: stagingoptimism_SlippageUpdate_filter; - stagingoptimism_SlippageUpdate_orderBy: stagingoptimism_SlippageUpdate_orderBy; - stagingoptimism_SnapshotRoot: ResolverTypeWrapper; - stagingoptimism_SnapshotRoot_filter: stagingoptimism_SnapshotRoot_filter; - stagingoptimism_SnapshotRoot_orderBy: stagingoptimism_SnapshotRoot_orderBy; - stagingoptimism_SpokeConnectorMode: ResolverTypeWrapper; - stagingoptimism_SpokeConnectorMode_filter: stagingoptimism_SpokeConnectorMode_filter; - stagingoptimism_SpokeConnectorMode_orderBy: stagingoptimism_SpokeConnectorMode_orderBy; - stagingoptimism_TransferStatus: stagingoptimism_TransferStatus; - stagingoptimism__Block_: ResolverTypeWrapper; - stagingoptimism__Meta_: ResolverTypeWrapper; - localoptimism_AggregateRoot: ResolverTypeWrapper; - localoptimism_AggregateRootProposed: ResolverTypeWrapper; - localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; - localoptimism_AggregateRootProposed_orderBy: localoptimism_AggregateRootProposed_orderBy; - localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; - localoptimism_AggregateRoot_orderBy: localoptimism_AggregateRoot_orderBy; - localoptimism_Aggregation_interval: localoptimism_Aggregation_interval; - localoptimism_Asset: ResolverTypeWrapper; - localoptimism_AssetBalance: ResolverTypeWrapper; - localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; - localoptimism_AssetBalance_orderBy: localoptimism_AssetBalance_orderBy; - localoptimism_AssetStatus: ResolverTypeWrapper; - localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; - localoptimism_AssetStatus_orderBy: localoptimism_AssetStatus_orderBy; - localoptimism_Asset_filter: localoptimism_Asset_filter; - localoptimism_Asset_orderBy: localoptimism_Asset_orderBy; - localoptimism_BigDecimal: ResolverTypeWrapper; - localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; - localoptimism_Block_height: localoptimism_Block_height; - localoptimism_Bytes: ResolverTypeWrapper; - localoptimism_ConnectorMeta: ResolverTypeWrapper; - localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; - localoptimism_ConnectorMeta_orderBy: localoptimism_ConnectorMeta_orderBy; - localoptimism_DestinationTransfer: ResolverTypeWrapper; - localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; - localoptimism_DestinationTransfer_orderBy: localoptimism_DestinationTransfer_orderBy; - localoptimism_Int8: ResolverTypeWrapper; - localoptimism_OptimisticRootFinalized: ResolverTypeWrapper; - localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; - localoptimism_OptimisticRootFinalized_orderBy: localoptimism_OptimisticRootFinalized_orderBy; - localoptimism_OrderDirection: localoptimism_OrderDirection; - localoptimism_OriginMessage: ResolverTypeWrapper; - localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; - localoptimism_OriginMessage_orderBy: localoptimism_OriginMessage_orderBy; - localoptimism_OriginTransfer: ResolverTypeWrapper; - localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; - localoptimism_OriginTransfer_orderBy: localoptimism_OriginTransfer_orderBy; - localoptimism_Relayer: ResolverTypeWrapper; - localoptimism_RelayerFee: ResolverTypeWrapper; - localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; - localoptimism_RelayerFee_orderBy: localoptimism_RelayerFee_orderBy; - localoptimism_RelayerFeesIncrease: ResolverTypeWrapper; - localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; - localoptimism_RelayerFeesIncrease_orderBy: localoptimism_RelayerFeesIncrease_orderBy; - localoptimism_Relayer_filter: localoptimism_Relayer_filter; - localoptimism_Relayer_orderBy: localoptimism_Relayer_orderBy; - localoptimism_RootCount: ResolverTypeWrapper; - localoptimism_RootCount_filter: localoptimism_RootCount_filter; - localoptimism_RootCount_orderBy: localoptimism_RootCount_orderBy; - localoptimism_RootMessageSent: ResolverTypeWrapper; - localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; - localoptimism_RootMessageSent_orderBy: localoptimism_RootMessageSent_orderBy; - localoptimism_Router: ResolverTypeWrapper; - localoptimism_RouterDailyTVL: ResolverTypeWrapper; - localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; - localoptimism_RouterDailyTVL_orderBy: localoptimism_RouterDailyTVL_orderBy; - localoptimism_RouterLiquidityEvent: ResolverTypeWrapper; - localoptimism_RouterLiquidityEventType: localoptimism_RouterLiquidityEventType; - localoptimism_RouterLiquidityEvent_filter: localoptimism_RouterLiquidityEvent_filter; - localoptimism_RouterLiquidityEvent_orderBy: localoptimism_RouterLiquidityEvent_orderBy; - localoptimism_Router_filter: localoptimism_Router_filter; - localoptimism_Router_orderBy: localoptimism_Router_orderBy; - localoptimism_Sequencer: ResolverTypeWrapper; - localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; - localoptimism_Sequencer_orderBy: localoptimism_Sequencer_orderBy; - localoptimism_Setting: ResolverTypeWrapper; - localoptimism_Setting_filter: localoptimism_Setting_filter; - localoptimism_Setting_orderBy: localoptimism_Setting_orderBy; - localoptimism_SlippageUpdate: ResolverTypeWrapper; - localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; - localoptimism_SlippageUpdate_orderBy: localoptimism_SlippageUpdate_orderBy; - localoptimism_SnapshotRoot: ResolverTypeWrapper; - localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; - localoptimism_SnapshotRoot_orderBy: localoptimism_SnapshotRoot_orderBy; - localoptimism_SpokeConnectorMode: ResolverTypeWrapper; - localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; - localoptimism_SpokeConnectorMode_orderBy: localoptimism_SpokeConnectorMode_orderBy; - localoptimism_TransferStatus: localoptimism_TransferStatus; - localoptimism__Block_: ResolverTypeWrapper; - localoptimism__Meta_: ResolverTypeWrapper; - 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; - localmainnet_AggregateRoot: ResolverTypeWrapper; - localmainnet_AggregateRootProposed: ResolverTypeWrapper; - localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; - localmainnet_AggregateRootProposed_orderBy: localmainnet_AggregateRootProposed_orderBy; - localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; - localmainnet_AggregateRoot_orderBy: localmainnet_AggregateRoot_orderBy; - localmainnet_Asset: ResolverTypeWrapper; - localmainnet_AssetBalance: ResolverTypeWrapper; - localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; - localmainnet_AssetBalance_orderBy: localmainnet_AssetBalance_orderBy; - localmainnet_AssetStatus: ResolverTypeWrapper; - localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; - localmainnet_AssetStatus_orderBy: localmainnet_AssetStatus_orderBy; - localmainnet_Asset_filter: localmainnet_Asset_filter; - localmainnet_Asset_orderBy: localmainnet_Asset_orderBy; - localmainnet_ConnectorMeta: ResolverTypeWrapper; - localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; - localmainnet_ConnectorMeta_orderBy: localmainnet_ConnectorMeta_orderBy; - localmainnet_DestinationTransfer: ResolverTypeWrapper; - localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; - localmainnet_DestinationTransfer_orderBy: localmainnet_DestinationTransfer_orderBy; - localmainnet_OptimisticRootFinalized: ResolverTypeWrapper; - localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; - localmainnet_OptimisticRootFinalized_orderBy: localmainnet_OptimisticRootFinalized_orderBy; - localmainnet_OriginMessage: ResolverTypeWrapper; - localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; - localmainnet_OriginMessage_orderBy: localmainnet_OriginMessage_orderBy; - localmainnet_OriginTransfer: ResolverTypeWrapper; - localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; - localmainnet_OriginTransfer_orderBy: localmainnet_OriginTransfer_orderBy; - localmainnet_Relayer: ResolverTypeWrapper; - localmainnet_RelayerFee: ResolverTypeWrapper; - localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; - localmainnet_RelayerFee_orderBy: localmainnet_RelayerFee_orderBy; - localmainnet_RelayerFeesIncrease: ResolverTypeWrapper; - localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; - localmainnet_RelayerFeesIncrease_orderBy: localmainnet_RelayerFeesIncrease_orderBy; - localmainnet_Relayer_filter: localmainnet_Relayer_filter; - localmainnet_Relayer_orderBy: localmainnet_Relayer_orderBy; - localmainnet_RootCount: ResolverTypeWrapper; - localmainnet_RootCount_filter: localmainnet_RootCount_filter; - localmainnet_RootCount_orderBy: localmainnet_RootCount_orderBy; - localmainnet_RootMessageSent: ResolverTypeWrapper; - localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; - localmainnet_RootMessageSent_orderBy: localmainnet_RootMessageSent_orderBy; - localmainnet_Router: ResolverTypeWrapper; - localmainnet_RouterDailyTVL: ResolverTypeWrapper; - localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; - localmainnet_RouterDailyTVL_orderBy: localmainnet_RouterDailyTVL_orderBy; - localmainnet_RouterLiquidityEvent: ResolverTypeWrapper; - localmainnet_RouterLiquidityEventType: localmainnet_RouterLiquidityEventType; - localmainnet_RouterLiquidityEvent_filter: localmainnet_RouterLiquidityEvent_filter; - localmainnet_RouterLiquidityEvent_orderBy: localmainnet_RouterLiquidityEvent_orderBy; - localmainnet_Router_filter: localmainnet_Router_filter; - localmainnet_Router_orderBy: localmainnet_Router_orderBy; - localmainnet_Sequencer: ResolverTypeWrapper; - localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; - localmainnet_Sequencer_orderBy: localmainnet_Sequencer_orderBy; - localmainnet_Setting: ResolverTypeWrapper; - localmainnet_Setting_filter: localmainnet_Setting_filter; - localmainnet_Setting_orderBy: localmainnet_Setting_orderBy; - localmainnet_SlippageUpdate: ResolverTypeWrapper; - localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; - localmainnet_SlippageUpdate_orderBy: localmainnet_SlippageUpdate_orderBy; - localmainnet_SnapshotRoot: ResolverTypeWrapper; - localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; - localmainnet_SnapshotRoot_orderBy: localmainnet_SnapshotRoot_orderBy; - localmainnet_SpokeConnectorMode: ResolverTypeWrapper; - localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; - localmainnet_SpokeConnectorMode_orderBy: localmainnet_SpokeConnectorMode_orderBy; - localmainnet_TransferStatus: localmainnet_TransferStatus; - 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; - 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_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; - 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; - stagingxdai_AggregateRoot: ResolverTypeWrapper; - stagingxdai_AggregateRootProposed: ResolverTypeWrapper; - stagingxdai_AggregateRootProposed_filter: stagingxdai_AggregateRootProposed_filter; - stagingxdai_AggregateRootProposed_orderBy: stagingxdai_AggregateRootProposed_orderBy; - stagingxdai_AggregateRoot_filter: stagingxdai_AggregateRoot_filter; - stagingxdai_AggregateRoot_orderBy: stagingxdai_AggregateRoot_orderBy; - stagingxdai_Aggregation_interval: stagingxdai_Aggregation_interval; - stagingxdai_Asset: ResolverTypeWrapper; - stagingxdai_AssetBalance: ResolverTypeWrapper; - stagingxdai_AssetBalance_filter: stagingxdai_AssetBalance_filter; - stagingxdai_AssetBalance_orderBy: stagingxdai_AssetBalance_orderBy; - stagingxdai_AssetStatus: ResolverTypeWrapper; - stagingxdai_AssetStatus_filter: stagingxdai_AssetStatus_filter; - stagingxdai_AssetStatus_orderBy: stagingxdai_AssetStatus_orderBy; - stagingxdai_Asset_filter: stagingxdai_Asset_filter; - stagingxdai_Asset_orderBy: stagingxdai_Asset_orderBy; - stagingxdai_BigDecimal: ResolverTypeWrapper; - stagingxdai_BlockChangedFilter: stagingxdai_BlockChangedFilter; - stagingxdai_Block_height: stagingxdai_Block_height; - stagingxdai_Bytes: ResolverTypeWrapper; - stagingxdai_ConnectorMeta: ResolverTypeWrapper; - stagingxdai_ConnectorMeta_filter: stagingxdai_ConnectorMeta_filter; - stagingxdai_ConnectorMeta_orderBy: stagingxdai_ConnectorMeta_orderBy; - stagingxdai_DestinationTransfer: ResolverTypeWrapper; - stagingxdai_DestinationTransfer_filter: stagingxdai_DestinationTransfer_filter; - stagingxdai_DestinationTransfer_orderBy: stagingxdai_DestinationTransfer_orderBy; - stagingxdai_Int8: ResolverTypeWrapper; - stagingxdai_OptimisticRootFinalized: ResolverTypeWrapper; - stagingxdai_OptimisticRootFinalized_filter: stagingxdai_OptimisticRootFinalized_filter; - stagingxdai_OptimisticRootFinalized_orderBy: stagingxdai_OptimisticRootFinalized_orderBy; - stagingxdai_OrderDirection: stagingxdai_OrderDirection; - stagingxdai_OriginMessage: ResolverTypeWrapper; - stagingxdai_OriginMessage_filter: stagingxdai_OriginMessage_filter; - stagingxdai_OriginMessage_orderBy: stagingxdai_OriginMessage_orderBy; - stagingxdai_OriginTransfer: ResolverTypeWrapper; - stagingxdai_OriginTransfer_filter: stagingxdai_OriginTransfer_filter; - stagingxdai_OriginTransfer_orderBy: stagingxdai_OriginTransfer_orderBy; - stagingxdai_Relayer: ResolverTypeWrapper; - stagingxdai_RelayerFee: ResolverTypeWrapper; - stagingxdai_RelayerFee_filter: stagingxdai_RelayerFee_filter; - stagingxdai_RelayerFee_orderBy: stagingxdai_RelayerFee_orderBy; - stagingxdai_RelayerFeesIncrease: ResolverTypeWrapper; - stagingxdai_RelayerFeesIncrease_filter: stagingxdai_RelayerFeesIncrease_filter; - stagingxdai_RelayerFeesIncrease_orderBy: stagingxdai_RelayerFeesIncrease_orderBy; - stagingxdai_Relayer_filter: stagingxdai_Relayer_filter; - stagingxdai_Relayer_orderBy: stagingxdai_Relayer_orderBy; - stagingxdai_RootCount: ResolverTypeWrapper; - stagingxdai_RootCount_filter: stagingxdai_RootCount_filter; - stagingxdai_RootCount_orderBy: stagingxdai_RootCount_orderBy; - stagingxdai_RootMessageSent: ResolverTypeWrapper; - stagingxdai_RootMessageSent_filter: stagingxdai_RootMessageSent_filter; - stagingxdai_RootMessageSent_orderBy: stagingxdai_RootMessageSent_orderBy; - stagingxdai_Router: ResolverTypeWrapper; - stagingxdai_RouterDailyTVL: ResolverTypeWrapper; - stagingxdai_RouterDailyTVL_filter: stagingxdai_RouterDailyTVL_filter; - stagingxdai_RouterDailyTVL_orderBy: stagingxdai_RouterDailyTVL_orderBy; - stagingxdai_RouterLiquidityEvent: ResolverTypeWrapper; - stagingxdai_RouterLiquidityEventType: stagingxdai_RouterLiquidityEventType; - stagingxdai_RouterLiquidityEvent_filter: stagingxdai_RouterLiquidityEvent_filter; - stagingxdai_RouterLiquidityEvent_orderBy: stagingxdai_RouterLiquidityEvent_orderBy; - stagingxdai_Router_filter: stagingxdai_Router_filter; - stagingxdai_Router_orderBy: stagingxdai_Router_orderBy; - stagingxdai_Sequencer: ResolverTypeWrapper; - stagingxdai_Sequencer_filter: stagingxdai_Sequencer_filter; - stagingxdai_Sequencer_orderBy: stagingxdai_Sequencer_orderBy; - stagingxdai_Setting: ResolverTypeWrapper; - stagingxdai_Setting_filter: stagingxdai_Setting_filter; - stagingxdai_Setting_orderBy: stagingxdai_Setting_orderBy; - stagingxdai_SlippageUpdate: ResolverTypeWrapper; - stagingxdai_SlippageUpdate_filter: stagingxdai_SlippageUpdate_filter; - stagingxdai_SlippageUpdate_orderBy: stagingxdai_SlippageUpdate_orderBy; - stagingxdai_SnapshotRoot: ResolverTypeWrapper; - stagingxdai_SnapshotRoot_filter: stagingxdai_SnapshotRoot_filter; - stagingxdai_SnapshotRoot_orderBy: stagingxdai_SnapshotRoot_orderBy; - stagingxdai_SpokeConnectorMode: ResolverTypeWrapper; - stagingxdai_SpokeConnectorMode_filter: stagingxdai_SpokeConnectorMode_filter; - stagingxdai_SpokeConnectorMode_orderBy: stagingxdai_SpokeConnectorMode_orderBy; - stagingxdai_TransferStatus: stagingxdai_TransferStatus; - stagingxdai__Block_: ResolverTypeWrapper; - stagingxdai__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; - 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_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; - 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; - 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; - 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; - stagingarbitrumone_AggregateRoot: ResolverTypeWrapper; - stagingarbitrumone_AggregateRootProposed: ResolverTypeWrapper; - stagingarbitrumone_AggregateRootProposed_filter: stagingarbitrumone_AggregateRootProposed_filter; - stagingarbitrumone_AggregateRootProposed_orderBy: stagingarbitrumone_AggregateRootProposed_orderBy; - stagingarbitrumone_AggregateRoot_filter: stagingarbitrumone_AggregateRoot_filter; - stagingarbitrumone_AggregateRoot_orderBy: stagingarbitrumone_AggregateRoot_orderBy; - stagingarbitrumone_Aggregation_interval: stagingarbitrumone_Aggregation_interval; - stagingarbitrumone_Asset: ResolverTypeWrapper; - stagingarbitrumone_AssetBalance: ResolverTypeWrapper; - stagingarbitrumone_AssetBalance_filter: stagingarbitrumone_AssetBalance_filter; - stagingarbitrumone_AssetBalance_orderBy: stagingarbitrumone_AssetBalance_orderBy; - stagingarbitrumone_AssetStatus: ResolverTypeWrapper; - stagingarbitrumone_AssetStatus_filter: stagingarbitrumone_AssetStatus_filter; - stagingarbitrumone_AssetStatus_orderBy: stagingarbitrumone_AssetStatus_orderBy; - stagingarbitrumone_Asset_filter: stagingarbitrumone_Asset_filter; - stagingarbitrumone_Asset_orderBy: stagingarbitrumone_Asset_orderBy; - stagingarbitrumone_BigDecimal: ResolverTypeWrapper; - stagingarbitrumone_BlockChangedFilter: stagingarbitrumone_BlockChangedFilter; - stagingarbitrumone_Block_height: stagingarbitrumone_Block_height; - stagingarbitrumone_Bytes: ResolverTypeWrapper; - stagingarbitrumone_ConnectorMeta: ResolverTypeWrapper; - stagingarbitrumone_ConnectorMeta_filter: stagingarbitrumone_ConnectorMeta_filter; - stagingarbitrumone_ConnectorMeta_orderBy: stagingarbitrumone_ConnectorMeta_orderBy; - stagingarbitrumone_DestinationTransfer: ResolverTypeWrapper; - stagingarbitrumone_DestinationTransfer_filter: stagingarbitrumone_DestinationTransfer_filter; - stagingarbitrumone_DestinationTransfer_orderBy: stagingarbitrumone_DestinationTransfer_orderBy; - stagingarbitrumone_Int8: ResolverTypeWrapper; - stagingarbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; - stagingarbitrumone_OptimisticRootFinalized_filter: stagingarbitrumone_OptimisticRootFinalized_filter; - stagingarbitrumone_OptimisticRootFinalized_orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy; - stagingarbitrumone_OrderDirection: stagingarbitrumone_OrderDirection; - stagingarbitrumone_OriginMessage: ResolverTypeWrapper; - stagingarbitrumone_OriginMessage_filter: stagingarbitrumone_OriginMessage_filter; - stagingarbitrumone_OriginMessage_orderBy: stagingarbitrumone_OriginMessage_orderBy; - stagingarbitrumone_OriginTransfer: ResolverTypeWrapper; - stagingarbitrumone_OriginTransfer_filter: stagingarbitrumone_OriginTransfer_filter; - stagingarbitrumone_OriginTransfer_orderBy: stagingarbitrumone_OriginTransfer_orderBy; - stagingarbitrumone_Relayer: ResolverTypeWrapper; - stagingarbitrumone_RelayerFee: ResolverTypeWrapper; - stagingarbitrumone_RelayerFee_filter: stagingarbitrumone_RelayerFee_filter; - stagingarbitrumone_RelayerFee_orderBy: stagingarbitrumone_RelayerFee_orderBy; - stagingarbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; - stagingarbitrumone_RelayerFeesIncrease_filter: stagingarbitrumone_RelayerFeesIncrease_filter; - stagingarbitrumone_RelayerFeesIncrease_orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy; - 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; - 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; - 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_Aggregation_interval: xdai_Aggregation_interval; - 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; - polygonzkevm_AggregateRoot: ResolverTypeWrapper; - polygonzkevm_AggregateRootProposed: ResolverTypeWrapper; - polygonzkevm_AggregateRootProposed_filter: polygonzkevm_AggregateRootProposed_filter; - polygonzkevm_AggregateRootProposed_orderBy: polygonzkevm_AggregateRootProposed_orderBy; - polygonzkevm_AggregateRoot_filter: polygonzkevm_AggregateRoot_filter; - polygonzkevm_AggregateRoot_orderBy: polygonzkevm_AggregateRoot_orderBy; - polygonzkevm_Asset: ResolverTypeWrapper; - polygonzkevm_AssetBalance: ResolverTypeWrapper; - polygonzkevm_AssetBalance_filter: polygonzkevm_AssetBalance_filter; - polygonzkevm_AssetBalance_orderBy: polygonzkevm_AssetBalance_orderBy; - polygonzkevm_AssetStatus: ResolverTypeWrapper; - polygonzkevm_AssetStatus_filter: polygonzkevm_AssetStatus_filter; - polygonzkevm_AssetStatus_orderBy: polygonzkevm_AssetStatus_orderBy; - polygonzkevm_Asset_filter: polygonzkevm_Asset_filter; - polygonzkevm_Asset_orderBy: polygonzkevm_Asset_orderBy; - polygonzkevm_BigDecimal: ResolverTypeWrapper; - polygonzkevm_BlockChangedFilter: polygonzkevm_BlockChangedFilter; - polygonzkevm_Block_height: polygonzkevm_Block_height; - polygonzkevm_Bytes: ResolverTypeWrapper; - polygonzkevm_ConnectorMeta: ResolverTypeWrapper; - polygonzkevm_ConnectorMeta_filter: polygonzkevm_ConnectorMeta_filter; - polygonzkevm_ConnectorMeta_orderBy: polygonzkevm_ConnectorMeta_orderBy; - polygonzkevm_DestinationTransfer: ResolverTypeWrapper; - polygonzkevm_DestinationTransfer_filter: polygonzkevm_DestinationTransfer_filter; - polygonzkevm_DestinationTransfer_orderBy: polygonzkevm_DestinationTransfer_orderBy; - polygonzkevm_Int8: ResolverTypeWrapper; - polygonzkevm_OptimisticRootFinalized: ResolverTypeWrapper; - polygonzkevm_OptimisticRootFinalized_filter: polygonzkevm_OptimisticRootFinalized_filter; - polygonzkevm_OptimisticRootFinalized_orderBy: polygonzkevm_OptimisticRootFinalized_orderBy; - polygonzkevm_OrderDirection: polygonzkevm_OrderDirection; - polygonzkevm_OriginMessage: ResolverTypeWrapper; - polygonzkevm_OriginMessage_filter: polygonzkevm_OriginMessage_filter; - polygonzkevm_OriginMessage_orderBy: polygonzkevm_OriginMessage_orderBy; - polygonzkevm_OriginTransfer: ResolverTypeWrapper; - polygonzkevm_OriginTransfer_filter: polygonzkevm_OriginTransfer_filter; - polygonzkevm_OriginTransfer_orderBy: polygonzkevm_OriginTransfer_orderBy; - polygonzkevm_Relayer: ResolverTypeWrapper; - polygonzkevm_RelayerFee: ResolverTypeWrapper; - polygonzkevm_RelayerFee_filter: polygonzkevm_RelayerFee_filter; - polygonzkevm_RelayerFee_orderBy: polygonzkevm_RelayerFee_orderBy; - polygonzkevm_RelayerFeesIncrease: ResolverTypeWrapper; - polygonzkevm_RelayerFeesIncrease_filter: polygonzkevm_RelayerFeesIncrease_filter; - polygonzkevm_RelayerFeesIncrease_orderBy: polygonzkevm_RelayerFeesIncrease_orderBy; - polygonzkevm_Relayer_filter: polygonzkevm_Relayer_filter; - polygonzkevm_Relayer_orderBy: polygonzkevm_Relayer_orderBy; - polygonzkevm_RootCount: ResolverTypeWrapper; - polygonzkevm_RootCount_filter: polygonzkevm_RootCount_filter; - polygonzkevm_RootCount_orderBy: polygonzkevm_RootCount_orderBy; - polygonzkevm_RootMessageSent: ResolverTypeWrapper; - polygonzkevm_RootMessageSent_filter: polygonzkevm_RootMessageSent_filter; - polygonzkevm_RootMessageSent_orderBy: polygonzkevm_RootMessageSent_orderBy; - polygonzkevm_Router: ResolverTypeWrapper; - polygonzkevm_RouterDailyTVL: ResolverTypeWrapper; - polygonzkevm_RouterDailyTVL_filter: polygonzkevm_RouterDailyTVL_filter; - polygonzkevm_RouterDailyTVL_orderBy: polygonzkevm_RouterDailyTVL_orderBy; - polygonzkevm_RouterLiquidityEvent: ResolverTypeWrapper; - polygonzkevm_RouterLiquidityEventType: polygonzkevm_RouterLiquidityEventType; - polygonzkevm_RouterLiquidityEvent_filter: polygonzkevm_RouterLiquidityEvent_filter; - polygonzkevm_RouterLiquidityEvent_orderBy: polygonzkevm_RouterLiquidityEvent_orderBy; - polygonzkevm_Router_filter: polygonzkevm_Router_filter; - polygonzkevm_Router_orderBy: polygonzkevm_Router_orderBy; - polygonzkevm_Sequencer: ResolverTypeWrapper; - polygonzkevm_Sequencer_filter: polygonzkevm_Sequencer_filter; - polygonzkevm_Sequencer_orderBy: polygonzkevm_Sequencer_orderBy; - polygonzkevm_Setting: ResolverTypeWrapper; - polygonzkevm_Setting_filter: polygonzkevm_Setting_filter; - polygonzkevm_Setting_orderBy: polygonzkevm_Setting_orderBy; - polygonzkevm_SlippageUpdate: ResolverTypeWrapper; - polygonzkevm_SlippageUpdate_filter: polygonzkevm_SlippageUpdate_filter; - polygonzkevm_SlippageUpdate_orderBy: polygonzkevm_SlippageUpdate_orderBy; - polygonzkevm_SnapshotRoot: ResolverTypeWrapper; - polygonzkevm_SnapshotRoot_filter: polygonzkevm_SnapshotRoot_filter; - polygonzkevm_SnapshotRoot_orderBy: polygonzkevm_SnapshotRoot_orderBy; - polygonzkevm_SpokeConnectorMode: ResolverTypeWrapper; - polygonzkevm_SpokeConnectorMode_filter: polygonzkevm_SpokeConnectorMode_filter; - polygonzkevm_SpokeConnectorMode_orderBy: polygonzkevm_SpokeConnectorMode_orderBy; - polygonzkevm_TransferStatus: polygonzkevm_TransferStatus; - polygonzkevm__Block_: ResolverTypeWrapper; - polygonzkevm__Meta_: ResolverTypeWrapper; - 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; - localarbitrumone_AggregateRoot: ResolverTypeWrapper; - localarbitrumone_AggregateRootProposed: ResolverTypeWrapper; - localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; - localarbitrumone_AggregateRootProposed_orderBy: localarbitrumone_AggregateRootProposed_orderBy; - localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; - localarbitrumone_AggregateRoot_orderBy: localarbitrumone_AggregateRoot_orderBy; - localarbitrumone_Aggregation_interval: localarbitrumone_Aggregation_interval; - localarbitrumone_Asset: ResolverTypeWrapper; - localarbitrumone_AssetBalance: ResolverTypeWrapper; - localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; - localarbitrumone_AssetBalance_orderBy: localarbitrumone_AssetBalance_orderBy; - localarbitrumone_AssetStatus: ResolverTypeWrapper; - localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; - localarbitrumone_AssetStatus_orderBy: localarbitrumone_AssetStatus_orderBy; - localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; - localarbitrumone_Asset_orderBy: localarbitrumone_Asset_orderBy; - localarbitrumone_BigDecimal: ResolverTypeWrapper; - localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; - localarbitrumone_Block_height: localarbitrumone_Block_height; - localarbitrumone_Bytes: ResolverTypeWrapper; - localarbitrumone_ConnectorMeta: ResolverTypeWrapper; - localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; - localarbitrumone_ConnectorMeta_orderBy: localarbitrumone_ConnectorMeta_orderBy; - localarbitrumone_DestinationTransfer: ResolverTypeWrapper; - localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; - localarbitrumone_DestinationTransfer_orderBy: localarbitrumone_DestinationTransfer_orderBy; - localarbitrumone_Int8: ResolverTypeWrapper; - localarbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; - localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; - localarbitrumone_OptimisticRootFinalized_orderBy: localarbitrumone_OptimisticRootFinalized_orderBy; - localarbitrumone_OrderDirection: localarbitrumone_OrderDirection; - localarbitrumone_OriginMessage: ResolverTypeWrapper; - localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; - localarbitrumone_OriginMessage_orderBy: localarbitrumone_OriginMessage_orderBy; - localarbitrumone_OriginTransfer: ResolverTypeWrapper; - localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; - localarbitrumone_OriginTransfer_orderBy: localarbitrumone_OriginTransfer_orderBy; - localarbitrumone_Relayer: ResolverTypeWrapper; - localarbitrumone_RelayerFee: ResolverTypeWrapper; - localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; - localarbitrumone_RelayerFee_orderBy: localarbitrumone_RelayerFee_orderBy; - localarbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; - localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; - localarbitrumone_RelayerFeesIncrease_orderBy: localarbitrumone_RelayerFeesIncrease_orderBy; - localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; - localarbitrumone_Relayer_orderBy: localarbitrumone_Relayer_orderBy; - localarbitrumone_RootCount: ResolverTypeWrapper; - localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; - localarbitrumone_RootCount_orderBy: localarbitrumone_RootCount_orderBy; - localarbitrumone_RootMessageSent: ResolverTypeWrapper; - localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; - localarbitrumone_RootMessageSent_orderBy: localarbitrumone_RootMessageSent_orderBy; - localarbitrumone_Router: ResolverTypeWrapper; - localarbitrumone_RouterDailyTVL: ResolverTypeWrapper; - localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; - localarbitrumone_RouterDailyTVL_orderBy: localarbitrumone_RouterDailyTVL_orderBy; - localarbitrumone_RouterLiquidityEvent: ResolverTypeWrapper; - localarbitrumone_RouterLiquidityEventType: localarbitrumone_RouterLiquidityEventType; - localarbitrumone_RouterLiquidityEvent_filter: localarbitrumone_RouterLiquidityEvent_filter; - localarbitrumone_RouterLiquidityEvent_orderBy: localarbitrumone_RouterLiquidityEvent_orderBy; - localarbitrumone_Router_filter: localarbitrumone_Router_filter; - localarbitrumone_Router_orderBy: localarbitrumone_Router_orderBy; - localarbitrumone_Sequencer: ResolverTypeWrapper; - localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; - localarbitrumone_Sequencer_orderBy: localarbitrumone_Sequencer_orderBy; - localarbitrumone_Setting: ResolverTypeWrapper; - localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; - localarbitrumone_Setting_orderBy: localarbitrumone_Setting_orderBy; - localarbitrumone_SlippageUpdate: ResolverTypeWrapper; - localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; - localarbitrumone_SlippageUpdate_orderBy: localarbitrumone_SlippageUpdate_orderBy; - localarbitrumone_SnapshotRoot: ResolverTypeWrapper; - localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; - localarbitrumone_SnapshotRoot_orderBy: localarbitrumone_SnapshotRoot_orderBy; - localarbitrumone_SpokeConnectorMode: ResolverTypeWrapper; - localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; - localarbitrumone_SpokeConnectorMode_orderBy: localarbitrumone_SpokeConnectorMode_orderBy; - localarbitrumone_TransferStatus: localarbitrumone_TransferStatus; - localarbitrumone__Block_: ResolverTypeWrapper; - localarbitrumone__Meta_: ResolverTypeWrapper; - mantle_AggregateRoot: ResolverTypeWrapper; - mantle_AggregateRootProposed: ResolverTypeWrapper; - mantle_AggregateRootProposed_filter: mantle_AggregateRootProposed_filter; - mantle_AggregateRootProposed_orderBy: mantle_AggregateRootProposed_orderBy; - mantle_AggregateRoot_filter: mantle_AggregateRoot_filter; - mantle_AggregateRoot_orderBy: mantle_AggregateRoot_orderBy; - mantle_Asset: ResolverTypeWrapper; - mantle_AssetBalance: ResolverTypeWrapper; - mantle_AssetBalance_filter: mantle_AssetBalance_filter; - mantle_AssetBalance_orderBy: mantle_AssetBalance_orderBy; - mantle_AssetStatus: ResolverTypeWrapper; - mantle_AssetStatus_filter: mantle_AssetStatus_filter; - mantle_AssetStatus_orderBy: mantle_AssetStatus_orderBy; - mantle_Asset_filter: mantle_Asset_filter; - mantle_Asset_orderBy: mantle_Asset_orderBy; - mantle_BigDecimal: ResolverTypeWrapper; - mantle_BlockChangedFilter: mantle_BlockChangedFilter; - mantle_Block_height: mantle_Block_height; - mantle_Bytes: ResolverTypeWrapper; - mantle_ConnectorMeta: ResolverTypeWrapper; - mantle_ConnectorMeta_filter: mantle_ConnectorMeta_filter; - mantle_ConnectorMeta_orderBy: mantle_ConnectorMeta_orderBy; - mantle_DestinationTransfer: ResolverTypeWrapper; - mantle_DestinationTransfer_filter: mantle_DestinationTransfer_filter; - mantle_DestinationTransfer_orderBy: mantle_DestinationTransfer_orderBy; - mantle_Int8: ResolverTypeWrapper; - mantle_OptimisticRootFinalized: ResolverTypeWrapper; - mantle_OptimisticRootFinalized_filter: mantle_OptimisticRootFinalized_filter; - mantle_OptimisticRootFinalized_orderBy: mantle_OptimisticRootFinalized_orderBy; - mantle_OrderDirection: mantle_OrderDirection; - mantle_OriginMessage: ResolverTypeWrapper; - mantle_OriginMessage_filter: mantle_OriginMessage_filter; - mantle_OriginMessage_orderBy: mantle_OriginMessage_orderBy; - mantle_OriginTransfer: ResolverTypeWrapper; - mantle_OriginTransfer_filter: mantle_OriginTransfer_filter; - mantle_OriginTransfer_orderBy: mantle_OriginTransfer_orderBy; - mantle_Relayer: ResolverTypeWrapper; - mantle_RelayerFee: ResolverTypeWrapper; - mantle_RelayerFee_filter: mantle_RelayerFee_filter; - mantle_RelayerFee_orderBy: mantle_RelayerFee_orderBy; - mantle_RelayerFeesIncrease: ResolverTypeWrapper; - mantle_RelayerFeesIncrease_filter: mantle_RelayerFeesIncrease_filter; - mantle_RelayerFeesIncrease_orderBy: mantle_RelayerFeesIncrease_orderBy; - mantle_Relayer_filter: mantle_Relayer_filter; - mantle_Relayer_orderBy: mantle_Relayer_orderBy; - mantle_RootCount: ResolverTypeWrapper; - mantle_RootCount_filter: mantle_RootCount_filter; - mantle_RootCount_orderBy: mantle_RootCount_orderBy; - mantle_RootMessageSent: ResolverTypeWrapper; - mantle_RootMessageSent_filter: mantle_RootMessageSent_filter; - mantle_RootMessageSent_orderBy: mantle_RootMessageSent_orderBy; - mantle_Router: ResolverTypeWrapper; - mantle_RouterDailyTVL: ResolverTypeWrapper; - mantle_RouterDailyTVL_filter: mantle_RouterDailyTVL_filter; - mantle_RouterDailyTVL_orderBy: mantle_RouterDailyTVL_orderBy; - mantle_RouterLiquidityEvent: ResolverTypeWrapper; - mantle_RouterLiquidityEventType: mantle_RouterLiquidityEventType; - mantle_RouterLiquidityEvent_filter: mantle_RouterLiquidityEvent_filter; - mantle_RouterLiquidityEvent_orderBy: mantle_RouterLiquidityEvent_orderBy; - mantle_Router_filter: mantle_Router_filter; - mantle_Router_orderBy: mantle_Router_orderBy; - mantle_Sequencer: ResolverTypeWrapper; - mantle_Sequencer_filter: mantle_Sequencer_filter; - mantle_Sequencer_orderBy: mantle_Sequencer_orderBy; - mantle_Setting: ResolverTypeWrapper; - mantle_Setting_filter: mantle_Setting_filter; - mantle_Setting_orderBy: mantle_Setting_orderBy; - mantle_SlippageUpdate: ResolverTypeWrapper; - mantle_SlippageUpdate_filter: mantle_SlippageUpdate_filter; - mantle_SlippageUpdate_orderBy: mantle_SlippageUpdate_orderBy; - mantle_SnapshotRoot: ResolverTypeWrapper; - mantle_SnapshotRoot_filter: mantle_SnapshotRoot_filter; - mantle_SnapshotRoot_orderBy: mantle_SnapshotRoot_orderBy; - mantle_SpokeConnectorMode: ResolverTypeWrapper; - mantle_SpokeConnectorMode_filter: mantle_SpokeConnectorMode_filter; - mantle_SpokeConnectorMode_orderBy: mantle_SpokeConnectorMode_orderBy; - mantle_TransferStatus: mantle_TransferStatus; - mantle__Block_: ResolverTypeWrapper; - mantle__Meta_: ResolverTypeWrapper; - 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_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_BnbConnectorMeta: ResolverTypeWrapper; - stagingmainnet_BnbConnectorMeta_filter: stagingmainnet_BnbConnectorMeta_filter; - stagingmainnet_BnbConnectorMeta_orderBy: stagingmainnet_BnbConnectorMeta_orderBy; - 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_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_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_ZkSyncConnectorMeta: ResolverTypeWrapper; - stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; - stagingmainnet_ZkSyncConnectorMeta_orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy; - 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_Asset: ResolverTypeWrapper; - mainnet_AssetBalance: ResolverTypeWrapper; - mainnet_AssetBalance_filter: mainnet_AssetBalance_filter; - mainnet_AssetBalance_orderBy: mainnet_AssetBalance_orderBy; - mainnet_AssetStatus: ResolverTypeWrapper; - mainnet_AssetStatus_filter: mainnet_AssetStatus_filter; - mainnet_AssetStatus_orderBy: mainnet_AssetStatus_orderBy; - mainnet_Asset_filter: mainnet_Asset_filter; - mainnet_Asset_orderBy: mainnet_Asset_orderBy; - mainnet_ConnectorMeta: ResolverTypeWrapper; - mainnet_ConnectorMeta_filter: mainnet_ConnectorMeta_filter; - mainnet_ConnectorMeta_orderBy: mainnet_ConnectorMeta_orderBy; - mainnet_DestinationTransfer: ResolverTypeWrapper; - mainnet_DestinationTransfer_filter: mainnet_DestinationTransfer_filter; - mainnet_DestinationTransfer_orderBy: mainnet_DestinationTransfer_orderBy; - mainnet_OptimisticRootFinalized: ResolverTypeWrapper; - mainnet_OptimisticRootFinalized_filter: mainnet_OptimisticRootFinalized_filter; - mainnet_OptimisticRootFinalized_orderBy: mainnet_OptimisticRootFinalized_orderBy; - mainnet_OriginMessage: ResolverTypeWrapper; - mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; - mainnet_OriginMessage_orderBy: mainnet_OriginMessage_orderBy; - mainnet_OriginTransfer: ResolverTypeWrapper; - mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; - mainnet_OriginTransfer_orderBy: mainnet_OriginTransfer_orderBy; - mainnet_Relayer: ResolverTypeWrapper; - mainnet_RelayerFee: ResolverTypeWrapper; - mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; - mainnet_RelayerFee_orderBy: mainnet_RelayerFee_orderBy; - mainnet_RelayerFeesIncrease: ResolverTypeWrapper; - mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; - mainnet_RelayerFeesIncrease_orderBy: mainnet_RelayerFeesIncrease_orderBy; - mainnet_Relayer_filter: mainnet_Relayer_filter; - mainnet_Relayer_orderBy: mainnet_Relayer_orderBy; - mainnet_RootCount: ResolverTypeWrapper; - mainnet_RootCount_filter: mainnet_RootCount_filter; - mainnet_RootCount_orderBy: mainnet_RootCount_orderBy; - mainnet_RootMessageSent: ResolverTypeWrapper; - mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; - mainnet_RootMessageSent_orderBy: mainnet_RootMessageSent_orderBy; - mainnet_Router: ResolverTypeWrapper; - mainnet_RouterDailyTVL: ResolverTypeWrapper; - mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; - mainnet_RouterDailyTVL_orderBy: mainnet_RouterDailyTVL_orderBy; - mainnet_RouterLiquidityEvent: ResolverTypeWrapper; - mainnet_RouterLiquidityEventType: mainnet_RouterLiquidityEventType; - mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; - mainnet_RouterLiquidityEvent_orderBy: mainnet_RouterLiquidityEvent_orderBy; - mainnet_Router_filter: mainnet_Router_filter; - mainnet_Router_orderBy: mainnet_Router_orderBy; - mainnet_Sequencer: ResolverTypeWrapper; - mainnet_Sequencer_filter: mainnet_Sequencer_filter; - mainnet_Sequencer_orderBy: mainnet_Sequencer_orderBy; - mainnet_Setting: ResolverTypeWrapper; - mainnet_Setting_filter: mainnet_Setting_filter; - mainnet_Setting_orderBy: mainnet_Setting_orderBy; - mainnet_SlippageUpdate: ResolverTypeWrapper; - mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; - mainnet_SlippageUpdate_orderBy: mainnet_SlippageUpdate_orderBy; - mainnet_SnapshotRoot: ResolverTypeWrapper; - mainnet_SnapshotRoot_filter: mainnet_SnapshotRoot_filter; - mainnet_SnapshotRoot_orderBy: mainnet_SnapshotRoot_orderBy; - mainnet_SpokeConnectorMode: ResolverTypeWrapper; - mainnet_SpokeConnectorMode_filter: mainnet_SpokeConnectorMode_filter; - mainnet_SpokeConnectorMode_orderBy: mainnet_SpokeConnectorMode_orderBy; - mainnet_TransferStatus: mainnet_TransferStatus; - 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_Aggregation_interval: bnb_Aggregation_interval; - 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; - avalanche_AggregateRoot: ResolverTypeWrapper; - avalanche_AggregateRootProposed: ResolverTypeWrapper; - avalanche_AggregateRootProposed_filter: avalanche_AggregateRootProposed_filter; - avalanche_AggregateRootProposed_orderBy: avalanche_AggregateRootProposed_orderBy; - avalanche_AggregateRoot_filter: avalanche_AggregateRoot_filter; - avalanche_AggregateRoot_orderBy: avalanche_AggregateRoot_orderBy; - avalanche_Aggregation_interval: avalanche_Aggregation_interval; - avalanche_Asset: ResolverTypeWrapper; - avalanche_AssetBalance: ResolverTypeWrapper; - avalanche_AssetBalance_filter: avalanche_AssetBalance_filter; - avalanche_AssetBalance_orderBy: avalanche_AssetBalance_orderBy; - avalanche_AssetStatus: ResolverTypeWrapper; - avalanche_AssetStatus_filter: avalanche_AssetStatus_filter; - avalanche_AssetStatus_orderBy: avalanche_AssetStatus_orderBy; - avalanche_Asset_filter: avalanche_Asset_filter; - avalanche_Asset_orderBy: avalanche_Asset_orderBy; - avalanche_BigDecimal: ResolverTypeWrapper; - avalanche_BlockChangedFilter: avalanche_BlockChangedFilter; - avalanche_Block_height: avalanche_Block_height; - avalanche_Bytes: ResolverTypeWrapper; - avalanche_ConnectorMeta: ResolverTypeWrapper; - avalanche_ConnectorMeta_filter: avalanche_ConnectorMeta_filter; - avalanche_ConnectorMeta_orderBy: avalanche_ConnectorMeta_orderBy; - avalanche_DestinationTransfer: ResolverTypeWrapper; - avalanche_DestinationTransfer_filter: avalanche_DestinationTransfer_filter; - avalanche_DestinationTransfer_orderBy: avalanche_DestinationTransfer_orderBy; - avalanche_Int8: ResolverTypeWrapper; - avalanche_OptimisticRootFinalized: ResolverTypeWrapper; - avalanche_OptimisticRootFinalized_filter: avalanche_OptimisticRootFinalized_filter; - avalanche_OptimisticRootFinalized_orderBy: avalanche_OptimisticRootFinalized_orderBy; - avalanche_OrderDirection: avalanche_OrderDirection; - avalanche_OriginMessage: ResolverTypeWrapper; - avalanche_OriginMessage_filter: avalanche_OriginMessage_filter; - avalanche_OriginMessage_orderBy: avalanche_OriginMessage_orderBy; - avalanche_OriginTransfer: ResolverTypeWrapper; - avalanche_OriginTransfer_filter: avalanche_OriginTransfer_filter; - avalanche_OriginTransfer_orderBy: avalanche_OriginTransfer_orderBy; - avalanche_Relayer: ResolverTypeWrapper; - avalanche_RelayerFee: ResolverTypeWrapper; - avalanche_RelayerFee_filter: avalanche_RelayerFee_filter; - avalanche_RelayerFee_orderBy: avalanche_RelayerFee_orderBy; - avalanche_RelayerFeesIncrease: ResolverTypeWrapper; - avalanche_RelayerFeesIncrease_filter: avalanche_RelayerFeesIncrease_filter; - avalanche_RelayerFeesIncrease_orderBy: avalanche_RelayerFeesIncrease_orderBy; - avalanche_Relayer_filter: avalanche_Relayer_filter; - avalanche_Relayer_orderBy: avalanche_Relayer_orderBy; - avalanche_RootCount: ResolverTypeWrapper; - avalanche_RootCount_filter: avalanche_RootCount_filter; - avalanche_RootCount_orderBy: avalanche_RootCount_orderBy; - avalanche_RootMessageSent: ResolverTypeWrapper; - avalanche_RootMessageSent_filter: avalanche_RootMessageSent_filter; - avalanche_RootMessageSent_orderBy: avalanche_RootMessageSent_orderBy; - avalanche_Router: ResolverTypeWrapper; - avalanche_RouterDailyTVL: ResolverTypeWrapper; - avalanche_RouterDailyTVL_filter: avalanche_RouterDailyTVL_filter; - avalanche_RouterDailyTVL_orderBy: avalanche_RouterDailyTVL_orderBy; - avalanche_RouterLiquidityEvent: ResolverTypeWrapper; - avalanche_RouterLiquidityEventType: avalanche_RouterLiquidityEventType; - avalanche_RouterLiquidityEvent_filter: avalanche_RouterLiquidityEvent_filter; - avalanche_RouterLiquidityEvent_orderBy: avalanche_RouterLiquidityEvent_orderBy; - avalanche_Router_filter: avalanche_Router_filter; - avalanche_Router_orderBy: avalanche_Router_orderBy; - avalanche_Sequencer: ResolverTypeWrapper; - avalanche_Sequencer_filter: avalanche_Sequencer_filter; - avalanche_Sequencer_orderBy: avalanche_Sequencer_orderBy; - avalanche_Setting: ResolverTypeWrapper; - avalanche_Setting_filter: avalanche_Setting_filter; - avalanche_Setting_orderBy: avalanche_Setting_orderBy; - avalanche_SlippageUpdate: ResolverTypeWrapper; - avalanche_SlippageUpdate_filter: avalanche_SlippageUpdate_filter; - avalanche_SlippageUpdate_orderBy: avalanche_SlippageUpdate_orderBy; - avalanche_SnapshotRoot: ResolverTypeWrapper; - avalanche_SnapshotRoot_filter: avalanche_SnapshotRoot_filter; - avalanche_SnapshotRoot_orderBy: avalanche_SnapshotRoot_orderBy; - avalanche_SpokeConnectorMode: ResolverTypeWrapper; - avalanche_SpokeConnectorMode_filter: avalanche_SpokeConnectorMode_filter; - avalanche_SpokeConnectorMode_orderBy: avalanche_SpokeConnectorMode_orderBy; - avalanche_TransferStatus: avalanche_TransferStatus; - avalanche__Block_: ResolverTypeWrapper; - avalanche__Meta_: ResolverTypeWrapper; - mode_AggregateRoot: ResolverTypeWrapper; - mode_AggregateRootProposed: ResolverTypeWrapper; - mode_AggregateRootProposed_filter: mode_AggregateRootProposed_filter; - mode_AggregateRootProposed_orderBy: mode_AggregateRootProposed_orderBy; - mode_AggregateRoot_filter: mode_AggregateRoot_filter; - mode_AggregateRoot_orderBy: mode_AggregateRoot_orderBy; - mode_Asset: ResolverTypeWrapper; - mode_AssetBalance: ResolverTypeWrapper; - mode_AssetBalance_filter: mode_AssetBalance_filter; - mode_AssetBalance_orderBy: mode_AssetBalance_orderBy; - mode_AssetStatus: ResolverTypeWrapper; - mode_AssetStatus_filter: mode_AssetStatus_filter; - mode_AssetStatus_orderBy: mode_AssetStatus_orderBy; - mode_Asset_filter: mode_Asset_filter; - mode_Asset_orderBy: mode_Asset_orderBy; - mode_BigDecimal: ResolverTypeWrapper; - mode_BlockChangedFilter: mode_BlockChangedFilter; - mode_Block_height: mode_Block_height; - mode_Bytes: ResolverTypeWrapper; - mode_ConnectorMeta: ResolverTypeWrapper; - mode_ConnectorMeta_filter: mode_ConnectorMeta_filter; - mode_ConnectorMeta_orderBy: mode_ConnectorMeta_orderBy; - mode_DestinationTransfer: ResolverTypeWrapper; - mode_DestinationTransfer_filter: mode_DestinationTransfer_filter; - mode_DestinationTransfer_orderBy: mode_DestinationTransfer_orderBy; - mode_Int8: ResolverTypeWrapper; - mode_OptimisticRootFinalized: ResolverTypeWrapper; - mode_OptimisticRootFinalized_filter: mode_OptimisticRootFinalized_filter; - mode_OptimisticRootFinalized_orderBy: mode_OptimisticRootFinalized_orderBy; - mode_OrderDirection: mode_OrderDirection; - mode_OriginMessage: ResolverTypeWrapper; - mode_OriginMessage_filter: mode_OriginMessage_filter; - mode_OriginMessage_orderBy: mode_OriginMessage_orderBy; - mode_OriginTransfer: ResolverTypeWrapper; - mode_OriginTransfer_filter: mode_OriginTransfer_filter; - mode_OriginTransfer_orderBy: mode_OriginTransfer_orderBy; - mode_Relayer: ResolverTypeWrapper; - mode_RelayerFee: ResolverTypeWrapper; - mode_RelayerFee_filter: mode_RelayerFee_filter; - mode_RelayerFee_orderBy: mode_RelayerFee_orderBy; - mode_RelayerFeesIncrease: ResolverTypeWrapper; - mode_RelayerFeesIncrease_filter: mode_RelayerFeesIncrease_filter; - mode_RelayerFeesIncrease_orderBy: mode_RelayerFeesIncrease_orderBy; - mode_Relayer_filter: mode_Relayer_filter; - mode_Relayer_orderBy: mode_Relayer_orderBy; - mode_RootCount: ResolverTypeWrapper; - mode_RootCount_filter: mode_RootCount_filter; - mode_RootCount_orderBy: mode_RootCount_orderBy; - mode_RootMessageSent: ResolverTypeWrapper; - mode_RootMessageSent_filter: mode_RootMessageSent_filter; - mode_RootMessageSent_orderBy: mode_RootMessageSent_orderBy; - mode_Router: ResolverTypeWrapper; - mode_RouterDailyTVL: ResolverTypeWrapper; - mode_RouterDailyTVL_filter: mode_RouterDailyTVL_filter; - mode_RouterDailyTVL_orderBy: mode_RouterDailyTVL_orderBy; - mode_RouterLiquidityEvent: ResolverTypeWrapper; - mode_RouterLiquidityEventType: mode_RouterLiquidityEventType; - mode_RouterLiquidityEvent_filter: mode_RouterLiquidityEvent_filter; - mode_RouterLiquidityEvent_orderBy: mode_RouterLiquidityEvent_orderBy; - mode_Router_filter: mode_Router_filter; - mode_Router_orderBy: mode_Router_orderBy; - mode_Sequencer: ResolverTypeWrapper; - mode_Sequencer_filter: mode_Sequencer_filter; - mode_Sequencer_orderBy: mode_Sequencer_orderBy; - mode_Setting: ResolverTypeWrapper; - mode_Setting_filter: mode_Setting_filter; - mode_Setting_orderBy: mode_Setting_orderBy; - mode_SlippageUpdate: ResolverTypeWrapper; - mode_SlippageUpdate_filter: mode_SlippageUpdate_filter; - mode_SlippageUpdate_orderBy: mode_SlippageUpdate_orderBy; - mode_SnapshotRoot: ResolverTypeWrapper; - mode_SnapshotRoot_filter: mode_SnapshotRoot_filter; - mode_SnapshotRoot_orderBy: mode_SnapshotRoot_orderBy; - mode_SpokeConnectorMode: ResolverTypeWrapper; - mode_SpokeConnectorMode_filter: mode_SpokeConnectorMode_filter; - mode_SpokeConnectorMode_orderBy: mode_SpokeConnectorMode_orderBy; - mode_TransferStatus: mode_TransferStatus; - mode__Block_: ResolverTypeWrapper; - mode__Meta_: ResolverTypeWrapper; - 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_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; - stagingoptimismgoerli_swap_Aggregation_interval: stagingoptimismgoerli_swap_Aggregation_interval; - stagingoptimismgoerli_swap_BigDecimal: ResolverTypeWrapper; - stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; - stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; - stagingoptimismgoerli_swap_Bytes: ResolverTypeWrapper; - stagingoptimismgoerli_swap_Int8: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpAccount: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; - stagingoptimismgoerli_swap_LpAccountBalance_orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy; - stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; - stagingoptimismgoerli_swap_LpAccount_orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy; - stagingoptimismgoerli_swap_LpToken: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpTokenEvent: ResolversTypes['stagingoptimismgoerli_swap_LpTransferEvent']; - stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; - stagingoptimismgoerli_swap_LpTokenEvent_orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy; - stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; - stagingoptimismgoerli_swap_LpToken_orderBy: stagingoptimismgoerli_swap_LpToken_orderBy; - stagingoptimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; - stagingoptimismgoerli_swap_LpTransferEvent_orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy; - stagingoptimismgoerli_swap_OrderDirection: stagingoptimismgoerli_swap_OrderDirection; - stagingoptimismgoerli_swap_PooledToken: ResolverTypeWrapper; - stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; - stagingoptimismgoerli_swap_PooledToken_orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy; - stagingoptimismgoerli_swap_StableSwap: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; - stagingoptimismgoerli_swap_StableSwapEvent: ResolversTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; - stagingoptimismgoerli_swap_StableSwapEvent_orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy; - stagingoptimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; - stagingoptimismgoerli_swap_StableSwapExchange_orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; - stagingoptimismgoerli_swap_StableSwap_orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy; - stagingoptimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; - stagingoptimismgoerli_swap_SwapDailyVolume_orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy; - stagingoptimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; - stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy; - stagingoptimismgoerli_swap_SwapTradeVolume: ResolversTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; - stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; - stagingoptimismgoerli_swap_SwapTradeVolume_orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy; - stagingoptimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; - stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy; - stagingoptimismgoerli_swap_SystemInfo: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; - stagingoptimismgoerli_swap_SystemInfo_orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy; - stagingoptimismgoerli_swap__Block_: ResolverTypeWrapper; - stagingoptimismgoerli_swap__Meta_: ResolverTypeWrapper; - x1testnet_AggregateRoot: ResolverTypeWrapper; - x1testnet_AggregateRootProposed: ResolverTypeWrapper; - x1testnet_AggregateRootProposed_filter: x1testnet_AggregateRootProposed_filter; - x1testnet_AggregateRootProposed_orderBy: x1testnet_AggregateRootProposed_orderBy; - x1testnet_AggregateRoot_filter: x1testnet_AggregateRoot_filter; - x1testnet_AggregateRoot_orderBy: x1testnet_AggregateRoot_orderBy; - x1testnet_Asset: ResolverTypeWrapper; - x1testnet_AssetBalance: ResolverTypeWrapper; - x1testnet_AssetBalance_filter: x1testnet_AssetBalance_filter; - x1testnet_AssetBalance_orderBy: x1testnet_AssetBalance_orderBy; - x1testnet_AssetStatus: ResolverTypeWrapper; - x1testnet_AssetStatus_filter: x1testnet_AssetStatus_filter; - x1testnet_AssetStatus_orderBy: x1testnet_AssetStatus_orderBy; - x1testnet_Asset_filter: x1testnet_Asset_filter; - x1testnet_Asset_orderBy: x1testnet_Asset_orderBy; - x1testnet_BigDecimal: ResolverTypeWrapper; - x1testnet_BlockChangedFilter: x1testnet_BlockChangedFilter; - x1testnet_Block_height: x1testnet_Block_height; - x1testnet_Bytes: ResolverTypeWrapper; - x1testnet_ConnectorMeta: ResolverTypeWrapper; - x1testnet_ConnectorMeta_filter: x1testnet_ConnectorMeta_filter; - x1testnet_ConnectorMeta_orderBy: x1testnet_ConnectorMeta_orderBy; - x1testnet_DestinationTransfer: ResolverTypeWrapper; - x1testnet_DestinationTransfer_filter: x1testnet_DestinationTransfer_filter; - x1testnet_DestinationTransfer_orderBy: x1testnet_DestinationTransfer_orderBy; - x1testnet_Int8: ResolverTypeWrapper; - x1testnet_OptimisticRootFinalized: ResolverTypeWrapper; - x1testnet_OptimisticRootFinalized_filter: x1testnet_OptimisticRootFinalized_filter; - x1testnet_OptimisticRootFinalized_orderBy: x1testnet_OptimisticRootFinalized_orderBy; - x1testnet_OrderDirection: x1testnet_OrderDirection; - x1testnet_OriginMessage: ResolverTypeWrapper; - x1testnet_OriginMessage_filter: x1testnet_OriginMessage_filter; - x1testnet_OriginMessage_orderBy: x1testnet_OriginMessage_orderBy; - x1testnet_OriginTransfer: ResolverTypeWrapper; - x1testnet_OriginTransfer_filter: x1testnet_OriginTransfer_filter; - x1testnet_OriginTransfer_orderBy: x1testnet_OriginTransfer_orderBy; - x1testnet_Relayer: ResolverTypeWrapper; - x1testnet_RelayerFee: ResolverTypeWrapper; - x1testnet_RelayerFee_filter: x1testnet_RelayerFee_filter; - x1testnet_RelayerFee_orderBy: x1testnet_RelayerFee_orderBy; - x1testnet_RelayerFeesIncrease: ResolverTypeWrapper; - x1testnet_RelayerFeesIncrease_filter: x1testnet_RelayerFeesIncrease_filter; - x1testnet_RelayerFeesIncrease_orderBy: x1testnet_RelayerFeesIncrease_orderBy; - x1testnet_Relayer_filter: x1testnet_Relayer_filter; - x1testnet_Relayer_orderBy: x1testnet_Relayer_orderBy; - x1testnet_RootCount: ResolverTypeWrapper; - x1testnet_RootCount_filter: x1testnet_RootCount_filter; - x1testnet_RootCount_orderBy: x1testnet_RootCount_orderBy; - x1testnet_RootMessageSent: ResolverTypeWrapper; - x1testnet_RootMessageSent_filter: x1testnet_RootMessageSent_filter; - x1testnet_RootMessageSent_orderBy: x1testnet_RootMessageSent_orderBy; - x1testnet_Router: ResolverTypeWrapper; - x1testnet_RouterDailyTVL: ResolverTypeWrapper; - x1testnet_RouterDailyTVL_filter: x1testnet_RouterDailyTVL_filter; - x1testnet_RouterDailyTVL_orderBy: x1testnet_RouterDailyTVL_orderBy; - x1testnet_RouterLiquidityEvent: ResolverTypeWrapper; - x1testnet_RouterLiquidityEventType: x1testnet_RouterLiquidityEventType; - x1testnet_RouterLiquidityEvent_filter: x1testnet_RouterLiquidityEvent_filter; - x1testnet_RouterLiquidityEvent_orderBy: x1testnet_RouterLiquidityEvent_orderBy; - x1testnet_Router_filter: x1testnet_Router_filter; - x1testnet_Router_orderBy: x1testnet_Router_orderBy; - x1testnet_Sequencer: ResolverTypeWrapper; - x1testnet_Sequencer_filter: x1testnet_Sequencer_filter; - x1testnet_Sequencer_orderBy: x1testnet_Sequencer_orderBy; - x1testnet_Setting: ResolverTypeWrapper; - x1testnet_Setting_filter: x1testnet_Setting_filter; - x1testnet_Setting_orderBy: x1testnet_Setting_orderBy; - x1testnet_SlippageUpdate: ResolverTypeWrapper; - x1testnet_SlippageUpdate_filter: x1testnet_SlippageUpdate_filter; - x1testnet_SlippageUpdate_orderBy: x1testnet_SlippageUpdate_orderBy; - x1testnet_SnapshotRoot: ResolverTypeWrapper; - x1testnet_SnapshotRoot_filter: x1testnet_SnapshotRoot_filter; - x1testnet_SnapshotRoot_orderBy: x1testnet_SnapshotRoot_orderBy; - x1testnet_SpokeConnectorMode: ResolverTypeWrapper; - x1testnet_SpokeConnectorMode_filter: x1testnet_SpokeConnectorMode_filter; - x1testnet_SpokeConnectorMode_orderBy: x1testnet_SpokeConnectorMode_orderBy; - x1testnet_TransferStatus: x1testnet_TransferStatus; - x1testnet__Block_: ResolverTypeWrapper; - x1testnet__Meta_: ResolverTypeWrapper; -}>; - -/** Mapping between all available schema types and the resolvers parents */ -export type ResolversParentTypes = ResolversObject<{ - Query: {}; - Subscription: {}; - testoptimismgoerli_Asset: testoptimismgoerli_Asset; - testoptimismgoerli_AssetBalance: testoptimismgoerli_AssetBalance; - testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; - testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; - testoptimismgoerli_BigDecimal: Scalars['testoptimismgoerli_BigDecimal']; - BigInt: Scalars['BigInt']; - testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; - testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; - Boolean: Scalars['Boolean']; - testoptimismgoerli_Bytes: Scalars['testoptimismgoerli_Bytes']; - testoptimismgoerli_DestinationTransfer: testoptimismgoerli_DestinationTransfer; - testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; - Float: Scalars['Float']; - ID: Scalars['ID']; - Int: Scalars['Int']; - testoptimismgoerli_Int8: Scalars['testoptimismgoerli_Int8']; - testoptimismgoerli_OriginTransfer: testoptimismgoerli_OriginTransfer; - testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; - testoptimismgoerli_Relayer: testoptimismgoerli_Relayer; - testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; - testoptimismgoerli_Router: testoptimismgoerli_Router; - testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; - testoptimismgoerli_Setting: testoptimismgoerli_Setting; - testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; - testoptimismgoerli_SponsorVault: testoptimismgoerli_SponsorVault; - testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; - testoptimismgoerli_StableSwap: testoptimismgoerli_StableSwap; - testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; - String: Scalars['String']; - testoptimismgoerli__Block_: testoptimismgoerli__Block_; - testoptimismgoerli__Meta_: testoptimismgoerli__Meta_; - staginggoerli_AggregateRootSavedSlow: staginggoerli_AggregateRootSavedSlow; - staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; - staginggoerli_AggregatedMessageRoot: staginggoerli_AggregatedMessageRoot; - staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; - staginggoerli_ArbitrumConnectorMeta: staginggoerli_ArbitrumConnectorMeta; - staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; - staginggoerli_BigDecimal: Scalars['staginggoerli_BigDecimal']; - staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; - staginggoerli_Block_height: staginggoerli_Block_height; - staginggoerli_BnbConnectorMeta: staginggoerli_BnbConnectorMeta; - staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; - staginggoerli_Bytes: Scalars['staginggoerli_Bytes']; - staginggoerli_GnosisConnectorMeta: staginggoerli_GnosisConnectorMeta; - staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; - staginggoerli_HubDomain: staginggoerli_HubDomain; - staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; - staginggoerli_HubOptimisticRootFinalized: staginggoerli_HubOptimisticRootFinalized; - staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; - staginggoerli_Int8: Scalars['staginggoerli_Int8']; - staginggoerli_OptimismConnectorMeta: staginggoerli_OptimismConnectorMeta; - staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; - staginggoerli_OptimisticRootPropagated: staginggoerli_OptimisticRootPropagated; - staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; - staginggoerli_OptimisticRootProposed: staginggoerli_OptimisticRootProposed; - staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; - staginggoerli_PolygonConnectorMeta: staginggoerli_PolygonConnectorMeta; - staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; - staginggoerli_RootAggregated: staginggoerli_RootAggregated; - staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; - staginggoerli_RootManagerMeta: staginggoerli_RootManagerMeta; - staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; - staginggoerli_RootManagerMode: staginggoerli_RootManagerMode; - staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; - staginggoerli_RootMessageProcessed: staginggoerli_RootMessageProcessed; - staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; - staginggoerli_RootPropagated: staginggoerli_RootPropagated; - staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; - staginggoerli_ZkSyncConnectorMeta: staginggoerli_ZkSyncConnectorMeta; - staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; - staginggoerli__Block_: staginggoerli__Block_; - staginggoerli__Meta_: staginggoerli__Meta_; - optimismgoerli_swap_BigDecimal: Scalars['optimismgoerli_swap_BigDecimal']; - optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; - optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; - optimismgoerli_swap_Bytes: Scalars['optimismgoerli_swap_Bytes']; - optimismgoerli_swap_Int8: Scalars['optimismgoerli_swap_Int8']; - optimismgoerli_swap_LpAccount: optimismgoerli_swap_LpAccount; - optimismgoerli_swap_LpAccountBalance: optimismgoerli_swap_LpAccountBalance; - optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; - optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; - optimismgoerli_swap_LpToken: optimismgoerli_swap_LpToken; - optimismgoerli_swap_LpTokenEvent: ResolversParentTypes['optimismgoerli_swap_LpTransferEvent']; - optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; - optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; - optimismgoerli_swap_LpTransferEvent: optimismgoerli_swap_LpTransferEvent; - optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; - optimismgoerli_swap_PooledToken: optimismgoerli_swap_PooledToken; - optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; - optimismgoerli_swap_StableSwap: optimismgoerli_swap_StableSwap; - optimismgoerli_swap_StableSwapAddLiquidityEvent: optimismgoerli_swap_StableSwapAddLiquidityEvent; - optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - optimismgoerli_swap_StableSwapEvent: ResolversParentTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; - optimismgoerli_swap_StableSwapExchange: optimismgoerli_swap_StableSwapExchange; - optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent: optimismgoerli_swap_StableSwapRemoveLiquidityEvent; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; - optimismgoerli_swap_SwapDailyVolume: optimismgoerli_swap_SwapDailyVolume; - optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; - optimismgoerli_swap_SwapHourlyVolume: optimismgoerli_swap_SwapHourlyVolume; - optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; - optimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapWeeklyVolume']; - optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; - optimismgoerli_swap_SwapWeeklyVolume: optimismgoerli_swap_SwapWeeklyVolume; - optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; - optimismgoerli_swap_SystemInfo: optimismgoerli_swap_SystemInfo; - optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; - optimismgoerli_swap__Block_: optimismgoerli_swap__Block_; - optimismgoerli_swap__Meta_: optimismgoerli_swap__Meta_; - 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_; - 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_; - bnb_swap_BigDecimal: Scalars['bnb_swap_BigDecimal']; - bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; - bnb_swap_Block_height: bnb_swap_Block_height; - bnb_swap_Bytes: Scalars['bnb_swap_Bytes']; - bnb_swap_Int8: Scalars['bnb_swap_Int8']; - bnb_swap_LpAccount: bnb_swap_LpAccount; - bnb_swap_LpAccountBalance: bnb_swap_LpAccountBalance; - bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; - bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; - bnb_swap_LpToken: bnb_swap_LpToken; - bnb_swap_LpTokenEvent: ResolversParentTypes['bnb_swap_LpTransferEvent']; - bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; - bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; - bnb_swap_LpTransferEvent: bnb_swap_LpTransferEvent; - bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; - bnb_swap_PooledToken: bnb_swap_PooledToken; - bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; - bnb_swap_StableSwap: bnb_swap_StableSwap; - bnb_swap_StableSwapAddLiquidityEvent: bnb_swap_StableSwapAddLiquidityEvent; - bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; - bnb_swap_StableSwapEvent: ResolversParentTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; - bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; - bnb_swap_StableSwapExchange: bnb_swap_StableSwapExchange; - bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; - bnb_swap_StableSwapRemoveLiquidityEvent: bnb_swap_StableSwapRemoveLiquidityEvent; - bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; - bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; - bnb_swap_SwapDailyVolume: bnb_swap_SwapDailyVolume; - bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; - bnb_swap_SwapHourlyVolume: bnb_swap_SwapHourlyVolume; - bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; - bnb_swap_SwapTradeVolume: ResolversParentTypes['bnb_swap_SwapDailyVolume'] | ResolversParentTypes['bnb_swap_SwapHourlyVolume'] | ResolversParentTypes['bnb_swap_SwapWeeklyVolume']; - bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; - bnb_swap_SwapWeeklyVolume: bnb_swap_SwapWeeklyVolume; - bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; - bnb_swap_SystemInfo: bnb_swap_SystemInfo; - bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; - bnb_swap__Block_: bnb_swap__Block_; - bnb_swap__Meta_: bnb_swap__Meta_; - 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_; - localmainnet_AggregateRootSavedSlow: localmainnet_AggregateRootSavedSlow; - localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; - localmainnet_AggregatedMessageRoot: localmainnet_AggregatedMessageRoot; - localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; - localmainnet_ArbitrumConnectorMeta: localmainnet_ArbitrumConnectorMeta; - localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; - localmainnet_BigDecimal: Scalars['localmainnet_BigDecimal']; - localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; - localmainnet_Block_height: localmainnet_Block_height; - localmainnet_BnbConnectorMeta: localmainnet_BnbConnectorMeta; - localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; - localmainnet_Bytes: Scalars['localmainnet_Bytes']; - localmainnet_GnosisConnectorMeta: localmainnet_GnosisConnectorMeta; - localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; - localmainnet_HubDomain: localmainnet_HubDomain; - localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; - localmainnet_HubOptimisticRootFinalized: localmainnet_HubOptimisticRootFinalized; - localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; - localmainnet_Int8: Scalars['localmainnet_Int8']; - localmainnet_OptimismConnectorMeta: localmainnet_OptimismConnectorMeta; - localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; - localmainnet_OptimisticRootPropagated: localmainnet_OptimisticRootPropagated; - localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; - localmainnet_OptimisticRootProposed: localmainnet_OptimisticRootProposed; - localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; - localmainnet_PolygonConnectorMeta: localmainnet_PolygonConnectorMeta; - localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; - localmainnet_RootAggregated: localmainnet_RootAggregated; - localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; - localmainnet_RootManagerMeta: localmainnet_RootManagerMeta; - localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; - localmainnet_RootManagerMode: localmainnet_RootManagerMode; - localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; - localmainnet_RootMessageProcessed: localmainnet_RootMessageProcessed; - localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; - localmainnet_RootPropagated: localmainnet_RootPropagated; - localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; - localmainnet_ZkSyncConnectorMeta: localmainnet_ZkSyncConnectorMeta; - localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; - localmainnet__Block_: localmainnet__Block_; - localmainnet__Meta_: localmainnet__Meta_; - lineagoerli_AggregateRoot: lineagoerli_AggregateRoot; - lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; - lineagoerli_Asset: lineagoerli_Asset; - lineagoerli_AssetBalance: lineagoerli_AssetBalance; - lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; - lineagoerli_AssetStatus: lineagoerli_AssetStatus; - lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; - lineagoerli_Asset_filter: lineagoerli_Asset_filter; - lineagoerli_BigDecimal: Scalars['lineagoerli_BigDecimal']; - lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; - lineagoerli_Block_height: lineagoerli_Block_height; - lineagoerli_Bytes: Scalars['lineagoerli_Bytes']; - lineagoerli_ConnectorMeta: lineagoerli_ConnectorMeta; - lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; - lineagoerli_DestinationTransfer: lineagoerli_DestinationTransfer; - lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; - lineagoerli_OriginMessage: lineagoerli_OriginMessage; - lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; - lineagoerli_OriginTransfer: lineagoerli_OriginTransfer; - lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; - lineagoerli_Relayer: lineagoerli_Relayer; - lineagoerli_RelayerFee: lineagoerli_RelayerFee; - lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; - lineagoerli_RelayerFeesIncrease: lineagoerli_RelayerFeesIncrease; - lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; - lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; - lineagoerli_RootCount: lineagoerli_RootCount; - lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; - lineagoerli_RootMessageSent: lineagoerli_RootMessageSent; - lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; - lineagoerli_Router: lineagoerli_Router; - lineagoerli_RouterDailyTVL: lineagoerli_RouterDailyTVL; - lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; - lineagoerli_Router_filter: lineagoerli_Router_filter; - lineagoerli_Sequencer: lineagoerli_Sequencer; - lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; - lineagoerli_Setting: lineagoerli_Setting; - lineagoerli_Setting_filter: lineagoerli_Setting_filter; - lineagoerli_SlippageUpdate: lineagoerli_SlippageUpdate; - lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; - lineagoerli__Block_: lineagoerli__Block_; - lineagoerli__Meta_: lineagoerli__Meta_; - xdai_swap_BigDecimal: Scalars['xdai_swap_BigDecimal']; - xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; - xdai_swap_Block_height: xdai_swap_Block_height; - xdai_swap_Bytes: Scalars['xdai_swap_Bytes']; - xdai_swap_Int8: Scalars['xdai_swap_Int8']; - xdai_swap_LpAccount: xdai_swap_LpAccount; - xdai_swap_LpAccountBalance: xdai_swap_LpAccountBalance; - xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; - xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; - xdai_swap_LpToken: xdai_swap_LpToken; - xdai_swap_LpTokenEvent: ResolversParentTypes['xdai_swap_LpTransferEvent']; - xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; - xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; - xdai_swap_LpTransferEvent: xdai_swap_LpTransferEvent; - xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; - xdai_swap_PooledToken: xdai_swap_PooledToken; - xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; - xdai_swap_StableSwap: xdai_swap_StableSwap; - xdai_swap_StableSwapAddLiquidityEvent: xdai_swap_StableSwapAddLiquidityEvent; - xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; - xdai_swap_StableSwapEvent: ResolversParentTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; - xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; - xdai_swap_StableSwapExchange: xdai_swap_StableSwapExchange; - xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; - xdai_swap_StableSwapRemoveLiquidityEvent: xdai_swap_StableSwapRemoveLiquidityEvent; - xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; - xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; - xdai_swap_SwapDailyVolume: xdai_swap_SwapDailyVolume; - xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; - xdai_swap_SwapHourlyVolume: xdai_swap_SwapHourlyVolume; - xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; - xdai_swap_SwapTradeVolume: ResolversParentTypes['xdai_swap_SwapDailyVolume'] | ResolversParentTypes['xdai_swap_SwapHourlyVolume'] | ResolversParentTypes['xdai_swap_SwapWeeklyVolume']; - xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; - xdai_swap_SwapWeeklyVolume: xdai_swap_SwapWeeklyVolume; - xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; - xdai_swap_SystemInfo: xdai_swap_SystemInfo; - xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; - xdai_swap__Block_: xdai_swap__Block_; - xdai_swap__Meta_: xdai_swap__Meta_; - staginggoerli_swap_BigDecimal: Scalars['staginggoerli_swap_BigDecimal']; - staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; - staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; - staginggoerli_swap_Bytes: Scalars['staginggoerli_swap_Bytes']; - staginggoerli_swap_Int8: Scalars['staginggoerli_swap_Int8']; - staginggoerli_swap_LpAccount: staginggoerli_swap_LpAccount; - staginggoerli_swap_LpAccountBalance: staginggoerli_swap_LpAccountBalance; - staginggoerli_swap_LpAccountBalance_filter: staginggoerli_swap_LpAccountBalance_filter; - staginggoerli_swap_LpAccount_filter: staginggoerli_swap_LpAccount_filter; - staginggoerli_swap_LpToken: staginggoerli_swap_LpToken; - staginggoerli_swap_LpTokenEvent: ResolversParentTypes['staginggoerli_swap_LpTransferEvent']; - staginggoerli_swap_LpTokenEvent_filter: staginggoerli_swap_LpTokenEvent_filter; - staginggoerli_swap_LpToken_filter: staginggoerli_swap_LpToken_filter; - staginggoerli_swap_LpTransferEvent: staginggoerli_swap_LpTransferEvent; - staginggoerli_swap_LpTransferEvent_filter: staginggoerli_swap_LpTransferEvent_filter; - staginggoerli_swap_PooledToken: staginggoerli_swap_PooledToken; - staginggoerli_swap_PooledToken_filter: staginggoerli_swap_PooledToken_filter; - staginggoerli_swap_StableSwap: staginggoerli_swap_StableSwap; - staginggoerli_swap_StableSwapAddLiquidityEvent: staginggoerli_swap_StableSwapAddLiquidityEvent; - staginggoerli_swap_StableSwapAddLiquidityEvent_filter: staginggoerli_swap_StableSwapAddLiquidityEvent_filter; - staginggoerli_swap_StableSwapEvent: ResolversParentTypes['staginggoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['staginggoerli_swap_StableSwapRemoveLiquidityEvent']; - staginggoerli_swap_StableSwapEvent_filter: staginggoerli_swap_StableSwapEvent_filter; - staginggoerli_swap_StableSwapExchange: staginggoerli_swap_StableSwapExchange; - staginggoerli_swap_StableSwapExchange_filter: staginggoerli_swap_StableSwapExchange_filter; - staginggoerli_swap_StableSwapRemoveLiquidityEvent: staginggoerli_swap_StableSwapRemoveLiquidityEvent; - staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter; - staginggoerli_swap_StableSwap_filter: staginggoerli_swap_StableSwap_filter; - staginggoerli_swap_SwapDailyVolume: staginggoerli_swap_SwapDailyVolume; - staginggoerli_swap_SwapDailyVolume_filter: staginggoerli_swap_SwapDailyVolume_filter; - staginggoerli_swap_SwapHourlyVolume: staginggoerli_swap_SwapHourlyVolume; - staginggoerli_swap_SwapHourlyVolume_filter: staginggoerli_swap_SwapHourlyVolume_filter; - staginggoerli_swap_SwapTradeVolume: ResolversParentTypes['staginggoerli_swap_SwapDailyVolume'] | ResolversParentTypes['staginggoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['staginggoerli_swap_SwapWeeklyVolume']; - staginggoerli_swap_SwapTradeVolume_filter: staginggoerli_swap_SwapTradeVolume_filter; - staginggoerli_swap_SwapWeeklyVolume: staginggoerli_swap_SwapWeeklyVolume; - staginggoerli_swap_SwapWeeklyVolume_filter: staginggoerli_swap_SwapWeeklyVolume_filter; - staginggoerli_swap_SystemInfo: staginggoerli_swap_SystemInfo; - staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; - staginggoerli_swap__Block_: staginggoerli_swap__Block_; - staginggoerli_swap__Meta_: staginggoerli_swap__Meta_; - arbitrumone_swap_BigDecimal: Scalars['arbitrumone_swap_BigDecimal']; - arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; - arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; - arbitrumone_swap_Bytes: Scalars['arbitrumone_swap_Bytes']; - arbitrumone_swap_Int8: Scalars['arbitrumone_swap_Int8']; - arbitrumone_swap_LpAccount: arbitrumone_swap_LpAccount; - arbitrumone_swap_LpAccountBalance: arbitrumone_swap_LpAccountBalance; - arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; - arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; - arbitrumone_swap_LpToken: arbitrumone_swap_LpToken; - arbitrumone_swap_LpTokenEvent: ResolversParentTypes['arbitrumone_swap_LpTransferEvent']; - arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; - arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; - arbitrumone_swap_LpTransferEvent: arbitrumone_swap_LpTransferEvent; - arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; - arbitrumone_swap_PooledToken: arbitrumone_swap_PooledToken; - arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; - arbitrumone_swap_StableSwap: arbitrumone_swap_StableSwap; - arbitrumone_swap_StableSwapAddLiquidityEvent: arbitrumone_swap_StableSwapAddLiquidityEvent; - arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; - arbitrumone_swap_StableSwapEvent: ResolversParentTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; - arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; - arbitrumone_swap_StableSwapExchange: arbitrumone_swap_StableSwapExchange; - arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; - arbitrumone_swap_StableSwapRemoveLiquidityEvent: arbitrumone_swap_StableSwapRemoveLiquidityEvent; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; - arbitrumone_swap_SwapDailyVolume: arbitrumone_swap_SwapDailyVolume; - arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; - arbitrumone_swap_SwapHourlyVolume: arbitrumone_swap_SwapHourlyVolume; - arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; - arbitrumone_swap_SwapTradeVolume: ResolversParentTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapWeeklyVolume']; - arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; - arbitrumone_swap_SwapWeeklyVolume: arbitrumone_swap_SwapWeeklyVolume; - arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; - arbitrumone_swap_SystemInfo: arbitrumone_swap_SystemInfo; - arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; - arbitrumone_swap__Block_: arbitrumone_swap__Block_; - arbitrumone_swap__Meta_: arbitrumone_swap__Meta_; - optimism_swap_BigDecimal: Scalars['optimism_swap_BigDecimal']; - optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; - optimism_swap_Block_height: optimism_swap_Block_height; - optimism_swap_Bytes: Scalars['optimism_swap_Bytes']; - optimism_swap_Int8: Scalars['optimism_swap_Int8']; - optimism_swap_LpAccount: optimism_swap_LpAccount; - optimism_swap_LpAccountBalance: optimism_swap_LpAccountBalance; - optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; - optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; - optimism_swap_LpToken: optimism_swap_LpToken; - optimism_swap_LpTokenEvent: ResolversParentTypes['optimism_swap_LpTransferEvent']; - optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; - optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; - optimism_swap_LpTransferEvent: optimism_swap_LpTransferEvent; - optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; - optimism_swap_PooledToken: optimism_swap_PooledToken; - optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; - optimism_swap_StableSwap: optimism_swap_StableSwap; - optimism_swap_StableSwapAddLiquidityEvent: optimism_swap_StableSwapAddLiquidityEvent; - optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; - optimism_swap_StableSwapEvent: ResolversParentTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; - optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; - optimism_swap_StableSwapExchange: optimism_swap_StableSwapExchange; - optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; - optimism_swap_StableSwapRemoveLiquidityEvent: optimism_swap_StableSwapRemoveLiquidityEvent; - optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; - optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; - optimism_swap_SwapDailyVolume: optimism_swap_SwapDailyVolume; - optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; - optimism_swap_SwapHourlyVolume: optimism_swap_SwapHourlyVolume; - optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; - optimism_swap_SwapTradeVolume: ResolversParentTypes['optimism_swap_SwapDailyVolume'] | ResolversParentTypes['optimism_swap_SwapHourlyVolume'] | ResolversParentTypes['optimism_swap_SwapWeeklyVolume']; - optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; - optimism_swap_SwapWeeklyVolume: optimism_swap_SwapWeeklyVolume; - optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; - optimism_swap_SystemInfo: optimism_swap_SystemInfo; - optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; - optimism_swap__Block_: optimism_swap__Block_; - optimism_swap__Meta_: optimism_swap__Meta_; - polygon_swap_BigDecimal: Scalars['polygon_swap_BigDecimal']; - polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; - polygon_swap_Block_height: polygon_swap_Block_height; - polygon_swap_Bytes: Scalars['polygon_swap_Bytes']; - polygon_swap_Int8: Scalars['polygon_swap_Int8']; - polygon_swap_LpAccount: polygon_swap_LpAccount; - polygon_swap_LpAccountBalance: polygon_swap_LpAccountBalance; - polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; - polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; - polygon_swap_LpToken: polygon_swap_LpToken; - polygon_swap_LpTokenEvent: ResolversParentTypes['polygon_swap_LpTransferEvent']; - polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; - polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; - polygon_swap_LpTransferEvent: polygon_swap_LpTransferEvent; - polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; - polygon_swap_PooledToken: polygon_swap_PooledToken; - polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; - polygon_swap_StableSwap: polygon_swap_StableSwap; - polygon_swap_StableSwapAddLiquidityEvent: polygon_swap_StableSwapAddLiquidityEvent; - polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; - polygon_swap_StableSwapEvent: ResolversParentTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; - polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; - polygon_swap_StableSwapExchange: polygon_swap_StableSwapExchange; - polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; - polygon_swap_StableSwapRemoveLiquidityEvent: polygon_swap_StableSwapRemoveLiquidityEvent; - polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; - polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; - polygon_swap_SwapDailyVolume: polygon_swap_SwapDailyVolume; - polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; - polygon_swap_SwapHourlyVolume: polygon_swap_SwapHourlyVolume; - polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; - polygon_swap_SwapTradeVolume: ResolversParentTypes['polygon_swap_SwapDailyVolume'] | ResolversParentTypes['polygon_swap_SwapHourlyVolume'] | ResolversParentTypes['polygon_swap_SwapWeeklyVolume']; - polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; - polygon_swap_SwapWeeklyVolume: polygon_swap_SwapWeeklyVolume; - polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; - polygon_swap_SystemInfo: polygon_swap_SystemInfo; - polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; - polygon_swap__Block_: polygon_swap__Block_; - polygon_swap__Meta_: polygon_swap__Meta_; - goerli_AggregateRootSavedSlow: goerli_AggregateRootSavedSlow; - goerli_AggregateRootSavedSlow_filter: goerli_AggregateRootSavedSlow_filter; - goerli_AggregatedMessageRoot: goerli_AggregatedMessageRoot; - goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; - goerli_ArbitrumConnectorMeta: goerli_ArbitrumConnectorMeta; - goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; - goerli_BaseConnectorMeta: goerli_BaseConnectorMeta; - goerli_BaseConnectorMeta_filter: goerli_BaseConnectorMeta_filter; - goerli_BigDecimal: Scalars['goerli_BigDecimal']; - goerli_BlockChangedFilter: goerli_BlockChangedFilter; - goerli_Block_height: goerli_Block_height; - goerli_BnbConnectorMeta: goerli_BnbConnectorMeta; - goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; - goerli_Bytes: Scalars['goerli_Bytes']; - goerli_GnosisConnectorMeta: goerli_GnosisConnectorMeta; - goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; - goerli_HubDomain: goerli_HubDomain; - goerli_HubDomain_filter: goerli_HubDomain_filter; - goerli_HubOptimisticRootFinalized: goerli_HubOptimisticRootFinalized; - goerli_HubOptimisticRootFinalized_filter: goerli_HubOptimisticRootFinalized_filter; - goerli_Int8: Scalars['goerli_Int8']; - goerli_LineaConnectorMeta: goerli_LineaConnectorMeta; - goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; - goerli_OptimismConnectorMeta: goerli_OptimismConnectorMeta; - goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; - goerli_OptimisticRootPropagated: goerli_OptimisticRootPropagated; - goerli_OptimisticRootPropagated_filter: goerli_OptimisticRootPropagated_filter; - goerli_OptimisticRootProposed: goerli_OptimisticRootProposed; - goerli_OptimisticRootProposed_filter: goerli_OptimisticRootProposed_filter; - goerli_PolygonConnectorMeta: goerli_PolygonConnectorMeta; - goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; - goerli_RootAggregated: goerli_RootAggregated; - goerli_RootAggregated_filter: goerli_RootAggregated_filter; - goerli_RootManagerMeta: goerli_RootManagerMeta; - goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; - goerli_RootManagerMode: goerli_RootManagerMode; - goerli_RootManagerMode_filter: goerli_RootManagerMode_filter; - goerli_RootMessageProcessed: goerli_RootMessageProcessed; - goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; - goerli_RootPropagated: goerli_RootPropagated; - goerli_RootPropagated_filter: goerli_RootPropagated_filter; - goerli_X1ConnectorMeta: goerli_X1ConnectorMeta; - goerli_X1ConnectorMeta_filter: goerli_X1ConnectorMeta_filter; - goerli_ZkSyncConnectorMeta: goerli_ZkSyncConnectorMeta; - goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; - goerli__Block_: goerli__Block_; - goerli__Meta_: goerli__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_; - stagingmumbai_swap_BigDecimal: Scalars['stagingmumbai_swap_BigDecimal']; - stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; - stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; - stagingmumbai_swap_Bytes: Scalars['stagingmumbai_swap_Bytes']; - stagingmumbai_swap_Int8: Scalars['stagingmumbai_swap_Int8']; - stagingmumbai_swap_LpAccount: stagingmumbai_swap_LpAccount; - stagingmumbai_swap_LpAccountBalance: stagingmumbai_swap_LpAccountBalance; - stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; - stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; - stagingmumbai_swap_LpToken: stagingmumbai_swap_LpToken; - stagingmumbai_swap_LpTokenEvent: ResolversParentTypes['stagingmumbai_swap_LpTransferEvent']; - stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; - stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; - stagingmumbai_swap_LpTransferEvent: stagingmumbai_swap_LpTransferEvent; - stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; - stagingmumbai_swap_PooledToken: stagingmumbai_swap_PooledToken; - stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; - stagingmumbai_swap_StableSwap: stagingmumbai_swap_StableSwap; - stagingmumbai_swap_StableSwapAddLiquidityEvent: stagingmumbai_swap_StableSwapAddLiquidityEvent; - stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; - stagingmumbai_swap_StableSwapEvent: ResolversParentTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; - stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; - stagingmumbai_swap_StableSwapExchange: stagingmumbai_swap_StableSwapExchange; - stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent: stagingmumbai_swap_StableSwapRemoveLiquidityEvent; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; - stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; - stagingmumbai_swap_SwapDailyVolume: stagingmumbai_swap_SwapDailyVolume; - stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; - stagingmumbai_swap_SwapHourlyVolume: stagingmumbai_swap_SwapHourlyVolume; - stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; - stagingmumbai_swap_SwapTradeVolume: ResolversParentTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapWeeklyVolume']; - stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; - stagingmumbai_swap_SwapWeeklyVolume: stagingmumbai_swap_SwapWeeklyVolume; - stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; - stagingmumbai_swap_SystemInfo: stagingmumbai_swap_SystemInfo; - stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; - stagingmumbai_swap__Block_: stagingmumbai_swap__Block_; - stagingmumbai_swap__Meta_: stagingmumbai_swap__Meta_; - mumbai_swap_BigDecimal: Scalars['mumbai_swap_BigDecimal']; - mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; - mumbai_swap_Block_height: mumbai_swap_Block_height; - mumbai_swap_Bytes: Scalars['mumbai_swap_Bytes']; - mumbai_swap_Int8: Scalars['mumbai_swap_Int8']; - mumbai_swap_LpAccount: mumbai_swap_LpAccount; - mumbai_swap_LpAccountBalance: mumbai_swap_LpAccountBalance; - mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; - mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; - mumbai_swap_LpToken: mumbai_swap_LpToken; - mumbai_swap_LpTokenEvent: ResolversParentTypes['mumbai_swap_LpTransferEvent']; - mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; - mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; - mumbai_swap_LpTransferEvent: mumbai_swap_LpTransferEvent; - mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; - mumbai_swap_PooledToken: mumbai_swap_PooledToken; - mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; - mumbai_swap_StableSwap: mumbai_swap_StableSwap; - mumbai_swap_StableSwapAddLiquidityEvent: mumbai_swap_StableSwapAddLiquidityEvent; - mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; - mumbai_swap_StableSwapEvent: ResolversParentTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; - mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; - mumbai_swap_StableSwapExchange: mumbai_swap_StableSwapExchange; - mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; - mumbai_swap_StableSwapRemoveLiquidityEvent: mumbai_swap_StableSwapRemoveLiquidityEvent; - mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; - mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; - mumbai_swap_SwapDailyVolume: mumbai_swap_SwapDailyVolume; - mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; - mumbai_swap_SwapHourlyVolume: mumbai_swap_SwapHourlyVolume; - mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; - mumbai_swap_SwapTradeVolume: ResolversParentTypes['mumbai_swap_SwapDailyVolume'] | ResolversParentTypes['mumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['mumbai_swap_SwapWeeklyVolume']; - mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; - mumbai_swap_SwapWeeklyVolume: mumbai_swap_SwapWeeklyVolume; - mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; - mumbai_swap_SystemInfo: mumbai_swap_SystemInfo; - mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; - mumbai_swap__Block_: mumbai_swap__Block_; - mumbai_swap__Meta_: mumbai_swap__Meta_; - 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_; - goerli_swap_BigDecimal: Scalars['goerli_swap_BigDecimal']; - goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; - goerli_swap_Block_height: goerli_swap_Block_height; - goerli_swap_Bytes: Scalars['goerli_swap_Bytes']; - goerli_swap_Int8: Scalars['goerli_swap_Int8']; - goerli_swap_LpAccount: goerli_swap_LpAccount; - goerli_swap_LpAccountBalance: goerli_swap_LpAccountBalance; - goerli_swap_LpAccountBalance_filter: goerli_swap_LpAccountBalance_filter; - goerli_swap_LpAccount_filter: goerli_swap_LpAccount_filter; - goerli_swap_LpToken: goerli_swap_LpToken; - goerli_swap_LpTokenEvent: ResolversParentTypes['goerli_swap_LpTransferEvent']; - goerli_swap_LpTokenEvent_filter: goerli_swap_LpTokenEvent_filter; - goerli_swap_LpToken_filter: goerli_swap_LpToken_filter; - goerli_swap_LpTransferEvent: goerli_swap_LpTransferEvent; - goerli_swap_LpTransferEvent_filter: goerli_swap_LpTransferEvent_filter; - goerli_swap_PooledToken: goerli_swap_PooledToken; - goerli_swap_PooledToken_filter: goerli_swap_PooledToken_filter; - goerli_swap_StableSwap: goerli_swap_StableSwap; - goerli_swap_StableSwapAddLiquidityEvent: goerli_swap_StableSwapAddLiquidityEvent; - goerli_swap_StableSwapAddLiquidityEvent_filter: goerli_swap_StableSwapAddLiquidityEvent_filter; - goerli_swap_StableSwapEvent: ResolversParentTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; - goerli_swap_StableSwapEvent_filter: goerli_swap_StableSwapEvent_filter; - goerli_swap_StableSwapExchange: goerli_swap_StableSwapExchange; - goerli_swap_StableSwapExchange_filter: goerli_swap_StableSwapExchange_filter; - goerli_swap_StableSwapRemoveLiquidityEvent: goerli_swap_StableSwapRemoveLiquidityEvent; - goerli_swap_StableSwapRemoveLiquidityEvent_filter: goerli_swap_StableSwapRemoveLiquidityEvent_filter; - goerli_swap_StableSwap_filter: goerli_swap_StableSwap_filter; - goerli_swap_SwapDailyVolume: goerli_swap_SwapDailyVolume; - goerli_swap_SwapDailyVolume_filter: goerli_swap_SwapDailyVolume_filter; - goerli_swap_SwapHourlyVolume: goerli_swap_SwapHourlyVolume; - goerli_swap_SwapHourlyVolume_filter: goerli_swap_SwapHourlyVolume_filter; - goerli_swap_SwapTradeVolume: ResolversParentTypes['goerli_swap_SwapDailyVolume'] | ResolversParentTypes['goerli_swap_SwapHourlyVolume'] | ResolversParentTypes['goerli_swap_SwapWeeklyVolume']; - goerli_swap_SwapTradeVolume_filter: goerli_swap_SwapTradeVolume_filter; - goerli_swap_SwapWeeklyVolume: goerli_swap_SwapWeeklyVolume; - goerli_swap_SwapWeeklyVolume_filter: goerli_swap_SwapWeeklyVolume_filter; - goerli_swap_SystemInfo: goerli_swap_SystemInfo; - goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; - goerli_swap__Block_: goerli_swap__Block_; - goerli_swap__Meta_: goerli_swap__Meta_; - avalanche_swap_BigDecimal: Scalars['avalanche_swap_BigDecimal']; - avalanche_swap_BlockChangedFilter: avalanche_swap_BlockChangedFilter; - avalanche_swap_Block_height: avalanche_swap_Block_height; - avalanche_swap_Bytes: Scalars['avalanche_swap_Bytes']; - avalanche_swap_Int8: Scalars['avalanche_swap_Int8']; - avalanche_swap_LpAccount: avalanche_swap_LpAccount; - avalanche_swap_LpAccountBalance: avalanche_swap_LpAccountBalance; - avalanche_swap_LpAccountBalance_filter: avalanche_swap_LpAccountBalance_filter; - avalanche_swap_LpAccount_filter: avalanche_swap_LpAccount_filter; - avalanche_swap_LpToken: avalanche_swap_LpToken; - avalanche_swap_LpTokenEvent: ResolversParentTypes['avalanche_swap_LpTransferEvent']; - avalanche_swap_LpTokenEvent_filter: avalanche_swap_LpTokenEvent_filter; - avalanche_swap_LpToken_filter: avalanche_swap_LpToken_filter; - avalanche_swap_LpTransferEvent: avalanche_swap_LpTransferEvent; - avalanche_swap_LpTransferEvent_filter: avalanche_swap_LpTransferEvent_filter; - avalanche_swap_PooledToken: avalanche_swap_PooledToken; - avalanche_swap_PooledToken_filter: avalanche_swap_PooledToken_filter; - avalanche_swap_StableSwap: avalanche_swap_StableSwap; - avalanche_swap_StableSwapAddLiquidityEvent: avalanche_swap_StableSwapAddLiquidityEvent; - avalanche_swap_StableSwapAddLiquidityEvent_filter: avalanche_swap_StableSwapAddLiquidityEvent_filter; - avalanche_swap_StableSwapEvent: ResolversParentTypes['avalanche_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['avalanche_swap_StableSwapRemoveLiquidityEvent']; - avalanche_swap_StableSwapEvent_filter: avalanche_swap_StableSwapEvent_filter; - avalanche_swap_StableSwapExchange: avalanche_swap_StableSwapExchange; - avalanche_swap_StableSwapExchange_filter: avalanche_swap_StableSwapExchange_filter; - avalanche_swap_StableSwapRemoveLiquidityEvent: avalanche_swap_StableSwapRemoveLiquidityEvent; - avalanche_swap_StableSwapRemoveLiquidityEvent_filter: avalanche_swap_StableSwapRemoveLiquidityEvent_filter; - avalanche_swap_StableSwap_filter: avalanche_swap_StableSwap_filter; - avalanche_swap_SwapDailyVolume: avalanche_swap_SwapDailyVolume; - avalanche_swap_SwapDailyVolume_filter: avalanche_swap_SwapDailyVolume_filter; - avalanche_swap_SwapHourlyVolume: avalanche_swap_SwapHourlyVolume; - avalanche_swap_SwapHourlyVolume_filter: avalanche_swap_SwapHourlyVolume_filter; - avalanche_swap_SwapTradeVolume: ResolversParentTypes['avalanche_swap_SwapDailyVolume'] | ResolversParentTypes['avalanche_swap_SwapHourlyVolume'] | ResolversParentTypes['avalanche_swap_SwapWeeklyVolume']; - avalanche_swap_SwapTradeVolume_filter: avalanche_swap_SwapTradeVolume_filter; - avalanche_swap_SwapWeeklyVolume: avalanche_swap_SwapWeeklyVolume; - avalanche_swap_SwapWeeklyVolume_filter: avalanche_swap_SwapWeeklyVolume_filter; - avalanche_swap_SystemInfo: avalanche_swap_SystemInfo; - avalanche_swap_SystemInfo_filter: avalanche_swap_SystemInfo_filter; - avalanche_swap__Block_: avalanche_swap__Block_; - avalanche_swap__Meta_: avalanche_swap__Meta_; - optimismgoerli_AggregateRoot: optimismgoerli_AggregateRoot; - optimismgoerli_AggregateRootProposed: optimismgoerli_AggregateRootProposed; - optimismgoerli_AggregateRootProposed_filter: optimismgoerli_AggregateRootProposed_filter; - optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; - optimismgoerli_Asset: optimismgoerli_Asset; - optimismgoerli_AssetBalance: optimismgoerli_AssetBalance; - optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; - optimismgoerli_AssetStatus: optimismgoerli_AssetStatus; - optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; - optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; - optimismgoerli_BigDecimal: Scalars['optimismgoerli_BigDecimal']; - optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; - optimismgoerli_Block_height: optimismgoerli_Block_height; - optimismgoerli_Bytes: Scalars['optimismgoerli_Bytes']; - optimismgoerli_ConnectorMeta: optimismgoerli_ConnectorMeta; - optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; - optimismgoerli_DestinationTransfer: optimismgoerli_DestinationTransfer; - optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; - optimismgoerli_Int8: Scalars['optimismgoerli_Int8']; - optimismgoerli_OptimisticRootFinalized: optimismgoerli_OptimisticRootFinalized; - optimismgoerli_OptimisticRootFinalized_filter: optimismgoerli_OptimisticRootFinalized_filter; - optimismgoerli_OriginMessage: optimismgoerli_OriginMessage; - optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; - optimismgoerli_OriginTransfer: optimismgoerli_OriginTransfer; - optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; - optimismgoerli_Relayer: optimismgoerli_Relayer; - optimismgoerli_RelayerFee: optimismgoerli_RelayerFee; - optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; - optimismgoerli_RelayerFeesIncrease: optimismgoerli_RelayerFeesIncrease; - optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; - optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; - optimismgoerli_RootCount: optimismgoerli_RootCount; - optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; - optimismgoerli_RootMessageSent: optimismgoerli_RootMessageSent; - optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; - optimismgoerli_Router: optimismgoerli_Router; - optimismgoerli_RouterDailyTVL: optimismgoerli_RouterDailyTVL; - optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; - optimismgoerli_RouterLiquidityEvent: optimismgoerli_RouterLiquidityEvent; - optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; - optimismgoerli_Router_filter: optimismgoerli_Router_filter; - optimismgoerli_Sequencer: optimismgoerli_Sequencer; - optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; - optimismgoerli_Setting: optimismgoerli_Setting; - optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; - optimismgoerli_SlippageUpdate: optimismgoerli_SlippageUpdate; - optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; - optimismgoerli_SnapshotRoot: optimismgoerli_SnapshotRoot; - optimismgoerli_SnapshotRoot_filter: optimismgoerli_SnapshotRoot_filter; - optimismgoerli_SpokeConnectorMode: optimismgoerli_SpokeConnectorMode; - optimismgoerli_SpokeConnectorMode_filter: optimismgoerli_SpokeConnectorMode_filter; - optimismgoerli__Block_: optimismgoerli__Block_; - optimismgoerli__Meta_: optimismgoerli__Meta_; - goerli_AggregateRoot: goerli_AggregateRoot; - goerli_AggregateRootProposed: goerli_AggregateRootProposed; - goerli_AggregateRootProposed_filter: goerli_AggregateRootProposed_filter; - goerli_AggregateRoot_filter: goerli_AggregateRoot_filter; - goerli_Asset: goerli_Asset; - goerli_AssetBalance: goerli_AssetBalance; - goerli_AssetBalance_filter: goerli_AssetBalance_filter; - goerli_AssetStatus: goerli_AssetStatus; - goerli_AssetStatus_filter: goerli_AssetStatus_filter; - goerli_Asset_filter: goerli_Asset_filter; - goerli_ConnectorMeta: goerli_ConnectorMeta; - goerli_ConnectorMeta_filter: goerli_ConnectorMeta_filter; - goerli_DestinationTransfer: goerli_DestinationTransfer; - goerli_DestinationTransfer_filter: goerli_DestinationTransfer_filter; - goerli_OptimisticRootFinalized: goerli_OptimisticRootFinalized; - goerli_OptimisticRootFinalized_filter: goerli_OptimisticRootFinalized_filter; - goerli_OriginMessage: goerli_OriginMessage; - goerli_OriginMessage_filter: goerli_OriginMessage_filter; - goerli_OriginTransfer: goerli_OriginTransfer; - goerli_OriginTransfer_filter: goerli_OriginTransfer_filter; - goerli_Relayer: goerli_Relayer; - goerli_RelayerFee: goerli_RelayerFee; - goerli_RelayerFee_filter: goerli_RelayerFee_filter; - goerli_RelayerFeesIncrease: goerli_RelayerFeesIncrease; - goerli_RelayerFeesIncrease_filter: goerli_RelayerFeesIncrease_filter; - goerli_Relayer_filter: goerli_Relayer_filter; - goerli_RootCount: goerli_RootCount; - goerli_RootCount_filter: goerli_RootCount_filter; - goerli_RootMessageSent: goerli_RootMessageSent; - goerli_RootMessageSent_filter: goerli_RootMessageSent_filter; - goerli_Router: goerli_Router; - goerli_RouterDailyTVL: goerli_RouterDailyTVL; - goerli_RouterDailyTVL_filter: goerli_RouterDailyTVL_filter; - goerli_RouterLiquidityEvent: goerli_RouterLiquidityEvent; - goerli_RouterLiquidityEvent_filter: goerli_RouterLiquidityEvent_filter; - goerli_Router_filter: goerli_Router_filter; - goerli_Sequencer: goerli_Sequencer; - goerli_Sequencer_filter: goerli_Sequencer_filter; - goerli_Setting: goerli_Setting; - goerli_Setting_filter: goerli_Setting_filter; - goerli_SlippageUpdate: goerli_SlippageUpdate; - goerli_SlippageUpdate_filter: goerli_SlippageUpdate_filter; - goerli_SnapshotRoot: goerli_SnapshotRoot; - goerli_SnapshotRoot_filter: goerli_SnapshotRoot_filter; - goerli_SpokeConnectorMode: goerli_SpokeConnectorMode; - goerli_SpokeConnectorMode_filter: goerli_SpokeConnectorMode_filter; - stagingoptimismgoerli_AggregateRoot: stagingoptimismgoerli_AggregateRoot; - stagingoptimismgoerli_AggregateRootProposed: stagingoptimismgoerli_AggregateRootProposed; - stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; - stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; - stagingoptimismgoerli_Asset: stagingoptimismgoerli_Asset; - stagingoptimismgoerli_AssetBalance: stagingoptimismgoerli_AssetBalance; - stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; - stagingoptimismgoerli_AssetStatus: stagingoptimismgoerli_AssetStatus; - stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; - stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; - stagingoptimismgoerli_BigDecimal: Scalars['stagingoptimismgoerli_BigDecimal']; - stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; - stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; - stagingoptimismgoerli_Bytes: Scalars['stagingoptimismgoerli_Bytes']; - stagingoptimismgoerli_ConnectorMeta: stagingoptimismgoerli_ConnectorMeta; - stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; - stagingoptimismgoerli_DestinationTransfer: stagingoptimismgoerli_DestinationTransfer; - stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; - stagingoptimismgoerli_Int8: Scalars['stagingoptimismgoerli_Int8']; - stagingoptimismgoerli_OptimisticRootFinalized: stagingoptimismgoerli_OptimisticRootFinalized; - stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; - stagingoptimismgoerli_OriginMessage: stagingoptimismgoerli_OriginMessage; - stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; - stagingoptimismgoerli_OriginTransfer: stagingoptimismgoerli_OriginTransfer; - stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; - stagingoptimismgoerli_Relayer: stagingoptimismgoerli_Relayer; - stagingoptimismgoerli_RelayerFee: stagingoptimismgoerli_RelayerFee; - stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; - stagingoptimismgoerli_RelayerFeesIncrease: stagingoptimismgoerli_RelayerFeesIncrease; - stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; - stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; - stagingoptimismgoerli_RootCount: stagingoptimismgoerli_RootCount; - stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; - stagingoptimismgoerli_RootMessageSent: stagingoptimismgoerli_RootMessageSent; - stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; - stagingoptimismgoerli_Router: stagingoptimismgoerli_Router; - stagingoptimismgoerli_RouterDailyTVL: stagingoptimismgoerli_RouterDailyTVL; - stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; - stagingoptimismgoerli_RouterLiquidityEvent: stagingoptimismgoerli_RouterLiquidityEvent; - stagingoptimismgoerli_RouterLiquidityEvent_filter: stagingoptimismgoerli_RouterLiquidityEvent_filter; - stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; - stagingoptimismgoerli_Sequencer: stagingoptimismgoerli_Sequencer; - stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; - stagingoptimismgoerli_Setting: stagingoptimismgoerli_Setting; - stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; - stagingoptimismgoerli_SlippageUpdate: stagingoptimismgoerli_SlippageUpdate; - stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; - stagingoptimismgoerli_SnapshotRoot: stagingoptimismgoerli_SnapshotRoot; - stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; - stagingoptimismgoerli_SpokeConnectorMode: stagingoptimismgoerli_SpokeConnectorMode; - stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; - stagingoptimismgoerli__Block_: stagingoptimismgoerli__Block_; - stagingoptimismgoerli__Meta_: stagingoptimismgoerli__Meta_; - mumbai_AggregateRoot: mumbai_AggregateRoot; - mumbai_AggregateRootProposed: mumbai_AggregateRootProposed; - mumbai_AggregateRootProposed_filter: mumbai_AggregateRootProposed_filter; - mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; - mumbai_Asset: mumbai_Asset; - mumbai_AssetBalance: mumbai_AssetBalance; - mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; - mumbai_AssetStatus: mumbai_AssetStatus; - mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; - mumbai_Asset_filter: mumbai_Asset_filter; - mumbai_BigDecimal: Scalars['mumbai_BigDecimal']; - mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; - mumbai_Block_height: mumbai_Block_height; - mumbai_Bytes: Scalars['mumbai_Bytes']; - mumbai_ConnectorMeta: mumbai_ConnectorMeta; - mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; - mumbai_DestinationTransfer: mumbai_DestinationTransfer; - mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; - mumbai_Int8: Scalars['mumbai_Int8']; - mumbai_OptimisticRootFinalized: mumbai_OptimisticRootFinalized; - mumbai_OptimisticRootFinalized_filter: mumbai_OptimisticRootFinalized_filter; - mumbai_OriginMessage: mumbai_OriginMessage; - mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; - mumbai_OriginTransfer: mumbai_OriginTransfer; - mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; - mumbai_Relayer: mumbai_Relayer; - mumbai_RelayerFee: mumbai_RelayerFee; - mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; - mumbai_RelayerFeesIncrease: mumbai_RelayerFeesIncrease; - mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; - mumbai_Relayer_filter: mumbai_Relayer_filter; - mumbai_RootCount: mumbai_RootCount; - mumbai_RootCount_filter: mumbai_RootCount_filter; - mumbai_RootMessageSent: mumbai_RootMessageSent; - mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; - mumbai_Router: mumbai_Router; - mumbai_RouterDailyTVL: mumbai_RouterDailyTVL; - mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; - mumbai_RouterLiquidityEvent: mumbai_RouterLiquidityEvent; - mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; - mumbai_Router_filter: mumbai_Router_filter; - mumbai_Sequencer: mumbai_Sequencer; - mumbai_Sequencer_filter: mumbai_Sequencer_filter; - mumbai_Setting: mumbai_Setting; - mumbai_Setting_filter: mumbai_Setting_filter; - mumbai_SlippageUpdate: mumbai_SlippageUpdate; - mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; - mumbai_SnapshotRoot: mumbai_SnapshotRoot; - mumbai_SnapshotRoot_filter: mumbai_SnapshotRoot_filter; - mumbai_SpokeConnectorMode: mumbai_SpokeConnectorMode; - mumbai_SpokeConnectorMode_filter: mumbai_SpokeConnectorMode_filter; - mumbai__Block_: mumbai__Block_; - mumbai__Meta_: mumbai__Meta_; - basegoerli_AggregateRoot: basegoerli_AggregateRoot; - basegoerli_AggregateRootProposed: basegoerli_AggregateRootProposed; - basegoerli_AggregateRootProposed_filter: basegoerli_AggregateRootProposed_filter; - basegoerli_AggregateRoot_filter: basegoerli_AggregateRoot_filter; - basegoerli_Asset: basegoerli_Asset; - basegoerli_AssetBalance: basegoerli_AssetBalance; - basegoerli_AssetBalance_filter: basegoerli_AssetBalance_filter; - basegoerli_AssetStatus: basegoerli_AssetStatus; - basegoerli_AssetStatus_filter: basegoerli_AssetStatus_filter; - basegoerli_Asset_filter: basegoerli_Asset_filter; - basegoerli_BigDecimal: Scalars['basegoerli_BigDecimal']; - basegoerli_BlockChangedFilter: basegoerli_BlockChangedFilter; - basegoerli_Block_height: basegoerli_Block_height; - basegoerli_Bytes: Scalars['basegoerli_Bytes']; - basegoerli_ConnectorMeta: basegoerli_ConnectorMeta; - basegoerli_ConnectorMeta_filter: basegoerli_ConnectorMeta_filter; - basegoerli_DestinationTransfer: basegoerli_DestinationTransfer; - basegoerli_DestinationTransfer_filter: basegoerli_DestinationTransfer_filter; - basegoerli_Int8: Scalars['basegoerli_Int8']; - basegoerli_OptimisticRootFinalized: basegoerli_OptimisticRootFinalized; - basegoerli_OptimisticRootFinalized_filter: basegoerli_OptimisticRootFinalized_filter; - basegoerli_OriginMessage: basegoerli_OriginMessage; - basegoerli_OriginMessage_filter: basegoerli_OriginMessage_filter; - basegoerli_OriginTransfer: basegoerli_OriginTransfer; - basegoerli_OriginTransfer_filter: basegoerli_OriginTransfer_filter; - basegoerli_Relayer: basegoerli_Relayer; - basegoerli_RelayerFee: basegoerli_RelayerFee; - basegoerli_RelayerFee_filter: basegoerli_RelayerFee_filter; - basegoerli_RelayerFeesIncrease: basegoerli_RelayerFeesIncrease; - basegoerli_RelayerFeesIncrease_filter: basegoerli_RelayerFeesIncrease_filter; - basegoerli_Relayer_filter: basegoerli_Relayer_filter; - basegoerli_RootCount: basegoerli_RootCount; - basegoerli_RootCount_filter: basegoerli_RootCount_filter; - basegoerli_RootMessageSent: basegoerli_RootMessageSent; - basegoerli_RootMessageSent_filter: basegoerli_RootMessageSent_filter; - basegoerli_Router: basegoerli_Router; - basegoerli_RouterDailyTVL: basegoerli_RouterDailyTVL; - basegoerli_RouterDailyTVL_filter: basegoerli_RouterDailyTVL_filter; - basegoerli_RouterLiquidityEvent: basegoerli_RouterLiquidityEvent; - basegoerli_RouterLiquidityEvent_filter: basegoerli_RouterLiquidityEvent_filter; - basegoerli_Router_filter: basegoerli_Router_filter; - basegoerli_Sequencer: basegoerli_Sequencer; - basegoerli_Sequencer_filter: basegoerli_Sequencer_filter; - basegoerli_Setting: basegoerli_Setting; - basegoerli_Setting_filter: basegoerli_Setting_filter; - basegoerli_SlippageUpdate: basegoerli_SlippageUpdate; - basegoerli_SlippageUpdate_filter: basegoerli_SlippageUpdate_filter; - basegoerli_SnapshotRoot: basegoerli_SnapshotRoot; - basegoerli_SnapshotRoot_filter: basegoerli_SnapshotRoot_filter; - basegoerli_SpokeConnectorMode: basegoerli_SpokeConnectorMode; - basegoerli_SpokeConnectorMode_filter: basegoerli_SpokeConnectorMode_filter; - basegoerli__Block_: basegoerli__Block_; - basegoerli__Meta_: basegoerli__Meta_; - stagingmumbai_AggregateRoot: stagingmumbai_AggregateRoot; - stagingmumbai_AggregateRootProposed: stagingmumbai_AggregateRootProposed; - stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; - stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; - stagingmumbai_Asset: stagingmumbai_Asset; - stagingmumbai_AssetBalance: stagingmumbai_AssetBalance; - stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; - stagingmumbai_AssetStatus: stagingmumbai_AssetStatus; - stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; - stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; - stagingmumbai_BigDecimal: Scalars['stagingmumbai_BigDecimal']; - stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; - stagingmumbai_Block_height: stagingmumbai_Block_height; - stagingmumbai_Bytes: Scalars['stagingmumbai_Bytes']; - stagingmumbai_ConnectorMeta: stagingmumbai_ConnectorMeta; - stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; - stagingmumbai_DestinationTransfer: stagingmumbai_DestinationTransfer; - stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; - stagingmumbai_Int8: Scalars['stagingmumbai_Int8']; - stagingmumbai_OptimisticRootFinalized: stagingmumbai_OptimisticRootFinalized; - stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; - stagingmumbai_OriginMessage: stagingmumbai_OriginMessage; - stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; - stagingmumbai_OriginTransfer: stagingmumbai_OriginTransfer; - stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; - stagingmumbai_Relayer: stagingmumbai_Relayer; - stagingmumbai_RelayerFee: stagingmumbai_RelayerFee; - stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; - stagingmumbai_RelayerFeesIncrease: stagingmumbai_RelayerFeesIncrease; - stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; - stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; - stagingmumbai_RootCount: stagingmumbai_RootCount; - stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; - stagingmumbai_RootMessageSent: stagingmumbai_RootMessageSent; - stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; - stagingmumbai_Router: stagingmumbai_Router; - stagingmumbai_RouterDailyTVL: stagingmumbai_RouterDailyTVL; - stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; - stagingmumbai_RouterLiquidityEvent: stagingmumbai_RouterLiquidityEvent; - stagingmumbai_RouterLiquidityEvent_filter: stagingmumbai_RouterLiquidityEvent_filter; - stagingmumbai_Router_filter: stagingmumbai_Router_filter; - stagingmumbai_Sequencer: stagingmumbai_Sequencer; - stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; - stagingmumbai_Setting: stagingmumbai_Setting; - stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; - stagingmumbai_SlippageUpdate: stagingmumbai_SlippageUpdate; - stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; - stagingmumbai_SnapshotRoot: stagingmumbai_SnapshotRoot; - stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; - stagingmumbai_SpokeConnectorMode: stagingmumbai_SpokeConnectorMode; - stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; - stagingmumbai__Block_: stagingmumbai__Block_; - stagingmumbai__Meta_: stagingmumbai__Meta_; - polygon_AggregateRoot: polygon_AggregateRoot; - polygon_AggregateRootProposed: polygon_AggregateRootProposed; - polygon_AggregateRootProposed_filter: polygon_AggregateRootProposed_filter; - polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; - polygon_Asset: polygon_Asset; - polygon_AssetBalance: polygon_AssetBalance; - polygon_AssetBalance_filter: polygon_AssetBalance_filter; - polygon_AssetStatus: polygon_AssetStatus; - polygon_AssetStatus_filter: polygon_AssetStatus_filter; - polygon_Asset_filter: polygon_Asset_filter; - polygon_BigDecimal: Scalars['polygon_BigDecimal']; - polygon_BlockChangedFilter: polygon_BlockChangedFilter; - polygon_Block_height: polygon_Block_height; - polygon_Bytes: Scalars['polygon_Bytes']; - polygon_ConnectorMeta: polygon_ConnectorMeta; - polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; - polygon_DestinationTransfer: polygon_DestinationTransfer; - polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; - polygon_Int8: Scalars['polygon_Int8']; - polygon_OptimisticRootFinalized: polygon_OptimisticRootFinalized; - polygon_OptimisticRootFinalized_filter: polygon_OptimisticRootFinalized_filter; - polygon_OriginMessage: polygon_OriginMessage; - polygon_OriginMessage_filter: polygon_OriginMessage_filter; - polygon_OriginTransfer: polygon_OriginTransfer; - polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; - polygon_Relayer: polygon_Relayer; - polygon_RelayerFee: polygon_RelayerFee; - polygon_RelayerFee_filter: polygon_RelayerFee_filter; - polygon_RelayerFeesIncrease: polygon_RelayerFeesIncrease; - polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; - polygon_Relayer_filter: polygon_Relayer_filter; - polygon_RootCount: polygon_RootCount; - polygon_RootCount_filter: polygon_RootCount_filter; - polygon_RootMessageSent: polygon_RootMessageSent; - polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; - polygon_Router: polygon_Router; - polygon_RouterDailyTVL: polygon_RouterDailyTVL; - polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; - polygon_RouterLiquidityEvent: polygon_RouterLiquidityEvent; - polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; - polygon_Router_filter: polygon_Router_filter; - polygon_Sequencer: polygon_Sequencer; - polygon_Sequencer_filter: polygon_Sequencer_filter; - polygon_Setting: polygon_Setting; - polygon_Setting_filter: polygon_Setting_filter; - polygon_SlippageUpdate: polygon_SlippageUpdate; - polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; - polygon_SnapshotRoot: polygon_SnapshotRoot; - polygon_SnapshotRoot_filter: polygon_SnapshotRoot_filter; - polygon_SpokeConnectorMode: polygon_SpokeConnectorMode; - polygon_SpokeConnectorMode_filter: polygon_SpokeConnectorMode_filter; - polygon__Block_: polygon__Block_; - polygon__Meta_: polygon__Meta_; - staginggoerli_AggregateRoot: staginggoerli_AggregateRoot; - staginggoerli_AggregateRootProposed: staginggoerli_AggregateRootProposed; - staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; - staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; - staginggoerli_Asset: staginggoerli_Asset; - staginggoerli_AssetBalance: staginggoerli_AssetBalance; - staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; - staginggoerli_AssetStatus: staginggoerli_AssetStatus; - staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; - staginggoerli_Asset_filter: staginggoerli_Asset_filter; - staginggoerli_ConnectorMeta: staginggoerli_ConnectorMeta; - staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; - staginggoerli_DestinationTransfer: staginggoerli_DestinationTransfer; - staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; - staginggoerli_OptimisticRootFinalized: staginggoerli_OptimisticRootFinalized; - staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; - staginggoerli_OriginMessage: staginggoerli_OriginMessage; - staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; - staginggoerli_OriginTransfer: staginggoerli_OriginTransfer; - staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; - staginggoerli_Relayer: staginggoerli_Relayer; - staginggoerli_RelayerFee: staginggoerli_RelayerFee; - staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; - staginggoerli_RelayerFeesIncrease: staginggoerli_RelayerFeesIncrease; - staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; - staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; - staginggoerli_RootCount: staginggoerli_RootCount; - staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; - staginggoerli_RootMessageSent: staginggoerli_RootMessageSent; - staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; - staginggoerli_Router: staginggoerli_Router; - staginggoerli_RouterDailyTVL: staginggoerli_RouterDailyTVL; - staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; - staginggoerli_RouterLiquidityEvent: staginggoerli_RouterLiquidityEvent; - staginggoerli_RouterLiquidityEvent_filter: staginggoerli_RouterLiquidityEvent_filter; - staginggoerli_Router_filter: staginggoerli_Router_filter; - staginggoerli_Sequencer: staginggoerli_Sequencer; - staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; - staginggoerli_Setting: staginggoerli_Setting; - staginggoerli_Setting_filter: staginggoerli_Setting_filter; - staginggoerli_SlippageUpdate: staginggoerli_SlippageUpdate; - staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; - staginggoerli_SnapshotRoot: staginggoerli_SnapshotRoot; - staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; - staginggoerli_SpokeConnectorMode: staginggoerli_SpokeConnectorMode; - staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; - 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_; - 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_; - mainnet_AggregateRootSavedSlow: mainnet_AggregateRootSavedSlow; - mainnet_AggregateRootSavedSlow_filter: mainnet_AggregateRootSavedSlow_filter; - mainnet_AggregatedMessageRoot: mainnet_AggregatedMessageRoot; - mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; - mainnet_ArbitrumConnectorMeta: mainnet_ArbitrumConnectorMeta; - mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; - mainnet_AvalancheConnectorMeta: mainnet_AvalancheConnectorMeta; - mainnet_AvalancheConnectorMeta_filter: mainnet_AvalancheConnectorMeta_filter; - mainnet_BaseConnectorMeta: mainnet_BaseConnectorMeta; - mainnet_BaseConnectorMeta_filter: mainnet_BaseConnectorMeta_filter; - mainnet_BigDecimal: Scalars['mainnet_BigDecimal']; - mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; - mainnet_Block_height: mainnet_Block_height; - mainnet_BnbConnectorMeta: mainnet_BnbConnectorMeta; - mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - mainnet_Bytes: Scalars['mainnet_Bytes']; - mainnet_GnosisConnectorMeta: mainnet_GnosisConnectorMeta; - mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; - mainnet_HubDomain: mainnet_HubDomain; - mainnet_HubDomain_filter: mainnet_HubDomain_filter; - mainnet_HubOptimisticRootFinalized: mainnet_HubOptimisticRootFinalized; - mainnet_HubOptimisticRootFinalized_filter: mainnet_HubOptimisticRootFinalized_filter; - mainnet_Int8: Scalars['mainnet_Int8']; - mainnet_LineaConnectorMeta: mainnet_LineaConnectorMeta; - mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; - mainnet_MantleConnectorMeta: mainnet_MantleConnectorMeta; - mainnet_MantleConnectorMeta_filter: mainnet_MantleConnectorMeta_filter; - mainnet_MetisConnectorMeta: mainnet_MetisConnectorMeta; - mainnet_MetisConnectorMeta_filter: mainnet_MetisConnectorMeta_filter; - mainnet_ModeConnectorMeta: mainnet_ModeConnectorMeta; - mainnet_ModeConnectorMeta_filter: mainnet_ModeConnectorMeta_filter; - mainnet_OptimismConnectorMeta: mainnet_OptimismConnectorMeta; - mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; - mainnet_OptimisticRootPropagated: mainnet_OptimisticRootPropagated; - mainnet_OptimisticRootPropagated_filter: mainnet_OptimisticRootPropagated_filter; - mainnet_OptimisticRootProposed: mainnet_OptimisticRootProposed; - mainnet_OptimisticRootProposed_filter: mainnet_OptimisticRootProposed_filter; - mainnet_PolygonConnectorMeta: mainnet_PolygonConnectorMeta; - mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; - mainnet_PolygonZkConnectorMeta: mainnet_PolygonZkConnectorMeta; - mainnet_PolygonZkConnectorMeta_filter: mainnet_PolygonZkConnectorMeta_filter; - mainnet_RootAggregated: mainnet_RootAggregated; - mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; - mainnet_RootManagerMeta: mainnet_RootManagerMeta; - mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; - mainnet_RootManagerMode: mainnet_RootManagerMode; - mainnet_RootManagerMode_filter: mainnet_RootManagerMode_filter; - mainnet_RootMessageProcessed: mainnet_RootMessageProcessed; - mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; - mainnet_RootPropagated: mainnet_RootPropagated; - mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; - mainnet_ZkSyncConnectorMeta: mainnet_ZkSyncConnectorMeta; - mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; - mainnet__Block_: mainnet__Block_; - mainnet__Meta_: mainnet__Meta_; - testgoerli_Asset: testgoerli_Asset; - testgoerli_AssetBalance: testgoerli_AssetBalance; - testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; - testgoerli_Asset_filter: testgoerli_Asset_filter; - testgoerli_BigDecimal: Scalars['testgoerli_BigDecimal']; - testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; - testgoerli_Block_height: testgoerli_Block_height; - testgoerli_Bytes: Scalars['testgoerli_Bytes']; - testgoerli_DestinationTransfer: testgoerli_DestinationTransfer; - testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; - testgoerli_Int8: Scalars['testgoerli_Int8']; - testgoerli_OriginTransfer: testgoerli_OriginTransfer; - testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; - testgoerli_Relayer: testgoerli_Relayer; - testgoerli_Relayer_filter: testgoerli_Relayer_filter; - testgoerli_Router: testgoerli_Router; - testgoerli_Router_filter: testgoerli_Router_filter; - testgoerli_Setting: testgoerli_Setting; - testgoerli_Setting_filter: testgoerli_Setting_filter; - testgoerli_SponsorVault: testgoerli_SponsorVault; - testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; - testgoerli_StableSwap: testgoerli_StableSwap; - testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; - testgoerli__Block_: testgoerli__Block_; - testgoerli__Meta_: testgoerli__Meta_; - 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_; - 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_; - 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_; - stagingmainnet_AggregateRoot: stagingmainnet_AggregateRoot; - stagingmainnet_AggregateRootProposed: stagingmainnet_AggregateRootProposed; - stagingmainnet_AggregateRootProposed_filter: stagingmainnet_AggregateRootProposed_filter; - stagingmainnet_AggregateRoot_filter: stagingmainnet_AggregateRoot_filter; - stagingmainnet_Asset: stagingmainnet_Asset; - stagingmainnet_AssetBalance: stagingmainnet_AssetBalance; - stagingmainnet_AssetBalance_filter: stagingmainnet_AssetBalance_filter; - stagingmainnet_AssetStatus: stagingmainnet_AssetStatus; - stagingmainnet_AssetStatus_filter: stagingmainnet_AssetStatus_filter; - stagingmainnet_Asset_filter: stagingmainnet_Asset_filter; - stagingmainnet_BigDecimal: Scalars['stagingmainnet_BigDecimal']; - stagingmainnet_BlockChangedFilter: stagingmainnet_BlockChangedFilter; - stagingmainnet_Block_height: stagingmainnet_Block_height; - stagingmainnet_Bytes: Scalars['stagingmainnet_Bytes']; - stagingmainnet_ConnectorMeta: stagingmainnet_ConnectorMeta; - stagingmainnet_ConnectorMeta_filter: stagingmainnet_ConnectorMeta_filter; - stagingmainnet_DestinationTransfer: stagingmainnet_DestinationTransfer; - stagingmainnet_DestinationTransfer_filter: stagingmainnet_DestinationTransfer_filter; - stagingmainnet_Int8: Scalars['stagingmainnet_Int8']; - stagingmainnet_OptimisticRootFinalized: stagingmainnet_OptimisticRootFinalized; - stagingmainnet_OptimisticRootFinalized_filter: stagingmainnet_OptimisticRootFinalized_filter; - stagingmainnet_OriginMessage: stagingmainnet_OriginMessage; - stagingmainnet_OriginMessage_filter: stagingmainnet_OriginMessage_filter; - stagingmainnet_OriginTransfer: stagingmainnet_OriginTransfer; - stagingmainnet_OriginTransfer_filter: stagingmainnet_OriginTransfer_filter; - stagingmainnet_Relayer: stagingmainnet_Relayer; - stagingmainnet_RelayerFee: stagingmainnet_RelayerFee; - stagingmainnet_RelayerFee_filter: stagingmainnet_RelayerFee_filter; - stagingmainnet_RelayerFeesIncrease: stagingmainnet_RelayerFeesIncrease; - stagingmainnet_RelayerFeesIncrease_filter: stagingmainnet_RelayerFeesIncrease_filter; - stagingmainnet_Relayer_filter: stagingmainnet_Relayer_filter; - stagingmainnet_RootCount: stagingmainnet_RootCount; - stagingmainnet_RootCount_filter: stagingmainnet_RootCount_filter; - stagingmainnet_RootMessageSent: stagingmainnet_RootMessageSent; - stagingmainnet_RootMessageSent_filter: stagingmainnet_RootMessageSent_filter; - stagingmainnet_Router: stagingmainnet_Router; - stagingmainnet_RouterDailyTVL: stagingmainnet_RouterDailyTVL; - stagingmainnet_RouterDailyTVL_filter: stagingmainnet_RouterDailyTVL_filter; - stagingmainnet_RouterLiquidityEvent: stagingmainnet_RouterLiquidityEvent; - stagingmainnet_RouterLiquidityEvent_filter: stagingmainnet_RouterLiquidityEvent_filter; - stagingmainnet_Router_filter: stagingmainnet_Router_filter; - stagingmainnet_Sequencer: stagingmainnet_Sequencer; - stagingmainnet_Sequencer_filter: stagingmainnet_Sequencer_filter; - stagingmainnet_Setting: stagingmainnet_Setting; - stagingmainnet_Setting_filter: stagingmainnet_Setting_filter; - stagingmainnet_SlippageUpdate: stagingmainnet_SlippageUpdate; - stagingmainnet_SlippageUpdate_filter: stagingmainnet_SlippageUpdate_filter; - stagingmainnet_SnapshotRoot: stagingmainnet_SnapshotRoot; - stagingmainnet_SnapshotRoot_filter: stagingmainnet_SnapshotRoot_filter; - stagingmainnet_SpokeConnectorMode: stagingmainnet_SpokeConnectorMode; - stagingmainnet_SpokeConnectorMode_filter: stagingmainnet_SpokeConnectorMode_filter; - stagingmainnet__Block_: stagingmainnet__Block_; - stagingmainnet__Meta_: stagingmainnet__Meta_; - stagingbnb_AggregateRoot: stagingbnb_AggregateRoot; - stagingbnb_AggregateRootProposed: stagingbnb_AggregateRootProposed; - stagingbnb_AggregateRootProposed_filter: stagingbnb_AggregateRootProposed_filter; - stagingbnb_AggregateRoot_filter: stagingbnb_AggregateRoot_filter; - stagingbnb_Asset: stagingbnb_Asset; - stagingbnb_AssetBalance: stagingbnb_AssetBalance; - stagingbnb_AssetBalance_filter: stagingbnb_AssetBalance_filter; - stagingbnb_AssetStatus: stagingbnb_AssetStatus; - stagingbnb_AssetStatus_filter: stagingbnb_AssetStatus_filter; - stagingbnb_Asset_filter: stagingbnb_Asset_filter; - stagingbnb_BigDecimal: Scalars['stagingbnb_BigDecimal']; - stagingbnb_BlockChangedFilter: stagingbnb_BlockChangedFilter; - stagingbnb_Block_height: stagingbnb_Block_height; - stagingbnb_Bytes: Scalars['stagingbnb_Bytes']; - stagingbnb_ConnectorMeta: stagingbnb_ConnectorMeta; - stagingbnb_ConnectorMeta_filter: stagingbnb_ConnectorMeta_filter; - stagingbnb_DestinationTransfer: stagingbnb_DestinationTransfer; - stagingbnb_DestinationTransfer_filter: stagingbnb_DestinationTransfer_filter; - stagingbnb_Int8: Scalars['stagingbnb_Int8']; - stagingbnb_OptimisticRootFinalized: stagingbnb_OptimisticRootFinalized; - stagingbnb_OptimisticRootFinalized_filter: stagingbnb_OptimisticRootFinalized_filter; - 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_; - 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_; - localoptimism_AggregateRoot: localoptimism_AggregateRoot; - localoptimism_AggregateRootProposed: localoptimism_AggregateRootProposed; - localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; - localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; - localoptimism_Asset: localoptimism_Asset; - localoptimism_AssetBalance: localoptimism_AssetBalance; - localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; - localoptimism_AssetStatus: localoptimism_AssetStatus; - localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; - localoptimism_Asset_filter: localoptimism_Asset_filter; - localoptimism_BigDecimal: Scalars['localoptimism_BigDecimal']; - localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; - localoptimism_Block_height: localoptimism_Block_height; - localoptimism_Bytes: Scalars['localoptimism_Bytes']; - localoptimism_ConnectorMeta: localoptimism_ConnectorMeta; - localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; - localoptimism_DestinationTransfer: localoptimism_DestinationTransfer; - localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; - localoptimism_Int8: Scalars['localoptimism_Int8']; - localoptimism_OptimisticRootFinalized: localoptimism_OptimisticRootFinalized; - localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; - localoptimism_OriginMessage: localoptimism_OriginMessage; - localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; - localoptimism_OriginTransfer: localoptimism_OriginTransfer; - localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; - localoptimism_Relayer: localoptimism_Relayer; - localoptimism_RelayerFee: localoptimism_RelayerFee; - localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; - localoptimism_RelayerFeesIncrease: localoptimism_RelayerFeesIncrease; - localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; - localoptimism_Relayer_filter: localoptimism_Relayer_filter; - localoptimism_RootCount: localoptimism_RootCount; - localoptimism_RootCount_filter: localoptimism_RootCount_filter; - localoptimism_RootMessageSent: localoptimism_RootMessageSent; - localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; - localoptimism_Router: localoptimism_Router; - localoptimism_RouterDailyTVL: localoptimism_RouterDailyTVL; - localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; - localoptimism_RouterLiquidityEvent: localoptimism_RouterLiquidityEvent; - localoptimism_RouterLiquidityEvent_filter: localoptimism_RouterLiquidityEvent_filter; - localoptimism_Router_filter: localoptimism_Router_filter; - localoptimism_Sequencer: localoptimism_Sequencer; - localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; - localoptimism_Setting: localoptimism_Setting; - localoptimism_Setting_filter: localoptimism_Setting_filter; - localoptimism_SlippageUpdate: localoptimism_SlippageUpdate; - localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; - localoptimism_SnapshotRoot: localoptimism_SnapshotRoot; - localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; - localoptimism_SpokeConnectorMode: localoptimism_SpokeConnectorMode; - localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; - localoptimism__Block_: localoptimism__Block_; - localoptimism__Meta_: localoptimism__Meta_; - 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_; - localmainnet_AggregateRoot: localmainnet_AggregateRoot; - localmainnet_AggregateRootProposed: localmainnet_AggregateRootProposed; - localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; - localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; - localmainnet_Asset: localmainnet_Asset; - localmainnet_AssetBalance: localmainnet_AssetBalance; - localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; - localmainnet_AssetStatus: localmainnet_AssetStatus; - localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; - localmainnet_Asset_filter: localmainnet_Asset_filter; - localmainnet_ConnectorMeta: localmainnet_ConnectorMeta; - localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; - localmainnet_DestinationTransfer: localmainnet_DestinationTransfer; - localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; - localmainnet_OptimisticRootFinalized: localmainnet_OptimisticRootFinalized; - localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; - localmainnet_OriginMessage: localmainnet_OriginMessage; - localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; - localmainnet_OriginTransfer: localmainnet_OriginTransfer; - localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; - localmainnet_Relayer: localmainnet_Relayer; - localmainnet_RelayerFee: localmainnet_RelayerFee; - localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; - localmainnet_RelayerFeesIncrease: localmainnet_RelayerFeesIncrease; - localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; - localmainnet_Relayer_filter: localmainnet_Relayer_filter; - localmainnet_RootCount: localmainnet_RootCount; - localmainnet_RootCount_filter: localmainnet_RootCount_filter; - localmainnet_RootMessageSent: localmainnet_RootMessageSent; - localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; - localmainnet_Router: localmainnet_Router; - localmainnet_RouterDailyTVL: localmainnet_RouterDailyTVL; - localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; - localmainnet_RouterLiquidityEvent: localmainnet_RouterLiquidityEvent; - localmainnet_RouterLiquidityEvent_filter: localmainnet_RouterLiquidityEvent_filter; - localmainnet_Router_filter: localmainnet_Router_filter; - localmainnet_Sequencer: localmainnet_Sequencer; - localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; - localmainnet_Setting: localmainnet_Setting; - localmainnet_Setting_filter: localmainnet_Setting_filter; - localmainnet_SlippageUpdate: localmainnet_SlippageUpdate; - localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; - localmainnet_SnapshotRoot: localmainnet_SnapshotRoot; - localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; - localmainnet_SpokeConnectorMode: localmainnet_SpokeConnectorMode; - localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; - 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_; - 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_; - 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_; - stagingxdai_AggregateRoot: stagingxdai_AggregateRoot; - stagingxdai_AggregateRootProposed: stagingxdai_AggregateRootProposed; - stagingxdai_AggregateRootProposed_filter: stagingxdai_AggregateRootProposed_filter; - stagingxdai_AggregateRoot_filter: stagingxdai_AggregateRoot_filter; - stagingxdai_Asset: stagingxdai_Asset; - stagingxdai_AssetBalance: stagingxdai_AssetBalance; - stagingxdai_AssetBalance_filter: stagingxdai_AssetBalance_filter; - stagingxdai_AssetStatus: stagingxdai_AssetStatus; - stagingxdai_AssetStatus_filter: stagingxdai_AssetStatus_filter; - stagingxdai_Asset_filter: stagingxdai_Asset_filter; - stagingxdai_BigDecimal: Scalars['stagingxdai_BigDecimal']; - stagingxdai_BlockChangedFilter: stagingxdai_BlockChangedFilter; - stagingxdai_Block_height: stagingxdai_Block_height; - stagingxdai_Bytes: Scalars['stagingxdai_Bytes']; - stagingxdai_ConnectorMeta: stagingxdai_ConnectorMeta; - stagingxdai_ConnectorMeta_filter: stagingxdai_ConnectorMeta_filter; - stagingxdai_DestinationTransfer: stagingxdai_DestinationTransfer; - stagingxdai_DestinationTransfer_filter: stagingxdai_DestinationTransfer_filter; - stagingxdai_Int8: Scalars['stagingxdai_Int8']; - stagingxdai_OptimisticRootFinalized: stagingxdai_OptimisticRootFinalized; - stagingxdai_OptimisticRootFinalized_filter: stagingxdai_OptimisticRootFinalized_filter; - stagingxdai_OriginMessage: stagingxdai_OriginMessage; - stagingxdai_OriginMessage_filter: stagingxdai_OriginMessage_filter; - stagingxdai_OriginTransfer: stagingxdai_OriginTransfer; - stagingxdai_OriginTransfer_filter: stagingxdai_OriginTransfer_filter; - stagingxdai_Relayer: stagingxdai_Relayer; - stagingxdai_RelayerFee: stagingxdai_RelayerFee; - stagingxdai_RelayerFee_filter: stagingxdai_RelayerFee_filter; - stagingxdai_RelayerFeesIncrease: stagingxdai_RelayerFeesIncrease; - stagingxdai_RelayerFeesIncrease_filter: stagingxdai_RelayerFeesIncrease_filter; - stagingxdai_Relayer_filter: stagingxdai_Relayer_filter; - stagingxdai_RootCount: stagingxdai_RootCount; - stagingxdai_RootCount_filter: stagingxdai_RootCount_filter; - stagingxdai_RootMessageSent: stagingxdai_RootMessageSent; - stagingxdai_RootMessageSent_filter: stagingxdai_RootMessageSent_filter; - stagingxdai_Router: stagingxdai_Router; - stagingxdai_RouterDailyTVL: stagingxdai_RouterDailyTVL; - stagingxdai_RouterDailyTVL_filter: stagingxdai_RouterDailyTVL_filter; - stagingxdai_RouterLiquidityEvent: stagingxdai_RouterLiquidityEvent; - stagingxdai_RouterLiquidityEvent_filter: stagingxdai_RouterLiquidityEvent_filter; - stagingxdai_Router_filter: stagingxdai_Router_filter; - stagingxdai_Sequencer: stagingxdai_Sequencer; - stagingxdai_Sequencer_filter: stagingxdai_Sequencer_filter; - stagingxdai_Setting: stagingxdai_Setting; - stagingxdai_Setting_filter: stagingxdai_Setting_filter; - stagingxdai_SlippageUpdate: stagingxdai_SlippageUpdate; - stagingxdai_SlippageUpdate_filter: stagingxdai_SlippageUpdate_filter; - stagingxdai_SnapshotRoot: stagingxdai_SnapshotRoot; - stagingxdai_SnapshotRoot_filter: stagingxdai_SnapshotRoot_filter; - stagingxdai_SpokeConnectorMode: stagingxdai_SpokeConnectorMode; - stagingxdai_SpokeConnectorMode_filter: stagingxdai_SpokeConnectorMode_filter; - stagingxdai__Block_: stagingxdai__Block_; - stagingxdai__Meta_: stagingxdai__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_; - 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_; - 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_; - 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_; - 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_; - 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_; - 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_; - polygonzkevm_AggregateRoot: polygonzkevm_AggregateRoot; - polygonzkevm_AggregateRootProposed: polygonzkevm_AggregateRootProposed; - polygonzkevm_AggregateRootProposed_filter: polygonzkevm_AggregateRootProposed_filter; - polygonzkevm_AggregateRoot_filter: polygonzkevm_AggregateRoot_filter; - polygonzkevm_Asset: polygonzkevm_Asset; - polygonzkevm_AssetBalance: polygonzkevm_AssetBalance; - polygonzkevm_AssetBalance_filter: polygonzkevm_AssetBalance_filter; - polygonzkevm_AssetStatus: polygonzkevm_AssetStatus; - polygonzkevm_AssetStatus_filter: polygonzkevm_AssetStatus_filter; - polygonzkevm_Asset_filter: polygonzkevm_Asset_filter; - polygonzkevm_BigDecimal: Scalars['polygonzkevm_BigDecimal']; - polygonzkevm_BlockChangedFilter: polygonzkevm_BlockChangedFilter; - polygonzkevm_Block_height: polygonzkevm_Block_height; - polygonzkevm_Bytes: Scalars['polygonzkevm_Bytes']; - polygonzkevm_ConnectorMeta: polygonzkevm_ConnectorMeta; - polygonzkevm_ConnectorMeta_filter: polygonzkevm_ConnectorMeta_filter; - polygonzkevm_DestinationTransfer: polygonzkevm_DestinationTransfer; - polygonzkevm_DestinationTransfer_filter: polygonzkevm_DestinationTransfer_filter; - polygonzkevm_Int8: Scalars['polygonzkevm_Int8']; - polygonzkevm_OptimisticRootFinalized: polygonzkevm_OptimisticRootFinalized; - polygonzkevm_OptimisticRootFinalized_filter: polygonzkevm_OptimisticRootFinalized_filter; - polygonzkevm_OriginMessage: polygonzkevm_OriginMessage; - polygonzkevm_OriginMessage_filter: polygonzkevm_OriginMessage_filter; - polygonzkevm_OriginTransfer: polygonzkevm_OriginTransfer; - polygonzkevm_OriginTransfer_filter: polygonzkevm_OriginTransfer_filter; - polygonzkevm_Relayer: polygonzkevm_Relayer; - polygonzkevm_RelayerFee: polygonzkevm_RelayerFee; - polygonzkevm_RelayerFee_filter: polygonzkevm_RelayerFee_filter; - polygonzkevm_RelayerFeesIncrease: polygonzkevm_RelayerFeesIncrease; - polygonzkevm_RelayerFeesIncrease_filter: polygonzkevm_RelayerFeesIncrease_filter; - polygonzkevm_Relayer_filter: polygonzkevm_Relayer_filter; - polygonzkevm_RootCount: polygonzkevm_RootCount; - polygonzkevm_RootCount_filter: polygonzkevm_RootCount_filter; - polygonzkevm_RootMessageSent: polygonzkevm_RootMessageSent; - polygonzkevm_RootMessageSent_filter: polygonzkevm_RootMessageSent_filter; - polygonzkevm_Router: polygonzkevm_Router; - polygonzkevm_RouterDailyTVL: polygonzkevm_RouterDailyTVL; - polygonzkevm_RouterDailyTVL_filter: polygonzkevm_RouterDailyTVL_filter; - polygonzkevm_RouterLiquidityEvent: polygonzkevm_RouterLiquidityEvent; - polygonzkevm_RouterLiquidityEvent_filter: polygonzkevm_RouterLiquidityEvent_filter; - polygonzkevm_Router_filter: polygonzkevm_Router_filter; - polygonzkevm_Sequencer: polygonzkevm_Sequencer; - polygonzkevm_Sequencer_filter: polygonzkevm_Sequencer_filter; - polygonzkevm_Setting: polygonzkevm_Setting; - polygonzkevm_Setting_filter: polygonzkevm_Setting_filter; - polygonzkevm_SlippageUpdate: polygonzkevm_SlippageUpdate; - polygonzkevm_SlippageUpdate_filter: polygonzkevm_SlippageUpdate_filter; - polygonzkevm_SnapshotRoot: polygonzkevm_SnapshotRoot; - polygonzkevm_SnapshotRoot_filter: polygonzkevm_SnapshotRoot_filter; - polygonzkevm_SpokeConnectorMode: polygonzkevm_SpokeConnectorMode; - polygonzkevm_SpokeConnectorMode_filter: polygonzkevm_SpokeConnectorMode_filter; - polygonzkevm__Block_: polygonzkevm__Block_; - polygonzkevm__Meta_: polygonzkevm__Meta_; - 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_; - localarbitrumone_AggregateRoot: localarbitrumone_AggregateRoot; - localarbitrumone_AggregateRootProposed: localarbitrumone_AggregateRootProposed; - localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; - localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; - localarbitrumone_Asset: localarbitrumone_Asset; - localarbitrumone_AssetBalance: localarbitrumone_AssetBalance; - localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; - localarbitrumone_AssetStatus: localarbitrumone_AssetStatus; - localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; - localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; - localarbitrumone_BigDecimal: Scalars['localarbitrumone_BigDecimal']; - localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; - localarbitrumone_Block_height: localarbitrumone_Block_height; - localarbitrumone_Bytes: Scalars['localarbitrumone_Bytes']; - localarbitrumone_ConnectorMeta: localarbitrumone_ConnectorMeta; - localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; - localarbitrumone_DestinationTransfer: localarbitrumone_DestinationTransfer; - localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; - localarbitrumone_Int8: Scalars['localarbitrumone_Int8']; - localarbitrumone_OptimisticRootFinalized: localarbitrumone_OptimisticRootFinalized; - localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; - localarbitrumone_OriginMessage: localarbitrumone_OriginMessage; - localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; - localarbitrumone_OriginTransfer: localarbitrumone_OriginTransfer; - localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; - localarbitrumone_Relayer: localarbitrumone_Relayer; - localarbitrumone_RelayerFee: localarbitrumone_RelayerFee; - localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; - localarbitrumone_RelayerFeesIncrease: localarbitrumone_RelayerFeesIncrease; - localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; - localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; - localarbitrumone_RootCount: localarbitrumone_RootCount; - localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; - localarbitrumone_RootMessageSent: localarbitrumone_RootMessageSent; - localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; - localarbitrumone_Router: localarbitrumone_Router; - localarbitrumone_RouterDailyTVL: localarbitrumone_RouterDailyTVL; - localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; - localarbitrumone_RouterLiquidityEvent: localarbitrumone_RouterLiquidityEvent; - localarbitrumone_RouterLiquidityEvent_filter: localarbitrumone_RouterLiquidityEvent_filter; - localarbitrumone_Router_filter: localarbitrumone_Router_filter; - localarbitrumone_Sequencer: localarbitrumone_Sequencer; - localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; - localarbitrumone_Setting: localarbitrumone_Setting; - localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; - localarbitrumone_SlippageUpdate: localarbitrumone_SlippageUpdate; - localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; - localarbitrumone_SnapshotRoot: localarbitrumone_SnapshotRoot; - localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; - localarbitrumone_SpokeConnectorMode: localarbitrumone_SpokeConnectorMode; - localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; - localarbitrumone__Block_: localarbitrumone__Block_; - localarbitrumone__Meta_: localarbitrumone__Meta_; - 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_; - stagingmainnet_AggregateRootSavedSlow: stagingmainnet_AggregateRootSavedSlow; - stagingmainnet_AggregateRootSavedSlow_filter: stagingmainnet_AggregateRootSavedSlow_filter; - stagingmainnet_AggregatedMessageRoot: stagingmainnet_AggregatedMessageRoot; - stagingmainnet_AggregatedMessageRoot_filter: stagingmainnet_AggregatedMessageRoot_filter; - stagingmainnet_ArbitrumConnectorMeta: stagingmainnet_ArbitrumConnectorMeta; - stagingmainnet_ArbitrumConnectorMeta_filter: stagingmainnet_ArbitrumConnectorMeta_filter; - stagingmainnet_AvalancheConnectorMeta: stagingmainnet_AvalancheConnectorMeta; - stagingmainnet_AvalancheConnectorMeta_filter: stagingmainnet_AvalancheConnectorMeta_filter; - stagingmainnet_BaseConnectorMeta: stagingmainnet_BaseConnectorMeta; - stagingmainnet_BaseConnectorMeta_filter: stagingmainnet_BaseConnectorMeta_filter; - stagingmainnet_BnbConnectorMeta: stagingmainnet_BnbConnectorMeta; - stagingmainnet_BnbConnectorMeta_filter: stagingmainnet_BnbConnectorMeta_filter; - stagingmainnet_GnosisConnectorMeta: stagingmainnet_GnosisConnectorMeta; - stagingmainnet_GnosisConnectorMeta_filter: stagingmainnet_GnosisConnectorMeta_filter; - stagingmainnet_HubDomain: stagingmainnet_HubDomain; - stagingmainnet_HubDomain_filter: stagingmainnet_HubDomain_filter; - stagingmainnet_HubOptimisticRootFinalized: stagingmainnet_HubOptimisticRootFinalized; - stagingmainnet_HubOptimisticRootFinalized_filter: stagingmainnet_HubOptimisticRootFinalized_filter; - stagingmainnet_LineaConnectorMeta: stagingmainnet_LineaConnectorMeta; - stagingmainnet_LineaConnectorMeta_filter: stagingmainnet_LineaConnectorMeta_filter; - stagingmainnet_MantleConnectorMeta: stagingmainnet_MantleConnectorMeta; - stagingmainnet_MantleConnectorMeta_filter: stagingmainnet_MantleConnectorMeta_filter; - stagingmainnet_MetisConnectorMeta: stagingmainnet_MetisConnectorMeta; - stagingmainnet_MetisConnectorMeta_filter: stagingmainnet_MetisConnectorMeta_filter; - stagingmainnet_ModeConnectorMeta: stagingmainnet_ModeConnectorMeta; - stagingmainnet_ModeConnectorMeta_filter: stagingmainnet_ModeConnectorMeta_filter; - stagingmainnet_OptimismConnectorMeta: stagingmainnet_OptimismConnectorMeta; - stagingmainnet_OptimismConnectorMeta_filter: stagingmainnet_OptimismConnectorMeta_filter; - stagingmainnet_OptimisticRootPropagated: stagingmainnet_OptimisticRootPropagated; - stagingmainnet_OptimisticRootPropagated_filter: stagingmainnet_OptimisticRootPropagated_filter; - stagingmainnet_OptimisticRootProposed: stagingmainnet_OptimisticRootProposed; - stagingmainnet_OptimisticRootProposed_filter: stagingmainnet_OptimisticRootProposed_filter; - stagingmainnet_PolygonConnectorMeta: stagingmainnet_PolygonConnectorMeta; - stagingmainnet_PolygonConnectorMeta_filter: stagingmainnet_PolygonConnectorMeta_filter; - stagingmainnet_PolygonZkConnectorMeta: stagingmainnet_PolygonZkConnectorMeta; - stagingmainnet_PolygonZkConnectorMeta_filter: stagingmainnet_PolygonZkConnectorMeta_filter; - stagingmainnet_RootAggregated: stagingmainnet_RootAggregated; - stagingmainnet_RootAggregated_filter: stagingmainnet_RootAggregated_filter; - stagingmainnet_RootManagerMeta: stagingmainnet_RootManagerMeta; - stagingmainnet_RootManagerMeta_filter: stagingmainnet_RootManagerMeta_filter; - stagingmainnet_RootManagerMode: stagingmainnet_RootManagerMode; - stagingmainnet_RootManagerMode_filter: stagingmainnet_RootManagerMode_filter; - stagingmainnet_RootMessageProcessed: stagingmainnet_RootMessageProcessed; - stagingmainnet_RootMessageProcessed_filter: stagingmainnet_RootMessageProcessed_filter; - stagingmainnet_RootPropagated: stagingmainnet_RootPropagated; - stagingmainnet_RootPropagated_filter: stagingmainnet_RootPropagated_filter; - stagingmainnet_ScrollConnectorMeta: stagingmainnet_ScrollConnectorMeta; - stagingmainnet_ScrollConnectorMeta_filter: stagingmainnet_ScrollConnectorMeta_filter; - stagingmainnet_ZkSyncConnectorMeta: stagingmainnet_ZkSyncConnectorMeta; - stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; - 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; - 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_; - avalanche_AggregateRoot: avalanche_AggregateRoot; - avalanche_AggregateRootProposed: avalanche_AggregateRootProposed; - avalanche_AggregateRootProposed_filter: avalanche_AggregateRootProposed_filter; - avalanche_AggregateRoot_filter: avalanche_AggregateRoot_filter; - avalanche_Asset: avalanche_Asset; - avalanche_AssetBalance: avalanche_AssetBalance; - avalanche_AssetBalance_filter: avalanche_AssetBalance_filter; - avalanche_AssetStatus: avalanche_AssetStatus; - avalanche_AssetStatus_filter: avalanche_AssetStatus_filter; - avalanche_Asset_filter: avalanche_Asset_filter; - avalanche_BigDecimal: Scalars['avalanche_BigDecimal']; - avalanche_BlockChangedFilter: avalanche_BlockChangedFilter; - avalanche_Block_height: avalanche_Block_height; - avalanche_Bytes: Scalars['avalanche_Bytes']; - avalanche_ConnectorMeta: avalanche_ConnectorMeta; - avalanche_ConnectorMeta_filter: avalanche_ConnectorMeta_filter; - avalanche_DestinationTransfer: avalanche_DestinationTransfer; - avalanche_DestinationTransfer_filter: avalanche_DestinationTransfer_filter; - avalanche_Int8: Scalars['avalanche_Int8']; - avalanche_OptimisticRootFinalized: avalanche_OptimisticRootFinalized; - avalanche_OptimisticRootFinalized_filter: avalanche_OptimisticRootFinalized_filter; - avalanche_OriginMessage: avalanche_OriginMessage; - avalanche_OriginMessage_filter: avalanche_OriginMessage_filter; - avalanche_OriginTransfer: avalanche_OriginTransfer; - avalanche_OriginTransfer_filter: avalanche_OriginTransfer_filter; - avalanche_Relayer: avalanche_Relayer; - avalanche_RelayerFee: avalanche_RelayerFee; - avalanche_RelayerFee_filter: avalanche_RelayerFee_filter; - avalanche_RelayerFeesIncrease: avalanche_RelayerFeesIncrease; - avalanche_RelayerFeesIncrease_filter: avalanche_RelayerFeesIncrease_filter; - avalanche_Relayer_filter: avalanche_Relayer_filter; - avalanche_RootCount: avalanche_RootCount; - avalanche_RootCount_filter: avalanche_RootCount_filter; - avalanche_RootMessageSent: avalanche_RootMessageSent; - avalanche_RootMessageSent_filter: avalanche_RootMessageSent_filter; - avalanche_Router: avalanche_Router; - avalanche_RouterDailyTVL: avalanche_RouterDailyTVL; - avalanche_RouterDailyTVL_filter: avalanche_RouterDailyTVL_filter; - avalanche_RouterLiquidityEvent: avalanche_RouterLiquidityEvent; - avalanche_RouterLiquidityEvent_filter: avalanche_RouterLiquidityEvent_filter; - avalanche_Router_filter: avalanche_Router_filter; - avalanche_Sequencer: avalanche_Sequencer; - avalanche_Sequencer_filter: avalanche_Sequencer_filter; - avalanche_Setting: avalanche_Setting; - avalanche_Setting_filter: avalanche_Setting_filter; - avalanche_SlippageUpdate: avalanche_SlippageUpdate; - avalanche_SlippageUpdate_filter: avalanche_SlippageUpdate_filter; - avalanche_SnapshotRoot: avalanche_SnapshotRoot; - avalanche_SnapshotRoot_filter: avalanche_SnapshotRoot_filter; - avalanche_SpokeConnectorMode: avalanche_SpokeConnectorMode; - avalanche_SpokeConnectorMode_filter: avalanche_SpokeConnectorMode_filter; - avalanche__Block_: avalanche__Block_; - avalanche__Meta_: avalanche__Meta_; - mode_AggregateRoot: mode_AggregateRoot; - mode_AggregateRootProposed: mode_AggregateRootProposed; - mode_AggregateRootProposed_filter: mode_AggregateRootProposed_filter; - mode_AggregateRoot_filter: mode_AggregateRoot_filter; - mode_Asset: mode_Asset; - mode_AssetBalance: mode_AssetBalance; - mode_AssetBalance_filter: mode_AssetBalance_filter; - mode_AssetStatus: mode_AssetStatus; - mode_AssetStatus_filter: mode_AssetStatus_filter; - mode_Asset_filter: mode_Asset_filter; - mode_BigDecimal: Scalars['mode_BigDecimal']; - mode_BlockChangedFilter: mode_BlockChangedFilter; - mode_Block_height: mode_Block_height; - mode_Bytes: Scalars['mode_Bytes']; - mode_ConnectorMeta: mode_ConnectorMeta; - mode_ConnectorMeta_filter: mode_ConnectorMeta_filter; - mode_DestinationTransfer: mode_DestinationTransfer; - mode_DestinationTransfer_filter: mode_DestinationTransfer_filter; - mode_Int8: Scalars['mode_Int8']; - mode_OptimisticRootFinalized: mode_OptimisticRootFinalized; - mode_OptimisticRootFinalized_filter: mode_OptimisticRootFinalized_filter; - mode_OriginMessage: mode_OriginMessage; - mode_OriginMessage_filter: mode_OriginMessage_filter; - mode_OriginTransfer: mode_OriginTransfer; - mode_OriginTransfer_filter: mode_OriginTransfer_filter; - mode_Relayer: mode_Relayer; - mode_RelayerFee: mode_RelayerFee; - mode_RelayerFee_filter: mode_RelayerFee_filter; - mode_RelayerFeesIncrease: mode_RelayerFeesIncrease; - mode_RelayerFeesIncrease_filter: mode_RelayerFeesIncrease_filter; - mode_Relayer_filter: mode_Relayer_filter; - mode_RootCount: mode_RootCount; - mode_RootCount_filter: mode_RootCount_filter; - mode_RootMessageSent: mode_RootMessageSent; - mode_RootMessageSent_filter: mode_RootMessageSent_filter; - mode_Router: mode_Router; - mode_RouterDailyTVL: mode_RouterDailyTVL; - mode_RouterDailyTVL_filter: mode_RouterDailyTVL_filter; - mode_RouterLiquidityEvent: mode_RouterLiquidityEvent; - mode_RouterLiquidityEvent_filter: mode_RouterLiquidityEvent_filter; - mode_Router_filter: mode_Router_filter; - mode_Sequencer: mode_Sequencer; - mode_Sequencer_filter: mode_Sequencer_filter; - mode_Setting: mode_Setting; - mode_Setting_filter: mode_Setting_filter; - mode_SlippageUpdate: mode_SlippageUpdate; - mode_SlippageUpdate_filter: mode_SlippageUpdate_filter; - mode_SnapshotRoot: mode_SnapshotRoot; - mode_SnapshotRoot_filter: mode_SnapshotRoot_filter; - mode_SpokeConnectorMode: mode_SpokeConnectorMode; - mode_SpokeConnectorMode_filter: mode_SpokeConnectorMode_filter; - mode__Block_: mode__Block_; - mode__Meta_: mode__Meta_; - 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_; - stagingoptimismgoerli_swap_BigDecimal: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; - stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; - stagingoptimismgoerli_swap_Bytes: Scalars['stagingoptimismgoerli_swap_Bytes']; - stagingoptimismgoerli_swap_Int8: Scalars['stagingoptimismgoerli_swap_Int8']; - stagingoptimismgoerli_swap_LpAccount: stagingoptimismgoerli_swap_LpAccount; - stagingoptimismgoerli_swap_LpAccountBalance: stagingoptimismgoerli_swap_LpAccountBalance; - stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; - stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; - stagingoptimismgoerli_swap_LpToken: stagingoptimismgoerli_swap_LpToken; - stagingoptimismgoerli_swap_LpTokenEvent: ResolversParentTypes['stagingoptimismgoerli_swap_LpTransferEvent']; - stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; - stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; - stagingoptimismgoerli_swap_LpTransferEvent: stagingoptimismgoerli_swap_LpTransferEvent; - stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; - stagingoptimismgoerli_swap_PooledToken: stagingoptimismgoerli_swap_PooledToken; - stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; - stagingoptimismgoerli_swap_StableSwap: stagingoptimismgoerli_swap_StableSwap; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwapEvent: ResolversParentTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; - stagingoptimismgoerli_swap_StableSwapExchange: stagingoptimismgoerli_swap_StableSwapExchange; - stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; - stagingoptimismgoerli_swap_SwapDailyVolume: stagingoptimismgoerli_swap_SwapDailyVolume; - stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; - stagingoptimismgoerli_swap_SwapHourlyVolume: stagingoptimismgoerli_swap_SwapHourlyVolume; - stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; - stagingoptimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; - stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; - stagingoptimismgoerli_swap_SwapWeeklyVolume: stagingoptimismgoerli_swap_SwapWeeklyVolume; - stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; - stagingoptimismgoerli_swap_SystemInfo: stagingoptimismgoerli_swap_SystemInfo; - stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; - stagingoptimismgoerli_swap__Block_: stagingoptimismgoerli_swap__Block_; - stagingoptimismgoerli_swap__Meta_: stagingoptimismgoerli_swap__Meta_; - x1testnet_AggregateRoot: x1testnet_AggregateRoot; - x1testnet_AggregateRootProposed: x1testnet_AggregateRootProposed; - x1testnet_AggregateRootProposed_filter: x1testnet_AggregateRootProposed_filter; - x1testnet_AggregateRoot_filter: x1testnet_AggregateRoot_filter; - x1testnet_Asset: x1testnet_Asset; - x1testnet_AssetBalance: x1testnet_AssetBalance; - x1testnet_AssetBalance_filter: x1testnet_AssetBalance_filter; - x1testnet_AssetStatus: x1testnet_AssetStatus; - x1testnet_AssetStatus_filter: x1testnet_AssetStatus_filter; - x1testnet_Asset_filter: x1testnet_Asset_filter; - x1testnet_BigDecimal: Scalars['x1testnet_BigDecimal']; - x1testnet_BlockChangedFilter: x1testnet_BlockChangedFilter; - x1testnet_Block_height: x1testnet_Block_height; - x1testnet_Bytes: Scalars['x1testnet_Bytes']; - x1testnet_ConnectorMeta: x1testnet_ConnectorMeta; - x1testnet_ConnectorMeta_filter: x1testnet_ConnectorMeta_filter; - x1testnet_DestinationTransfer: x1testnet_DestinationTransfer; - x1testnet_DestinationTransfer_filter: x1testnet_DestinationTransfer_filter; - x1testnet_Int8: Scalars['x1testnet_Int8']; - x1testnet_OptimisticRootFinalized: x1testnet_OptimisticRootFinalized; - x1testnet_OptimisticRootFinalized_filter: x1testnet_OptimisticRootFinalized_filter; - x1testnet_OriginMessage: x1testnet_OriginMessage; - x1testnet_OriginMessage_filter: x1testnet_OriginMessage_filter; - x1testnet_OriginTransfer: x1testnet_OriginTransfer; - x1testnet_OriginTransfer_filter: x1testnet_OriginTransfer_filter; - x1testnet_Relayer: x1testnet_Relayer; - x1testnet_RelayerFee: x1testnet_RelayerFee; - x1testnet_RelayerFee_filter: x1testnet_RelayerFee_filter; - x1testnet_RelayerFeesIncrease: x1testnet_RelayerFeesIncrease; - x1testnet_RelayerFeesIncrease_filter: x1testnet_RelayerFeesIncrease_filter; - x1testnet_Relayer_filter: x1testnet_Relayer_filter; - x1testnet_RootCount: x1testnet_RootCount; - x1testnet_RootCount_filter: x1testnet_RootCount_filter; - x1testnet_RootMessageSent: x1testnet_RootMessageSent; - x1testnet_RootMessageSent_filter: x1testnet_RootMessageSent_filter; - x1testnet_Router: x1testnet_Router; - x1testnet_RouterDailyTVL: x1testnet_RouterDailyTVL; - x1testnet_RouterDailyTVL_filter: x1testnet_RouterDailyTVL_filter; - x1testnet_RouterLiquidityEvent: x1testnet_RouterLiquidityEvent; - x1testnet_RouterLiquidityEvent_filter: x1testnet_RouterLiquidityEvent_filter; - x1testnet_Router_filter: x1testnet_Router_filter; - x1testnet_Sequencer: x1testnet_Sequencer; - x1testnet_Sequencer_filter: x1testnet_Sequencer_filter; - x1testnet_Setting: x1testnet_Setting; - x1testnet_Setting_filter: x1testnet_Setting_filter; - x1testnet_SlippageUpdate: x1testnet_SlippageUpdate; - x1testnet_SlippageUpdate_filter: x1testnet_SlippageUpdate_filter; - x1testnet_SnapshotRoot: x1testnet_SnapshotRoot; - x1testnet_SnapshotRoot_filter: x1testnet_SnapshotRoot_filter; - x1testnet_SpokeConnectorMode: x1testnet_SpokeConnectorMode; - x1testnet_SpokeConnectorMode_filter: x1testnet_SpokeConnectorMode_filter; - x1testnet__Block_: x1testnet__Block_; - x1testnet__Meta_: x1testnet__Meta_; -}>; - -export type entityDirectiveArgs = { }; - -export type entityDirectiveResolver = DirectiveResolverFn; - -export type subgraphIdDirectiveArgs = { - id: Scalars['String']; -}; - -export type subgraphIdDirectiveResolver = DirectiveResolverFn; - -export type derivedFromDirectiveArgs = { - field: Scalars['String']; -}; - -export type derivedFromDirectiveResolver = DirectiveResolverFn; - -export type QueryResolvers = ResolversObject<{ - testoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - staginggoerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli__meta?: Resolver, ParentType, ContextType, Partial>; - optimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - 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>; - bnb_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - localmainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet__meta?: Resolver, ParentType, ContextType, Partial>; - lineagoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli__meta?: Resolver, ParentType, ContextType, Partial>; - xdai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap__meta?: Resolver, ParentType, ContextType, Partial>; - staginggoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - arbitrumone_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap__meta?: Resolver, ParentType, ContextType, Partial>; - optimism_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - goerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - goerli_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - goerli_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - goerli_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - goerli_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - goerli_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - goerli_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - goerli_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_x1ConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_x1ConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - goerli_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - goerli_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - goerli__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>; - stagingmumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; - mumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - goerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - optimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - goerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - goerli_router?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - goerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - goerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - goerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - goerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - goerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - goerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - goerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - goerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - goerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - goerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - mumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_router?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - mumbai__meta?: Resolver, ParentType, ContextType, Partial>; - basegoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - basegoerli__meta?: Resolver, ParentType, ContextType, Partial>; - stagingmumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - staginggoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - 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>; - 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>; - 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>; - testgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - 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>; - polygonzkevm_swap_asset?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assets?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_router?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_setting?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_settings?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap__meta?: Resolver, ParentType, ContextType, Partial>; - stagingmainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet__meta?: Resolver, ParentType, ContextType, Partial>; - stagingbnb_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb__meta?: Resolver, ParentType, ContextType, Partial>; - stagingoptimism_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism__meta?: Resolver, ParentType, ContextType, Partial>; - localoptimism_asset?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assets?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_router?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_setting?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_settings?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - localmainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_router?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - 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>; - 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>; - 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>; - 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>; - stagingbase_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - 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>; - 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>; - 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>; - stagingarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; - stagingpolygonzkevm_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - polygonzkevm_asset?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_assets?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_router?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_routers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_setting?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_settings?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - localarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; - mantle_asset?: Resolver, ParentType, ContextType, RequireFields>; - mantle_assets?: Resolver, ParentType, ContextType, RequireFields>; - mantle_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - mantle_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - mantle_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - mantle_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - mantle_router?: Resolver, ParentType, ContextType, RequireFields>; - mantle_routers?: Resolver, ParentType, ContextType, RequireFields>; - mantle_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - mantle_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - mantle_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_setting?: Resolver, ParentType, ContextType, RequireFields>; - mantle_settings?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayer?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayers?: Resolver, ParentType, ContextType, RequireFields>; - mantle_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - mantle_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - mantle_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mantle_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mantle_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mantle_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mantle_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - mantle_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - mantle_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - mantle_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - mantle_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mantle_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mantle_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - mantle_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - mantle_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - mantle_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - mantle_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - mantle_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - mantle_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - mantle_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - mantle_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - mantle_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - mantle_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - mantle_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - mantle_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - mantle__meta?: Resolver, ParentType, ContextType, Partial>; - 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_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>; - 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>; - 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>; - avalanche_asset?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_assets?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_router?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_routers?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_setting?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_settings?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayer?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayers?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - avalanche__meta?: Resolver, ParentType, ContextType, Partial>; - mode_asset?: Resolver, ParentType, ContextType, RequireFields>; - mode_assets?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - mode_router?: Resolver, ParentType, ContextType, RequireFields>; - mode_routers?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_setting?: Resolver, ParentType, ContextType, RequireFields>; - mode_settings?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayer?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayers?: Resolver, ParentType, ContextType, RequireFields>; - mode_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - mode_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - mode_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mode_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mode_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mode_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mode_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - mode_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - mode_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mode_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - mode_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - mode_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - mode_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - mode_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - mode_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - mode_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - mode__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - stagingoptimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - x1testnet_asset?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_assets?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_router?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_routers?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_setting?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_settings?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - x1testnet__meta?: Resolver, ParentType, ContextType, Partial>; -}>; - -export type SubscriptionResolvers = ResolversObject<{ - testoptimismgoerli_asset?: SubscriptionResolver, "testoptimismgoerli_asset", ParentType, ContextType, RequireFields>; - testoptimismgoerli_assets?: SubscriptionResolver, "testoptimismgoerli_assets", ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalance?: SubscriptionResolver, "testoptimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalances?: SubscriptionResolver, "testoptimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; - testoptimismgoerli_router?: SubscriptionResolver, "testoptimismgoerli_router", ParentType, ContextType, RequireFields>; - testoptimismgoerli_routers?: SubscriptionResolver, "testoptimismgoerli_routers", ParentType, ContextType, RequireFields>; - testoptimismgoerli_setting?: SubscriptionResolver, "testoptimismgoerli_setting", ParentType, ContextType, RequireFields>; - testoptimismgoerli_settings?: SubscriptionResolver, "testoptimismgoerli_settings", ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayer?: SubscriptionResolver, "testoptimismgoerli_relayer", ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayers?: SubscriptionResolver, "testoptimismgoerli_relayers", ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwap?: SubscriptionResolver, "testoptimismgoerli_stableSwap", ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwaps?: SubscriptionResolver, "testoptimismgoerli_stableSwaps", ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVault?: SubscriptionResolver, "testoptimismgoerli_sponsorVault", ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVaults?: SubscriptionResolver, "testoptimismgoerli_sponsorVaults", ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfer?: SubscriptionResolver, "testoptimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfers?: SubscriptionResolver, "testoptimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfer?: SubscriptionResolver, "testoptimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfers?: SubscriptionResolver, "testoptimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - testoptimismgoerli__meta?: SubscriptionResolver, "testoptimismgoerli__meta", ParentType, ContextType, Partial>; - staginggoerli_rootAggregated?: SubscriptionResolver, "staginggoerli_rootAggregated", ParentType, ContextType, RequireFields>; - staginggoerli_rootAggregateds?: SubscriptionResolver, "staginggoerli_rootAggregateds", ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagated?: SubscriptionResolver, "staginggoerli_rootPropagated", ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagateds?: SubscriptionResolver, "staginggoerli_rootPropagateds", ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoot?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoots?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMeta?: SubscriptionResolver, "staginggoerli_rootManagerMeta", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMetas?: SubscriptionResolver, "staginggoerli_rootManagerMetas", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMode?: SubscriptionResolver, "staginggoerli_rootManagerMode", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerModes?: SubscriptionResolver, "staginggoerli_rootManagerModes", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposed?: SubscriptionResolver, "staginggoerli_optimisticRootProposed", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposeds?: SubscriptionResolver, "staginggoerli_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalized?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagated?: SubscriptionResolver, "staginggoerli_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagateds?: SubscriptionResolver, "staginggoerli_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMeta?: SubscriptionResolver, "staginggoerli_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMetas?: SubscriptionResolver, "staginggoerli_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMeta?: SubscriptionResolver, "staginggoerli_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMetas?: SubscriptionResolver, "staginggoerli_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMeta?: SubscriptionResolver, "staginggoerli_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMetas?: SubscriptionResolver, "staginggoerli_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMeta?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMetas?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMeta?: SubscriptionResolver, "staginggoerli_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMetas?: SubscriptionResolver, "staginggoerli_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMeta?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMetas?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcessed?: SubscriptionResolver, "staginggoerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcesseds?: SubscriptionResolver, "staginggoerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlow?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlows?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - staginggoerli_hubDomain?: SubscriptionResolver, "staginggoerli_hubDomain", ParentType, ContextType, RequireFields>; - staginggoerli_hubDomains?: SubscriptionResolver, "staginggoerli_hubDomains", ParentType, ContextType, RequireFields>; - staginggoerli__meta?: SubscriptionResolver, "staginggoerli__meta", ParentType, ContextType, Partial>; - optimismgoerli_swap_systemInfo?: SubscriptionResolver, "optimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_systemInfos?: SubscriptionResolver, "optimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledToken?: SubscriptionResolver, "optimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledTokens?: SubscriptionResolver, "optimismgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwap?: SubscriptionResolver, "optimismgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwaps?: SubscriptionResolver, "optimismgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchange?: SubscriptionResolver, "optimismgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "optimismgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccount?: SubscriptionResolver, "optimismgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccounts?: SubscriptionResolver, "optimismgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalance?: SubscriptionResolver, "optimismgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalances?: SubscriptionResolver, "optimismgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpToken?: SubscriptionResolver, "optimismgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokens?: SubscriptionResolver, "optimismgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvent?: SubscriptionResolver, "optimismgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolume?: SubscriptionResolver, "optimismgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvent?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap__meta?: SubscriptionResolver, "optimismgoerli_swap__meta", ParentType, ContextType, Partial>; - 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>; - 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>; - bnb_swap_systemInfo?: SubscriptionResolver, "bnb_swap_systemInfo", ParentType, ContextType, RequireFields>; - bnb_swap_systemInfos?: SubscriptionResolver, "bnb_swap_systemInfos", ParentType, ContextType, RequireFields>; - bnb_swap_pooledToken?: SubscriptionResolver, "bnb_swap_pooledToken", ParentType, ContextType, RequireFields>; - bnb_swap_pooledTokens?: SubscriptionResolver, "bnb_swap_pooledTokens", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwap?: SubscriptionResolver, "bnb_swap_stableSwap", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwaps?: SubscriptionResolver, "bnb_swap_stableSwaps", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchange?: SubscriptionResolver, "bnb_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchanges?: SubscriptionResolver, "bnb_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolume?: SubscriptionResolver, "bnb_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolumes?: SubscriptionResolver, "bnb_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolume?: SubscriptionResolver, "bnb_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolumes?: SubscriptionResolver, "bnb_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolume?: SubscriptionResolver, "bnb_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolumes?: SubscriptionResolver, "bnb_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccount?: SubscriptionResolver, "bnb_swap_lpAccount", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccounts?: SubscriptionResolver, "bnb_swap_lpAccounts", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalance?: SubscriptionResolver, "bnb_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalances?: SubscriptionResolver, "bnb_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - bnb_swap_lpToken?: SubscriptionResolver, "bnb_swap_lpToken", ParentType, ContextType, RequireFields>; - bnb_swap_lpTokens?: SubscriptionResolver, "bnb_swap_lpTokens", ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvent?: SubscriptionResolver, "bnb_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvents?: SubscriptionResolver, "bnb_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvent?: SubscriptionResolver, "bnb_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvents?: SubscriptionResolver, "bnb_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolume?: SubscriptionResolver, "bnb_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolumes?: SubscriptionResolver, "bnb_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvent?: SubscriptionResolver, "bnb_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvents?: SubscriptionResolver, "bnb_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - bnb_swap__meta?: SubscriptionResolver, "bnb_swap__meta", ParentType, ContextType, Partial>; - 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>; - localmainnet_rootAggregated?: SubscriptionResolver, "localmainnet_rootAggregated", ParentType, ContextType, RequireFields>; - localmainnet_rootAggregateds?: SubscriptionResolver, "localmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; - localmainnet_rootPropagated?: SubscriptionResolver, "localmainnet_rootPropagated", ParentType, ContextType, RequireFields>; - localmainnet_rootPropagateds?: SubscriptionResolver, "localmainnet_rootPropagateds", ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoot?: SubscriptionResolver, "localmainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoots?: SubscriptionResolver, "localmainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMeta?: SubscriptionResolver, "localmainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMetas?: SubscriptionResolver, "localmainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMode?: SubscriptionResolver, "localmainnet_rootManagerMode", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerModes?: SubscriptionResolver, "localmainnet_rootManagerModes", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposed?: SubscriptionResolver, "localmainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposeds?: SubscriptionResolver, "localmainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagated?: SubscriptionResolver, "localmainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagateds?: SubscriptionResolver, "localmainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMeta?: SubscriptionResolver, "localmainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMetas?: SubscriptionResolver, "localmainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMeta?: SubscriptionResolver, "localmainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMetas?: SubscriptionResolver, "localmainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMeta?: SubscriptionResolver, "localmainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMetas?: SubscriptionResolver, "localmainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMeta?: SubscriptionResolver, "localmainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMetas?: SubscriptionResolver, "localmainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMeta?: SubscriptionResolver, "localmainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMetas?: SubscriptionResolver, "localmainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMeta?: SubscriptionResolver, "localmainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMetas?: SubscriptionResolver, "localmainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcessed?: SubscriptionResolver, "localmainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcesseds?: SubscriptionResolver, "localmainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlow?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlows?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - localmainnet_hubDomain?: SubscriptionResolver, "localmainnet_hubDomain", ParentType, ContextType, RequireFields>; - localmainnet_hubDomains?: SubscriptionResolver, "localmainnet_hubDomains", ParentType, ContextType, RequireFields>; - localmainnet__meta?: SubscriptionResolver, "localmainnet__meta", ParentType, ContextType, Partial>; - lineagoerli_asset?: SubscriptionResolver, "lineagoerli_asset", ParentType, ContextType, RequireFields>; - lineagoerli_assets?: SubscriptionResolver, "lineagoerli_assets", ParentType, ContextType, RequireFields>; - lineagoerli_assetStatus?: SubscriptionResolver, "lineagoerli_assetStatus", ParentType, ContextType, RequireFields>; - lineagoerli_assetStatuses?: SubscriptionResolver, "lineagoerli_assetStatuses", ParentType, ContextType, RequireFields>; - lineagoerli_assetBalance?: SubscriptionResolver, "lineagoerli_assetBalance", ParentType, ContextType, RequireFields>; - lineagoerli_assetBalances?: SubscriptionResolver, "lineagoerli_assetBalances", ParentType, ContextType, RequireFields>; - lineagoerli_router?: SubscriptionResolver, "lineagoerli_router", ParentType, ContextType, RequireFields>; - lineagoerli_routers?: SubscriptionResolver, "lineagoerli_routers", ParentType, ContextType, RequireFields>; - lineagoerli_routerDailyTVL?: SubscriptionResolver, "lineagoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - lineagoerli_routerDailyTVLs?: SubscriptionResolver, "lineagoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - lineagoerli_setting?: SubscriptionResolver, "lineagoerli_setting", ParentType, ContextType, RequireFields>; - lineagoerli_settings?: SubscriptionResolver, "lineagoerli_settings", ParentType, ContextType, RequireFields>; - lineagoerli_relayer?: SubscriptionResolver, "lineagoerli_relayer", ParentType, ContextType, RequireFields>; - lineagoerli_relayers?: SubscriptionResolver, "lineagoerli_relayers", ParentType, ContextType, RequireFields>; - lineagoerli_sequencer?: SubscriptionResolver, "lineagoerli_sequencer", ParentType, ContextType, RequireFields>; - lineagoerli_sequencers?: SubscriptionResolver, "lineagoerli_sequencers", ParentType, ContextType, RequireFields>; - lineagoerli_relayerFee?: SubscriptionResolver, "lineagoerli_relayerFee", ParentType, ContextType, RequireFields>; - lineagoerli_relayerFees?: SubscriptionResolver, "lineagoerli_relayerFees", ParentType, ContextType, RequireFields>; - lineagoerli_originTransfer?: SubscriptionResolver, "lineagoerli_originTransfer", ParentType, ContextType, RequireFields>; - lineagoerli_originTransfers?: SubscriptionResolver, "lineagoerli_originTransfers", ParentType, ContextType, RequireFields>; - lineagoerli_destinationTransfer?: SubscriptionResolver, "lineagoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - lineagoerli_destinationTransfers?: SubscriptionResolver, "lineagoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - lineagoerli_originMessage?: SubscriptionResolver, "lineagoerli_originMessage", ParentType, ContextType, RequireFields>; - lineagoerli_originMessages?: SubscriptionResolver, "lineagoerli_originMessages", ParentType, ContextType, RequireFields>; - lineagoerli_aggregateRoot?: SubscriptionResolver, "lineagoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - lineagoerli_aggregateRoots?: SubscriptionResolver, "lineagoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - lineagoerli_connectorMeta?: SubscriptionResolver, "lineagoerli_connectorMeta", ParentType, ContextType, RequireFields>; - lineagoerli_connectorMetas?: SubscriptionResolver, "lineagoerli_connectorMetas", ParentType, ContextType, RequireFields>; - lineagoerli_rootCount?: SubscriptionResolver, "lineagoerli_rootCount", ParentType, ContextType, RequireFields>; - lineagoerli_rootCounts?: SubscriptionResolver, "lineagoerli_rootCounts", ParentType, ContextType, RequireFields>; - lineagoerli_rootMessageSent?: SubscriptionResolver, "lineagoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - lineagoerli_rootMessageSents?: SubscriptionResolver, "lineagoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - lineagoerli_relayerFeesIncrease?: SubscriptionResolver, "lineagoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - lineagoerli_relayerFeesIncreases?: SubscriptionResolver, "lineagoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - lineagoerli_slippageUpdate?: SubscriptionResolver, "lineagoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - lineagoerli_slippageUpdates?: SubscriptionResolver, "lineagoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - lineagoerli__meta?: SubscriptionResolver, "lineagoerli__meta", ParentType, ContextType, Partial>; - xdai_swap_systemInfo?: SubscriptionResolver, "xdai_swap_systemInfo", ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: SubscriptionResolver, "xdai_swap_systemInfos", ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: SubscriptionResolver, "xdai_swap_pooledToken", ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: SubscriptionResolver, "xdai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: SubscriptionResolver, "xdai_swap_stableSwap", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: SubscriptionResolver, "xdai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: SubscriptionResolver, "xdai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: SubscriptionResolver, "xdai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: SubscriptionResolver, "xdai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: SubscriptionResolver, "xdai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: SubscriptionResolver, "xdai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: SubscriptionResolver, "xdai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: SubscriptionResolver, "xdai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: SubscriptionResolver, "xdai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: SubscriptionResolver, "xdai_swap_lpAccount", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: SubscriptionResolver, "xdai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: SubscriptionResolver, "xdai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: SubscriptionResolver, "xdai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: SubscriptionResolver, "xdai_swap_lpToken", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: SubscriptionResolver, "xdai_swap_lpTokens", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: SubscriptionResolver, "xdai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: SubscriptionResolver, "xdai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: SubscriptionResolver, "xdai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: SubscriptionResolver, "xdai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: SubscriptionResolver, "xdai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: SubscriptionResolver, "xdai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: SubscriptionResolver, "xdai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: SubscriptionResolver, "xdai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - xdai_swap__meta?: SubscriptionResolver, "xdai_swap__meta", ParentType, ContextType, Partial>; - staginggoerli_swap_systemInfo?: SubscriptionResolver, "staginggoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - staginggoerli_swap_systemInfos?: SubscriptionResolver, "staginggoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - staginggoerli_swap_pooledToken?: SubscriptionResolver, "staginggoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - staginggoerli_swap_pooledTokens?: SubscriptionResolver, "staginggoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwap?: SubscriptionResolver, "staginggoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwaps?: SubscriptionResolver, "staginggoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapExchange?: SubscriptionResolver, "staginggoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapExchanges?: SubscriptionResolver, "staginggoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapDailyVolume?: SubscriptionResolver, "staginggoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapDailyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapHourlyVolume?: SubscriptionResolver, "staginggoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "staginggoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccount?: SubscriptionResolver, "staginggoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccounts?: SubscriptionResolver, "staginggoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccountBalance?: SubscriptionResolver, "staginggoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccountBalances?: SubscriptionResolver, "staginggoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpToken?: SubscriptionResolver, "staginggoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokens?: SubscriptionResolver, "staginggoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTransferEvent?: SubscriptionResolver, "staginggoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTransferEvents?: SubscriptionResolver, "staginggoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapTradeVolume?: SubscriptionResolver, "staginggoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapTradeVolumes?: SubscriptionResolver, "staginggoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokenEvent?: SubscriptionResolver, "staginggoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokenEvents?: SubscriptionResolver, "staginggoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - staginggoerli_swap__meta?: SubscriptionResolver, "staginggoerli_swap__meta", ParentType, ContextType, Partial>; - arbitrumone_swap_systemInfo?: SubscriptionResolver, "arbitrumone_swap_systemInfo", ParentType, ContextType, RequireFields>; - arbitrumone_swap_systemInfos?: SubscriptionResolver, "arbitrumone_swap_systemInfos", ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledToken?: SubscriptionResolver, "arbitrumone_swap_pooledToken", ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledTokens?: SubscriptionResolver, "arbitrumone_swap_pooledTokens", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwap?: SubscriptionResolver, "arbitrumone_swap_stableSwap", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwaps?: SubscriptionResolver, "arbitrumone_swap_stableSwaps", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccount?: SubscriptionResolver, "arbitrumone_swap_lpAccount", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccounts?: SubscriptionResolver, "arbitrumone_swap_lpAccounts", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpToken?: SubscriptionResolver, "arbitrumone_swap_lpToken", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokens?: SubscriptionResolver, "arbitrumone_swap_lpTokens", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap__meta?: SubscriptionResolver, "arbitrumone_swap__meta", ParentType, ContextType, Partial>; - optimism_swap_systemInfo?: SubscriptionResolver, "optimism_swap_systemInfo", ParentType, ContextType, RequireFields>; - optimism_swap_systemInfos?: SubscriptionResolver, "optimism_swap_systemInfos", ParentType, ContextType, RequireFields>; - optimism_swap_pooledToken?: SubscriptionResolver, "optimism_swap_pooledToken", ParentType, ContextType, RequireFields>; - optimism_swap_pooledTokens?: SubscriptionResolver, "optimism_swap_pooledTokens", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwap?: SubscriptionResolver, "optimism_swap_stableSwap", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwaps?: SubscriptionResolver, "optimism_swap_stableSwaps", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchange?: SubscriptionResolver, "optimism_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchanges?: SubscriptionResolver, "optimism_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolume?: SubscriptionResolver, "optimism_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolumes?: SubscriptionResolver, "optimism_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolume?: SubscriptionResolver, "optimism_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolumes?: SubscriptionResolver, "optimism_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolume?: SubscriptionResolver, "optimism_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimism_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccount?: SubscriptionResolver, "optimism_swap_lpAccount", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccounts?: SubscriptionResolver, "optimism_swap_lpAccounts", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalance?: SubscriptionResolver, "optimism_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalances?: SubscriptionResolver, "optimism_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - optimism_swap_lpToken?: SubscriptionResolver, "optimism_swap_lpToken", ParentType, ContextType, RequireFields>; - optimism_swap_lpTokens?: SubscriptionResolver, "optimism_swap_lpTokens", ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvent?: SubscriptionResolver, "optimism_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvents?: SubscriptionResolver, "optimism_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvent?: SubscriptionResolver, "optimism_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvents?: SubscriptionResolver, "optimism_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolume?: SubscriptionResolver, "optimism_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolumes?: SubscriptionResolver, "optimism_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvent?: SubscriptionResolver, "optimism_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvents?: SubscriptionResolver, "optimism_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - optimism_swap__meta?: SubscriptionResolver, "optimism_swap__meta", ParentType, ContextType, Partial>; - 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>; - goerli_rootAggregated?: SubscriptionResolver, "goerli_rootAggregated", ParentType, ContextType, RequireFields>; - goerli_rootAggregateds?: SubscriptionResolver, "goerli_rootAggregateds", ParentType, ContextType, RequireFields>; - goerli_rootPropagated?: SubscriptionResolver, "goerli_rootPropagated", ParentType, ContextType, RequireFields>; - goerli_rootPropagateds?: SubscriptionResolver, "goerli_rootPropagateds", ParentType, ContextType, RequireFields>; - goerli_aggregatedMessageRoot?: SubscriptionResolver, "goerli_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - goerli_aggregatedMessageRoots?: SubscriptionResolver, "goerli_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - goerli_rootManagerMeta?: SubscriptionResolver, "goerli_rootManagerMeta", ParentType, ContextType, RequireFields>; - goerli_rootManagerMetas?: SubscriptionResolver, "goerli_rootManagerMetas", ParentType, ContextType, RequireFields>; - goerli_rootManagerMode?: SubscriptionResolver, "goerli_rootManagerMode", ParentType, ContextType, RequireFields>; - goerli_rootManagerModes?: SubscriptionResolver, "goerli_rootManagerModes", ParentType, ContextType, RequireFields>; - goerli_optimisticRootProposed?: SubscriptionResolver, "goerli_optimisticRootProposed", ParentType, ContextType, RequireFields>; - goerli_optimisticRootProposeds?: SubscriptionResolver, "goerli_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - goerli_hubOptimisticRootFinalized?: SubscriptionResolver, "goerli_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - goerli_hubOptimisticRootFinalizeds?: SubscriptionResolver, "goerli_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - goerli_optimisticRootPropagated?: SubscriptionResolver, "goerli_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - goerli_optimisticRootPropagateds?: SubscriptionResolver, "goerli_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - goerli_polygonConnectorMeta?: SubscriptionResolver, "goerli_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_polygonConnectorMetas?: SubscriptionResolver, "goerli_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_optimismConnectorMeta?: SubscriptionResolver, "goerli_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_optimismConnectorMetas?: SubscriptionResolver, "goerli_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_bnbConnectorMeta?: SubscriptionResolver, "goerli_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_bnbConnectorMetas?: SubscriptionResolver, "goerli_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_arbitrumConnectorMeta?: SubscriptionResolver, "goerli_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_arbitrumConnectorMetas?: SubscriptionResolver, "goerli_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_gnosisConnectorMeta?: SubscriptionResolver, "goerli_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_gnosisConnectorMetas?: SubscriptionResolver, "goerli_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_zkSyncConnectorMeta?: SubscriptionResolver, "goerli_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_zkSyncConnectorMetas?: SubscriptionResolver, "goerli_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_lineaConnectorMeta?: SubscriptionResolver, "goerli_lineaConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_lineaConnectorMetas?: SubscriptionResolver, "goerli_lineaConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_baseConnectorMeta?: SubscriptionResolver, "goerli_baseConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_baseConnectorMetas?: SubscriptionResolver, "goerli_baseConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_x1ConnectorMeta?: SubscriptionResolver, "goerli_x1ConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_x1ConnectorMetas?: SubscriptionResolver, "goerli_x1ConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_rootMessageProcessed?: SubscriptionResolver, "goerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; - goerli_rootMessageProcesseds?: SubscriptionResolver, "goerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - goerli_aggregateRootSavedSlow?: SubscriptionResolver, "goerli_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - goerli_aggregateRootSavedSlows?: SubscriptionResolver, "goerli_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - goerli_hubDomain?: SubscriptionResolver, "goerli_hubDomain", ParentType, ContextType, RequireFields>; - goerli_hubDomains?: SubscriptionResolver, "goerli_hubDomains", ParentType, ContextType, RequireFields>; - goerli__meta?: SubscriptionResolver, "goerli__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>; - stagingmumbai_swap_systemInfo?: SubscriptionResolver, "stagingmumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_systemInfos?: SubscriptionResolver, "stagingmumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledToken?: SubscriptionResolver, "stagingmumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledTokens?: SubscriptionResolver, "stagingmumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwap?: SubscriptionResolver, "stagingmumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwaps?: SubscriptionResolver, "stagingmumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchange?: SubscriptionResolver, "stagingmumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchanges?: SubscriptionResolver, "stagingmumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccount?: SubscriptionResolver, "stagingmumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccounts?: SubscriptionResolver, "stagingmumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalance?: SubscriptionResolver, "stagingmumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalances?: SubscriptionResolver, "stagingmumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpToken?: SubscriptionResolver, "stagingmumbai_swap_lpToken", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokens?: SubscriptionResolver, "stagingmumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvent?: SubscriptionResolver, "stagingmumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolume?: SubscriptionResolver, "stagingmumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvent?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap__meta?: SubscriptionResolver, "stagingmumbai_swap__meta", ParentType, ContextType, Partial>; - mumbai_swap_systemInfo?: SubscriptionResolver, "mumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; - mumbai_swap_systemInfos?: SubscriptionResolver, "mumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; - mumbai_swap_pooledToken?: SubscriptionResolver, "mumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; - mumbai_swap_pooledTokens?: SubscriptionResolver, "mumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwap?: SubscriptionResolver, "mumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwaps?: SubscriptionResolver, "mumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchange?: SubscriptionResolver, "mumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchanges?: SubscriptionResolver, "mumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolume?: SubscriptionResolver, "mumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolumes?: SubscriptionResolver, "mumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolume?: SubscriptionResolver, "mumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "mumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccount?: SubscriptionResolver, "mumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccounts?: SubscriptionResolver, "mumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalance?: SubscriptionResolver, "mumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalances?: SubscriptionResolver, "mumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - mumbai_swap_lpToken?: SubscriptionResolver, "mumbai_swap_lpToken", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokens?: SubscriptionResolver, "mumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvent?: SubscriptionResolver, "mumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvents?: SubscriptionResolver, "mumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvent?: SubscriptionResolver, "mumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvents?: SubscriptionResolver, "mumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolume?: SubscriptionResolver, "mumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolumes?: SubscriptionResolver, "mumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvent?: SubscriptionResolver, "mumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvents?: SubscriptionResolver, "mumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - mumbai_swap__meta?: SubscriptionResolver, "mumbai_swap__meta", ParentType, ContextType, Partial>; - 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>; - goerli_swap_systemInfo?: SubscriptionResolver, "goerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - goerli_swap_systemInfos?: SubscriptionResolver, "goerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - goerli_swap_pooledToken?: SubscriptionResolver, "goerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - goerli_swap_pooledTokens?: SubscriptionResolver, "goerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwap?: SubscriptionResolver, "goerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwaps?: SubscriptionResolver, "goerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "goerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "goerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "goerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "goerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapExchange?: SubscriptionResolver, "goerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapExchanges?: SubscriptionResolver, "goerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - goerli_swap_swapDailyVolume?: SubscriptionResolver, "goerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - goerli_swap_swapDailyVolumes?: SubscriptionResolver, "goerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - goerli_swap_swapHourlyVolume?: SubscriptionResolver, "goerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - goerli_swap_swapHourlyVolumes?: SubscriptionResolver, "goerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - goerli_swap_swapWeeklyVolume?: SubscriptionResolver, "goerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - goerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "goerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - goerli_swap_lpAccount?: SubscriptionResolver, "goerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - goerli_swap_lpAccounts?: SubscriptionResolver, "goerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - goerli_swap_lpAccountBalance?: SubscriptionResolver, "goerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - goerli_swap_lpAccountBalances?: SubscriptionResolver, "goerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - goerli_swap_lpToken?: SubscriptionResolver, "goerli_swap_lpToken", ParentType, ContextType, RequireFields>; - goerli_swap_lpTokens?: SubscriptionResolver, "goerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - goerli_swap_lpTransferEvent?: SubscriptionResolver, "goerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - goerli_swap_lpTransferEvents?: SubscriptionResolver, "goerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapEvent?: SubscriptionResolver, "goerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapEvents?: SubscriptionResolver, "goerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - goerli_swap_swapTradeVolume?: SubscriptionResolver, "goerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - goerli_swap_swapTradeVolumes?: SubscriptionResolver, "goerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - goerli_swap_lpTokenEvent?: SubscriptionResolver, "goerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - goerli_swap_lpTokenEvents?: SubscriptionResolver, "goerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - goerli_swap__meta?: SubscriptionResolver, "goerli_swap__meta", ParentType, ContextType, Partial>; - avalanche_swap_systemInfo?: SubscriptionResolver, "avalanche_swap_systemInfo", ParentType, ContextType, RequireFields>; - avalanche_swap_systemInfos?: SubscriptionResolver, "avalanche_swap_systemInfos", ParentType, ContextType, RequireFields>; - avalanche_swap_pooledToken?: SubscriptionResolver, "avalanche_swap_pooledToken", ParentType, ContextType, RequireFields>; - avalanche_swap_pooledTokens?: SubscriptionResolver, "avalanche_swap_pooledTokens", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwap?: SubscriptionResolver, "avalanche_swap_stableSwap", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwaps?: SubscriptionResolver, "avalanche_swap_stableSwaps", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "avalanche_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "avalanche_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "avalanche_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "avalanche_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapExchange?: SubscriptionResolver, "avalanche_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapExchanges?: SubscriptionResolver, "avalanche_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - avalanche_swap_swapDailyVolume?: SubscriptionResolver, "avalanche_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - avalanche_swap_swapDailyVolumes?: SubscriptionResolver, "avalanche_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - avalanche_swap_swapHourlyVolume?: SubscriptionResolver, "avalanche_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - avalanche_swap_swapHourlyVolumes?: SubscriptionResolver, "avalanche_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - avalanche_swap_swapWeeklyVolume?: SubscriptionResolver, "avalanche_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - avalanche_swap_swapWeeklyVolumes?: SubscriptionResolver, "avalanche_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccount?: SubscriptionResolver, "avalanche_swap_lpAccount", ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccounts?: SubscriptionResolver, "avalanche_swap_lpAccounts", ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccountBalance?: SubscriptionResolver, "avalanche_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccountBalances?: SubscriptionResolver, "avalanche_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - avalanche_swap_lpToken?: SubscriptionResolver, "avalanche_swap_lpToken", ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokens?: SubscriptionResolver, "avalanche_swap_lpTokens", ParentType, ContextType, RequireFields>; - avalanche_swap_lpTransferEvent?: SubscriptionResolver, "avalanche_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - avalanche_swap_lpTransferEvents?: SubscriptionResolver, "avalanche_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapEvent?: SubscriptionResolver, "avalanche_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapEvents?: SubscriptionResolver, "avalanche_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - avalanche_swap_swapTradeVolume?: SubscriptionResolver, "avalanche_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - avalanche_swap_swapTradeVolumes?: SubscriptionResolver, "avalanche_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokenEvent?: SubscriptionResolver, "avalanche_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokenEvents?: SubscriptionResolver, "avalanche_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - avalanche_swap__meta?: SubscriptionResolver, "avalanche_swap__meta", ParentType, ContextType, Partial>; - optimismgoerli_asset?: SubscriptionResolver, "optimismgoerli_asset", ParentType, ContextType, RequireFields>; - optimismgoerli_assets?: SubscriptionResolver, "optimismgoerli_assets", ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatus?: SubscriptionResolver, "optimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatuses?: SubscriptionResolver, "optimismgoerli_assetStatuses", ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalance?: SubscriptionResolver, "optimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalances?: SubscriptionResolver, "optimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; - optimismgoerli_router?: SubscriptionResolver, "optimismgoerli_router", ParentType, ContextType, RequireFields>; - optimismgoerli_routers?: SubscriptionResolver, "optimismgoerli_routers", ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVL?: SubscriptionResolver, "optimismgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVLs?: SubscriptionResolver, "optimismgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvent?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvents?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_setting?: SubscriptionResolver, "optimismgoerli_setting", ParentType, ContextType, RequireFields>; - optimismgoerli_settings?: SubscriptionResolver, "optimismgoerli_settings", ParentType, ContextType, RequireFields>; - optimismgoerli_relayer?: SubscriptionResolver, "optimismgoerli_relayer", ParentType, ContextType, RequireFields>; - optimismgoerli_relayers?: SubscriptionResolver, "optimismgoerli_relayers", ParentType, ContextType, RequireFields>; - optimismgoerli_sequencer?: SubscriptionResolver, "optimismgoerli_sequencer", ParentType, ContextType, RequireFields>; - optimismgoerli_sequencers?: SubscriptionResolver, "optimismgoerli_sequencers", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFee?: SubscriptionResolver, "optimismgoerli_relayerFee", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFees?: SubscriptionResolver, "optimismgoerli_relayerFees", ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfer?: SubscriptionResolver, "optimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfers?: SubscriptionResolver, "optimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfer?: SubscriptionResolver, "optimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfers?: SubscriptionResolver, "optimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - optimismgoerli_originMessage?: SubscriptionResolver, "optimismgoerli_originMessage", ParentType, ContextType, RequireFields>; - optimismgoerli_originMessages?: SubscriptionResolver, "optimismgoerli_originMessages", ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoot?: SubscriptionResolver, "optimismgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoots?: SubscriptionResolver, "optimismgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMeta?: SubscriptionResolver, "optimismgoerli_connectorMeta", ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMetas?: SubscriptionResolver, "optimismgoerli_connectorMetas", ParentType, ContextType, RequireFields>; - optimismgoerli_rootCount?: SubscriptionResolver, "optimismgoerli_rootCount", ParentType, ContextType, RequireFields>; - optimismgoerli_rootCounts?: SubscriptionResolver, "optimismgoerli_rootCounts", ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSent?: SubscriptionResolver, "optimismgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSents?: SubscriptionResolver, "optimismgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncrease?: SubscriptionResolver, "optimismgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncreases?: SubscriptionResolver, "optimismgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdate?: SubscriptionResolver, "optimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdates?: SubscriptionResolver, "optimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - optimismgoerli_snapshotRoot?: SubscriptionResolver, "optimismgoerli_snapshotRoot", ParentType, ContextType, RequireFields>; - optimismgoerli_snapshotRoots?: SubscriptionResolver, "optimismgoerli_snapshotRoots", ParentType, ContextType, RequireFields>; - optimismgoerli_spokeConnectorMode?: SubscriptionResolver, "optimismgoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; - optimismgoerli_spokeConnectorModes?: SubscriptionResolver, "optimismgoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRootProposed?: SubscriptionResolver, "optimismgoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRootProposeds?: SubscriptionResolver, "optimismgoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - optimismgoerli_optimisticRootFinalized?: SubscriptionResolver, "optimismgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - optimismgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "optimismgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - optimismgoerli__meta?: SubscriptionResolver, "optimismgoerli__meta", ParentType, ContextType, Partial>; - goerli_asset?: SubscriptionResolver, "goerli_asset", ParentType, ContextType, RequireFields>; - goerli_assets?: SubscriptionResolver, "goerli_assets", ParentType, ContextType, RequireFields>; - goerli_assetStatus?: SubscriptionResolver, "goerli_assetStatus", ParentType, ContextType, RequireFields>; - goerli_assetStatuses?: SubscriptionResolver, "goerli_assetStatuses", ParentType, ContextType, RequireFields>; - goerli_assetBalance?: SubscriptionResolver, "goerli_assetBalance", ParentType, ContextType, RequireFields>; - goerli_assetBalances?: SubscriptionResolver, "goerli_assetBalances", ParentType, ContextType, RequireFields>; - goerli_router?: SubscriptionResolver, "goerli_router", ParentType, ContextType, RequireFields>; - goerli_routers?: SubscriptionResolver, "goerli_routers", ParentType, ContextType, RequireFields>; - goerli_routerDailyTVL?: SubscriptionResolver, "goerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - goerli_routerDailyTVLs?: SubscriptionResolver, "goerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvent?: SubscriptionResolver, "goerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvents?: SubscriptionResolver, "goerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - goerli_setting?: SubscriptionResolver, "goerli_setting", ParentType, ContextType, RequireFields>; - goerli_settings?: SubscriptionResolver, "goerli_settings", ParentType, ContextType, RequireFields>; - goerli_relayer?: SubscriptionResolver, "goerli_relayer", ParentType, ContextType, RequireFields>; - goerli_relayers?: SubscriptionResolver, "goerli_relayers", ParentType, ContextType, RequireFields>; - goerli_sequencer?: SubscriptionResolver, "goerli_sequencer", ParentType, ContextType, RequireFields>; - goerli_sequencers?: SubscriptionResolver, "goerli_sequencers", ParentType, ContextType, RequireFields>; - goerli_relayerFee?: SubscriptionResolver, "goerli_relayerFee", ParentType, ContextType, RequireFields>; - goerli_relayerFees?: SubscriptionResolver, "goerli_relayerFees", ParentType, ContextType, RequireFields>; - goerli_originTransfer?: SubscriptionResolver, "goerli_originTransfer", ParentType, ContextType, RequireFields>; - goerli_originTransfers?: SubscriptionResolver, "goerli_originTransfers", ParentType, ContextType, RequireFields>; - goerli_destinationTransfer?: SubscriptionResolver, "goerli_destinationTransfer", ParentType, ContextType, RequireFields>; - goerli_destinationTransfers?: SubscriptionResolver, "goerli_destinationTransfers", ParentType, ContextType, RequireFields>; - goerli_originMessage?: SubscriptionResolver, "goerli_originMessage", ParentType, ContextType, RequireFields>; - goerli_originMessages?: SubscriptionResolver, "goerli_originMessages", ParentType, ContextType, RequireFields>; - goerli_aggregateRoot?: SubscriptionResolver, "goerli_aggregateRoot", ParentType, ContextType, RequireFields>; - goerli_aggregateRoots?: SubscriptionResolver, "goerli_aggregateRoots", ParentType, ContextType, RequireFields>; - goerli_connectorMeta?: SubscriptionResolver, "goerli_connectorMeta", ParentType, ContextType, RequireFields>; - goerli_connectorMetas?: SubscriptionResolver, "goerli_connectorMetas", ParentType, ContextType, RequireFields>; - goerli_rootCount?: SubscriptionResolver, "goerli_rootCount", ParentType, ContextType, RequireFields>; - goerli_rootCounts?: SubscriptionResolver, "goerli_rootCounts", ParentType, ContextType, RequireFields>; - goerli_rootMessageSent?: SubscriptionResolver, "goerli_rootMessageSent", ParentType, ContextType, RequireFields>; - goerli_rootMessageSents?: SubscriptionResolver, "goerli_rootMessageSents", ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncrease?: SubscriptionResolver, "goerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncreases?: SubscriptionResolver, "goerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - goerli_slippageUpdate?: SubscriptionResolver, "goerli_slippageUpdate", ParentType, ContextType, RequireFields>; - goerli_slippageUpdates?: SubscriptionResolver, "goerli_slippageUpdates", ParentType, ContextType, RequireFields>; - goerli_snapshotRoot?: SubscriptionResolver, "goerli_snapshotRoot", ParentType, ContextType, RequireFields>; - goerli_snapshotRoots?: SubscriptionResolver, "goerli_snapshotRoots", ParentType, ContextType, RequireFields>; - goerli_spokeConnectorMode?: SubscriptionResolver, "goerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; - goerli_spokeConnectorModes?: SubscriptionResolver, "goerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; - goerli_aggregateRootProposed?: SubscriptionResolver, "goerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; - goerli_aggregateRootProposeds?: SubscriptionResolver, "goerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - goerli_optimisticRootFinalized?: SubscriptionResolver, "goerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - goerli_optimisticRootFinalizeds?: SubscriptionResolver, "goerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_asset?: SubscriptionResolver, "stagingoptimismgoerli_asset", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assets?: SubscriptionResolver, "stagingoptimismgoerli_assets", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetStatus?: SubscriptionResolver, "stagingoptimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetStatuses?: SubscriptionResolver, "stagingoptimismgoerli_assetStatuses", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetBalance?: SubscriptionResolver, "stagingoptimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetBalances?: SubscriptionResolver, "stagingoptimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_router?: SubscriptionResolver, "stagingoptimismgoerli_router", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routers?: SubscriptionResolver, "stagingoptimismgoerli_routers", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerDailyTVL?: SubscriptionResolver, "stagingoptimismgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerDailyTVLs?: SubscriptionResolver, "stagingoptimismgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_setting?: SubscriptionResolver, "stagingoptimismgoerli_setting", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_settings?: SubscriptionResolver, "stagingoptimismgoerli_settings", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayer?: SubscriptionResolver, "stagingoptimismgoerli_relayer", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayers?: SubscriptionResolver, "stagingoptimismgoerli_relayers", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_sequencer?: SubscriptionResolver, "stagingoptimismgoerli_sequencer", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_sequencers?: SubscriptionResolver, "stagingoptimismgoerli_sequencers", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFee?: SubscriptionResolver, "stagingoptimismgoerli_relayerFee", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFees?: SubscriptionResolver, "stagingoptimismgoerli_relayerFees", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originTransfer?: SubscriptionResolver, "stagingoptimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originTransfers?: SubscriptionResolver, "stagingoptimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_destinationTransfer?: SubscriptionResolver, "stagingoptimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_destinationTransfers?: SubscriptionResolver, "stagingoptimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originMessage?: SubscriptionResolver, "stagingoptimismgoerli_originMessage", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originMessages?: SubscriptionResolver, "stagingoptimismgoerli_originMessages", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRoot?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRoots?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_connectorMeta?: SubscriptionResolver, "stagingoptimismgoerli_connectorMeta", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_connectorMetas?: SubscriptionResolver, "stagingoptimismgoerli_connectorMetas", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootCount?: SubscriptionResolver, "stagingoptimismgoerli_rootCount", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootCounts?: SubscriptionResolver, "stagingoptimismgoerli_rootCounts", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootMessageSent?: SubscriptionResolver, "stagingoptimismgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootMessageSents?: SubscriptionResolver, "stagingoptimismgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFeesIncrease?: SubscriptionResolver, "stagingoptimismgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFeesIncreases?: SubscriptionResolver, "stagingoptimismgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_slippageUpdate?: SubscriptionResolver, "stagingoptimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_slippageUpdates?: SubscriptionResolver, "stagingoptimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_snapshotRoot?: SubscriptionResolver, "stagingoptimismgoerli_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_snapshotRoots?: SubscriptionResolver, "stagingoptimismgoerli_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_spokeConnectorMode?: SubscriptionResolver, "stagingoptimismgoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_spokeConnectorModes?: SubscriptionResolver, "stagingoptimismgoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRootProposed?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRootProposeds?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_optimisticRootFinalized?: SubscriptionResolver, "stagingoptimismgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "stagingoptimismgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli__meta?: SubscriptionResolver, "stagingoptimismgoerli__meta", ParentType, ContextType, Partial>; - mumbai_asset?: SubscriptionResolver, "mumbai_asset", ParentType, ContextType, RequireFields>; - mumbai_assets?: SubscriptionResolver, "mumbai_assets", ParentType, ContextType, RequireFields>; - mumbai_assetStatus?: SubscriptionResolver, "mumbai_assetStatus", ParentType, ContextType, RequireFields>; - mumbai_assetStatuses?: SubscriptionResolver, "mumbai_assetStatuses", ParentType, ContextType, RequireFields>; - mumbai_assetBalance?: SubscriptionResolver, "mumbai_assetBalance", ParentType, ContextType, RequireFields>; - mumbai_assetBalances?: SubscriptionResolver, "mumbai_assetBalances", ParentType, ContextType, RequireFields>; - mumbai_router?: SubscriptionResolver, "mumbai_router", ParentType, ContextType, RequireFields>; - mumbai_routers?: SubscriptionResolver, "mumbai_routers", ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVL?: SubscriptionResolver, "mumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVLs?: SubscriptionResolver, "mumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvent?: SubscriptionResolver, "mumbai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvents?: SubscriptionResolver, "mumbai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - mumbai_setting?: SubscriptionResolver, "mumbai_setting", ParentType, ContextType, RequireFields>; - mumbai_settings?: SubscriptionResolver, "mumbai_settings", ParentType, ContextType, RequireFields>; - mumbai_relayer?: SubscriptionResolver, "mumbai_relayer", ParentType, ContextType, RequireFields>; - mumbai_relayers?: SubscriptionResolver, "mumbai_relayers", ParentType, ContextType, RequireFields>; - mumbai_sequencer?: SubscriptionResolver, "mumbai_sequencer", ParentType, ContextType, RequireFields>; - mumbai_sequencers?: SubscriptionResolver, "mumbai_sequencers", ParentType, ContextType, RequireFields>; - mumbai_relayerFee?: SubscriptionResolver, "mumbai_relayerFee", ParentType, ContextType, RequireFields>; - mumbai_relayerFees?: SubscriptionResolver, "mumbai_relayerFees", ParentType, ContextType, RequireFields>; - mumbai_originTransfer?: SubscriptionResolver, "mumbai_originTransfer", ParentType, ContextType, RequireFields>; - mumbai_originTransfers?: SubscriptionResolver, "mumbai_originTransfers", ParentType, ContextType, RequireFields>; - mumbai_destinationTransfer?: SubscriptionResolver, "mumbai_destinationTransfer", ParentType, ContextType, RequireFields>; - mumbai_destinationTransfers?: SubscriptionResolver, "mumbai_destinationTransfers", ParentType, ContextType, RequireFields>; - mumbai_originMessage?: SubscriptionResolver, "mumbai_originMessage", ParentType, ContextType, RequireFields>; - mumbai_originMessages?: SubscriptionResolver, "mumbai_originMessages", ParentType, ContextType, RequireFields>; - mumbai_aggregateRoot?: SubscriptionResolver, "mumbai_aggregateRoot", ParentType, ContextType, RequireFields>; - mumbai_aggregateRoots?: SubscriptionResolver, "mumbai_aggregateRoots", ParentType, ContextType, RequireFields>; - mumbai_connectorMeta?: SubscriptionResolver, "mumbai_connectorMeta", ParentType, ContextType, RequireFields>; - mumbai_connectorMetas?: SubscriptionResolver, "mumbai_connectorMetas", ParentType, ContextType, RequireFields>; - mumbai_rootCount?: SubscriptionResolver, "mumbai_rootCount", ParentType, ContextType, RequireFields>; - mumbai_rootCounts?: SubscriptionResolver, "mumbai_rootCounts", ParentType, ContextType, RequireFields>; - mumbai_rootMessageSent?: SubscriptionResolver, "mumbai_rootMessageSent", ParentType, ContextType, RequireFields>; - mumbai_rootMessageSents?: SubscriptionResolver, "mumbai_rootMessageSents", ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncrease?: SubscriptionResolver, "mumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncreases?: SubscriptionResolver, "mumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - mumbai_slippageUpdate?: SubscriptionResolver, "mumbai_slippageUpdate", ParentType, ContextType, RequireFields>; - mumbai_slippageUpdates?: SubscriptionResolver, "mumbai_slippageUpdates", ParentType, ContextType, RequireFields>; - mumbai_snapshotRoot?: SubscriptionResolver, "mumbai_snapshotRoot", ParentType, ContextType, RequireFields>; - mumbai_snapshotRoots?: SubscriptionResolver, "mumbai_snapshotRoots", ParentType, ContextType, RequireFields>; - mumbai_spokeConnectorMode?: SubscriptionResolver, "mumbai_spokeConnectorMode", ParentType, ContextType, RequireFields>; - mumbai_spokeConnectorModes?: SubscriptionResolver, "mumbai_spokeConnectorModes", ParentType, ContextType, RequireFields>; - mumbai_aggregateRootProposed?: SubscriptionResolver, "mumbai_aggregateRootProposed", ParentType, ContextType, RequireFields>; - mumbai_aggregateRootProposeds?: SubscriptionResolver, "mumbai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - mumbai_optimisticRootFinalized?: SubscriptionResolver, "mumbai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - mumbai_optimisticRootFinalizeds?: SubscriptionResolver, "mumbai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - mumbai__meta?: SubscriptionResolver, "mumbai__meta", ParentType, ContextType, Partial>; - basegoerli_asset?: SubscriptionResolver, "basegoerli_asset", ParentType, ContextType, RequireFields>; - basegoerli_assets?: SubscriptionResolver, "basegoerli_assets", ParentType, ContextType, RequireFields>; - basegoerli_assetStatus?: SubscriptionResolver, "basegoerli_assetStatus", ParentType, ContextType, RequireFields>; - basegoerli_assetStatuses?: SubscriptionResolver, "basegoerli_assetStatuses", ParentType, ContextType, RequireFields>; - basegoerli_assetBalance?: SubscriptionResolver, "basegoerli_assetBalance", ParentType, ContextType, RequireFields>; - basegoerli_assetBalances?: SubscriptionResolver, "basegoerli_assetBalances", ParentType, ContextType, RequireFields>; - basegoerli_router?: SubscriptionResolver, "basegoerli_router", ParentType, ContextType, RequireFields>; - basegoerli_routers?: SubscriptionResolver, "basegoerli_routers", ParentType, ContextType, RequireFields>; - basegoerli_routerDailyTVL?: SubscriptionResolver, "basegoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - basegoerli_routerDailyTVLs?: SubscriptionResolver, "basegoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - basegoerli_routerLiquidityEvent?: SubscriptionResolver, "basegoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - basegoerli_routerLiquidityEvents?: SubscriptionResolver, "basegoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - basegoerli_setting?: SubscriptionResolver, "basegoerli_setting", ParentType, ContextType, RequireFields>; - basegoerli_settings?: SubscriptionResolver, "basegoerli_settings", ParentType, ContextType, RequireFields>; - basegoerli_relayer?: SubscriptionResolver, "basegoerli_relayer", ParentType, ContextType, RequireFields>; - basegoerli_relayers?: SubscriptionResolver, "basegoerli_relayers", ParentType, ContextType, RequireFields>; - basegoerli_sequencer?: SubscriptionResolver, "basegoerli_sequencer", ParentType, ContextType, RequireFields>; - basegoerli_sequencers?: SubscriptionResolver, "basegoerli_sequencers", ParentType, ContextType, RequireFields>; - basegoerli_relayerFee?: SubscriptionResolver, "basegoerli_relayerFee", ParentType, ContextType, RequireFields>; - basegoerli_relayerFees?: SubscriptionResolver, "basegoerli_relayerFees", ParentType, ContextType, RequireFields>; - basegoerli_originTransfer?: SubscriptionResolver, "basegoerli_originTransfer", ParentType, ContextType, RequireFields>; - basegoerli_originTransfers?: SubscriptionResolver, "basegoerli_originTransfers", ParentType, ContextType, RequireFields>; - basegoerli_destinationTransfer?: SubscriptionResolver, "basegoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - basegoerli_destinationTransfers?: SubscriptionResolver, "basegoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - basegoerli_originMessage?: SubscriptionResolver, "basegoerli_originMessage", ParentType, ContextType, RequireFields>; - basegoerli_originMessages?: SubscriptionResolver, "basegoerli_originMessages", ParentType, ContextType, RequireFields>; - basegoerli_aggregateRoot?: SubscriptionResolver, "basegoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - basegoerli_aggregateRoots?: SubscriptionResolver, "basegoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - basegoerli_connectorMeta?: SubscriptionResolver, "basegoerli_connectorMeta", ParentType, ContextType, RequireFields>; - basegoerli_connectorMetas?: SubscriptionResolver, "basegoerli_connectorMetas", ParentType, ContextType, RequireFields>; - basegoerli_rootCount?: SubscriptionResolver, "basegoerli_rootCount", ParentType, ContextType, RequireFields>; - basegoerli_rootCounts?: SubscriptionResolver, "basegoerli_rootCounts", ParentType, ContextType, RequireFields>; - basegoerli_rootMessageSent?: SubscriptionResolver, "basegoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - basegoerli_rootMessageSents?: SubscriptionResolver, "basegoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - basegoerli_relayerFeesIncrease?: SubscriptionResolver, "basegoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - basegoerli_relayerFeesIncreases?: SubscriptionResolver, "basegoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - basegoerli_slippageUpdate?: SubscriptionResolver, "basegoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - basegoerli_slippageUpdates?: SubscriptionResolver, "basegoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - basegoerli_snapshotRoot?: SubscriptionResolver, "basegoerli_snapshotRoot", ParentType, ContextType, RequireFields>; - basegoerli_snapshotRoots?: SubscriptionResolver, "basegoerli_snapshotRoots", ParentType, ContextType, RequireFields>; - basegoerli_spokeConnectorMode?: SubscriptionResolver, "basegoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; - basegoerli_spokeConnectorModes?: SubscriptionResolver, "basegoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; - basegoerli_aggregateRootProposed?: SubscriptionResolver, "basegoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; - basegoerli_aggregateRootProposeds?: SubscriptionResolver, "basegoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - basegoerli_optimisticRootFinalized?: SubscriptionResolver, "basegoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - basegoerli_optimisticRootFinalizeds?: SubscriptionResolver, "basegoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - basegoerli__meta?: SubscriptionResolver, "basegoerli__meta", ParentType, ContextType, Partial>; - stagingmumbai_asset?: SubscriptionResolver, "stagingmumbai_asset", ParentType, ContextType, RequireFields>; - stagingmumbai_assets?: SubscriptionResolver, "stagingmumbai_assets", ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatus?: SubscriptionResolver, "stagingmumbai_assetStatus", ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatuses?: SubscriptionResolver, "stagingmumbai_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalance?: SubscriptionResolver, "stagingmumbai_assetBalance", ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalances?: SubscriptionResolver, "stagingmumbai_assetBalances", ParentType, ContextType, RequireFields>; - stagingmumbai_router?: SubscriptionResolver, "stagingmumbai_router", ParentType, ContextType, RequireFields>; - stagingmumbai_routers?: SubscriptionResolver, "stagingmumbai_routers", ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVL?: SubscriptionResolver, "stagingmumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVLs?: SubscriptionResolver, "stagingmumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmumbai_routerLiquidityEvent?: SubscriptionResolver, "stagingmumbai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_routerLiquidityEvents?: SubscriptionResolver, "stagingmumbai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_setting?: SubscriptionResolver, "stagingmumbai_setting", ParentType, ContextType, RequireFields>; - stagingmumbai_settings?: SubscriptionResolver, "stagingmumbai_settings", ParentType, ContextType, RequireFields>; - stagingmumbai_relayer?: SubscriptionResolver, "stagingmumbai_relayer", ParentType, ContextType, RequireFields>; - stagingmumbai_relayers?: SubscriptionResolver, "stagingmumbai_relayers", ParentType, ContextType, RequireFields>; - stagingmumbai_sequencer?: SubscriptionResolver, "stagingmumbai_sequencer", ParentType, ContextType, RequireFields>; - stagingmumbai_sequencers?: SubscriptionResolver, "stagingmumbai_sequencers", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFee?: SubscriptionResolver, "stagingmumbai_relayerFee", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFees?: SubscriptionResolver, "stagingmumbai_relayerFees", ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfer?: SubscriptionResolver, "stagingmumbai_originTransfer", ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfers?: SubscriptionResolver, "stagingmumbai_originTransfers", ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfer?: SubscriptionResolver, "stagingmumbai_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfers?: SubscriptionResolver, "stagingmumbai_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmumbai_originMessage?: SubscriptionResolver, "stagingmumbai_originMessage", ParentType, ContextType, RequireFields>; - stagingmumbai_originMessages?: SubscriptionResolver, "stagingmumbai_originMessages", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoot?: SubscriptionResolver, "stagingmumbai_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoots?: SubscriptionResolver, "stagingmumbai_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMeta?: SubscriptionResolver, "stagingmumbai_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMetas?: SubscriptionResolver, "stagingmumbai_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmumbai_rootCount?: SubscriptionResolver, "stagingmumbai_rootCount", ParentType, ContextType, RequireFields>; - stagingmumbai_rootCounts?: SubscriptionResolver, "stagingmumbai_rootCounts", ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSent?: SubscriptionResolver, "stagingmumbai_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSents?: SubscriptionResolver, "stagingmumbai_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncrease?: SubscriptionResolver, "stagingmumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncreases?: SubscriptionResolver, "stagingmumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdate?: SubscriptionResolver, "stagingmumbai_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdates?: SubscriptionResolver, "stagingmumbai_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoot?: SubscriptionResolver, "stagingmumbai_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoots?: SubscriptionResolver, "stagingmumbai_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorMode?: SubscriptionResolver, "stagingmumbai_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorModes?: SubscriptionResolver, "stagingmumbai_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposed?: SubscriptionResolver, "stagingmumbai_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposeds?: SubscriptionResolver, "stagingmumbai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalized?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmumbai__meta?: SubscriptionResolver, "stagingmumbai__meta", ParentType, ContextType, Partial>; - polygon_asset?: SubscriptionResolver, "polygon_asset", ParentType, ContextType, RequireFields>; - polygon_assets?: SubscriptionResolver, "polygon_assets", ParentType, ContextType, RequireFields>; - polygon_assetStatus?: SubscriptionResolver, "polygon_assetStatus", ParentType, ContextType, RequireFields>; - polygon_assetStatuses?: SubscriptionResolver, "polygon_assetStatuses", ParentType, ContextType, RequireFields>; - polygon_assetBalance?: SubscriptionResolver, "polygon_assetBalance", ParentType, ContextType, RequireFields>; - polygon_assetBalances?: SubscriptionResolver, "polygon_assetBalances", ParentType, ContextType, RequireFields>; - polygon_router?: SubscriptionResolver, "polygon_router", ParentType, ContextType, RequireFields>; - polygon_routers?: SubscriptionResolver, "polygon_routers", ParentType, ContextType, RequireFields>; - polygon_routerDailyTVL?: SubscriptionResolver, "polygon_routerDailyTVL", ParentType, ContextType, RequireFields>; - polygon_routerDailyTVLs?: SubscriptionResolver, "polygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvent?: SubscriptionResolver, "polygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvents?: SubscriptionResolver, "polygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - polygon_setting?: SubscriptionResolver, "polygon_setting", ParentType, ContextType, RequireFields>; - polygon_settings?: SubscriptionResolver, "polygon_settings", ParentType, ContextType, RequireFields>; - polygon_relayer?: SubscriptionResolver, "polygon_relayer", ParentType, ContextType, RequireFields>; - polygon_relayers?: SubscriptionResolver, "polygon_relayers", ParentType, ContextType, RequireFields>; - polygon_sequencer?: SubscriptionResolver, "polygon_sequencer", ParentType, ContextType, RequireFields>; - polygon_sequencers?: SubscriptionResolver, "polygon_sequencers", ParentType, ContextType, RequireFields>; - polygon_relayerFee?: SubscriptionResolver, "polygon_relayerFee", ParentType, ContextType, RequireFields>; - polygon_relayerFees?: SubscriptionResolver, "polygon_relayerFees", ParentType, ContextType, RequireFields>; - polygon_originTransfer?: SubscriptionResolver, "polygon_originTransfer", ParentType, ContextType, RequireFields>; - polygon_originTransfers?: SubscriptionResolver, "polygon_originTransfers", ParentType, ContextType, RequireFields>; - polygon_destinationTransfer?: SubscriptionResolver, "polygon_destinationTransfer", ParentType, ContextType, RequireFields>; - polygon_destinationTransfers?: SubscriptionResolver, "polygon_destinationTransfers", ParentType, ContextType, RequireFields>; - polygon_originMessage?: SubscriptionResolver, "polygon_originMessage", ParentType, ContextType, RequireFields>; - polygon_originMessages?: SubscriptionResolver, "polygon_originMessages", ParentType, ContextType, RequireFields>; - polygon_aggregateRoot?: SubscriptionResolver, "polygon_aggregateRoot", ParentType, ContextType, RequireFields>; - polygon_aggregateRoots?: SubscriptionResolver, "polygon_aggregateRoots", ParentType, ContextType, RequireFields>; - polygon_connectorMeta?: SubscriptionResolver, "polygon_connectorMeta", ParentType, ContextType, RequireFields>; - polygon_connectorMetas?: SubscriptionResolver, "polygon_connectorMetas", ParentType, ContextType, RequireFields>; - polygon_rootCount?: SubscriptionResolver, "polygon_rootCount", ParentType, ContextType, RequireFields>; - polygon_rootCounts?: SubscriptionResolver, "polygon_rootCounts", ParentType, ContextType, RequireFields>; - polygon_rootMessageSent?: SubscriptionResolver, "polygon_rootMessageSent", ParentType, ContextType, RequireFields>; - polygon_rootMessageSents?: SubscriptionResolver, "polygon_rootMessageSents", ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncrease?: SubscriptionResolver, "polygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncreases?: SubscriptionResolver, "polygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - polygon_slippageUpdate?: SubscriptionResolver, "polygon_slippageUpdate", ParentType, ContextType, RequireFields>; - polygon_slippageUpdates?: SubscriptionResolver, "polygon_slippageUpdates", ParentType, ContextType, RequireFields>; - polygon_snapshotRoot?: SubscriptionResolver, "polygon_snapshotRoot", ParentType, ContextType, RequireFields>; - polygon_snapshotRoots?: SubscriptionResolver, "polygon_snapshotRoots", ParentType, ContextType, RequireFields>; - polygon_spokeConnectorMode?: SubscriptionResolver, "polygon_spokeConnectorMode", ParentType, ContextType, RequireFields>; - polygon_spokeConnectorModes?: SubscriptionResolver, "polygon_spokeConnectorModes", ParentType, ContextType, RequireFields>; - polygon_aggregateRootProposed?: SubscriptionResolver, "polygon_aggregateRootProposed", ParentType, ContextType, RequireFields>; - polygon_aggregateRootProposeds?: SubscriptionResolver, "polygon_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - polygon_optimisticRootFinalized?: SubscriptionResolver, "polygon_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - polygon_optimisticRootFinalizeds?: SubscriptionResolver, "polygon_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - polygon__meta?: SubscriptionResolver, "polygon__meta", ParentType, ContextType, Partial>; - staginggoerli_asset?: SubscriptionResolver, "staginggoerli_asset", ParentType, ContextType, RequireFields>; - staginggoerli_assets?: SubscriptionResolver, "staginggoerli_assets", ParentType, ContextType, RequireFields>; - staginggoerli_assetStatus?: SubscriptionResolver, "staginggoerli_assetStatus", ParentType, ContextType, RequireFields>; - staginggoerli_assetStatuses?: SubscriptionResolver, "staginggoerli_assetStatuses", ParentType, ContextType, RequireFields>; - staginggoerli_assetBalance?: SubscriptionResolver, "staginggoerli_assetBalance", ParentType, ContextType, RequireFields>; - staginggoerli_assetBalances?: SubscriptionResolver, "staginggoerli_assetBalances", ParentType, ContextType, RequireFields>; - staginggoerli_router?: SubscriptionResolver, "staginggoerli_router", ParentType, ContextType, RequireFields>; - staginggoerli_routers?: SubscriptionResolver, "staginggoerli_routers", ParentType, ContextType, RequireFields>; - staginggoerli_routerDailyTVL?: SubscriptionResolver, "staginggoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - staginggoerli_routerDailyTVLs?: SubscriptionResolver, "staginggoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - staginggoerli_routerLiquidityEvent?: SubscriptionResolver, "staginggoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - staginggoerli_routerLiquidityEvents?: SubscriptionResolver, "staginggoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - staginggoerli_setting?: SubscriptionResolver, "staginggoerli_setting", ParentType, ContextType, RequireFields>; - staginggoerli_settings?: SubscriptionResolver, "staginggoerli_settings", ParentType, ContextType, RequireFields>; - staginggoerli_relayer?: SubscriptionResolver, "staginggoerli_relayer", ParentType, ContextType, RequireFields>; - staginggoerli_relayers?: SubscriptionResolver, "staginggoerli_relayers", ParentType, ContextType, RequireFields>; - staginggoerli_sequencer?: SubscriptionResolver, "staginggoerli_sequencer", ParentType, ContextType, RequireFields>; - staginggoerli_sequencers?: SubscriptionResolver, "staginggoerli_sequencers", ParentType, ContextType, RequireFields>; - staginggoerli_relayerFee?: SubscriptionResolver, "staginggoerli_relayerFee", ParentType, ContextType, RequireFields>; - staginggoerli_relayerFees?: SubscriptionResolver, "staginggoerli_relayerFees", ParentType, ContextType, RequireFields>; - staginggoerli_originTransfer?: SubscriptionResolver, "staginggoerli_originTransfer", ParentType, ContextType, RequireFields>; - staginggoerli_originTransfers?: SubscriptionResolver, "staginggoerli_originTransfers", ParentType, ContextType, RequireFields>; - staginggoerli_destinationTransfer?: SubscriptionResolver, "staginggoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - staginggoerli_destinationTransfers?: SubscriptionResolver, "staginggoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - staginggoerli_originMessage?: SubscriptionResolver, "staginggoerli_originMessage", ParentType, ContextType, RequireFields>; - staginggoerli_originMessages?: SubscriptionResolver, "staginggoerli_originMessages", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRoot?: SubscriptionResolver, "staginggoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRoots?: SubscriptionResolver, "staginggoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - staginggoerli_connectorMeta?: SubscriptionResolver, "staginggoerli_connectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_connectorMetas?: SubscriptionResolver, "staginggoerli_connectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_rootCount?: SubscriptionResolver, "staginggoerli_rootCount", ParentType, ContextType, RequireFields>; - staginggoerli_rootCounts?: SubscriptionResolver, "staginggoerli_rootCounts", ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageSent?: SubscriptionResolver, "staginggoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageSents?: SubscriptionResolver, "staginggoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - staginggoerli_relayerFeesIncrease?: SubscriptionResolver, "staginggoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - staginggoerli_relayerFeesIncreases?: SubscriptionResolver, "staginggoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - staginggoerli_slippageUpdate?: SubscriptionResolver, "staginggoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - staginggoerli_slippageUpdates?: SubscriptionResolver, "staginggoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - staginggoerli_snapshotRoot?: SubscriptionResolver, "staginggoerli_snapshotRoot", ParentType, ContextType, RequireFields>; - staginggoerli_snapshotRoots?: SubscriptionResolver, "staginggoerli_snapshotRoots", ParentType, ContextType, RequireFields>; - staginggoerli_spokeConnectorMode?: SubscriptionResolver, "staginggoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; - staginggoerli_spokeConnectorModes?: SubscriptionResolver, "staginggoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootProposed?: SubscriptionResolver, "staginggoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootProposeds?: SubscriptionResolver, "staginggoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootFinalized?: SubscriptionResolver, "staginggoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - 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>; - 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>; - 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>; + localmainnet_AggregateRootSavedSlow: ResolverTypeWrapper; + localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; + localmainnet_AggregateRootSavedSlow_orderBy: localmainnet_AggregateRootSavedSlow_orderBy; + localmainnet_AggregatedMessageRoot: ResolverTypeWrapper; + localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; + localmainnet_AggregatedMessageRoot_orderBy: localmainnet_AggregatedMessageRoot_orderBy; + localmainnet_Aggregation_interval: localmainnet_Aggregation_interval; + localmainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; + localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; + localmainnet_ArbitrumConnectorMeta_orderBy: localmainnet_ArbitrumConnectorMeta_orderBy; + localmainnet_BigDecimal: ResolverTypeWrapper; + localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; + localmainnet_Block_height: localmainnet_Block_height; + localmainnet_BnbConnectorMeta: ResolverTypeWrapper; + localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; + localmainnet_BnbConnectorMeta_orderBy: localmainnet_BnbConnectorMeta_orderBy; + localmainnet_Bytes: ResolverTypeWrapper; + localmainnet_GnosisConnectorMeta: ResolverTypeWrapper; + localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; + localmainnet_GnosisConnectorMeta_orderBy: localmainnet_GnosisConnectorMeta_orderBy; + localmainnet_HubDomain: ResolverTypeWrapper; + localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; + localmainnet_HubDomain_orderBy: localmainnet_HubDomain_orderBy; + localmainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; + localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; + localmainnet_HubOptimisticRootFinalized_orderBy: localmainnet_HubOptimisticRootFinalized_orderBy; + localmainnet_Int8: ResolverTypeWrapper; + localmainnet_OptimismConnectorMeta: ResolverTypeWrapper; + localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; + localmainnet_OptimismConnectorMeta_orderBy: localmainnet_OptimismConnectorMeta_orderBy; + localmainnet_OptimisticRootPropagated: ResolverTypeWrapper; + localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; + localmainnet_OptimisticRootPropagated_orderBy: localmainnet_OptimisticRootPropagated_orderBy; + localmainnet_OptimisticRootProposed: ResolverTypeWrapper; + localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; + localmainnet_OptimisticRootProposed_orderBy: localmainnet_OptimisticRootProposed_orderBy; + localmainnet_OrderDirection: localmainnet_OrderDirection; + localmainnet_PolygonConnectorMeta: ResolverTypeWrapper; + localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; + localmainnet_PolygonConnectorMeta_orderBy: localmainnet_PolygonConnectorMeta_orderBy; + localmainnet_RootAggregated: ResolverTypeWrapper; + localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; + localmainnet_RootAggregated_orderBy: localmainnet_RootAggregated_orderBy; + localmainnet_RootManagerMeta: ResolverTypeWrapper; + localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; + localmainnet_RootManagerMeta_orderBy: localmainnet_RootManagerMeta_orderBy; + localmainnet_RootManagerMode: ResolverTypeWrapper; + localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; + localmainnet_RootManagerMode_orderBy: localmainnet_RootManagerMode_orderBy; + localmainnet_RootMessageProcessed: ResolverTypeWrapper; + localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; + localmainnet_RootMessageProcessed_orderBy: localmainnet_RootMessageProcessed_orderBy; + localmainnet_RootPropagated: ResolverTypeWrapper; + localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; + localmainnet_RootPropagated_orderBy: localmainnet_RootPropagated_orderBy; + localmainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; + localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; + localmainnet_ZkSyncConnectorMeta_orderBy: localmainnet_ZkSyncConnectorMeta_orderBy; + localmainnet__Block_: ResolverTypeWrapper; + localmainnet__Meta_: ResolverTypeWrapper; + staginggoerli_swap_Aggregation_interval: staginggoerli_swap_Aggregation_interval; + staginggoerli_swap_BigDecimal: ResolverTypeWrapper; + staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; + staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; + staginggoerli_swap_Bytes: ResolverTypeWrapper; + staginggoerli_swap_Int8: ResolverTypeWrapper; + staginggoerli_swap_LpAccount: ResolverTypeWrapper; + staginggoerli_swap_LpAccountBalance: ResolverTypeWrapper; + staginggoerli_swap_LpAccountBalance_filter: staginggoerli_swap_LpAccountBalance_filter; + staginggoerli_swap_LpAccountBalance_orderBy: staginggoerli_swap_LpAccountBalance_orderBy; + staginggoerli_swap_LpAccount_filter: staginggoerli_swap_LpAccount_filter; + staginggoerli_swap_LpAccount_orderBy: staginggoerli_swap_LpAccount_orderBy; + staginggoerli_swap_LpToken: ResolverTypeWrapper; + staginggoerli_swap_LpTokenEvent: ResolversTypes['staginggoerli_swap_LpTransferEvent']; + staginggoerli_swap_LpTokenEvent_filter: staginggoerli_swap_LpTokenEvent_filter; + staginggoerli_swap_LpTokenEvent_orderBy: staginggoerli_swap_LpTokenEvent_orderBy; + staginggoerli_swap_LpToken_filter: staginggoerli_swap_LpToken_filter; + staginggoerli_swap_LpToken_orderBy: staginggoerli_swap_LpToken_orderBy; + staginggoerli_swap_LpTransferEvent: ResolverTypeWrapper; + staginggoerli_swap_LpTransferEvent_filter: staginggoerli_swap_LpTransferEvent_filter; + staginggoerli_swap_LpTransferEvent_orderBy: staginggoerli_swap_LpTransferEvent_orderBy; + staginggoerli_swap_OrderDirection: staginggoerli_swap_OrderDirection; + staginggoerli_swap_PooledToken: ResolverTypeWrapper; + staginggoerli_swap_PooledToken_filter: staginggoerli_swap_PooledToken_filter; + staginggoerli_swap_PooledToken_orderBy: staginggoerli_swap_PooledToken_orderBy; + staginggoerli_swap_StableSwap: ResolverTypeWrapper; + staginggoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + staginggoerli_swap_StableSwapAddLiquidityEvent_filter: staginggoerli_swap_StableSwapAddLiquidityEvent_filter; + staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy; + staginggoerli_swap_StableSwapEvent: ResolversTypes['staginggoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['staginggoerli_swap_StableSwapRemoveLiquidityEvent']; + staginggoerli_swap_StableSwapEvent_filter: staginggoerli_swap_StableSwapEvent_filter; + staginggoerli_swap_StableSwapEvent_orderBy: staginggoerli_swap_StableSwapEvent_orderBy; + staginggoerli_swap_StableSwapExchange: ResolverTypeWrapper; + staginggoerli_swap_StableSwapExchange_filter: staginggoerli_swap_StableSwapExchange_filter; + staginggoerli_swap_StableSwapExchange_orderBy: staginggoerli_swap_StableSwapExchange_orderBy; + staginggoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter; + staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + staginggoerli_swap_StableSwap_filter: staginggoerli_swap_StableSwap_filter; + staginggoerli_swap_StableSwap_orderBy: staginggoerli_swap_StableSwap_orderBy; + staginggoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + staginggoerli_swap_SwapDailyVolume_filter: staginggoerli_swap_SwapDailyVolume_filter; + staginggoerli_swap_SwapDailyVolume_orderBy: staginggoerli_swap_SwapDailyVolume_orderBy; + staginggoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + staginggoerli_swap_SwapHourlyVolume_filter: staginggoerli_swap_SwapHourlyVolume_filter; + staginggoerli_swap_SwapHourlyVolume_orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy; + staginggoerli_swap_SwapTradeVolume: ResolversTypes['staginggoerli_swap_SwapDailyVolume'] | ResolversTypes['staginggoerli_swap_SwapHourlyVolume'] | ResolversTypes['staginggoerli_swap_SwapWeeklyVolume']; + staginggoerli_swap_SwapTradeVolume_filter: staginggoerli_swap_SwapTradeVolume_filter; + staginggoerli_swap_SwapTradeVolume_orderBy: staginggoerli_swap_SwapTradeVolume_orderBy; + staginggoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + staginggoerli_swap_SwapWeeklyVolume_filter: staginggoerli_swap_SwapWeeklyVolume_filter; + staginggoerli_swap_SwapWeeklyVolume_orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy; + staginggoerli_swap_SystemInfo: ResolverTypeWrapper; + staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; + staginggoerli_swap_SystemInfo_orderBy: staginggoerli_swap_SystemInfo_orderBy; + staginggoerli_swap__Block_: ResolverTypeWrapper; + staginggoerli_swap__Meta_: ResolverTypeWrapper; + stagingoptimismgoerli_AggregateRoot: ResolverTypeWrapper; + stagingoptimismgoerli_AggregateRootProposed: ResolverTypeWrapper; + stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; + stagingoptimismgoerli_AggregateRootProposed_orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy; + stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; + stagingoptimismgoerli_AggregateRoot_orderBy: stagingoptimismgoerli_AggregateRoot_orderBy; + stagingoptimismgoerli_Aggregation_interval: stagingoptimismgoerli_Aggregation_interval; + stagingoptimismgoerli_Asset: ResolverTypeWrapper; + stagingoptimismgoerli_AssetBalance: ResolverTypeWrapper; + stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; + stagingoptimismgoerli_AssetBalance_orderBy: stagingoptimismgoerli_AssetBalance_orderBy; + stagingoptimismgoerli_AssetStatus: ResolverTypeWrapper; + stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; + stagingoptimismgoerli_AssetStatus_orderBy: stagingoptimismgoerli_AssetStatus_orderBy; + stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; + stagingoptimismgoerli_Asset_orderBy: stagingoptimismgoerli_Asset_orderBy; + stagingoptimismgoerli_BigDecimal: ResolverTypeWrapper; + stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; + stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; + stagingoptimismgoerli_Bytes: ResolverTypeWrapper; + stagingoptimismgoerli_ConnectorMeta: ResolverTypeWrapper; + stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; + stagingoptimismgoerli_ConnectorMeta_orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy; + stagingoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; + stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; + stagingoptimismgoerli_DestinationTransfer_orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy; + stagingoptimismgoerli_Int8: ResolverTypeWrapper; + stagingoptimismgoerli_OptimisticRootFinalized: ResolverTypeWrapper; + stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; + stagingoptimismgoerli_OptimisticRootFinalized_orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy; + stagingoptimismgoerli_OrderDirection: stagingoptimismgoerli_OrderDirection; + stagingoptimismgoerli_OriginMessage: ResolverTypeWrapper; + stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; + stagingoptimismgoerli_OriginMessage_orderBy: stagingoptimismgoerli_OriginMessage_orderBy; + stagingoptimismgoerli_OriginTransfer: ResolverTypeWrapper; + stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; + stagingoptimismgoerli_OriginTransfer_orderBy: stagingoptimismgoerli_OriginTransfer_orderBy; + stagingoptimismgoerli_Relayer: ResolverTypeWrapper; + stagingoptimismgoerli_RelayerFee: ResolverTypeWrapper; + stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; + stagingoptimismgoerli_RelayerFee_orderBy: stagingoptimismgoerli_RelayerFee_orderBy; + stagingoptimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; + stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; + stagingoptimismgoerli_RelayerFeesIncrease_orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy; + stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; + stagingoptimismgoerli_Relayer_orderBy: stagingoptimismgoerli_Relayer_orderBy; + stagingoptimismgoerli_RootCount: ResolverTypeWrapper; + stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; + stagingoptimismgoerli_RootCount_orderBy: stagingoptimismgoerli_RootCount_orderBy; + stagingoptimismgoerli_RootMessageSent: ResolverTypeWrapper; + stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; + stagingoptimismgoerli_RootMessageSent_orderBy: stagingoptimismgoerli_RootMessageSent_orderBy; + stagingoptimismgoerli_Router: ResolverTypeWrapper; + stagingoptimismgoerli_RouterDailyTVL: ResolverTypeWrapper; + stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; + stagingoptimismgoerli_RouterDailyTVL_orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy; + stagingoptimismgoerli_RouterLiquidityEvent: ResolverTypeWrapper; + stagingoptimismgoerli_RouterLiquidityEventType: stagingoptimismgoerli_RouterLiquidityEventType; + stagingoptimismgoerli_RouterLiquidityEvent_filter: stagingoptimismgoerli_RouterLiquidityEvent_filter; + stagingoptimismgoerli_RouterLiquidityEvent_orderBy: stagingoptimismgoerli_RouterLiquidityEvent_orderBy; + stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; + stagingoptimismgoerli_Router_orderBy: stagingoptimismgoerli_Router_orderBy; + stagingoptimismgoerli_Sequencer: ResolverTypeWrapper; + stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; + stagingoptimismgoerli_Sequencer_orderBy: stagingoptimismgoerli_Sequencer_orderBy; + stagingoptimismgoerli_Setting: ResolverTypeWrapper; + stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; + stagingoptimismgoerli_Setting_orderBy: stagingoptimismgoerli_Setting_orderBy; + stagingoptimismgoerli_SlippageUpdate: ResolverTypeWrapper; + stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; + stagingoptimismgoerli_SlippageUpdate_orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy; + stagingoptimismgoerli_SnapshotRoot: ResolverTypeWrapper; + stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; + stagingoptimismgoerli_SnapshotRoot_orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy; + stagingoptimismgoerli_SpokeConnectorMode: ResolverTypeWrapper; + stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; + stagingoptimismgoerli_SpokeConnectorMode_orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy; + stagingoptimismgoerli_TransferStatus: stagingoptimismgoerli_TransferStatus; + stagingoptimismgoerli__Block_: ResolverTypeWrapper; + stagingoptimismgoerli__Meta_: ResolverTypeWrapper; + 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; + stagingmumbai_AggregateRoot: ResolverTypeWrapper; + stagingmumbai_AggregateRootProposed: ResolverTypeWrapper; + stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; + stagingmumbai_AggregateRootProposed_orderBy: stagingmumbai_AggregateRootProposed_orderBy; + stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; + stagingmumbai_AggregateRoot_orderBy: stagingmumbai_AggregateRoot_orderBy; + stagingmumbai_Aggregation_interval: stagingmumbai_Aggregation_interval; + stagingmumbai_Asset: ResolverTypeWrapper; + stagingmumbai_AssetBalance: ResolverTypeWrapper; + stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; + stagingmumbai_AssetBalance_orderBy: stagingmumbai_AssetBalance_orderBy; + stagingmumbai_AssetStatus: ResolverTypeWrapper; + stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; + stagingmumbai_AssetStatus_orderBy: stagingmumbai_AssetStatus_orderBy; + stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; + stagingmumbai_Asset_orderBy: stagingmumbai_Asset_orderBy; + stagingmumbai_BigDecimal: ResolverTypeWrapper; + stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; + stagingmumbai_Block_height: stagingmumbai_Block_height; + stagingmumbai_Bytes: ResolverTypeWrapper; + stagingmumbai_ConnectorMeta: ResolverTypeWrapper; + stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; + stagingmumbai_ConnectorMeta_orderBy: stagingmumbai_ConnectorMeta_orderBy; + stagingmumbai_DestinationTransfer: ResolverTypeWrapper; + stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; + stagingmumbai_DestinationTransfer_orderBy: stagingmumbai_DestinationTransfer_orderBy; + stagingmumbai_Int8: ResolverTypeWrapper; + stagingmumbai_OptimisticRootFinalized: ResolverTypeWrapper; + stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; + stagingmumbai_OptimisticRootFinalized_orderBy: stagingmumbai_OptimisticRootFinalized_orderBy; + stagingmumbai_OrderDirection: stagingmumbai_OrderDirection; + stagingmumbai_OriginMessage: ResolverTypeWrapper; + stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; + stagingmumbai_OriginMessage_orderBy: stagingmumbai_OriginMessage_orderBy; + stagingmumbai_OriginTransfer: ResolverTypeWrapper; + stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; + stagingmumbai_OriginTransfer_orderBy: stagingmumbai_OriginTransfer_orderBy; + stagingmumbai_Relayer: ResolverTypeWrapper; + stagingmumbai_RelayerFee: ResolverTypeWrapper; + stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; + stagingmumbai_RelayerFee_orderBy: stagingmumbai_RelayerFee_orderBy; + stagingmumbai_RelayerFeesIncrease: ResolverTypeWrapper; + stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; + stagingmumbai_RelayerFeesIncrease_orderBy: stagingmumbai_RelayerFeesIncrease_orderBy; + stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; + stagingmumbai_Relayer_orderBy: stagingmumbai_Relayer_orderBy; + stagingmumbai_RootCount: ResolverTypeWrapper; + stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; + stagingmumbai_RootCount_orderBy: stagingmumbai_RootCount_orderBy; + stagingmumbai_RootMessageSent: ResolverTypeWrapper; + stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; + stagingmumbai_RootMessageSent_orderBy: stagingmumbai_RootMessageSent_orderBy; + stagingmumbai_Router: ResolverTypeWrapper; + stagingmumbai_RouterDailyTVL: ResolverTypeWrapper; + stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; + stagingmumbai_RouterDailyTVL_orderBy: stagingmumbai_RouterDailyTVL_orderBy; + stagingmumbai_RouterLiquidityEvent: ResolverTypeWrapper; + stagingmumbai_RouterLiquidityEventType: stagingmumbai_RouterLiquidityEventType; + stagingmumbai_RouterLiquidityEvent_filter: stagingmumbai_RouterLiquidityEvent_filter; + stagingmumbai_RouterLiquidityEvent_orderBy: stagingmumbai_RouterLiquidityEvent_orderBy; + stagingmumbai_Router_filter: stagingmumbai_Router_filter; + stagingmumbai_Router_orderBy: stagingmumbai_Router_orderBy; + stagingmumbai_Sequencer: ResolverTypeWrapper; + stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; + stagingmumbai_Sequencer_orderBy: stagingmumbai_Sequencer_orderBy; + stagingmumbai_Setting: ResolverTypeWrapper; + stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; + stagingmumbai_Setting_orderBy: stagingmumbai_Setting_orderBy; + stagingmumbai_SlippageUpdate: ResolverTypeWrapper; + stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; + stagingmumbai_SlippageUpdate_orderBy: stagingmumbai_SlippageUpdate_orderBy; + stagingmumbai_SnapshotRoot: ResolverTypeWrapper; + stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; + stagingmumbai_SnapshotRoot_orderBy: stagingmumbai_SnapshotRoot_orderBy; + stagingmumbai_SpokeConnectorMode: ResolverTypeWrapper; + stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; + stagingmumbai_SpokeConnectorMode_orderBy: stagingmumbai_SpokeConnectorMode_orderBy; + stagingmumbai_TransferStatus: stagingmumbai_TransferStatus; + stagingmumbai__Block_: ResolverTypeWrapper; + stagingmumbai__Meta_: ResolverTypeWrapper; + 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; + basegoerli_AggregateRoot: ResolverTypeWrapper; + basegoerli_AggregateRootProposed: ResolverTypeWrapper; + basegoerli_AggregateRootProposed_filter: basegoerli_AggregateRootProposed_filter; + basegoerli_AggregateRootProposed_orderBy: basegoerli_AggregateRootProposed_orderBy; + basegoerli_AggregateRoot_filter: basegoerli_AggregateRoot_filter; + basegoerli_AggregateRoot_orderBy: basegoerli_AggregateRoot_orderBy; + basegoerli_Aggregation_interval: basegoerli_Aggregation_interval; + basegoerli_Asset: ResolverTypeWrapper; + basegoerli_AssetBalance: ResolverTypeWrapper; + basegoerli_AssetBalance_filter: basegoerli_AssetBalance_filter; + basegoerli_AssetBalance_orderBy: basegoerli_AssetBalance_orderBy; + basegoerli_AssetStatus: ResolverTypeWrapper; + basegoerli_AssetStatus_filter: basegoerli_AssetStatus_filter; + basegoerli_AssetStatus_orderBy: basegoerli_AssetStatus_orderBy; + basegoerli_Asset_filter: basegoerli_Asset_filter; + basegoerli_Asset_orderBy: basegoerli_Asset_orderBy; + basegoerli_BigDecimal: ResolverTypeWrapper; + basegoerli_BlockChangedFilter: basegoerli_BlockChangedFilter; + basegoerli_Block_height: basegoerli_Block_height; + basegoerli_Bytes: ResolverTypeWrapper; + basegoerli_ConnectorMeta: ResolverTypeWrapper; + basegoerli_ConnectorMeta_filter: basegoerli_ConnectorMeta_filter; + basegoerli_ConnectorMeta_orderBy: basegoerli_ConnectorMeta_orderBy; + basegoerli_DestinationTransfer: ResolverTypeWrapper; + basegoerli_DestinationTransfer_filter: basegoerli_DestinationTransfer_filter; + basegoerli_DestinationTransfer_orderBy: basegoerli_DestinationTransfer_orderBy; + basegoerli_Int8: ResolverTypeWrapper; + basegoerli_OptimisticRootFinalized: ResolverTypeWrapper; + basegoerli_OptimisticRootFinalized_filter: basegoerli_OptimisticRootFinalized_filter; + basegoerli_OptimisticRootFinalized_orderBy: basegoerli_OptimisticRootFinalized_orderBy; + basegoerli_OrderDirection: basegoerli_OrderDirection; + basegoerli_OriginMessage: ResolverTypeWrapper; + basegoerli_OriginMessage_filter: basegoerli_OriginMessage_filter; + basegoerli_OriginMessage_orderBy: basegoerli_OriginMessage_orderBy; + basegoerli_OriginTransfer: ResolverTypeWrapper; + basegoerli_OriginTransfer_filter: basegoerli_OriginTransfer_filter; + basegoerli_OriginTransfer_orderBy: basegoerli_OriginTransfer_orderBy; + basegoerli_Relayer: ResolverTypeWrapper; + basegoerli_RelayerFee: ResolverTypeWrapper; + basegoerli_RelayerFee_filter: basegoerli_RelayerFee_filter; + basegoerli_RelayerFee_orderBy: basegoerli_RelayerFee_orderBy; + basegoerli_RelayerFeesIncrease: ResolverTypeWrapper; + basegoerli_RelayerFeesIncrease_filter: basegoerli_RelayerFeesIncrease_filter; + basegoerli_RelayerFeesIncrease_orderBy: basegoerli_RelayerFeesIncrease_orderBy; + basegoerli_Relayer_filter: basegoerli_Relayer_filter; + basegoerli_Relayer_orderBy: basegoerli_Relayer_orderBy; + basegoerli_RootCount: ResolverTypeWrapper; + basegoerli_RootCount_filter: basegoerli_RootCount_filter; + basegoerli_RootCount_orderBy: basegoerli_RootCount_orderBy; + basegoerli_RootMessageSent: ResolverTypeWrapper; + basegoerli_RootMessageSent_filter: basegoerli_RootMessageSent_filter; + basegoerli_RootMessageSent_orderBy: basegoerli_RootMessageSent_orderBy; + basegoerli_Router: ResolverTypeWrapper; + basegoerli_RouterDailyTVL: ResolverTypeWrapper; + basegoerli_RouterDailyTVL_filter: basegoerli_RouterDailyTVL_filter; + basegoerli_RouterDailyTVL_orderBy: basegoerli_RouterDailyTVL_orderBy; + basegoerli_RouterLiquidityEvent: ResolverTypeWrapper; + basegoerli_RouterLiquidityEventType: basegoerli_RouterLiquidityEventType; + basegoerli_RouterLiquidityEvent_filter: basegoerli_RouterLiquidityEvent_filter; + basegoerli_RouterLiquidityEvent_orderBy: basegoerli_RouterLiquidityEvent_orderBy; + basegoerli_Router_filter: basegoerli_Router_filter; + basegoerli_Router_orderBy: basegoerli_Router_orderBy; + basegoerli_Sequencer: ResolverTypeWrapper; + basegoerli_Sequencer_filter: basegoerli_Sequencer_filter; + basegoerli_Sequencer_orderBy: basegoerli_Sequencer_orderBy; + basegoerli_Setting: ResolverTypeWrapper; + basegoerli_Setting_filter: basegoerli_Setting_filter; + basegoerli_Setting_orderBy: basegoerli_Setting_orderBy; + basegoerli_SlippageUpdate: ResolverTypeWrapper; + basegoerli_SlippageUpdate_filter: basegoerli_SlippageUpdate_filter; + basegoerli_SlippageUpdate_orderBy: basegoerli_SlippageUpdate_orderBy; + basegoerli_SnapshotRoot: ResolverTypeWrapper; + basegoerli_SnapshotRoot_filter: basegoerli_SnapshotRoot_filter; + basegoerli_SnapshotRoot_orderBy: basegoerli_SnapshotRoot_orderBy; + basegoerli_SpokeConnectorMode: ResolverTypeWrapper; + basegoerli_SpokeConnectorMode_filter: basegoerli_SpokeConnectorMode_filter; + basegoerli_SpokeConnectorMode_orderBy: basegoerli_SpokeConnectorMode_orderBy; + basegoerli_TransferStatus: basegoerli_TransferStatus; + basegoerli__Block_: ResolverTypeWrapper; + basegoerli__Meta_: ResolverTypeWrapper; + optimismgoerli_AggregateRoot: ResolverTypeWrapper; + optimismgoerli_AggregateRootProposed: ResolverTypeWrapper; + optimismgoerli_AggregateRootProposed_filter: optimismgoerli_AggregateRootProposed_filter; + optimismgoerli_AggregateRootProposed_orderBy: optimismgoerli_AggregateRootProposed_orderBy; + optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; + optimismgoerli_AggregateRoot_orderBy: optimismgoerli_AggregateRoot_orderBy; + optimismgoerli_Aggregation_interval: optimismgoerli_Aggregation_interval; + optimismgoerli_Asset: ResolverTypeWrapper; + optimismgoerli_AssetBalance: ResolverTypeWrapper; + optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; + optimismgoerli_AssetBalance_orderBy: optimismgoerli_AssetBalance_orderBy; + optimismgoerli_AssetStatus: ResolverTypeWrapper; + optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; + optimismgoerli_AssetStatus_orderBy: optimismgoerli_AssetStatus_orderBy; + optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; + optimismgoerli_Asset_orderBy: optimismgoerli_Asset_orderBy; + optimismgoerli_BigDecimal: ResolverTypeWrapper; + optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; + optimismgoerli_Block_height: optimismgoerli_Block_height; + optimismgoerli_Bytes: ResolverTypeWrapper; + optimismgoerli_ConnectorMeta: ResolverTypeWrapper; + optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; + optimismgoerli_ConnectorMeta_orderBy: optimismgoerli_ConnectorMeta_orderBy; + optimismgoerli_DestinationTransfer: ResolverTypeWrapper; + optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; + optimismgoerli_DestinationTransfer_orderBy: optimismgoerli_DestinationTransfer_orderBy; + optimismgoerli_Int8: ResolverTypeWrapper; + optimismgoerli_OptimisticRootFinalized: ResolverTypeWrapper; + optimismgoerli_OptimisticRootFinalized_filter: optimismgoerli_OptimisticRootFinalized_filter; + optimismgoerli_OptimisticRootFinalized_orderBy: optimismgoerli_OptimisticRootFinalized_orderBy; + optimismgoerli_OrderDirection: optimismgoerli_OrderDirection; + optimismgoerli_OriginMessage: ResolverTypeWrapper; + optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; + optimismgoerli_OriginMessage_orderBy: optimismgoerli_OriginMessage_orderBy; + optimismgoerli_OriginTransfer: ResolverTypeWrapper; + optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; + optimismgoerli_OriginTransfer_orderBy: optimismgoerli_OriginTransfer_orderBy; + optimismgoerli_Relayer: ResolverTypeWrapper; + optimismgoerli_RelayerFee: ResolverTypeWrapper; + optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; + optimismgoerli_RelayerFee_orderBy: optimismgoerli_RelayerFee_orderBy; + optimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; + optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; + optimismgoerli_RelayerFeesIncrease_orderBy: optimismgoerli_RelayerFeesIncrease_orderBy; + optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; + optimismgoerli_Relayer_orderBy: optimismgoerli_Relayer_orderBy; + optimismgoerli_RootCount: ResolverTypeWrapper; + optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; + optimismgoerli_RootCount_orderBy: optimismgoerli_RootCount_orderBy; + optimismgoerli_RootMessageSent: ResolverTypeWrapper; + optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; + optimismgoerli_RootMessageSent_orderBy: optimismgoerli_RootMessageSent_orderBy; + optimismgoerli_Router: ResolverTypeWrapper; + optimismgoerli_RouterDailyTVL: ResolverTypeWrapper; + optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; + optimismgoerli_RouterDailyTVL_orderBy: optimismgoerli_RouterDailyTVL_orderBy; + optimismgoerli_RouterLiquidityEvent: ResolverTypeWrapper; + optimismgoerli_RouterLiquidityEventType: optimismgoerli_RouterLiquidityEventType; + optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; + optimismgoerli_RouterLiquidityEvent_orderBy: optimismgoerli_RouterLiquidityEvent_orderBy; + optimismgoerli_Router_filter: optimismgoerli_Router_filter; + optimismgoerli_Router_orderBy: optimismgoerli_Router_orderBy; + optimismgoerli_Sequencer: ResolverTypeWrapper; + optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; + optimismgoerli_Sequencer_orderBy: optimismgoerli_Sequencer_orderBy; + optimismgoerli_Setting: ResolverTypeWrapper; + optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; + optimismgoerli_Setting_orderBy: optimismgoerli_Setting_orderBy; + optimismgoerli_SlippageUpdate: ResolverTypeWrapper; + optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; + optimismgoerli_SlippageUpdate_orderBy: optimismgoerli_SlippageUpdate_orderBy; + optimismgoerli_SnapshotRoot: ResolverTypeWrapper; + optimismgoerli_SnapshotRoot_filter: optimismgoerli_SnapshotRoot_filter; + optimismgoerli_SnapshotRoot_orderBy: optimismgoerli_SnapshotRoot_orderBy; + optimismgoerli_SpokeConnectorMode: ResolverTypeWrapper; + optimismgoerli_SpokeConnectorMode_filter: optimismgoerli_SpokeConnectorMode_filter; + optimismgoerli_SpokeConnectorMode_orderBy: optimismgoerli_SpokeConnectorMode_orderBy; + optimismgoerli_TransferStatus: optimismgoerli_TransferStatus; + optimismgoerli__Block_: ResolverTypeWrapper; + optimismgoerli__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; + mainnet_AssetBalance_orderBy: mainnet_AssetBalance_orderBy; + mainnet_AssetStatus: ResolverTypeWrapper; + mainnet_AssetStatus_filter: mainnet_AssetStatus_filter; + mainnet_AssetStatus_orderBy: mainnet_AssetStatus_orderBy; + mainnet_Asset_filter: mainnet_Asset_filter; + mainnet_Asset_orderBy: mainnet_Asset_orderBy; + mainnet_ConnectorMeta: ResolverTypeWrapper; + mainnet_ConnectorMeta_filter: mainnet_ConnectorMeta_filter; + mainnet_ConnectorMeta_orderBy: mainnet_ConnectorMeta_orderBy; + mainnet_DestinationTransfer: ResolverTypeWrapper; + mainnet_DestinationTransfer_filter: mainnet_DestinationTransfer_filter; + mainnet_DestinationTransfer_orderBy: mainnet_DestinationTransfer_orderBy; + mainnet_OptimisticRootFinalized: ResolverTypeWrapper; + mainnet_OptimisticRootFinalized_filter: mainnet_OptimisticRootFinalized_filter; + mainnet_OptimisticRootFinalized_orderBy: mainnet_OptimisticRootFinalized_orderBy; + mainnet_OriginMessage: ResolverTypeWrapper; + mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; + mainnet_OriginMessage_orderBy: mainnet_OriginMessage_orderBy; + mainnet_OriginTransfer: ResolverTypeWrapper; + mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; + mainnet_OriginTransfer_orderBy: mainnet_OriginTransfer_orderBy; + mainnet_Relayer: ResolverTypeWrapper; + mainnet_RelayerFee: ResolverTypeWrapper; + mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; + mainnet_RelayerFee_orderBy: mainnet_RelayerFee_orderBy; + mainnet_RelayerFeesIncrease: ResolverTypeWrapper; + mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; + mainnet_RelayerFeesIncrease_orderBy: mainnet_RelayerFeesIncrease_orderBy; + mainnet_Relayer_filter: mainnet_Relayer_filter; + mainnet_Relayer_orderBy: mainnet_Relayer_orderBy; + mainnet_RootCount: ResolverTypeWrapper; + mainnet_RootCount_filter: mainnet_RootCount_filter; + mainnet_RootCount_orderBy: mainnet_RootCount_orderBy; + mainnet_RootMessageSent: ResolverTypeWrapper; + mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; + mainnet_RootMessageSent_orderBy: mainnet_RootMessageSent_orderBy; + mainnet_Router: ResolverTypeWrapper; + mainnet_RouterDailyTVL: ResolverTypeWrapper; + mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; + mainnet_RouterDailyTVL_orderBy: mainnet_RouterDailyTVL_orderBy; + mainnet_RouterLiquidityEvent: ResolverTypeWrapper; + mainnet_RouterLiquidityEventType: mainnet_RouterLiquidityEventType; + mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; + mainnet_RouterLiquidityEvent_orderBy: mainnet_RouterLiquidityEvent_orderBy; + mainnet_Router_filter: mainnet_Router_filter; + mainnet_Router_orderBy: mainnet_Router_orderBy; + mainnet_Sequencer: ResolverTypeWrapper; + mainnet_Sequencer_filter: mainnet_Sequencer_filter; + mainnet_Sequencer_orderBy: mainnet_Sequencer_orderBy; + mainnet_Setting: ResolverTypeWrapper; + mainnet_Setting_filter: mainnet_Setting_filter; + mainnet_Setting_orderBy: mainnet_Setting_orderBy; + mainnet_SlippageUpdate: ResolverTypeWrapper; + mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; + mainnet_SlippageUpdate_orderBy: mainnet_SlippageUpdate_orderBy; + mainnet_SnapshotRoot: ResolverTypeWrapper; + mainnet_SnapshotRoot_filter: mainnet_SnapshotRoot_filter; + mainnet_SnapshotRoot_orderBy: mainnet_SnapshotRoot_orderBy; + mainnet_SpokeConnectorMode: ResolverTypeWrapper; + mainnet_SpokeConnectorMode_filter: mainnet_SpokeConnectorMode_filter; + mainnet_SpokeConnectorMode_orderBy: mainnet_SpokeConnectorMode_orderBy; + mainnet_TransferStatus: mainnet_TransferStatus; + 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; + 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; + 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; + goerli_AggregateRoot: ResolverTypeWrapper; + goerli_AggregateRootProposed: ResolverTypeWrapper; + goerli_AggregateRootProposed_filter: goerli_AggregateRootProposed_filter; + goerli_AggregateRootProposed_orderBy: goerli_AggregateRootProposed_orderBy; + goerli_AggregateRoot_filter: goerli_AggregateRoot_filter; + goerli_AggregateRoot_orderBy: goerli_AggregateRoot_orderBy; + goerli_Asset: ResolverTypeWrapper; + goerli_AssetBalance: ResolverTypeWrapper; + goerli_AssetBalance_filter: goerli_AssetBalance_filter; + goerli_AssetBalance_orderBy: goerli_AssetBalance_orderBy; + goerli_AssetStatus: ResolverTypeWrapper; + goerli_AssetStatus_filter: goerli_AssetStatus_filter; + goerli_AssetStatus_orderBy: goerli_AssetStatus_orderBy; + goerli_Asset_filter: goerli_Asset_filter; + goerli_Asset_orderBy: goerli_Asset_orderBy; + goerli_ConnectorMeta: ResolverTypeWrapper; + goerli_ConnectorMeta_filter: goerli_ConnectorMeta_filter; + goerli_ConnectorMeta_orderBy: goerli_ConnectorMeta_orderBy; + goerli_DestinationTransfer: ResolverTypeWrapper; + goerli_DestinationTransfer_filter: goerli_DestinationTransfer_filter; + goerli_DestinationTransfer_orderBy: goerli_DestinationTransfer_orderBy; + goerli_OptimisticRootFinalized: ResolverTypeWrapper; + goerli_OptimisticRootFinalized_filter: goerli_OptimisticRootFinalized_filter; + goerli_OptimisticRootFinalized_orderBy: goerli_OptimisticRootFinalized_orderBy; + goerli_OriginMessage: ResolverTypeWrapper; + goerli_OriginMessage_filter: goerli_OriginMessage_filter; + goerli_OriginMessage_orderBy: goerli_OriginMessage_orderBy; + goerli_OriginTransfer: ResolverTypeWrapper; + goerli_OriginTransfer_filter: goerli_OriginTransfer_filter; + goerli_OriginTransfer_orderBy: goerli_OriginTransfer_orderBy; + goerli_Relayer: ResolverTypeWrapper; + goerli_RelayerFee: ResolverTypeWrapper; + goerli_RelayerFee_filter: goerli_RelayerFee_filter; + goerli_RelayerFee_orderBy: goerli_RelayerFee_orderBy; + goerli_RelayerFeesIncrease: ResolverTypeWrapper; + goerli_RelayerFeesIncrease_filter: goerli_RelayerFeesIncrease_filter; + goerli_RelayerFeesIncrease_orderBy: goerli_RelayerFeesIncrease_orderBy; + goerli_Relayer_filter: goerli_Relayer_filter; + goerli_Relayer_orderBy: goerli_Relayer_orderBy; + goerli_RootCount: ResolverTypeWrapper; + goerli_RootCount_filter: goerli_RootCount_filter; + goerli_RootCount_orderBy: goerli_RootCount_orderBy; + goerli_RootMessageSent: ResolverTypeWrapper; + goerli_RootMessageSent_filter: goerli_RootMessageSent_filter; + goerli_RootMessageSent_orderBy: goerli_RootMessageSent_orderBy; + goerli_Router: ResolverTypeWrapper; + goerli_RouterDailyTVL: ResolverTypeWrapper; + goerli_RouterDailyTVL_filter: goerli_RouterDailyTVL_filter; + goerli_RouterDailyTVL_orderBy: goerli_RouterDailyTVL_orderBy; + goerli_RouterLiquidityEvent: ResolverTypeWrapper; + goerli_RouterLiquidityEventType: goerli_RouterLiquidityEventType; + goerli_RouterLiquidityEvent_filter: goerli_RouterLiquidityEvent_filter; + goerli_RouterLiquidityEvent_orderBy: goerli_RouterLiquidityEvent_orderBy; + goerli_Router_filter: goerli_Router_filter; + goerli_Router_orderBy: goerli_Router_orderBy; + goerli_Sequencer: ResolverTypeWrapper; + goerli_Sequencer_filter: goerli_Sequencer_filter; + goerli_Sequencer_orderBy: goerli_Sequencer_orderBy; + goerli_Setting: ResolverTypeWrapper; + goerli_Setting_filter: goerli_Setting_filter; + goerli_Setting_orderBy: goerli_Setting_orderBy; + goerli_SlippageUpdate: ResolverTypeWrapper; + goerli_SlippageUpdate_filter: goerli_SlippageUpdate_filter; + goerli_SlippageUpdate_orderBy: goerli_SlippageUpdate_orderBy; + goerli_SnapshotRoot: ResolverTypeWrapper; + goerli_SnapshotRoot_filter: goerli_SnapshotRoot_filter; + goerli_SnapshotRoot_orderBy: goerli_SnapshotRoot_orderBy; + goerli_SpokeConnectorMode: ResolverTypeWrapper; + goerli_SpokeConnectorMode_filter: goerli_SpokeConnectorMode_filter; + goerli_SpokeConnectorMode_orderBy: goerli_SpokeConnectorMode_orderBy; + goerli_TransferStatus: goerli_TransferStatus; + mumbai_AggregateRoot: ResolverTypeWrapper; + mumbai_AggregateRootProposed: ResolverTypeWrapper; + mumbai_AggregateRootProposed_filter: mumbai_AggregateRootProposed_filter; + mumbai_AggregateRootProposed_orderBy: mumbai_AggregateRootProposed_orderBy; + mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; + mumbai_AggregateRoot_orderBy: mumbai_AggregateRoot_orderBy; + mumbai_Aggregation_interval: mumbai_Aggregation_interval; + mumbai_Asset: ResolverTypeWrapper; + mumbai_AssetBalance: ResolverTypeWrapper; + mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; + mumbai_AssetBalance_orderBy: mumbai_AssetBalance_orderBy; + mumbai_AssetStatus: ResolverTypeWrapper; + mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; + mumbai_AssetStatus_orderBy: mumbai_AssetStatus_orderBy; + mumbai_Asset_filter: mumbai_Asset_filter; + mumbai_Asset_orderBy: mumbai_Asset_orderBy; + mumbai_BigDecimal: ResolverTypeWrapper; + mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; + mumbai_Block_height: mumbai_Block_height; + mumbai_Bytes: ResolverTypeWrapper; + mumbai_ConnectorMeta: ResolverTypeWrapper; + mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; + mumbai_ConnectorMeta_orderBy: mumbai_ConnectorMeta_orderBy; + mumbai_DestinationTransfer: ResolverTypeWrapper; + mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; + mumbai_DestinationTransfer_orderBy: mumbai_DestinationTransfer_orderBy; + mumbai_Int8: ResolverTypeWrapper; + mumbai_OptimisticRootFinalized: ResolverTypeWrapper; + mumbai_OptimisticRootFinalized_filter: mumbai_OptimisticRootFinalized_filter; + mumbai_OptimisticRootFinalized_orderBy: mumbai_OptimisticRootFinalized_orderBy; + mumbai_OrderDirection: mumbai_OrderDirection; + mumbai_OriginMessage: ResolverTypeWrapper; + mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; + mumbai_OriginMessage_orderBy: mumbai_OriginMessage_orderBy; + mumbai_OriginTransfer: ResolverTypeWrapper; + mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; + mumbai_OriginTransfer_orderBy: mumbai_OriginTransfer_orderBy; + mumbai_Relayer: ResolverTypeWrapper; + mumbai_RelayerFee: ResolverTypeWrapper; + mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; + mumbai_RelayerFee_orderBy: mumbai_RelayerFee_orderBy; + mumbai_RelayerFeesIncrease: ResolverTypeWrapper; + mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; + mumbai_RelayerFeesIncrease_orderBy: mumbai_RelayerFeesIncrease_orderBy; + mumbai_Relayer_filter: mumbai_Relayer_filter; + mumbai_Relayer_orderBy: mumbai_Relayer_orderBy; + mumbai_RootCount: ResolverTypeWrapper; + mumbai_RootCount_filter: mumbai_RootCount_filter; + mumbai_RootCount_orderBy: mumbai_RootCount_orderBy; + mumbai_RootMessageSent: ResolverTypeWrapper; + mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; + mumbai_RootMessageSent_orderBy: mumbai_RootMessageSent_orderBy; + mumbai_Router: ResolverTypeWrapper; + mumbai_RouterDailyTVL: ResolverTypeWrapper; + mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; + mumbai_RouterDailyTVL_orderBy: mumbai_RouterDailyTVL_orderBy; + mumbai_RouterLiquidityEvent: ResolverTypeWrapper; + mumbai_RouterLiquidityEventType: mumbai_RouterLiquidityEventType; + mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; + mumbai_RouterLiquidityEvent_orderBy: mumbai_RouterLiquidityEvent_orderBy; + mumbai_Router_filter: mumbai_Router_filter; + mumbai_Router_orderBy: mumbai_Router_orderBy; + mumbai_Sequencer: ResolverTypeWrapper; + mumbai_Sequencer_filter: mumbai_Sequencer_filter; + mumbai_Sequencer_orderBy: mumbai_Sequencer_orderBy; + mumbai_Setting: ResolverTypeWrapper; + mumbai_Setting_filter: mumbai_Setting_filter; + mumbai_Setting_orderBy: mumbai_Setting_orderBy; + mumbai_SlippageUpdate: ResolverTypeWrapper; + mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; + mumbai_SlippageUpdate_orderBy: mumbai_SlippageUpdate_orderBy; + mumbai_SnapshotRoot: ResolverTypeWrapper; + mumbai_SnapshotRoot_filter: mumbai_SnapshotRoot_filter; + mumbai_SnapshotRoot_orderBy: mumbai_SnapshotRoot_orderBy; + mumbai_SpokeConnectorMode: ResolverTypeWrapper; + mumbai_SpokeConnectorMode_filter: mumbai_SpokeConnectorMode_filter; + mumbai_SpokeConnectorMode_orderBy: mumbai_SpokeConnectorMode_orderBy; + mumbai_TransferStatus: mumbai_TransferStatus; + mumbai__Block_: ResolverTypeWrapper; + mumbai__Meta_: ResolverTypeWrapper; + staginggoerli_AggregateRoot: ResolverTypeWrapper; + staginggoerli_AggregateRootProposed: ResolverTypeWrapper; + staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; + staginggoerli_AggregateRootProposed_orderBy: staginggoerli_AggregateRootProposed_orderBy; + staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; + staginggoerli_AggregateRoot_orderBy: staginggoerli_AggregateRoot_orderBy; + staginggoerli_Asset: ResolverTypeWrapper; + staginggoerli_AssetBalance: ResolverTypeWrapper; + staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; + staginggoerli_AssetBalance_orderBy: staginggoerli_AssetBalance_orderBy; + staginggoerli_AssetStatus: ResolverTypeWrapper; + staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; + staginggoerli_AssetStatus_orderBy: staginggoerli_AssetStatus_orderBy; + staginggoerli_Asset_filter: staginggoerli_Asset_filter; + staginggoerli_Asset_orderBy: staginggoerli_Asset_orderBy; + staginggoerli_ConnectorMeta: ResolverTypeWrapper; + staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; + staginggoerli_ConnectorMeta_orderBy: staginggoerli_ConnectorMeta_orderBy; + staginggoerli_DestinationTransfer: ResolverTypeWrapper; + staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; + staginggoerli_DestinationTransfer_orderBy: staginggoerli_DestinationTransfer_orderBy; + staginggoerli_OptimisticRootFinalized: ResolverTypeWrapper; + staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; + staginggoerli_OptimisticRootFinalized_orderBy: staginggoerli_OptimisticRootFinalized_orderBy; + staginggoerli_OriginMessage: ResolverTypeWrapper; + staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; + staginggoerli_OriginMessage_orderBy: staginggoerli_OriginMessage_orderBy; + staginggoerli_OriginTransfer: ResolverTypeWrapper; + staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; + staginggoerli_OriginTransfer_orderBy: staginggoerli_OriginTransfer_orderBy; + staginggoerli_Relayer: ResolverTypeWrapper; + staginggoerli_RelayerFee: ResolverTypeWrapper; + staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; + staginggoerli_RelayerFee_orderBy: staginggoerli_RelayerFee_orderBy; + staginggoerli_RelayerFeesIncrease: ResolverTypeWrapper; + staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; + staginggoerli_RelayerFeesIncrease_orderBy: staginggoerli_RelayerFeesIncrease_orderBy; + staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; + staginggoerli_Relayer_orderBy: staginggoerli_Relayer_orderBy; + staginggoerli_RootCount: ResolverTypeWrapper; + staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; + staginggoerli_RootCount_orderBy: staginggoerli_RootCount_orderBy; + staginggoerli_RootMessageSent: ResolverTypeWrapper; + staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; + staginggoerli_RootMessageSent_orderBy: staginggoerli_RootMessageSent_orderBy; + staginggoerli_Router: ResolverTypeWrapper; + staginggoerli_RouterDailyTVL: ResolverTypeWrapper; + staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; + staginggoerli_RouterDailyTVL_orderBy: staginggoerli_RouterDailyTVL_orderBy; + staginggoerli_RouterLiquidityEvent: ResolverTypeWrapper; + staginggoerli_RouterLiquidityEventType: staginggoerli_RouterLiquidityEventType; + staginggoerli_RouterLiquidityEvent_filter: staginggoerli_RouterLiquidityEvent_filter; + staginggoerli_RouterLiquidityEvent_orderBy: staginggoerli_RouterLiquidityEvent_orderBy; + staginggoerli_Router_filter: staginggoerli_Router_filter; + staginggoerli_Router_orderBy: staginggoerli_Router_orderBy; + staginggoerli_Sequencer: ResolverTypeWrapper; + staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; + staginggoerli_Sequencer_orderBy: staginggoerli_Sequencer_orderBy; + staginggoerli_Setting: ResolverTypeWrapper; + staginggoerli_Setting_filter: staginggoerli_Setting_filter; + staginggoerli_Setting_orderBy: staginggoerli_Setting_orderBy; + staginggoerli_SlippageUpdate: ResolverTypeWrapper; + staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; + staginggoerli_SlippageUpdate_orderBy: staginggoerli_SlippageUpdate_orderBy; + staginggoerli_SnapshotRoot: ResolverTypeWrapper; + staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; + staginggoerli_SnapshotRoot_orderBy: staginggoerli_SnapshotRoot_orderBy; + staginggoerli_SpokeConnectorMode: ResolverTypeWrapper; + staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; + staginggoerli_SpokeConnectorMode_orderBy: staginggoerli_SpokeConnectorMode_orderBy; + staginggoerli_TransferStatus: staginggoerli_TransferStatus; + stagingoptimism_AggregateRoot: ResolverTypeWrapper; + stagingoptimism_AggregateRootProposed: ResolverTypeWrapper; + stagingoptimism_AggregateRootProposed_filter: stagingoptimism_AggregateRootProposed_filter; + stagingoptimism_AggregateRootProposed_orderBy: stagingoptimism_AggregateRootProposed_orderBy; + stagingoptimism_AggregateRoot_filter: stagingoptimism_AggregateRoot_filter; + stagingoptimism_AggregateRoot_orderBy: stagingoptimism_AggregateRoot_orderBy; + stagingoptimism_Aggregation_interval: stagingoptimism_Aggregation_interval; + stagingoptimism_Asset: ResolverTypeWrapper; + stagingoptimism_AssetBalance: ResolverTypeWrapper; + stagingoptimism_AssetBalance_filter: stagingoptimism_AssetBalance_filter; + stagingoptimism_AssetBalance_orderBy: stagingoptimism_AssetBalance_orderBy; + stagingoptimism_AssetStatus: ResolverTypeWrapper; + stagingoptimism_AssetStatus_filter: stagingoptimism_AssetStatus_filter; + stagingoptimism_AssetStatus_orderBy: stagingoptimism_AssetStatus_orderBy; + stagingoptimism_Asset_filter: stagingoptimism_Asset_filter; + stagingoptimism_Asset_orderBy: stagingoptimism_Asset_orderBy; + stagingoptimism_BigDecimal: ResolverTypeWrapper; + stagingoptimism_BlockChangedFilter: stagingoptimism_BlockChangedFilter; + stagingoptimism_Block_height: stagingoptimism_Block_height; + stagingoptimism_Bytes: ResolverTypeWrapper; + stagingoptimism_ConnectorMeta: ResolverTypeWrapper; + stagingoptimism_ConnectorMeta_filter: stagingoptimism_ConnectorMeta_filter; + stagingoptimism_ConnectorMeta_orderBy: stagingoptimism_ConnectorMeta_orderBy; + stagingoptimism_DestinationTransfer: ResolverTypeWrapper; + stagingoptimism_DestinationTransfer_filter: stagingoptimism_DestinationTransfer_filter; + stagingoptimism_DestinationTransfer_orderBy: stagingoptimism_DestinationTransfer_orderBy; + stagingoptimism_Int8: ResolverTypeWrapper; + stagingoptimism_OptimisticRootFinalized: ResolverTypeWrapper; + stagingoptimism_OptimisticRootFinalized_filter: stagingoptimism_OptimisticRootFinalized_filter; + stagingoptimism_OptimisticRootFinalized_orderBy: stagingoptimism_OptimisticRootFinalized_orderBy; + stagingoptimism_OrderDirection: stagingoptimism_OrderDirection; + stagingoptimism_OriginMessage: ResolverTypeWrapper; + stagingoptimism_OriginMessage_filter: stagingoptimism_OriginMessage_filter; + stagingoptimism_OriginMessage_orderBy: stagingoptimism_OriginMessage_orderBy; + stagingoptimism_OriginTransfer: ResolverTypeWrapper; + stagingoptimism_OriginTransfer_filter: stagingoptimism_OriginTransfer_filter; + stagingoptimism_OriginTransfer_orderBy: stagingoptimism_OriginTransfer_orderBy; + stagingoptimism_Relayer: ResolverTypeWrapper; + stagingoptimism_RelayerFee: ResolverTypeWrapper; + stagingoptimism_RelayerFee_filter: stagingoptimism_RelayerFee_filter; + stagingoptimism_RelayerFee_orderBy: stagingoptimism_RelayerFee_orderBy; + stagingoptimism_RelayerFeesIncrease: ResolverTypeWrapper; + stagingoptimism_RelayerFeesIncrease_filter: stagingoptimism_RelayerFeesIncrease_filter; + stagingoptimism_RelayerFeesIncrease_orderBy: stagingoptimism_RelayerFeesIncrease_orderBy; + stagingoptimism_Relayer_filter: stagingoptimism_Relayer_filter; + stagingoptimism_Relayer_orderBy: stagingoptimism_Relayer_orderBy; + stagingoptimism_RootCount: ResolverTypeWrapper; + stagingoptimism_RootCount_filter: stagingoptimism_RootCount_filter; + stagingoptimism_RootCount_orderBy: stagingoptimism_RootCount_orderBy; + stagingoptimism_RootMessageSent: ResolverTypeWrapper; + stagingoptimism_RootMessageSent_filter: stagingoptimism_RootMessageSent_filter; + stagingoptimism_RootMessageSent_orderBy: stagingoptimism_RootMessageSent_orderBy; + stagingoptimism_Router: ResolverTypeWrapper; + stagingoptimism_RouterDailyTVL: ResolverTypeWrapper; + stagingoptimism_RouterDailyTVL_filter: stagingoptimism_RouterDailyTVL_filter; + stagingoptimism_RouterDailyTVL_orderBy: stagingoptimism_RouterDailyTVL_orderBy; + stagingoptimism_RouterLiquidityEvent: ResolverTypeWrapper; + stagingoptimism_RouterLiquidityEventType: stagingoptimism_RouterLiquidityEventType; + stagingoptimism_RouterLiquidityEvent_filter: stagingoptimism_RouterLiquidityEvent_filter; + stagingoptimism_RouterLiquidityEvent_orderBy: stagingoptimism_RouterLiquidityEvent_orderBy; + stagingoptimism_Router_filter: stagingoptimism_Router_filter; + stagingoptimism_Router_orderBy: stagingoptimism_Router_orderBy; + stagingoptimism_Sequencer: ResolverTypeWrapper; + stagingoptimism_Sequencer_filter: stagingoptimism_Sequencer_filter; + stagingoptimism_Sequencer_orderBy: stagingoptimism_Sequencer_orderBy; + stagingoptimism_Setting: ResolverTypeWrapper; + stagingoptimism_Setting_filter: stagingoptimism_Setting_filter; + stagingoptimism_Setting_orderBy: stagingoptimism_Setting_orderBy; + stagingoptimism_SlippageUpdate: ResolverTypeWrapper; + stagingoptimism_SlippageUpdate_filter: stagingoptimism_SlippageUpdate_filter; + stagingoptimism_SlippageUpdate_orderBy: stagingoptimism_SlippageUpdate_orderBy; + stagingoptimism_SnapshotRoot: ResolverTypeWrapper; + stagingoptimism_SnapshotRoot_filter: stagingoptimism_SnapshotRoot_filter; + stagingoptimism_SnapshotRoot_orderBy: stagingoptimism_SnapshotRoot_orderBy; + stagingoptimism_SpokeConnectorMode: ResolverTypeWrapper; + stagingoptimism_SpokeConnectorMode_filter: stagingoptimism_SpokeConnectorMode_filter; + stagingoptimism_SpokeConnectorMode_orderBy: stagingoptimism_SpokeConnectorMode_orderBy; + stagingoptimism_TransferStatus: stagingoptimism_TransferStatus; + stagingoptimism__Block_: ResolverTypeWrapper; + stagingoptimism__Meta_: ResolverTypeWrapper; + 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; + 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_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; + 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; + polygonzkevm_swap_AggregateRoot: ResolverTypeWrapper; + polygonzkevm_swap_AggregateRootProposed: ResolverTypeWrapper; + polygonzkevm_swap_AggregateRootProposed_filter: polygonzkevm_swap_AggregateRootProposed_filter; + polygonzkevm_swap_AggregateRootProposed_orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy; + polygonzkevm_swap_AggregateRoot_filter: polygonzkevm_swap_AggregateRoot_filter; + polygonzkevm_swap_AggregateRoot_orderBy: polygonzkevm_swap_AggregateRoot_orderBy; + polygonzkevm_swap_Asset: ResolverTypeWrapper; + polygonzkevm_swap_AssetBalance: ResolverTypeWrapper; + polygonzkevm_swap_AssetBalance_filter: polygonzkevm_swap_AssetBalance_filter; + polygonzkevm_swap_AssetBalance_orderBy: polygonzkevm_swap_AssetBalance_orderBy; + polygonzkevm_swap_AssetStatus: ResolverTypeWrapper; + polygonzkevm_swap_AssetStatus_filter: polygonzkevm_swap_AssetStatus_filter; + polygonzkevm_swap_AssetStatus_orderBy: polygonzkevm_swap_AssetStatus_orderBy; + polygonzkevm_swap_Asset_filter: polygonzkevm_swap_Asset_filter; + polygonzkevm_swap_Asset_orderBy: polygonzkevm_swap_Asset_orderBy; + polygonzkevm_swap_BigDecimal: ResolverTypeWrapper; + polygonzkevm_swap_BlockChangedFilter: polygonzkevm_swap_BlockChangedFilter; + polygonzkevm_swap_Block_height: polygonzkevm_swap_Block_height; + polygonzkevm_swap_Bytes: ResolverTypeWrapper; + polygonzkevm_swap_ConnectorMeta: ResolverTypeWrapper; + polygonzkevm_swap_ConnectorMeta_filter: polygonzkevm_swap_ConnectorMeta_filter; + polygonzkevm_swap_ConnectorMeta_orderBy: polygonzkevm_swap_ConnectorMeta_orderBy; + polygonzkevm_swap_DestinationTransfer: ResolverTypeWrapper; + polygonzkevm_swap_DestinationTransfer_filter: polygonzkevm_swap_DestinationTransfer_filter; + polygonzkevm_swap_DestinationTransfer_orderBy: polygonzkevm_swap_DestinationTransfer_orderBy; + polygonzkevm_swap_Int8: ResolverTypeWrapper; + polygonzkevm_swap_OptimisticRootFinalized: ResolverTypeWrapper; + polygonzkevm_swap_OptimisticRootFinalized_filter: polygonzkevm_swap_OptimisticRootFinalized_filter; + polygonzkevm_swap_OptimisticRootFinalized_orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy; + polygonzkevm_swap_OrderDirection: polygonzkevm_swap_OrderDirection; + polygonzkevm_swap_OriginMessage: ResolverTypeWrapper; + polygonzkevm_swap_OriginMessage_filter: polygonzkevm_swap_OriginMessage_filter; + polygonzkevm_swap_OriginMessage_orderBy: polygonzkevm_swap_OriginMessage_orderBy; + polygonzkevm_swap_OriginTransfer: ResolverTypeWrapper; + polygonzkevm_swap_OriginTransfer_filter: polygonzkevm_swap_OriginTransfer_filter; + polygonzkevm_swap_OriginTransfer_orderBy: polygonzkevm_swap_OriginTransfer_orderBy; + polygonzkevm_swap_Relayer: ResolverTypeWrapper; + polygonzkevm_swap_RelayerFee: ResolverTypeWrapper; + polygonzkevm_swap_RelayerFee_filter: polygonzkevm_swap_RelayerFee_filter; + polygonzkevm_swap_RelayerFee_orderBy: polygonzkevm_swap_RelayerFee_orderBy; + polygonzkevm_swap_RelayerFeesIncrease: ResolverTypeWrapper; + polygonzkevm_swap_RelayerFeesIncrease_filter: polygonzkevm_swap_RelayerFeesIncrease_filter; + polygonzkevm_swap_RelayerFeesIncrease_orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy; + polygonzkevm_swap_Relayer_filter: polygonzkevm_swap_Relayer_filter; + polygonzkevm_swap_Relayer_orderBy: polygonzkevm_swap_Relayer_orderBy; + polygonzkevm_swap_RootCount: ResolverTypeWrapper; + polygonzkevm_swap_RootCount_filter: polygonzkevm_swap_RootCount_filter; + polygonzkevm_swap_RootCount_orderBy: polygonzkevm_swap_RootCount_orderBy; + polygonzkevm_swap_RootMessageSent: ResolverTypeWrapper; + polygonzkevm_swap_RootMessageSent_filter: polygonzkevm_swap_RootMessageSent_filter; + polygonzkevm_swap_RootMessageSent_orderBy: polygonzkevm_swap_RootMessageSent_orderBy; + polygonzkevm_swap_Router: ResolverTypeWrapper; + polygonzkevm_swap_RouterDailyTVL: ResolverTypeWrapper; + polygonzkevm_swap_RouterDailyTVL_filter: polygonzkevm_swap_RouterDailyTVL_filter; + polygonzkevm_swap_RouterDailyTVL_orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy; + polygonzkevm_swap_RouterLiquidityEvent: ResolverTypeWrapper; + polygonzkevm_swap_RouterLiquidityEventType: polygonzkevm_swap_RouterLiquidityEventType; + polygonzkevm_swap_RouterLiquidityEvent_filter: polygonzkevm_swap_RouterLiquidityEvent_filter; + polygonzkevm_swap_RouterLiquidityEvent_orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy; + polygonzkevm_swap_Router_filter: polygonzkevm_swap_Router_filter; + polygonzkevm_swap_Router_orderBy: polygonzkevm_swap_Router_orderBy; + polygonzkevm_swap_Sequencer: ResolverTypeWrapper; + polygonzkevm_swap_Sequencer_filter: polygonzkevm_swap_Sequencer_filter; + polygonzkevm_swap_Sequencer_orderBy: polygonzkevm_swap_Sequencer_orderBy; + polygonzkevm_swap_Setting: ResolverTypeWrapper; + polygonzkevm_swap_Setting_filter: polygonzkevm_swap_Setting_filter; + polygonzkevm_swap_Setting_orderBy: polygonzkevm_swap_Setting_orderBy; + polygonzkevm_swap_SlippageUpdate: ResolverTypeWrapper; + polygonzkevm_swap_SlippageUpdate_filter: polygonzkevm_swap_SlippageUpdate_filter; + polygonzkevm_swap_SlippageUpdate_orderBy: polygonzkevm_swap_SlippageUpdate_orderBy; + polygonzkevm_swap_SnapshotRoot: ResolverTypeWrapper; + polygonzkevm_swap_SnapshotRoot_filter: polygonzkevm_swap_SnapshotRoot_filter; + polygonzkevm_swap_SnapshotRoot_orderBy: polygonzkevm_swap_SnapshotRoot_orderBy; + polygonzkevm_swap_SpokeConnectorMode: ResolverTypeWrapper; + polygonzkevm_swap_SpokeConnectorMode_filter: polygonzkevm_swap_SpokeConnectorMode_filter; + polygonzkevm_swap_SpokeConnectorMode_orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy; + polygonzkevm_swap_TransferStatus: polygonzkevm_swap_TransferStatus; + polygonzkevm_swap__Block_: ResolverTypeWrapper; + polygonzkevm_swap__Meta_: ResolverTypeWrapper; + polygonzkevm_AggregateRoot: ResolverTypeWrapper; + polygonzkevm_AggregateRootProposed: ResolverTypeWrapper; + polygonzkevm_AggregateRootProposed_filter: polygonzkevm_AggregateRootProposed_filter; + polygonzkevm_AggregateRootProposed_orderBy: polygonzkevm_AggregateRootProposed_orderBy; + polygonzkevm_AggregateRoot_filter: polygonzkevm_AggregateRoot_filter; + polygonzkevm_AggregateRoot_orderBy: polygonzkevm_AggregateRoot_orderBy; + polygonzkevm_Asset: ResolverTypeWrapper; + polygonzkevm_AssetBalance: ResolverTypeWrapper; + polygonzkevm_AssetBalance_filter: polygonzkevm_AssetBalance_filter; + polygonzkevm_AssetBalance_orderBy: polygonzkevm_AssetBalance_orderBy; + polygonzkevm_AssetStatus: ResolverTypeWrapper; + polygonzkevm_AssetStatus_filter: polygonzkevm_AssetStatus_filter; + polygonzkevm_AssetStatus_orderBy: polygonzkevm_AssetStatus_orderBy; + polygonzkevm_Asset_filter: polygonzkevm_Asset_filter; + polygonzkevm_Asset_orderBy: polygonzkevm_Asset_orderBy; + polygonzkevm_BigDecimal: ResolverTypeWrapper; + polygonzkevm_BlockChangedFilter: polygonzkevm_BlockChangedFilter; + polygonzkevm_Block_height: polygonzkevm_Block_height; + polygonzkevm_Bytes: ResolverTypeWrapper; + polygonzkevm_ConnectorMeta: ResolverTypeWrapper; + polygonzkevm_ConnectorMeta_filter: polygonzkevm_ConnectorMeta_filter; + polygonzkevm_ConnectorMeta_orderBy: polygonzkevm_ConnectorMeta_orderBy; + polygonzkevm_DestinationTransfer: ResolverTypeWrapper; + polygonzkevm_DestinationTransfer_filter: polygonzkevm_DestinationTransfer_filter; + polygonzkevm_DestinationTransfer_orderBy: polygonzkevm_DestinationTransfer_orderBy; + polygonzkevm_Int8: ResolverTypeWrapper; + polygonzkevm_OptimisticRootFinalized: ResolverTypeWrapper; + polygonzkevm_OptimisticRootFinalized_filter: polygonzkevm_OptimisticRootFinalized_filter; + polygonzkevm_OptimisticRootFinalized_orderBy: polygonzkevm_OptimisticRootFinalized_orderBy; + polygonzkevm_OrderDirection: polygonzkevm_OrderDirection; + polygonzkevm_OriginMessage: ResolverTypeWrapper; + polygonzkevm_OriginMessage_filter: polygonzkevm_OriginMessage_filter; + polygonzkevm_OriginMessage_orderBy: polygonzkevm_OriginMessage_orderBy; + polygonzkevm_OriginTransfer: ResolverTypeWrapper; + polygonzkevm_OriginTransfer_filter: polygonzkevm_OriginTransfer_filter; + polygonzkevm_OriginTransfer_orderBy: polygonzkevm_OriginTransfer_orderBy; + polygonzkevm_Relayer: ResolverTypeWrapper; + polygonzkevm_RelayerFee: ResolverTypeWrapper; + polygonzkevm_RelayerFee_filter: polygonzkevm_RelayerFee_filter; + polygonzkevm_RelayerFee_orderBy: polygonzkevm_RelayerFee_orderBy; + polygonzkevm_RelayerFeesIncrease: ResolverTypeWrapper; + polygonzkevm_RelayerFeesIncrease_filter: polygonzkevm_RelayerFeesIncrease_filter; + polygonzkevm_RelayerFeesIncrease_orderBy: polygonzkevm_RelayerFeesIncrease_orderBy; + polygonzkevm_Relayer_filter: polygonzkevm_Relayer_filter; + polygonzkevm_Relayer_orderBy: polygonzkevm_Relayer_orderBy; + polygonzkevm_RootCount: ResolverTypeWrapper; + polygonzkevm_RootCount_filter: polygonzkevm_RootCount_filter; + polygonzkevm_RootCount_orderBy: polygonzkevm_RootCount_orderBy; + polygonzkevm_RootMessageSent: ResolverTypeWrapper; + polygonzkevm_RootMessageSent_filter: polygonzkevm_RootMessageSent_filter; + polygonzkevm_RootMessageSent_orderBy: polygonzkevm_RootMessageSent_orderBy; + polygonzkevm_Router: ResolverTypeWrapper; + polygonzkevm_RouterDailyTVL: ResolverTypeWrapper; + polygonzkevm_RouterDailyTVL_filter: polygonzkevm_RouterDailyTVL_filter; + polygonzkevm_RouterDailyTVL_orderBy: polygonzkevm_RouterDailyTVL_orderBy; + polygonzkevm_RouterLiquidityEvent: ResolverTypeWrapper; + polygonzkevm_RouterLiquidityEventType: polygonzkevm_RouterLiquidityEventType; + polygonzkevm_RouterLiquidityEvent_filter: polygonzkevm_RouterLiquidityEvent_filter; + polygonzkevm_RouterLiquidityEvent_orderBy: polygonzkevm_RouterLiquidityEvent_orderBy; + polygonzkevm_Router_filter: polygonzkevm_Router_filter; + polygonzkevm_Router_orderBy: polygonzkevm_Router_orderBy; + polygonzkevm_Sequencer: ResolverTypeWrapper; + polygonzkevm_Sequencer_filter: polygonzkevm_Sequencer_filter; + polygonzkevm_Sequencer_orderBy: polygonzkevm_Sequencer_orderBy; + polygonzkevm_Setting: ResolverTypeWrapper; + polygonzkevm_Setting_filter: polygonzkevm_Setting_filter; + polygonzkevm_Setting_orderBy: polygonzkevm_Setting_orderBy; + polygonzkevm_SlippageUpdate: ResolverTypeWrapper; + polygonzkevm_SlippageUpdate_filter: polygonzkevm_SlippageUpdate_filter; + polygonzkevm_SlippageUpdate_orderBy: polygonzkevm_SlippageUpdate_orderBy; + polygonzkevm_SnapshotRoot: ResolverTypeWrapper; + polygonzkevm_SnapshotRoot_filter: polygonzkevm_SnapshotRoot_filter; + polygonzkevm_SnapshotRoot_orderBy: polygonzkevm_SnapshotRoot_orderBy; + polygonzkevm_SpokeConnectorMode: ResolverTypeWrapper; + polygonzkevm_SpokeConnectorMode_filter: polygonzkevm_SpokeConnectorMode_filter; + polygonzkevm_SpokeConnectorMode_orderBy: polygonzkevm_SpokeConnectorMode_orderBy; + polygonzkevm_TransferStatus: polygonzkevm_TransferStatus; + polygonzkevm__Block_: ResolverTypeWrapper; + polygonzkevm__Meta_: ResolverTypeWrapper; + stagingarbitrumone_AggregateRoot: ResolverTypeWrapper; + stagingarbitrumone_AggregateRootProposed: ResolverTypeWrapper; + stagingarbitrumone_AggregateRootProposed_filter: stagingarbitrumone_AggregateRootProposed_filter; + stagingarbitrumone_AggregateRootProposed_orderBy: stagingarbitrumone_AggregateRootProposed_orderBy; + stagingarbitrumone_AggregateRoot_filter: stagingarbitrumone_AggregateRoot_filter; + stagingarbitrumone_AggregateRoot_orderBy: stagingarbitrumone_AggregateRoot_orderBy; + stagingarbitrumone_Aggregation_interval: stagingarbitrumone_Aggregation_interval; + stagingarbitrumone_Asset: ResolverTypeWrapper; + stagingarbitrumone_AssetBalance: ResolverTypeWrapper; + stagingarbitrumone_AssetBalance_filter: stagingarbitrumone_AssetBalance_filter; + stagingarbitrumone_AssetBalance_orderBy: stagingarbitrumone_AssetBalance_orderBy; + stagingarbitrumone_AssetStatus: ResolverTypeWrapper; + stagingarbitrumone_AssetStatus_filter: stagingarbitrumone_AssetStatus_filter; + stagingarbitrumone_AssetStatus_orderBy: stagingarbitrumone_AssetStatus_orderBy; + stagingarbitrumone_Asset_filter: stagingarbitrumone_Asset_filter; + stagingarbitrumone_Asset_orderBy: stagingarbitrumone_Asset_orderBy; + stagingarbitrumone_BigDecimal: ResolverTypeWrapper; + stagingarbitrumone_BlockChangedFilter: stagingarbitrumone_BlockChangedFilter; + stagingarbitrumone_Block_height: stagingarbitrumone_Block_height; + stagingarbitrumone_Bytes: ResolverTypeWrapper; + stagingarbitrumone_ConnectorMeta: ResolverTypeWrapper; + stagingarbitrumone_ConnectorMeta_filter: stagingarbitrumone_ConnectorMeta_filter; + stagingarbitrumone_ConnectorMeta_orderBy: stagingarbitrumone_ConnectorMeta_orderBy; + stagingarbitrumone_DestinationTransfer: ResolverTypeWrapper; + stagingarbitrumone_DestinationTransfer_filter: stagingarbitrumone_DestinationTransfer_filter; + stagingarbitrumone_DestinationTransfer_orderBy: stagingarbitrumone_DestinationTransfer_orderBy; + stagingarbitrumone_Int8: ResolverTypeWrapper; + stagingarbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; + stagingarbitrumone_OptimisticRootFinalized_filter: stagingarbitrumone_OptimisticRootFinalized_filter; + stagingarbitrumone_OptimisticRootFinalized_orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy; + stagingarbitrumone_OrderDirection: stagingarbitrumone_OrderDirection; + stagingarbitrumone_OriginMessage: ResolverTypeWrapper; + stagingarbitrumone_OriginMessage_filter: stagingarbitrumone_OriginMessage_filter; + stagingarbitrumone_OriginMessage_orderBy: stagingarbitrumone_OriginMessage_orderBy; + stagingarbitrumone_OriginTransfer: ResolverTypeWrapper; + stagingarbitrumone_OriginTransfer_filter: stagingarbitrumone_OriginTransfer_filter; + stagingarbitrumone_OriginTransfer_orderBy: stagingarbitrumone_OriginTransfer_orderBy; + stagingarbitrumone_Relayer: ResolverTypeWrapper; + stagingarbitrumone_RelayerFee: ResolverTypeWrapper; + stagingarbitrumone_RelayerFee_filter: stagingarbitrumone_RelayerFee_filter; + stagingarbitrumone_RelayerFee_orderBy: stagingarbitrumone_RelayerFee_orderBy; + stagingarbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; + stagingarbitrumone_RelayerFeesIncrease_filter: stagingarbitrumone_RelayerFeesIncrease_filter; + stagingarbitrumone_RelayerFeesIncrease_orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy; + 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; + localmainnet_AggregateRoot: ResolverTypeWrapper; + localmainnet_AggregateRootProposed: ResolverTypeWrapper; + localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; + localmainnet_AggregateRootProposed_orderBy: localmainnet_AggregateRootProposed_orderBy; + localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; + localmainnet_AggregateRoot_orderBy: localmainnet_AggregateRoot_orderBy; + localmainnet_Asset: ResolverTypeWrapper; + localmainnet_AssetBalance: ResolverTypeWrapper; + localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; + localmainnet_AssetBalance_orderBy: localmainnet_AssetBalance_orderBy; + localmainnet_AssetStatus: ResolverTypeWrapper; + localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; + localmainnet_AssetStatus_orderBy: localmainnet_AssetStatus_orderBy; + localmainnet_Asset_filter: localmainnet_Asset_filter; + localmainnet_Asset_orderBy: localmainnet_Asset_orderBy; + localmainnet_ConnectorMeta: ResolverTypeWrapper; + localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; + localmainnet_ConnectorMeta_orderBy: localmainnet_ConnectorMeta_orderBy; + localmainnet_DestinationTransfer: ResolverTypeWrapper; + localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; + localmainnet_DestinationTransfer_orderBy: localmainnet_DestinationTransfer_orderBy; + localmainnet_OptimisticRootFinalized: ResolverTypeWrapper; + localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; + localmainnet_OptimisticRootFinalized_orderBy: localmainnet_OptimisticRootFinalized_orderBy; + localmainnet_OriginMessage: ResolverTypeWrapper; + localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; + localmainnet_OriginMessage_orderBy: localmainnet_OriginMessage_orderBy; + localmainnet_OriginTransfer: ResolverTypeWrapper; + localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; + localmainnet_OriginTransfer_orderBy: localmainnet_OriginTransfer_orderBy; + localmainnet_Relayer: ResolverTypeWrapper; + localmainnet_RelayerFee: ResolverTypeWrapper; + localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; + localmainnet_RelayerFee_orderBy: localmainnet_RelayerFee_orderBy; + localmainnet_RelayerFeesIncrease: ResolverTypeWrapper; + localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; + localmainnet_RelayerFeesIncrease_orderBy: localmainnet_RelayerFeesIncrease_orderBy; + localmainnet_Relayer_filter: localmainnet_Relayer_filter; + localmainnet_Relayer_orderBy: localmainnet_Relayer_orderBy; + localmainnet_RootCount: ResolverTypeWrapper; + localmainnet_RootCount_filter: localmainnet_RootCount_filter; + localmainnet_RootCount_orderBy: localmainnet_RootCount_orderBy; + localmainnet_RootMessageSent: ResolverTypeWrapper; + localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; + localmainnet_RootMessageSent_orderBy: localmainnet_RootMessageSent_orderBy; + localmainnet_Router: ResolverTypeWrapper; + localmainnet_RouterDailyTVL: ResolverTypeWrapper; + localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; + localmainnet_RouterDailyTVL_orderBy: localmainnet_RouterDailyTVL_orderBy; + localmainnet_RouterLiquidityEvent: ResolverTypeWrapper; + localmainnet_RouterLiquidityEventType: localmainnet_RouterLiquidityEventType; + localmainnet_RouterLiquidityEvent_filter: localmainnet_RouterLiquidityEvent_filter; + localmainnet_RouterLiquidityEvent_orderBy: localmainnet_RouterLiquidityEvent_orderBy; + localmainnet_Router_filter: localmainnet_Router_filter; + localmainnet_Router_orderBy: localmainnet_Router_orderBy; + localmainnet_Sequencer: ResolverTypeWrapper; + localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; + localmainnet_Sequencer_orderBy: localmainnet_Sequencer_orderBy; + localmainnet_Setting: ResolverTypeWrapper; + localmainnet_Setting_filter: localmainnet_Setting_filter; + localmainnet_Setting_orderBy: localmainnet_Setting_orderBy; + localmainnet_SlippageUpdate: ResolverTypeWrapper; + localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; + localmainnet_SlippageUpdate_orderBy: localmainnet_SlippageUpdate_orderBy; + localmainnet_SnapshotRoot: ResolverTypeWrapper; + localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; + localmainnet_SnapshotRoot_orderBy: localmainnet_SnapshotRoot_orderBy; + localmainnet_SpokeConnectorMode: ResolverTypeWrapper; + localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; + localmainnet_SpokeConnectorMode_orderBy: localmainnet_SpokeConnectorMode_orderBy; + localmainnet_TransferStatus: localmainnet_TransferStatus; + localarbitrumone_AggregateRoot: ResolverTypeWrapper; + localarbitrumone_AggregateRootProposed: ResolverTypeWrapper; + localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; + localarbitrumone_AggregateRootProposed_orderBy: localarbitrumone_AggregateRootProposed_orderBy; + localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; + localarbitrumone_AggregateRoot_orderBy: localarbitrumone_AggregateRoot_orderBy; + localarbitrumone_Aggregation_interval: localarbitrumone_Aggregation_interval; + localarbitrumone_Asset: ResolverTypeWrapper; + localarbitrumone_AssetBalance: ResolverTypeWrapper; + localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; + localarbitrumone_AssetBalance_orderBy: localarbitrumone_AssetBalance_orderBy; + localarbitrumone_AssetStatus: ResolverTypeWrapper; + localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; + localarbitrumone_AssetStatus_orderBy: localarbitrumone_AssetStatus_orderBy; + localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; + localarbitrumone_Asset_orderBy: localarbitrumone_Asset_orderBy; + localarbitrumone_BigDecimal: ResolverTypeWrapper; + localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; + localarbitrumone_Block_height: localarbitrumone_Block_height; + localarbitrumone_Bytes: ResolverTypeWrapper; + localarbitrumone_ConnectorMeta: ResolverTypeWrapper; + localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; + localarbitrumone_ConnectorMeta_orderBy: localarbitrumone_ConnectorMeta_orderBy; + localarbitrumone_DestinationTransfer: ResolverTypeWrapper; + localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; + localarbitrumone_DestinationTransfer_orderBy: localarbitrumone_DestinationTransfer_orderBy; + localarbitrumone_Int8: ResolverTypeWrapper; + localarbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; + localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; + localarbitrumone_OptimisticRootFinalized_orderBy: localarbitrumone_OptimisticRootFinalized_orderBy; + localarbitrumone_OrderDirection: localarbitrumone_OrderDirection; + localarbitrumone_OriginMessage: ResolverTypeWrapper; + localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; + localarbitrumone_OriginMessage_orderBy: localarbitrumone_OriginMessage_orderBy; + localarbitrumone_OriginTransfer: ResolverTypeWrapper; + localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; + localarbitrumone_OriginTransfer_orderBy: localarbitrumone_OriginTransfer_orderBy; + localarbitrumone_Relayer: ResolverTypeWrapper; + localarbitrumone_RelayerFee: ResolverTypeWrapper; + localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; + localarbitrumone_RelayerFee_orderBy: localarbitrumone_RelayerFee_orderBy; + localarbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; + localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; + localarbitrumone_RelayerFeesIncrease_orderBy: localarbitrumone_RelayerFeesIncrease_orderBy; + localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; + localarbitrumone_Relayer_orderBy: localarbitrumone_Relayer_orderBy; + localarbitrumone_RootCount: ResolverTypeWrapper; + localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; + localarbitrumone_RootCount_orderBy: localarbitrumone_RootCount_orderBy; + localarbitrumone_RootMessageSent: ResolverTypeWrapper; + localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; + localarbitrumone_RootMessageSent_orderBy: localarbitrumone_RootMessageSent_orderBy; + localarbitrumone_Router: ResolverTypeWrapper; + localarbitrumone_RouterDailyTVL: ResolverTypeWrapper; + localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; + localarbitrumone_RouterDailyTVL_orderBy: localarbitrumone_RouterDailyTVL_orderBy; + localarbitrumone_RouterLiquidityEvent: ResolverTypeWrapper; + localarbitrumone_RouterLiquidityEventType: localarbitrumone_RouterLiquidityEventType; + localarbitrumone_RouterLiquidityEvent_filter: localarbitrumone_RouterLiquidityEvent_filter; + localarbitrumone_RouterLiquidityEvent_orderBy: localarbitrumone_RouterLiquidityEvent_orderBy; + localarbitrumone_Router_filter: localarbitrumone_Router_filter; + localarbitrumone_Router_orderBy: localarbitrumone_Router_orderBy; + localarbitrumone_Sequencer: ResolverTypeWrapper; + localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; + localarbitrumone_Sequencer_orderBy: localarbitrumone_Sequencer_orderBy; + localarbitrumone_Setting: ResolverTypeWrapper; + localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; + localarbitrumone_Setting_orderBy: localarbitrumone_Setting_orderBy; + localarbitrumone_SlippageUpdate: ResolverTypeWrapper; + localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; + localarbitrumone_SlippageUpdate_orderBy: localarbitrumone_SlippageUpdate_orderBy; + localarbitrumone_SnapshotRoot: ResolverTypeWrapper; + localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; + localarbitrumone_SnapshotRoot_orderBy: localarbitrumone_SnapshotRoot_orderBy; + localarbitrumone_SpokeConnectorMode: ResolverTypeWrapper; + localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; + localarbitrumone_SpokeConnectorMode_orderBy: localarbitrumone_SpokeConnectorMode_orderBy; + localarbitrumone_TransferStatus: localarbitrumone_TransferStatus; + localarbitrumone__Block_: ResolverTypeWrapper; + localarbitrumone__Meta_: ResolverTypeWrapper; + 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_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; + stagingxdai_AggregateRoot: ResolverTypeWrapper; + stagingxdai_AggregateRootProposed: ResolverTypeWrapper; + stagingxdai_AggregateRootProposed_filter: stagingxdai_AggregateRootProposed_filter; + stagingxdai_AggregateRootProposed_orderBy: stagingxdai_AggregateRootProposed_orderBy; + stagingxdai_AggregateRoot_filter: stagingxdai_AggregateRoot_filter; + stagingxdai_AggregateRoot_orderBy: stagingxdai_AggregateRoot_orderBy; + stagingxdai_Aggregation_interval: stagingxdai_Aggregation_interval; + stagingxdai_Asset: ResolverTypeWrapper; + stagingxdai_AssetBalance: ResolverTypeWrapper; + stagingxdai_AssetBalance_filter: stagingxdai_AssetBalance_filter; + stagingxdai_AssetBalance_orderBy: stagingxdai_AssetBalance_orderBy; + stagingxdai_AssetStatus: ResolverTypeWrapper; + stagingxdai_AssetStatus_filter: stagingxdai_AssetStatus_filter; + stagingxdai_AssetStatus_orderBy: stagingxdai_AssetStatus_orderBy; + stagingxdai_Asset_filter: stagingxdai_Asset_filter; + stagingxdai_Asset_orderBy: stagingxdai_Asset_orderBy; + stagingxdai_BigDecimal: ResolverTypeWrapper; + stagingxdai_BlockChangedFilter: stagingxdai_BlockChangedFilter; + stagingxdai_Block_height: stagingxdai_Block_height; + stagingxdai_Bytes: ResolverTypeWrapper; + stagingxdai_ConnectorMeta: ResolverTypeWrapper; + stagingxdai_ConnectorMeta_filter: stagingxdai_ConnectorMeta_filter; + stagingxdai_ConnectorMeta_orderBy: stagingxdai_ConnectorMeta_orderBy; + stagingxdai_DestinationTransfer: ResolverTypeWrapper; + stagingxdai_DestinationTransfer_filter: stagingxdai_DestinationTransfer_filter; + stagingxdai_DestinationTransfer_orderBy: stagingxdai_DestinationTransfer_orderBy; + stagingxdai_Int8: ResolverTypeWrapper; + stagingxdai_OptimisticRootFinalized: ResolverTypeWrapper; + stagingxdai_OptimisticRootFinalized_filter: stagingxdai_OptimisticRootFinalized_filter; + stagingxdai_OptimisticRootFinalized_orderBy: stagingxdai_OptimisticRootFinalized_orderBy; + stagingxdai_OrderDirection: stagingxdai_OrderDirection; + stagingxdai_OriginMessage: ResolverTypeWrapper; + stagingxdai_OriginMessage_filter: stagingxdai_OriginMessage_filter; + stagingxdai_OriginMessage_orderBy: stagingxdai_OriginMessage_orderBy; + stagingxdai_OriginTransfer: ResolverTypeWrapper; + stagingxdai_OriginTransfer_filter: stagingxdai_OriginTransfer_filter; + stagingxdai_OriginTransfer_orderBy: stagingxdai_OriginTransfer_orderBy; + stagingxdai_Relayer: ResolverTypeWrapper; + stagingxdai_RelayerFee: ResolverTypeWrapper; + stagingxdai_RelayerFee_filter: stagingxdai_RelayerFee_filter; + stagingxdai_RelayerFee_orderBy: stagingxdai_RelayerFee_orderBy; + stagingxdai_RelayerFeesIncrease: ResolverTypeWrapper; + stagingxdai_RelayerFeesIncrease_filter: stagingxdai_RelayerFeesIncrease_filter; + stagingxdai_RelayerFeesIncrease_orderBy: stagingxdai_RelayerFeesIncrease_orderBy; + stagingxdai_Relayer_filter: stagingxdai_Relayer_filter; + stagingxdai_Relayer_orderBy: stagingxdai_Relayer_orderBy; + stagingxdai_RootCount: ResolverTypeWrapper; + stagingxdai_RootCount_filter: stagingxdai_RootCount_filter; + stagingxdai_RootCount_orderBy: stagingxdai_RootCount_orderBy; + stagingxdai_RootMessageSent: ResolverTypeWrapper; + stagingxdai_RootMessageSent_filter: stagingxdai_RootMessageSent_filter; + stagingxdai_RootMessageSent_orderBy: stagingxdai_RootMessageSent_orderBy; + stagingxdai_Router: ResolverTypeWrapper; + stagingxdai_RouterDailyTVL: ResolverTypeWrapper; + stagingxdai_RouterDailyTVL_filter: stagingxdai_RouterDailyTVL_filter; + stagingxdai_RouterDailyTVL_orderBy: stagingxdai_RouterDailyTVL_orderBy; + stagingxdai_RouterLiquidityEvent: ResolverTypeWrapper; + stagingxdai_RouterLiquidityEventType: stagingxdai_RouterLiquidityEventType; + stagingxdai_RouterLiquidityEvent_filter: stagingxdai_RouterLiquidityEvent_filter; + stagingxdai_RouterLiquidityEvent_orderBy: stagingxdai_RouterLiquidityEvent_orderBy; + stagingxdai_Router_filter: stagingxdai_Router_filter; + stagingxdai_Router_orderBy: stagingxdai_Router_orderBy; + stagingxdai_Sequencer: ResolverTypeWrapper; + stagingxdai_Sequencer_filter: stagingxdai_Sequencer_filter; + stagingxdai_Sequencer_orderBy: stagingxdai_Sequencer_orderBy; + stagingxdai_Setting: ResolverTypeWrapper; + stagingxdai_Setting_filter: stagingxdai_Setting_filter; + stagingxdai_Setting_orderBy: stagingxdai_Setting_orderBy; + stagingxdai_SlippageUpdate: ResolverTypeWrapper; + stagingxdai_SlippageUpdate_filter: stagingxdai_SlippageUpdate_filter; + stagingxdai_SlippageUpdate_orderBy: stagingxdai_SlippageUpdate_orderBy; + stagingxdai_SnapshotRoot: ResolverTypeWrapper; + stagingxdai_SnapshotRoot_filter: stagingxdai_SnapshotRoot_filter; + stagingxdai_SnapshotRoot_orderBy: stagingxdai_SnapshotRoot_orderBy; + stagingxdai_SpokeConnectorMode: ResolverTypeWrapper; + stagingxdai_SpokeConnectorMode_filter: stagingxdai_SpokeConnectorMode_filter; + stagingxdai_SpokeConnectorMode_orderBy: stagingxdai_SpokeConnectorMode_orderBy; + stagingxdai_TransferStatus: stagingxdai_TransferStatus; + stagingxdai__Block_: ResolverTypeWrapper; + stagingxdai__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; + 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_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; + mantle_AggregateRoot: ResolverTypeWrapper; + mantle_AggregateRootProposed: ResolverTypeWrapper; + mantle_AggregateRootProposed_filter: mantle_AggregateRootProposed_filter; + mantle_AggregateRootProposed_orderBy: mantle_AggregateRootProposed_orderBy; + mantle_AggregateRoot_filter: mantle_AggregateRoot_filter; + mantle_AggregateRoot_orderBy: mantle_AggregateRoot_orderBy; + mantle_Asset: ResolverTypeWrapper; + mantle_AssetBalance: ResolverTypeWrapper; + mantle_AssetBalance_filter: mantle_AssetBalance_filter; + mantle_AssetBalance_orderBy: mantle_AssetBalance_orderBy; + mantle_AssetStatus: ResolverTypeWrapper; + mantle_AssetStatus_filter: mantle_AssetStatus_filter; + mantle_AssetStatus_orderBy: mantle_AssetStatus_orderBy; + mantle_Asset_filter: mantle_Asset_filter; + mantle_Asset_orderBy: mantle_Asset_orderBy; + mantle_BigDecimal: ResolverTypeWrapper; + mantle_BlockChangedFilter: mantle_BlockChangedFilter; + mantle_Block_height: mantle_Block_height; + mantle_Bytes: ResolverTypeWrapper; + mantle_ConnectorMeta: ResolverTypeWrapper; + mantle_ConnectorMeta_filter: mantle_ConnectorMeta_filter; + mantle_ConnectorMeta_orderBy: mantle_ConnectorMeta_orderBy; + mantle_DestinationTransfer: ResolverTypeWrapper; + mantle_DestinationTransfer_filter: mantle_DestinationTransfer_filter; + mantle_DestinationTransfer_orderBy: mantle_DestinationTransfer_orderBy; + mantle_Int8: ResolverTypeWrapper; + mantle_OptimisticRootFinalized: ResolverTypeWrapper; + mantle_OptimisticRootFinalized_filter: mantle_OptimisticRootFinalized_filter; + mantle_OptimisticRootFinalized_orderBy: mantle_OptimisticRootFinalized_orderBy; + mantle_OrderDirection: mantle_OrderDirection; + mantle_OriginMessage: ResolverTypeWrapper; + mantle_OriginMessage_filter: mantle_OriginMessage_filter; + mantle_OriginMessage_orderBy: mantle_OriginMessage_orderBy; + mantle_OriginTransfer: ResolverTypeWrapper; + mantle_OriginTransfer_filter: mantle_OriginTransfer_filter; + mantle_OriginTransfer_orderBy: mantle_OriginTransfer_orderBy; + mantle_Relayer: ResolverTypeWrapper; + mantle_RelayerFee: ResolverTypeWrapper; + mantle_RelayerFee_filter: mantle_RelayerFee_filter; + mantle_RelayerFee_orderBy: mantle_RelayerFee_orderBy; + mantle_RelayerFeesIncrease: ResolverTypeWrapper; + mantle_RelayerFeesIncrease_filter: mantle_RelayerFeesIncrease_filter; + mantle_RelayerFeesIncrease_orderBy: mantle_RelayerFeesIncrease_orderBy; + mantle_Relayer_filter: mantle_Relayer_filter; + mantle_Relayer_orderBy: mantle_Relayer_orderBy; + mantle_RootCount: ResolverTypeWrapper; + mantle_RootCount_filter: mantle_RootCount_filter; + mantle_RootCount_orderBy: mantle_RootCount_orderBy; + mantle_RootMessageSent: ResolverTypeWrapper; + mantle_RootMessageSent_filter: mantle_RootMessageSent_filter; + mantle_RootMessageSent_orderBy: mantle_RootMessageSent_orderBy; + mantle_Router: ResolverTypeWrapper; + mantle_RouterDailyTVL: ResolverTypeWrapper; + mantle_RouterDailyTVL_filter: mantle_RouterDailyTVL_filter; + mantle_RouterDailyTVL_orderBy: mantle_RouterDailyTVL_orderBy; + mantle_RouterLiquidityEvent: ResolverTypeWrapper; + mantle_RouterLiquidityEventType: mantle_RouterLiquidityEventType; + mantle_RouterLiquidityEvent_filter: mantle_RouterLiquidityEvent_filter; + mantle_RouterLiquidityEvent_orderBy: mantle_RouterLiquidityEvent_orderBy; + mantle_Router_filter: mantle_Router_filter; + mantle_Router_orderBy: mantle_Router_orderBy; + mantle_Sequencer: ResolverTypeWrapper; + mantle_Sequencer_filter: mantle_Sequencer_filter; + mantle_Sequencer_orderBy: mantle_Sequencer_orderBy; + mantle_Setting: ResolverTypeWrapper; + mantle_Setting_filter: mantle_Setting_filter; + mantle_Setting_orderBy: mantle_Setting_orderBy; + mantle_SlippageUpdate: ResolverTypeWrapper; + mantle_SlippageUpdate_filter: mantle_SlippageUpdate_filter; + mantle_SlippageUpdate_orderBy: mantle_SlippageUpdate_orderBy; + mantle_SnapshotRoot: ResolverTypeWrapper; + mantle_SnapshotRoot_filter: mantle_SnapshotRoot_filter; + mantle_SnapshotRoot_orderBy: mantle_SnapshotRoot_orderBy; + mantle_SpokeConnectorMode: ResolverTypeWrapper; + mantle_SpokeConnectorMode_filter: mantle_SpokeConnectorMode_filter; + mantle_SpokeConnectorMode_orderBy: mantle_SpokeConnectorMode_orderBy; + mantle_TransferStatus: mantle_TransferStatus; + mantle__Block_: ResolverTypeWrapper; + mantle__Meta_: ResolverTypeWrapper; + base_AggregateRoot: ResolverTypeWrapper; + base_AggregateRootProposed: ResolverTypeWrapper; + base_AggregateRootProposed_filter: base_AggregateRootProposed_filter; + base_AggregateRootProposed_orderBy: base_AggregateRootProposed_orderBy; + base_AggregateRoot_filter: base_AggregateRoot_filter; + base_AggregateRoot_orderBy: base_AggregateRoot_orderBy; + base_Asset: ResolverTypeWrapper; + base_AssetBalance: ResolverTypeWrapper; + base_AssetBalance_filter: base_AssetBalance_filter; + base_AssetBalance_orderBy: base_AssetBalance_orderBy; + base_AssetStatus: ResolverTypeWrapper; + base_AssetStatus_filter: base_AssetStatus_filter; + base_AssetStatus_orderBy: base_AssetStatus_orderBy; + base_Asset_filter: base_Asset_filter; + base_Asset_orderBy: base_Asset_orderBy; + base_BigDecimal: ResolverTypeWrapper; + base_BlockChangedFilter: base_BlockChangedFilter; + base_Block_height: base_Block_height; + base_Bytes: ResolverTypeWrapper; + base_ConnectorMeta: ResolverTypeWrapper; + base_ConnectorMeta_filter: base_ConnectorMeta_filter; + base_ConnectorMeta_orderBy: base_ConnectorMeta_orderBy; + base_DestinationTransfer: ResolverTypeWrapper; + base_DestinationTransfer_filter: base_DestinationTransfer_filter; + base_DestinationTransfer_orderBy: base_DestinationTransfer_orderBy; + base_Int8: ResolverTypeWrapper; + base_OptimisticRootFinalized: ResolverTypeWrapper; + base_OptimisticRootFinalized_filter: base_OptimisticRootFinalized_filter; + base_OptimisticRootFinalized_orderBy: base_OptimisticRootFinalized_orderBy; + base_OrderDirection: base_OrderDirection; + base_OriginMessage: ResolverTypeWrapper; + base_OriginMessage_filter: base_OriginMessage_filter; + base_OriginMessage_orderBy: base_OriginMessage_orderBy; + base_OriginTransfer: ResolverTypeWrapper; + base_OriginTransfer_filter: base_OriginTransfer_filter; + base_OriginTransfer_orderBy: base_OriginTransfer_orderBy; + base_Relayer: ResolverTypeWrapper; + base_RelayerFee: ResolverTypeWrapper; + base_RelayerFee_filter: base_RelayerFee_filter; + base_RelayerFee_orderBy: base_RelayerFee_orderBy; + base_RelayerFeesIncrease: ResolverTypeWrapper; + base_RelayerFeesIncrease_filter: base_RelayerFeesIncrease_filter; + base_RelayerFeesIncrease_orderBy: base_RelayerFeesIncrease_orderBy; + base_Relayer_filter: base_Relayer_filter; + base_Relayer_orderBy: base_Relayer_orderBy; + base_RootCount: ResolverTypeWrapper; + base_RootCount_filter: base_RootCount_filter; + base_RootCount_orderBy: base_RootCount_orderBy; + base_RootMessageSent: ResolverTypeWrapper; + base_RootMessageSent_filter: base_RootMessageSent_filter; + base_RootMessageSent_orderBy: base_RootMessageSent_orderBy; + base_Router: ResolverTypeWrapper; + base_RouterDailyTVL: ResolverTypeWrapper; + base_RouterDailyTVL_filter: base_RouterDailyTVL_filter; + base_RouterDailyTVL_orderBy: base_RouterDailyTVL_orderBy; + base_RouterLiquidityEvent: ResolverTypeWrapper; + base_RouterLiquidityEventType: base_RouterLiquidityEventType; + base_RouterLiquidityEvent_filter: base_RouterLiquidityEvent_filter; + base_RouterLiquidityEvent_orderBy: base_RouterLiquidityEvent_orderBy; + base_Router_filter: base_Router_filter; + base_Router_orderBy: base_Router_orderBy; + base_Sequencer: ResolverTypeWrapper; + base_Sequencer_filter: base_Sequencer_filter; + base_Sequencer_orderBy: base_Sequencer_orderBy; + base_Setting: ResolverTypeWrapper; + base_Setting_filter: base_Setting_filter; + base_Setting_orderBy: base_Setting_orderBy; + base_SlippageUpdate: ResolverTypeWrapper; + base_SlippageUpdate_filter: base_SlippageUpdate_filter; + base_SlippageUpdate_orderBy: base_SlippageUpdate_orderBy; + base_SnapshotRoot: ResolverTypeWrapper; + base_SnapshotRoot_filter: base_SnapshotRoot_filter; + base_SnapshotRoot_orderBy: base_SnapshotRoot_orderBy; + base_SpokeConnectorMode: ResolverTypeWrapper; + base_SpokeConnectorMode_filter: base_SpokeConnectorMode_filter; + base_SpokeConnectorMode_orderBy: base_SpokeConnectorMode_orderBy; + base_TransferStatus: base_TransferStatus; + base__Block_: ResolverTypeWrapper; + base__Meta_: ResolverTypeWrapper; + stagingbnb_AggregateRoot: ResolverTypeWrapper; + stagingbnb_AggregateRootProposed: ResolverTypeWrapper; + stagingbnb_AggregateRootProposed_filter: stagingbnb_AggregateRootProposed_filter; + stagingbnb_AggregateRootProposed_orderBy: stagingbnb_AggregateRootProposed_orderBy; + stagingbnb_AggregateRoot_filter: stagingbnb_AggregateRoot_filter; + stagingbnb_AggregateRoot_orderBy: stagingbnb_AggregateRoot_orderBy; + stagingbnb_Aggregation_interval: stagingbnb_Aggregation_interval; + stagingbnb_Asset: ResolverTypeWrapper; + stagingbnb_AssetBalance: ResolverTypeWrapper; + stagingbnb_AssetBalance_filter: stagingbnb_AssetBalance_filter; + stagingbnb_AssetBalance_orderBy: stagingbnb_AssetBalance_orderBy; + stagingbnb_AssetStatus: ResolverTypeWrapper; + stagingbnb_AssetStatus_filter: stagingbnb_AssetStatus_filter; + stagingbnb_AssetStatus_orderBy: stagingbnb_AssetStatus_orderBy; + stagingbnb_Asset_filter: stagingbnb_Asset_filter; + stagingbnb_Asset_orderBy: stagingbnb_Asset_orderBy; + stagingbnb_BigDecimal: ResolverTypeWrapper; + stagingbnb_BlockChangedFilter: stagingbnb_BlockChangedFilter; + stagingbnb_Block_height: stagingbnb_Block_height; + stagingbnb_Bytes: ResolverTypeWrapper; + stagingbnb_ConnectorMeta: ResolverTypeWrapper; + stagingbnb_ConnectorMeta_filter: stagingbnb_ConnectorMeta_filter; + stagingbnb_ConnectorMeta_orderBy: stagingbnb_ConnectorMeta_orderBy; + stagingbnb_DestinationTransfer: ResolverTypeWrapper; + stagingbnb_DestinationTransfer_filter: stagingbnb_DestinationTransfer_filter; + stagingbnb_DestinationTransfer_orderBy: stagingbnb_DestinationTransfer_orderBy; + stagingbnb_Int8: ResolverTypeWrapper; + stagingbnb_OptimisticRootFinalized: ResolverTypeWrapper; + stagingbnb_OptimisticRootFinalized_filter: stagingbnb_OptimisticRootFinalized_filter; + stagingbnb_OptimisticRootFinalized_orderBy: stagingbnb_OptimisticRootFinalized_orderBy; + stagingbnb_OrderDirection: stagingbnb_OrderDirection; + stagingbnb_OriginMessage: ResolverTypeWrapper; + stagingbnb_OriginMessage_filter: stagingbnb_OriginMessage_filter; + stagingbnb_OriginMessage_orderBy: stagingbnb_OriginMessage_orderBy; + stagingbnb_OriginTransfer: ResolverTypeWrapper; + stagingbnb_OriginTransfer_filter: stagingbnb_OriginTransfer_filter; + stagingbnb_OriginTransfer_orderBy: stagingbnb_OriginTransfer_orderBy; + stagingbnb_Relayer: ResolverTypeWrapper; + stagingbnb_RelayerFee: ResolverTypeWrapper; + stagingbnb_RelayerFee_filter: stagingbnb_RelayerFee_filter; + stagingbnb_RelayerFee_orderBy: stagingbnb_RelayerFee_orderBy; + stagingbnb_RelayerFeesIncrease: ResolverTypeWrapper; + stagingbnb_RelayerFeesIncrease_filter: stagingbnb_RelayerFeesIncrease_filter; + stagingbnb_RelayerFeesIncrease_orderBy: stagingbnb_RelayerFeesIncrease_orderBy; + stagingbnb_Relayer_filter: stagingbnb_Relayer_filter; + stagingbnb_Relayer_orderBy: stagingbnb_Relayer_orderBy; + stagingbnb_RootCount: ResolverTypeWrapper; + stagingbnb_RootCount_filter: stagingbnb_RootCount_filter; + stagingbnb_RootCount_orderBy: stagingbnb_RootCount_orderBy; + stagingbnb_RootMessageSent: ResolverTypeWrapper; + stagingbnb_RootMessageSent_filter: stagingbnb_RootMessageSent_filter; + stagingbnb_RootMessageSent_orderBy: stagingbnb_RootMessageSent_orderBy; + stagingbnb_Router: ResolverTypeWrapper; + stagingbnb_RouterDailyTVL: ResolverTypeWrapper; + stagingbnb_RouterDailyTVL_filter: stagingbnb_RouterDailyTVL_filter; + stagingbnb_RouterDailyTVL_orderBy: stagingbnb_RouterDailyTVL_orderBy; + stagingbnb_RouterLiquidityEvent: ResolverTypeWrapper; + stagingbnb_RouterLiquidityEventType: stagingbnb_RouterLiquidityEventType; + stagingbnb_RouterLiquidityEvent_filter: stagingbnb_RouterLiquidityEvent_filter; + stagingbnb_RouterLiquidityEvent_orderBy: stagingbnb_RouterLiquidityEvent_orderBy; + stagingbnb_Router_filter: stagingbnb_Router_filter; + stagingbnb_Router_orderBy: stagingbnb_Router_orderBy; + stagingbnb_Sequencer: ResolverTypeWrapper; + stagingbnb_Sequencer_filter: stagingbnb_Sequencer_filter; + stagingbnb_Sequencer_orderBy: stagingbnb_Sequencer_orderBy; + stagingbnb_Setting: ResolverTypeWrapper; + stagingbnb_Setting_filter: stagingbnb_Setting_filter; + stagingbnb_Setting_orderBy: stagingbnb_Setting_orderBy; + stagingbnb_SlippageUpdate: ResolverTypeWrapper; + stagingbnb_SlippageUpdate_filter: stagingbnb_SlippageUpdate_filter; + stagingbnb_SlippageUpdate_orderBy: stagingbnb_SlippageUpdate_orderBy; + stagingbnb_SnapshotRoot: ResolverTypeWrapper; + stagingbnb_SnapshotRoot_filter: stagingbnb_SnapshotRoot_filter; + stagingbnb_SnapshotRoot_orderBy: stagingbnb_SnapshotRoot_orderBy; + stagingbnb_SpokeConnectorMode: ResolverTypeWrapper; + stagingbnb_SpokeConnectorMode_filter: stagingbnb_SpokeConnectorMode_filter; + stagingbnb_SpokeConnectorMode_orderBy: stagingbnb_SpokeConnectorMode_orderBy; + stagingbnb_TransferStatus: stagingbnb_TransferStatus; + stagingbnb__Block_: ResolverTypeWrapper; + stagingbnb__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; + 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; + 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; + localoptimism_AggregateRoot: ResolverTypeWrapper; + localoptimism_AggregateRootProposed: ResolverTypeWrapper; + localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; + localoptimism_AggregateRootProposed_orderBy: localoptimism_AggregateRootProposed_orderBy; + localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; + localoptimism_AggregateRoot_orderBy: localoptimism_AggregateRoot_orderBy; + localoptimism_Aggregation_interval: localoptimism_Aggregation_interval; + localoptimism_Asset: ResolverTypeWrapper; + localoptimism_AssetBalance: ResolverTypeWrapper; + localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; + localoptimism_AssetBalance_orderBy: localoptimism_AssetBalance_orderBy; + localoptimism_AssetStatus: ResolverTypeWrapper; + localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; + localoptimism_AssetStatus_orderBy: localoptimism_AssetStatus_orderBy; + localoptimism_Asset_filter: localoptimism_Asset_filter; + localoptimism_Asset_orderBy: localoptimism_Asset_orderBy; + localoptimism_BigDecimal: ResolverTypeWrapper; + localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; + localoptimism_Block_height: localoptimism_Block_height; + localoptimism_Bytes: ResolverTypeWrapper; + localoptimism_ConnectorMeta: ResolverTypeWrapper; + localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; + localoptimism_ConnectorMeta_orderBy: localoptimism_ConnectorMeta_orderBy; + localoptimism_DestinationTransfer: ResolverTypeWrapper; + localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; + localoptimism_DestinationTransfer_orderBy: localoptimism_DestinationTransfer_orderBy; + localoptimism_Int8: ResolverTypeWrapper; + localoptimism_OptimisticRootFinalized: ResolverTypeWrapper; + localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; + localoptimism_OptimisticRootFinalized_orderBy: localoptimism_OptimisticRootFinalized_orderBy; + localoptimism_OrderDirection: localoptimism_OrderDirection; + localoptimism_OriginMessage: ResolverTypeWrapper; + localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; + localoptimism_OriginMessage_orderBy: localoptimism_OriginMessage_orderBy; + localoptimism_OriginTransfer: ResolverTypeWrapper; + localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; + localoptimism_OriginTransfer_orderBy: localoptimism_OriginTransfer_orderBy; + localoptimism_Relayer: ResolverTypeWrapper; + localoptimism_RelayerFee: ResolverTypeWrapper; + localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; + localoptimism_RelayerFee_orderBy: localoptimism_RelayerFee_orderBy; + localoptimism_RelayerFeesIncrease: ResolverTypeWrapper; + localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; + localoptimism_RelayerFeesIncrease_orderBy: localoptimism_RelayerFeesIncrease_orderBy; + localoptimism_Relayer_filter: localoptimism_Relayer_filter; + localoptimism_Relayer_orderBy: localoptimism_Relayer_orderBy; + localoptimism_RootCount: ResolverTypeWrapper; + localoptimism_RootCount_filter: localoptimism_RootCount_filter; + localoptimism_RootCount_orderBy: localoptimism_RootCount_orderBy; + localoptimism_RootMessageSent: ResolverTypeWrapper; + localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; + localoptimism_RootMessageSent_orderBy: localoptimism_RootMessageSent_orderBy; + localoptimism_Router: ResolverTypeWrapper; + localoptimism_RouterDailyTVL: ResolverTypeWrapper; + localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; + localoptimism_RouterDailyTVL_orderBy: localoptimism_RouterDailyTVL_orderBy; + localoptimism_RouterLiquidityEvent: ResolverTypeWrapper; + localoptimism_RouterLiquidityEventType: localoptimism_RouterLiquidityEventType; + localoptimism_RouterLiquidityEvent_filter: localoptimism_RouterLiquidityEvent_filter; + localoptimism_RouterLiquidityEvent_orderBy: localoptimism_RouterLiquidityEvent_orderBy; + localoptimism_Router_filter: localoptimism_Router_filter; + localoptimism_Router_orderBy: localoptimism_Router_orderBy; + localoptimism_Sequencer: ResolverTypeWrapper; + localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; + localoptimism_Sequencer_orderBy: localoptimism_Sequencer_orderBy; + localoptimism_Setting: ResolverTypeWrapper; + localoptimism_Setting_filter: localoptimism_Setting_filter; + localoptimism_Setting_orderBy: localoptimism_Setting_orderBy; + localoptimism_SlippageUpdate: ResolverTypeWrapper; + localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; + localoptimism_SlippageUpdate_orderBy: localoptimism_SlippageUpdate_orderBy; + localoptimism_SnapshotRoot: ResolverTypeWrapper; + localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; + localoptimism_SnapshotRoot_orderBy: localoptimism_SnapshotRoot_orderBy; + localoptimism_SpokeConnectorMode: ResolverTypeWrapper; + localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; + localoptimism_SpokeConnectorMode_orderBy: localoptimism_SpokeConnectorMode_orderBy; + localoptimism_TransferStatus: localoptimism_TransferStatus; + localoptimism__Block_: ResolverTypeWrapper; + localoptimism__Meta_: ResolverTypeWrapper; + 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; + 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; + 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; + x1testnet_AggregateRoot: ResolverTypeWrapper; + x1testnet_AggregateRootProposed: ResolverTypeWrapper; + x1testnet_AggregateRootProposed_filter: x1testnet_AggregateRootProposed_filter; + x1testnet_AggregateRootProposed_orderBy: x1testnet_AggregateRootProposed_orderBy; + x1testnet_AggregateRoot_filter: x1testnet_AggregateRoot_filter; + x1testnet_AggregateRoot_orderBy: x1testnet_AggregateRoot_orderBy; + x1testnet_Asset: ResolverTypeWrapper; + x1testnet_AssetBalance: ResolverTypeWrapper; + x1testnet_AssetBalance_filter: x1testnet_AssetBalance_filter; + x1testnet_AssetBalance_orderBy: x1testnet_AssetBalance_orderBy; + x1testnet_AssetStatus: ResolverTypeWrapper; + x1testnet_AssetStatus_filter: x1testnet_AssetStatus_filter; + x1testnet_AssetStatus_orderBy: x1testnet_AssetStatus_orderBy; + x1testnet_Asset_filter: x1testnet_Asset_filter; + x1testnet_Asset_orderBy: x1testnet_Asset_orderBy; + x1testnet_BigDecimal: ResolverTypeWrapper; + x1testnet_BlockChangedFilter: x1testnet_BlockChangedFilter; + x1testnet_Block_height: x1testnet_Block_height; + x1testnet_Bytes: ResolverTypeWrapper; + x1testnet_ConnectorMeta: ResolverTypeWrapper; + x1testnet_ConnectorMeta_filter: x1testnet_ConnectorMeta_filter; + x1testnet_ConnectorMeta_orderBy: x1testnet_ConnectorMeta_orderBy; + x1testnet_DestinationTransfer: ResolverTypeWrapper; + x1testnet_DestinationTransfer_filter: x1testnet_DestinationTransfer_filter; + x1testnet_DestinationTransfer_orderBy: x1testnet_DestinationTransfer_orderBy; + x1testnet_Int8: ResolverTypeWrapper; + x1testnet_OptimisticRootFinalized: ResolverTypeWrapper; + x1testnet_OptimisticRootFinalized_filter: x1testnet_OptimisticRootFinalized_filter; + x1testnet_OptimisticRootFinalized_orderBy: x1testnet_OptimisticRootFinalized_orderBy; + x1testnet_OrderDirection: x1testnet_OrderDirection; + x1testnet_OriginMessage: ResolverTypeWrapper; + x1testnet_OriginMessage_filter: x1testnet_OriginMessage_filter; + x1testnet_OriginMessage_orderBy: x1testnet_OriginMessage_orderBy; + x1testnet_OriginTransfer: ResolverTypeWrapper; + x1testnet_OriginTransfer_filter: x1testnet_OriginTransfer_filter; + x1testnet_OriginTransfer_orderBy: x1testnet_OriginTransfer_orderBy; + x1testnet_Relayer: ResolverTypeWrapper; + x1testnet_RelayerFee: ResolverTypeWrapper; + x1testnet_RelayerFee_filter: x1testnet_RelayerFee_filter; + x1testnet_RelayerFee_orderBy: x1testnet_RelayerFee_orderBy; + x1testnet_RelayerFeesIncrease: ResolverTypeWrapper; + x1testnet_RelayerFeesIncrease_filter: x1testnet_RelayerFeesIncrease_filter; + x1testnet_RelayerFeesIncrease_orderBy: x1testnet_RelayerFeesIncrease_orderBy; + x1testnet_Relayer_filter: x1testnet_Relayer_filter; + x1testnet_Relayer_orderBy: x1testnet_Relayer_orderBy; + x1testnet_RootCount: ResolverTypeWrapper; + x1testnet_RootCount_filter: x1testnet_RootCount_filter; + x1testnet_RootCount_orderBy: x1testnet_RootCount_orderBy; + x1testnet_RootMessageSent: ResolverTypeWrapper; + x1testnet_RootMessageSent_filter: x1testnet_RootMessageSent_filter; + x1testnet_RootMessageSent_orderBy: x1testnet_RootMessageSent_orderBy; + x1testnet_Router: ResolverTypeWrapper; + x1testnet_RouterDailyTVL: ResolverTypeWrapper; + x1testnet_RouterDailyTVL_filter: x1testnet_RouterDailyTVL_filter; + x1testnet_RouterDailyTVL_orderBy: x1testnet_RouterDailyTVL_orderBy; + x1testnet_RouterLiquidityEvent: ResolverTypeWrapper; + x1testnet_RouterLiquidityEventType: x1testnet_RouterLiquidityEventType; + x1testnet_RouterLiquidityEvent_filter: x1testnet_RouterLiquidityEvent_filter; + x1testnet_RouterLiquidityEvent_orderBy: x1testnet_RouterLiquidityEvent_orderBy; + x1testnet_Router_filter: x1testnet_Router_filter; + x1testnet_Router_orderBy: x1testnet_Router_orderBy; + x1testnet_Sequencer: ResolverTypeWrapper; + x1testnet_Sequencer_filter: x1testnet_Sequencer_filter; + x1testnet_Sequencer_orderBy: x1testnet_Sequencer_orderBy; + x1testnet_Setting: ResolverTypeWrapper; + x1testnet_Setting_filter: x1testnet_Setting_filter; + x1testnet_Setting_orderBy: x1testnet_Setting_orderBy; + x1testnet_SlippageUpdate: ResolverTypeWrapper; + x1testnet_SlippageUpdate_filter: x1testnet_SlippageUpdate_filter; + x1testnet_SlippageUpdate_orderBy: x1testnet_SlippageUpdate_orderBy; + x1testnet_SnapshotRoot: ResolverTypeWrapper; + x1testnet_SnapshotRoot_filter: x1testnet_SnapshotRoot_filter; + x1testnet_SnapshotRoot_orderBy: x1testnet_SnapshotRoot_orderBy; + x1testnet_SpokeConnectorMode: ResolverTypeWrapper; + x1testnet_SpokeConnectorMode_filter: x1testnet_SpokeConnectorMode_filter; + x1testnet_SpokeConnectorMode_orderBy: x1testnet_SpokeConnectorMode_orderBy; + x1testnet_TransferStatus: x1testnet_TransferStatus; + x1testnet__Block_: ResolverTypeWrapper; + x1testnet__Meta_: ResolverTypeWrapper; +}>; + +/** Mapping between all available schema types and the resolvers parents */ +export type ResolversParentTypes = ResolversObject<{ + Query: {}; + Subscription: {}; + staginggoerli_AggregateRootSavedSlow: staginggoerli_AggregateRootSavedSlow; + staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; + staginggoerli_AggregatedMessageRoot: staginggoerli_AggregatedMessageRoot; + staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; + staginggoerli_ArbitrumConnectorMeta: staginggoerli_ArbitrumConnectorMeta; + staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; + staginggoerli_BigDecimal: Scalars['staginggoerli_BigDecimal']; + BigInt: Scalars['BigInt']; + staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; + staginggoerli_Block_height: staginggoerli_Block_height; + staginggoerli_BnbConnectorMeta: staginggoerli_BnbConnectorMeta; + staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; + Boolean: Scalars['Boolean']; + staginggoerli_Bytes: Scalars['staginggoerli_Bytes']; + Float: Scalars['Float']; + staginggoerli_GnosisConnectorMeta: staginggoerli_GnosisConnectorMeta; + staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; + staginggoerli_HubDomain: staginggoerli_HubDomain; + staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; + staginggoerli_HubOptimisticRootFinalized: staginggoerli_HubOptimisticRootFinalized; + staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; + ID: Scalars['ID']; + Int: Scalars['Int']; + staginggoerli_Int8: Scalars['staginggoerli_Int8']; + staginggoerli_OptimismConnectorMeta: staginggoerli_OptimismConnectorMeta; + staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; + staginggoerli_OptimisticRootPropagated: staginggoerli_OptimisticRootPropagated; + staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; + staginggoerli_OptimisticRootProposed: staginggoerli_OptimisticRootProposed; + staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; + staginggoerli_PolygonConnectorMeta: staginggoerli_PolygonConnectorMeta; + staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; + staginggoerli_RootAggregated: staginggoerli_RootAggregated; + staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; + staginggoerli_RootManagerMeta: staginggoerli_RootManagerMeta; + staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; + staginggoerli_RootManagerMode: staginggoerli_RootManagerMode; + staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; + staginggoerli_RootMessageProcessed: staginggoerli_RootMessageProcessed; + staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; + staginggoerli_RootPropagated: staginggoerli_RootPropagated; + staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; + String: Scalars['String']; + staginggoerli_ZkSyncConnectorMeta: staginggoerli_ZkSyncConnectorMeta; + staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; + staginggoerli__Block_: staginggoerli__Block_; + staginggoerli__Meta_: staginggoerli__Meta_; + testgoerli_Asset: testgoerli_Asset; + testgoerli_AssetBalance: testgoerli_AssetBalance; + testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; + testgoerli_Asset_filter: testgoerli_Asset_filter; + testgoerli_BigDecimal: Scalars['testgoerli_BigDecimal']; + testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; + testgoerli_Block_height: testgoerli_Block_height; + testgoerli_Bytes: Scalars['testgoerli_Bytes']; + testgoerli_DestinationTransfer: testgoerli_DestinationTransfer; + testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; + testgoerli_Int8: Scalars['testgoerli_Int8']; + testgoerli_OriginTransfer: testgoerli_OriginTransfer; + testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; + testgoerli_Relayer: testgoerli_Relayer; + testgoerli_Relayer_filter: testgoerli_Relayer_filter; + testgoerli_Router: testgoerli_Router; + testgoerli_Router_filter: testgoerli_Router_filter; + testgoerli_Setting: testgoerli_Setting; + testgoerli_Setting_filter: testgoerli_Setting_filter; + testgoerli_SponsorVault: testgoerli_SponsorVault; + testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; + testgoerli_StableSwap: testgoerli_StableSwap; + testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; + testgoerli__Block_: testgoerli__Block_; + testgoerli__Meta_: testgoerli__Meta_; + testoptimismgoerli_Asset: testoptimismgoerli_Asset; + testoptimismgoerli_AssetBalance: testoptimismgoerli_AssetBalance; + testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; + testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; + testoptimismgoerli_BigDecimal: Scalars['testoptimismgoerli_BigDecimal']; + testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; + testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; + testoptimismgoerli_Bytes: Scalars['testoptimismgoerli_Bytes']; + testoptimismgoerli_DestinationTransfer: testoptimismgoerli_DestinationTransfer; + testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; + testoptimismgoerli_Int8: Scalars['testoptimismgoerli_Int8']; + testoptimismgoerli_OriginTransfer: testoptimismgoerli_OriginTransfer; + testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; + testoptimismgoerli_Relayer: testoptimismgoerli_Relayer; + testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; + testoptimismgoerli_Router: testoptimismgoerli_Router; + testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; + testoptimismgoerli_Setting: testoptimismgoerli_Setting; + testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; + testoptimismgoerli_SponsorVault: testoptimismgoerli_SponsorVault; + testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; + testoptimismgoerli_StableSwap: testoptimismgoerli_StableSwap; + testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; + testoptimismgoerli__Block_: testoptimismgoerli__Block_; + testoptimismgoerli__Meta_: testoptimismgoerli__Meta_; + stagingoptimismgoerli_swap_BigDecimal: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; + stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; + stagingoptimismgoerli_swap_Bytes: Scalars['stagingoptimismgoerli_swap_Bytes']; + stagingoptimismgoerli_swap_Int8: Scalars['stagingoptimismgoerli_swap_Int8']; + stagingoptimismgoerli_swap_LpAccount: stagingoptimismgoerli_swap_LpAccount; + stagingoptimismgoerli_swap_LpAccountBalance: stagingoptimismgoerli_swap_LpAccountBalance; + stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; + stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; + stagingoptimismgoerli_swap_LpToken: stagingoptimismgoerli_swap_LpToken; + stagingoptimismgoerli_swap_LpTokenEvent: ResolversParentTypes['stagingoptimismgoerli_swap_LpTransferEvent']; + stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; + stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; + stagingoptimismgoerli_swap_LpTransferEvent: stagingoptimismgoerli_swap_LpTransferEvent; + stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; + stagingoptimismgoerli_swap_PooledToken: stagingoptimismgoerli_swap_PooledToken; + stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; + stagingoptimismgoerli_swap_StableSwap: stagingoptimismgoerli_swap_StableSwap; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + stagingoptimismgoerli_swap_StableSwapEvent: ResolversParentTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; + stagingoptimismgoerli_swap_StableSwapExchange: stagingoptimismgoerli_swap_StableSwapExchange; + stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; + stagingoptimismgoerli_swap_SwapDailyVolume: stagingoptimismgoerli_swap_SwapDailyVolume; + stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; + stagingoptimismgoerli_swap_SwapHourlyVolume: stagingoptimismgoerli_swap_SwapHourlyVolume; + stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; + stagingoptimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; + stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; + stagingoptimismgoerli_swap_SwapWeeklyVolume: stagingoptimismgoerli_swap_SwapWeeklyVolume; + stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; + stagingoptimismgoerli_swap_SystemInfo: stagingoptimismgoerli_swap_SystemInfo; + stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; + stagingoptimismgoerli_swap__Block_: stagingoptimismgoerli_swap__Block_; + stagingoptimismgoerli_swap__Meta_: stagingoptimismgoerli_swap__Meta_; + mumbai_swap_BigDecimal: Scalars['mumbai_swap_BigDecimal']; + mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; + mumbai_swap_Block_height: mumbai_swap_Block_height; + mumbai_swap_Bytes: Scalars['mumbai_swap_Bytes']; + mumbai_swap_Int8: Scalars['mumbai_swap_Int8']; + mumbai_swap_LpAccount: mumbai_swap_LpAccount; + mumbai_swap_LpAccountBalance: mumbai_swap_LpAccountBalance; + mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; + mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; + mumbai_swap_LpToken: mumbai_swap_LpToken; + mumbai_swap_LpTokenEvent: ResolversParentTypes['mumbai_swap_LpTransferEvent']; + mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; + mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; + mumbai_swap_LpTransferEvent: mumbai_swap_LpTransferEvent; + mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; + mumbai_swap_PooledToken: mumbai_swap_PooledToken; + mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; + mumbai_swap_StableSwap: mumbai_swap_StableSwap; + mumbai_swap_StableSwapAddLiquidityEvent: mumbai_swap_StableSwapAddLiquidityEvent; + mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; + mumbai_swap_StableSwapEvent: ResolversParentTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; + mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; + mumbai_swap_StableSwapExchange: mumbai_swap_StableSwapExchange; + mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; + mumbai_swap_StableSwapRemoveLiquidityEvent: mumbai_swap_StableSwapRemoveLiquidityEvent; + mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; + mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; + mumbai_swap_SwapDailyVolume: mumbai_swap_SwapDailyVolume; + mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; + mumbai_swap_SwapHourlyVolume: mumbai_swap_SwapHourlyVolume; + mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; + mumbai_swap_SwapTradeVolume: ResolversParentTypes['mumbai_swap_SwapDailyVolume'] | ResolversParentTypes['mumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['mumbai_swap_SwapWeeklyVolume']; + mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; + mumbai_swap_SwapWeeklyVolume: mumbai_swap_SwapWeeklyVolume; + mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; + mumbai_swap_SystemInfo: mumbai_swap_SystemInfo; + mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; + mumbai_swap__Block_: mumbai_swap__Block_; + mumbai_swap__Meta_: mumbai_swap__Meta_; + 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_; + 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_; + optimismgoerli_swap_BigDecimal: Scalars['optimismgoerli_swap_BigDecimal']; + optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; + optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; + optimismgoerli_swap_Bytes: Scalars['optimismgoerli_swap_Bytes']; + optimismgoerli_swap_Int8: Scalars['optimismgoerli_swap_Int8']; + optimismgoerli_swap_LpAccount: optimismgoerli_swap_LpAccount; + optimismgoerli_swap_LpAccountBalance: optimismgoerli_swap_LpAccountBalance; + optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; + optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; + optimismgoerli_swap_LpToken: optimismgoerli_swap_LpToken; + optimismgoerli_swap_LpTokenEvent: ResolversParentTypes['optimismgoerli_swap_LpTransferEvent']; + optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; + optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; + optimismgoerli_swap_LpTransferEvent: optimismgoerli_swap_LpTransferEvent; + optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; + optimismgoerli_swap_PooledToken: optimismgoerli_swap_PooledToken; + optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; + optimismgoerli_swap_StableSwap: optimismgoerli_swap_StableSwap; + optimismgoerli_swap_StableSwapAddLiquidityEvent: optimismgoerli_swap_StableSwapAddLiquidityEvent; + optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + optimismgoerli_swap_StableSwapEvent: ResolversParentTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; + optimismgoerli_swap_StableSwapExchange: optimismgoerli_swap_StableSwapExchange; + optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent: optimismgoerli_swap_StableSwapRemoveLiquidityEvent; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; + optimismgoerli_swap_SwapDailyVolume: optimismgoerli_swap_SwapDailyVolume; + optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; + optimismgoerli_swap_SwapHourlyVolume: optimismgoerli_swap_SwapHourlyVolume; + optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; + optimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapWeeklyVolume']; + optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; + optimismgoerli_swap_SwapWeeklyVolume: optimismgoerli_swap_SwapWeeklyVolume; + optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; + optimismgoerli_swap_SystemInfo: optimismgoerli_swap_SystemInfo; + optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; + optimismgoerli_swap__Block_: optimismgoerli_swap__Block_; + optimismgoerli_swap__Meta_: optimismgoerli_swap__Meta_; + 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_; + lineagoerli_AggregateRoot: lineagoerli_AggregateRoot; + lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; + lineagoerli_Asset: lineagoerli_Asset; + lineagoerli_AssetBalance: lineagoerli_AssetBalance; + lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; + lineagoerli_AssetStatus: lineagoerli_AssetStatus; + lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; + lineagoerli_Asset_filter: lineagoerli_Asset_filter; + lineagoerli_BigDecimal: Scalars['lineagoerli_BigDecimal']; + lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; + lineagoerli_Block_height: lineagoerli_Block_height; + lineagoerli_Bytes: Scalars['lineagoerli_Bytes']; + lineagoerli_ConnectorMeta: lineagoerli_ConnectorMeta; + lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; + lineagoerli_DestinationTransfer: lineagoerli_DestinationTransfer; + lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; + lineagoerli_OriginMessage: lineagoerli_OriginMessage; + lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; + lineagoerli_OriginTransfer: lineagoerli_OriginTransfer; + lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; + lineagoerli_Relayer: lineagoerli_Relayer; + lineagoerli_RelayerFee: lineagoerli_RelayerFee; + lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; + lineagoerli_RelayerFeesIncrease: lineagoerli_RelayerFeesIncrease; + lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; + lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; + lineagoerli_RootCount: lineagoerli_RootCount; + lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; + lineagoerli_RootMessageSent: lineagoerli_RootMessageSent; + lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; + lineagoerli_Router: lineagoerli_Router; + lineagoerli_RouterDailyTVL: lineagoerli_RouterDailyTVL; + lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; + lineagoerli_Router_filter: lineagoerli_Router_filter; + lineagoerli_Sequencer: lineagoerli_Sequencer; + lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; + lineagoerli_Setting: lineagoerli_Setting; + lineagoerli_Setting_filter: lineagoerli_Setting_filter; + lineagoerli_SlippageUpdate: lineagoerli_SlippageUpdate; + lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; + lineagoerli__Block_: lineagoerli__Block_; + lineagoerli__Meta_: lineagoerli__Meta_; + optimism_swap_BigDecimal: Scalars['optimism_swap_BigDecimal']; + optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; + optimism_swap_Block_height: optimism_swap_Block_height; + optimism_swap_Bytes: Scalars['optimism_swap_Bytes']; + optimism_swap_Int8: Scalars['optimism_swap_Int8']; + optimism_swap_LpAccount: optimism_swap_LpAccount; + optimism_swap_LpAccountBalance: optimism_swap_LpAccountBalance; + optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; + optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; + optimism_swap_LpToken: optimism_swap_LpToken; + optimism_swap_LpTokenEvent: ResolversParentTypes['optimism_swap_LpTransferEvent']; + optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; + optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; + optimism_swap_LpTransferEvent: optimism_swap_LpTransferEvent; + optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; + optimism_swap_PooledToken: optimism_swap_PooledToken; + optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; + optimism_swap_StableSwap: optimism_swap_StableSwap; + optimism_swap_StableSwapAddLiquidityEvent: optimism_swap_StableSwapAddLiquidityEvent; + optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; + optimism_swap_StableSwapEvent: ResolversParentTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; + optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; + optimism_swap_StableSwapExchange: optimism_swap_StableSwapExchange; + optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; + optimism_swap_StableSwapRemoveLiquidityEvent: optimism_swap_StableSwapRemoveLiquidityEvent; + optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; + optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; + optimism_swap_SwapDailyVolume: optimism_swap_SwapDailyVolume; + optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; + optimism_swap_SwapHourlyVolume: optimism_swap_SwapHourlyVolume; + optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; + optimism_swap_SwapTradeVolume: ResolversParentTypes['optimism_swap_SwapDailyVolume'] | ResolversParentTypes['optimism_swap_SwapHourlyVolume'] | ResolversParentTypes['optimism_swap_SwapWeeklyVolume']; + optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; + optimism_swap_SwapWeeklyVolume: optimism_swap_SwapWeeklyVolume; + optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; + optimism_swap_SystemInfo: optimism_swap_SystemInfo; + optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; + optimism_swap__Block_: optimism_swap__Block_; + optimism_swap__Meta_: optimism_swap__Meta_; + stagingmumbai_swap_BigDecimal: Scalars['stagingmumbai_swap_BigDecimal']; + stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; + stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; + stagingmumbai_swap_Bytes: Scalars['stagingmumbai_swap_Bytes']; + stagingmumbai_swap_Int8: Scalars['stagingmumbai_swap_Int8']; + stagingmumbai_swap_LpAccount: stagingmumbai_swap_LpAccount; + stagingmumbai_swap_LpAccountBalance: stagingmumbai_swap_LpAccountBalance; + stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; + stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; + stagingmumbai_swap_LpToken: stagingmumbai_swap_LpToken; + stagingmumbai_swap_LpTokenEvent: ResolversParentTypes['stagingmumbai_swap_LpTransferEvent']; + stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; + stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; + stagingmumbai_swap_LpTransferEvent: stagingmumbai_swap_LpTransferEvent; + stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; + stagingmumbai_swap_PooledToken: stagingmumbai_swap_PooledToken; + stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; + stagingmumbai_swap_StableSwap: stagingmumbai_swap_StableSwap; + stagingmumbai_swap_StableSwapAddLiquidityEvent: stagingmumbai_swap_StableSwapAddLiquidityEvent; + stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; + stagingmumbai_swap_StableSwapEvent: ResolversParentTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; + stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; + stagingmumbai_swap_StableSwapExchange: stagingmumbai_swap_StableSwapExchange; + stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent: stagingmumbai_swap_StableSwapRemoveLiquidityEvent; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; + stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; + stagingmumbai_swap_SwapDailyVolume: stagingmumbai_swap_SwapDailyVolume; + stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; + stagingmumbai_swap_SwapHourlyVolume: stagingmumbai_swap_SwapHourlyVolume; + stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; + stagingmumbai_swap_SwapTradeVolume: ResolversParentTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapWeeklyVolume']; + stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; + stagingmumbai_swap_SwapWeeklyVolume: stagingmumbai_swap_SwapWeeklyVolume; + stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; + stagingmumbai_swap_SystemInfo: stagingmumbai_swap_SystemInfo; + stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; + stagingmumbai_swap__Block_: stagingmumbai_swap__Block_; + stagingmumbai_swap__Meta_: stagingmumbai_swap__Meta_; + goerli_swap_BigDecimal: Scalars['goerli_swap_BigDecimal']; + goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; + goerli_swap_Block_height: goerli_swap_Block_height; + goerli_swap_Bytes: Scalars['goerli_swap_Bytes']; + goerli_swap_Int8: Scalars['goerli_swap_Int8']; + goerli_swap_LpAccount: goerli_swap_LpAccount; + goerli_swap_LpAccountBalance: goerli_swap_LpAccountBalance; + goerli_swap_LpAccountBalance_filter: goerli_swap_LpAccountBalance_filter; + goerli_swap_LpAccount_filter: goerli_swap_LpAccount_filter; + goerli_swap_LpToken: goerli_swap_LpToken; + goerli_swap_LpTokenEvent: ResolversParentTypes['goerli_swap_LpTransferEvent']; + goerli_swap_LpTokenEvent_filter: goerli_swap_LpTokenEvent_filter; + goerli_swap_LpToken_filter: goerli_swap_LpToken_filter; + goerli_swap_LpTransferEvent: goerli_swap_LpTransferEvent; + goerli_swap_LpTransferEvent_filter: goerli_swap_LpTransferEvent_filter; + goerli_swap_PooledToken: goerli_swap_PooledToken; + goerli_swap_PooledToken_filter: goerli_swap_PooledToken_filter; + goerli_swap_StableSwap: goerli_swap_StableSwap; + goerli_swap_StableSwapAddLiquidityEvent: goerli_swap_StableSwapAddLiquidityEvent; + goerli_swap_StableSwapAddLiquidityEvent_filter: goerli_swap_StableSwapAddLiquidityEvent_filter; + goerli_swap_StableSwapEvent: ResolversParentTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; + goerli_swap_StableSwapEvent_filter: goerli_swap_StableSwapEvent_filter; + goerli_swap_StableSwapExchange: goerli_swap_StableSwapExchange; + goerli_swap_StableSwapExchange_filter: goerli_swap_StableSwapExchange_filter; + goerli_swap_StableSwapRemoveLiquidityEvent: goerli_swap_StableSwapRemoveLiquidityEvent; + goerli_swap_StableSwapRemoveLiquidityEvent_filter: goerli_swap_StableSwapRemoveLiquidityEvent_filter; + goerli_swap_StableSwap_filter: goerli_swap_StableSwap_filter; + goerli_swap_SwapDailyVolume: goerli_swap_SwapDailyVolume; + goerli_swap_SwapDailyVolume_filter: goerli_swap_SwapDailyVolume_filter; + goerli_swap_SwapHourlyVolume: goerli_swap_SwapHourlyVolume; + goerli_swap_SwapHourlyVolume_filter: goerli_swap_SwapHourlyVolume_filter; + goerli_swap_SwapTradeVolume: ResolversParentTypes['goerli_swap_SwapDailyVolume'] | ResolversParentTypes['goerli_swap_SwapHourlyVolume'] | ResolversParentTypes['goerli_swap_SwapWeeklyVolume']; + goerli_swap_SwapTradeVolume_filter: goerli_swap_SwapTradeVolume_filter; + goerli_swap_SwapWeeklyVolume: goerli_swap_SwapWeeklyVolume; + goerli_swap_SwapWeeklyVolume_filter: goerli_swap_SwapWeeklyVolume_filter; + goerli_swap_SystemInfo: goerli_swap_SystemInfo; + goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; + goerli_swap__Block_: goerli_swap__Block_; + goerli_swap__Meta_: goerli_swap__Meta_; + 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_; + stagingmainnet_AggregateRootSavedSlow: stagingmainnet_AggregateRootSavedSlow; + stagingmainnet_AggregateRootSavedSlow_filter: stagingmainnet_AggregateRootSavedSlow_filter; + stagingmainnet_AggregatedMessageRoot: stagingmainnet_AggregatedMessageRoot; + stagingmainnet_AggregatedMessageRoot_filter: stagingmainnet_AggregatedMessageRoot_filter; + stagingmainnet_ArbitrumConnectorMeta: stagingmainnet_ArbitrumConnectorMeta; + stagingmainnet_ArbitrumConnectorMeta_filter: stagingmainnet_ArbitrumConnectorMeta_filter; + stagingmainnet_AvalancheConnectorMeta: stagingmainnet_AvalancheConnectorMeta; + stagingmainnet_AvalancheConnectorMeta_filter: stagingmainnet_AvalancheConnectorMeta_filter; + stagingmainnet_BaseConnectorMeta: stagingmainnet_BaseConnectorMeta; + stagingmainnet_BaseConnectorMeta_filter: stagingmainnet_BaseConnectorMeta_filter; + stagingmainnet_BigDecimal: Scalars['stagingmainnet_BigDecimal']; + stagingmainnet_BlockChangedFilter: stagingmainnet_BlockChangedFilter; + stagingmainnet_Block_height: stagingmainnet_Block_height; + stagingmainnet_BnbConnectorMeta: stagingmainnet_BnbConnectorMeta; + stagingmainnet_BnbConnectorMeta_filter: stagingmainnet_BnbConnectorMeta_filter; + stagingmainnet_Bytes: Scalars['stagingmainnet_Bytes']; + stagingmainnet_GnosisConnectorMeta: stagingmainnet_GnosisConnectorMeta; + stagingmainnet_GnosisConnectorMeta_filter: stagingmainnet_GnosisConnectorMeta_filter; + stagingmainnet_HubDomain: stagingmainnet_HubDomain; + stagingmainnet_HubDomain_filter: stagingmainnet_HubDomain_filter; + stagingmainnet_HubOptimisticRootFinalized: stagingmainnet_HubOptimisticRootFinalized; + stagingmainnet_HubOptimisticRootFinalized_filter: stagingmainnet_HubOptimisticRootFinalized_filter; + stagingmainnet_Int8: Scalars['stagingmainnet_Int8']; + stagingmainnet_LineaConnectorMeta: stagingmainnet_LineaConnectorMeta; + stagingmainnet_LineaConnectorMeta_filter: stagingmainnet_LineaConnectorMeta_filter; + stagingmainnet_MantleConnectorMeta: stagingmainnet_MantleConnectorMeta; + stagingmainnet_MantleConnectorMeta_filter: stagingmainnet_MantleConnectorMeta_filter; + stagingmainnet_MetisConnectorMeta: stagingmainnet_MetisConnectorMeta; + stagingmainnet_MetisConnectorMeta_filter: stagingmainnet_MetisConnectorMeta_filter; + stagingmainnet_ModeConnectorMeta: stagingmainnet_ModeConnectorMeta; + stagingmainnet_ModeConnectorMeta_filter: stagingmainnet_ModeConnectorMeta_filter; + stagingmainnet_OptimismConnectorMeta: stagingmainnet_OptimismConnectorMeta; + stagingmainnet_OptimismConnectorMeta_filter: stagingmainnet_OptimismConnectorMeta_filter; + stagingmainnet_OptimisticRootPropagated: stagingmainnet_OptimisticRootPropagated; + stagingmainnet_OptimisticRootPropagated_filter: stagingmainnet_OptimisticRootPropagated_filter; + stagingmainnet_OptimisticRootProposed: stagingmainnet_OptimisticRootProposed; + stagingmainnet_OptimisticRootProposed_filter: stagingmainnet_OptimisticRootProposed_filter; + stagingmainnet_PolygonConnectorMeta: stagingmainnet_PolygonConnectorMeta; + stagingmainnet_PolygonConnectorMeta_filter: stagingmainnet_PolygonConnectorMeta_filter; + stagingmainnet_PolygonZkConnectorMeta: stagingmainnet_PolygonZkConnectorMeta; + stagingmainnet_PolygonZkConnectorMeta_filter: stagingmainnet_PolygonZkConnectorMeta_filter; + stagingmainnet_RootAggregated: stagingmainnet_RootAggregated; + stagingmainnet_RootAggregated_filter: stagingmainnet_RootAggregated_filter; + stagingmainnet_RootManagerMeta: stagingmainnet_RootManagerMeta; + stagingmainnet_RootManagerMeta_filter: stagingmainnet_RootManagerMeta_filter; + stagingmainnet_RootManagerMode: stagingmainnet_RootManagerMode; + stagingmainnet_RootManagerMode_filter: stagingmainnet_RootManagerMode_filter; + stagingmainnet_RootMessageProcessed: stagingmainnet_RootMessageProcessed; + stagingmainnet_RootMessageProcessed_filter: stagingmainnet_RootMessageProcessed_filter; + stagingmainnet_RootPropagated: stagingmainnet_RootPropagated; + stagingmainnet_RootPropagated_filter: stagingmainnet_RootPropagated_filter; + stagingmainnet_ScrollConnectorMeta: stagingmainnet_ScrollConnectorMeta; + stagingmainnet_ScrollConnectorMeta_filter: stagingmainnet_ScrollConnectorMeta_filter; + stagingmainnet_ZkSyncConnectorMeta: stagingmainnet_ZkSyncConnectorMeta; + stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; + stagingmainnet__Block_: stagingmainnet__Block_; + stagingmainnet__Meta_: stagingmainnet__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_; + goerli_AggregateRootSavedSlow: goerli_AggregateRootSavedSlow; + goerli_AggregateRootSavedSlow_filter: goerli_AggregateRootSavedSlow_filter; + goerli_AggregatedMessageRoot: goerli_AggregatedMessageRoot; + goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; + goerli_ArbitrumConnectorMeta: goerli_ArbitrumConnectorMeta; + goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; + goerli_BaseConnectorMeta: goerli_BaseConnectorMeta; + goerli_BaseConnectorMeta_filter: goerli_BaseConnectorMeta_filter; + goerli_BigDecimal: Scalars['goerli_BigDecimal']; + goerli_BlockChangedFilter: goerli_BlockChangedFilter; + goerli_Block_height: goerli_Block_height; + goerli_BnbConnectorMeta: goerli_BnbConnectorMeta; + goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; + goerli_Bytes: Scalars['goerli_Bytes']; + goerli_GnosisConnectorMeta: goerli_GnosisConnectorMeta; + goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; + goerli_HubDomain: goerli_HubDomain; + goerli_HubDomain_filter: goerli_HubDomain_filter; + goerli_HubOptimisticRootFinalized: goerli_HubOptimisticRootFinalized; + goerli_HubOptimisticRootFinalized_filter: goerli_HubOptimisticRootFinalized_filter; + goerli_Int8: Scalars['goerli_Int8']; + goerli_LineaConnectorMeta: goerli_LineaConnectorMeta; + goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; + goerli_OptimismConnectorMeta: goerli_OptimismConnectorMeta; + goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; + goerli_OptimisticRootPropagated: goerli_OptimisticRootPropagated; + goerli_OptimisticRootPropagated_filter: goerli_OptimisticRootPropagated_filter; + goerli_OptimisticRootProposed: goerli_OptimisticRootProposed; + goerli_OptimisticRootProposed_filter: goerli_OptimisticRootProposed_filter; + goerli_PolygonConnectorMeta: goerli_PolygonConnectorMeta; + goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; + goerli_RootAggregated: goerli_RootAggregated; + goerli_RootAggregated_filter: goerli_RootAggregated_filter; + goerli_RootManagerMeta: goerli_RootManagerMeta; + goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; + goerli_RootManagerMode: goerli_RootManagerMode; + goerli_RootManagerMode_filter: goerli_RootManagerMode_filter; + goerli_RootMessageProcessed: goerli_RootMessageProcessed; + goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; + goerli_RootPropagated: goerli_RootPropagated; + goerli_RootPropagated_filter: goerli_RootPropagated_filter; + goerli_X1ConnectorMeta: goerli_X1ConnectorMeta; + goerli_X1ConnectorMeta_filter: goerli_X1ConnectorMeta_filter; + goerli_ZkSyncConnectorMeta: goerli_ZkSyncConnectorMeta; + goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; + goerli__Block_: goerli__Block_; + goerli__Meta_: goerli__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_; + bnb_swap_BigDecimal: Scalars['bnb_swap_BigDecimal']; + bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; + bnb_swap_Block_height: bnb_swap_Block_height; + bnb_swap_Bytes: Scalars['bnb_swap_Bytes']; + bnb_swap_Int8: Scalars['bnb_swap_Int8']; + bnb_swap_LpAccount: bnb_swap_LpAccount; + bnb_swap_LpAccountBalance: bnb_swap_LpAccountBalance; + bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; + bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; + bnb_swap_LpToken: bnb_swap_LpToken; + bnb_swap_LpTokenEvent: ResolversParentTypes['bnb_swap_LpTransferEvent']; + bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; + bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; + bnb_swap_LpTransferEvent: bnb_swap_LpTransferEvent; + bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; + bnb_swap_PooledToken: bnb_swap_PooledToken; + bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; + bnb_swap_StableSwap: bnb_swap_StableSwap; + bnb_swap_StableSwapAddLiquidityEvent: bnb_swap_StableSwapAddLiquidityEvent; + bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; + bnb_swap_StableSwapEvent: ResolversParentTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; + bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; + bnb_swap_StableSwapExchange: bnb_swap_StableSwapExchange; + bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; + bnb_swap_StableSwapRemoveLiquidityEvent: bnb_swap_StableSwapRemoveLiquidityEvent; + bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; + bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; + bnb_swap_SwapDailyVolume: bnb_swap_SwapDailyVolume; + bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; + bnb_swap_SwapHourlyVolume: bnb_swap_SwapHourlyVolume; + bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; + bnb_swap_SwapTradeVolume: ResolversParentTypes['bnb_swap_SwapDailyVolume'] | ResolversParentTypes['bnb_swap_SwapHourlyVolume'] | ResolversParentTypes['bnb_swap_SwapWeeklyVolume']; + bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; + bnb_swap_SwapWeeklyVolume: bnb_swap_SwapWeeklyVolume; + bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; + bnb_swap_SystemInfo: bnb_swap_SystemInfo; + bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; + bnb_swap__Block_: bnb_swap__Block_; + bnb_swap__Meta_: bnb_swap__Meta_; + avalanche_swap_BigDecimal: Scalars['avalanche_swap_BigDecimal']; + avalanche_swap_BlockChangedFilter: avalanche_swap_BlockChangedFilter; + avalanche_swap_Block_height: avalanche_swap_Block_height; + avalanche_swap_Bytes: Scalars['avalanche_swap_Bytes']; + avalanche_swap_Int8: Scalars['avalanche_swap_Int8']; + avalanche_swap_LpAccount: avalanche_swap_LpAccount; + avalanche_swap_LpAccountBalance: avalanche_swap_LpAccountBalance; + avalanche_swap_LpAccountBalance_filter: avalanche_swap_LpAccountBalance_filter; + avalanche_swap_LpAccount_filter: avalanche_swap_LpAccount_filter; + avalanche_swap_LpToken: avalanche_swap_LpToken; + avalanche_swap_LpTokenEvent: ResolversParentTypes['avalanche_swap_LpTransferEvent']; + avalanche_swap_LpTokenEvent_filter: avalanche_swap_LpTokenEvent_filter; + avalanche_swap_LpToken_filter: avalanche_swap_LpToken_filter; + avalanche_swap_LpTransferEvent: avalanche_swap_LpTransferEvent; + avalanche_swap_LpTransferEvent_filter: avalanche_swap_LpTransferEvent_filter; + avalanche_swap_PooledToken: avalanche_swap_PooledToken; + avalanche_swap_PooledToken_filter: avalanche_swap_PooledToken_filter; + avalanche_swap_StableSwap: avalanche_swap_StableSwap; + avalanche_swap_StableSwapAddLiquidityEvent: avalanche_swap_StableSwapAddLiquidityEvent; + avalanche_swap_StableSwapAddLiquidityEvent_filter: avalanche_swap_StableSwapAddLiquidityEvent_filter; + avalanche_swap_StableSwapEvent: ResolversParentTypes['avalanche_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['avalanche_swap_StableSwapRemoveLiquidityEvent']; + avalanche_swap_StableSwapEvent_filter: avalanche_swap_StableSwapEvent_filter; + avalanche_swap_StableSwapExchange: avalanche_swap_StableSwapExchange; + avalanche_swap_StableSwapExchange_filter: avalanche_swap_StableSwapExchange_filter; + avalanche_swap_StableSwapRemoveLiquidityEvent: avalanche_swap_StableSwapRemoveLiquidityEvent; + avalanche_swap_StableSwapRemoveLiquidityEvent_filter: avalanche_swap_StableSwapRemoveLiquidityEvent_filter; + avalanche_swap_StableSwap_filter: avalanche_swap_StableSwap_filter; + avalanche_swap_SwapDailyVolume: avalanche_swap_SwapDailyVolume; + avalanche_swap_SwapDailyVolume_filter: avalanche_swap_SwapDailyVolume_filter; + avalanche_swap_SwapHourlyVolume: avalanche_swap_SwapHourlyVolume; + avalanche_swap_SwapHourlyVolume_filter: avalanche_swap_SwapHourlyVolume_filter; + avalanche_swap_SwapTradeVolume: ResolversParentTypes['avalanche_swap_SwapDailyVolume'] | ResolversParentTypes['avalanche_swap_SwapHourlyVolume'] | ResolversParentTypes['avalanche_swap_SwapWeeklyVolume']; + avalanche_swap_SwapTradeVolume_filter: avalanche_swap_SwapTradeVolume_filter; + avalanche_swap_SwapWeeklyVolume: avalanche_swap_SwapWeeklyVolume; + avalanche_swap_SwapWeeklyVolume_filter: avalanche_swap_SwapWeeklyVolume_filter; + avalanche_swap_SystemInfo: avalanche_swap_SystemInfo; + avalanche_swap_SystemInfo_filter: avalanche_swap_SystemInfo_filter; + avalanche_swap__Block_: avalanche_swap__Block_; + avalanche_swap__Meta_: avalanche_swap__Meta_; + 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_; + xdai_swap_BigDecimal: Scalars['xdai_swap_BigDecimal']; + xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; + xdai_swap_Block_height: xdai_swap_Block_height; + xdai_swap_Bytes: Scalars['xdai_swap_Bytes']; + xdai_swap_Int8: Scalars['xdai_swap_Int8']; + xdai_swap_LpAccount: xdai_swap_LpAccount; + xdai_swap_LpAccountBalance: xdai_swap_LpAccountBalance; + xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; + xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; + xdai_swap_LpToken: xdai_swap_LpToken; + xdai_swap_LpTokenEvent: ResolversParentTypes['xdai_swap_LpTransferEvent']; + xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; + xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; + xdai_swap_LpTransferEvent: xdai_swap_LpTransferEvent; + xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; + xdai_swap_PooledToken: xdai_swap_PooledToken; + xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; + xdai_swap_StableSwap: xdai_swap_StableSwap; + xdai_swap_StableSwapAddLiquidityEvent: xdai_swap_StableSwapAddLiquidityEvent; + xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; + xdai_swap_StableSwapEvent: ResolversParentTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; + xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; + xdai_swap_StableSwapExchange: xdai_swap_StableSwapExchange; + xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; + xdai_swap_StableSwapRemoveLiquidityEvent: xdai_swap_StableSwapRemoveLiquidityEvent; + xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; + xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; + xdai_swap_SwapDailyVolume: xdai_swap_SwapDailyVolume; + xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; + xdai_swap_SwapHourlyVolume: xdai_swap_SwapHourlyVolume; + xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; + xdai_swap_SwapTradeVolume: ResolversParentTypes['xdai_swap_SwapDailyVolume'] | ResolversParentTypes['xdai_swap_SwapHourlyVolume'] | ResolversParentTypes['xdai_swap_SwapWeeklyVolume']; + xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; + xdai_swap_SwapWeeklyVolume: xdai_swap_SwapWeeklyVolume; + xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; + xdai_swap_SystemInfo: xdai_swap_SystemInfo; + xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; + xdai_swap__Block_: xdai_swap__Block_; + xdai_swap__Meta_: xdai_swap__Meta_; + 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_; + arbitrumone_swap_BigDecimal: Scalars['arbitrumone_swap_BigDecimal']; + arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; + arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; + arbitrumone_swap_Bytes: Scalars['arbitrumone_swap_Bytes']; + arbitrumone_swap_Int8: Scalars['arbitrumone_swap_Int8']; + arbitrumone_swap_LpAccount: arbitrumone_swap_LpAccount; + arbitrumone_swap_LpAccountBalance: arbitrumone_swap_LpAccountBalance; + arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; + arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; + arbitrumone_swap_LpToken: arbitrumone_swap_LpToken; + arbitrumone_swap_LpTokenEvent: ResolversParentTypes['arbitrumone_swap_LpTransferEvent']; + arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; + arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; + arbitrumone_swap_LpTransferEvent: arbitrumone_swap_LpTransferEvent; + arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; + arbitrumone_swap_PooledToken: arbitrumone_swap_PooledToken; + arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; + arbitrumone_swap_StableSwap: arbitrumone_swap_StableSwap; + arbitrumone_swap_StableSwapAddLiquidityEvent: arbitrumone_swap_StableSwapAddLiquidityEvent; + arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; + arbitrumone_swap_StableSwapEvent: ResolversParentTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; + arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; + arbitrumone_swap_StableSwapExchange: arbitrumone_swap_StableSwapExchange; + arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; + arbitrumone_swap_StableSwapRemoveLiquidityEvent: arbitrumone_swap_StableSwapRemoveLiquidityEvent; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; + arbitrumone_swap_SwapDailyVolume: arbitrumone_swap_SwapDailyVolume; + arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; + arbitrumone_swap_SwapHourlyVolume: arbitrumone_swap_SwapHourlyVolume; + arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; + arbitrumone_swap_SwapTradeVolume: ResolversParentTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapWeeklyVolume']; + arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; + arbitrumone_swap_SwapWeeklyVolume: arbitrumone_swap_SwapWeeklyVolume; + arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; + arbitrumone_swap_SystemInfo: arbitrumone_swap_SystemInfo; + arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; + arbitrumone_swap__Block_: arbitrumone_swap__Block_; + arbitrumone_swap__Meta_: arbitrumone_swap__Meta_; + mainnet_AggregateRootSavedSlow: mainnet_AggregateRootSavedSlow; + mainnet_AggregateRootSavedSlow_filter: mainnet_AggregateRootSavedSlow_filter; + mainnet_AggregatedMessageRoot: mainnet_AggregatedMessageRoot; + mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; + mainnet_ArbitrumConnectorMeta: mainnet_ArbitrumConnectorMeta; + mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; + mainnet_AvalancheConnectorMeta: mainnet_AvalancheConnectorMeta; + mainnet_AvalancheConnectorMeta_filter: mainnet_AvalancheConnectorMeta_filter; + mainnet_BaseConnectorMeta: mainnet_BaseConnectorMeta; + mainnet_BaseConnectorMeta_filter: mainnet_BaseConnectorMeta_filter; + mainnet_BigDecimal: Scalars['mainnet_BigDecimal']; + mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; + mainnet_Block_height: mainnet_Block_height; + mainnet_BnbConnectorMeta: mainnet_BnbConnectorMeta; + mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; + mainnet_Bytes: Scalars['mainnet_Bytes']; + mainnet_GnosisConnectorMeta: mainnet_GnosisConnectorMeta; + mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; + mainnet_HubDomain: mainnet_HubDomain; + mainnet_HubDomain_filter: mainnet_HubDomain_filter; + mainnet_HubOptimisticRootFinalized: mainnet_HubOptimisticRootFinalized; + mainnet_HubOptimisticRootFinalized_filter: mainnet_HubOptimisticRootFinalized_filter; + mainnet_Int8: Scalars['mainnet_Int8']; + mainnet_LineaConnectorMeta: mainnet_LineaConnectorMeta; + mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; + mainnet_MantleConnectorMeta: mainnet_MantleConnectorMeta; + mainnet_MantleConnectorMeta_filter: mainnet_MantleConnectorMeta_filter; + mainnet_MetisConnectorMeta: mainnet_MetisConnectorMeta; + mainnet_MetisConnectorMeta_filter: mainnet_MetisConnectorMeta_filter; + mainnet_ModeConnectorMeta: mainnet_ModeConnectorMeta; + mainnet_ModeConnectorMeta_filter: mainnet_ModeConnectorMeta_filter; + mainnet_OptimismConnectorMeta: mainnet_OptimismConnectorMeta; + mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; + mainnet_OptimisticRootPropagated: mainnet_OptimisticRootPropagated; + mainnet_OptimisticRootPropagated_filter: mainnet_OptimisticRootPropagated_filter; + mainnet_OptimisticRootProposed: mainnet_OptimisticRootProposed; + mainnet_OptimisticRootProposed_filter: mainnet_OptimisticRootProposed_filter; + mainnet_PolygonConnectorMeta: mainnet_PolygonConnectorMeta; + mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; + mainnet_PolygonZkConnectorMeta: mainnet_PolygonZkConnectorMeta; + mainnet_PolygonZkConnectorMeta_filter: mainnet_PolygonZkConnectorMeta_filter; + mainnet_RootAggregated: mainnet_RootAggregated; + mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; + mainnet_RootManagerMeta: mainnet_RootManagerMeta; + mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; + mainnet_RootManagerMode: mainnet_RootManagerMode; + mainnet_RootManagerMode_filter: mainnet_RootManagerMode_filter; + mainnet_RootMessageProcessed: mainnet_RootMessageProcessed; + mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; + mainnet_RootPropagated: mainnet_RootPropagated; + mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; + mainnet_ZkSyncConnectorMeta: mainnet_ZkSyncConnectorMeta; + mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; + mainnet__Block_: mainnet__Block_; + mainnet__Meta_: mainnet__Meta_; + localmainnet_AggregateRootSavedSlow: localmainnet_AggregateRootSavedSlow; + localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; + localmainnet_AggregatedMessageRoot: localmainnet_AggregatedMessageRoot; + localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; + localmainnet_ArbitrumConnectorMeta: localmainnet_ArbitrumConnectorMeta; + localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; + localmainnet_BigDecimal: Scalars['localmainnet_BigDecimal']; + localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; + localmainnet_Block_height: localmainnet_Block_height; + localmainnet_BnbConnectorMeta: localmainnet_BnbConnectorMeta; + localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; + localmainnet_Bytes: Scalars['localmainnet_Bytes']; + localmainnet_GnosisConnectorMeta: localmainnet_GnosisConnectorMeta; + localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; + localmainnet_HubDomain: localmainnet_HubDomain; + localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; + localmainnet_HubOptimisticRootFinalized: localmainnet_HubOptimisticRootFinalized; + localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; + localmainnet_Int8: Scalars['localmainnet_Int8']; + localmainnet_OptimismConnectorMeta: localmainnet_OptimismConnectorMeta; + localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; + localmainnet_OptimisticRootPropagated: localmainnet_OptimisticRootPropagated; + localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; + localmainnet_OptimisticRootProposed: localmainnet_OptimisticRootProposed; + localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; + localmainnet_PolygonConnectorMeta: localmainnet_PolygonConnectorMeta; + localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; + localmainnet_RootAggregated: localmainnet_RootAggregated; + localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; + localmainnet_RootManagerMeta: localmainnet_RootManagerMeta; + localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; + localmainnet_RootManagerMode: localmainnet_RootManagerMode; + localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; + localmainnet_RootMessageProcessed: localmainnet_RootMessageProcessed; + localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; + localmainnet_RootPropagated: localmainnet_RootPropagated; + localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; + localmainnet_ZkSyncConnectorMeta: localmainnet_ZkSyncConnectorMeta; + localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; + localmainnet__Block_: localmainnet__Block_; + localmainnet__Meta_: localmainnet__Meta_; + staginggoerli_swap_BigDecimal: Scalars['staginggoerli_swap_BigDecimal']; + staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; + staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; + staginggoerli_swap_Bytes: Scalars['staginggoerli_swap_Bytes']; + staginggoerli_swap_Int8: Scalars['staginggoerli_swap_Int8']; + staginggoerli_swap_LpAccount: staginggoerli_swap_LpAccount; + staginggoerli_swap_LpAccountBalance: staginggoerli_swap_LpAccountBalance; + staginggoerli_swap_LpAccountBalance_filter: staginggoerli_swap_LpAccountBalance_filter; + staginggoerli_swap_LpAccount_filter: staginggoerli_swap_LpAccount_filter; + staginggoerli_swap_LpToken: staginggoerli_swap_LpToken; + staginggoerli_swap_LpTokenEvent: ResolversParentTypes['staginggoerli_swap_LpTransferEvent']; + staginggoerli_swap_LpTokenEvent_filter: staginggoerli_swap_LpTokenEvent_filter; + staginggoerli_swap_LpToken_filter: staginggoerli_swap_LpToken_filter; + staginggoerli_swap_LpTransferEvent: staginggoerli_swap_LpTransferEvent; + staginggoerli_swap_LpTransferEvent_filter: staginggoerli_swap_LpTransferEvent_filter; + staginggoerli_swap_PooledToken: staginggoerli_swap_PooledToken; + staginggoerli_swap_PooledToken_filter: staginggoerli_swap_PooledToken_filter; + staginggoerli_swap_StableSwap: staginggoerli_swap_StableSwap; + staginggoerli_swap_StableSwapAddLiquidityEvent: staginggoerli_swap_StableSwapAddLiquidityEvent; + staginggoerli_swap_StableSwapAddLiquidityEvent_filter: staginggoerli_swap_StableSwapAddLiquidityEvent_filter; + staginggoerli_swap_StableSwapEvent: ResolversParentTypes['staginggoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['staginggoerli_swap_StableSwapRemoveLiquidityEvent']; + staginggoerli_swap_StableSwapEvent_filter: staginggoerli_swap_StableSwapEvent_filter; + staginggoerli_swap_StableSwapExchange: staginggoerli_swap_StableSwapExchange; + staginggoerli_swap_StableSwapExchange_filter: staginggoerli_swap_StableSwapExchange_filter; + staginggoerli_swap_StableSwapRemoveLiquidityEvent: staginggoerli_swap_StableSwapRemoveLiquidityEvent; + staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter; + staginggoerli_swap_StableSwap_filter: staginggoerli_swap_StableSwap_filter; + staginggoerli_swap_SwapDailyVolume: staginggoerli_swap_SwapDailyVolume; + staginggoerli_swap_SwapDailyVolume_filter: staginggoerli_swap_SwapDailyVolume_filter; + staginggoerli_swap_SwapHourlyVolume: staginggoerli_swap_SwapHourlyVolume; + staginggoerli_swap_SwapHourlyVolume_filter: staginggoerli_swap_SwapHourlyVolume_filter; + staginggoerli_swap_SwapTradeVolume: ResolversParentTypes['staginggoerli_swap_SwapDailyVolume'] | ResolversParentTypes['staginggoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['staginggoerli_swap_SwapWeeklyVolume']; + staginggoerli_swap_SwapTradeVolume_filter: staginggoerli_swap_SwapTradeVolume_filter; + staginggoerli_swap_SwapWeeklyVolume: staginggoerli_swap_SwapWeeklyVolume; + staginggoerli_swap_SwapWeeklyVolume_filter: staginggoerli_swap_SwapWeeklyVolume_filter; + staginggoerli_swap_SystemInfo: staginggoerli_swap_SystemInfo; + staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; + staginggoerli_swap__Block_: staginggoerli_swap__Block_; + staginggoerli_swap__Meta_: staginggoerli_swap__Meta_; + stagingoptimismgoerli_AggregateRoot: stagingoptimismgoerli_AggregateRoot; + stagingoptimismgoerli_AggregateRootProposed: stagingoptimismgoerli_AggregateRootProposed; + stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; + stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; + stagingoptimismgoerli_Asset: stagingoptimismgoerli_Asset; + stagingoptimismgoerli_AssetBalance: stagingoptimismgoerli_AssetBalance; + stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; + stagingoptimismgoerli_AssetStatus: stagingoptimismgoerli_AssetStatus; + stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; + stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; + stagingoptimismgoerli_BigDecimal: Scalars['stagingoptimismgoerli_BigDecimal']; + stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; + stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; + stagingoptimismgoerli_Bytes: Scalars['stagingoptimismgoerli_Bytes']; + stagingoptimismgoerli_ConnectorMeta: stagingoptimismgoerli_ConnectorMeta; + stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; + stagingoptimismgoerli_DestinationTransfer: stagingoptimismgoerli_DestinationTransfer; + stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; + stagingoptimismgoerli_Int8: Scalars['stagingoptimismgoerli_Int8']; + stagingoptimismgoerli_OptimisticRootFinalized: stagingoptimismgoerli_OptimisticRootFinalized; + stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; + stagingoptimismgoerli_OriginMessage: stagingoptimismgoerli_OriginMessage; + stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; + stagingoptimismgoerli_OriginTransfer: stagingoptimismgoerli_OriginTransfer; + stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; + stagingoptimismgoerli_Relayer: stagingoptimismgoerli_Relayer; + stagingoptimismgoerli_RelayerFee: stagingoptimismgoerli_RelayerFee; + stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; + stagingoptimismgoerli_RelayerFeesIncrease: stagingoptimismgoerli_RelayerFeesIncrease; + stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; + stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; + stagingoptimismgoerli_RootCount: stagingoptimismgoerli_RootCount; + stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; + stagingoptimismgoerli_RootMessageSent: stagingoptimismgoerli_RootMessageSent; + stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; + stagingoptimismgoerli_Router: stagingoptimismgoerli_Router; + stagingoptimismgoerli_RouterDailyTVL: stagingoptimismgoerli_RouterDailyTVL; + stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; + stagingoptimismgoerli_RouterLiquidityEvent: stagingoptimismgoerli_RouterLiquidityEvent; + stagingoptimismgoerli_RouterLiquidityEvent_filter: stagingoptimismgoerli_RouterLiquidityEvent_filter; + stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; + stagingoptimismgoerli_Sequencer: stagingoptimismgoerli_Sequencer; + stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; + stagingoptimismgoerli_Setting: stagingoptimismgoerli_Setting; + stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; + stagingoptimismgoerli_SlippageUpdate: stagingoptimismgoerli_SlippageUpdate; + stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; + stagingoptimismgoerli_SnapshotRoot: stagingoptimismgoerli_SnapshotRoot; + stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; + stagingoptimismgoerli_SpokeConnectorMode: stagingoptimismgoerli_SpokeConnectorMode; + stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; + stagingoptimismgoerli__Block_: stagingoptimismgoerli__Block_; + stagingoptimismgoerli__Meta_: stagingoptimismgoerli__Meta_; + 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_; + stagingmumbai_AggregateRoot: stagingmumbai_AggregateRoot; + stagingmumbai_AggregateRootProposed: stagingmumbai_AggregateRootProposed; + stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; + stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; + stagingmumbai_Asset: stagingmumbai_Asset; + stagingmumbai_AssetBalance: stagingmumbai_AssetBalance; + stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; + stagingmumbai_AssetStatus: stagingmumbai_AssetStatus; + stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; + stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; + stagingmumbai_BigDecimal: Scalars['stagingmumbai_BigDecimal']; + stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; + stagingmumbai_Block_height: stagingmumbai_Block_height; + stagingmumbai_Bytes: Scalars['stagingmumbai_Bytes']; + stagingmumbai_ConnectorMeta: stagingmumbai_ConnectorMeta; + stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; + stagingmumbai_DestinationTransfer: stagingmumbai_DestinationTransfer; + stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; + stagingmumbai_Int8: Scalars['stagingmumbai_Int8']; + stagingmumbai_OptimisticRootFinalized: stagingmumbai_OptimisticRootFinalized; + stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; + stagingmumbai_OriginMessage: stagingmumbai_OriginMessage; + stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; + stagingmumbai_OriginTransfer: stagingmumbai_OriginTransfer; + stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; + stagingmumbai_Relayer: stagingmumbai_Relayer; + stagingmumbai_RelayerFee: stagingmumbai_RelayerFee; + stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; + stagingmumbai_RelayerFeesIncrease: stagingmumbai_RelayerFeesIncrease; + stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; + stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; + stagingmumbai_RootCount: stagingmumbai_RootCount; + stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; + stagingmumbai_RootMessageSent: stagingmumbai_RootMessageSent; + stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; + stagingmumbai_Router: stagingmumbai_Router; + stagingmumbai_RouterDailyTVL: stagingmumbai_RouterDailyTVL; + stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; + stagingmumbai_RouterLiquidityEvent: stagingmumbai_RouterLiquidityEvent; + stagingmumbai_RouterLiquidityEvent_filter: stagingmumbai_RouterLiquidityEvent_filter; + stagingmumbai_Router_filter: stagingmumbai_Router_filter; + stagingmumbai_Sequencer: stagingmumbai_Sequencer; + stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; + stagingmumbai_Setting: stagingmumbai_Setting; + stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; + stagingmumbai_SlippageUpdate: stagingmumbai_SlippageUpdate; + stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; + stagingmumbai_SnapshotRoot: stagingmumbai_SnapshotRoot; + stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; + stagingmumbai_SpokeConnectorMode: stagingmumbai_SpokeConnectorMode; + stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; + stagingmumbai__Block_: stagingmumbai__Block_; + stagingmumbai__Meta_: stagingmumbai__Meta_; + 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_; + basegoerli_AggregateRoot: basegoerli_AggregateRoot; + basegoerli_AggregateRootProposed: basegoerli_AggregateRootProposed; + basegoerli_AggregateRootProposed_filter: basegoerli_AggregateRootProposed_filter; + basegoerli_AggregateRoot_filter: basegoerli_AggregateRoot_filter; + basegoerli_Asset: basegoerli_Asset; + basegoerli_AssetBalance: basegoerli_AssetBalance; + basegoerli_AssetBalance_filter: basegoerli_AssetBalance_filter; + basegoerli_AssetStatus: basegoerli_AssetStatus; + basegoerli_AssetStatus_filter: basegoerli_AssetStatus_filter; + basegoerli_Asset_filter: basegoerli_Asset_filter; + basegoerli_BigDecimal: Scalars['basegoerli_BigDecimal']; + basegoerli_BlockChangedFilter: basegoerli_BlockChangedFilter; + basegoerli_Block_height: basegoerli_Block_height; + basegoerli_Bytes: Scalars['basegoerli_Bytes']; + basegoerli_ConnectorMeta: basegoerli_ConnectorMeta; + basegoerli_ConnectorMeta_filter: basegoerli_ConnectorMeta_filter; + basegoerli_DestinationTransfer: basegoerli_DestinationTransfer; + basegoerli_DestinationTransfer_filter: basegoerli_DestinationTransfer_filter; + basegoerli_Int8: Scalars['basegoerli_Int8']; + basegoerli_OptimisticRootFinalized: basegoerli_OptimisticRootFinalized; + basegoerli_OptimisticRootFinalized_filter: basegoerli_OptimisticRootFinalized_filter; + basegoerli_OriginMessage: basegoerli_OriginMessage; + basegoerli_OriginMessage_filter: basegoerli_OriginMessage_filter; + basegoerli_OriginTransfer: basegoerli_OriginTransfer; + basegoerli_OriginTransfer_filter: basegoerli_OriginTransfer_filter; + basegoerli_Relayer: basegoerli_Relayer; + basegoerli_RelayerFee: basegoerli_RelayerFee; + basegoerli_RelayerFee_filter: basegoerli_RelayerFee_filter; + basegoerli_RelayerFeesIncrease: basegoerli_RelayerFeesIncrease; + basegoerli_RelayerFeesIncrease_filter: basegoerli_RelayerFeesIncrease_filter; + basegoerli_Relayer_filter: basegoerli_Relayer_filter; + basegoerli_RootCount: basegoerli_RootCount; + basegoerli_RootCount_filter: basegoerli_RootCount_filter; + basegoerli_RootMessageSent: basegoerli_RootMessageSent; + basegoerli_RootMessageSent_filter: basegoerli_RootMessageSent_filter; + basegoerli_Router: basegoerli_Router; + basegoerli_RouterDailyTVL: basegoerli_RouterDailyTVL; + basegoerli_RouterDailyTVL_filter: basegoerli_RouterDailyTVL_filter; + basegoerli_RouterLiquidityEvent: basegoerli_RouterLiquidityEvent; + basegoerli_RouterLiquidityEvent_filter: basegoerli_RouterLiquidityEvent_filter; + basegoerli_Router_filter: basegoerli_Router_filter; + basegoerli_Sequencer: basegoerli_Sequencer; + basegoerli_Sequencer_filter: basegoerli_Sequencer_filter; + basegoerli_Setting: basegoerli_Setting; + basegoerli_Setting_filter: basegoerli_Setting_filter; + basegoerli_SlippageUpdate: basegoerli_SlippageUpdate; + basegoerli_SlippageUpdate_filter: basegoerli_SlippageUpdate_filter; + basegoerli_SnapshotRoot: basegoerli_SnapshotRoot; + basegoerli_SnapshotRoot_filter: basegoerli_SnapshotRoot_filter; + basegoerli_SpokeConnectorMode: basegoerli_SpokeConnectorMode; + basegoerli_SpokeConnectorMode_filter: basegoerli_SpokeConnectorMode_filter; + basegoerli__Block_: basegoerli__Block_; + basegoerli__Meta_: basegoerli__Meta_; + optimismgoerli_AggregateRoot: optimismgoerli_AggregateRoot; + optimismgoerli_AggregateRootProposed: optimismgoerli_AggregateRootProposed; + optimismgoerli_AggregateRootProposed_filter: optimismgoerli_AggregateRootProposed_filter; + optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; + optimismgoerli_Asset: optimismgoerli_Asset; + optimismgoerli_AssetBalance: optimismgoerli_AssetBalance; + optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; + optimismgoerli_AssetStatus: optimismgoerli_AssetStatus; + optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; + optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; + optimismgoerli_BigDecimal: Scalars['optimismgoerli_BigDecimal']; + optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; + optimismgoerli_Block_height: optimismgoerli_Block_height; + optimismgoerli_Bytes: Scalars['optimismgoerli_Bytes']; + optimismgoerli_ConnectorMeta: optimismgoerli_ConnectorMeta; + optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; + optimismgoerli_DestinationTransfer: optimismgoerli_DestinationTransfer; + optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; + optimismgoerli_Int8: Scalars['optimismgoerli_Int8']; + optimismgoerli_OptimisticRootFinalized: optimismgoerli_OptimisticRootFinalized; + optimismgoerli_OptimisticRootFinalized_filter: optimismgoerli_OptimisticRootFinalized_filter; + optimismgoerli_OriginMessage: optimismgoerli_OriginMessage; + optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; + optimismgoerli_OriginTransfer: optimismgoerli_OriginTransfer; + optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; + optimismgoerli_Relayer: optimismgoerli_Relayer; + optimismgoerli_RelayerFee: optimismgoerli_RelayerFee; + optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; + optimismgoerli_RelayerFeesIncrease: optimismgoerli_RelayerFeesIncrease; + optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; + optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; + optimismgoerli_RootCount: optimismgoerli_RootCount; + optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; + optimismgoerli_RootMessageSent: optimismgoerli_RootMessageSent; + optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; + optimismgoerli_Router: optimismgoerli_Router; + optimismgoerli_RouterDailyTVL: optimismgoerli_RouterDailyTVL; + optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; + optimismgoerli_RouterLiquidityEvent: optimismgoerli_RouterLiquidityEvent; + optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; + optimismgoerli_Router_filter: optimismgoerli_Router_filter; + optimismgoerli_Sequencer: optimismgoerli_Sequencer; + optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; + optimismgoerli_Setting: optimismgoerli_Setting; + optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; + optimismgoerli_SlippageUpdate: optimismgoerli_SlippageUpdate; + optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; + optimismgoerli_SnapshotRoot: optimismgoerli_SnapshotRoot; + optimismgoerli_SnapshotRoot_filter: optimismgoerli_SnapshotRoot_filter; + optimismgoerli_SpokeConnectorMode: optimismgoerli_SpokeConnectorMode; + optimismgoerli_SpokeConnectorMode_filter: optimismgoerli_SpokeConnectorMode_filter; + optimismgoerli__Block_: optimismgoerli__Block_; + optimismgoerli__Meta_: optimismgoerli__Meta_; + mainnet_AggregateRoot: mainnet_AggregateRoot; + mainnet_AggregateRootProposed: mainnet_AggregateRootProposed; + mainnet_AggregateRootProposed_filter: mainnet_AggregateRootProposed_filter; + mainnet_AggregateRoot_filter: mainnet_AggregateRoot_filter; + mainnet_Asset: mainnet_Asset; + mainnet_AssetBalance: mainnet_AssetBalance; + mainnet_AssetBalance_filter: mainnet_AssetBalance_filter; + mainnet_AssetStatus: mainnet_AssetStatus; + mainnet_AssetStatus_filter: mainnet_AssetStatus_filter; + mainnet_Asset_filter: mainnet_Asset_filter; + mainnet_ConnectorMeta: mainnet_ConnectorMeta; + mainnet_ConnectorMeta_filter: mainnet_ConnectorMeta_filter; + mainnet_DestinationTransfer: mainnet_DestinationTransfer; + mainnet_DestinationTransfer_filter: mainnet_DestinationTransfer_filter; + mainnet_OptimisticRootFinalized: mainnet_OptimisticRootFinalized; + mainnet_OptimisticRootFinalized_filter: mainnet_OptimisticRootFinalized_filter; + mainnet_OriginMessage: mainnet_OriginMessage; + mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; + mainnet_OriginTransfer: mainnet_OriginTransfer; + mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; + mainnet_Relayer: mainnet_Relayer; + mainnet_RelayerFee: mainnet_RelayerFee; + mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; + mainnet_RelayerFeesIncrease: mainnet_RelayerFeesIncrease; + mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; + mainnet_Relayer_filter: mainnet_Relayer_filter; + mainnet_RootCount: mainnet_RootCount; + mainnet_RootCount_filter: mainnet_RootCount_filter; + mainnet_RootMessageSent: mainnet_RootMessageSent; + mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; + mainnet_Router: mainnet_Router; + mainnet_RouterDailyTVL: mainnet_RouterDailyTVL; + mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; + mainnet_RouterLiquidityEvent: mainnet_RouterLiquidityEvent; + mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; + mainnet_Router_filter: mainnet_Router_filter; + mainnet_Sequencer: mainnet_Sequencer; + mainnet_Sequencer_filter: mainnet_Sequencer_filter; + mainnet_Setting: mainnet_Setting; + mainnet_Setting_filter: mainnet_Setting_filter; + mainnet_SlippageUpdate: mainnet_SlippageUpdate; + mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; + mainnet_SnapshotRoot: mainnet_SnapshotRoot; + mainnet_SnapshotRoot_filter: mainnet_SnapshotRoot_filter; + mainnet_SpokeConnectorMode: mainnet_SpokeConnectorMode; + mainnet_SpokeConnectorMode_filter: mainnet_SpokeConnectorMode_filter; + mode_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_; + 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_; + polygon_AggregateRoot: polygon_AggregateRoot; + polygon_AggregateRootProposed: polygon_AggregateRootProposed; + polygon_AggregateRootProposed_filter: polygon_AggregateRootProposed_filter; + polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; + polygon_Asset: polygon_Asset; + polygon_AssetBalance: polygon_AssetBalance; + polygon_AssetBalance_filter: polygon_AssetBalance_filter; + polygon_AssetStatus: polygon_AssetStatus; + polygon_AssetStatus_filter: polygon_AssetStatus_filter; + polygon_Asset_filter: polygon_Asset_filter; + polygon_BigDecimal: Scalars['polygon_BigDecimal']; + polygon_BlockChangedFilter: polygon_BlockChangedFilter; + polygon_Block_height: polygon_Block_height; + polygon_Bytes: Scalars['polygon_Bytes']; + polygon_ConnectorMeta: polygon_ConnectorMeta; + polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; + polygon_DestinationTransfer: polygon_DestinationTransfer; + polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; + polygon_Int8: Scalars['polygon_Int8']; + polygon_OptimisticRootFinalized: polygon_OptimisticRootFinalized; + polygon_OptimisticRootFinalized_filter: polygon_OptimisticRootFinalized_filter; + polygon_OriginMessage: polygon_OriginMessage; + polygon_OriginMessage_filter: polygon_OriginMessage_filter; + polygon_OriginTransfer: polygon_OriginTransfer; + polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; + polygon_Relayer: polygon_Relayer; + polygon_RelayerFee: polygon_RelayerFee; + polygon_RelayerFee_filter: polygon_RelayerFee_filter; + polygon_RelayerFeesIncrease: polygon_RelayerFeesIncrease; + polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; + polygon_Relayer_filter: polygon_Relayer_filter; + polygon_RootCount: polygon_RootCount; + polygon_RootCount_filter: polygon_RootCount_filter; + polygon_RootMessageSent: polygon_RootMessageSent; + polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; + polygon_Router: polygon_Router; + polygon_RouterDailyTVL: polygon_RouterDailyTVL; + polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; + polygon_RouterLiquidityEvent: polygon_RouterLiquidityEvent; + polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; + polygon_Router_filter: polygon_Router_filter; + polygon_Sequencer: polygon_Sequencer; + polygon_Sequencer_filter: polygon_Sequencer_filter; + polygon_Setting: polygon_Setting; + polygon_Setting_filter: polygon_Setting_filter; + polygon_SlippageUpdate: polygon_SlippageUpdate; + polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; + polygon_SnapshotRoot: polygon_SnapshotRoot; + polygon_SnapshotRoot_filter: polygon_SnapshotRoot_filter; + polygon_SpokeConnectorMode: polygon_SpokeConnectorMode; + polygon_SpokeConnectorMode_filter: polygon_SpokeConnectorMode_filter; + polygon__Block_: polygon__Block_; + polygon__Meta_: polygon__Meta_; + goerli_AggregateRoot: goerli_AggregateRoot; + goerli_AggregateRootProposed: goerli_AggregateRootProposed; + goerli_AggregateRootProposed_filter: goerli_AggregateRootProposed_filter; + goerli_AggregateRoot_filter: goerli_AggregateRoot_filter; + goerli_Asset: goerli_Asset; + goerli_AssetBalance: goerli_AssetBalance; + goerli_AssetBalance_filter: goerli_AssetBalance_filter; + goerli_AssetStatus: goerli_AssetStatus; + goerli_AssetStatus_filter: goerli_AssetStatus_filter; + goerli_Asset_filter: goerli_Asset_filter; + goerli_ConnectorMeta: goerli_ConnectorMeta; + goerli_ConnectorMeta_filter: goerli_ConnectorMeta_filter; + goerli_DestinationTransfer: goerli_DestinationTransfer; + goerli_DestinationTransfer_filter: goerli_DestinationTransfer_filter; + goerli_OptimisticRootFinalized: goerli_OptimisticRootFinalized; + goerli_OptimisticRootFinalized_filter: goerli_OptimisticRootFinalized_filter; + goerli_OriginMessage: goerli_OriginMessage; + goerli_OriginMessage_filter: goerli_OriginMessage_filter; + goerli_OriginTransfer: goerli_OriginTransfer; + goerli_OriginTransfer_filter: goerli_OriginTransfer_filter; + goerli_Relayer: goerli_Relayer; + goerli_RelayerFee: goerli_RelayerFee; + goerli_RelayerFee_filter: goerli_RelayerFee_filter; + goerli_RelayerFeesIncrease: goerli_RelayerFeesIncrease; + goerli_RelayerFeesIncrease_filter: goerli_RelayerFeesIncrease_filter; + goerli_Relayer_filter: goerli_Relayer_filter; + goerli_RootCount: goerli_RootCount; + goerli_RootCount_filter: goerli_RootCount_filter; + goerli_RootMessageSent: goerli_RootMessageSent; + goerli_RootMessageSent_filter: goerli_RootMessageSent_filter; + goerli_Router: goerli_Router; + goerli_RouterDailyTVL: goerli_RouterDailyTVL; + goerli_RouterDailyTVL_filter: goerli_RouterDailyTVL_filter; + goerli_RouterLiquidityEvent: goerli_RouterLiquidityEvent; + goerli_RouterLiquidityEvent_filter: goerli_RouterLiquidityEvent_filter; + goerli_Router_filter: goerli_Router_filter; + goerli_Sequencer: goerli_Sequencer; + goerli_Sequencer_filter: goerli_Sequencer_filter; + goerli_Setting: goerli_Setting; + goerli_Setting_filter: goerli_Setting_filter; + goerli_SlippageUpdate: goerli_SlippageUpdate; + goerli_SlippageUpdate_filter: goerli_SlippageUpdate_filter; + goerli_SnapshotRoot: goerli_SnapshotRoot; + goerli_SnapshotRoot_filter: goerli_SnapshotRoot_filter; + goerli_SpokeConnectorMode: goerli_SpokeConnectorMode; + goerli_SpokeConnectorMode_filter: goerli_SpokeConnectorMode_filter; + mumbai_AggregateRoot: mumbai_AggregateRoot; + mumbai_AggregateRootProposed: mumbai_AggregateRootProposed; + mumbai_AggregateRootProposed_filter: mumbai_AggregateRootProposed_filter; + mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; + mumbai_Asset: mumbai_Asset; + mumbai_AssetBalance: mumbai_AssetBalance; + mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; + mumbai_AssetStatus: mumbai_AssetStatus; + mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; + mumbai_Asset_filter: mumbai_Asset_filter; + mumbai_BigDecimal: Scalars['mumbai_BigDecimal']; + mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; + mumbai_Block_height: mumbai_Block_height; + mumbai_Bytes: Scalars['mumbai_Bytes']; + mumbai_ConnectorMeta: mumbai_ConnectorMeta; + mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; + mumbai_DestinationTransfer: mumbai_DestinationTransfer; + mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; + mumbai_Int8: Scalars['mumbai_Int8']; + mumbai_OptimisticRootFinalized: mumbai_OptimisticRootFinalized; + mumbai_OptimisticRootFinalized_filter: mumbai_OptimisticRootFinalized_filter; + mumbai_OriginMessage: mumbai_OriginMessage; + mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; + mumbai_OriginTransfer: mumbai_OriginTransfer; + mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; + mumbai_Relayer: mumbai_Relayer; + mumbai_RelayerFee: mumbai_RelayerFee; + mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; + mumbai_RelayerFeesIncrease: mumbai_RelayerFeesIncrease; + mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; + mumbai_Relayer_filter: mumbai_Relayer_filter; + mumbai_RootCount: mumbai_RootCount; + mumbai_RootCount_filter: mumbai_RootCount_filter; + mumbai_RootMessageSent: mumbai_RootMessageSent; + mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; + mumbai_Router: mumbai_Router; + mumbai_RouterDailyTVL: mumbai_RouterDailyTVL; + mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; + mumbai_RouterLiquidityEvent: mumbai_RouterLiquidityEvent; + mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; + mumbai_Router_filter: mumbai_Router_filter; + mumbai_Sequencer: mumbai_Sequencer; + mumbai_Sequencer_filter: mumbai_Sequencer_filter; + mumbai_Setting: mumbai_Setting; + mumbai_Setting_filter: mumbai_Setting_filter; + mumbai_SlippageUpdate: mumbai_SlippageUpdate; + mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; + mumbai_SnapshotRoot: mumbai_SnapshotRoot; + mumbai_SnapshotRoot_filter: mumbai_SnapshotRoot_filter; + mumbai_SpokeConnectorMode: mumbai_SpokeConnectorMode; + mumbai_SpokeConnectorMode_filter: mumbai_SpokeConnectorMode_filter; + mumbai__Block_: mumbai__Block_; + mumbai__Meta_: mumbai__Meta_; + staginggoerli_AggregateRoot: staginggoerli_AggregateRoot; + staginggoerli_AggregateRootProposed: staginggoerli_AggregateRootProposed; + staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; + staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; + staginggoerli_Asset: staginggoerli_Asset; + staginggoerli_AssetBalance: staginggoerli_AssetBalance; + staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; + staginggoerli_AssetStatus: staginggoerli_AssetStatus; + staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; + staginggoerli_Asset_filter: staginggoerli_Asset_filter; + staginggoerli_ConnectorMeta: staginggoerli_ConnectorMeta; + staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; + staginggoerli_DestinationTransfer: staginggoerli_DestinationTransfer; + staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; + staginggoerli_OptimisticRootFinalized: staginggoerli_OptimisticRootFinalized; + staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; + staginggoerli_OriginMessage: staginggoerli_OriginMessage; + staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; + staginggoerli_OriginTransfer: staginggoerli_OriginTransfer; + staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; + staginggoerli_Relayer: staginggoerli_Relayer; + staginggoerli_RelayerFee: staginggoerli_RelayerFee; + staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; + staginggoerli_RelayerFeesIncrease: staginggoerli_RelayerFeesIncrease; + staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; + staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; + staginggoerli_RootCount: staginggoerli_RootCount; + staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; + staginggoerli_RootMessageSent: staginggoerli_RootMessageSent; + staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; + staginggoerli_Router: staginggoerli_Router; + staginggoerli_RouterDailyTVL: staginggoerli_RouterDailyTVL; + staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; + staginggoerli_RouterLiquidityEvent: staginggoerli_RouterLiquidityEvent; + staginggoerli_RouterLiquidityEvent_filter: staginggoerli_RouterLiquidityEvent_filter; + staginggoerli_Router_filter: staginggoerli_Router_filter; + staginggoerli_Sequencer: staginggoerli_Sequencer; + staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; + staginggoerli_Setting: staginggoerli_Setting; + staginggoerli_Setting_filter: staginggoerli_Setting_filter; + staginggoerli_SlippageUpdate: staginggoerli_SlippageUpdate; + staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; + staginggoerli_SnapshotRoot: staginggoerli_SnapshotRoot; + staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; + staginggoerli_SpokeConnectorMode: staginggoerli_SpokeConnectorMode; + staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; + 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_; + 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_; + 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_; + avalanche_AggregateRoot: avalanche_AggregateRoot; + avalanche_AggregateRootProposed: avalanche_AggregateRootProposed; + avalanche_AggregateRootProposed_filter: avalanche_AggregateRootProposed_filter; + avalanche_AggregateRoot_filter: avalanche_AggregateRoot_filter; + avalanche_Asset: avalanche_Asset; + avalanche_AssetBalance: avalanche_AssetBalance; + avalanche_AssetBalance_filter: avalanche_AssetBalance_filter; + avalanche_AssetStatus: avalanche_AssetStatus; + avalanche_AssetStatus_filter: avalanche_AssetStatus_filter; + avalanche_Asset_filter: avalanche_Asset_filter; + avalanche_BigDecimal: Scalars['avalanche_BigDecimal']; + avalanche_BlockChangedFilter: avalanche_BlockChangedFilter; + avalanche_Block_height: avalanche_Block_height; + avalanche_Bytes: Scalars['avalanche_Bytes']; + avalanche_ConnectorMeta: avalanche_ConnectorMeta; + avalanche_ConnectorMeta_filter: avalanche_ConnectorMeta_filter; + avalanche_DestinationTransfer: avalanche_DestinationTransfer; + avalanche_DestinationTransfer_filter: avalanche_DestinationTransfer_filter; + avalanche_Int8: Scalars['avalanche_Int8']; + avalanche_OptimisticRootFinalized: avalanche_OptimisticRootFinalized; + avalanche_OptimisticRootFinalized_filter: avalanche_OptimisticRootFinalized_filter; + avalanche_OriginMessage: avalanche_OriginMessage; + avalanche_OriginMessage_filter: avalanche_OriginMessage_filter; + avalanche_OriginTransfer: avalanche_OriginTransfer; + avalanche_OriginTransfer_filter: avalanche_OriginTransfer_filter; + avalanche_Relayer: avalanche_Relayer; + avalanche_RelayerFee: avalanche_RelayerFee; + avalanche_RelayerFee_filter: avalanche_RelayerFee_filter; + avalanche_RelayerFeesIncrease: avalanche_RelayerFeesIncrease; + avalanche_RelayerFeesIncrease_filter: avalanche_RelayerFeesIncrease_filter; + avalanche_Relayer_filter: avalanche_Relayer_filter; + avalanche_RootCount: avalanche_RootCount; + avalanche_RootCount_filter: avalanche_RootCount_filter; + avalanche_RootMessageSent: avalanche_RootMessageSent; + avalanche_RootMessageSent_filter: avalanche_RootMessageSent_filter; + avalanche_Router: avalanche_Router; + avalanche_RouterDailyTVL: avalanche_RouterDailyTVL; + avalanche_RouterDailyTVL_filter: avalanche_RouterDailyTVL_filter; + avalanche_RouterLiquidityEvent: avalanche_RouterLiquidityEvent; + avalanche_RouterLiquidityEvent_filter: avalanche_RouterLiquidityEvent_filter; + avalanche_Router_filter: avalanche_Router_filter; + avalanche_Sequencer: avalanche_Sequencer; + avalanche_Sequencer_filter: avalanche_Sequencer_filter; + avalanche_Setting: avalanche_Setting; + avalanche_Setting_filter: avalanche_Setting_filter; + avalanche_SlippageUpdate: avalanche_SlippageUpdate; + avalanche_SlippageUpdate_filter: avalanche_SlippageUpdate_filter; + avalanche_SnapshotRoot: avalanche_SnapshotRoot; + avalanche_SnapshotRoot_filter: avalanche_SnapshotRoot_filter; + avalanche_SpokeConnectorMode: avalanche_SpokeConnectorMode; + avalanche_SpokeConnectorMode_filter: avalanche_SpokeConnectorMode_filter; + avalanche__Block_: avalanche__Block_; + avalanche__Meta_: avalanche__Meta_; + polygonzkevm_swap_AggregateRoot: polygonzkevm_swap_AggregateRoot; + polygonzkevm_swap_AggregateRootProposed: polygonzkevm_swap_AggregateRootProposed; + polygonzkevm_swap_AggregateRootProposed_filter: polygonzkevm_swap_AggregateRootProposed_filter; + polygonzkevm_swap_AggregateRoot_filter: polygonzkevm_swap_AggregateRoot_filter; + polygonzkevm_swap_Asset: polygonzkevm_swap_Asset; + polygonzkevm_swap_AssetBalance: polygonzkevm_swap_AssetBalance; + polygonzkevm_swap_AssetBalance_filter: polygonzkevm_swap_AssetBalance_filter; + polygonzkevm_swap_AssetStatus: polygonzkevm_swap_AssetStatus; + polygonzkevm_swap_AssetStatus_filter: polygonzkevm_swap_AssetStatus_filter; + polygonzkevm_swap_Asset_filter: polygonzkevm_swap_Asset_filter; + polygonzkevm_swap_BigDecimal: Scalars['polygonzkevm_swap_BigDecimal']; + polygonzkevm_swap_BlockChangedFilter: polygonzkevm_swap_BlockChangedFilter; + polygonzkevm_swap_Block_height: polygonzkevm_swap_Block_height; + polygonzkevm_swap_Bytes: Scalars['polygonzkevm_swap_Bytes']; + polygonzkevm_swap_ConnectorMeta: polygonzkevm_swap_ConnectorMeta; + polygonzkevm_swap_ConnectorMeta_filter: polygonzkevm_swap_ConnectorMeta_filter; + polygonzkevm_swap_DestinationTransfer: polygonzkevm_swap_DestinationTransfer; + polygonzkevm_swap_DestinationTransfer_filter: polygonzkevm_swap_DestinationTransfer_filter; + polygonzkevm_swap_Int8: Scalars['polygonzkevm_swap_Int8']; + polygonzkevm_swap_OptimisticRootFinalized: polygonzkevm_swap_OptimisticRootFinalized; + polygonzkevm_swap_OptimisticRootFinalized_filter: polygonzkevm_swap_OptimisticRootFinalized_filter; + polygonzkevm_swap_OriginMessage: polygonzkevm_swap_OriginMessage; + polygonzkevm_swap_OriginMessage_filter: polygonzkevm_swap_OriginMessage_filter; + polygonzkevm_swap_OriginTransfer: polygonzkevm_swap_OriginTransfer; + polygonzkevm_swap_OriginTransfer_filter: polygonzkevm_swap_OriginTransfer_filter; + polygonzkevm_swap_Relayer: polygonzkevm_swap_Relayer; + polygonzkevm_swap_RelayerFee: polygonzkevm_swap_RelayerFee; + polygonzkevm_swap_RelayerFee_filter: polygonzkevm_swap_RelayerFee_filter; + polygonzkevm_swap_RelayerFeesIncrease: polygonzkevm_swap_RelayerFeesIncrease; + polygonzkevm_swap_RelayerFeesIncrease_filter: polygonzkevm_swap_RelayerFeesIncrease_filter; + polygonzkevm_swap_Relayer_filter: polygonzkevm_swap_Relayer_filter; + polygonzkevm_swap_RootCount: polygonzkevm_swap_RootCount; + polygonzkevm_swap_RootCount_filter: polygonzkevm_swap_RootCount_filter; + polygonzkevm_swap_RootMessageSent: polygonzkevm_swap_RootMessageSent; + polygonzkevm_swap_RootMessageSent_filter: polygonzkevm_swap_RootMessageSent_filter; + polygonzkevm_swap_Router: polygonzkevm_swap_Router; + polygonzkevm_swap_RouterDailyTVL: polygonzkevm_swap_RouterDailyTVL; + polygonzkevm_swap_RouterDailyTVL_filter: polygonzkevm_swap_RouterDailyTVL_filter; + polygonzkevm_swap_RouterLiquidityEvent: polygonzkevm_swap_RouterLiquidityEvent; + polygonzkevm_swap_RouterLiquidityEvent_filter: polygonzkevm_swap_RouterLiquidityEvent_filter; + polygonzkevm_swap_Router_filter: polygonzkevm_swap_Router_filter; + polygonzkevm_swap_Sequencer: polygonzkevm_swap_Sequencer; + polygonzkevm_swap_Sequencer_filter: polygonzkevm_swap_Sequencer_filter; + polygonzkevm_swap_Setting: polygonzkevm_swap_Setting; + polygonzkevm_swap_Setting_filter: polygonzkevm_swap_Setting_filter; + polygonzkevm_swap_SlippageUpdate: polygonzkevm_swap_SlippageUpdate; + polygonzkevm_swap_SlippageUpdate_filter: polygonzkevm_swap_SlippageUpdate_filter; + polygonzkevm_swap_SnapshotRoot: polygonzkevm_swap_SnapshotRoot; + polygonzkevm_swap_SnapshotRoot_filter: polygonzkevm_swap_SnapshotRoot_filter; + polygonzkevm_swap_SpokeConnectorMode: polygonzkevm_swap_SpokeConnectorMode; + polygonzkevm_swap_SpokeConnectorMode_filter: polygonzkevm_swap_SpokeConnectorMode_filter; + polygonzkevm_swap__Block_: polygonzkevm_swap__Block_; + polygonzkevm_swap__Meta_: polygonzkevm_swap__Meta_; + polygonzkevm_AggregateRoot: polygonzkevm_AggregateRoot; + polygonzkevm_AggregateRootProposed: polygonzkevm_AggregateRootProposed; + polygonzkevm_AggregateRootProposed_filter: polygonzkevm_AggregateRootProposed_filter; + polygonzkevm_AggregateRoot_filter: polygonzkevm_AggregateRoot_filter; + polygonzkevm_Asset: polygonzkevm_Asset; + polygonzkevm_AssetBalance: polygonzkevm_AssetBalance; + polygonzkevm_AssetBalance_filter: polygonzkevm_AssetBalance_filter; + polygonzkevm_AssetStatus: polygonzkevm_AssetStatus; + polygonzkevm_AssetStatus_filter: polygonzkevm_AssetStatus_filter; + polygonzkevm_Asset_filter: polygonzkevm_Asset_filter; + polygonzkevm_BigDecimal: Scalars['polygonzkevm_BigDecimal']; + polygonzkevm_BlockChangedFilter: polygonzkevm_BlockChangedFilter; + polygonzkevm_Block_height: polygonzkevm_Block_height; + polygonzkevm_Bytes: Scalars['polygonzkevm_Bytes']; + polygonzkevm_ConnectorMeta: polygonzkevm_ConnectorMeta; + polygonzkevm_ConnectorMeta_filter: polygonzkevm_ConnectorMeta_filter; + polygonzkevm_DestinationTransfer: polygonzkevm_DestinationTransfer; + polygonzkevm_DestinationTransfer_filter: polygonzkevm_DestinationTransfer_filter; + polygonzkevm_Int8: Scalars['polygonzkevm_Int8']; + polygonzkevm_OptimisticRootFinalized: polygonzkevm_OptimisticRootFinalized; + polygonzkevm_OptimisticRootFinalized_filter: polygonzkevm_OptimisticRootFinalized_filter; + polygonzkevm_OriginMessage: polygonzkevm_OriginMessage; + polygonzkevm_OriginMessage_filter: polygonzkevm_OriginMessage_filter; + polygonzkevm_OriginTransfer: polygonzkevm_OriginTransfer; + polygonzkevm_OriginTransfer_filter: polygonzkevm_OriginTransfer_filter; + polygonzkevm_Relayer: polygonzkevm_Relayer; + polygonzkevm_RelayerFee: polygonzkevm_RelayerFee; + polygonzkevm_RelayerFee_filter: polygonzkevm_RelayerFee_filter; + polygonzkevm_RelayerFeesIncrease: polygonzkevm_RelayerFeesIncrease; + polygonzkevm_RelayerFeesIncrease_filter: polygonzkevm_RelayerFeesIncrease_filter; + polygonzkevm_Relayer_filter: polygonzkevm_Relayer_filter; + polygonzkevm_RootCount: polygonzkevm_RootCount; + polygonzkevm_RootCount_filter: polygonzkevm_RootCount_filter; + polygonzkevm_RootMessageSent: polygonzkevm_RootMessageSent; + polygonzkevm_RootMessageSent_filter: polygonzkevm_RootMessageSent_filter; + polygonzkevm_Router: polygonzkevm_Router; + polygonzkevm_RouterDailyTVL: polygonzkevm_RouterDailyTVL; + polygonzkevm_RouterDailyTVL_filter: polygonzkevm_RouterDailyTVL_filter; + polygonzkevm_RouterLiquidityEvent: polygonzkevm_RouterLiquidityEvent; + polygonzkevm_RouterLiquidityEvent_filter: polygonzkevm_RouterLiquidityEvent_filter; + polygonzkevm_Router_filter: polygonzkevm_Router_filter; + polygonzkevm_Sequencer: polygonzkevm_Sequencer; + polygonzkevm_Sequencer_filter: polygonzkevm_Sequencer_filter; + polygonzkevm_Setting: polygonzkevm_Setting; + polygonzkevm_Setting_filter: polygonzkevm_Setting_filter; + polygonzkevm_SlippageUpdate: polygonzkevm_SlippageUpdate; + polygonzkevm_SlippageUpdate_filter: polygonzkevm_SlippageUpdate_filter; + polygonzkevm_SnapshotRoot: polygonzkevm_SnapshotRoot; + polygonzkevm_SnapshotRoot_filter: polygonzkevm_SnapshotRoot_filter; + polygonzkevm_SpokeConnectorMode: polygonzkevm_SpokeConnectorMode; + polygonzkevm_SpokeConnectorMode_filter: polygonzkevm_SpokeConnectorMode_filter; + polygonzkevm__Block_: polygonzkevm__Block_; + polygonzkevm__Meta_: polygonzkevm__Meta_; + 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_; + localmainnet_AggregateRoot: localmainnet_AggregateRoot; + localmainnet_AggregateRootProposed: localmainnet_AggregateRootProposed; + localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; + localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; + localmainnet_Asset: localmainnet_Asset; + localmainnet_AssetBalance: localmainnet_AssetBalance; + localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; + localmainnet_AssetStatus: localmainnet_AssetStatus; + localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; + localmainnet_Asset_filter: localmainnet_Asset_filter; + localmainnet_ConnectorMeta: localmainnet_ConnectorMeta; + localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; + localmainnet_DestinationTransfer: localmainnet_DestinationTransfer; + localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; + localmainnet_OptimisticRootFinalized: localmainnet_OptimisticRootFinalized; + localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; + localmainnet_OriginMessage: localmainnet_OriginMessage; + localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; + localmainnet_OriginTransfer: localmainnet_OriginTransfer; + localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; + localmainnet_Relayer: localmainnet_Relayer; + localmainnet_RelayerFee: localmainnet_RelayerFee; + localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; + localmainnet_RelayerFeesIncrease: localmainnet_RelayerFeesIncrease; + localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; + localmainnet_Relayer_filter: localmainnet_Relayer_filter; + localmainnet_RootCount: localmainnet_RootCount; + localmainnet_RootCount_filter: localmainnet_RootCount_filter; + localmainnet_RootMessageSent: localmainnet_RootMessageSent; + localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; + localmainnet_Router: localmainnet_Router; + localmainnet_RouterDailyTVL: localmainnet_RouterDailyTVL; + localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; + localmainnet_RouterLiquidityEvent: localmainnet_RouterLiquidityEvent; + localmainnet_RouterLiquidityEvent_filter: localmainnet_RouterLiquidityEvent_filter; + localmainnet_Router_filter: localmainnet_Router_filter; + localmainnet_Sequencer: localmainnet_Sequencer; + localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; + localmainnet_Setting: localmainnet_Setting; + localmainnet_Setting_filter: localmainnet_Setting_filter; + localmainnet_SlippageUpdate: localmainnet_SlippageUpdate; + localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; + localmainnet_SnapshotRoot: localmainnet_SnapshotRoot; + localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; + localmainnet_SpokeConnectorMode: localmainnet_SpokeConnectorMode; + localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; + localarbitrumone_AggregateRoot: localarbitrumone_AggregateRoot; + localarbitrumone_AggregateRootProposed: localarbitrumone_AggregateRootProposed; + localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; + localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; + localarbitrumone_Asset: localarbitrumone_Asset; + localarbitrumone_AssetBalance: localarbitrumone_AssetBalance; + localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; + localarbitrumone_AssetStatus: localarbitrumone_AssetStatus; + localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; + localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; + localarbitrumone_BigDecimal: Scalars['localarbitrumone_BigDecimal']; + localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; + localarbitrumone_Block_height: localarbitrumone_Block_height; + localarbitrumone_Bytes: Scalars['localarbitrumone_Bytes']; + localarbitrumone_ConnectorMeta: localarbitrumone_ConnectorMeta; + localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; + localarbitrumone_DestinationTransfer: localarbitrumone_DestinationTransfer; + localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; + localarbitrumone_Int8: Scalars['localarbitrumone_Int8']; + localarbitrumone_OptimisticRootFinalized: localarbitrumone_OptimisticRootFinalized; + localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; + localarbitrumone_OriginMessage: localarbitrumone_OriginMessage; + localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; + localarbitrumone_OriginTransfer: localarbitrumone_OriginTransfer; + localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; + localarbitrumone_Relayer: localarbitrumone_Relayer; + localarbitrumone_RelayerFee: localarbitrumone_RelayerFee; + localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; + localarbitrumone_RelayerFeesIncrease: localarbitrumone_RelayerFeesIncrease; + localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; + localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; + localarbitrumone_RootCount: localarbitrumone_RootCount; + localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; + localarbitrumone_RootMessageSent: localarbitrumone_RootMessageSent; + localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; + localarbitrumone_Router: localarbitrumone_Router; + localarbitrumone_RouterDailyTVL: localarbitrumone_RouterDailyTVL; + localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; + localarbitrumone_RouterLiquidityEvent: localarbitrumone_RouterLiquidityEvent; + localarbitrumone_RouterLiquidityEvent_filter: localarbitrumone_RouterLiquidityEvent_filter; + localarbitrumone_Router_filter: localarbitrumone_Router_filter; + localarbitrumone_Sequencer: localarbitrumone_Sequencer; + localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; + localarbitrumone_Setting: localarbitrumone_Setting; + localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; + localarbitrumone_SlippageUpdate: localarbitrumone_SlippageUpdate; + localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; + localarbitrumone_SnapshotRoot: localarbitrumone_SnapshotRoot; + localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; + localarbitrumone_SpokeConnectorMode: localarbitrumone_SpokeConnectorMode; + localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; + localarbitrumone__Block_: localarbitrumone__Block_; + localarbitrumone__Meta_: localarbitrumone__Meta_; + 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_; + stagingxdai_AggregateRoot: stagingxdai_AggregateRoot; + stagingxdai_AggregateRootProposed: stagingxdai_AggregateRootProposed; + stagingxdai_AggregateRootProposed_filter: stagingxdai_AggregateRootProposed_filter; + stagingxdai_AggregateRoot_filter: stagingxdai_AggregateRoot_filter; + stagingxdai_Asset: stagingxdai_Asset; + stagingxdai_AssetBalance: stagingxdai_AssetBalance; + stagingxdai_AssetBalance_filter: stagingxdai_AssetBalance_filter; + stagingxdai_AssetStatus: stagingxdai_AssetStatus; + stagingxdai_AssetStatus_filter: stagingxdai_AssetStatus_filter; + stagingxdai_Asset_filter: stagingxdai_Asset_filter; + stagingxdai_BigDecimal: Scalars['stagingxdai_BigDecimal']; + stagingxdai_BlockChangedFilter: stagingxdai_BlockChangedFilter; + stagingxdai_Block_height: stagingxdai_Block_height; + stagingxdai_Bytes: Scalars['stagingxdai_Bytes']; + stagingxdai_ConnectorMeta: stagingxdai_ConnectorMeta; + stagingxdai_ConnectorMeta_filter: stagingxdai_ConnectorMeta_filter; + stagingxdai_DestinationTransfer: stagingxdai_DestinationTransfer; + stagingxdai_DestinationTransfer_filter: stagingxdai_DestinationTransfer_filter; + stagingxdai_Int8: Scalars['stagingxdai_Int8']; + stagingxdai_OptimisticRootFinalized: stagingxdai_OptimisticRootFinalized; + stagingxdai_OptimisticRootFinalized_filter: stagingxdai_OptimisticRootFinalized_filter; + stagingxdai_OriginMessage: stagingxdai_OriginMessage; + stagingxdai_OriginMessage_filter: stagingxdai_OriginMessage_filter; + stagingxdai_OriginTransfer: stagingxdai_OriginTransfer; + stagingxdai_OriginTransfer_filter: stagingxdai_OriginTransfer_filter; + stagingxdai_Relayer: stagingxdai_Relayer; + stagingxdai_RelayerFee: stagingxdai_RelayerFee; + stagingxdai_RelayerFee_filter: stagingxdai_RelayerFee_filter; + stagingxdai_RelayerFeesIncrease: stagingxdai_RelayerFeesIncrease; + stagingxdai_RelayerFeesIncrease_filter: stagingxdai_RelayerFeesIncrease_filter; + stagingxdai_Relayer_filter: stagingxdai_Relayer_filter; + stagingxdai_RootCount: stagingxdai_RootCount; + stagingxdai_RootCount_filter: stagingxdai_RootCount_filter; + stagingxdai_RootMessageSent: stagingxdai_RootMessageSent; + stagingxdai_RootMessageSent_filter: stagingxdai_RootMessageSent_filter; + stagingxdai_Router: stagingxdai_Router; + stagingxdai_RouterDailyTVL: stagingxdai_RouterDailyTVL; + stagingxdai_RouterDailyTVL_filter: stagingxdai_RouterDailyTVL_filter; + stagingxdai_RouterLiquidityEvent: stagingxdai_RouterLiquidityEvent; + stagingxdai_RouterLiquidityEvent_filter: stagingxdai_RouterLiquidityEvent_filter; + stagingxdai_Router_filter: stagingxdai_Router_filter; + stagingxdai_Sequencer: stagingxdai_Sequencer; + stagingxdai_Sequencer_filter: stagingxdai_Sequencer_filter; + stagingxdai_Setting: stagingxdai_Setting; + stagingxdai_Setting_filter: stagingxdai_Setting_filter; + stagingxdai_SlippageUpdate: stagingxdai_SlippageUpdate; + stagingxdai_SlippageUpdate_filter: stagingxdai_SlippageUpdate_filter; + stagingxdai_SnapshotRoot: stagingxdai_SnapshotRoot; + stagingxdai_SnapshotRoot_filter: stagingxdai_SnapshotRoot_filter; + stagingxdai_SpokeConnectorMode: stagingxdai_SpokeConnectorMode; + stagingxdai_SpokeConnectorMode_filter: stagingxdai_SpokeConnectorMode_filter; + stagingxdai__Block_: stagingxdai__Block_; + stagingxdai__Meta_: stagingxdai__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_; + 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_; + 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_; + 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_; + stagingbnb_AggregateRoot: stagingbnb_AggregateRoot; + stagingbnb_AggregateRootProposed: stagingbnb_AggregateRootProposed; + stagingbnb_AggregateRootProposed_filter: stagingbnb_AggregateRootProposed_filter; + stagingbnb_AggregateRoot_filter: stagingbnb_AggregateRoot_filter; + stagingbnb_Asset: stagingbnb_Asset; + stagingbnb_AssetBalance: stagingbnb_AssetBalance; + stagingbnb_AssetBalance_filter: stagingbnb_AssetBalance_filter; + stagingbnb_AssetStatus: stagingbnb_AssetStatus; + stagingbnb_AssetStatus_filter: stagingbnb_AssetStatus_filter; + stagingbnb_Asset_filter: stagingbnb_Asset_filter; + stagingbnb_BigDecimal: Scalars['stagingbnb_BigDecimal']; + stagingbnb_BlockChangedFilter: stagingbnb_BlockChangedFilter; + stagingbnb_Block_height: stagingbnb_Block_height; + stagingbnb_Bytes: Scalars['stagingbnb_Bytes']; + stagingbnb_ConnectorMeta: stagingbnb_ConnectorMeta; + stagingbnb_ConnectorMeta_filter: stagingbnb_ConnectorMeta_filter; + stagingbnb_DestinationTransfer: stagingbnb_DestinationTransfer; + stagingbnb_DestinationTransfer_filter: stagingbnb_DestinationTransfer_filter; + stagingbnb_Int8: Scalars['stagingbnb_Int8']; + stagingbnb_OptimisticRootFinalized: stagingbnb_OptimisticRootFinalized; + stagingbnb_OptimisticRootFinalized_filter: stagingbnb_OptimisticRootFinalized_filter; + 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_; + 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_; + 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_; + 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_; + localoptimism_AggregateRoot: localoptimism_AggregateRoot; + localoptimism_AggregateRootProposed: localoptimism_AggregateRootProposed; + localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; + localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; + localoptimism_Asset: localoptimism_Asset; + localoptimism_AssetBalance: localoptimism_AssetBalance; + localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; + localoptimism_AssetStatus: localoptimism_AssetStatus; + localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; + localoptimism_Asset_filter: localoptimism_Asset_filter; + localoptimism_BigDecimal: Scalars['localoptimism_BigDecimal']; + localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; + localoptimism_Block_height: localoptimism_Block_height; + localoptimism_Bytes: Scalars['localoptimism_Bytes']; + localoptimism_ConnectorMeta: localoptimism_ConnectorMeta; + localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; + localoptimism_DestinationTransfer: localoptimism_DestinationTransfer; + localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; + localoptimism_Int8: Scalars['localoptimism_Int8']; + localoptimism_OptimisticRootFinalized: localoptimism_OptimisticRootFinalized; + localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; + localoptimism_OriginMessage: localoptimism_OriginMessage; + localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; + localoptimism_OriginTransfer: localoptimism_OriginTransfer; + localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; + localoptimism_Relayer: localoptimism_Relayer; + localoptimism_RelayerFee: localoptimism_RelayerFee; + localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; + localoptimism_RelayerFeesIncrease: localoptimism_RelayerFeesIncrease; + localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; + localoptimism_Relayer_filter: localoptimism_Relayer_filter; + localoptimism_RootCount: localoptimism_RootCount; + localoptimism_RootCount_filter: localoptimism_RootCount_filter; + localoptimism_RootMessageSent: localoptimism_RootMessageSent; + localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; + localoptimism_Router: localoptimism_Router; + localoptimism_RouterDailyTVL: localoptimism_RouterDailyTVL; + localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; + localoptimism_RouterLiquidityEvent: localoptimism_RouterLiquidityEvent; + localoptimism_RouterLiquidityEvent_filter: localoptimism_RouterLiquidityEvent_filter; + localoptimism_Router_filter: localoptimism_Router_filter; + localoptimism_Sequencer: localoptimism_Sequencer; + localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; + localoptimism_Setting: localoptimism_Setting; + localoptimism_Setting_filter: localoptimism_Setting_filter; + localoptimism_SlippageUpdate: localoptimism_SlippageUpdate; + localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; + localoptimism_SnapshotRoot: localoptimism_SnapshotRoot; + localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; + localoptimism_SpokeConnectorMode: localoptimism_SpokeConnectorMode; + localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; + localoptimism__Block_: localoptimism__Block_; + localoptimism__Meta_: localoptimism__Meta_; + 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_; + 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_; + 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_; + x1testnet_AggregateRoot: x1testnet_AggregateRoot; + x1testnet_AggregateRootProposed: x1testnet_AggregateRootProposed; + x1testnet_AggregateRootProposed_filter: x1testnet_AggregateRootProposed_filter; + x1testnet_AggregateRoot_filter: x1testnet_AggregateRoot_filter; + x1testnet_Asset: x1testnet_Asset; + x1testnet_AssetBalance: x1testnet_AssetBalance; + x1testnet_AssetBalance_filter: x1testnet_AssetBalance_filter; + x1testnet_AssetStatus: x1testnet_AssetStatus; + x1testnet_AssetStatus_filter: x1testnet_AssetStatus_filter; + x1testnet_Asset_filter: x1testnet_Asset_filter; + x1testnet_BigDecimal: Scalars['x1testnet_BigDecimal']; + x1testnet_BlockChangedFilter: x1testnet_BlockChangedFilter; + x1testnet_Block_height: x1testnet_Block_height; + x1testnet_Bytes: Scalars['x1testnet_Bytes']; + x1testnet_ConnectorMeta: x1testnet_ConnectorMeta; + x1testnet_ConnectorMeta_filter: x1testnet_ConnectorMeta_filter; + x1testnet_DestinationTransfer: x1testnet_DestinationTransfer; + x1testnet_DestinationTransfer_filter: x1testnet_DestinationTransfer_filter; + x1testnet_Int8: Scalars['x1testnet_Int8']; + x1testnet_OptimisticRootFinalized: x1testnet_OptimisticRootFinalized; + x1testnet_OptimisticRootFinalized_filter: x1testnet_OptimisticRootFinalized_filter; + x1testnet_OriginMessage: x1testnet_OriginMessage; + x1testnet_OriginMessage_filter: x1testnet_OriginMessage_filter; + x1testnet_OriginTransfer: x1testnet_OriginTransfer; + x1testnet_OriginTransfer_filter: x1testnet_OriginTransfer_filter; + x1testnet_Relayer: x1testnet_Relayer; + x1testnet_RelayerFee: x1testnet_RelayerFee; + x1testnet_RelayerFee_filter: x1testnet_RelayerFee_filter; + x1testnet_RelayerFeesIncrease: x1testnet_RelayerFeesIncrease; + x1testnet_RelayerFeesIncrease_filter: x1testnet_RelayerFeesIncrease_filter; + x1testnet_Relayer_filter: x1testnet_Relayer_filter; + x1testnet_RootCount: x1testnet_RootCount; + x1testnet_RootCount_filter: x1testnet_RootCount_filter; + x1testnet_RootMessageSent: x1testnet_RootMessageSent; + x1testnet_RootMessageSent_filter: x1testnet_RootMessageSent_filter; + x1testnet_Router: x1testnet_Router; + x1testnet_RouterDailyTVL: x1testnet_RouterDailyTVL; + x1testnet_RouterDailyTVL_filter: x1testnet_RouterDailyTVL_filter; + x1testnet_RouterLiquidityEvent: x1testnet_RouterLiquidityEvent; + x1testnet_RouterLiquidityEvent_filter: x1testnet_RouterLiquidityEvent_filter; + x1testnet_Router_filter: x1testnet_Router_filter; + x1testnet_Sequencer: x1testnet_Sequencer; + x1testnet_Sequencer_filter: x1testnet_Sequencer_filter; + x1testnet_Setting: x1testnet_Setting; + x1testnet_Setting_filter: x1testnet_Setting_filter; + x1testnet_SlippageUpdate: x1testnet_SlippageUpdate; + x1testnet_SlippageUpdate_filter: x1testnet_SlippageUpdate_filter; + x1testnet_SnapshotRoot: x1testnet_SnapshotRoot; + x1testnet_SnapshotRoot_filter: x1testnet_SnapshotRoot_filter; + x1testnet_SpokeConnectorMode: x1testnet_SpokeConnectorMode; + x1testnet_SpokeConnectorMode_filter: x1testnet_SpokeConnectorMode_filter; + x1testnet__Block_: x1testnet__Block_; + x1testnet__Meta_: x1testnet__Meta_; +}>; + +export type entityDirectiveArgs = { }; + +export type entityDirectiveResolver = DirectiveResolverFn; + +export type subgraphIdDirectiveArgs = { + id: Scalars['String']; +}; + +export type subgraphIdDirectiveResolver = DirectiveResolverFn; + +export type derivedFromDirectiveArgs = { + field: Scalars['String']; +}; + +export type derivedFromDirectiveResolver = DirectiveResolverFn; + +export type QueryResolvers = ResolversObject<{ + staginggoerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli__meta?: Resolver, ParentType, ContextType, Partial>; + testgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + testoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + stagingoptimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + mumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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>; + optimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + lineagoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli__meta?: Resolver, ParentType, ContextType, Partial>; + optimism_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingmumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; + goerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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_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>; + 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>; + goerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + goerli_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + goerli_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + goerli_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + goerli_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + goerli_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + goerli_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + goerli_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_x1ConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_x1ConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + goerli_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + goerli_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + goerli__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>; + bnb_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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>; + xdai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap__meta?: Resolver, ParentType, ContextType, Partial>; + linea_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap__meta?: Resolver, ParentType, ContextType, Partial>; + arbitrumone_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + localmainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet__meta?: Resolver, ParentType, ContextType, Partial>; + staginggoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + stagingmumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + basegoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + basegoerli__meta?: Resolver, ParentType, ContextType, Partial>; + optimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + mainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_router?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mode_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>; + 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>; + 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>; + goerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + goerli_router?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + goerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + goerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + goerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + goerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + goerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + goerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + goerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + goerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + goerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + goerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_router?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mumbai__meta?: Resolver, ParentType, ContextType, Partial>; + staginggoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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>; + 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>; + polygonzkevm_swap_asset?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assets?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_router?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_setting?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_settings?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap__meta?: Resolver, ParentType, ContextType, Partial>; + polygonzkevm_asset?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assets?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_router?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_setting?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_settings?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm__meta?: Resolver, ParentType, ContextType, Partial>; + stagingarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; + localmainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_router?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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>; + 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>; + 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>; + mantle_asset?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assets?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + mantle_router?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_setting?: Resolver, ParentType, ContextType, RequireFields>; + mantle_settings?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mantle_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mantle_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mantle_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mantle_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + mantle_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + mantle_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + mantle_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + mantle_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + mantle_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + mantle_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mantle__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + stagingbnb_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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>; + stagingbase_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase__meta?: Resolver, ParentType, ContextType, Partial>; + localoptimism_asset?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assets?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_router?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_setting?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_settings?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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>; + 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>; + x1testnet_asset?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_assets?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_router?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_routers?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_setting?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_settings?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + x1testnet__meta?: Resolver, ParentType, ContextType, Partial>; +}>; + +export type SubscriptionResolvers = ResolversObject<{ + staginggoerli_rootAggregated?: SubscriptionResolver, "staginggoerli_rootAggregated", ParentType, ContextType, RequireFields>; + staginggoerli_rootAggregateds?: SubscriptionResolver, "staginggoerli_rootAggregateds", ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagated?: SubscriptionResolver, "staginggoerli_rootPropagated", ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagateds?: SubscriptionResolver, "staginggoerli_rootPropagateds", ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoot?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoots?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMeta?: SubscriptionResolver, "staginggoerli_rootManagerMeta", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMetas?: SubscriptionResolver, "staginggoerli_rootManagerMetas", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMode?: SubscriptionResolver, "staginggoerli_rootManagerMode", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerModes?: SubscriptionResolver, "staginggoerli_rootManagerModes", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposed?: SubscriptionResolver, "staginggoerli_optimisticRootProposed", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposeds?: SubscriptionResolver, "staginggoerli_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalized?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagated?: SubscriptionResolver, "staginggoerli_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagateds?: SubscriptionResolver, "staginggoerli_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMeta?: SubscriptionResolver, "staginggoerli_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMetas?: SubscriptionResolver, "staginggoerli_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMeta?: SubscriptionResolver, "staginggoerli_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMetas?: SubscriptionResolver, "staginggoerli_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMeta?: SubscriptionResolver, "staginggoerli_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMetas?: SubscriptionResolver, "staginggoerli_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMeta?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMetas?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMeta?: SubscriptionResolver, "staginggoerli_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMetas?: SubscriptionResolver, "staginggoerli_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMeta?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMetas?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcessed?: SubscriptionResolver, "staginggoerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcesseds?: SubscriptionResolver, "staginggoerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlow?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlows?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + staginggoerli_hubDomain?: SubscriptionResolver, "staginggoerli_hubDomain", ParentType, ContextType, RequireFields>; + staginggoerli_hubDomains?: SubscriptionResolver, "staginggoerli_hubDomains", ParentType, ContextType, RequireFields>; + staginggoerli__meta?: SubscriptionResolver, "staginggoerli__meta", ParentType, ContextType, Partial>; testgoerli_asset?: SubscriptionResolver, "testgoerli_asset", ParentType, ContextType, RequireFields>; testgoerli_assets?: SubscriptionResolver, "testgoerli_assets", ParentType, ContextType, RequireFields>; testgoerli_assetBalance?: SubscriptionResolver, "testgoerli_assetBalance", ParentType, ContextType, RequireFields>; @@ -224999,335 +223829,91 @@ export type SubscriptionResolvers, "testgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; testgoerli_destinationTransfers?: SubscriptionResolver, "testgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; testgoerli__meta?: SubscriptionResolver, "testgoerli__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>; - 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>; - 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>; - stagingmainnet_asset?: SubscriptionResolver, "stagingmainnet_asset", ParentType, ContextType, RequireFields>; - stagingmainnet_assets?: SubscriptionResolver, "stagingmainnet_assets", ParentType, ContextType, RequireFields>; - stagingmainnet_assetStatus?: SubscriptionResolver, "stagingmainnet_assetStatus", ParentType, ContextType, RequireFields>; - stagingmainnet_assetStatuses?: SubscriptionResolver, "stagingmainnet_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmainnet_assetBalance?: SubscriptionResolver, "stagingmainnet_assetBalance", ParentType, ContextType, RequireFields>; - stagingmainnet_assetBalances?: SubscriptionResolver, "stagingmainnet_assetBalances", ParentType, ContextType, RequireFields>; - stagingmainnet_router?: SubscriptionResolver, "stagingmainnet_router", ParentType, ContextType, RequireFields>; - stagingmainnet_routers?: SubscriptionResolver, "stagingmainnet_routers", ParentType, ContextType, RequireFields>; - stagingmainnet_routerDailyTVL?: SubscriptionResolver, "stagingmainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmainnet_routerDailyTVLs?: SubscriptionResolver, "stagingmainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmainnet_routerLiquidityEvent?: SubscriptionResolver, "stagingmainnet_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmainnet_routerLiquidityEvents?: SubscriptionResolver, "stagingmainnet_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmainnet_setting?: SubscriptionResolver, "stagingmainnet_setting", ParentType, ContextType, RequireFields>; - stagingmainnet_settings?: SubscriptionResolver, "stagingmainnet_settings", ParentType, ContextType, RequireFields>; - stagingmainnet_relayer?: SubscriptionResolver, "stagingmainnet_relayer", ParentType, ContextType, RequireFields>; - stagingmainnet_relayers?: SubscriptionResolver, "stagingmainnet_relayers", ParentType, ContextType, RequireFields>; - stagingmainnet_sequencer?: SubscriptionResolver, "stagingmainnet_sequencer", ParentType, ContextType, RequireFields>; - stagingmainnet_sequencers?: SubscriptionResolver, "stagingmainnet_sequencers", ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFee?: SubscriptionResolver, "stagingmainnet_relayerFee", ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFees?: SubscriptionResolver, "stagingmainnet_relayerFees", ParentType, ContextType, RequireFields>; - stagingmainnet_originTransfer?: SubscriptionResolver, "stagingmainnet_originTransfer", ParentType, ContextType, RequireFields>; - stagingmainnet_originTransfers?: SubscriptionResolver, "stagingmainnet_originTransfers", ParentType, ContextType, RequireFields>; - stagingmainnet_destinationTransfer?: SubscriptionResolver, "stagingmainnet_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmainnet_destinationTransfers?: SubscriptionResolver, "stagingmainnet_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmainnet_originMessage?: SubscriptionResolver, "stagingmainnet_originMessage", ParentType, ContextType, RequireFields>; - stagingmainnet_originMessages?: SubscriptionResolver, "stagingmainnet_originMessages", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRoot?: SubscriptionResolver, "stagingmainnet_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRoots?: SubscriptionResolver, "stagingmainnet_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmainnet_connectorMeta?: SubscriptionResolver, "stagingmainnet_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_connectorMetas?: SubscriptionResolver, "stagingmainnet_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_rootCount?: SubscriptionResolver, "stagingmainnet_rootCount", ParentType, ContextType, RequireFields>; - stagingmainnet_rootCounts?: SubscriptionResolver, "stagingmainnet_rootCounts", ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageSent?: SubscriptionResolver, "stagingmainnet_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageSents?: SubscriptionResolver, "stagingmainnet_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFeesIncrease?: SubscriptionResolver, "stagingmainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFeesIncreases?: SubscriptionResolver, "stagingmainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmainnet_slippageUpdate?: SubscriptionResolver, "stagingmainnet_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmainnet_slippageUpdates?: SubscriptionResolver, "stagingmainnet_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmainnet_snapshotRoot?: SubscriptionResolver, "stagingmainnet_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmainnet_snapshotRoots?: SubscriptionResolver, "stagingmainnet_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmainnet_spokeConnectorMode?: SubscriptionResolver, "stagingmainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmainnet_spokeConnectorModes?: SubscriptionResolver, "stagingmainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootProposed?: SubscriptionResolver, "stagingmainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootProposeds?: SubscriptionResolver, "stagingmainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootFinalized?: SubscriptionResolver, "stagingmainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmainnet__meta?: SubscriptionResolver, "stagingmainnet__meta", ParentType, ContextType, Partial>; - 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>; - 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>; - localoptimism_asset?: SubscriptionResolver, "localoptimism_asset", ParentType, ContextType, RequireFields>; - localoptimism_assets?: SubscriptionResolver, "localoptimism_assets", ParentType, ContextType, RequireFields>; - localoptimism_assetStatus?: SubscriptionResolver, "localoptimism_assetStatus", ParentType, ContextType, RequireFields>; - localoptimism_assetStatuses?: SubscriptionResolver, "localoptimism_assetStatuses", ParentType, ContextType, RequireFields>; - localoptimism_assetBalance?: SubscriptionResolver, "localoptimism_assetBalance", ParentType, ContextType, RequireFields>; - localoptimism_assetBalances?: SubscriptionResolver, "localoptimism_assetBalances", ParentType, ContextType, RequireFields>; - localoptimism_router?: SubscriptionResolver, "localoptimism_router", ParentType, ContextType, RequireFields>; - localoptimism_routers?: SubscriptionResolver, "localoptimism_routers", ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVL?: SubscriptionResolver, "localoptimism_routerDailyTVL", ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVLs?: SubscriptionResolver, "localoptimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; - localoptimism_routerLiquidityEvent?: SubscriptionResolver, "localoptimism_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - localoptimism_routerLiquidityEvents?: SubscriptionResolver, "localoptimism_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - localoptimism_setting?: SubscriptionResolver, "localoptimism_setting", ParentType, ContextType, RequireFields>; - localoptimism_settings?: SubscriptionResolver, "localoptimism_settings", ParentType, ContextType, RequireFields>; - localoptimism_relayer?: SubscriptionResolver, "localoptimism_relayer", ParentType, ContextType, RequireFields>; - localoptimism_relayers?: SubscriptionResolver, "localoptimism_relayers", ParentType, ContextType, RequireFields>; - localoptimism_sequencer?: SubscriptionResolver, "localoptimism_sequencer", ParentType, ContextType, RequireFields>; - localoptimism_sequencers?: SubscriptionResolver, "localoptimism_sequencers", ParentType, ContextType, RequireFields>; - localoptimism_relayerFee?: SubscriptionResolver, "localoptimism_relayerFee", ParentType, ContextType, RequireFields>; - localoptimism_relayerFees?: SubscriptionResolver, "localoptimism_relayerFees", ParentType, ContextType, RequireFields>; - localoptimism_originTransfer?: SubscriptionResolver, "localoptimism_originTransfer", ParentType, ContextType, RequireFields>; - localoptimism_originTransfers?: SubscriptionResolver, "localoptimism_originTransfers", ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfer?: SubscriptionResolver, "localoptimism_destinationTransfer", ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfers?: SubscriptionResolver, "localoptimism_destinationTransfers", ParentType, ContextType, RequireFields>; - localoptimism_originMessage?: SubscriptionResolver, "localoptimism_originMessage", ParentType, ContextType, RequireFields>; - localoptimism_originMessages?: SubscriptionResolver, "localoptimism_originMessages", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoot?: SubscriptionResolver, "localoptimism_aggregateRoot", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoots?: SubscriptionResolver, "localoptimism_aggregateRoots", ParentType, ContextType, RequireFields>; - localoptimism_connectorMeta?: SubscriptionResolver, "localoptimism_connectorMeta", ParentType, ContextType, RequireFields>; - localoptimism_connectorMetas?: SubscriptionResolver, "localoptimism_connectorMetas", ParentType, ContextType, RequireFields>; - localoptimism_rootCount?: SubscriptionResolver, "localoptimism_rootCount", ParentType, ContextType, RequireFields>; - localoptimism_rootCounts?: SubscriptionResolver, "localoptimism_rootCounts", ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSent?: SubscriptionResolver, "localoptimism_rootMessageSent", ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSents?: SubscriptionResolver, "localoptimism_rootMessageSents", ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncrease?: SubscriptionResolver, "localoptimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncreases?: SubscriptionResolver, "localoptimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdate?: SubscriptionResolver, "localoptimism_slippageUpdate", ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdates?: SubscriptionResolver, "localoptimism_slippageUpdates", ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoot?: SubscriptionResolver, "localoptimism_snapshotRoot", ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoots?: SubscriptionResolver, "localoptimism_snapshotRoots", ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorMode?: SubscriptionResolver, "localoptimism_spokeConnectorMode", ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorModes?: SubscriptionResolver, "localoptimism_spokeConnectorModes", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposed?: SubscriptionResolver, "localoptimism_aggregateRootProposed", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposeds?: SubscriptionResolver, "localoptimism_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalized?: SubscriptionResolver, "localoptimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalizeds?: SubscriptionResolver, "localoptimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localoptimism__meta?: SubscriptionResolver, "localoptimism__meta", ParentType, ContextType, Partial>; + testoptimismgoerli_asset?: SubscriptionResolver, "testoptimismgoerli_asset", ParentType, ContextType, RequireFields>; + testoptimismgoerli_assets?: SubscriptionResolver, "testoptimismgoerli_assets", ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalance?: SubscriptionResolver, "testoptimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalances?: SubscriptionResolver, "testoptimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; + testoptimismgoerli_router?: SubscriptionResolver, "testoptimismgoerli_router", ParentType, ContextType, RequireFields>; + testoptimismgoerli_routers?: SubscriptionResolver, "testoptimismgoerli_routers", ParentType, ContextType, RequireFields>; + testoptimismgoerli_setting?: SubscriptionResolver, "testoptimismgoerli_setting", ParentType, ContextType, RequireFields>; + testoptimismgoerli_settings?: SubscriptionResolver, "testoptimismgoerli_settings", ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayer?: SubscriptionResolver, "testoptimismgoerli_relayer", ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayers?: SubscriptionResolver, "testoptimismgoerli_relayers", ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwap?: SubscriptionResolver, "testoptimismgoerli_stableSwap", ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwaps?: SubscriptionResolver, "testoptimismgoerli_stableSwaps", ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVault?: SubscriptionResolver, "testoptimismgoerli_sponsorVault", ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVaults?: SubscriptionResolver, "testoptimismgoerli_sponsorVaults", ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfer?: SubscriptionResolver, "testoptimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfers?: SubscriptionResolver, "testoptimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfer?: SubscriptionResolver, "testoptimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfers?: SubscriptionResolver, "testoptimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + testoptimismgoerli__meta?: SubscriptionResolver, "testoptimismgoerli__meta", ParentType, ContextType, Partial>; + stagingoptimismgoerli_swap_systemInfo?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_systemInfos?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_pooledToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_pooledTokens?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwap?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwaps?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapExchange?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapDailyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccount?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccounts?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccountBalance?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccountBalances?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokens?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTransferEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTransferEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapTradeVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokenEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap__meta?: SubscriptionResolver, "stagingoptimismgoerli_swap__meta", ParentType, ContextType, Partial>; + mumbai_swap_systemInfo?: SubscriptionResolver, "mumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; + mumbai_swap_systemInfos?: SubscriptionResolver, "mumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; + mumbai_swap_pooledToken?: SubscriptionResolver, "mumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; + mumbai_swap_pooledTokens?: SubscriptionResolver, "mumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwap?: SubscriptionResolver, "mumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwaps?: SubscriptionResolver, "mumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchange?: SubscriptionResolver, "mumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchanges?: SubscriptionResolver, "mumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolume?: SubscriptionResolver, "mumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolumes?: SubscriptionResolver, "mumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolume?: SubscriptionResolver, "mumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "mumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccount?: SubscriptionResolver, "mumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccounts?: SubscriptionResolver, "mumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalance?: SubscriptionResolver, "mumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalances?: SubscriptionResolver, "mumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + mumbai_swap_lpToken?: SubscriptionResolver, "mumbai_swap_lpToken", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokens?: SubscriptionResolver, "mumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvent?: SubscriptionResolver, "mumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvents?: SubscriptionResolver, "mumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvent?: SubscriptionResolver, "mumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvents?: SubscriptionResolver, "mumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolume?: SubscriptionResolver, "mumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolumes?: SubscriptionResolver, "mumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvent?: SubscriptionResolver, "mumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvents?: SubscriptionResolver, "mumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + mumbai_swap__meta?: SubscriptionResolver, "mumbai_swap__meta", ParentType, ContextType, Partial>; linea_asset?: SubscriptionResolver, "linea_asset", ParentType, ContextType, RequireFields>; linea_assets?: SubscriptionResolver, "linea_assets", ParentType, ContextType, RequireFields>; linea_assetStatus?: SubscriptionResolver, "linea_assetStatus", ParentType, ContextType, RequireFields>; @@ -225375,334 +223961,935 @@ export type SubscriptionResolvers, "linea_optimisticRootFinalized", ParentType, ContextType, RequireFields>; linea_optimisticRootFinalizeds?: SubscriptionResolver, "linea_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; linea__meta?: SubscriptionResolver, "linea__meta", ParentType, ContextType, Partial>; - localmainnet_asset?: SubscriptionResolver, "localmainnet_asset", ParentType, ContextType, RequireFields>; - localmainnet_assets?: SubscriptionResolver, "localmainnet_assets", ParentType, ContextType, RequireFields>; - localmainnet_assetStatus?: SubscriptionResolver, "localmainnet_assetStatus", ParentType, ContextType, RequireFields>; - localmainnet_assetStatuses?: SubscriptionResolver, "localmainnet_assetStatuses", ParentType, ContextType, RequireFields>; - localmainnet_assetBalance?: SubscriptionResolver, "localmainnet_assetBalance", ParentType, ContextType, RequireFields>; - localmainnet_assetBalances?: SubscriptionResolver, "localmainnet_assetBalances", ParentType, ContextType, RequireFields>; - localmainnet_router?: SubscriptionResolver, "localmainnet_router", ParentType, ContextType, RequireFields>; - localmainnet_routers?: SubscriptionResolver, "localmainnet_routers", ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVL?: SubscriptionResolver, "localmainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVLs?: SubscriptionResolver, "localmainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; - localmainnet_routerLiquidityEvent?: SubscriptionResolver, "localmainnet_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - localmainnet_routerLiquidityEvents?: SubscriptionResolver, "localmainnet_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - localmainnet_setting?: SubscriptionResolver, "localmainnet_setting", ParentType, ContextType, RequireFields>; - localmainnet_settings?: SubscriptionResolver, "localmainnet_settings", ParentType, ContextType, RequireFields>; - localmainnet_relayer?: SubscriptionResolver, "localmainnet_relayer", ParentType, ContextType, RequireFields>; - localmainnet_relayers?: SubscriptionResolver, "localmainnet_relayers", ParentType, ContextType, RequireFields>; - localmainnet_sequencer?: SubscriptionResolver, "localmainnet_sequencer", ParentType, ContextType, RequireFields>; - localmainnet_sequencers?: SubscriptionResolver, "localmainnet_sequencers", ParentType, ContextType, RequireFields>; - localmainnet_relayerFee?: SubscriptionResolver, "localmainnet_relayerFee", ParentType, ContextType, RequireFields>; - localmainnet_relayerFees?: SubscriptionResolver, "localmainnet_relayerFees", ParentType, ContextType, RequireFields>; - localmainnet_originTransfer?: SubscriptionResolver, "localmainnet_originTransfer", ParentType, ContextType, RequireFields>; - localmainnet_originTransfers?: SubscriptionResolver, "localmainnet_originTransfers", ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfer?: SubscriptionResolver, "localmainnet_destinationTransfer", ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfers?: SubscriptionResolver, "localmainnet_destinationTransfers", ParentType, ContextType, RequireFields>; - localmainnet_originMessage?: SubscriptionResolver, "localmainnet_originMessage", ParentType, ContextType, RequireFields>; - localmainnet_originMessages?: SubscriptionResolver, "localmainnet_originMessages", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoot?: SubscriptionResolver, "localmainnet_aggregateRoot", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoots?: SubscriptionResolver, "localmainnet_aggregateRoots", ParentType, ContextType, RequireFields>; - localmainnet_connectorMeta?: SubscriptionResolver, "localmainnet_connectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_connectorMetas?: SubscriptionResolver, "localmainnet_connectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_rootCount?: SubscriptionResolver, "localmainnet_rootCount", ParentType, ContextType, RequireFields>; - localmainnet_rootCounts?: SubscriptionResolver, "localmainnet_rootCounts", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSent?: SubscriptionResolver, "localmainnet_rootMessageSent", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSents?: SubscriptionResolver, "localmainnet_rootMessageSents", ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncrease?: SubscriptionResolver, "localmainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncreases?: SubscriptionResolver, "localmainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdate?: SubscriptionResolver, "localmainnet_slippageUpdate", ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdates?: SubscriptionResolver, "localmainnet_slippageUpdates", ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoot?: SubscriptionResolver, "localmainnet_snapshotRoot", ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoots?: SubscriptionResolver, "localmainnet_snapshotRoots", ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorMode?: SubscriptionResolver, "localmainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorModes?: SubscriptionResolver, "localmainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposed?: SubscriptionResolver, "localmainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposeds?: SubscriptionResolver, "localmainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalized?: SubscriptionResolver, "localmainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - 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>; - 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>; - stagingpolygon_asset?: SubscriptionResolver, "stagingpolygon_asset", ParentType, ContextType, RequireFields>; - stagingpolygon_assets?: SubscriptionResolver, "stagingpolygon_assets", ParentType, ContextType, RequireFields>; - stagingpolygon_assetStatus?: SubscriptionResolver, "stagingpolygon_assetStatus", ParentType, ContextType, RequireFields>; - stagingpolygon_assetStatuses?: SubscriptionResolver, "stagingpolygon_assetStatuses", ParentType, ContextType, RequireFields>; - stagingpolygon_assetBalance?: SubscriptionResolver, "stagingpolygon_assetBalance", ParentType, ContextType, RequireFields>; - stagingpolygon_assetBalances?: SubscriptionResolver, "stagingpolygon_assetBalances", ParentType, ContextType, RequireFields>; - stagingpolygon_router?: SubscriptionResolver, "stagingpolygon_router", ParentType, ContextType, RequireFields>; - stagingpolygon_routers?: SubscriptionResolver, "stagingpolygon_routers", ParentType, ContextType, RequireFields>; - stagingpolygon_routerDailyTVL?: SubscriptionResolver, "stagingpolygon_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingpolygon_routerDailyTVLs?: SubscriptionResolver, "stagingpolygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingpolygon_routerLiquidityEvent?: SubscriptionResolver, "stagingpolygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingpolygon_routerLiquidityEvents?: SubscriptionResolver, "stagingpolygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingpolygon_setting?: SubscriptionResolver, "stagingpolygon_setting", ParentType, ContextType, RequireFields>; - stagingpolygon_settings?: SubscriptionResolver, "stagingpolygon_settings", ParentType, ContextType, RequireFields>; - stagingpolygon_relayer?: SubscriptionResolver, "stagingpolygon_relayer", ParentType, ContextType, RequireFields>; - stagingpolygon_relayers?: SubscriptionResolver, "stagingpolygon_relayers", ParentType, ContextType, RequireFields>; - stagingpolygon_sequencer?: SubscriptionResolver, "stagingpolygon_sequencer", ParentType, ContextType, RequireFields>; - stagingpolygon_sequencers?: SubscriptionResolver, "stagingpolygon_sequencers", ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFee?: SubscriptionResolver, "stagingpolygon_relayerFee", ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFees?: SubscriptionResolver, "stagingpolygon_relayerFees", ParentType, ContextType, RequireFields>; - stagingpolygon_originTransfer?: SubscriptionResolver, "stagingpolygon_originTransfer", ParentType, ContextType, RequireFields>; - stagingpolygon_originTransfers?: SubscriptionResolver, "stagingpolygon_originTransfers", ParentType, ContextType, RequireFields>; - stagingpolygon_destinationTransfer?: SubscriptionResolver, "stagingpolygon_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingpolygon_destinationTransfers?: SubscriptionResolver, "stagingpolygon_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingpolygon_originMessage?: SubscriptionResolver, "stagingpolygon_originMessage", ParentType, ContextType, RequireFields>; - stagingpolygon_originMessages?: SubscriptionResolver, "stagingpolygon_originMessages", ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRoot?: SubscriptionResolver, "stagingpolygon_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRoots?: SubscriptionResolver, "stagingpolygon_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingpolygon_connectorMeta?: SubscriptionResolver, "stagingpolygon_connectorMeta", ParentType, ContextType, RequireFields>; - stagingpolygon_connectorMetas?: SubscriptionResolver, "stagingpolygon_connectorMetas", ParentType, ContextType, RequireFields>; - stagingpolygon_rootCount?: SubscriptionResolver, "stagingpolygon_rootCount", ParentType, ContextType, RequireFields>; - stagingpolygon_rootCounts?: SubscriptionResolver, "stagingpolygon_rootCounts", ParentType, ContextType, RequireFields>; - stagingpolygon_rootMessageSent?: SubscriptionResolver, "stagingpolygon_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingpolygon_rootMessageSents?: SubscriptionResolver, "stagingpolygon_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFeesIncrease?: SubscriptionResolver, "stagingpolygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFeesIncreases?: SubscriptionResolver, "stagingpolygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingpolygon_slippageUpdate?: SubscriptionResolver, "stagingpolygon_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingpolygon_slippageUpdates?: SubscriptionResolver, "stagingpolygon_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingpolygon_snapshotRoot?: SubscriptionResolver, "stagingpolygon_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingpolygon_snapshotRoots?: SubscriptionResolver, "stagingpolygon_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingpolygon_spokeConnectorMode?: SubscriptionResolver, "stagingpolygon_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingpolygon_spokeConnectorModes?: SubscriptionResolver, "stagingpolygon_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRootProposed?: SubscriptionResolver, "stagingpolygon_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRootProposeds?: SubscriptionResolver, "stagingpolygon_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingpolygon_optimisticRootFinalized?: SubscriptionResolver, "stagingpolygon_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingpolygon_optimisticRootFinalizeds?: SubscriptionResolver, "stagingpolygon_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingpolygon__meta?: SubscriptionResolver, "stagingpolygon__meta", ParentType, ContextType, Partial>; - 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>; - 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>; - 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>; + 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>; + optimismgoerli_swap_systemInfo?: SubscriptionResolver, "optimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_systemInfos?: SubscriptionResolver, "optimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_pooledToken?: SubscriptionResolver, "optimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_pooledTokens?: SubscriptionResolver, "optimismgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwap?: SubscriptionResolver, "optimismgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwaps?: SubscriptionResolver, "optimismgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapExchange?: SubscriptionResolver, "optimismgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "optimismgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapDailyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccount?: SubscriptionResolver, "optimismgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccounts?: SubscriptionResolver, "optimismgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccountBalance?: SubscriptionResolver, "optimismgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccountBalances?: SubscriptionResolver, "optimismgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpToken?: SubscriptionResolver, "optimismgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokens?: SubscriptionResolver, "optimismgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTransferEvent?: SubscriptionResolver, "optimismgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTransferEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapTradeVolume?: SubscriptionResolver, "optimismgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokenEvent?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_swap__meta?: SubscriptionResolver, "optimismgoerli_swap__meta", ParentType, ContextType, Partial>; + 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>; + lineagoerli_asset?: SubscriptionResolver, "lineagoerli_asset", ParentType, ContextType, RequireFields>; + lineagoerli_assets?: SubscriptionResolver, "lineagoerli_assets", ParentType, ContextType, RequireFields>; + lineagoerli_assetStatus?: SubscriptionResolver, "lineagoerli_assetStatus", ParentType, ContextType, RequireFields>; + lineagoerli_assetStatuses?: SubscriptionResolver, "lineagoerli_assetStatuses", ParentType, ContextType, RequireFields>; + lineagoerli_assetBalance?: SubscriptionResolver, "lineagoerli_assetBalance", ParentType, ContextType, RequireFields>; + lineagoerli_assetBalances?: SubscriptionResolver, "lineagoerli_assetBalances", ParentType, ContextType, RequireFields>; + lineagoerli_router?: SubscriptionResolver, "lineagoerli_router", ParentType, ContextType, RequireFields>; + lineagoerli_routers?: SubscriptionResolver, "lineagoerli_routers", ParentType, ContextType, RequireFields>; + lineagoerli_routerDailyTVL?: SubscriptionResolver, "lineagoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + lineagoerli_routerDailyTVLs?: SubscriptionResolver, "lineagoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + lineagoerli_setting?: SubscriptionResolver, "lineagoerli_setting", ParentType, ContextType, RequireFields>; + lineagoerli_settings?: SubscriptionResolver, "lineagoerli_settings", ParentType, ContextType, RequireFields>; + lineagoerli_relayer?: SubscriptionResolver, "lineagoerli_relayer", ParentType, ContextType, RequireFields>; + lineagoerli_relayers?: SubscriptionResolver, "lineagoerli_relayers", ParentType, ContextType, RequireFields>; + lineagoerli_sequencer?: SubscriptionResolver, "lineagoerli_sequencer", ParentType, ContextType, RequireFields>; + lineagoerli_sequencers?: SubscriptionResolver, "lineagoerli_sequencers", ParentType, ContextType, RequireFields>; + lineagoerli_relayerFee?: SubscriptionResolver, "lineagoerli_relayerFee", ParentType, ContextType, RequireFields>; + lineagoerli_relayerFees?: SubscriptionResolver, "lineagoerli_relayerFees", ParentType, ContextType, RequireFields>; + lineagoerli_originTransfer?: SubscriptionResolver, "lineagoerli_originTransfer", ParentType, ContextType, RequireFields>; + lineagoerli_originTransfers?: SubscriptionResolver, "lineagoerli_originTransfers", ParentType, ContextType, RequireFields>; + lineagoerli_destinationTransfer?: SubscriptionResolver, "lineagoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + lineagoerli_destinationTransfers?: SubscriptionResolver, "lineagoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + lineagoerli_originMessage?: SubscriptionResolver, "lineagoerli_originMessage", ParentType, ContextType, RequireFields>; + lineagoerli_originMessages?: SubscriptionResolver, "lineagoerli_originMessages", ParentType, ContextType, RequireFields>; + lineagoerli_aggregateRoot?: SubscriptionResolver, "lineagoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + lineagoerli_aggregateRoots?: SubscriptionResolver, "lineagoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + lineagoerli_connectorMeta?: SubscriptionResolver, "lineagoerli_connectorMeta", ParentType, ContextType, RequireFields>; + lineagoerli_connectorMetas?: SubscriptionResolver, "lineagoerli_connectorMetas", ParentType, ContextType, RequireFields>; + lineagoerli_rootCount?: SubscriptionResolver, "lineagoerli_rootCount", ParentType, ContextType, RequireFields>; + lineagoerli_rootCounts?: SubscriptionResolver, "lineagoerli_rootCounts", ParentType, ContextType, RequireFields>; + lineagoerli_rootMessageSent?: SubscriptionResolver, "lineagoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + lineagoerli_rootMessageSents?: SubscriptionResolver, "lineagoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + lineagoerli_relayerFeesIncrease?: SubscriptionResolver, "lineagoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + lineagoerli_relayerFeesIncreases?: SubscriptionResolver, "lineagoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + lineagoerli_slippageUpdate?: SubscriptionResolver, "lineagoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + lineagoerli_slippageUpdates?: SubscriptionResolver, "lineagoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + lineagoerli__meta?: SubscriptionResolver, "lineagoerli__meta", ParentType, ContextType, Partial>; + optimism_swap_systemInfo?: SubscriptionResolver, "optimism_swap_systemInfo", ParentType, ContextType, RequireFields>; + optimism_swap_systemInfos?: SubscriptionResolver, "optimism_swap_systemInfos", ParentType, ContextType, RequireFields>; + optimism_swap_pooledToken?: SubscriptionResolver, "optimism_swap_pooledToken", ParentType, ContextType, RequireFields>; + optimism_swap_pooledTokens?: SubscriptionResolver, "optimism_swap_pooledTokens", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwap?: SubscriptionResolver, "optimism_swap_stableSwap", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwaps?: SubscriptionResolver, "optimism_swap_stableSwaps", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchange?: SubscriptionResolver, "optimism_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchanges?: SubscriptionResolver, "optimism_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolume?: SubscriptionResolver, "optimism_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolumes?: SubscriptionResolver, "optimism_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolume?: SubscriptionResolver, "optimism_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolumes?: SubscriptionResolver, "optimism_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolume?: SubscriptionResolver, "optimism_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimism_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccount?: SubscriptionResolver, "optimism_swap_lpAccount", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccounts?: SubscriptionResolver, "optimism_swap_lpAccounts", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalance?: SubscriptionResolver, "optimism_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalances?: SubscriptionResolver, "optimism_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + optimism_swap_lpToken?: SubscriptionResolver, "optimism_swap_lpToken", ParentType, ContextType, RequireFields>; + optimism_swap_lpTokens?: SubscriptionResolver, "optimism_swap_lpTokens", ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvent?: SubscriptionResolver, "optimism_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvents?: SubscriptionResolver, "optimism_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvent?: SubscriptionResolver, "optimism_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvents?: SubscriptionResolver, "optimism_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolume?: SubscriptionResolver, "optimism_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolumes?: SubscriptionResolver, "optimism_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvent?: SubscriptionResolver, "optimism_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvents?: SubscriptionResolver, "optimism_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + optimism_swap__meta?: SubscriptionResolver, "optimism_swap__meta", ParentType, ContextType, Partial>; + stagingmumbai_swap_systemInfo?: SubscriptionResolver, "stagingmumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_systemInfos?: SubscriptionResolver, "stagingmumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_pooledToken?: SubscriptionResolver, "stagingmumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_pooledTokens?: SubscriptionResolver, "stagingmumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwap?: SubscriptionResolver, "stagingmumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwaps?: SubscriptionResolver, "stagingmumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapExchange?: SubscriptionResolver, "stagingmumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapExchanges?: SubscriptionResolver, "stagingmumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapDailyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapDailyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapHourlyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccount?: SubscriptionResolver, "stagingmumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccounts?: SubscriptionResolver, "stagingmumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccountBalance?: SubscriptionResolver, "stagingmumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccountBalances?: SubscriptionResolver, "stagingmumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpToken?: SubscriptionResolver, "stagingmumbai_swap_lpToken", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokens?: SubscriptionResolver, "stagingmumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTransferEvent?: SubscriptionResolver, "stagingmumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTransferEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapTradeVolume?: SubscriptionResolver, "stagingmumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapTradeVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokenEvent?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokenEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_swap__meta?: SubscriptionResolver, "stagingmumbai_swap__meta", ParentType, ContextType, Partial>; + goerli_swap_systemInfo?: SubscriptionResolver, "goerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + goerli_swap_systemInfos?: SubscriptionResolver, "goerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + goerli_swap_pooledToken?: SubscriptionResolver, "goerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + goerli_swap_pooledTokens?: SubscriptionResolver, "goerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwap?: SubscriptionResolver, "goerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwaps?: SubscriptionResolver, "goerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "goerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "goerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "goerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "goerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapExchange?: SubscriptionResolver, "goerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapExchanges?: SubscriptionResolver, "goerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + goerli_swap_swapDailyVolume?: SubscriptionResolver, "goerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + goerli_swap_swapDailyVolumes?: SubscriptionResolver, "goerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + goerli_swap_swapHourlyVolume?: SubscriptionResolver, "goerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + goerli_swap_swapHourlyVolumes?: SubscriptionResolver, "goerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + goerli_swap_swapWeeklyVolume?: SubscriptionResolver, "goerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + goerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "goerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + goerli_swap_lpAccount?: SubscriptionResolver, "goerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + goerli_swap_lpAccounts?: SubscriptionResolver, "goerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + goerli_swap_lpAccountBalance?: SubscriptionResolver, "goerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + goerli_swap_lpAccountBalances?: SubscriptionResolver, "goerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + goerli_swap_lpToken?: SubscriptionResolver, "goerli_swap_lpToken", ParentType, ContextType, RequireFields>; + goerli_swap_lpTokens?: SubscriptionResolver, "goerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + goerli_swap_lpTransferEvent?: SubscriptionResolver, "goerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + goerli_swap_lpTransferEvents?: SubscriptionResolver, "goerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapEvent?: SubscriptionResolver, "goerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapEvents?: SubscriptionResolver, "goerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + goerli_swap_swapTradeVolume?: SubscriptionResolver, "goerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + goerli_swap_swapTradeVolumes?: SubscriptionResolver, "goerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + goerli_swap_lpTokenEvent?: SubscriptionResolver, "goerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + goerli_swap_lpTokenEvents?: SubscriptionResolver, "goerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + goerli_swap__meta?: SubscriptionResolver, "goerli_swap__meta", ParentType, ContextType, Partial>; + 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>; + stagingmainnet_rootAggregated?: SubscriptionResolver, "stagingmainnet_rootAggregated", ParentType, ContextType, RequireFields>; + stagingmainnet_rootAggregateds?: SubscriptionResolver, "stagingmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; + stagingmainnet_rootPropagated?: SubscriptionResolver, "stagingmainnet_rootPropagated", ParentType, ContextType, RequireFields>; + stagingmainnet_rootPropagateds?: SubscriptionResolver, "stagingmainnet_rootPropagateds", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregatedMessageRoot?: SubscriptionResolver, "stagingmainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregatedMessageRoots?: SubscriptionResolver, "stagingmainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerMeta?: SubscriptionResolver, "stagingmainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerMetas?: SubscriptionResolver, "stagingmainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerMode?: SubscriptionResolver, "stagingmainnet_rootManagerMode", ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerModes?: SubscriptionResolver, "stagingmainnet_rootManagerModes", ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootProposed?: SubscriptionResolver, "stagingmainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootProposeds?: SubscriptionResolver, "stagingmainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + stagingmainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "stagingmainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "stagingmainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootPropagated?: SubscriptionResolver, "stagingmainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootPropagateds?: SubscriptionResolver, "stagingmainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + stagingmainnet_polygonConnectorMeta?: SubscriptionResolver, "stagingmainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_polygonConnectorMetas?: SubscriptionResolver, "stagingmainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_optimismConnectorMeta?: SubscriptionResolver, "stagingmainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_optimismConnectorMetas?: SubscriptionResolver, "stagingmainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_bnbConnectorMeta?: SubscriptionResolver, "stagingmainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_bnbConnectorMetas?: SubscriptionResolver, "stagingmainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_arbitrumConnectorMeta?: SubscriptionResolver, "stagingmainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_arbitrumConnectorMetas?: SubscriptionResolver, "stagingmainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_gnosisConnectorMeta?: SubscriptionResolver, "stagingmainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_gnosisConnectorMetas?: SubscriptionResolver, "stagingmainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_lineaConnectorMeta?: SubscriptionResolver, "stagingmainnet_lineaConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_lineaConnectorMetas?: SubscriptionResolver, "stagingmainnet_lineaConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_metisConnectorMeta?: SubscriptionResolver, "stagingmainnet_metisConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_metisConnectorMetas?: SubscriptionResolver, "stagingmainnet_metisConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_mantleConnectorMeta?: SubscriptionResolver, "stagingmainnet_mantleConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_mantleConnectorMetas?: SubscriptionResolver, "stagingmainnet_mantleConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_avalancheConnectorMeta?: SubscriptionResolver, "stagingmainnet_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_avalancheConnectorMetas?: SubscriptionResolver, "stagingmainnet_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_baseConnectorMeta?: SubscriptionResolver, "stagingmainnet_baseConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_baseConnectorMetas?: SubscriptionResolver, "stagingmainnet_baseConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_polygonZkConnectorMeta?: SubscriptionResolver, "stagingmainnet_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_polygonZkConnectorMetas?: SubscriptionResolver, "stagingmainnet_polygonZkConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_zkSyncConnectorMeta?: SubscriptionResolver, "stagingmainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_zkSyncConnectorMetas?: SubscriptionResolver, "stagingmainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_modeConnectorMeta?: SubscriptionResolver, "stagingmainnet_modeConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_modeConnectorMetas?: SubscriptionResolver, "stagingmainnet_modeConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_scrollConnectorMeta?: SubscriptionResolver, "stagingmainnet_scrollConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_scrollConnectorMetas?: SubscriptionResolver, "stagingmainnet_scrollConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_rootMessageProcessed?: SubscriptionResolver, "stagingmainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; + stagingmainnet_rootMessageProcesseds?: SubscriptionResolver, "stagingmainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRootSavedSlow?: SubscriptionResolver, "stagingmainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRootSavedSlows?: SubscriptionResolver, "stagingmainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + stagingmainnet_hubDomain?: SubscriptionResolver, "stagingmainnet_hubDomain", ParentType, ContextType, RequireFields>; + stagingmainnet_hubDomains?: SubscriptionResolver, "stagingmainnet_hubDomains", ParentType, ContextType, RequireFields>; + stagingmainnet__meta?: SubscriptionResolver, "stagingmainnet__meta", ParentType, ContextType, Partial>; + 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>; + goerli_rootAggregated?: SubscriptionResolver, "goerli_rootAggregated", ParentType, ContextType, RequireFields>; + goerli_rootAggregateds?: SubscriptionResolver, "goerli_rootAggregateds", ParentType, ContextType, RequireFields>; + goerli_rootPropagated?: SubscriptionResolver, "goerli_rootPropagated", ParentType, ContextType, RequireFields>; + goerli_rootPropagateds?: SubscriptionResolver, "goerli_rootPropagateds", ParentType, ContextType, RequireFields>; + goerli_aggregatedMessageRoot?: SubscriptionResolver, "goerli_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + goerli_aggregatedMessageRoots?: SubscriptionResolver, "goerli_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + goerli_rootManagerMeta?: SubscriptionResolver, "goerli_rootManagerMeta", ParentType, ContextType, RequireFields>; + goerli_rootManagerMetas?: SubscriptionResolver, "goerli_rootManagerMetas", ParentType, ContextType, RequireFields>; + goerli_rootManagerMode?: SubscriptionResolver, "goerli_rootManagerMode", ParentType, ContextType, RequireFields>; + goerli_rootManagerModes?: SubscriptionResolver, "goerli_rootManagerModes", ParentType, ContextType, RequireFields>; + goerli_optimisticRootProposed?: SubscriptionResolver, "goerli_optimisticRootProposed", ParentType, ContextType, RequireFields>; + goerli_optimisticRootProposeds?: SubscriptionResolver, "goerli_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + goerli_hubOptimisticRootFinalized?: SubscriptionResolver, "goerli_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + goerli_hubOptimisticRootFinalizeds?: SubscriptionResolver, "goerli_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + goerli_optimisticRootPropagated?: SubscriptionResolver, "goerli_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + goerli_optimisticRootPropagateds?: SubscriptionResolver, "goerli_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + goerli_polygonConnectorMeta?: SubscriptionResolver, "goerli_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_polygonConnectorMetas?: SubscriptionResolver, "goerli_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_optimismConnectorMeta?: SubscriptionResolver, "goerli_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_optimismConnectorMetas?: SubscriptionResolver, "goerli_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_bnbConnectorMeta?: SubscriptionResolver, "goerli_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_bnbConnectorMetas?: SubscriptionResolver, "goerli_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_arbitrumConnectorMeta?: SubscriptionResolver, "goerli_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_arbitrumConnectorMetas?: SubscriptionResolver, "goerli_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_gnosisConnectorMeta?: SubscriptionResolver, "goerli_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_gnosisConnectorMetas?: SubscriptionResolver, "goerli_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_zkSyncConnectorMeta?: SubscriptionResolver, "goerli_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_zkSyncConnectorMetas?: SubscriptionResolver, "goerli_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_lineaConnectorMeta?: SubscriptionResolver, "goerli_lineaConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_lineaConnectorMetas?: SubscriptionResolver, "goerli_lineaConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_baseConnectorMeta?: SubscriptionResolver, "goerli_baseConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_baseConnectorMetas?: SubscriptionResolver, "goerli_baseConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_x1ConnectorMeta?: SubscriptionResolver, "goerli_x1ConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_x1ConnectorMetas?: SubscriptionResolver, "goerli_x1ConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_rootMessageProcessed?: SubscriptionResolver, "goerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; + goerli_rootMessageProcesseds?: SubscriptionResolver, "goerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + goerli_aggregateRootSavedSlow?: SubscriptionResolver, "goerli_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + goerli_aggregateRootSavedSlows?: SubscriptionResolver, "goerli_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + goerli_hubDomain?: SubscriptionResolver, "goerli_hubDomain", ParentType, ContextType, RequireFields>; + goerli_hubDomains?: SubscriptionResolver, "goerli_hubDomains", ParentType, ContextType, RequireFields>; + goerli__meta?: SubscriptionResolver, "goerli__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>; + bnb_swap_systemInfo?: SubscriptionResolver, "bnb_swap_systemInfo", ParentType, ContextType, RequireFields>; + bnb_swap_systemInfos?: SubscriptionResolver, "bnb_swap_systemInfos", ParentType, ContextType, RequireFields>; + bnb_swap_pooledToken?: SubscriptionResolver, "bnb_swap_pooledToken", ParentType, ContextType, RequireFields>; + bnb_swap_pooledTokens?: SubscriptionResolver, "bnb_swap_pooledTokens", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwap?: SubscriptionResolver, "bnb_swap_stableSwap", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwaps?: SubscriptionResolver, "bnb_swap_stableSwaps", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchange?: SubscriptionResolver, "bnb_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchanges?: SubscriptionResolver, "bnb_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolume?: SubscriptionResolver, "bnb_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolumes?: SubscriptionResolver, "bnb_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolume?: SubscriptionResolver, "bnb_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolumes?: SubscriptionResolver, "bnb_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolume?: SubscriptionResolver, "bnb_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolumes?: SubscriptionResolver, "bnb_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccount?: SubscriptionResolver, "bnb_swap_lpAccount", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccounts?: SubscriptionResolver, "bnb_swap_lpAccounts", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalance?: SubscriptionResolver, "bnb_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalances?: SubscriptionResolver, "bnb_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + bnb_swap_lpToken?: SubscriptionResolver, "bnb_swap_lpToken", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokens?: SubscriptionResolver, "bnb_swap_lpTokens", ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvent?: SubscriptionResolver, "bnb_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvents?: SubscriptionResolver, "bnb_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvent?: SubscriptionResolver, "bnb_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvents?: SubscriptionResolver, "bnb_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolume?: SubscriptionResolver, "bnb_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolumes?: SubscriptionResolver, "bnb_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvent?: SubscriptionResolver, "bnb_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvents?: SubscriptionResolver, "bnb_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + bnb_swap__meta?: SubscriptionResolver, "bnb_swap__meta", ParentType, ContextType, Partial>; + avalanche_swap_systemInfo?: SubscriptionResolver, "avalanche_swap_systemInfo", ParentType, ContextType, RequireFields>; + avalanche_swap_systemInfos?: SubscriptionResolver, "avalanche_swap_systemInfos", ParentType, ContextType, RequireFields>; + avalanche_swap_pooledToken?: SubscriptionResolver, "avalanche_swap_pooledToken", ParentType, ContextType, RequireFields>; + avalanche_swap_pooledTokens?: SubscriptionResolver, "avalanche_swap_pooledTokens", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwap?: SubscriptionResolver, "avalanche_swap_stableSwap", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwaps?: SubscriptionResolver, "avalanche_swap_stableSwaps", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "avalanche_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "avalanche_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "avalanche_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "avalanche_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapExchange?: SubscriptionResolver, "avalanche_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapExchanges?: SubscriptionResolver, "avalanche_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + avalanche_swap_swapDailyVolume?: SubscriptionResolver, "avalanche_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + avalanche_swap_swapDailyVolumes?: SubscriptionResolver, "avalanche_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + avalanche_swap_swapHourlyVolume?: SubscriptionResolver, "avalanche_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + avalanche_swap_swapHourlyVolumes?: SubscriptionResolver, "avalanche_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + avalanche_swap_swapWeeklyVolume?: SubscriptionResolver, "avalanche_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + avalanche_swap_swapWeeklyVolumes?: SubscriptionResolver, "avalanche_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccount?: SubscriptionResolver, "avalanche_swap_lpAccount", ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccounts?: SubscriptionResolver, "avalanche_swap_lpAccounts", ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccountBalance?: SubscriptionResolver, "avalanche_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccountBalances?: SubscriptionResolver, "avalanche_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + avalanche_swap_lpToken?: SubscriptionResolver, "avalanche_swap_lpToken", ParentType, ContextType, RequireFields>; + avalanche_swap_lpTokens?: SubscriptionResolver, "avalanche_swap_lpTokens", ParentType, ContextType, RequireFields>; + avalanche_swap_lpTransferEvent?: SubscriptionResolver, "avalanche_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + avalanche_swap_lpTransferEvents?: SubscriptionResolver, "avalanche_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapEvent?: SubscriptionResolver, "avalanche_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapEvents?: SubscriptionResolver, "avalanche_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + avalanche_swap_swapTradeVolume?: SubscriptionResolver, "avalanche_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + avalanche_swap_swapTradeVolumes?: SubscriptionResolver, "avalanche_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + avalanche_swap_lpTokenEvent?: SubscriptionResolver, "avalanche_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + avalanche_swap_lpTokenEvents?: SubscriptionResolver, "avalanche_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + avalanche_swap__meta?: SubscriptionResolver, "avalanche_swap__meta", ParentType, ContextType, Partial>; + 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>; + xdai_swap_systemInfo?: SubscriptionResolver, "xdai_swap_systemInfo", ParentType, ContextType, RequireFields>; + xdai_swap_systemInfos?: SubscriptionResolver, "xdai_swap_systemInfos", ParentType, ContextType, RequireFields>; + xdai_swap_pooledToken?: SubscriptionResolver, "xdai_swap_pooledToken", ParentType, ContextType, RequireFields>; + xdai_swap_pooledTokens?: SubscriptionResolver, "xdai_swap_pooledTokens", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwap?: SubscriptionResolver, "xdai_swap_stableSwap", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwaps?: SubscriptionResolver, "xdai_swap_stableSwaps", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchange?: SubscriptionResolver, "xdai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchanges?: SubscriptionResolver, "xdai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolume?: SubscriptionResolver, "xdai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolumes?: SubscriptionResolver, "xdai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolume?: SubscriptionResolver, "xdai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolumes?: SubscriptionResolver, "xdai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolume?: SubscriptionResolver, "xdai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolumes?: SubscriptionResolver, "xdai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccount?: SubscriptionResolver, "xdai_swap_lpAccount", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccounts?: SubscriptionResolver, "xdai_swap_lpAccounts", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalance?: SubscriptionResolver, "xdai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalances?: SubscriptionResolver, "xdai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + xdai_swap_lpToken?: SubscriptionResolver, "xdai_swap_lpToken", ParentType, ContextType, RequireFields>; + xdai_swap_lpTokens?: SubscriptionResolver, "xdai_swap_lpTokens", ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvent?: SubscriptionResolver, "xdai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvents?: SubscriptionResolver, "xdai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvent?: SubscriptionResolver, "xdai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvents?: SubscriptionResolver, "xdai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolume?: SubscriptionResolver, "xdai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolumes?: SubscriptionResolver, "xdai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvent?: SubscriptionResolver, "xdai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvents?: SubscriptionResolver, "xdai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + xdai_swap__meta?: SubscriptionResolver, "xdai_swap__meta", ParentType, ContextType, Partial>; + linea_swap_systemInfo?: SubscriptionResolver, "linea_swap_systemInfo", ParentType, ContextType, RequireFields>; + linea_swap_systemInfos?: SubscriptionResolver, "linea_swap_systemInfos", ParentType, ContextType, RequireFields>; + linea_swap_pooledToken?: SubscriptionResolver, "linea_swap_pooledToken", ParentType, ContextType, RequireFields>; + linea_swap_pooledTokens?: SubscriptionResolver, "linea_swap_pooledTokens", ParentType, ContextType, RequireFields>; + linea_swap_stableSwap?: SubscriptionResolver, "linea_swap_stableSwap", ParentType, ContextType, RequireFields>; + linea_swap_stableSwaps?: SubscriptionResolver, "linea_swap_stableSwaps", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchange?: SubscriptionResolver, "linea_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchanges?: SubscriptionResolver, "linea_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolume?: SubscriptionResolver, "linea_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolumes?: SubscriptionResolver, "linea_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolume?: SubscriptionResolver, "linea_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolumes?: SubscriptionResolver, "linea_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolume?: SubscriptionResolver, "linea_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolumes?: SubscriptionResolver, "linea_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_lpAccount?: SubscriptionResolver, "linea_swap_lpAccount", ParentType, ContextType, RequireFields>; + linea_swap_lpAccounts?: SubscriptionResolver, "linea_swap_lpAccounts", ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalance?: SubscriptionResolver, "linea_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalances?: SubscriptionResolver, "linea_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + linea_swap_lpToken?: SubscriptionResolver, "linea_swap_lpToken", ParentType, ContextType, RequireFields>; + linea_swap_lpTokens?: SubscriptionResolver, "linea_swap_lpTokens", ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvent?: SubscriptionResolver, "linea_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvents?: SubscriptionResolver, "linea_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvent?: SubscriptionResolver, "linea_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvents?: SubscriptionResolver, "linea_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolume?: SubscriptionResolver, "linea_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolumes?: SubscriptionResolver, "linea_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvent?: SubscriptionResolver, "linea_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvents?: SubscriptionResolver, "linea_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + linea_swap__meta?: SubscriptionResolver, "linea_swap__meta", ParentType, ContextType, Partial>; + arbitrumone_swap_systemInfo?: SubscriptionResolver, "arbitrumone_swap_systemInfo", ParentType, ContextType, RequireFields>; + arbitrumone_swap_systemInfos?: SubscriptionResolver, "arbitrumone_swap_systemInfos", ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledToken?: SubscriptionResolver, "arbitrumone_swap_pooledToken", ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledTokens?: SubscriptionResolver, "arbitrumone_swap_pooledTokens", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwap?: SubscriptionResolver, "arbitrumone_swap_stableSwap", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwaps?: SubscriptionResolver, "arbitrumone_swap_stableSwaps", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccount?: SubscriptionResolver, "arbitrumone_swap_lpAccount", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccounts?: SubscriptionResolver, "arbitrumone_swap_lpAccounts", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpToken?: SubscriptionResolver, "arbitrumone_swap_lpToken", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokens?: SubscriptionResolver, "arbitrumone_swap_lpTokens", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap__meta?: SubscriptionResolver, "arbitrumone_swap__meta", ParentType, ContextType, Partial>; + 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>; + localmainnet_rootAggregated?: SubscriptionResolver, "localmainnet_rootAggregated", ParentType, ContextType, RequireFields>; + localmainnet_rootAggregateds?: SubscriptionResolver, "localmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; + localmainnet_rootPropagated?: SubscriptionResolver, "localmainnet_rootPropagated", ParentType, ContextType, RequireFields>; + localmainnet_rootPropagateds?: SubscriptionResolver, "localmainnet_rootPropagateds", ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoot?: SubscriptionResolver, "localmainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoots?: SubscriptionResolver, "localmainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMeta?: SubscriptionResolver, "localmainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMetas?: SubscriptionResolver, "localmainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMode?: SubscriptionResolver, "localmainnet_rootManagerMode", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerModes?: SubscriptionResolver, "localmainnet_rootManagerModes", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposed?: SubscriptionResolver, "localmainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposeds?: SubscriptionResolver, "localmainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagated?: SubscriptionResolver, "localmainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagateds?: SubscriptionResolver, "localmainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMeta?: SubscriptionResolver, "localmainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMetas?: SubscriptionResolver, "localmainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMeta?: SubscriptionResolver, "localmainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMetas?: SubscriptionResolver, "localmainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMeta?: SubscriptionResolver, "localmainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMetas?: SubscriptionResolver, "localmainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMeta?: SubscriptionResolver, "localmainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMetas?: SubscriptionResolver, "localmainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMeta?: SubscriptionResolver, "localmainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMetas?: SubscriptionResolver, "localmainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMeta?: SubscriptionResolver, "localmainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMetas?: SubscriptionResolver, "localmainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcessed?: SubscriptionResolver, "localmainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcesseds?: SubscriptionResolver, "localmainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlow?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlows?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + localmainnet_hubDomain?: SubscriptionResolver, "localmainnet_hubDomain", ParentType, ContextType, RequireFields>; + localmainnet_hubDomains?: SubscriptionResolver, "localmainnet_hubDomains", ParentType, ContextType, RequireFields>; + localmainnet__meta?: SubscriptionResolver, "localmainnet__meta", ParentType, ContextType, Partial>; + staginggoerli_swap_systemInfo?: SubscriptionResolver, "staginggoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + staginggoerli_swap_systemInfos?: SubscriptionResolver, "staginggoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + staginggoerli_swap_pooledToken?: SubscriptionResolver, "staginggoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + staginggoerli_swap_pooledTokens?: SubscriptionResolver, "staginggoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwap?: SubscriptionResolver, "staginggoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwaps?: SubscriptionResolver, "staginggoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapExchange?: SubscriptionResolver, "staginggoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapExchanges?: SubscriptionResolver, "staginggoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapDailyVolume?: SubscriptionResolver, "staginggoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapDailyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapHourlyVolume?: SubscriptionResolver, "staginggoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "staginggoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccount?: SubscriptionResolver, "staginggoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccounts?: SubscriptionResolver, "staginggoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccountBalance?: SubscriptionResolver, "staginggoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccountBalances?: SubscriptionResolver, "staginggoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpToken?: SubscriptionResolver, "staginggoerli_swap_lpToken", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokens?: SubscriptionResolver, "staginggoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTransferEvent?: SubscriptionResolver, "staginggoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTransferEvents?: SubscriptionResolver, "staginggoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapTradeVolume?: SubscriptionResolver, "staginggoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapTradeVolumes?: SubscriptionResolver, "staginggoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokenEvent?: SubscriptionResolver, "staginggoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokenEvents?: SubscriptionResolver, "staginggoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + staginggoerli_swap__meta?: SubscriptionResolver, "staginggoerli_swap__meta", ParentType, ContextType, Partial>; + stagingoptimismgoerli_asset?: SubscriptionResolver, "stagingoptimismgoerli_asset", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assets?: SubscriptionResolver, "stagingoptimismgoerli_assets", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetStatus?: SubscriptionResolver, "stagingoptimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetStatuses?: SubscriptionResolver, "stagingoptimismgoerli_assetStatuses", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetBalance?: SubscriptionResolver, "stagingoptimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetBalances?: SubscriptionResolver, "stagingoptimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_router?: SubscriptionResolver, "stagingoptimismgoerli_router", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routers?: SubscriptionResolver, "stagingoptimismgoerli_routers", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerDailyTVL?: SubscriptionResolver, "stagingoptimismgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerDailyTVLs?: SubscriptionResolver, "stagingoptimismgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_setting?: SubscriptionResolver, "stagingoptimismgoerli_setting", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_settings?: SubscriptionResolver, "stagingoptimismgoerli_settings", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayer?: SubscriptionResolver, "stagingoptimismgoerli_relayer", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayers?: SubscriptionResolver, "stagingoptimismgoerli_relayers", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_sequencer?: SubscriptionResolver, "stagingoptimismgoerli_sequencer", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_sequencers?: SubscriptionResolver, "stagingoptimismgoerli_sequencers", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFee?: SubscriptionResolver, "stagingoptimismgoerli_relayerFee", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFees?: SubscriptionResolver, "stagingoptimismgoerli_relayerFees", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originTransfer?: SubscriptionResolver, "stagingoptimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originTransfers?: SubscriptionResolver, "stagingoptimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_destinationTransfer?: SubscriptionResolver, "stagingoptimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_destinationTransfers?: SubscriptionResolver, "stagingoptimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originMessage?: SubscriptionResolver, "stagingoptimismgoerli_originMessage", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originMessages?: SubscriptionResolver, "stagingoptimismgoerli_originMessages", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRoot?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRoots?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_connectorMeta?: SubscriptionResolver, "stagingoptimismgoerli_connectorMeta", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_connectorMetas?: SubscriptionResolver, "stagingoptimismgoerli_connectorMetas", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootCount?: SubscriptionResolver, "stagingoptimismgoerli_rootCount", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootCounts?: SubscriptionResolver, "stagingoptimismgoerli_rootCounts", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootMessageSent?: SubscriptionResolver, "stagingoptimismgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootMessageSents?: SubscriptionResolver, "stagingoptimismgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFeesIncrease?: SubscriptionResolver, "stagingoptimismgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFeesIncreases?: SubscriptionResolver, "stagingoptimismgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_slippageUpdate?: SubscriptionResolver, "stagingoptimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_slippageUpdates?: SubscriptionResolver, "stagingoptimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_snapshotRoot?: SubscriptionResolver, "stagingoptimismgoerli_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_snapshotRoots?: SubscriptionResolver, "stagingoptimismgoerli_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_spokeConnectorMode?: SubscriptionResolver, "stagingoptimismgoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_spokeConnectorModes?: SubscriptionResolver, "stagingoptimismgoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRootProposed?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRootProposeds?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_optimisticRootFinalized?: SubscriptionResolver, "stagingoptimismgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "stagingoptimismgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli__meta?: SubscriptionResolver, "stagingoptimismgoerli__meta", ParentType, ContextType, Partial>; + 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>; + stagingmumbai_asset?: SubscriptionResolver, "stagingmumbai_asset", ParentType, ContextType, RequireFields>; + stagingmumbai_assets?: SubscriptionResolver, "stagingmumbai_assets", ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatus?: SubscriptionResolver, "stagingmumbai_assetStatus", ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatuses?: SubscriptionResolver, "stagingmumbai_assetStatuses", ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalance?: SubscriptionResolver, "stagingmumbai_assetBalance", ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalances?: SubscriptionResolver, "stagingmumbai_assetBalances", ParentType, ContextType, RequireFields>; + stagingmumbai_router?: SubscriptionResolver, "stagingmumbai_router", ParentType, ContextType, RequireFields>; + stagingmumbai_routers?: SubscriptionResolver, "stagingmumbai_routers", ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVL?: SubscriptionResolver, "stagingmumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVLs?: SubscriptionResolver, "stagingmumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingmumbai_routerLiquidityEvent?: SubscriptionResolver, "stagingmumbai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_routerLiquidityEvents?: SubscriptionResolver, "stagingmumbai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_setting?: SubscriptionResolver, "stagingmumbai_setting", ParentType, ContextType, RequireFields>; + stagingmumbai_settings?: SubscriptionResolver, "stagingmumbai_settings", ParentType, ContextType, RequireFields>; + stagingmumbai_relayer?: SubscriptionResolver, "stagingmumbai_relayer", ParentType, ContextType, RequireFields>; + stagingmumbai_relayers?: SubscriptionResolver, "stagingmumbai_relayers", ParentType, ContextType, RequireFields>; + stagingmumbai_sequencer?: SubscriptionResolver, "stagingmumbai_sequencer", ParentType, ContextType, RequireFields>; + stagingmumbai_sequencers?: SubscriptionResolver, "stagingmumbai_sequencers", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFee?: SubscriptionResolver, "stagingmumbai_relayerFee", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFees?: SubscriptionResolver, "stagingmumbai_relayerFees", ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfer?: SubscriptionResolver, "stagingmumbai_originTransfer", ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfers?: SubscriptionResolver, "stagingmumbai_originTransfers", ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfer?: SubscriptionResolver, "stagingmumbai_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfers?: SubscriptionResolver, "stagingmumbai_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingmumbai_originMessage?: SubscriptionResolver, "stagingmumbai_originMessage", ParentType, ContextType, RequireFields>; + stagingmumbai_originMessages?: SubscriptionResolver, "stagingmumbai_originMessages", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoot?: SubscriptionResolver, "stagingmumbai_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoots?: SubscriptionResolver, "stagingmumbai_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMeta?: SubscriptionResolver, "stagingmumbai_connectorMeta", ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMetas?: SubscriptionResolver, "stagingmumbai_connectorMetas", ParentType, ContextType, RequireFields>; + stagingmumbai_rootCount?: SubscriptionResolver, "stagingmumbai_rootCount", ParentType, ContextType, RequireFields>; + stagingmumbai_rootCounts?: SubscriptionResolver, "stagingmumbai_rootCounts", ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSent?: SubscriptionResolver, "stagingmumbai_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSents?: SubscriptionResolver, "stagingmumbai_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncrease?: SubscriptionResolver, "stagingmumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncreases?: SubscriptionResolver, "stagingmumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdate?: SubscriptionResolver, "stagingmumbai_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdates?: SubscriptionResolver, "stagingmumbai_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoot?: SubscriptionResolver, "stagingmumbai_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoots?: SubscriptionResolver, "stagingmumbai_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorMode?: SubscriptionResolver, "stagingmumbai_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorModes?: SubscriptionResolver, "stagingmumbai_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposed?: SubscriptionResolver, "stagingmumbai_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposeds?: SubscriptionResolver, "stagingmumbai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalized?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmumbai__meta?: SubscriptionResolver, "stagingmumbai__meta", ParentType, ContextType, Partial>; arbitrumone_asset?: SubscriptionResolver, "arbitrumone_asset", ParentType, ContextType, RequireFields>; arbitrumone_assets?: SubscriptionResolver, "arbitrumone_assets", ParentType, ContextType, RequireFields>; arbitrumone_assetStatus?: SubscriptionResolver, "arbitrumone_assetStatus", ParentType, ContextType, RequireFields>; @@ -225750,6 +224937,193 @@ export type SubscriptionResolvers, "arbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; arbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "arbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; arbitrumone__meta?: SubscriptionResolver, "arbitrumone__meta", ParentType, ContextType, Partial>; + basegoerli_asset?: SubscriptionResolver, "basegoerli_asset", ParentType, ContextType, RequireFields>; + basegoerli_assets?: SubscriptionResolver, "basegoerli_assets", ParentType, ContextType, RequireFields>; + basegoerli_assetStatus?: SubscriptionResolver, "basegoerli_assetStatus", ParentType, ContextType, RequireFields>; + basegoerli_assetStatuses?: SubscriptionResolver, "basegoerli_assetStatuses", ParentType, ContextType, RequireFields>; + basegoerli_assetBalance?: SubscriptionResolver, "basegoerli_assetBalance", ParentType, ContextType, RequireFields>; + basegoerli_assetBalances?: SubscriptionResolver, "basegoerli_assetBalances", ParentType, ContextType, RequireFields>; + basegoerli_router?: SubscriptionResolver, "basegoerli_router", ParentType, ContextType, RequireFields>; + basegoerli_routers?: SubscriptionResolver, "basegoerli_routers", ParentType, ContextType, RequireFields>; + basegoerli_routerDailyTVL?: SubscriptionResolver, "basegoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + basegoerli_routerDailyTVLs?: SubscriptionResolver, "basegoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + basegoerli_routerLiquidityEvent?: SubscriptionResolver, "basegoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + basegoerli_routerLiquidityEvents?: SubscriptionResolver, "basegoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + basegoerli_setting?: SubscriptionResolver, "basegoerli_setting", ParentType, ContextType, RequireFields>; + basegoerli_settings?: SubscriptionResolver, "basegoerli_settings", ParentType, ContextType, RequireFields>; + basegoerli_relayer?: SubscriptionResolver, "basegoerli_relayer", ParentType, ContextType, RequireFields>; + basegoerli_relayers?: SubscriptionResolver, "basegoerli_relayers", ParentType, ContextType, RequireFields>; + basegoerli_sequencer?: SubscriptionResolver, "basegoerli_sequencer", ParentType, ContextType, RequireFields>; + basegoerli_sequencers?: SubscriptionResolver, "basegoerli_sequencers", ParentType, ContextType, RequireFields>; + basegoerli_relayerFee?: SubscriptionResolver, "basegoerli_relayerFee", ParentType, ContextType, RequireFields>; + basegoerli_relayerFees?: SubscriptionResolver, "basegoerli_relayerFees", ParentType, ContextType, RequireFields>; + basegoerli_originTransfer?: SubscriptionResolver, "basegoerli_originTransfer", ParentType, ContextType, RequireFields>; + basegoerli_originTransfers?: SubscriptionResolver, "basegoerli_originTransfers", ParentType, ContextType, RequireFields>; + basegoerli_destinationTransfer?: SubscriptionResolver, "basegoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + basegoerli_destinationTransfers?: SubscriptionResolver, "basegoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + basegoerli_originMessage?: SubscriptionResolver, "basegoerli_originMessage", ParentType, ContextType, RequireFields>; + basegoerli_originMessages?: SubscriptionResolver, "basegoerli_originMessages", ParentType, ContextType, RequireFields>; + basegoerli_aggregateRoot?: SubscriptionResolver, "basegoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + basegoerli_aggregateRoots?: SubscriptionResolver, "basegoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + basegoerli_connectorMeta?: SubscriptionResolver, "basegoerli_connectorMeta", ParentType, ContextType, RequireFields>; + basegoerli_connectorMetas?: SubscriptionResolver, "basegoerli_connectorMetas", ParentType, ContextType, RequireFields>; + basegoerli_rootCount?: SubscriptionResolver, "basegoerli_rootCount", ParentType, ContextType, RequireFields>; + basegoerli_rootCounts?: SubscriptionResolver, "basegoerli_rootCounts", ParentType, ContextType, RequireFields>; + basegoerli_rootMessageSent?: SubscriptionResolver, "basegoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + basegoerli_rootMessageSents?: SubscriptionResolver, "basegoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + basegoerli_relayerFeesIncrease?: SubscriptionResolver, "basegoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + basegoerli_relayerFeesIncreases?: SubscriptionResolver, "basegoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + basegoerli_slippageUpdate?: SubscriptionResolver, "basegoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + basegoerli_slippageUpdates?: SubscriptionResolver, "basegoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + basegoerli_snapshotRoot?: SubscriptionResolver, "basegoerli_snapshotRoot", ParentType, ContextType, RequireFields>; + basegoerli_snapshotRoots?: SubscriptionResolver, "basegoerli_snapshotRoots", ParentType, ContextType, RequireFields>; + basegoerli_spokeConnectorMode?: SubscriptionResolver, "basegoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; + basegoerli_spokeConnectorModes?: SubscriptionResolver, "basegoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; + basegoerli_aggregateRootProposed?: SubscriptionResolver, "basegoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; + basegoerli_aggregateRootProposeds?: SubscriptionResolver, "basegoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + basegoerli_optimisticRootFinalized?: SubscriptionResolver, "basegoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + basegoerli_optimisticRootFinalizeds?: SubscriptionResolver, "basegoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + basegoerli__meta?: SubscriptionResolver, "basegoerli__meta", ParentType, ContextType, Partial>; + optimismgoerli_asset?: SubscriptionResolver, "optimismgoerli_asset", ParentType, ContextType, RequireFields>; + optimismgoerli_assets?: SubscriptionResolver, "optimismgoerli_assets", ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatus?: SubscriptionResolver, "optimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatuses?: SubscriptionResolver, "optimismgoerli_assetStatuses", ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalance?: SubscriptionResolver, "optimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalances?: SubscriptionResolver, "optimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; + optimismgoerli_router?: SubscriptionResolver, "optimismgoerli_router", ParentType, ContextType, RequireFields>; + optimismgoerli_routers?: SubscriptionResolver, "optimismgoerli_routers", ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVL?: SubscriptionResolver, "optimismgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVLs?: SubscriptionResolver, "optimismgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvent?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvents?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_setting?: SubscriptionResolver, "optimismgoerli_setting", ParentType, ContextType, RequireFields>; + optimismgoerli_settings?: SubscriptionResolver, "optimismgoerli_settings", ParentType, ContextType, RequireFields>; + optimismgoerli_relayer?: SubscriptionResolver, "optimismgoerli_relayer", ParentType, ContextType, RequireFields>; + optimismgoerli_relayers?: SubscriptionResolver, "optimismgoerli_relayers", ParentType, ContextType, RequireFields>; + optimismgoerli_sequencer?: SubscriptionResolver, "optimismgoerli_sequencer", ParentType, ContextType, RequireFields>; + optimismgoerli_sequencers?: SubscriptionResolver, "optimismgoerli_sequencers", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFee?: SubscriptionResolver, "optimismgoerli_relayerFee", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFees?: SubscriptionResolver, "optimismgoerli_relayerFees", ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfer?: SubscriptionResolver, "optimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfers?: SubscriptionResolver, "optimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfer?: SubscriptionResolver, "optimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfers?: SubscriptionResolver, "optimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + optimismgoerli_originMessage?: SubscriptionResolver, "optimismgoerli_originMessage", ParentType, ContextType, RequireFields>; + optimismgoerli_originMessages?: SubscriptionResolver, "optimismgoerli_originMessages", ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoot?: SubscriptionResolver, "optimismgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoots?: SubscriptionResolver, "optimismgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMeta?: SubscriptionResolver, "optimismgoerli_connectorMeta", ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMetas?: SubscriptionResolver, "optimismgoerli_connectorMetas", ParentType, ContextType, RequireFields>; + optimismgoerli_rootCount?: SubscriptionResolver, "optimismgoerli_rootCount", ParentType, ContextType, RequireFields>; + optimismgoerli_rootCounts?: SubscriptionResolver, "optimismgoerli_rootCounts", ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSent?: SubscriptionResolver, "optimismgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSents?: SubscriptionResolver, "optimismgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncrease?: SubscriptionResolver, "optimismgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncreases?: SubscriptionResolver, "optimismgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdate?: SubscriptionResolver, "optimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdates?: SubscriptionResolver, "optimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + optimismgoerli_snapshotRoot?: SubscriptionResolver, "optimismgoerli_snapshotRoot", ParentType, ContextType, RequireFields>; + optimismgoerli_snapshotRoots?: SubscriptionResolver, "optimismgoerli_snapshotRoots", ParentType, ContextType, RequireFields>; + optimismgoerli_spokeConnectorMode?: SubscriptionResolver, "optimismgoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; + optimismgoerli_spokeConnectorModes?: SubscriptionResolver, "optimismgoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRootProposed?: SubscriptionResolver, "optimismgoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRootProposeds?: SubscriptionResolver, "optimismgoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + optimismgoerli_optimisticRootFinalized?: SubscriptionResolver, "optimismgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + optimismgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "optimismgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + optimismgoerli__meta?: SubscriptionResolver, "optimismgoerli__meta", ParentType, ContextType, Partial>; + mainnet_asset?: SubscriptionResolver, "mainnet_asset", ParentType, ContextType, RequireFields>; + mainnet_assets?: SubscriptionResolver, "mainnet_assets", ParentType, ContextType, RequireFields>; + mainnet_assetStatus?: SubscriptionResolver, "mainnet_assetStatus", ParentType, ContextType, RequireFields>; + mainnet_assetStatuses?: SubscriptionResolver, "mainnet_assetStatuses", ParentType, ContextType, RequireFields>; + mainnet_assetBalance?: SubscriptionResolver, "mainnet_assetBalance", ParentType, ContextType, RequireFields>; + mainnet_assetBalances?: SubscriptionResolver, "mainnet_assetBalances", ParentType, ContextType, RequireFields>; + mainnet_router?: SubscriptionResolver, "mainnet_router", ParentType, ContextType, RequireFields>; + mainnet_routers?: SubscriptionResolver, "mainnet_routers", ParentType, ContextType, RequireFields>; + mainnet_routerDailyTVL?: SubscriptionResolver, "mainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; + mainnet_routerDailyTVLs?: SubscriptionResolver, "mainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; + mainnet_routerLiquidityEvent?: SubscriptionResolver, "mainnet_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mainnet_routerLiquidityEvents?: SubscriptionResolver, "mainnet_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mainnet_setting?: SubscriptionResolver, "mainnet_setting", ParentType, ContextType, RequireFields>; + mainnet_settings?: SubscriptionResolver, "mainnet_settings", ParentType, ContextType, RequireFields>; + mainnet_relayer?: SubscriptionResolver, "mainnet_relayer", ParentType, ContextType, RequireFields>; + mainnet_relayers?: SubscriptionResolver, "mainnet_relayers", ParentType, ContextType, RequireFields>; + mainnet_sequencer?: SubscriptionResolver, "mainnet_sequencer", ParentType, ContextType, RequireFields>; + mainnet_sequencers?: SubscriptionResolver, "mainnet_sequencers", ParentType, ContextType, RequireFields>; + mainnet_relayerFee?: SubscriptionResolver, "mainnet_relayerFee", ParentType, ContextType, RequireFields>; + mainnet_relayerFees?: SubscriptionResolver, "mainnet_relayerFees", ParentType, ContextType, RequireFields>; + mainnet_originTransfer?: SubscriptionResolver, "mainnet_originTransfer", ParentType, ContextType, RequireFields>; + mainnet_originTransfers?: SubscriptionResolver, "mainnet_originTransfers", ParentType, ContextType, RequireFields>; + mainnet_destinationTransfer?: SubscriptionResolver, "mainnet_destinationTransfer", ParentType, ContextType, RequireFields>; + mainnet_destinationTransfers?: SubscriptionResolver, "mainnet_destinationTransfers", ParentType, ContextType, RequireFields>; + mainnet_originMessage?: SubscriptionResolver, "mainnet_originMessage", ParentType, ContextType, RequireFields>; + mainnet_originMessages?: SubscriptionResolver, "mainnet_originMessages", ParentType, ContextType, RequireFields>; + mainnet_aggregateRoot?: SubscriptionResolver, "mainnet_aggregateRoot", ParentType, ContextType, RequireFields>; + mainnet_aggregateRoots?: SubscriptionResolver, "mainnet_aggregateRoots", ParentType, ContextType, RequireFields>; + mainnet_connectorMeta?: SubscriptionResolver, "mainnet_connectorMeta", ParentType, ContextType, RequireFields>; + mainnet_connectorMetas?: SubscriptionResolver, "mainnet_connectorMetas", ParentType, ContextType, RequireFields>; + mainnet_rootCount?: SubscriptionResolver, "mainnet_rootCount", ParentType, ContextType, RequireFields>; + mainnet_rootCounts?: SubscriptionResolver, "mainnet_rootCounts", ParentType, ContextType, RequireFields>; + mainnet_rootMessageSent?: SubscriptionResolver, "mainnet_rootMessageSent", ParentType, ContextType, RequireFields>; + mainnet_rootMessageSents?: SubscriptionResolver, "mainnet_rootMessageSents", ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncrease?: SubscriptionResolver, "mainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncreases?: SubscriptionResolver, "mainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mainnet_slippageUpdate?: SubscriptionResolver, "mainnet_slippageUpdate", ParentType, ContextType, RequireFields>; + mainnet_slippageUpdates?: SubscriptionResolver, "mainnet_slippageUpdates", ParentType, ContextType, RequireFields>; + mainnet_snapshotRoot?: SubscriptionResolver, "mainnet_snapshotRoot", ParentType, ContextType, RequireFields>; + mainnet_snapshotRoots?: SubscriptionResolver, "mainnet_snapshotRoots", ParentType, ContextType, RequireFields>; + mainnet_spokeConnectorMode?: SubscriptionResolver, "mainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; + mainnet_spokeConnectorModes?: SubscriptionResolver, "mainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; + mainnet_aggregateRootProposed?: SubscriptionResolver, "mainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; + mainnet_aggregateRootProposeds?: SubscriptionResolver, "mainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + mainnet_optimisticRootFinalized?: SubscriptionResolver, "mainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + mainnet_optimisticRootFinalizeds?: SubscriptionResolver, "mainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mode_asset?: SubscriptionResolver, "mode_asset", ParentType, ContextType, RequireFields>; + mode_assets?: SubscriptionResolver, "mode_assets", ParentType, ContextType, RequireFields>; + mode_assetStatus?: SubscriptionResolver, "mode_assetStatus", ParentType, ContextType, RequireFields>; + mode_assetStatuses?: SubscriptionResolver, "mode_assetStatuses", ParentType, ContextType, RequireFields>; + mode_assetBalance?: SubscriptionResolver, "mode_assetBalance", ParentType, ContextType, RequireFields>; + mode_assetBalances?: SubscriptionResolver, "mode_assetBalances", ParentType, ContextType, RequireFields>; + mode_router?: SubscriptionResolver, "mode_router", ParentType, ContextType, RequireFields>; + mode_routers?: SubscriptionResolver, "mode_routers", ParentType, ContextType, RequireFields>; + mode_routerDailyTVL?: SubscriptionResolver, "mode_routerDailyTVL", ParentType, ContextType, RequireFields>; + mode_routerDailyTVLs?: SubscriptionResolver, "mode_routerDailyTVLs", ParentType, ContextType, RequireFields>; + mode_routerLiquidityEvent?: SubscriptionResolver, "mode_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mode_routerLiquidityEvents?: SubscriptionResolver, "mode_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mode_setting?: SubscriptionResolver, "mode_setting", ParentType, ContextType, RequireFields>; + mode_settings?: SubscriptionResolver, "mode_settings", ParentType, ContextType, RequireFields>; + mode_relayer?: SubscriptionResolver, "mode_relayer", ParentType, ContextType, RequireFields>; + mode_relayers?: SubscriptionResolver, "mode_relayers", ParentType, ContextType, RequireFields>; + mode_sequencer?: SubscriptionResolver, "mode_sequencer", ParentType, ContextType, RequireFields>; + mode_sequencers?: SubscriptionResolver, "mode_sequencers", ParentType, ContextType, RequireFields>; + mode_relayerFee?: SubscriptionResolver, "mode_relayerFee", ParentType, ContextType, RequireFields>; + mode_relayerFees?: SubscriptionResolver, "mode_relayerFees", ParentType, ContextType, RequireFields>; + mode_originTransfer?: SubscriptionResolver, "mode_originTransfer", ParentType, ContextType, RequireFields>; + mode_originTransfers?: SubscriptionResolver, "mode_originTransfers", ParentType, ContextType, RequireFields>; + mode_destinationTransfer?: SubscriptionResolver, "mode_destinationTransfer", ParentType, ContextType, RequireFields>; + mode_destinationTransfers?: SubscriptionResolver, "mode_destinationTransfers", ParentType, ContextType, RequireFields>; + mode_originMessage?: SubscriptionResolver, "mode_originMessage", ParentType, ContextType, RequireFields>; + mode_originMessages?: SubscriptionResolver, "mode_originMessages", ParentType, ContextType, RequireFields>; + mode_aggregateRoot?: SubscriptionResolver, "mode_aggregateRoot", ParentType, ContextType, RequireFields>; + mode_aggregateRoots?: SubscriptionResolver, "mode_aggregateRoots", ParentType, ContextType, RequireFields>; + mode_connectorMeta?: SubscriptionResolver, "mode_connectorMeta", ParentType, ContextType, RequireFields>; + mode_connectorMetas?: SubscriptionResolver, "mode_connectorMetas", ParentType, ContextType, RequireFields>; + mode_rootCount?: SubscriptionResolver, "mode_rootCount", ParentType, ContextType, RequireFields>; + mode_rootCounts?: SubscriptionResolver, "mode_rootCounts", ParentType, ContextType, RequireFields>; + mode_rootMessageSent?: SubscriptionResolver, "mode_rootMessageSent", ParentType, ContextType, RequireFields>; + mode_rootMessageSents?: SubscriptionResolver, "mode_rootMessageSents", ParentType, ContextType, RequireFields>; + mode_relayerFeesIncrease?: SubscriptionResolver, "mode_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mode_relayerFeesIncreases?: SubscriptionResolver, "mode_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mode_slippageUpdate?: SubscriptionResolver, "mode_slippageUpdate", ParentType, ContextType, RequireFields>; + mode_slippageUpdates?: SubscriptionResolver, "mode_slippageUpdates", ParentType, ContextType, RequireFields>; + mode_snapshotRoot?: SubscriptionResolver, "mode_snapshotRoot", ParentType, ContextType, RequireFields>; + mode_snapshotRoots?: SubscriptionResolver, "mode_snapshotRoots", ParentType, ContextType, RequireFields>; + mode_spokeConnectorMode?: SubscriptionResolver, "mode_spokeConnectorMode", ParentType, ContextType, RequireFields>; + mode_spokeConnectorModes?: SubscriptionResolver, "mode_spokeConnectorModes", ParentType, ContextType, RequireFields>; + mode_aggregateRootProposed?: SubscriptionResolver, "mode_aggregateRootProposed", ParentType, ContextType, RequireFields>; + mode_aggregateRootProposeds?: SubscriptionResolver, "mode_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + mode_optimisticRootFinalized?: SubscriptionResolver, "mode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + mode_optimisticRootFinalizeds?: SubscriptionResolver, "mode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mode__meta?: SubscriptionResolver, "mode__meta", ParentType, ContextType, Partial>; stagingmetis_asset?: SubscriptionResolver, "stagingmetis_asset", ParentType, ContextType, RequireFields>; stagingmetis_assets?: SubscriptionResolver, "stagingmetis_assets", ParentType, ContextType, RequireFields>; stagingmetis_assetStatus?: SubscriptionResolver, "stagingmetis_assetStatus", ParentType, ContextType, RequireFields>; @@ -225797,53 +225171,6 @@ export type SubscriptionResolvers, "stagingmetis_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingmetis_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmetis_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingmetis__meta?: SubscriptionResolver, "stagingmetis__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>; stagingmantle_asset?: SubscriptionResolver, "stagingmantle_asset", ParentType, ContextType, RequireFields>; stagingmantle_assets?: SubscriptionResolver, "stagingmantle_assets", ParentType, ContextType, RequireFields>; stagingmantle_assetStatus?: SubscriptionResolver, "stagingmantle_assetStatus", ParentType, ContextType, RequireFields>; @@ -225891,147 +225218,427 @@ export type SubscriptionResolvers, "stagingmantle_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingmantle_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmantle_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingmantle__meta?: SubscriptionResolver, "stagingmantle__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>; - 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>; + polygon_asset?: SubscriptionResolver, "polygon_asset", ParentType, ContextType, RequireFields>; + polygon_assets?: SubscriptionResolver, "polygon_assets", ParentType, ContextType, RequireFields>; + polygon_assetStatus?: SubscriptionResolver, "polygon_assetStatus", ParentType, ContextType, RequireFields>; + polygon_assetStatuses?: SubscriptionResolver, "polygon_assetStatuses", ParentType, ContextType, RequireFields>; + polygon_assetBalance?: SubscriptionResolver, "polygon_assetBalance", ParentType, ContextType, RequireFields>; + polygon_assetBalances?: SubscriptionResolver, "polygon_assetBalances", ParentType, ContextType, RequireFields>; + polygon_router?: SubscriptionResolver, "polygon_router", ParentType, ContextType, RequireFields>; + polygon_routers?: SubscriptionResolver, "polygon_routers", ParentType, ContextType, RequireFields>; + polygon_routerDailyTVL?: SubscriptionResolver, "polygon_routerDailyTVL", ParentType, ContextType, RequireFields>; + polygon_routerDailyTVLs?: SubscriptionResolver, "polygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvent?: SubscriptionResolver, "polygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvents?: SubscriptionResolver, "polygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_setting?: SubscriptionResolver, "polygon_setting", ParentType, ContextType, RequireFields>; + polygon_settings?: SubscriptionResolver, "polygon_settings", ParentType, ContextType, RequireFields>; + polygon_relayer?: SubscriptionResolver, "polygon_relayer", ParentType, ContextType, RequireFields>; + polygon_relayers?: SubscriptionResolver, "polygon_relayers", ParentType, ContextType, RequireFields>; + polygon_sequencer?: SubscriptionResolver, "polygon_sequencer", ParentType, ContextType, RequireFields>; + polygon_sequencers?: SubscriptionResolver, "polygon_sequencers", ParentType, ContextType, RequireFields>; + polygon_relayerFee?: SubscriptionResolver, "polygon_relayerFee", ParentType, ContextType, RequireFields>; + polygon_relayerFees?: SubscriptionResolver, "polygon_relayerFees", ParentType, ContextType, RequireFields>; + polygon_originTransfer?: SubscriptionResolver, "polygon_originTransfer", ParentType, ContextType, RequireFields>; + polygon_originTransfers?: SubscriptionResolver, "polygon_originTransfers", ParentType, ContextType, RequireFields>; + polygon_destinationTransfer?: SubscriptionResolver, "polygon_destinationTransfer", ParentType, ContextType, RequireFields>; + polygon_destinationTransfers?: SubscriptionResolver, "polygon_destinationTransfers", ParentType, ContextType, RequireFields>; + polygon_originMessage?: SubscriptionResolver, "polygon_originMessage", ParentType, ContextType, RequireFields>; + polygon_originMessages?: SubscriptionResolver, "polygon_originMessages", ParentType, ContextType, RequireFields>; + polygon_aggregateRoot?: SubscriptionResolver, "polygon_aggregateRoot", ParentType, ContextType, RequireFields>; + polygon_aggregateRoots?: SubscriptionResolver, "polygon_aggregateRoots", ParentType, ContextType, RequireFields>; + polygon_connectorMeta?: SubscriptionResolver, "polygon_connectorMeta", ParentType, ContextType, RequireFields>; + polygon_connectorMetas?: SubscriptionResolver, "polygon_connectorMetas", ParentType, ContextType, RequireFields>; + polygon_rootCount?: SubscriptionResolver, "polygon_rootCount", ParentType, ContextType, RequireFields>; + polygon_rootCounts?: SubscriptionResolver, "polygon_rootCounts", ParentType, ContextType, RequireFields>; + polygon_rootMessageSent?: SubscriptionResolver, "polygon_rootMessageSent", ParentType, ContextType, RequireFields>; + polygon_rootMessageSents?: SubscriptionResolver, "polygon_rootMessageSents", ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncrease?: SubscriptionResolver, "polygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncreases?: SubscriptionResolver, "polygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + polygon_slippageUpdate?: SubscriptionResolver, "polygon_slippageUpdate", ParentType, ContextType, RequireFields>; + polygon_slippageUpdates?: SubscriptionResolver, "polygon_slippageUpdates", ParentType, ContextType, RequireFields>; + polygon_snapshotRoot?: SubscriptionResolver, "polygon_snapshotRoot", ParentType, ContextType, RequireFields>; + polygon_snapshotRoots?: SubscriptionResolver, "polygon_snapshotRoots", ParentType, ContextType, RequireFields>; + polygon_spokeConnectorMode?: SubscriptionResolver, "polygon_spokeConnectorMode", ParentType, ContextType, RequireFields>; + polygon_spokeConnectorModes?: SubscriptionResolver, "polygon_spokeConnectorModes", ParentType, ContextType, RequireFields>; + polygon_aggregateRootProposed?: SubscriptionResolver, "polygon_aggregateRootProposed", ParentType, ContextType, RequireFields>; + polygon_aggregateRootProposeds?: SubscriptionResolver, "polygon_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + polygon_optimisticRootFinalized?: SubscriptionResolver, "polygon_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + polygon_optimisticRootFinalizeds?: SubscriptionResolver, "polygon_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + polygon__meta?: SubscriptionResolver, "polygon__meta", ParentType, ContextType, Partial>; + goerli_asset?: SubscriptionResolver, "goerli_asset", ParentType, ContextType, RequireFields>; + goerli_assets?: SubscriptionResolver, "goerli_assets", ParentType, ContextType, RequireFields>; + goerli_assetStatus?: SubscriptionResolver, "goerli_assetStatus", ParentType, ContextType, RequireFields>; + goerli_assetStatuses?: SubscriptionResolver, "goerli_assetStatuses", ParentType, ContextType, RequireFields>; + goerli_assetBalance?: SubscriptionResolver, "goerli_assetBalance", ParentType, ContextType, RequireFields>; + goerli_assetBalances?: SubscriptionResolver, "goerli_assetBalances", ParentType, ContextType, RequireFields>; + goerli_router?: SubscriptionResolver, "goerli_router", ParentType, ContextType, RequireFields>; + goerli_routers?: SubscriptionResolver, "goerli_routers", ParentType, ContextType, RequireFields>; + goerli_routerDailyTVL?: SubscriptionResolver, "goerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + goerli_routerDailyTVLs?: SubscriptionResolver, "goerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvent?: SubscriptionResolver, "goerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvents?: SubscriptionResolver, "goerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + goerli_setting?: SubscriptionResolver, "goerli_setting", ParentType, ContextType, RequireFields>; + goerli_settings?: SubscriptionResolver, "goerli_settings", ParentType, ContextType, RequireFields>; + goerli_relayer?: SubscriptionResolver, "goerli_relayer", ParentType, ContextType, RequireFields>; + goerli_relayers?: SubscriptionResolver, "goerli_relayers", ParentType, ContextType, RequireFields>; + goerli_sequencer?: SubscriptionResolver, "goerli_sequencer", ParentType, ContextType, RequireFields>; + goerli_sequencers?: SubscriptionResolver, "goerli_sequencers", ParentType, ContextType, RequireFields>; + goerli_relayerFee?: SubscriptionResolver, "goerli_relayerFee", ParentType, ContextType, RequireFields>; + goerli_relayerFees?: SubscriptionResolver, "goerli_relayerFees", ParentType, ContextType, RequireFields>; + goerli_originTransfer?: SubscriptionResolver, "goerli_originTransfer", ParentType, ContextType, RequireFields>; + goerli_originTransfers?: SubscriptionResolver, "goerli_originTransfers", ParentType, ContextType, RequireFields>; + goerli_destinationTransfer?: SubscriptionResolver, "goerli_destinationTransfer", ParentType, ContextType, RequireFields>; + goerli_destinationTransfers?: SubscriptionResolver, "goerli_destinationTransfers", ParentType, ContextType, RequireFields>; + goerli_originMessage?: SubscriptionResolver, "goerli_originMessage", ParentType, ContextType, RequireFields>; + goerli_originMessages?: SubscriptionResolver, "goerli_originMessages", ParentType, ContextType, RequireFields>; + goerli_aggregateRoot?: SubscriptionResolver, "goerli_aggregateRoot", ParentType, ContextType, RequireFields>; + goerli_aggregateRoots?: SubscriptionResolver, "goerli_aggregateRoots", ParentType, ContextType, RequireFields>; + goerli_connectorMeta?: SubscriptionResolver, "goerli_connectorMeta", ParentType, ContextType, RequireFields>; + goerli_connectorMetas?: SubscriptionResolver, "goerli_connectorMetas", ParentType, ContextType, RequireFields>; + goerli_rootCount?: SubscriptionResolver, "goerli_rootCount", ParentType, ContextType, RequireFields>; + goerli_rootCounts?: SubscriptionResolver, "goerli_rootCounts", ParentType, ContextType, RequireFields>; + goerli_rootMessageSent?: SubscriptionResolver, "goerli_rootMessageSent", ParentType, ContextType, RequireFields>; + goerli_rootMessageSents?: SubscriptionResolver, "goerli_rootMessageSents", ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncrease?: SubscriptionResolver, "goerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncreases?: SubscriptionResolver, "goerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + goerli_slippageUpdate?: SubscriptionResolver, "goerli_slippageUpdate", ParentType, ContextType, RequireFields>; + goerli_slippageUpdates?: SubscriptionResolver, "goerli_slippageUpdates", ParentType, ContextType, RequireFields>; + goerli_snapshotRoot?: SubscriptionResolver, "goerli_snapshotRoot", ParentType, ContextType, RequireFields>; + goerli_snapshotRoots?: SubscriptionResolver, "goerli_snapshotRoots", ParentType, ContextType, RequireFields>; + goerli_spokeConnectorMode?: SubscriptionResolver, "goerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; + goerli_spokeConnectorModes?: SubscriptionResolver, "goerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; + goerli_aggregateRootProposed?: SubscriptionResolver, "goerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; + goerli_aggregateRootProposeds?: SubscriptionResolver, "goerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + goerli_optimisticRootFinalized?: SubscriptionResolver, "goerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + goerli_optimisticRootFinalizeds?: SubscriptionResolver, "goerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mumbai_asset?: SubscriptionResolver, "mumbai_asset", ParentType, ContextType, RequireFields>; + mumbai_assets?: SubscriptionResolver, "mumbai_assets", ParentType, ContextType, RequireFields>; + mumbai_assetStatus?: SubscriptionResolver, "mumbai_assetStatus", ParentType, ContextType, RequireFields>; + mumbai_assetStatuses?: SubscriptionResolver, "mumbai_assetStatuses", ParentType, ContextType, RequireFields>; + mumbai_assetBalance?: SubscriptionResolver, "mumbai_assetBalance", ParentType, ContextType, RequireFields>; + mumbai_assetBalances?: SubscriptionResolver, "mumbai_assetBalances", ParentType, ContextType, RequireFields>; + mumbai_router?: SubscriptionResolver, "mumbai_router", ParentType, ContextType, RequireFields>; + mumbai_routers?: SubscriptionResolver, "mumbai_routers", ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVL?: SubscriptionResolver, "mumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVLs?: SubscriptionResolver, "mumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvent?: SubscriptionResolver, "mumbai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvents?: SubscriptionResolver, "mumbai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_setting?: SubscriptionResolver, "mumbai_setting", ParentType, ContextType, RequireFields>; + mumbai_settings?: SubscriptionResolver, "mumbai_settings", ParentType, ContextType, RequireFields>; + mumbai_relayer?: SubscriptionResolver, "mumbai_relayer", ParentType, ContextType, RequireFields>; + mumbai_relayers?: SubscriptionResolver, "mumbai_relayers", ParentType, ContextType, RequireFields>; + mumbai_sequencer?: SubscriptionResolver, "mumbai_sequencer", ParentType, ContextType, RequireFields>; + mumbai_sequencers?: SubscriptionResolver, "mumbai_sequencers", ParentType, ContextType, RequireFields>; + mumbai_relayerFee?: SubscriptionResolver, "mumbai_relayerFee", ParentType, ContextType, RequireFields>; + mumbai_relayerFees?: SubscriptionResolver, "mumbai_relayerFees", ParentType, ContextType, RequireFields>; + mumbai_originTransfer?: SubscriptionResolver, "mumbai_originTransfer", ParentType, ContextType, RequireFields>; + mumbai_originTransfers?: SubscriptionResolver, "mumbai_originTransfers", ParentType, ContextType, RequireFields>; + mumbai_destinationTransfer?: SubscriptionResolver, "mumbai_destinationTransfer", ParentType, ContextType, RequireFields>; + mumbai_destinationTransfers?: SubscriptionResolver, "mumbai_destinationTransfers", ParentType, ContextType, RequireFields>; + mumbai_originMessage?: SubscriptionResolver, "mumbai_originMessage", ParentType, ContextType, RequireFields>; + mumbai_originMessages?: SubscriptionResolver, "mumbai_originMessages", ParentType, ContextType, RequireFields>; + mumbai_aggregateRoot?: SubscriptionResolver, "mumbai_aggregateRoot", ParentType, ContextType, RequireFields>; + mumbai_aggregateRoots?: SubscriptionResolver, "mumbai_aggregateRoots", ParentType, ContextType, RequireFields>; + mumbai_connectorMeta?: SubscriptionResolver, "mumbai_connectorMeta", ParentType, ContextType, RequireFields>; + mumbai_connectorMetas?: SubscriptionResolver, "mumbai_connectorMetas", ParentType, ContextType, RequireFields>; + mumbai_rootCount?: SubscriptionResolver, "mumbai_rootCount", ParentType, ContextType, RequireFields>; + mumbai_rootCounts?: SubscriptionResolver, "mumbai_rootCounts", ParentType, ContextType, RequireFields>; + mumbai_rootMessageSent?: SubscriptionResolver, "mumbai_rootMessageSent", ParentType, ContextType, RequireFields>; + mumbai_rootMessageSents?: SubscriptionResolver, "mumbai_rootMessageSents", ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncrease?: SubscriptionResolver, "mumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncreases?: SubscriptionResolver, "mumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mumbai_slippageUpdate?: SubscriptionResolver, "mumbai_slippageUpdate", ParentType, ContextType, RequireFields>; + mumbai_slippageUpdates?: SubscriptionResolver, "mumbai_slippageUpdates", ParentType, ContextType, RequireFields>; + mumbai_snapshotRoot?: SubscriptionResolver, "mumbai_snapshotRoot", ParentType, ContextType, RequireFields>; + mumbai_snapshotRoots?: SubscriptionResolver, "mumbai_snapshotRoots", ParentType, ContextType, RequireFields>; + mumbai_spokeConnectorMode?: SubscriptionResolver, "mumbai_spokeConnectorMode", ParentType, ContextType, RequireFields>; + mumbai_spokeConnectorModes?: SubscriptionResolver, "mumbai_spokeConnectorModes", ParentType, ContextType, RequireFields>; + mumbai_aggregateRootProposed?: SubscriptionResolver, "mumbai_aggregateRootProposed", ParentType, ContextType, RequireFields>; + mumbai_aggregateRootProposeds?: SubscriptionResolver, "mumbai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + mumbai_optimisticRootFinalized?: SubscriptionResolver, "mumbai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + mumbai_optimisticRootFinalizeds?: SubscriptionResolver, "mumbai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mumbai__meta?: SubscriptionResolver, "mumbai__meta", ParentType, ContextType, Partial>; + staginggoerli_asset?: SubscriptionResolver, "staginggoerli_asset", ParentType, ContextType, RequireFields>; + staginggoerli_assets?: SubscriptionResolver, "staginggoerli_assets", ParentType, ContextType, RequireFields>; + staginggoerli_assetStatus?: SubscriptionResolver, "staginggoerli_assetStatus", ParentType, ContextType, RequireFields>; + staginggoerli_assetStatuses?: SubscriptionResolver, "staginggoerli_assetStatuses", ParentType, ContextType, RequireFields>; + staginggoerli_assetBalance?: SubscriptionResolver, "staginggoerli_assetBalance", ParentType, ContextType, RequireFields>; + staginggoerli_assetBalances?: SubscriptionResolver, "staginggoerli_assetBalances", ParentType, ContextType, RequireFields>; + staginggoerli_router?: SubscriptionResolver, "staginggoerli_router", ParentType, ContextType, RequireFields>; + staginggoerli_routers?: SubscriptionResolver, "staginggoerli_routers", ParentType, ContextType, RequireFields>; + staginggoerli_routerDailyTVL?: SubscriptionResolver, "staginggoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + staginggoerli_routerDailyTVLs?: SubscriptionResolver, "staginggoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + staginggoerli_routerLiquidityEvent?: SubscriptionResolver, "staginggoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + staginggoerli_routerLiquidityEvents?: SubscriptionResolver, "staginggoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + staginggoerli_setting?: SubscriptionResolver, "staginggoerli_setting", ParentType, ContextType, RequireFields>; + staginggoerli_settings?: SubscriptionResolver, "staginggoerli_settings", ParentType, ContextType, RequireFields>; + staginggoerli_relayer?: SubscriptionResolver, "staginggoerli_relayer", ParentType, ContextType, RequireFields>; + staginggoerli_relayers?: SubscriptionResolver, "staginggoerli_relayers", ParentType, ContextType, RequireFields>; + staginggoerli_sequencer?: SubscriptionResolver, "staginggoerli_sequencer", ParentType, ContextType, RequireFields>; + staginggoerli_sequencers?: SubscriptionResolver, "staginggoerli_sequencers", ParentType, ContextType, RequireFields>; + staginggoerli_relayerFee?: SubscriptionResolver, "staginggoerli_relayerFee", ParentType, ContextType, RequireFields>; + staginggoerli_relayerFees?: SubscriptionResolver, "staginggoerli_relayerFees", ParentType, ContextType, RequireFields>; + staginggoerli_originTransfer?: SubscriptionResolver, "staginggoerli_originTransfer", ParentType, ContextType, RequireFields>; + staginggoerli_originTransfers?: SubscriptionResolver, "staginggoerli_originTransfers", ParentType, ContextType, RequireFields>; + staginggoerli_destinationTransfer?: SubscriptionResolver, "staginggoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + staginggoerli_destinationTransfers?: SubscriptionResolver, "staginggoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + staginggoerli_originMessage?: SubscriptionResolver, "staginggoerli_originMessage", ParentType, ContextType, RequireFields>; + staginggoerli_originMessages?: SubscriptionResolver, "staginggoerli_originMessages", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRoot?: SubscriptionResolver, "staginggoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRoots?: SubscriptionResolver, "staginggoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + staginggoerli_connectorMeta?: SubscriptionResolver, "staginggoerli_connectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_connectorMetas?: SubscriptionResolver, "staginggoerli_connectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_rootCount?: SubscriptionResolver, "staginggoerli_rootCount", ParentType, ContextType, RequireFields>; + staginggoerli_rootCounts?: SubscriptionResolver, "staginggoerli_rootCounts", ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageSent?: SubscriptionResolver, "staginggoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageSents?: SubscriptionResolver, "staginggoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + staginggoerli_relayerFeesIncrease?: SubscriptionResolver, "staginggoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + staginggoerli_relayerFeesIncreases?: SubscriptionResolver, "staginggoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + staginggoerli_slippageUpdate?: SubscriptionResolver, "staginggoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + staginggoerli_slippageUpdates?: SubscriptionResolver, "staginggoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + staginggoerli_snapshotRoot?: SubscriptionResolver, "staginggoerli_snapshotRoot", ParentType, ContextType, RequireFields>; + staginggoerli_snapshotRoots?: SubscriptionResolver, "staginggoerli_snapshotRoots", ParentType, ContextType, RequireFields>; + staginggoerli_spokeConnectorMode?: SubscriptionResolver, "staginggoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; + staginggoerli_spokeConnectorModes?: SubscriptionResolver, "staginggoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootProposed?: SubscriptionResolver, "staginggoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootProposeds?: SubscriptionResolver, "staginggoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootFinalized?: SubscriptionResolver, "staginggoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + 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>; + 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>; + 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>; + 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_swap_asset?: SubscriptionResolver, "polygonzkevm_swap_asset", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assets?: SubscriptionResolver, "polygonzkevm_swap_assets", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetStatus?: SubscriptionResolver, "polygonzkevm_swap_assetStatus", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetStatuses?: SubscriptionResolver, "polygonzkevm_swap_assetStatuses", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetBalance?: SubscriptionResolver, "polygonzkevm_swap_assetBalance", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetBalances?: SubscriptionResolver, "polygonzkevm_swap_assetBalances", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_router?: SubscriptionResolver, "polygonzkevm_swap_router", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routers?: SubscriptionResolver, "polygonzkevm_swap_routers", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerDailyTVL?: SubscriptionResolver, "polygonzkevm_swap_routerDailyTVL", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerDailyTVLs?: SubscriptionResolver, "polygonzkevm_swap_routerDailyTVLs", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerLiquidityEvent?: SubscriptionResolver, "polygonzkevm_swap_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerLiquidityEvents?: SubscriptionResolver, "polygonzkevm_swap_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_setting?: SubscriptionResolver, "polygonzkevm_swap_setting", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_settings?: SubscriptionResolver, "polygonzkevm_swap_settings", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayer?: SubscriptionResolver, "polygonzkevm_swap_relayer", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayers?: SubscriptionResolver, "polygonzkevm_swap_relayers", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_sequencer?: SubscriptionResolver, "polygonzkevm_swap_sequencer", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_sequencers?: SubscriptionResolver, "polygonzkevm_swap_sequencers", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFee?: SubscriptionResolver, "polygonzkevm_swap_relayerFee", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFees?: SubscriptionResolver, "polygonzkevm_swap_relayerFees", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originTransfer?: SubscriptionResolver, "polygonzkevm_swap_originTransfer", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originTransfers?: SubscriptionResolver, "polygonzkevm_swap_originTransfers", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_destinationTransfer?: SubscriptionResolver, "polygonzkevm_swap_destinationTransfer", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_destinationTransfers?: SubscriptionResolver, "polygonzkevm_swap_destinationTransfers", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originMessage?: SubscriptionResolver, "polygonzkevm_swap_originMessage", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originMessages?: SubscriptionResolver, "polygonzkevm_swap_originMessages", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRoot?: SubscriptionResolver, "polygonzkevm_swap_aggregateRoot", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRoots?: SubscriptionResolver, "polygonzkevm_swap_aggregateRoots", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_connectorMeta?: SubscriptionResolver, "polygonzkevm_swap_connectorMeta", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_connectorMetas?: SubscriptionResolver, "polygonzkevm_swap_connectorMetas", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootCount?: SubscriptionResolver, "polygonzkevm_swap_rootCount", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootCounts?: SubscriptionResolver, "polygonzkevm_swap_rootCounts", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootMessageSent?: SubscriptionResolver, "polygonzkevm_swap_rootMessageSent", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootMessageSents?: SubscriptionResolver, "polygonzkevm_swap_rootMessageSents", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFeesIncrease?: SubscriptionResolver, "polygonzkevm_swap_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFeesIncreases?: SubscriptionResolver, "polygonzkevm_swap_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_slippageUpdate?: SubscriptionResolver, "polygonzkevm_swap_slippageUpdate", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_slippageUpdates?: SubscriptionResolver, "polygonzkevm_swap_slippageUpdates", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_snapshotRoot?: SubscriptionResolver, "polygonzkevm_swap_snapshotRoot", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_snapshotRoots?: SubscriptionResolver, "polygonzkevm_swap_snapshotRoots", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_spokeConnectorMode?: SubscriptionResolver, "polygonzkevm_swap_spokeConnectorMode", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_spokeConnectorModes?: SubscriptionResolver, "polygonzkevm_swap_spokeConnectorModes", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRootProposed?: SubscriptionResolver, "polygonzkevm_swap_aggregateRootProposed", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRootProposeds?: SubscriptionResolver, "polygonzkevm_swap_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_optimisticRootFinalized?: SubscriptionResolver, "polygonzkevm_swap_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_optimisticRootFinalizeds?: SubscriptionResolver, "polygonzkevm_swap_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + polygonzkevm_swap__meta?: SubscriptionResolver, "polygonzkevm_swap__meta", ParentType, ContextType, Partial>; polygonzkevm_asset?: SubscriptionResolver, "polygonzkevm_asset", ParentType, ContextType, RequireFields>; polygonzkevm_assets?: SubscriptionResolver, "polygonzkevm_assets", ParentType, ContextType, RequireFields>; polygonzkevm_assetStatus?: SubscriptionResolver, "polygonzkevm_assetStatus", ParentType, ContextType, RequireFields>; @@ -226079,53 +225686,99 @@ export type SubscriptionResolvers, "polygonzkevm_optimisticRootFinalized", ParentType, ContextType, RequireFields>; polygonzkevm_optimisticRootFinalizeds?: SubscriptionResolver, "polygonzkevm_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; polygonzkevm__meta?: SubscriptionResolver, "polygonzkevm__meta", ParentType, ContextType, Partial>; - stagingavalanche_asset?: SubscriptionResolver, "stagingavalanche_asset", ParentType, ContextType, RequireFields>; - stagingavalanche_assets?: SubscriptionResolver, "stagingavalanche_assets", ParentType, ContextType, RequireFields>; - stagingavalanche_assetStatus?: SubscriptionResolver, "stagingavalanche_assetStatus", ParentType, ContextType, RequireFields>; - stagingavalanche_assetStatuses?: SubscriptionResolver, "stagingavalanche_assetStatuses", ParentType, ContextType, RequireFields>; - stagingavalanche_assetBalance?: SubscriptionResolver, "stagingavalanche_assetBalance", ParentType, ContextType, RequireFields>; - stagingavalanche_assetBalances?: SubscriptionResolver, "stagingavalanche_assetBalances", ParentType, ContextType, RequireFields>; - stagingavalanche_router?: SubscriptionResolver, "stagingavalanche_router", ParentType, ContextType, RequireFields>; - stagingavalanche_routers?: SubscriptionResolver, "stagingavalanche_routers", ParentType, ContextType, RequireFields>; - stagingavalanche_routerDailyTVL?: SubscriptionResolver, "stagingavalanche_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingavalanche_routerDailyTVLs?: SubscriptionResolver, "stagingavalanche_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingavalanche_routerLiquidityEvent?: SubscriptionResolver, "stagingavalanche_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingavalanche_routerLiquidityEvents?: SubscriptionResolver, "stagingavalanche_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingavalanche_setting?: SubscriptionResolver, "stagingavalanche_setting", ParentType, ContextType, RequireFields>; - stagingavalanche_settings?: SubscriptionResolver, "stagingavalanche_settings", ParentType, ContextType, RequireFields>; - stagingavalanche_relayer?: SubscriptionResolver, "stagingavalanche_relayer", ParentType, ContextType, RequireFields>; - stagingavalanche_relayers?: SubscriptionResolver, "stagingavalanche_relayers", ParentType, ContextType, RequireFields>; - stagingavalanche_sequencer?: SubscriptionResolver, "stagingavalanche_sequencer", ParentType, ContextType, RequireFields>; - stagingavalanche_sequencers?: SubscriptionResolver, "stagingavalanche_sequencers", ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFee?: SubscriptionResolver, "stagingavalanche_relayerFee", ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFees?: SubscriptionResolver, "stagingavalanche_relayerFees", ParentType, ContextType, RequireFields>; - stagingavalanche_originTransfer?: SubscriptionResolver, "stagingavalanche_originTransfer", ParentType, ContextType, RequireFields>; - stagingavalanche_originTransfers?: SubscriptionResolver, "stagingavalanche_originTransfers", ParentType, ContextType, RequireFields>; - stagingavalanche_destinationTransfer?: SubscriptionResolver, "stagingavalanche_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingavalanche_destinationTransfers?: SubscriptionResolver, "stagingavalanche_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingavalanche_originMessage?: SubscriptionResolver, "stagingavalanche_originMessage", ParentType, ContextType, RequireFields>; - stagingavalanche_originMessages?: SubscriptionResolver, "stagingavalanche_originMessages", ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRoot?: SubscriptionResolver, "stagingavalanche_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRoots?: SubscriptionResolver, "stagingavalanche_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingavalanche_connectorMeta?: SubscriptionResolver, "stagingavalanche_connectorMeta", ParentType, ContextType, RequireFields>; - stagingavalanche_connectorMetas?: SubscriptionResolver, "stagingavalanche_connectorMetas", ParentType, ContextType, RequireFields>; - stagingavalanche_rootCount?: SubscriptionResolver, "stagingavalanche_rootCount", ParentType, ContextType, RequireFields>; - stagingavalanche_rootCounts?: SubscriptionResolver, "stagingavalanche_rootCounts", ParentType, ContextType, RequireFields>; - stagingavalanche_rootMessageSent?: SubscriptionResolver, "stagingavalanche_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingavalanche_rootMessageSents?: SubscriptionResolver, "stagingavalanche_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFeesIncrease?: SubscriptionResolver, "stagingavalanche_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFeesIncreases?: SubscriptionResolver, "stagingavalanche_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingavalanche_slippageUpdate?: SubscriptionResolver, "stagingavalanche_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingavalanche_slippageUpdates?: SubscriptionResolver, "stagingavalanche_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingavalanche_snapshotRoot?: SubscriptionResolver, "stagingavalanche_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingavalanche_snapshotRoots?: SubscriptionResolver, "stagingavalanche_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingavalanche_spokeConnectorMode?: SubscriptionResolver, "stagingavalanche_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingavalanche_spokeConnectorModes?: SubscriptionResolver, "stagingavalanche_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRootProposed?: SubscriptionResolver, "stagingavalanche_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRootProposeds?: SubscriptionResolver, "stagingavalanche_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingavalanche_optimisticRootFinalized?: SubscriptionResolver, "stagingavalanche_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingavalanche_optimisticRootFinalizeds?: SubscriptionResolver, "stagingavalanche_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingavalanche__meta?: SubscriptionResolver, "stagingavalanche__meta", ParentType, ContextType, Partial>; + 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>; + localmainnet_asset?: SubscriptionResolver, "localmainnet_asset", ParentType, ContextType, RequireFields>; + localmainnet_assets?: SubscriptionResolver, "localmainnet_assets", ParentType, ContextType, RequireFields>; + localmainnet_assetStatus?: SubscriptionResolver, "localmainnet_assetStatus", ParentType, ContextType, RequireFields>; + localmainnet_assetStatuses?: SubscriptionResolver, "localmainnet_assetStatuses", ParentType, ContextType, RequireFields>; + localmainnet_assetBalance?: SubscriptionResolver, "localmainnet_assetBalance", ParentType, ContextType, RequireFields>; + localmainnet_assetBalances?: SubscriptionResolver, "localmainnet_assetBalances", ParentType, ContextType, RequireFields>; + localmainnet_router?: SubscriptionResolver, "localmainnet_router", ParentType, ContextType, RequireFields>; + localmainnet_routers?: SubscriptionResolver, "localmainnet_routers", ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVL?: SubscriptionResolver, "localmainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVLs?: SubscriptionResolver, "localmainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; + localmainnet_routerLiquidityEvent?: SubscriptionResolver, "localmainnet_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + localmainnet_routerLiquidityEvents?: SubscriptionResolver, "localmainnet_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + localmainnet_setting?: SubscriptionResolver, "localmainnet_setting", ParentType, ContextType, RequireFields>; + localmainnet_settings?: SubscriptionResolver, "localmainnet_settings", ParentType, ContextType, RequireFields>; + localmainnet_relayer?: SubscriptionResolver, "localmainnet_relayer", ParentType, ContextType, RequireFields>; + localmainnet_relayers?: SubscriptionResolver, "localmainnet_relayers", ParentType, ContextType, RequireFields>; + localmainnet_sequencer?: SubscriptionResolver, "localmainnet_sequencer", ParentType, ContextType, RequireFields>; + localmainnet_sequencers?: SubscriptionResolver, "localmainnet_sequencers", ParentType, ContextType, RequireFields>; + localmainnet_relayerFee?: SubscriptionResolver, "localmainnet_relayerFee", ParentType, ContextType, RequireFields>; + localmainnet_relayerFees?: SubscriptionResolver, "localmainnet_relayerFees", ParentType, ContextType, RequireFields>; + localmainnet_originTransfer?: SubscriptionResolver, "localmainnet_originTransfer", ParentType, ContextType, RequireFields>; + localmainnet_originTransfers?: SubscriptionResolver, "localmainnet_originTransfers", ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfer?: SubscriptionResolver, "localmainnet_destinationTransfer", ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfers?: SubscriptionResolver, "localmainnet_destinationTransfers", ParentType, ContextType, RequireFields>; + localmainnet_originMessage?: SubscriptionResolver, "localmainnet_originMessage", ParentType, ContextType, RequireFields>; + localmainnet_originMessages?: SubscriptionResolver, "localmainnet_originMessages", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoot?: SubscriptionResolver, "localmainnet_aggregateRoot", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoots?: SubscriptionResolver, "localmainnet_aggregateRoots", ParentType, ContextType, RequireFields>; + localmainnet_connectorMeta?: SubscriptionResolver, "localmainnet_connectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_connectorMetas?: SubscriptionResolver, "localmainnet_connectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_rootCount?: SubscriptionResolver, "localmainnet_rootCount", ParentType, ContextType, RequireFields>; + localmainnet_rootCounts?: SubscriptionResolver, "localmainnet_rootCounts", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSent?: SubscriptionResolver, "localmainnet_rootMessageSent", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSents?: SubscriptionResolver, "localmainnet_rootMessageSents", ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncrease?: SubscriptionResolver, "localmainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncreases?: SubscriptionResolver, "localmainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdate?: SubscriptionResolver, "localmainnet_slippageUpdate", ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdates?: SubscriptionResolver, "localmainnet_slippageUpdates", ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoot?: SubscriptionResolver, "localmainnet_snapshotRoot", ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoots?: SubscriptionResolver, "localmainnet_snapshotRoots", ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorMode?: SubscriptionResolver, "localmainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorModes?: SubscriptionResolver, "localmainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposed?: SubscriptionResolver, "localmainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposeds?: SubscriptionResolver, "localmainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalized?: SubscriptionResolver, "localmainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; localarbitrumone_asset?: SubscriptionResolver, "localarbitrumone_asset", ParentType, ContextType, RequireFields>; localarbitrumone_assets?: SubscriptionResolver, "localarbitrumone_assets", ParentType, ContextType, RequireFields>; localarbitrumone_assetStatus?: SubscriptionResolver, "localarbitrumone_assetStatus", ParentType, ContextType, RequireFields>; @@ -226173,290 +225826,6 @@ export type SubscriptionResolvers, "localarbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; localarbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; localarbitrumone__meta?: SubscriptionResolver, "localarbitrumone__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>; - stagingmainnet_rootAggregated?: SubscriptionResolver, "stagingmainnet_rootAggregated", ParentType, ContextType, RequireFields>; - stagingmainnet_rootAggregateds?: SubscriptionResolver, "stagingmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; - stagingmainnet_rootPropagated?: SubscriptionResolver, "stagingmainnet_rootPropagated", ParentType, ContextType, RequireFields>; - stagingmainnet_rootPropagateds?: SubscriptionResolver, "stagingmainnet_rootPropagateds", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregatedMessageRoot?: SubscriptionResolver, "stagingmainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregatedMessageRoots?: SubscriptionResolver, "stagingmainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerMeta?: SubscriptionResolver, "stagingmainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerMetas?: SubscriptionResolver, "stagingmainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerMode?: SubscriptionResolver, "stagingmainnet_rootManagerMode", ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerModes?: SubscriptionResolver, "stagingmainnet_rootManagerModes", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootProposed?: SubscriptionResolver, "stagingmainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootProposeds?: SubscriptionResolver, "stagingmainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - stagingmainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "stagingmainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "stagingmainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootPropagated?: SubscriptionResolver, "stagingmainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootPropagateds?: SubscriptionResolver, "stagingmainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - stagingmainnet_polygonConnectorMeta?: SubscriptionResolver, "stagingmainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_polygonConnectorMetas?: SubscriptionResolver, "stagingmainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_optimismConnectorMeta?: SubscriptionResolver, "stagingmainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_optimismConnectorMetas?: SubscriptionResolver, "stagingmainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_bnbConnectorMeta?: SubscriptionResolver, "stagingmainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_bnbConnectorMetas?: SubscriptionResolver, "stagingmainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_arbitrumConnectorMeta?: SubscriptionResolver, "stagingmainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_arbitrumConnectorMetas?: SubscriptionResolver, "stagingmainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_gnosisConnectorMeta?: SubscriptionResolver, "stagingmainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_gnosisConnectorMetas?: SubscriptionResolver, "stagingmainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_lineaConnectorMeta?: SubscriptionResolver, "stagingmainnet_lineaConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_lineaConnectorMetas?: SubscriptionResolver, "stagingmainnet_lineaConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_metisConnectorMeta?: SubscriptionResolver, "stagingmainnet_metisConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_metisConnectorMetas?: SubscriptionResolver, "stagingmainnet_metisConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_mantleConnectorMeta?: SubscriptionResolver, "stagingmainnet_mantleConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_mantleConnectorMetas?: SubscriptionResolver, "stagingmainnet_mantleConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_avalancheConnectorMeta?: SubscriptionResolver, "stagingmainnet_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_avalancheConnectorMetas?: SubscriptionResolver, "stagingmainnet_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_baseConnectorMeta?: SubscriptionResolver, "stagingmainnet_baseConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_baseConnectorMetas?: SubscriptionResolver, "stagingmainnet_baseConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_polygonZkConnectorMeta?: SubscriptionResolver, "stagingmainnet_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_polygonZkConnectorMetas?: SubscriptionResolver, "stagingmainnet_polygonZkConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_zkSyncConnectorMeta?: SubscriptionResolver, "stagingmainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_zkSyncConnectorMetas?: SubscriptionResolver, "stagingmainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_modeConnectorMeta?: SubscriptionResolver, "stagingmainnet_modeConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_modeConnectorMetas?: SubscriptionResolver, "stagingmainnet_modeConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_scrollConnectorMeta?: SubscriptionResolver, "stagingmainnet_scrollConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_scrollConnectorMetas?: SubscriptionResolver, "stagingmainnet_scrollConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageProcessed?: SubscriptionResolver, "stagingmainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageProcesseds?: SubscriptionResolver, "stagingmainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootSavedSlow?: SubscriptionResolver, "stagingmainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootSavedSlows?: SubscriptionResolver, "stagingmainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - stagingmainnet_hubDomain?: SubscriptionResolver, "stagingmainnet_hubDomain", ParentType, ContextType, RequireFields>; - stagingmainnet_hubDomains?: SubscriptionResolver, "stagingmainnet_hubDomains", ParentType, ContextType, RequireFields>; - 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>; - 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>; - mode_asset?: SubscriptionResolver, "mode_asset", ParentType, ContextType, RequireFields>; - mode_assets?: SubscriptionResolver, "mode_assets", ParentType, ContextType, RequireFields>; - mode_assetStatus?: SubscriptionResolver, "mode_assetStatus", ParentType, ContextType, RequireFields>; - mode_assetStatuses?: SubscriptionResolver, "mode_assetStatuses", ParentType, ContextType, RequireFields>; - mode_assetBalance?: SubscriptionResolver, "mode_assetBalance", ParentType, ContextType, RequireFields>; - mode_assetBalances?: SubscriptionResolver, "mode_assetBalances", ParentType, ContextType, RequireFields>; - mode_router?: SubscriptionResolver, "mode_router", ParentType, ContextType, RequireFields>; - mode_routers?: SubscriptionResolver, "mode_routers", ParentType, ContextType, RequireFields>; - mode_routerDailyTVL?: SubscriptionResolver, "mode_routerDailyTVL", ParentType, ContextType, RequireFields>; - mode_routerDailyTVLs?: SubscriptionResolver, "mode_routerDailyTVLs", ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvent?: SubscriptionResolver, "mode_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvents?: SubscriptionResolver, "mode_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - mode_setting?: SubscriptionResolver, "mode_setting", ParentType, ContextType, RequireFields>; - mode_settings?: SubscriptionResolver, "mode_settings", ParentType, ContextType, RequireFields>; - mode_relayer?: SubscriptionResolver, "mode_relayer", ParentType, ContextType, RequireFields>; - mode_relayers?: SubscriptionResolver, "mode_relayers", ParentType, ContextType, RequireFields>; - mode_sequencer?: SubscriptionResolver, "mode_sequencer", ParentType, ContextType, RequireFields>; - mode_sequencers?: SubscriptionResolver, "mode_sequencers", ParentType, ContextType, RequireFields>; - mode_relayerFee?: SubscriptionResolver, "mode_relayerFee", ParentType, ContextType, RequireFields>; - mode_relayerFees?: SubscriptionResolver, "mode_relayerFees", ParentType, ContextType, RequireFields>; - mode_originTransfer?: SubscriptionResolver, "mode_originTransfer", ParentType, ContextType, RequireFields>; - mode_originTransfers?: SubscriptionResolver, "mode_originTransfers", ParentType, ContextType, RequireFields>; - mode_destinationTransfer?: SubscriptionResolver, "mode_destinationTransfer", ParentType, ContextType, RequireFields>; - mode_destinationTransfers?: SubscriptionResolver, "mode_destinationTransfers", ParentType, ContextType, RequireFields>; - mode_originMessage?: SubscriptionResolver, "mode_originMessage", ParentType, ContextType, RequireFields>; - mode_originMessages?: SubscriptionResolver, "mode_originMessages", ParentType, ContextType, RequireFields>; - mode_aggregateRoot?: SubscriptionResolver, "mode_aggregateRoot", ParentType, ContextType, RequireFields>; - mode_aggregateRoots?: SubscriptionResolver, "mode_aggregateRoots", ParentType, ContextType, RequireFields>; - mode_connectorMeta?: SubscriptionResolver, "mode_connectorMeta", ParentType, ContextType, RequireFields>; - mode_connectorMetas?: SubscriptionResolver, "mode_connectorMetas", ParentType, ContextType, RequireFields>; - mode_rootCount?: SubscriptionResolver, "mode_rootCount", ParentType, ContextType, RequireFields>; - mode_rootCounts?: SubscriptionResolver, "mode_rootCounts", ParentType, ContextType, RequireFields>; - mode_rootMessageSent?: SubscriptionResolver, "mode_rootMessageSent", ParentType, ContextType, RequireFields>; - mode_rootMessageSents?: SubscriptionResolver, "mode_rootMessageSents", ParentType, ContextType, RequireFields>; - mode_relayerFeesIncrease?: SubscriptionResolver, "mode_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - mode_relayerFeesIncreases?: SubscriptionResolver, "mode_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - mode_slippageUpdate?: SubscriptionResolver, "mode_slippageUpdate", ParentType, ContextType, RequireFields>; - mode_slippageUpdates?: SubscriptionResolver, "mode_slippageUpdates", ParentType, ContextType, RequireFields>; - mode_snapshotRoot?: SubscriptionResolver, "mode_snapshotRoot", ParentType, ContextType, RequireFields>; - mode_snapshotRoots?: SubscriptionResolver, "mode_snapshotRoots", ParentType, ContextType, RequireFields>; - mode_spokeConnectorMode?: SubscriptionResolver, "mode_spokeConnectorMode", ParentType, ContextType, RequireFields>; - mode_spokeConnectorModes?: SubscriptionResolver, "mode_spokeConnectorModes", ParentType, ContextType, RequireFields>; - mode_aggregateRootProposed?: SubscriptionResolver, "mode_aggregateRootProposed", ParentType, ContextType, RequireFields>; - mode_aggregateRootProposeds?: SubscriptionResolver, "mode_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalized?: SubscriptionResolver, "mode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalizeds?: SubscriptionResolver, "mode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - mode__meta?: SubscriptionResolver, "mode__meta", ParentType, ContextType, Partial>; stagingmode_asset?: SubscriptionResolver, "stagingmode_asset", ParentType, ContextType, RequireFields>; stagingmode_assets?: SubscriptionResolver, "stagingmode_assets", ParentType, ContextType, RequireFields>; stagingmode_assetStatus?: SubscriptionResolver, "stagingmode_assetStatus", ParentType, ContextType, RequireFields>; @@ -226504,39 +225873,663 @@ export type SubscriptionResolvers, "stagingmode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingmode_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingmode__meta?: SubscriptionResolver, "stagingmode__meta", ParentType, ContextType, Partial>; - stagingoptimismgoerli_swap_systemInfo?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_systemInfos?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledTokens?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwap?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwaps?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchange?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccount?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccounts?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalance?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalances?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokens?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap__meta?: SubscriptionResolver, "stagingoptimismgoerli_swap__meta", ParentType, ContextType, Partial>; + 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>; + 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>; + stagingpolygon_asset?: SubscriptionResolver, "stagingpolygon_asset", ParentType, ContextType, RequireFields>; + stagingpolygon_assets?: SubscriptionResolver, "stagingpolygon_assets", ParentType, ContextType, RequireFields>; + stagingpolygon_assetStatus?: SubscriptionResolver, "stagingpolygon_assetStatus", ParentType, ContextType, RequireFields>; + stagingpolygon_assetStatuses?: SubscriptionResolver, "stagingpolygon_assetStatuses", ParentType, ContextType, RequireFields>; + stagingpolygon_assetBalance?: SubscriptionResolver, "stagingpolygon_assetBalance", ParentType, ContextType, RequireFields>; + stagingpolygon_assetBalances?: SubscriptionResolver, "stagingpolygon_assetBalances", ParentType, ContextType, RequireFields>; + stagingpolygon_router?: SubscriptionResolver, "stagingpolygon_router", ParentType, ContextType, RequireFields>; + stagingpolygon_routers?: SubscriptionResolver, "stagingpolygon_routers", ParentType, ContextType, RequireFields>; + stagingpolygon_routerDailyTVL?: SubscriptionResolver, "stagingpolygon_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingpolygon_routerDailyTVLs?: SubscriptionResolver, "stagingpolygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingpolygon_routerLiquidityEvent?: SubscriptionResolver, "stagingpolygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingpolygon_routerLiquidityEvents?: SubscriptionResolver, "stagingpolygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingpolygon_setting?: SubscriptionResolver, "stagingpolygon_setting", ParentType, ContextType, RequireFields>; + stagingpolygon_settings?: SubscriptionResolver, "stagingpolygon_settings", ParentType, ContextType, RequireFields>; + stagingpolygon_relayer?: SubscriptionResolver, "stagingpolygon_relayer", ParentType, ContextType, RequireFields>; + stagingpolygon_relayers?: SubscriptionResolver, "stagingpolygon_relayers", ParentType, ContextType, RequireFields>; + stagingpolygon_sequencer?: SubscriptionResolver, "stagingpolygon_sequencer", ParentType, ContextType, RequireFields>; + stagingpolygon_sequencers?: SubscriptionResolver, "stagingpolygon_sequencers", ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFee?: SubscriptionResolver, "stagingpolygon_relayerFee", ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFees?: SubscriptionResolver, "stagingpolygon_relayerFees", ParentType, ContextType, RequireFields>; + stagingpolygon_originTransfer?: SubscriptionResolver, "stagingpolygon_originTransfer", ParentType, ContextType, RequireFields>; + stagingpolygon_originTransfers?: SubscriptionResolver, "stagingpolygon_originTransfers", ParentType, ContextType, RequireFields>; + stagingpolygon_destinationTransfer?: SubscriptionResolver, "stagingpolygon_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingpolygon_destinationTransfers?: SubscriptionResolver, "stagingpolygon_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingpolygon_originMessage?: SubscriptionResolver, "stagingpolygon_originMessage", ParentType, ContextType, RequireFields>; + stagingpolygon_originMessages?: SubscriptionResolver, "stagingpolygon_originMessages", ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRoot?: SubscriptionResolver, "stagingpolygon_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRoots?: SubscriptionResolver, "stagingpolygon_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingpolygon_connectorMeta?: SubscriptionResolver, "stagingpolygon_connectorMeta", ParentType, ContextType, RequireFields>; + stagingpolygon_connectorMetas?: SubscriptionResolver, "stagingpolygon_connectorMetas", ParentType, ContextType, RequireFields>; + stagingpolygon_rootCount?: SubscriptionResolver, "stagingpolygon_rootCount", ParentType, ContextType, RequireFields>; + stagingpolygon_rootCounts?: SubscriptionResolver, "stagingpolygon_rootCounts", ParentType, ContextType, RequireFields>; + stagingpolygon_rootMessageSent?: SubscriptionResolver, "stagingpolygon_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingpolygon_rootMessageSents?: SubscriptionResolver, "stagingpolygon_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFeesIncrease?: SubscriptionResolver, "stagingpolygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFeesIncreases?: SubscriptionResolver, "stagingpolygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingpolygon_slippageUpdate?: SubscriptionResolver, "stagingpolygon_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingpolygon_slippageUpdates?: SubscriptionResolver, "stagingpolygon_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingpolygon_snapshotRoot?: SubscriptionResolver, "stagingpolygon_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingpolygon_snapshotRoots?: SubscriptionResolver, "stagingpolygon_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingpolygon_spokeConnectorMode?: SubscriptionResolver, "stagingpolygon_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingpolygon_spokeConnectorModes?: SubscriptionResolver, "stagingpolygon_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRootProposed?: SubscriptionResolver, "stagingpolygon_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRootProposeds?: SubscriptionResolver, "stagingpolygon_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingpolygon_optimisticRootFinalized?: SubscriptionResolver, "stagingpolygon_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingpolygon_optimisticRootFinalizeds?: SubscriptionResolver, "stagingpolygon_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingpolygon__meta?: SubscriptionResolver, "stagingpolygon__meta", ParentType, ContextType, Partial>; + 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>; + 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>; + 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>; + 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>; + 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>; + 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>; + 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>; + localoptimism_asset?: SubscriptionResolver, "localoptimism_asset", ParentType, ContextType, RequireFields>; + localoptimism_assets?: SubscriptionResolver, "localoptimism_assets", ParentType, ContextType, RequireFields>; + localoptimism_assetStatus?: SubscriptionResolver, "localoptimism_assetStatus", ParentType, ContextType, RequireFields>; + localoptimism_assetStatuses?: SubscriptionResolver, "localoptimism_assetStatuses", ParentType, ContextType, RequireFields>; + localoptimism_assetBalance?: SubscriptionResolver, "localoptimism_assetBalance", ParentType, ContextType, RequireFields>; + localoptimism_assetBalances?: SubscriptionResolver, "localoptimism_assetBalances", ParentType, ContextType, RequireFields>; + localoptimism_router?: SubscriptionResolver, "localoptimism_router", ParentType, ContextType, RequireFields>; + localoptimism_routers?: SubscriptionResolver, "localoptimism_routers", ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVL?: SubscriptionResolver, "localoptimism_routerDailyTVL", ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVLs?: SubscriptionResolver, "localoptimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; + localoptimism_routerLiquidityEvent?: SubscriptionResolver, "localoptimism_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + localoptimism_routerLiquidityEvents?: SubscriptionResolver, "localoptimism_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + localoptimism_setting?: SubscriptionResolver, "localoptimism_setting", ParentType, ContextType, RequireFields>; + localoptimism_settings?: SubscriptionResolver, "localoptimism_settings", ParentType, ContextType, RequireFields>; + localoptimism_relayer?: SubscriptionResolver, "localoptimism_relayer", ParentType, ContextType, RequireFields>; + localoptimism_relayers?: SubscriptionResolver, "localoptimism_relayers", ParentType, ContextType, RequireFields>; + localoptimism_sequencer?: SubscriptionResolver, "localoptimism_sequencer", ParentType, ContextType, RequireFields>; + localoptimism_sequencers?: SubscriptionResolver, "localoptimism_sequencers", ParentType, ContextType, RequireFields>; + localoptimism_relayerFee?: SubscriptionResolver, "localoptimism_relayerFee", ParentType, ContextType, RequireFields>; + localoptimism_relayerFees?: SubscriptionResolver, "localoptimism_relayerFees", ParentType, ContextType, RequireFields>; + localoptimism_originTransfer?: SubscriptionResolver, "localoptimism_originTransfer", ParentType, ContextType, RequireFields>; + localoptimism_originTransfers?: SubscriptionResolver, "localoptimism_originTransfers", ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfer?: SubscriptionResolver, "localoptimism_destinationTransfer", ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfers?: SubscriptionResolver, "localoptimism_destinationTransfers", ParentType, ContextType, RequireFields>; + localoptimism_originMessage?: SubscriptionResolver, "localoptimism_originMessage", ParentType, ContextType, RequireFields>; + localoptimism_originMessages?: SubscriptionResolver, "localoptimism_originMessages", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoot?: SubscriptionResolver, "localoptimism_aggregateRoot", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoots?: SubscriptionResolver, "localoptimism_aggregateRoots", ParentType, ContextType, RequireFields>; + localoptimism_connectorMeta?: SubscriptionResolver, "localoptimism_connectorMeta", ParentType, ContextType, RequireFields>; + localoptimism_connectorMetas?: SubscriptionResolver, "localoptimism_connectorMetas", ParentType, ContextType, RequireFields>; + localoptimism_rootCount?: SubscriptionResolver, "localoptimism_rootCount", ParentType, ContextType, RequireFields>; + localoptimism_rootCounts?: SubscriptionResolver, "localoptimism_rootCounts", ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSent?: SubscriptionResolver, "localoptimism_rootMessageSent", ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSents?: SubscriptionResolver, "localoptimism_rootMessageSents", ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncrease?: SubscriptionResolver, "localoptimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncreases?: SubscriptionResolver, "localoptimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdate?: SubscriptionResolver, "localoptimism_slippageUpdate", ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdates?: SubscriptionResolver, "localoptimism_slippageUpdates", ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoot?: SubscriptionResolver, "localoptimism_snapshotRoot", ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoots?: SubscriptionResolver, "localoptimism_snapshotRoots", ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorMode?: SubscriptionResolver, "localoptimism_spokeConnectorMode", ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorModes?: SubscriptionResolver, "localoptimism_spokeConnectorModes", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposed?: SubscriptionResolver, "localoptimism_aggregateRootProposed", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposeds?: SubscriptionResolver, "localoptimism_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalized?: SubscriptionResolver, "localoptimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalizeds?: SubscriptionResolver, "localoptimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localoptimism__meta?: SubscriptionResolver, "localoptimism__meta", ParentType, ContextType, Partial>; + stagingavalanche_asset?: SubscriptionResolver, "stagingavalanche_asset", ParentType, ContextType, RequireFields>; + stagingavalanche_assets?: SubscriptionResolver, "stagingavalanche_assets", ParentType, ContextType, RequireFields>; + stagingavalanche_assetStatus?: SubscriptionResolver, "stagingavalanche_assetStatus", ParentType, ContextType, RequireFields>; + stagingavalanche_assetStatuses?: SubscriptionResolver, "stagingavalanche_assetStatuses", ParentType, ContextType, RequireFields>; + stagingavalanche_assetBalance?: SubscriptionResolver, "stagingavalanche_assetBalance", ParentType, ContextType, RequireFields>; + stagingavalanche_assetBalances?: SubscriptionResolver, "stagingavalanche_assetBalances", ParentType, ContextType, RequireFields>; + stagingavalanche_router?: SubscriptionResolver, "stagingavalanche_router", ParentType, ContextType, RequireFields>; + stagingavalanche_routers?: SubscriptionResolver, "stagingavalanche_routers", ParentType, ContextType, RequireFields>; + stagingavalanche_routerDailyTVL?: SubscriptionResolver, "stagingavalanche_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingavalanche_routerDailyTVLs?: SubscriptionResolver, "stagingavalanche_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingavalanche_routerLiquidityEvent?: SubscriptionResolver, "stagingavalanche_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingavalanche_routerLiquidityEvents?: SubscriptionResolver, "stagingavalanche_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingavalanche_setting?: SubscriptionResolver, "stagingavalanche_setting", ParentType, ContextType, RequireFields>; + stagingavalanche_settings?: SubscriptionResolver, "stagingavalanche_settings", ParentType, ContextType, RequireFields>; + stagingavalanche_relayer?: SubscriptionResolver, "stagingavalanche_relayer", ParentType, ContextType, RequireFields>; + stagingavalanche_relayers?: SubscriptionResolver, "stagingavalanche_relayers", ParentType, ContextType, RequireFields>; + stagingavalanche_sequencer?: SubscriptionResolver, "stagingavalanche_sequencer", ParentType, ContextType, RequireFields>; + stagingavalanche_sequencers?: SubscriptionResolver, "stagingavalanche_sequencers", ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFee?: SubscriptionResolver, "stagingavalanche_relayerFee", ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFees?: SubscriptionResolver, "stagingavalanche_relayerFees", ParentType, ContextType, RequireFields>; + stagingavalanche_originTransfer?: SubscriptionResolver, "stagingavalanche_originTransfer", ParentType, ContextType, RequireFields>; + stagingavalanche_originTransfers?: SubscriptionResolver, "stagingavalanche_originTransfers", ParentType, ContextType, RequireFields>; + stagingavalanche_destinationTransfer?: SubscriptionResolver, "stagingavalanche_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingavalanche_destinationTransfers?: SubscriptionResolver, "stagingavalanche_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingavalanche_originMessage?: SubscriptionResolver, "stagingavalanche_originMessage", ParentType, ContextType, RequireFields>; + stagingavalanche_originMessages?: SubscriptionResolver, "stagingavalanche_originMessages", ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRoot?: SubscriptionResolver, "stagingavalanche_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRoots?: SubscriptionResolver, "stagingavalanche_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingavalanche_connectorMeta?: SubscriptionResolver, "stagingavalanche_connectorMeta", ParentType, ContextType, RequireFields>; + stagingavalanche_connectorMetas?: SubscriptionResolver, "stagingavalanche_connectorMetas", ParentType, ContextType, RequireFields>; + stagingavalanche_rootCount?: SubscriptionResolver, "stagingavalanche_rootCount", ParentType, ContextType, RequireFields>; + stagingavalanche_rootCounts?: SubscriptionResolver, "stagingavalanche_rootCounts", ParentType, ContextType, RequireFields>; + stagingavalanche_rootMessageSent?: SubscriptionResolver, "stagingavalanche_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingavalanche_rootMessageSents?: SubscriptionResolver, "stagingavalanche_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFeesIncrease?: SubscriptionResolver, "stagingavalanche_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFeesIncreases?: SubscriptionResolver, "stagingavalanche_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingavalanche_slippageUpdate?: SubscriptionResolver, "stagingavalanche_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingavalanche_slippageUpdates?: SubscriptionResolver, "stagingavalanche_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingavalanche_snapshotRoot?: SubscriptionResolver, "stagingavalanche_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingavalanche_snapshotRoots?: SubscriptionResolver, "stagingavalanche_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingavalanche_spokeConnectorMode?: SubscriptionResolver, "stagingavalanche_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingavalanche_spokeConnectorModes?: SubscriptionResolver, "stagingavalanche_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRootProposed?: SubscriptionResolver, "stagingavalanche_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRootProposeds?: SubscriptionResolver, "stagingavalanche_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingavalanche_optimisticRootFinalized?: SubscriptionResolver, "stagingavalanche_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingavalanche_optimisticRootFinalizeds?: SubscriptionResolver, "stagingavalanche_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingavalanche__meta?: SubscriptionResolver, "stagingavalanche__meta", ParentType, ContextType, Partial>; + 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>; + 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>; x1testnet_asset?: SubscriptionResolver, "x1testnet_asset", ParentType, ContextType, RequireFields>; x1testnet_assets?: SubscriptionResolver, "x1testnet_assets", ParentType, ContextType, RequireFields>; x1testnet_assetStatus?: SubscriptionResolver, "x1testnet_assetStatus", ParentType, ContextType, RequireFields>; @@ -226586,167 +226579,6 @@ export type SubscriptionResolvers, "x1testnet__meta", ParentType, ContextType, Partial>; }>; -export type testoptimismgoerli_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - local?: Resolver; - adoptedAsset?: Resolver; - canonicalId?: Resolver; - canonicalDomain?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - router?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface testoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_BigDecimal'; -} - -export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { - name: 'BigInt'; -} - -export interface testoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_Bytes'; -} - -export type testoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; - callbackFee?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originSender?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - transactingAmount?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - localAmount?: Resolver, ParentType, ContextType>; - sponsorVaultRelayerFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface testoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_Int8'; -} - -export type testoptimismgoerli_OriginTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; - callbackFee?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - originMinOut?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - transactingAmount?: Resolver, ParentType, ContextType>; - bridgedAsset?: Resolver, ParentType, ContextType>; - bridgedAmount?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_RouterResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_SponsorVaultResolvers = ResolversObject<{ - id?: Resolver; - sponsorVault?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - canonicalId?: Resolver; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - export type staginggoerli_AggregateRootSavedSlowResolvers = ResolversObject<{ id?: Resolver; aggregateRoot?: Resolver; @@ -226779,6 +226611,10 @@ export interface staginggoerli_BigDecimalScalarConfig extends GraphQLScalarTypeC name: 'staginggoerli_BigDecimal'; } +export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { + name: 'BigInt'; +} + export type staginggoerli_BnbConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; @@ -226931,113 +226767,427 @@ export type staginggoerli__Meta_Resolvers; }>; -export interface optimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_BigDecimal'; +export type testgoerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + local?: Resolver; + adoptedAsset?: Resolver; + canonicalId?: Resolver; + canonicalDomain?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + router?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface testgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'testgoerli_BigDecimal'; } -export interface optimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_Bytes'; +export interface testgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'testgoerli_Bytes'; } -export interface optimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_Int8'; +export type testgoerli_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; + forceSlow?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; + callbackFee?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + destinationMinOut?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originSender?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + transactingAmount?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + localAmount?: Resolver, ParentType, ContextType>; + sponsorVaultRelayerFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface testgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'testgoerli_Int8'; } -export type optimismgoerli_swap_LpAccountResolvers = ResolversObject<{ +export type testgoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; + forceSlow?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; + callbackFee?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + destinationMinOut?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + originMinOut?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + transactingAmount?: Resolver, ParentType, ContextType>; + bridgedAsset?: Resolver, ParentType, ContextType>; + bridgedAmount?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type testgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_SponsorVaultResolvers = ResolversObject<{ + id?: Resolver; + sponsorVault?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + canonicalId?: Resolver; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + local?: Resolver; + adoptedAsset?: Resolver; + canonicalId?: Resolver; + canonicalDomain?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + router?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface testoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'testoptimismgoerli_BigDecimal'; +} + +export interface testoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'testoptimismgoerli_Bytes'; +} + +export type testoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; + forceSlow?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; + callbackFee?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + destinationMinOut?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originSender?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + transactingAmount?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + localAmount?: Resolver, ParentType, ContextType>; + sponsorVaultRelayerFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface testoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'testoptimismgoerli_Int8'; +} + +export type testoptimismgoerli_OriginTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; + forceSlow?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; + callbackFee?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + destinationMinOut?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + originMinOut?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + transactingAmount?: Resolver, ParentType, ContextType>; + bridgedAsset?: Resolver, ParentType, ContextType>; + bridgedAmount?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli_SponsorVaultResolvers = ResolversObject<{ + id?: Resolver; + sponsorVault?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + canonicalId?: Resolver; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface stagingoptimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_swap_BigDecimal'; +} + +export interface stagingoptimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_swap_Bytes'; +} + +export interface stagingoptimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_swap_Int8'; +} + +export type stagingoptimismgoerli_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_LpTokenResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; +export type stagingoptimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type optimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_StableSwapResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -227046,25 +227196,25 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_swap_StableSwapAddLiquidityEvent' | 'optimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingoptimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent' | 'stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type optimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -227073,15 +227223,15 @@ export type optimismgoerli_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -227090,171 +227240,171 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_swap_SwapDailyVolume' | 'optimismgoerli_swap_SwapHourlyVolume' | 'optimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type stagingoptimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_SwapDailyVolume' | 'stagingoptimismgoerli_swap_SwapHourlyVolume' | 'stagingoptimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type optimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingoptimismgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingoptimismgoerli_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 mumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_BigDecimal'; } -export interface zksync_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_swap_Bytes'; +export interface mumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_Bytes'; } -export interface zksync_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_swap_Int8'; +export interface mumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_Int8'; } -export type zksync_swap_LpAccountResolvers = ResolversObject<{ +export type mumbai_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type mumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_LpTokenResolvers = ResolversObject<{ +export type mumbai_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'zksync_swap_LpTransferEvent', ParentType, ContextType>; +export type mumbai_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type zksync_swap_LpTransferEventResolvers = ResolversObject<{ +export type mumbai_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_PooledTokenResolvers = ResolversObject<{ +export type mumbai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -227263,25 +227413,25 @@ export type zksync_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'zksync_swap_StableSwapAddLiquidityEvent' | 'zksync_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type mumbai_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_StableSwapAddLiquidityEvent' | 'mumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type zksync_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -227290,15 +227440,15 @@ export type zksync_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -227307,599 +227457,796 @@ export type zksync_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type mumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_SwapDailyVolume' | 'mumbai_swap_SwapHourlyVolume' | 'mumbai_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type mumbai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_BigDecimal'; +} + +export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_Bytes'; +} + +export type linea_ConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type linea_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: 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 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<{ +export type linea_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + 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 zksync_swap_SystemInfoResolvers = ResolversObject<{ +export type linea_RelayerResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; +export type linea_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type linea_RelayerFeesIncreaseResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_BigDecimal'; -} - -export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_Bytes'; -} - -export type linea_swap_LpAccountResolvers = ResolversObject<{ +export type linea_RootCountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type linea_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenResolvers = ResolversObject<{ +export type linea_RouterResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; +export type linea_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTransferEventResolvers = ResolversObject<{ +export type linea_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: 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 linea_swap_PooledTokenResolvers = ResolversObject<{ +export type linea_SequencerResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapResolvers = ResolversObject<{ +export type linea_SettingResolvers = 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>; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type linea_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type linea_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type linea_SpokeConnectorModeResolvers = 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; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; +export type linea__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; +export type linea__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type xdai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + root?: Resolver; + blockNumber?: 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 xdai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SystemInfoResolvers = ResolversObject<{ +export type xdai_AssetResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; +export type xdai_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type xdai_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_BigDecimal'; +export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_BigDecimal'; } -export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Bytes'; +export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Bytes'; } -export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Int8'; +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>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_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 xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Int8'; } -export type bnb_swap_LpAccountResolvers = ResolversObject<{ +export type xdai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type xdai_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_LpTokenResolvers = ResolversObject<{ +export type xdai_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_LpTransferEvent', ParentType, ContextType>; +export type xdai_RelayerResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_LpTransferEventResolvers = ResolversObject<{ +export type xdai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_PooledTokenResolvers = ResolversObject<{ +export type xdai_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapResolvers = ResolversObject<{ +export type xdai_RootCountResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type xdai_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_StableSwapAddLiquidityEvent' | 'bnb_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type xdai_RouterResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type xdai_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type xdai_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type xdai_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type xdai_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_SwapDailyVolume' | 'bnb_swap_SwapHourlyVolume' | 'bnb_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type xdai_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - volume?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type xdai_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SystemInfoResolvers = ResolversObject<{ +export type xdai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xdai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xdai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mode_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_swap_BigDecimal'; +export interface optimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_BigDecimal'; } -export interface mode_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_swap_Bytes'; +export interface optimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_Bytes'; } -export interface mode_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_swap_Int8'; +export interface optimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_Int8'; } -export type mode_swap_LpAccountResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_LpTokenResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mode_swap_LpTransferEvent', ParentType, ContextType>; +export type optimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type mode_swap_LpTransferEventResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_PooledTokenResolvers = ResolversObject<{ +export type optimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_StableSwapResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -227908,25 +228255,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 optimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_StableSwapAddLiquidityEvent' | 'optimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type mode_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -227935,15 +228282,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 optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -227952,242 +228299,374 @@ 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 optimismgoerli_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 optimismgoerli_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 optimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_SwapDailyVolume' | 'optimismgoerli_swap_SwapHourlyVolume' | 'optimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type mode_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type optimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_SystemInfoResolvers = ResolversObject<{ +export type optimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimismgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimismgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ +export type bnb_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AggregatedMessageRootResolvers = ResolversObject<{ +export type bnb_AssetResolvers = ResolversObject<{ id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ +export type bnb_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 interface localmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_BigDecimal'; +export type bnb_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_BigDecimal'; } -export type localmainnet_BnbConnectorMetaResolvers = ResolversObject<{ +export interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_Bytes'; +} + +export type bnb_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_Bytes'; +export type bnb_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface bnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_Int8'; } -export type localmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ +export type bnb_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_HubDomainResolvers = ResolversObject<{ +export type bnb_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver, ParentType, ContextType>; + 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 localmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export type bnb_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RelayerFeesIncreaseResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_Int8'; -} - -export type localmainnet_OptimismConnectorMetaResolvers = ResolversObject<{ +export type bnb_RootCountResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type bnb_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; - timestamp?: 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 localmainnet_OptimisticRootProposedResolvers = ResolversObject<{ +export type bnb_RouterResolvers = ResolversObject<{ id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_PolygonConnectorMetaResolvers = ResolversObject<{ +export type bnb_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootAggregatedResolvers = ResolversObject<{ +export type bnb_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: 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 localmainnet_RootManagerMetaResolvers = ResolversObject<{ +export type bnb_SequencerResolvers = ResolversObject<{ id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootManagerModeResolvers = ResolversObject<{ +export type bnb_SettingResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootMessageProcessedResolvers = ResolversObject<{ +export type bnb_SlippageUpdateResolvers = 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>; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootPropagatedResolvers = ResolversObject<{ +export type bnb_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + timestamp?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type bnb_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet__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>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type bnb__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -228452,113 +228931,113 @@ export type lineagoerli__Meta_Resolvers; }>; -export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_BigDecimal'; +export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_BigDecimal'; } -export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_Bytes'; +export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_Bytes'; } -export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_Int8'; +export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_Int8'; } -export type xdai_swap_LpAccountResolvers = ResolversObject<{ +export type optimism_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type optimism_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpTokenResolvers = ResolversObject<{ +export type optimism_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_LpTransferEvent', ParentType, ContextType>; +export type optimism_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type xdai_swap_LpTransferEventResolvers = ResolversObject<{ +export type optimism_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_PooledTokenResolvers = ResolversObject<{ +export type optimism_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapResolvers = ResolversObject<{ +export type optimism_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type optimism_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -228567,25 +229046,25 @@ export type xdai_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_StableSwapAddLiquidityEvent' | 'xdai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type optimism_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type xdai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -228594,15 +229073,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 optimism_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -228611,171 +229090,171 @@ 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 optimism_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 optimism_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 optimism_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_SwapDailyVolume' | 'optimism_swap_SwapHourlyVolume' | 'optimism_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type optimism_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SystemInfoResolvers = ResolversObject<{ +export type optimism_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimism_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface staginggoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_BigDecimal'; +export interface stagingmumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_BigDecimal'; } -export interface staginggoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_Bytes'; +export interface stagingmumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_Bytes'; } -export interface staginggoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_Int8'; +export interface stagingmumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_Int8'; } -export type staginggoerli_swap_LpAccountResolvers = ResolversObject<{ +export type stagingmumbai_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type stagingmumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_LpTokenResolvers = ResolversObject<{ +export type stagingmumbai_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_LpTransferEvent', ParentType, ContextType>; +export type stagingmumbai_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingmumbai_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type staginggoerli_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingmumbai_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingmumbai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapResolvers = ResolversObject<{ +export type stagingmumbai_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingmumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -228784,25 +229263,25 @@ export type staginggoerli_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_StableSwapAddLiquidityEvent' | 'staginggoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingmumbai_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingmumbai_swap_StableSwapAddLiquidityEvent' | 'stagingmumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type staginggoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingmumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -228811,15 +229290,15 @@ export type staginggoerli_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -228828,171 +229307,171 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingmumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingmumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_SwapDailyVolume' | 'staginggoerli_swap_SwapHourlyVolume' | 'staginggoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type stagingmumbai_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingmumbai_swap_SwapDailyVolume' | 'stagingmumbai_swap_SwapHourlyVolume' | 'stagingmumbai_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type staginggoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingmumbai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingmumbai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmumbai_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmumbai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumone_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_BigDecimal'; +export interface goerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_BigDecimal'; } -export interface arbitrumone_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_Bytes'; +export interface goerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_Bytes'; } -export interface arbitrumone_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_Int8'; +export interface goerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_Int8'; } -export type arbitrumone_swap_LpAccountResolvers = ResolversObject<{ +export type goerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type goerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_LpTokenResolvers = ResolversObject<{ +export type goerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumone_swap_LpTransferEvent', ParentType, ContextType>; +export type goerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'goerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type arbitrumone_swap_LpTransferEventResolvers = ResolversObject<{ +export type goerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_PooledTokenResolvers = ResolversObject<{ +export type goerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_StableSwapResolvers = ResolversObject<{ +export type goerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type goerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -229001,25 +229480,25 @@ export type arbitrumone_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumone_swap_StableSwapAddLiquidityEvent' | 'arbitrumone_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type goerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'goerli_swap_StableSwapAddLiquidityEvent' | 'goerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type arbitrumone_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type goerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -229028,15 +229507,15 @@ export type arbitrumone_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type goerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -229045,171 +229524,171 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type goerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type goerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumone_swap_SwapDailyVolume' | 'arbitrumone_swap_SwapHourlyVolume' | 'arbitrumone_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type goerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'goerli_swap_SwapDailyVolume' | 'goerli_swap_SwapHourlyVolume' | 'goerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type arbitrumone_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type goerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SystemInfoResolvers = ResolversObject<{ +export type goerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type goerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type goerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_BigDecimal'; +export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_BigDecimal'; } -export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Bytes'; +export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_Bytes'; } -export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Int8'; +export interface polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_Int8'; } -export type optimism_swap_LpAccountResolvers = ResolversObject<{ +export type polygon_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTokenResolvers = ResolversObject<{ +export type polygon_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; +export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type optimism_swap_LpTransferEventResolvers = ResolversObject<{ +export type polygon_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_PooledTokenResolvers = ResolversObject<{ +export type polygon_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapResolvers = ResolversObject<{ +export type polygon_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -229218,25 +229697,25 @@ export type optimism_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -229245,15 +229724,15 @@ export type optimism_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type 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>; @@ -229262,171 +229741,435 @@ export type optimism_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_SwapDailyVolume' | 'optimism_swap_SwapHourlyVolume' | 'optimism_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type 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 optimism_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 optimism_swap_SystemInfoResolvers = ResolversObject<{ +export type polygon_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_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 polygon_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; + 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_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 optimism_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_BigDecimal'; +export interface mode_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_swap_BigDecimal'; } -export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Bytes'; +export interface mode_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_swap_Bytes'; } -export interface polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Int8'; +export interface mode_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_swap_Int8'; } -export type polygon_swap_LpAccountResolvers = ResolversObject<{ +export type mode_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type mode_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpTokenResolvers = ResolversObject<{ +export type mode_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_LpTransferEvent', ParentType, ContextType>; +export type mode_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mode_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type polygon_swap_LpTransferEventResolvers = ResolversObject<{ +export type mode_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_PooledTokenResolvers = ResolversObject<{ +export type mode_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapResolvers = ResolversObject<{ +export type mode_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type mode_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>; @@ -229435,25 +230178,25 @@ export type polygon_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type mode_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mode_swap_StableSwapAddLiquidityEvent' | 'mode_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type mode_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -229462,15 +230205,15 @@ export type polygon_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type mode_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>; @@ -229479,59 +230222,58 @@ export type polygon_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type mode_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type mode_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_SwapDailyVolume' | 'polygon_swap_SwapHourlyVolume' | 'polygon_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type mode_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mode_swap_SwapDailyVolume' | 'mode_swap_SwapHourlyVolume' | 'mode_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type mode_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SystemInfoResolvers = ResolversObject<{ +export type mode_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mode_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mode_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -229967,113 +230709,113 @@ export type metis_swap__Meta_Resolvers; }>; -export interface stagingmumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_BigDecimal'; +export interface zksync_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_BigDecimal'; } -export interface stagingmumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_Bytes'; +export interface zksync_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_Bytes'; } -export interface stagingmumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_Int8'; +export interface zksync_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_Int8'; } -export type stagingmumbai_swap_LpAccountResolvers = ResolversObject<{ +export type zksync_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type zksync_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_LpTokenResolvers = ResolversObject<{ +export type zksync_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingmumbai_swap_LpTransferEvent', ParentType, ContextType>; +export type zksync_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type stagingmumbai_swap_LpTransferEventResolvers = ResolversObject<{ +export type zksync_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_PooledTokenResolvers = ResolversObject<{ +export type zksync_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_StableSwapResolvers = ResolversObject<{ +export type zksync_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type zksync_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -230082,25 +230824,25 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingmumbai_swap_StableSwapAddLiquidityEvent' | 'stagingmumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type zksync_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_swap_StableSwapAddLiquidityEvent' | 'zksync_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type stagingmumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type zksync_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -230109,15 +230851,15 @@ export type stagingmumbai_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type zksync_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -230126,171 +230868,170 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type zksync_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type zksync_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingmumbai_swap_SwapDailyVolume' | 'stagingmumbai_swap_SwapHourlyVolume' | 'stagingmumbai_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type zksync_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_swap_SwapDailyVolume' | 'zksync_swap_SwapHourlyVolume' | 'zksync_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type stagingmumbai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type zksync_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_SystemInfoResolvers = ResolversObject<{ +export type zksync_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type zksync_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type zksync_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_BigDecimal'; +export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_BigDecimal'; } -export interface mumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_Bytes'; +export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Bytes'; } -export interface mumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_Int8'; +export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Int8'; } -export type mumbai_swap_LpAccountResolvers = ResolversObject<{ +export type bnb_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type bnb_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_LpTokenResolvers = ResolversObject<{ +export type bnb_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_LpTransferEvent', ParentType, ContextType>; +export type bnb_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type mumbai_swap_LpTransferEventResolvers = ResolversObject<{ +export type bnb_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_PooledTokenResolvers = ResolversObject<{ +export type bnb_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapResolvers = ResolversObject<{ +export type bnb_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type bnb_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -230299,25 +231040,25 @@ export type mumbai_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_StableSwapAddLiquidityEvent' | 'mumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type bnb_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_StableSwapAddLiquidityEvent' | 'bnb_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type mumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type bnb_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -230326,15 +231067,15 @@ export type mumbai_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type bnb_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -230343,59 +231084,276 @@ export type mumbai_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type bnb_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_SwapDailyVolume' | 'mumbai_swap_SwapHourlyVolume' | 'mumbai_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type bnb_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_SwapDailyVolume' | 'bnb_swap_SwapHourlyVolume' | 'bnb_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type mumbai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type bnb_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SystemInfoResolvers = ResolversObject<{ +export type bnb_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type bnb_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type bnb_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface avalanche_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_BigDecimal'; +} + +export interface avalanche_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_Bytes'; +} + +export interface avalanche_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_Int8'; +} + +export type avalanche_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type avalanche_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_StableSwapAddLiquidityEvent' | 'avalanche_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type avalanche_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_SwapDailyVolume' | 'avalanche_swap_SwapHourlyVolume' | 'avalanche_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type avalanche_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -230617,113 +231575,113 @@ export type base_swap__Meta_Resolvers; }>; -export interface goerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_BigDecimal'; +export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_BigDecimal'; } -export interface goerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_Bytes'; +export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Bytes'; } -export interface goerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_Int8'; +export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Int8'; } -export type goerli_swap_LpAccountResolvers = ResolversObject<{ +export type xdai_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type xdai_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_LpTokenResolvers = ResolversObject<{ +export type xdai_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_swap_LpTransferEvent', ParentType, ContextType>; +export type xdai_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type goerli_swap_LpTransferEventResolvers = ResolversObject<{ +export type xdai_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_PooledTokenResolvers = ResolversObject<{ +export type xdai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_StableSwapResolvers = ResolversObject<{ +export type xdai_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type xdai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -230732,25 +231690,238 @@ export type goerli_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_swap_StableSwapAddLiquidityEvent' | 'goerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type xdai_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_StableSwapAddLiquidityEvent' | 'xdai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type goerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type xdai_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + 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 linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_BigDecimal'; +} + +export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_Bytes'; +} + +export type linea_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type linea_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -230759,15 +231930,15 @@ export type goerli_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -230776,171 +231947,170 @@ export type goerli_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_swap_SwapDailyVolume' | 'goerli_swap_SwapHourlyVolume' | 'goerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type goerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type linea_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_SystemInfoResolvers = ResolversObject<{ +export type linea_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type linea_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type linea_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface avalanche_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_swap_BigDecimal'; +export interface arbitrumone_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_BigDecimal'; } -export interface avalanche_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_swap_Bytes'; +export interface arbitrumone_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_Bytes'; } -export interface avalanche_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_swap_Int8'; +export interface arbitrumone_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_Int8'; } -export type avalanche_swap_LpAccountResolvers = ResolversObject<{ +export type arbitrumone_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type arbitrumone_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_LpTokenResolvers = ResolversObject<{ +export type arbitrumone_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'avalanche_swap_LpTransferEvent', ParentType, ContextType>; +export type arbitrumone_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumone_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type avalanche_swap_LpTransferEventResolvers = ResolversObject<{ +export type arbitrumone_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_PooledTokenResolvers = ResolversObject<{ +export type arbitrumone_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_StableSwapResolvers = ResolversObject<{ +export type arbitrumone_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type arbitrumone_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -230949,25 +232119,25 @@ export type avalanche_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'avalanche_swap_StableSwapAddLiquidityEvent' | 'avalanche_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type arbitrumone_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumone_swap_StableSwapAddLiquidityEvent' | 'arbitrumone_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type avalanche_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type arbitrumone_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -230976,15 +232146,15 @@ export type avalanche_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type arbitrumone_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -230993,664 +232163,716 @@ export type avalanche_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type arbitrumone_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type arbitrumone_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'avalanche_swap_SwapDailyVolume' | 'avalanche_swap_SwapHourlyVolume' | 'avalanche_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type arbitrumone_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumone_swap_SwapDailyVolume' | 'arbitrumone_swap_SwapHourlyVolume' | 'arbitrumone_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type avalanche_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type arbitrumone_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap_SystemInfoResolvers = ResolversObject<{ +export type arbitrumone_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type arbitrumone_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type arbitrumone_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_AggregateRootResolvers = ResolversObject<{ +export type mainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_AggregateRootProposedResolvers = ResolversObject<{ +export type mainnet_AggregatedMessageRootResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_AssetResolvers = ResolversObject<{ +export type mainnet_ArbitrumConnectorMetaResolvers = 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>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_AssetBalanceResolvers = ResolversObject<{ +export type mainnet_AvalancheConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_AssetStatusResolvers = ResolversObject<{ +export type mainnet_BaseConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_BigDecimal'; +export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_BigDecimal'; } -export interface optimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_Bytes'; +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 optimismgoerli_ConnectorMetaResolvers = ResolversObject<{ +export type mainnet_GnosisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_DestinationTransferResolvers = ResolversObject<{ +export type mainnet_HubDomainResolvers = 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>; + domain?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_Int8'; -} - -export type optimismgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_OriginMessageResolvers = ResolversObject<{ +export interface mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Int8'; +} + +export type mainnet_LineaConnectorMetaResolvers = 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>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_OriginTransferResolvers = ResolversObject<{ +export type mainnet_MantleConnectorMetaResolvers = 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>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RelayerResolvers = ResolversObject<{ +export type mainnet_MetisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RelayerFeeResolvers = ResolversObject<{ +export type mainnet_ModeConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mainnet_OptimismConnectorMetaResolvers = 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; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RootCountResolvers = ResolversObject<{ +export type mainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + domainsHash?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RootMessageSentResolvers = ResolversObject<{ +export type mainnet_OptimisticRootProposedResolvers = 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>; + disputeCliff?: Resolver; + aggregateRoot?: Resolver; + snapshotsRoots?: Resolver>, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + baseAggregateRoot?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RouterResolvers = ResolversObject<{ +export type mainnet_PolygonConnectorMetaResolvers = 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>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type mainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RouterLiquidityEventResolvers = ResolversObject<{ +export type mainnet_RootAggregatedResolvers = 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; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SequencerResolvers = ResolversObject<{ +export type mainnet_RootManagerMetaResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SettingResolvers = ResolversObject<{ +export type mainnet_RootManagerModeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type mainnet_RootMessageProcessedResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: 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 optimismgoerli_SnapshotRootResolvers = ResolversObject<{ +export type mainnet_RootPropagatedResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SpokeConnectorModeResolvers = ResolversObject<{ +export type mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AggregateRootResolvers = ResolversObject<{ +export type localmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AggregateRootProposedResolvers = ResolversObject<{ +export type localmainnet_AggregatedMessageRootResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AssetResolvers = ResolversObject<{ +export type localmainnet_ArbitrumConnectorMetaResolvers = 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>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AssetBalanceResolvers = ResolversObject<{ +export interface localmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_BigDecimal'; +} + +export type localmainnet_BnbConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AssetStatusResolvers = ResolversObject<{ +export interface localmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_Bytes'; +} + +export type localmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_ConnectorMetaResolvers = ResolversObject<{ +export type localmainnet_HubDomainResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_DestinationTransferResolvers = ResolversObject<{ +export type localmainnet_HubOptimisticRootFinalizedResolvers = 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>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface localmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_Int8'; +} + +export type localmainnet_OptimismConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + domainsHash?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_OriginMessageResolvers = ResolversObject<{ +export type localmainnet_OptimisticRootProposedResolvers = 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>; + disputeCliff?: Resolver; + aggregateRoot?: Resolver; + snapshotsRoots?: Resolver>, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + baseAggregateRoot?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_OriginTransferResolvers = ResolversObject<{ +export type localmainnet_PolygonConnectorMetaResolvers = 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>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_RootAggregatedResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_RootManagerMetaResolvers = ResolversObject<{ + id?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_RootManagerModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_RootMessageProcessedResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerResolvers = ResolversObject<{ +export type localmainnet_RootPropagatedResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerFeeResolvers = ResolversObject<{ +export type localmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type localmainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface staginggoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_swap_BigDecimal'; +} + +export interface staginggoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_swap_Bytes'; +} + +export interface staginggoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_swap_Int8'; +} + +export type staginggoerli_swap_LpAccountResolvers = 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; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootCountResolvers = ResolversObject<{ +export type staginggoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootMessageSentResolvers = ResolversObject<{ +export type staginggoerli_swap_LpTokenResolvers = 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; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RouterResolvers = ResolversObject<{ +export type staginggoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_LpTransferEvent', 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>; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type staginggoerli_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RouterDailyTVLResolvers = ResolversObject<{ +export type staginggoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RouterLiquidityEventResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_StableSwapAddLiquidityEvent' | 'staginggoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; + stableSwap?: Resolver; + block?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type staginggoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SequencerResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SettingResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SlippageUpdateResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SnapshotRootResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_SwapDailyVolume' | 'staginggoerli_swap_SwapHourlyVolume' | 'staginggoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type staginggoerli_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 staginggoerli_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; +export type staginggoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; @@ -231969,631 +233191,217 @@ export type stagingoptimismgoerli__Meta_Resolvers; }>; -export type mumbai_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_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 mumbai_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface mumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_BigDecimal'; +export interface mantle_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_BigDecimal'; } -export interface mumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_Bytes'; +export interface mantle_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_Bytes'; } -export type mumbai_ConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_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 mumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_Int8'; +export interface mantle_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_Int8'; } -export type mumbai_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_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 mumbai_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 mumbai_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_RelayerFeeResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_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 mumbai_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_RootMessageSentResolvers = ResolversObject<{ +export type mantle_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 mumbai_RouterResolvers = ResolversObject<{ +export type mantle_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 mumbai_RouterDailyTVLResolvers = ResolversObject<{ +export type mantle_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 mumbai_RouterLiquidityEventResolvers = ResolversObject<{ +export type mantle_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_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 mumbai_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_SnapshotRootResolvers = ResolversObject<{ +export type mantle_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 mumbai_SpokeConnectorModeResolvers = ResolversObject<{ +export type mantle_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_AggregateRootResolvers = ResolversObject<{ +export type mantle_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 basegoerli_AggregateRootProposedResolvers = ResolversObject<{ +export type mantle_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 basegoerli_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 basegoerli_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type basegoerli_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface basegoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'basegoerli_BigDecimal'; -} - -export interface basegoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'basegoerli_Bytes'; -} - -export type basegoerli_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 basegoerli_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 basegoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'basegoerli_Int8'; -} - -export type basegoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mantle_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_swap_StableSwapAddLiquidityEvent' | 'mantle_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - aggregateRoot?: Resolver; + stableSwap?: Resolver; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type basegoerli_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 basegoerli_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 basegoerli_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export type basegoerli_RelayerFeeResolvers = ResolversObject<{ +export type mantle_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 basegoerli_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 basegoerli_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type basegoerli_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 basegoerli_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 basegoerli_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_RouterLiquidityEventResolvers = ResolversObject<{ +export type mantle_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 basegoerli_SequencerResolvers = ResolversObject<{ +export type mantle_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_SettingResolvers = ResolversObject<{ +export type mantle_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; +export type mantle_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_swap_SwapDailyVolume' | 'mantle_swap_SwapHourlyVolume' | 'mantle_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + volume?: Resolver; }>; -export type basegoerli_SnapshotRootResolvers = ResolversObject<{ +export type mantle_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 basegoerli_SpokeConnectorModeResolvers = ResolversObject<{ +export type mantle_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type basegoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +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 basegoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mantle_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -232914,16 +233722,16 @@ export type stagingmumbai__Meta_Resolvers; }>; -export type polygon_AggregateRootResolvers = ResolversObject<{ +export type arbitrumone_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_AggregateRootProposedResolvers = ResolversObject<{ +export type arbitrumone_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -232932,485 +233740,182 @@ export type polygon_AggregateRootProposedResolvers; }>; -export type polygon_AssetResolvers = ResolversObject<{ +export type arbitrumone_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 arbitrumone_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_AssetStatusResolvers = ResolversObject<{ +export type arbitrumone_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_BigDecimal'; -} - -export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Bytes'; -} - -export type polygon_ConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Int8'; -} - -export type polygon_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_OriginMessageResolvers = ResolversObject<{ - id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_OriginTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RelayerFeeResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RelayerFeesIncreaseResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RootMessageSentResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RouterResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_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>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_AssetResolvers = ResolversObject<{ - 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 staginggoerli_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface arbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_BigDecimal'; +} -export type staginggoerli_ConnectorMetaResolvers = ResolversObject<{ +export interface arbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_Bytes'; +} + +export type arbitrumone_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_DestinationTransferResolvers = ResolversObject<{ +export type arbitrumone_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface arbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_Int8'; +} + +export type arbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_OriginMessageResolvers = ResolversObject<{ +export type arbitrumone_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_OriginTransferResolvers = ResolversObject<{ +export type arbitrumone_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RelayerResolvers = ResolversObject<{ +export type arbitrumone_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RelayerFeeResolvers = ResolversObject<{ +export type arbitrumone_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type arbitrumone_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -233418,20 +233923,20 @@ export type staginggoerli_RelayerFeesIncreaseResolvers; }>; -export type staginggoerli_RootCountResolvers = ResolversObject<{ +export type arbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RootMessageSentResolvers = ResolversObject<{ +export type arbitrumone_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -233439,61 +233944,61 @@ export type staginggoerli_RootMessageSentResolvers; }>; -export type staginggoerli_RouterResolvers = ResolversObject<{ +export type arbitrumone_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type arbitrumone_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RouterLiquidityEventResolvers = ResolversObject<{ +export type arbitrumone_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 staginggoerli_SequencerResolvers = ResolversObject<{ +export type arbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SettingResolvers = ResolversObject<{ +export type arbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SlippageUpdateResolvers = ResolversObject<{ +export type arbitrumone_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -233501,32 +234006,46 @@ export type staginggoerli_SlippageUpdateResolvers; }>; -export type staginggoerli_SnapshotRootResolvers = ResolversObject<{ +export type arbitrumone_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SpokeConnectorModeResolvers = ResolversObject<{ +export type arbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootResolvers = ResolversObject<{ +export type arbitrumone__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type basegoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootProposedResolvers = ResolversObject<{ +export type basegoerli_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -233535,182 +234054,182 @@ export type optimism_AggregateRootProposedResolvers; }>; -export type optimism_AssetResolvers = ResolversObject<{ +export type basegoerli_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetBalanceResolvers = ResolversObject<{ +export type basegoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetStatusResolvers = ResolversObject<{ +export type basegoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_BigDecimal'; +export interface basegoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'basegoerli_BigDecimal'; } -export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Bytes'; +export interface basegoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'basegoerli_Bytes'; } -export type optimism_ConnectorMetaResolvers = ResolversObject<{ +export type basegoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_DestinationTransferResolvers = ResolversObject<{ +export type basegoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Int8'; +export interface basegoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'basegoerli_Int8'; } -export type optimism_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type basegoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_OriginMessageResolvers = ResolversObject<{ +export type basegoerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_OriginTransferResolvers = ResolversObject<{ +export type basegoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerResolvers = ResolversObject<{ +export type basegoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeeResolvers = ResolversObject<{ +export type basegoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type basegoerli_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; @@ -233718,20 +234237,20 @@ export type optimism_RelayerFeesIncreaseResolvers; }>; -export type optimism_RootCountResolvers = ResolversObject<{ +export type basegoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RootMessageSentResolvers = ResolversObject<{ +export type basegoerli_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>; @@ -233739,61 +234258,61 @@ export type optimism_RootMessageSentResolvers; }>; -export type optimism_RouterResolvers = ResolversObject<{ +export type basegoerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RouterDailyTVLResolvers = ResolversObject<{ +export type basegoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RouterLiquidityEventResolvers = ResolversObject<{ +export type basegoerli_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SequencerResolvers = ResolversObject<{ +export type basegoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SettingResolvers = ResolversObject<{ +export type basegoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SlippageUpdateResolvers = ResolversObject<{ +export type basegoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -233801,602 +234320,252 @@ export type optimism_SlippageUpdateResolvers; }>; -export type optimism_SnapshotRootResolvers = ResolversObject<{ +export type basegoerli_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SpokeConnectorModeResolvers = ResolversObject<{ +export type basegoerli_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type basegoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type basegoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mantle_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_BigDecimal'; -} - -export interface mantle_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_Bytes'; -} - -export interface mantle_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_Int8'; -} - -export type mantle_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mantle_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mantle_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mantle_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mantle_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type mantle_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - 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<{ +export type optimismgoerli_AggregateRootResolvers = 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>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mantle_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ +export type optimismgoerli_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_AggregatedMessageRootResolvers = ResolversObject<{ - id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ +export type optimismgoerli_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 mainnet_AvalancheConnectorMetaResolvers = ResolversObject<{ +export type optimismgoerli_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_BaseConnectorMetaResolvers = ResolversObject<{ +export type optimismgoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_BigDecimal'; +export interface optimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_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 interface optimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_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<{ +export type optimismgoerli_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 mainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export type optimismgoerli_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 mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_Int8'; +export interface optimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_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<{ +export type optimismgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OptimisticRootProposedResolvers = ResolversObject<{ +export type optimismgoerli_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 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 mainnet_RootMessageProcessedResolvers = ResolversObject<{ +export type optimismgoerli_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 mainnet_RootPropagatedResolvers = ResolversObject<{ +export type optimismgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type optimismgoerli_RelayerFeeResolvers = 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>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testgoerli_AssetResolvers = ResolversObject<{ +export type optimismgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; - local?: Resolver; - adoptedAsset?: Resolver; - canonicalId?: Resolver; - canonicalDomain?: 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 testgoerli_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - router?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface testgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'testgoerli_BigDecimal'; -} - -export interface testgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'testgoerli_Bytes'; -} - -export type testgoerli_DestinationTransferResolvers = ResolversObject<{ +export type optimismgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; - callbackFee?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originSender?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - transactingAmount?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - localAmount?: Resolver, ParentType, ContextType>; - sponsorVaultRelayerFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface testgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'testgoerli_Int8'; -} - -export type testgoerli_OriginTransferResolvers = ResolversObject<{ +export type optimismgoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; - callbackFee?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - originMinOut?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - transactingAmount?: Resolver, ParentType, ContextType>; - bridgedAsset?: Resolver, ParentType, ContextType>; - bridgedAmount?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + 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>; @@ -234404,70 +234573,109 @@ export type testgoerli_OriginTransferResolvers; }>; -export type testgoerli_RelayerResolvers = ResolversObject<{ +export type optimismgoerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testgoerli_RouterResolvers = ResolversObject<{ +export type optimismgoerli_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testgoerli_SettingResolvers = ResolversObject<{ +export type optimismgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testgoerli_SponsorVaultResolvers = ResolversObject<{ +export type optimismgoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - sponsorVault?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testgoerli_StableSwapResolvers = ResolversObject<{ +export type optimismgoerli_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - canonicalId?: Resolver; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type testgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimismgoerli_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli__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 testgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimismgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AggregateRootResolvers = ResolversObject<{ +export type mainnet_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AggregateRootProposedResolvers = ResolversObject<{ +export type mainnet_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -234476,182 +234684,170 @@ export type stagingzksync_AggregateRootProposedResolvers; }>; -export type stagingzksync_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 stagingzksync_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 stagingzksync_AssetStatusResolvers = ResolversObject<{ +export type mainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingzksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_BigDecimal'; -} - -export interface stagingzksync_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_Bytes'; -} - -export type stagingzksync_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 stagingzksync_DestinationTransferResolvers = ResolversObject<{ +export type mainnet_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingzksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_Int8'; -} - -export type stagingzksync_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_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 stagingzksync_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 stagingzksync_RelayerResolvers = ResolversObject<{ +export type mainnet_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RelayerFeeResolvers = ResolversObject<{ +export type mainnet_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_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; @@ -234659,20 +234855,20 @@ export type stagingzksync_RelayerFeesIncreaseResolvers; }>; -export type stagingzksync_RootCountResolvers = ResolversObject<{ +export type mainnet_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_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>; @@ -234680,61 +234876,61 @@ export type stagingzksync_RootMessageSentResolvers; }>; -export type stagingzksync_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 stagingzksync_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 stagingzksync_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 stagingzksync_SequencerResolvers = ResolversObject<{ +export type mainnet_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_SettingResolvers = ResolversObject<{ +export type mainnet_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_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; @@ -234742,47 +234938,32 @@ export type stagingzksync_SlippageUpdateResolvers; }>; -export type stagingzksync_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 stagingzksync_SpokeConnectorModeResolvers = ResolversObject<{ +export type mainnet_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingzksync__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_AggregateRootResolvers = ResolversObject<{ +export type mode_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AggregateRootProposedResolvers = ResolversObject<{ +export type mode_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -234791,182 +234972,182 @@ export type base_AggregateRootProposedResolvers; }>; -export type base_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 base_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 base_AssetStatusResolvers = ResolversObject<{ +export type mode_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface base_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_BigDecimal'; +export interface mode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_BigDecimal'; } -export interface base_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_Bytes'; +export interface mode_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_Bytes'; } -export type base_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 base_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 base_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_Int8'; +export interface mode_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_Int8'; } -export type base_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mode_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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 base_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 base_RelayerResolvers = ResolversObject<{ +export type mode_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_RelayerFeeResolvers = ResolversObject<{ +export type mode_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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; @@ -234974,20 +235155,20 @@ export type base_RelayerFeesIncreaseResolvers; }>; -export type base_RootCountResolvers = ResolversObject<{ +export type mode_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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>; @@ -234995,61 +235176,61 @@ export type base_RootMessageSentResolvers; }>; -export type base_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 base_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 base_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 base_SequencerResolvers = ResolversObject<{ +export type mode_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_SettingResolvers = ResolversObject<{ +export type mode_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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; @@ -235057,46 +235238,46 @@ export type base_SlippageUpdateResolvers; }>; -export type base_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 base_SpokeConnectorModeResolvers = ResolversObject<{ +export type mode_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mode__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mode__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AggregateRootResolvers = ResolversObject<{ +export type stagingmetis_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmetis_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -235105,182 +235286,182 @@ export type polygonzkevm_swap_AggregateRootProposedResolvers; }>; -export type polygonzkevm_swap_AssetResolvers = ResolversObject<{ +export type stagingmetis_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AssetBalanceResolvers = ResolversObject<{ +export type stagingmetis_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AssetStatusResolvers = ResolversObject<{ +export type stagingmetis_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_BigDecimal'; +export interface stagingmetis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmetis_BigDecimal'; } -export interface polygonzkevm_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_Bytes'; +export interface stagingmetis_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmetis_Bytes'; } -export type polygonzkevm_swap_ConnectorMetaResolvers = ResolversObject<{ +export type stagingmetis_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_DestinationTransferResolvers = ResolversObject<{ +export type stagingmetis_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_Int8'; +export interface stagingmetis_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmetis_Int8'; } -export type polygonzkevm_swap_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmetis_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_OriginMessageResolvers = ResolversObject<{ +export type stagingmetis_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_OriginTransferResolvers = ResolversObject<{ +export type stagingmetis_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RelayerResolvers = ResolversObject<{ +export type stagingmetis_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RelayerFeeResolvers = ResolversObject<{ +export type stagingmetis_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingmetis_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -235288,20 +235469,20 @@ export type polygonzkevm_swap_RelayerFeesIncreaseResolvers; }>; -export type polygonzkevm_swap_RootCountResolvers = ResolversObject<{ +export type stagingmetis_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RootMessageSentResolvers = ResolversObject<{ +export type stagingmetis_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -235309,61 +235490,61 @@ export type polygonzkevm_swap_RootMessageSentResolvers; }>; -export type polygonzkevm_swap_RouterResolvers = ResolversObject<{ +export type stagingmetis_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingmetis_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingmetis_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SequencerResolvers = ResolversObject<{ +export type stagingmetis_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SettingResolvers = ResolversObject<{ +export type stagingmetis_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SlippageUpdateResolvers = ResolversObject<{ +export type stagingmetis_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -235371,46 +235552,46 @@ export type polygonzkevm_swap_SlippageUpdateResolvers; }>; -export type polygonzkevm_swap_SnapshotRootResolvers = ResolversObject<{ +export type stagingmetis_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmetis_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmetis__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmetis__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregateRootResolvers = ResolversObject<{ +export type stagingmantle_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmantle_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -235419,182 +235600,182 @@ export type stagingmainnet_AggregateRootProposedResolvers; }>; -export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_AssetStatusResolvers = ResolversObject<{ +export type stagingmantle_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_BigDecimal'; +export interface stagingmantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_BigDecimal'; } -export interface stagingmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_Bytes'; +export interface stagingmantle_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_Bytes'; } -export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_Int8'; +export interface stagingmantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_Int8'; } -export type stagingmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmantle_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_RelayerResolvers = ResolversObject<{ +export type stagingmantle_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RelayerFeeResolvers = ResolversObject<{ +export type stagingmantle_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_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; @@ -235602,20 +235783,20 @@ export type stagingmainnet_RelayerFeesIncreaseResolvers; }>; -export type stagingmainnet_RootCountResolvers = ResolversObject<{ +export type stagingmantle_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_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>; @@ -235623,61 +235804,61 @@ export type stagingmainnet_RootMessageSentResolvers; }>; -export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_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 stagingmainnet_SequencerResolvers = ResolversObject<{ +export type stagingmantle_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_SettingResolvers = ResolversObject<{ +export type stagingmantle_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_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; @@ -235685,47 +235866,46 @@ export type stagingmainnet_SlippageUpdateResolvers; }>; -export type stagingmainnet_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 stagingmainnet_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmantle_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet__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 stagingmainnet__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 polygon_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_AggregateRootProposedResolvers = ResolversObject<{ +export type polygon_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -235734,182 +235914,182 @@ export type stagingbnb_AggregateRootProposedResolvers; }>; -export type stagingbnb_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 stagingbnb_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 stagingbnb_AssetStatusResolvers = ResolversObject<{ +export type polygon_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingbnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_BigDecimal'; +export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_BigDecimal'; } -export interface stagingbnb_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_Bytes'; +export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Bytes'; } -export type stagingbnb_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 stagingbnb_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 stagingbnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_Int8'; +export interface polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Int8'; } -export type stagingbnb_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type polygon_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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 stagingbnb_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 stagingbnb_RelayerResolvers = ResolversObject<{ +export type polygon_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_RelayerFeeResolvers = ResolversObject<{ +export type polygon_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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; @@ -235917,20 +236097,20 @@ export type stagingbnb_RelayerFeesIncreaseResolvers; }>; -export type stagingbnb_RootCountResolvers = ResolversObject<{ +export type polygon_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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>; @@ -235938,61 +236118,61 @@ export type stagingbnb_RootMessageSentResolvers; }>; -export type stagingbnb_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 stagingbnb_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 stagingbnb_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 stagingbnb_SequencerResolvers = ResolversObject<{ +export type polygon_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_SettingResolvers = ResolversObject<{ +export type polygon_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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; @@ -236000,47 +236180,46 @@ export type stagingbnb_SlippageUpdateResolvers; }>; -export type stagingbnb_SnapshotRootResolvers = ResolversObject<{ +export type polygon_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 polygon_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygon__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygon__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_AggregateRootResolvers = ResolversObject<{ +export type goerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_AggregateRootProposedResolvers = ResolversObject<{ +export type goerli_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -236049,182 +236228,170 @@ export type stagingoptimism_AggregateRootProposedResolvers; }>; -export type stagingoptimism_AssetResolvers = ResolversObject<{ +export type goerli_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 goerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_AssetStatusResolvers = ResolversObject<{ +export type goerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimism_BigDecimal'; -} - -export interface stagingoptimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimism_Bytes'; -} - -export type stagingoptimism_ConnectorMetaResolvers = ResolversObject<{ +export type goerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_DestinationTransferResolvers = ResolversObject<{ +export type goerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimism_Int8'; -} - -export type stagingoptimism_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type goerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_OriginMessageResolvers = ResolversObject<{ +export type goerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_OriginTransferResolvers = ResolversObject<{ +export type goerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RelayerResolvers = ResolversObject<{ +export type goerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RelayerFeeResolvers = ResolversObject<{ +export type goerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type goerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -236232,20 +236399,20 @@ export type stagingoptimism_RelayerFeesIncreaseResolvers; }>; -export type stagingoptimism_RootCountResolvers = ResolversObject<{ +export type goerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RootMessageSentResolvers = ResolversObject<{ +export type goerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -236253,61 +236420,61 @@ export type stagingoptimism_RootMessageSentResolvers; }>; -export type stagingoptimism_RouterResolvers = ResolversObject<{ +export type goerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RouterDailyTVLResolvers = ResolversObject<{ +export type goerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RouterLiquidityEventResolvers = ResolversObject<{ +export type goerli_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 goerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_SettingResolvers = ResolversObject<{ +export type goerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_SlippageUpdateResolvers = ResolversObject<{ +export type goerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -236315,47 +236482,32 @@ export type stagingoptimism_SlippageUpdateResolvers; }>; -export type stagingoptimism_SnapshotRootResolvers = ResolversObject<{ +export type goerli_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 goerli_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 type localoptimism_AggregateRootResolvers = ResolversObject<{ +export type mumbai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_AggregateRootProposedResolvers = ResolversObject<{ +export type mumbai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -236364,182 +236516,182 @@ export type localoptimism_AggregateRootProposedResolvers; }>; -export type localoptimism_AssetResolvers = ResolversObject<{ +export type mumbai_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 localoptimism_AssetBalanceResolvers = ResolversObject<{ +export type mumbai_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_AssetStatusResolvers = ResolversObject<{ +export type mumbai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localoptimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'localoptimism_BigDecimal'; +export interface mumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_BigDecimal'; } -export interface localoptimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'localoptimism_Bytes'; +export interface mumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_Bytes'; } -export type localoptimism_ConnectorMetaResolvers = ResolversObject<{ +export type mumbai_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_DestinationTransferResolvers = ResolversObject<{ +export type mumbai_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localoptimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'localoptimism_Int8'; +export interface mumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_Int8'; } -export type localoptimism_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mumbai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_OriginMessageResolvers = ResolversObject<{ +export type mumbai_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_OriginTransferResolvers = ResolversObject<{ +export type mumbai_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RelayerResolvers = ResolversObject<{ +export type mumbai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RelayerFeeResolvers = ResolversObject<{ +export type mumbai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -236547,20 +236699,20 @@ export type localoptimism_RelayerFeesIncreaseResolvers; }>; -export type localoptimism_RootCountResolvers = ResolversObject<{ +export type mumbai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RootMessageSentResolvers = ResolversObject<{ +export type mumbai_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -236568,61 +236720,61 @@ export type localoptimism_RootMessageSentResolvers; }>; -export type localoptimism_RouterResolvers = ResolversObject<{ +export type mumbai_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RouterDailyTVLResolvers = ResolversObject<{ +export type mumbai_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RouterLiquidityEventResolvers = ResolversObject<{ +export type mumbai_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 localoptimism_SequencerResolvers = ResolversObject<{ +export type mumbai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_SettingResolvers = ResolversObject<{ +export type mumbai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_SlippageUpdateResolvers = ResolversObject<{ +export type mumbai_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -236630,47 +236782,47 @@ export type localoptimism_SlippageUpdateResolvers; }>; -export type localoptimism_SnapshotRootResolvers = ResolversObject<{ +export type mumbai_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_SpokeConnectorModeResolvers = ResolversObject<{ +export type mumbai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mumbai__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 localoptimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mumbai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AggregateRootResolvers = ResolversObject<{ +export type staginggoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AggregateRootProposedResolvers = ResolversObject<{ +export type staginggoerli_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -236679,178 +236831,170 @@ export type linea_AggregateRootProposedResolvers; }>; -export type linea_AssetResolvers = ResolversObject<{ +export type staginggoerli_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 staginggoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AssetStatusResolvers = ResolversObject<{ +export type staginggoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_BigDecimal'; -} - -export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_Bytes'; -} - -export type linea_ConnectorMetaResolvers = ResolversObject<{ +export type staginggoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_DestinationTransferResolvers = ResolversObject<{ +export type staginggoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type staginggoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_OriginMessageResolvers = ResolversObject<{ +export type staginggoerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_OriginTransferResolvers = ResolversObject<{ +export type staginggoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerResolvers = ResolversObject<{ +export type staginggoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerFeeResolvers = ResolversObject<{ +export type staginggoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type staginggoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -236858,20 +237002,20 @@ export type linea_RelayerFeesIncreaseResolvers; }>; -export type linea_RootCountResolvers = ResolversObject<{ +export type staginggoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RootMessageSentResolvers = ResolversObject<{ +export type staginggoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -236879,61 +237023,61 @@ export type linea_RootMessageSentResolvers; }>; -export type linea_RouterResolvers = ResolversObject<{ +export type staginggoerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RouterDailyTVLResolvers = ResolversObject<{ +export type staginggoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RouterLiquidityEventResolvers = ResolversObject<{ +export type staginggoerli_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 staginggoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SettingResolvers = ResolversObject<{ +export type staginggoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SlippageUpdateResolvers = ResolversObject<{ +export type staginggoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -236941,46 +237085,32 @@ export type linea_SlippageUpdateResolvers; }>; -export type linea_SnapshotRootResolvers = ResolversObject<{ +export type staginggoerli_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 staginggoerli_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_AggregateRootResolvers = ResolversObject<{ +export type stagingoptimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingoptimism_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -236989,170 +237119,182 @@ export type localmainnet_AggregateRootProposedResolvers; }>; -export type localmainnet_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 localmainnet_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 localmainnet_AssetStatusResolvers = ResolversObject<{ +export type stagingoptimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_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 localmainnet_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 localmainnet_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 localmainnet_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 localmainnet_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 localmainnet_RelayerResolvers = ResolversObject<{ +export type stagingoptimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RelayerFeeResolvers = ResolversObject<{ +export type stagingoptimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_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; @@ -237160,20 +237302,20 @@ export type localmainnet_RelayerFeesIncreaseResolvers; }>; -export type localmainnet_RootCountResolvers = ResolversObject<{ +export type stagingoptimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_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>; @@ -237181,61 +237323,61 @@ export type localmainnet_RootMessageSentResolvers; }>; -export type localmainnet_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 localmainnet_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 localmainnet_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 localmainnet_SequencerResolvers = ResolversObject<{ +export type stagingoptimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_SettingResolvers = ResolversObject<{ +export type stagingoptimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_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; @@ -237243,32 +237385,47 @@ export type localmainnet_SlippageUpdateResolvers; }>; -export type localmainnet_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 localmainnet_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingoptimism_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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 staginglinea_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AggregateRootProposedResolvers = ResolversObject<{ +export type staginglinea_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -237277,182 +237434,178 @@ export type metis_AggregateRootProposedResolvers; }>; -export type metis_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 metis_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 metis_AssetStatusResolvers = ResolversObject<{ +export type staginglinea_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface metis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_BigDecimal'; +export interface staginglinea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginglinea_BigDecimal'; } -export interface metis_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_Bytes'; +export interface staginglinea_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginglinea_Bytes'; } -export type metis_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 metis_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 metis_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_Int8'; -} - -export type metis_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type staginglinea_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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 metis_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 metis_RelayerResolvers = ResolversObject<{ +export type staginglinea_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RelayerFeeResolvers = ResolversObject<{ +export type staginglinea_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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; @@ -237460,20 +237613,20 @@ export type metis_RelayerFeesIncreaseResolvers; }>; -export type metis_RootCountResolvers = ResolversObject<{ +export type staginglinea_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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>; @@ -237481,61 +237634,61 @@ export type metis_RootMessageSentResolvers; }>; -export type metis_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 metis_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 metis_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 metis_SequencerResolvers = ResolversObject<{ +export type staginglinea_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SettingResolvers = ResolversObject<{ +export type staginglinea_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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; @@ -237543,46 +237696,46 @@ export type metis_SlippageUpdateResolvers; }>; -export type metis_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 metis_SpokeConnectorModeResolvers = ResolversObject<{ +export type staginglinea_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis__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 metis__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type staginglinea__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_AggregateRootResolvers = ResolversObject<{ +export type zksync_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_AggregateRootProposedResolvers = ResolversObject<{ +export type zksync_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -237591,182 +237744,182 @@ export type stagingscroll_AggregateRootProposedResolvers; }>; -export type stagingscroll_AssetResolvers = ResolversObject<{ +export type zksync_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_AssetBalanceResolvers = ResolversObject<{ +export type zksync_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_AssetStatusResolvers = ResolversObject<{ +export type zksync_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingscroll_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingscroll_BigDecimal'; +export interface zksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_BigDecimal'; } -export interface stagingscroll_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingscroll_Bytes'; +export interface zksync_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_Bytes'; } -export type stagingscroll_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 stagingscroll_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 stagingscroll_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingscroll_Int8'; +export interface zksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_Int8'; } -export type stagingscroll_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type zksync_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_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 stagingscroll_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 stagingscroll_RelayerResolvers = ResolversObject<{ +export type zksync_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_RelayerFeeResolvers = ResolversObject<{ +export type zksync_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_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; @@ -237774,20 +237927,20 @@ export type stagingscroll_RelayerFeesIncreaseResolvers; }>; -export type stagingscroll_RootCountResolvers = ResolversObject<{ +export type zksync_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_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>; @@ -237795,61 +237948,61 @@ export type stagingscroll_RootMessageSentResolvers; }>; -export type stagingscroll_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 stagingscroll_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 stagingscroll_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 stagingscroll_SequencerResolvers = ResolversObject<{ +export type zksync_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_SettingResolvers = ResolversObject<{ +export type zksync_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_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; @@ -237857,46 +238010,46 @@ export type stagingscroll_SlippageUpdateResolvers; }>; -export type stagingscroll_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 stagingscroll_SpokeConnectorModeResolvers = ResolversObject<{ +export type zksync_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type zksync__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type zksync__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_AggregateRootResolvers = ResolversObject<{ +export type avalanche_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_AggregateRootProposedResolvers = ResolversObject<{ +export type avalanche_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -237905,182 +238058,182 @@ export type stagingpolygon_AggregateRootProposedResolvers; }>; -export type stagingpolygon_AssetResolvers = ResolversObject<{ +export type avalanche_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_AssetBalanceResolvers = ResolversObject<{ +export type avalanche_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_AssetStatusResolvers = ResolversObject<{ +export type avalanche_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingpolygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_BigDecimal'; +export interface avalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_BigDecimal'; } -export interface stagingpolygon_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_Bytes'; +export interface avalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_Bytes'; } -export type stagingpolygon_ConnectorMetaResolvers = ResolversObject<{ +export type avalanche_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_DestinationTransferResolvers = ResolversObject<{ +export type avalanche_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingpolygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_Int8'; +export interface avalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_Int8'; } -export type stagingpolygon_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type avalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_OriginMessageResolvers = ResolversObject<{ +export type avalanche_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_OriginTransferResolvers = ResolversObject<{ +export type avalanche_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_RelayerResolvers = ResolversObject<{ +export type avalanche_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_RelayerFeeResolvers = ResolversObject<{ +export type avalanche_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type avalanche_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -238088,20 +238241,20 @@ export type stagingpolygon_RelayerFeesIncreaseResolvers; }>; -export type stagingpolygon_RootCountResolvers = ResolversObject<{ +export type avalanche_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_RootMessageSentResolvers = ResolversObject<{ +export type avalanche_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -238109,61 +238262,61 @@ export type stagingpolygon_RootMessageSentResolvers; }>; -export type stagingpolygon_RouterResolvers = ResolversObject<{ +export type avalanche_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_RouterDailyTVLResolvers = ResolversObject<{ +export type avalanche_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_RouterLiquidityEventResolvers = ResolversObject<{ +export type avalanche_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_SequencerResolvers = ResolversObject<{ +export type avalanche_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_SettingResolvers = ResolversObject<{ +export type avalanche_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_SlippageUpdateResolvers = ResolversObject<{ +export type avalanche_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -238171,47 +238324,47 @@ export type stagingpolygon_SlippageUpdateResolvers; }>; -export type stagingpolygon_SnapshotRootResolvers = ResolversObject<{ +export type avalanche_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_SpokeConnectorModeResolvers = ResolversObject<{ +export type avalanche_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type avalanche__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type avalanche__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; @@ -238220,182 +238373,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; @@ -238403,20 +238556,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>; @@ -238424,61 +238577,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; @@ -238486,47 +238639,46 @@ 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>; __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 stagingbase_AggregateRootResolvers = ResolversObject<{ +export type polygonzkevm_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_AggregateRootProposedResolvers = ResolversObject<{ +export type polygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -238535,182 +238687,182 @@ export type stagingbase_AggregateRootProposedResolvers; }>; -export type stagingbase_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 stagingbase_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 stagingbase_AssetStatusResolvers = ResolversObject<{ +export type polygonzkevm_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingbase_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_BigDecimal'; +export interface polygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_BigDecimal'; } -export interface stagingbase_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_Bytes'; +export interface polygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_Bytes'; } -export type stagingbase_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 stagingbase_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 stagingbase_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_Int8'; +export interface polygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_Int8'; } -export type stagingbase_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type polygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_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 stagingbase_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 stagingbase_RelayerResolvers = ResolversObject<{ +export type polygonzkevm_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RelayerFeeResolvers = ResolversObject<{ +export type polygonzkevm_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_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; @@ -238718,20 +238870,20 @@ export type stagingbase_RelayerFeesIncreaseResolvers; }>; -export type stagingbase_RootCountResolvers = ResolversObject<{ +export type polygonzkevm_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_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>; @@ -238739,61 +238891,61 @@ export type stagingbase_RootMessageSentResolvers; }>; -export type stagingbase_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 stagingbase_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 stagingbase_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 stagingbase_SequencerResolvers = ResolversObject<{ +export type polygonzkevm_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_SettingResolvers = ResolversObject<{ +export type polygonzkevm_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_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; @@ -238801,47 +238953,46 @@ export type stagingbase_SlippageUpdateResolvers; }>; -export type stagingbase_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 stagingbase_SpokeConnectorModeResolvers = ResolversObject<{ +export type polygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase__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>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygonzkevm__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_AggregateRootResolvers = ResolversObject<{ +export type stagingarbitrumone_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -238850,182 +239001,182 @@ export type zksync_AggregateRootProposedResolvers; }>; -export type zksync_AssetResolvers = ResolversObject<{ +export type stagingarbitrumone_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_AssetBalanceResolvers = ResolversObject<{ +export type stagingarbitrumone_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_AssetStatusResolvers = ResolversObject<{ +export type stagingarbitrumone_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface zksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_BigDecimal'; +export interface stagingarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_BigDecimal'; } -export interface zksync_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_Bytes'; +export interface stagingarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_Bytes'; } -export type zksync_ConnectorMetaResolvers = ResolversObject<{ +export type stagingarbitrumone_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_DestinationTransferResolvers = ResolversObject<{ +export type stagingarbitrumone_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface zksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_Int8'; +export interface stagingarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_Int8'; } -export type zksync_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_OriginMessageResolvers = ResolversObject<{ +export type stagingarbitrumone_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_OriginTransferResolvers = ResolversObject<{ +export type stagingarbitrumone_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RelayerResolvers = ResolversObject<{ +export type stagingarbitrumone_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RelayerFeeResolvers = ResolversObject<{ +export type stagingarbitrumone_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingarbitrumone_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -239033,20 +239184,20 @@ export type zksync_RelayerFeesIncreaseResolvers; }>; -export type zksync_RootCountResolvers = ResolversObject<{ +export type stagingarbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RootMessageSentResolvers = ResolversObject<{ +export type stagingarbitrumone_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -239054,61 +239205,61 @@ export type zksync_RootMessageSentResolvers; }>; -export type zksync_RouterResolvers = ResolversObject<{ +export type stagingarbitrumone_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingarbitrumone_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingarbitrumone_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_SequencerResolvers = ResolversObject<{ +export type stagingarbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_SettingResolvers = ResolversObject<{ +export type stagingarbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_SlippageUpdateResolvers = ResolversObject<{ +export type stagingarbitrumone_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -239116,46 +239267,47 @@ export type zksync_SlippageUpdateResolvers; }>; -export type zksync_SnapshotRootResolvers = ResolversObject<{ +export type stagingarbitrumone_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingarbitrumone__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingarbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AggregateRootResolvers = ResolversObject<{ +export type localmainnet_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AggregateRootProposedResolvers = ResolversObject<{ +export type localmainnet_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -239164,182 +239316,170 @@ export type arbitrumone_AggregateRootProposedResolvers; }>; -export type arbitrumone_AssetResolvers = ResolversObject<{ +export type localmainnet_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AssetBalanceResolvers = ResolversObject<{ +export type localmainnet_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AssetStatusResolvers = ResolversObject<{ +export type localmainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_BigDecimal'; -} - -export interface arbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_Bytes'; -} - -export type arbitrumone_ConnectorMetaResolvers = ResolversObject<{ +export type localmainnet_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_DestinationTransferResolvers = ResolversObject<{ +export type localmainnet_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_Int8'; -} - -export type arbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type localmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_OriginMessageResolvers = ResolversObject<{ +export type localmainnet_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_OriginTransferResolvers = ResolversObject<{ +export type localmainnet_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RelayerResolvers = ResolversObject<{ +export type localmainnet_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RelayerFeeResolvers = ResolversObject<{ +export type localmainnet_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type localmainnet_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -239347,20 +239487,20 @@ export type arbitrumone_RelayerFeesIncreaseResolvers; }>; -export type arbitrumone_RootCountResolvers = ResolversObject<{ +export type localmainnet_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RootMessageSentResolvers = ResolversObject<{ +export type localmainnet_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -239368,61 +239508,61 @@ export type arbitrumone_RootMessageSentResolvers; }>; -export type arbitrumone_RouterResolvers = ResolversObject<{ +export type localmainnet_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RouterDailyTVLResolvers = ResolversObject<{ +export type localmainnet_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RouterLiquidityEventResolvers = ResolversObject<{ +export type localmainnet_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_SequencerResolvers = ResolversObject<{ +export type localmainnet_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_SettingResolvers = ResolversObject<{ +export type localmainnet_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_SlippageUpdateResolvers = ResolversObject<{ +export type localmainnet_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -239430,46 +239570,32 @@ export type arbitrumone_SlippageUpdateResolvers; }>; -export type arbitrumone_SnapshotRootResolvers = ResolversObject<{ +export type localmainnet_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ +export type localmainnet_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmetis_AggregateRootResolvers = ResolversObject<{ +export type localarbitrumone_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_AggregateRootProposedResolvers = ResolversObject<{ +export type localarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -239478,182 +239604,182 @@ export type stagingmetis_AggregateRootProposedResolvers; }>; -export type stagingmetis_AssetResolvers = ResolversObject<{ +export type localarbitrumone_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 localarbitrumone_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 localarbitrumone_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmetis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmetis_BigDecimal'; +export interface localarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'localarbitrumone_BigDecimal'; } -export interface stagingmetis_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmetis_Bytes'; +export interface localarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'localarbitrumone_Bytes'; } -export type stagingmetis_ConnectorMetaResolvers = ResolversObject<{ +export type localarbitrumone_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_DestinationTransferResolvers = ResolversObject<{ +export type localarbitrumone_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 localarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'localarbitrumone_Int8'; } -export type stagingmetis_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type localarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_OriginMessageResolvers = ResolversObject<{ +export type localarbitrumone_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 localarbitrumone_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 localarbitrumone_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_RelayerFeeResolvers = ResolversObject<{ +export type localarbitrumone_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type localarbitrumone_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -239661,20 +239787,20 @@ export type stagingmetis_RelayerFeesIncreaseResolvers; }>; -export type stagingmetis_RootCountResolvers = ResolversObject<{ +export type localarbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_RootMessageSentResolvers = ResolversObject<{ +export type localarbitrumone_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -239682,61 +239808,61 @@ export type stagingmetis_RootMessageSentResolvers; }>; -export type stagingmetis_RouterResolvers = ResolversObject<{ +export type localarbitrumone_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_RouterDailyTVLResolvers = ResolversObject<{ +export type localarbitrumone_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_RouterLiquidityEventResolvers = ResolversObject<{ +export type localarbitrumone_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 localarbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_SettingResolvers = ResolversObject<{ +export type localarbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_SlippageUpdateResolvers = ResolversObject<{ +export type localarbitrumone_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -239744,46 +239870,47 @@ export type stagingmetis_SlippageUpdateResolvers; }>; -export type stagingmetis_SnapshotRootResolvers = ResolversObject<{ +export type localarbitrumone_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 localarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type localarbitrumone__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 localarbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_AggregateRootResolvers = ResolversObject<{ +export type stagingmode_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmode_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -239792,178 +239919,182 @@ export type staginglinea_AggregateRootProposedResolvers; }>; -export type staginglinea_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 staginglinea_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 staginglinea_AssetStatusResolvers = ResolversObject<{ +export type stagingmode_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface staginglinea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginglinea_BigDecimal'; +export interface stagingmode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_BigDecimal'; } -export interface staginglinea_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginglinea_Bytes'; +export interface stagingmode_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_Bytes'; } -export type staginglinea_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 staginglinea_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 type staginglinea_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface stagingmode_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_Int8'; +} + +export type stagingmode_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_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 staginglinea_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 staginglinea_RelayerResolvers = ResolversObject<{ +export type stagingmode_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RelayerFeeResolvers = ResolversObject<{ +export type stagingmode_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_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; @@ -239971,20 +240102,20 @@ export type staginglinea_RelayerFeesIncreaseResolvers; }>; -export type staginglinea_RootCountResolvers = ResolversObject<{ +export type stagingmode_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_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>; @@ -239992,61 +240123,61 @@ export type staginglinea_RootMessageSentResolvers; }>; -export type staginglinea_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 staginglinea_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 staginglinea_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 staginglinea_SequencerResolvers = ResolversObject<{ +export type stagingmode_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_SettingResolvers = ResolversObject<{ +export type stagingmode_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_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; @@ -240054,46 +240185,46 @@ export type staginglinea_SlippageUpdateResolvers; }>; -export type staginglinea_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 staginglinea_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmode_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmode__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmode__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_AggregateRootResolvers = ResolversObject<{ +export type stagingxdai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingxdai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -240102,182 +240233,182 @@ export type stagingmantle_AggregateRootProposedResolvers; }>; -export type stagingmantle_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 stagingmantle_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 stagingmantle_AssetStatusResolvers = ResolversObject<{ +export type stagingxdai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_BigDecimal'; +export interface stagingxdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_BigDecimal'; } -export interface stagingmantle_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_Bytes'; +export interface stagingxdai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_Bytes'; } -export type stagingmantle_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 stagingmantle_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 stagingmantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_Int8'; +export interface stagingxdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_Int8'; } -export type stagingmantle_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingxdai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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 stagingmantle_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 stagingmantle_RelayerResolvers = ResolversObject<{ +export type stagingxdai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_RelayerFeeResolvers = ResolversObject<{ +export type stagingxdai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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; @@ -240285,20 +240416,20 @@ export type stagingmantle_RelayerFeesIncreaseResolvers; }>; -export type stagingmantle_RootCountResolvers = ResolversObject<{ +export type stagingxdai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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>; @@ -240306,61 +240437,61 @@ export type stagingmantle_RootMessageSentResolvers; }>; -export type stagingmantle_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 stagingmantle_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 stagingmantle_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 stagingmantle_SequencerResolvers = ResolversObject<{ +export type stagingxdai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_SettingResolvers = ResolversObject<{ +export type stagingxdai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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; @@ -240368,46 +240499,47 @@ export type stagingmantle_SlippageUpdateResolvers; }>; -export type stagingmantle_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 stagingmantle_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingxdai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle__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 stagingmantle__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingxdai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_AggregateRootResolvers = ResolversObject<{ +export type stagingmainnet_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmainnet_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -240416,182 +240548,170 @@ export type stagingarbitrumone_AggregateRootProposedResolvers; }>; -export type stagingarbitrumone_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 stagingarbitrumone_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 stagingarbitrumone_AssetStatusResolvers = ResolversObject<{ +export type stagingmainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumone_BigDecimal'; -} - -export interface stagingarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumone_Bytes'; -} - -export type stagingarbitrumone_ConnectorMetaResolvers = ResolversObject<{ +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>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_DestinationTransferResolvers = ResolversObject<{ +export type stagingmainnet_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 type stagingarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_OriginMessageResolvers = ResolversObject<{ +export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_RelayerFeeResolvers = ResolversObject<{ +export type stagingmainnet_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingmainnet_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; @@ -240599,20 +240719,20 @@ export type stagingarbitrumone_RelayerFeesIncreaseResolvers; }>; -export type stagingarbitrumone_RootCountResolvers = ResolversObject<{ +export type stagingmainnet_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_RootMessageSentResolvers = ResolversObject<{ +export type stagingmainnet_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>; @@ -240620,61 +240740,61 @@ export type stagingarbitrumone_RootMessageSentResolvers; }>; -export type stagingarbitrumone_RouterResolvers = ResolversObject<{ +export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_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 stagingmainnet_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_SettingResolvers = ResolversObject<{ +export type stagingmainnet_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_SlippageUpdateResolvers = ResolversObject<{ +export type stagingmainnet_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -240682,47 +240802,32 @@ export type stagingarbitrumone_SlippageUpdateResolvers; }>; -export type stagingarbitrumone_SnapshotRootResolvers = ResolversObject<{ +export type stagingmainnet_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 stagingmainnet_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingpolygonzkevm_AggregateRootResolvers = ResolversObject<{ +export type stagingpolygon_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingpolygon_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -240731,182 +240836,182 @@ export type stagingpolygonzkevm_AggregateRootProposedResolvers; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_AssetStatusResolvers = ResolversObject<{ +export type stagingpolygon_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingpolygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygonzkevm_BigDecimal'; +export interface stagingpolygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_BigDecimal'; } -export interface stagingpolygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygonzkevm_Bytes'; +export interface stagingpolygon_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_Bytes'; } -export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygonzkevm_Int8'; +export interface stagingpolygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_Int8'; } -export type stagingpolygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingpolygon_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_RelayerResolvers = ResolversObject<{ +export type stagingpolygon_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_RelayerFeeResolvers = ResolversObject<{ +export type stagingpolygon_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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; @@ -240914,20 +241019,20 @@ export type stagingpolygonzkevm_RelayerFeesIncreaseResolvers; }>; -export type stagingpolygonzkevm_RootCountResolvers = ResolversObject<{ +export type stagingpolygon_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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>; @@ -240935,61 +241040,61 @@ export type stagingpolygonzkevm_RootMessageSentResolvers; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_SequencerResolvers = ResolversObject<{ +export type stagingpolygon_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_SettingResolvers = ResolversObject<{ +export type stagingpolygon_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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; @@ -240997,47 +241102,47 @@ export type stagingpolygonzkevm_SlippageUpdateResolvers; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingpolygon_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm__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 stagingpolygonzkevm__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingpolygon__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AggregateRootResolvers = ResolversObject<{ +export type stagingscroll_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingscroll_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -241046,182 +241151,182 @@ export type xdai_AggregateRootProposedResolvers; }>; -export type xdai_AssetResolvers = ResolversObject<{ +export type stagingscroll_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AssetBalanceResolvers = ResolversObject<{ +export type stagingscroll_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AssetStatusResolvers = ResolversObject<{ +export type stagingscroll_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_BigDecimal'; +export interface stagingscroll_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingscroll_BigDecimal'; } -export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Bytes'; +export interface stagingscroll_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingscroll_Bytes'; } -export type xdai_ConnectorMetaResolvers = ResolversObject<{ +export type stagingscroll_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_DestinationTransferResolvers = ResolversObject<{ +export type stagingscroll_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Int8'; +export interface stagingscroll_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingscroll_Int8'; } -export type xdai_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingscroll_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_OriginMessageResolvers = ResolversObject<{ +export type stagingscroll_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_OriginTransferResolvers = ResolversObject<{ +export type stagingscroll_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RelayerResolvers = ResolversObject<{ +export type stagingscroll_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RelayerFeeResolvers = ResolversObject<{ +export type stagingscroll_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingscroll_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -241229,20 +241334,20 @@ export type xdai_RelayerFeesIncreaseResolvers; }>; -export type xdai_RootCountResolvers = ResolversObject<{ +export type stagingscroll_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RootMessageSentResolvers = ResolversObject<{ +export type stagingscroll_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -241250,61 +241355,61 @@ export type xdai_RootMessageSentResolvers; }>; -export type xdai_RouterResolvers = ResolversObject<{ +export type stagingscroll_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingscroll_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingscroll_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SequencerResolvers = ResolversObject<{ +export type stagingscroll_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SettingResolvers = ResolversObject<{ +export type stagingscroll_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SlippageUpdateResolvers = ResolversObject<{ +export type stagingscroll_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -241312,47 +241417,46 @@ export type xdai_SlippageUpdateResolvers; }>; -export type xdai_SnapshotRootResolvers = ResolversObject<{ +export type stagingscroll_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingscroll_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai__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 xdai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingscroll__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_AggregateRootResolvers = ResolversObject<{ +export type mantle_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ +export type mantle_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -241361,182 +241465,182 @@ export type polygonzkevm_AggregateRootProposedResolvers; }>; -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_AssetStatusResolvers = ResolversObject<{ +export type mantle_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_BigDecimal'; +export interface mantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_BigDecimal'; } -export interface polygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_Bytes'; +export interface mantle_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_Bytes'; } -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_Int8'; +export interface mantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_Int8'; } -export type polygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mantle_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_RelayerResolvers = ResolversObject<{ +export type mantle_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_RelayerFeeResolvers = ResolversObject<{ +export type mantle_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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; @@ -241544,20 +241648,20 @@ export type polygonzkevm_RelayerFeesIncreaseResolvers; }>; -export type polygonzkevm_RootCountResolvers = ResolversObject<{ +export type mantle_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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>; @@ -241565,61 +241669,61 @@ export type polygonzkevm_RootMessageSentResolvers; }>; -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_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 polygonzkevm_SequencerResolvers = ResolversObject<{ +export type mantle_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_SettingResolvers = ResolversObject<{ +export type mantle_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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; @@ -241627,46 +241731,46 @@ export type polygonzkevm_SlippageUpdateResolvers; }>; -export type polygonzkevm_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 polygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ +export type mantle_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mantle__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mantle__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_AggregateRootResolvers = ResolversObject<{ +export type base_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_AggregateRootProposedResolvers = ResolversObject<{ +export type base_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -241675,182 +241779,182 @@ export type stagingavalanche_AggregateRootProposedResolvers; }>; -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_AssetStatusResolvers = ResolversObject<{ +export type base_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingavalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_BigDecimal'; +export interface base_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_BigDecimal'; } -export interface stagingavalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_Bytes'; +export interface base_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_Bytes'; } -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_Int8'; +export interface base_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_Int8'; } -export type stagingavalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type base_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_RelayerResolvers = ResolversObject<{ +export type base_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_RelayerFeeResolvers = ResolversObject<{ +export type base_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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; @@ -241858,20 +241962,20 @@ export type stagingavalanche_RelayerFeesIncreaseResolvers; }>; -export type stagingavalanche_RootCountResolvers = ResolversObject<{ +export type base_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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>; @@ -241879,61 +241983,61 @@ export type stagingavalanche_RootMessageSentResolvers; }>; -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_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 stagingavalanche_SequencerResolvers = ResolversObject<{ +export type base_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_SettingResolvers = ResolversObject<{ +export type base_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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; @@ -241941,47 +242045,46 @@ export type stagingavalanche_SlippageUpdateResolvers; }>; -export type stagingavalanche_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 stagingavalanche_SpokeConnectorModeResolvers = ResolversObject<{ +export type base_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche__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>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type base__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_AggregateRootResolvers = ResolversObject<{ +export type stagingbnb_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingbnb_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -241990,182 +242093,182 @@ export type localarbitrumone_AggregateRootProposedResolvers; }>; -export type localarbitrumone_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 localarbitrumone_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 localarbitrumone_AssetStatusResolvers = ResolversObject<{ +export type stagingbnb_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'localarbitrumone_BigDecimal'; +export interface stagingbnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_BigDecimal'; } -export interface localarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'localarbitrumone_Bytes'; +export interface stagingbnb_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_Bytes'; } -export type localarbitrumone_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 localarbitrumone_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 localarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'localarbitrumone_Int8'; +export interface stagingbnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_Int8'; } -export type localarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingbnb_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_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 localarbitrumone_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 localarbitrumone_RelayerResolvers = ResolversObject<{ +export type stagingbnb_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_RelayerFeeResolvers = ResolversObject<{ +export type stagingbnb_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_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; @@ -242173,20 +242276,20 @@ export type localarbitrumone_RelayerFeesIncreaseResolvers; }>; -export type localarbitrumone_RootCountResolvers = ResolversObject<{ +export type stagingbnb_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_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>; @@ -242194,61 +242297,61 @@ export type localarbitrumone_RootMessageSentResolvers; }>; -export type localarbitrumone_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 localarbitrumone_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 localarbitrumone_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 localarbitrumone_SequencerResolvers = ResolversObject<{ +export type stagingbnb_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_SettingResolvers = ResolversObject<{ +export type stagingbnb_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_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; @@ -242256,47 +242359,47 @@ export type localarbitrumone_SlippageUpdateResolvers; }>; -export type localarbitrumone_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 localarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingbnb_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingbnb__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingbnb__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_AggregateRootResolvers = ResolversObject<{ +export type stagingzksync_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingzksync_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -242305,182 +242408,182 @@ export type mantle_AggregateRootProposedResolvers; }>; -export type mantle_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 mantle_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 mantle_AssetStatusResolvers = ResolversObject<{ +export type stagingzksync_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_BigDecimal'; +export interface stagingzksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_BigDecimal'; } -export interface mantle_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_Bytes'; +export interface stagingzksync_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_Bytes'; } -export type mantle_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 mantle_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 mantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_Int8'; +export interface stagingzksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_Int8'; } -export type mantle_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingzksync_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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 mantle_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 mantle_RelayerResolvers = ResolversObject<{ +export type stagingzksync_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RelayerFeeResolvers = ResolversObject<{ +export type stagingzksync_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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; @@ -242488,20 +242591,20 @@ export type mantle_RelayerFeesIncreaseResolvers; }>; -export type mantle_RootCountResolvers = ResolversObject<{ +export type stagingzksync_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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>; @@ -242509,61 +242612,61 @@ export type mantle_RootMessageSentResolvers; }>; -export type mantle_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 mantle_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 mantle_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 mantle_SequencerResolvers = ResolversObject<{ +export type stagingzksync_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_SettingResolvers = ResolversObject<{ +export type stagingzksync_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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; @@ -242571,283 +242674,361 @@ export type mantle_SlippageUpdateResolvers; }>; -export type mantle_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 mantle_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingzksync_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle__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 mantle__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingzksync__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ +export type optimism_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 optimism_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 optimism_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 optimism_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 optimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_BnbConnectorMetaResolvers = ResolversObject<{ +export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_BigDecimal'; +} + +export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Bytes'; +} + +export type optimism_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: 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_GnosisConnectorMetaResolvers = ResolversObject<{ +export type optimism_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: 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_HubDomainResolvers = ResolversObject<{ +export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Int8'; +} + +export type optimism_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export type optimism_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: 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_LineaConnectorMetaResolvers = ResolversObject<{ +export type optimism_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: 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_MantleConnectorMetaResolvers = ResolversObject<{ +export type optimism_RelayerResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_MetisConnectorMetaResolvers = ResolversObject<{ +export type optimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_ModeConnectorMetaResolvers = ResolversObject<{ +export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: 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_OptimismConnectorMetaResolvers = ResolversObject<{ +export type optimism_RootCountResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type optimism_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; - timestamp?: 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_OptimisticRootProposedResolvers = ResolversObject<{ +export type optimism_RouterResolvers = ResolversObject<{ id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_PolygonConnectorMetaResolvers = ResolversObject<{ +export type optimism_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ +export type optimism_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: 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_RootAggregatedResolvers = ResolversObject<{ +export type optimism_SequencerResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RootManagerMetaResolvers = ResolversObject<{ +export type optimism_SettingResolvers = ResolversObject<{ id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RootManagerModeResolvers = ResolversObject<{ +export type optimism_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RootMessageProcessedResolvers = ResolversObject<{ +export type optimism_SnapshotRootResolvers = 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>; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RootPropagatedResolvers = ResolversObject<{ +export type optimism_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_ScrollConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; +export type optimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; +export type optimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootResolvers = ResolversObject<{ +export type stagingbase_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingbase_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -242856,170 +243037,182 @@ export type mainnet_AggregateRootProposedResolvers; }>; -export type mainnet_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 mainnet_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 mainnet_AssetStatusResolvers = ResolversObject<{ +export type stagingbase_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_ConnectorMetaResolvers = ResolversObject<{ +export interface stagingbase_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_BigDecimal'; +} + +export interface stagingbase_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_Bytes'; +} + +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 mainnet_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 mainnet_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 mainnet_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 mainnet_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 mainnet_RelayerResolvers = ResolversObject<{ +export type stagingbase_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RelayerFeeResolvers = ResolversObject<{ +export type stagingbase_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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; @@ -243027,20 +243220,20 @@ export type mainnet_RelayerFeesIncreaseResolvers; }>; -export type mainnet_RootCountResolvers = ResolversObject<{ +export type stagingbase_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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>; @@ -243048,61 +243241,61 @@ export type mainnet_RootMessageSentResolvers; }>; -export type mainnet_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 mainnet_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 mainnet_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 mainnet_SequencerResolvers = ResolversObject<{ +export type stagingbase_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_SettingResolvers = ResolversObject<{ +export type stagingbase_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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; @@ -243110,32 +243303,47 @@ export type mainnet_SlippageUpdateResolvers; }>; -export type mainnet_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 mainnet_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingbase_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AggregateRootResolvers = ResolversObject<{ +export type stagingbase__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingbase__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localoptimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AggregateRootProposedResolvers = ResolversObject<{ +export type localoptimism_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -243144,182 +243352,182 @@ export type bnb_AggregateRootProposedResolvers; }>; -export type bnb_AssetResolvers = ResolversObject<{ +export type localoptimism_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AssetBalanceResolvers = ResolversObject<{ +export type localoptimism_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AssetStatusResolvers = ResolversObject<{ +export type localoptimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_BigDecimal'; +export interface localoptimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'localoptimism_BigDecimal'; } -export interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Bytes'; +export interface localoptimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'localoptimism_Bytes'; } -export type bnb_ConnectorMetaResolvers = ResolversObject<{ +export type localoptimism_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_DestinationTransferResolvers = ResolversObject<{ +export type localoptimism_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Int8'; +export interface localoptimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'localoptimism_Int8'; } -export type bnb_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type localoptimism_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_OriginMessageResolvers = ResolversObject<{ +export type localoptimism_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 localoptimism_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerResolvers = ResolversObject<{ +export type localoptimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerFeeResolvers = ResolversObject<{ +export type localoptimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type localoptimism_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -243327,20 +243535,20 @@ export type bnb_RelayerFeesIncreaseResolvers; }>; -export type bnb_RootCountResolvers = ResolversObject<{ +export type localoptimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RootMessageSentResolvers = ResolversObject<{ +export type localoptimism_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -243348,61 +243556,61 @@ export type bnb_RootMessageSentResolvers; }>; -export type bnb_RouterResolvers = ResolversObject<{ +export type localoptimism_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RouterDailyTVLResolvers = ResolversObject<{ +export type localoptimism_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RouterLiquidityEventResolvers = ResolversObject<{ +export type localoptimism_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 localoptimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SettingResolvers = ResolversObject<{ +export type localoptimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SlippageUpdateResolvers = ResolversObject<{ +export type localoptimism_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -243410,47 +243618,47 @@ export type bnb_SlippageUpdateResolvers; }>; -export type bnb_SnapshotRootResolvers = ResolversObject<{ +export type localoptimism_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 localoptimism_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type localoptimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type localoptimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_AggregateRootResolvers = ResolversObject<{ +export type stagingavalanche_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingavalanche_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -243459,182 +243667,182 @@ export type avalanche_AggregateRootProposedResolvers; }>; -export type avalanche_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 avalanche_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 avalanche_AssetStatusResolvers = ResolversObject<{ +export type stagingavalanche_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface avalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_BigDecimal'; +export interface stagingavalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_BigDecimal'; } -export interface avalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_Bytes'; +export interface stagingavalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_Bytes'; } -export type avalanche_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 avalanche_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 avalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_Int8'; +export interface stagingavalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_Int8'; } -export type avalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingavalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_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 avalanche_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 avalanche_RelayerResolvers = ResolversObject<{ +export type stagingavalanche_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_RelayerFeeResolvers = ResolversObject<{ +export type stagingavalanche_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_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; @@ -243642,20 +243850,20 @@ export type avalanche_RelayerFeesIncreaseResolvers; }>; -export type avalanche_RootCountResolvers = ResolversObject<{ +export type stagingavalanche_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_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>; @@ -243663,61 +243871,61 @@ export type avalanche_RootMessageSentResolvers; }>; -export type avalanche_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 avalanche_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 avalanche_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 avalanche_SequencerResolvers = ResolversObject<{ +export type stagingavalanche_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_SettingResolvers = ResolversObject<{ +export type stagingavalanche_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_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; @@ -243725,47 +243933,47 @@ export type avalanche_SlippageUpdateResolvers; }>; -export type avalanche_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 avalanche_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingavalanche_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche__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 avalanche__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingavalanche__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_AggregateRootResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -243774,182 +243982,182 @@ export type mode_AggregateRootProposedResolvers; }>; -export type mode_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 mode_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 mode_AssetStatusResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_BigDecimal'; +export interface stagingpolygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_BigDecimal'; } -export interface mode_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_Bytes'; +export interface stagingpolygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_Bytes'; } -export type mode_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 mode_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 mode_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_Int8'; +export interface stagingpolygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_Int8'; } -export type mode_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingpolygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_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 mode_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 mode_RelayerResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RelayerFeeResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_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; @@ -243957,20 +244165,20 @@ export type mode_RelayerFeesIncreaseResolvers; }>; -export type mode_RootCountResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_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>; @@ -243978,61 +244186,61 @@ export type mode_RootMessageSentResolvers; }>; -export type mode_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 mode_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 mode_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 mode_SequencerResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_SettingResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_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; @@ -244040,46 +244248,47 @@ export type mode_SlippageUpdateResolvers; }>; -export type mode_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 mode_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode__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 mode__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingpolygonzkevm__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_AggregateRootResolvers = ResolversObject<{ +export type metis_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_AggregateRootProposedResolvers = ResolversObject<{ +export type metis_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -244088,182 +244297,182 @@ export type stagingmode_AggregateRootProposedResolvers; }>; -export type stagingmode_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 stagingmode_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 stagingmode_AssetStatusResolvers = ResolversObject<{ +export type metis_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_BigDecimal'; +export interface metis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_BigDecimal'; } -export interface stagingmode_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_Bytes'; +export interface metis_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_Bytes'; } -export type stagingmode_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>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_DestinationTransferResolvers = ResolversObject<{ +export type metis_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmode_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_Int8'; +export interface metis_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_Int8'; } -export type stagingmode_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type metis_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_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 stagingmode_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 stagingmode_RelayerResolvers = ResolversObject<{ +export type metis_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RelayerFeeResolvers = ResolversObject<{ +export type metis_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_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; @@ -244271,20 +244480,20 @@ export type stagingmode_RelayerFeesIncreaseResolvers; }>; -export type stagingmode_RootCountResolvers = ResolversObject<{ +export type metis_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_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>; @@ -244292,61 +244501,61 @@ export type stagingmode_RootMessageSentResolvers; }>; -export type stagingmode_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 stagingmode_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 stagingmode_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 stagingmode_SequencerResolvers = ResolversObject<{ +export type metis_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_SettingResolvers = ResolversObject<{ +export type metis_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_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; @@ -244354,248 +244563,31 @@ export type stagingmode_SlippageUpdateResolvers; }>; -export type stagingmode_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 stagingmode_SpokeConnectorModeResolvers = ResolversObject<{ +export type metis_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmode__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface stagingoptimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_swap_BigDecimal'; -} - -export interface stagingoptimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_swap_Bytes'; -} - -export interface stagingoptimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_swap_Int8'; -} - -export type stagingoptimismgoerli_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type stagingoptimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent' | 'stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type stagingoptimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_SwapDailyVolume' | 'stagingoptimismgoerli_swap_SwapHourlyVolume' | 'stagingoptimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimismgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type metis__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type metis__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -244918,25 +244910,11 @@ export type x1testnet__Meta_Resolvers = ResolversObject<{ Query?: QueryResolvers; Subscription?: SubscriptionResolvers; - testoptimismgoerli_Asset?: testoptimismgoerli_AssetResolvers; - testoptimismgoerli_AssetBalance?: testoptimismgoerli_AssetBalanceResolvers; - testoptimismgoerli_BigDecimal?: GraphQLScalarType; - BigInt?: GraphQLScalarType; - testoptimismgoerli_Bytes?: GraphQLScalarType; - testoptimismgoerli_DestinationTransfer?: testoptimismgoerli_DestinationTransferResolvers; - testoptimismgoerli_Int8?: GraphQLScalarType; - testoptimismgoerli_OriginTransfer?: testoptimismgoerli_OriginTransferResolvers; - testoptimismgoerli_Relayer?: testoptimismgoerli_RelayerResolvers; - testoptimismgoerli_Router?: testoptimismgoerli_RouterResolvers; - testoptimismgoerli_Setting?: testoptimismgoerli_SettingResolvers; - testoptimismgoerli_SponsorVault?: testoptimismgoerli_SponsorVaultResolvers; - testoptimismgoerli_StableSwap?: testoptimismgoerli_StableSwapResolvers; - testoptimismgoerli__Block_?: testoptimismgoerli__Block_Resolvers; - testoptimismgoerli__Meta_?: testoptimismgoerli__Meta_Resolvers; staginggoerli_AggregateRootSavedSlow?: staginggoerli_AggregateRootSavedSlowResolvers; staginggoerli_AggregatedMessageRoot?: staginggoerli_AggregatedMessageRootResolvers; staginggoerli_ArbitrumConnectorMeta?: staginggoerli_ArbitrumConnectorMetaResolvers; staginggoerli_BigDecimal?: GraphQLScalarType; + BigInt?: GraphQLScalarType; staginggoerli_BnbConnectorMeta?: staginggoerli_BnbConnectorMetaResolvers; staginggoerli_Bytes?: GraphQLScalarType; staginggoerli_GnosisConnectorMeta?: staginggoerli_GnosisConnectorMetaResolvers; @@ -244955,6 +244933,131 @@ export type Resolvers = ResolversObject<{ staginggoerli_ZkSyncConnectorMeta?: staginggoerli_ZkSyncConnectorMetaResolvers; staginggoerli__Block_?: staginggoerli__Block_Resolvers; staginggoerli__Meta_?: staginggoerli__Meta_Resolvers; + testgoerli_Asset?: testgoerli_AssetResolvers; + testgoerli_AssetBalance?: testgoerli_AssetBalanceResolvers; + testgoerli_BigDecimal?: GraphQLScalarType; + testgoerli_Bytes?: GraphQLScalarType; + testgoerli_DestinationTransfer?: testgoerli_DestinationTransferResolvers; + testgoerli_Int8?: GraphQLScalarType; + testgoerli_OriginTransfer?: testgoerli_OriginTransferResolvers; + testgoerli_Relayer?: testgoerli_RelayerResolvers; + testgoerli_Router?: testgoerli_RouterResolvers; + testgoerli_Setting?: testgoerli_SettingResolvers; + testgoerli_SponsorVault?: testgoerli_SponsorVaultResolvers; + testgoerli_StableSwap?: testgoerli_StableSwapResolvers; + testgoerli__Block_?: testgoerli__Block_Resolvers; + testgoerli__Meta_?: testgoerli__Meta_Resolvers; + testoptimismgoerli_Asset?: testoptimismgoerli_AssetResolvers; + testoptimismgoerli_AssetBalance?: testoptimismgoerli_AssetBalanceResolvers; + testoptimismgoerli_BigDecimal?: GraphQLScalarType; + testoptimismgoerli_Bytes?: GraphQLScalarType; + testoptimismgoerli_DestinationTransfer?: testoptimismgoerli_DestinationTransferResolvers; + testoptimismgoerli_Int8?: GraphQLScalarType; + testoptimismgoerli_OriginTransfer?: testoptimismgoerli_OriginTransferResolvers; + testoptimismgoerli_Relayer?: testoptimismgoerli_RelayerResolvers; + testoptimismgoerli_Router?: testoptimismgoerli_RouterResolvers; + testoptimismgoerli_Setting?: testoptimismgoerli_SettingResolvers; + testoptimismgoerli_SponsorVault?: testoptimismgoerli_SponsorVaultResolvers; + testoptimismgoerli_StableSwap?: testoptimismgoerli_StableSwapResolvers; + testoptimismgoerli__Block_?: testoptimismgoerli__Block_Resolvers; + testoptimismgoerli__Meta_?: testoptimismgoerli__Meta_Resolvers; + stagingoptimismgoerli_swap_BigDecimal?: GraphQLScalarType; + stagingoptimismgoerli_swap_Bytes?: GraphQLScalarType; + stagingoptimismgoerli_swap_Int8?: GraphQLScalarType; + stagingoptimismgoerli_swap_LpAccount?: stagingoptimismgoerli_swap_LpAccountResolvers; + stagingoptimismgoerli_swap_LpAccountBalance?: stagingoptimismgoerli_swap_LpAccountBalanceResolvers; + stagingoptimismgoerli_swap_LpToken?: stagingoptimismgoerli_swap_LpTokenResolvers; + stagingoptimismgoerli_swap_LpTokenEvent?: stagingoptimismgoerli_swap_LpTokenEventResolvers; + stagingoptimismgoerli_swap_LpTransferEvent?: stagingoptimismgoerli_swap_LpTransferEventResolvers; + stagingoptimismgoerli_swap_PooledToken?: stagingoptimismgoerli_swap_PooledTokenResolvers; + stagingoptimismgoerli_swap_StableSwap?: stagingoptimismgoerli_swap_StableSwapResolvers; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent?: stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers; + stagingoptimismgoerli_swap_StableSwapEvent?: stagingoptimismgoerli_swap_StableSwapEventResolvers; + stagingoptimismgoerli_swap_StableSwapExchange?: stagingoptimismgoerli_swap_StableSwapExchangeResolvers; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent?: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers; + stagingoptimismgoerli_swap_SwapDailyVolume?: stagingoptimismgoerli_swap_SwapDailyVolumeResolvers; + stagingoptimismgoerli_swap_SwapHourlyVolume?: stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers; + stagingoptimismgoerli_swap_SwapTradeVolume?: stagingoptimismgoerli_swap_SwapTradeVolumeResolvers; + stagingoptimismgoerli_swap_SwapWeeklyVolume?: stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers; + stagingoptimismgoerli_swap_SystemInfo?: stagingoptimismgoerli_swap_SystemInfoResolvers; + stagingoptimismgoerli_swap__Block_?: stagingoptimismgoerli_swap__Block_Resolvers; + stagingoptimismgoerli_swap__Meta_?: stagingoptimismgoerli_swap__Meta_Resolvers; + mumbai_swap_BigDecimal?: GraphQLScalarType; + mumbai_swap_Bytes?: GraphQLScalarType; + mumbai_swap_Int8?: GraphQLScalarType; + mumbai_swap_LpAccount?: mumbai_swap_LpAccountResolvers; + mumbai_swap_LpAccountBalance?: mumbai_swap_LpAccountBalanceResolvers; + mumbai_swap_LpToken?: mumbai_swap_LpTokenResolvers; + mumbai_swap_LpTokenEvent?: mumbai_swap_LpTokenEventResolvers; + mumbai_swap_LpTransferEvent?: mumbai_swap_LpTransferEventResolvers; + mumbai_swap_PooledToken?: mumbai_swap_PooledTokenResolvers; + mumbai_swap_StableSwap?: mumbai_swap_StableSwapResolvers; + mumbai_swap_StableSwapAddLiquidityEvent?: mumbai_swap_StableSwapAddLiquidityEventResolvers; + mumbai_swap_StableSwapEvent?: mumbai_swap_StableSwapEventResolvers; + mumbai_swap_StableSwapExchange?: mumbai_swap_StableSwapExchangeResolvers; + mumbai_swap_StableSwapRemoveLiquidityEvent?: mumbai_swap_StableSwapRemoveLiquidityEventResolvers; + mumbai_swap_SwapDailyVolume?: mumbai_swap_SwapDailyVolumeResolvers; + mumbai_swap_SwapHourlyVolume?: mumbai_swap_SwapHourlyVolumeResolvers; + mumbai_swap_SwapTradeVolume?: mumbai_swap_SwapTradeVolumeResolvers; + mumbai_swap_SwapWeeklyVolume?: mumbai_swap_SwapWeeklyVolumeResolvers; + mumbai_swap_SystemInfo?: mumbai_swap_SystemInfoResolvers; + mumbai_swap__Block_?: mumbai_swap__Block_Resolvers; + mumbai_swap__Meta_?: mumbai_swap__Meta_Resolvers; + 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; + 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; optimismgoerli_swap_BigDecimal?: GraphQLScalarType; optimismgoerli_swap_Bytes?: GraphQLScalarType; optimismgoerli_swap_Int8?: GraphQLScalarType; @@ -244976,111 +245079,34 @@ export type Resolvers = ResolversObject<{ optimismgoerli_swap_SystemInfo?: optimismgoerli_swap_SystemInfoResolvers; optimismgoerli_swap__Block_?: optimismgoerli_swap__Block_Resolvers; optimismgoerli_swap__Meta_?: optimismgoerli_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; - 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; - bnb_swap_BigDecimal?: GraphQLScalarType; - bnb_swap_Bytes?: GraphQLScalarType; - bnb_swap_Int8?: GraphQLScalarType; - bnb_swap_LpAccount?: bnb_swap_LpAccountResolvers; - bnb_swap_LpAccountBalance?: bnb_swap_LpAccountBalanceResolvers; - bnb_swap_LpToken?: bnb_swap_LpTokenResolvers; - bnb_swap_LpTokenEvent?: bnb_swap_LpTokenEventResolvers; - bnb_swap_LpTransferEvent?: bnb_swap_LpTransferEventResolvers; - bnb_swap_PooledToken?: bnb_swap_PooledTokenResolvers; - bnb_swap_StableSwap?: bnb_swap_StableSwapResolvers; - bnb_swap_StableSwapAddLiquidityEvent?: bnb_swap_StableSwapAddLiquidityEventResolvers; - bnb_swap_StableSwapEvent?: bnb_swap_StableSwapEventResolvers; - bnb_swap_StableSwapExchange?: bnb_swap_StableSwapExchangeResolvers; - bnb_swap_StableSwapRemoveLiquidityEvent?: bnb_swap_StableSwapRemoveLiquidityEventResolvers; - bnb_swap_SwapDailyVolume?: bnb_swap_SwapDailyVolumeResolvers; - bnb_swap_SwapHourlyVolume?: bnb_swap_SwapHourlyVolumeResolvers; - bnb_swap_SwapTradeVolume?: bnb_swap_SwapTradeVolumeResolvers; - bnb_swap_SwapWeeklyVolume?: bnb_swap_SwapWeeklyVolumeResolvers; - bnb_swap_SystemInfo?: bnb_swap_SystemInfoResolvers; - bnb_swap__Block_?: bnb_swap__Block_Resolvers; - bnb_swap__Meta_?: bnb_swap__Meta_Resolvers; - 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; - localmainnet_AggregateRootSavedSlow?: localmainnet_AggregateRootSavedSlowResolvers; - localmainnet_AggregatedMessageRoot?: localmainnet_AggregatedMessageRootResolvers; - localmainnet_ArbitrumConnectorMeta?: localmainnet_ArbitrumConnectorMetaResolvers; - localmainnet_BigDecimal?: GraphQLScalarType; - localmainnet_BnbConnectorMeta?: localmainnet_BnbConnectorMetaResolvers; - localmainnet_Bytes?: GraphQLScalarType; - localmainnet_GnosisConnectorMeta?: localmainnet_GnosisConnectorMetaResolvers; - localmainnet_HubDomain?: localmainnet_HubDomainResolvers; - localmainnet_HubOptimisticRootFinalized?: localmainnet_HubOptimisticRootFinalizedResolvers; - localmainnet_Int8?: GraphQLScalarType; - localmainnet_OptimismConnectorMeta?: localmainnet_OptimismConnectorMetaResolvers; - localmainnet_OptimisticRootPropagated?: localmainnet_OptimisticRootPropagatedResolvers; - localmainnet_OptimisticRootProposed?: localmainnet_OptimisticRootProposedResolvers; - localmainnet_PolygonConnectorMeta?: localmainnet_PolygonConnectorMetaResolvers; - localmainnet_RootAggregated?: localmainnet_RootAggregatedResolvers; - localmainnet_RootManagerMeta?: localmainnet_RootManagerMetaResolvers; - localmainnet_RootManagerMode?: localmainnet_RootManagerModeResolvers; - localmainnet_RootMessageProcessed?: localmainnet_RootMessageProcessedResolvers; - localmainnet_RootPropagated?: localmainnet_RootPropagatedResolvers; - localmainnet_ZkSyncConnectorMeta?: localmainnet_ZkSyncConnectorMetaResolvers; - localmainnet__Block_?: localmainnet__Block_Resolvers; - localmainnet__Meta_?: localmainnet__Meta_Resolvers; + 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; lineagoerli_AggregateRoot?: lineagoerli_AggregateRootResolvers; lineagoerli_Asset?: lineagoerli_AssetResolvers; lineagoerli_AssetBalance?: lineagoerli_AssetBalanceResolvers; @@ -245103,69 +245129,6 @@ export type Resolvers = ResolversObject<{ lineagoerli_SlippageUpdate?: lineagoerli_SlippageUpdateResolvers; lineagoerli__Block_?: lineagoerli__Block_Resolvers; lineagoerli__Meta_?: lineagoerli__Meta_Resolvers; - xdai_swap_BigDecimal?: GraphQLScalarType; - xdai_swap_Bytes?: GraphQLScalarType; - xdai_swap_Int8?: GraphQLScalarType; - xdai_swap_LpAccount?: xdai_swap_LpAccountResolvers; - xdai_swap_LpAccountBalance?: xdai_swap_LpAccountBalanceResolvers; - xdai_swap_LpToken?: xdai_swap_LpTokenResolvers; - xdai_swap_LpTokenEvent?: xdai_swap_LpTokenEventResolvers; - xdai_swap_LpTransferEvent?: xdai_swap_LpTransferEventResolvers; - xdai_swap_PooledToken?: xdai_swap_PooledTokenResolvers; - xdai_swap_StableSwap?: xdai_swap_StableSwapResolvers; - xdai_swap_StableSwapAddLiquidityEvent?: xdai_swap_StableSwapAddLiquidityEventResolvers; - xdai_swap_StableSwapEvent?: xdai_swap_StableSwapEventResolvers; - xdai_swap_StableSwapExchange?: xdai_swap_StableSwapExchangeResolvers; - xdai_swap_StableSwapRemoveLiquidityEvent?: xdai_swap_StableSwapRemoveLiquidityEventResolvers; - xdai_swap_SwapDailyVolume?: xdai_swap_SwapDailyVolumeResolvers; - xdai_swap_SwapHourlyVolume?: xdai_swap_SwapHourlyVolumeResolvers; - xdai_swap_SwapTradeVolume?: xdai_swap_SwapTradeVolumeResolvers; - xdai_swap_SwapWeeklyVolume?: xdai_swap_SwapWeeklyVolumeResolvers; - xdai_swap_SystemInfo?: xdai_swap_SystemInfoResolvers; - xdai_swap__Block_?: xdai_swap__Block_Resolvers; - xdai_swap__Meta_?: xdai_swap__Meta_Resolvers; - staginggoerli_swap_BigDecimal?: GraphQLScalarType; - staginggoerli_swap_Bytes?: GraphQLScalarType; - staginggoerli_swap_Int8?: GraphQLScalarType; - staginggoerli_swap_LpAccount?: staginggoerli_swap_LpAccountResolvers; - staginggoerli_swap_LpAccountBalance?: staginggoerli_swap_LpAccountBalanceResolvers; - staginggoerli_swap_LpToken?: staginggoerli_swap_LpTokenResolvers; - staginggoerli_swap_LpTokenEvent?: staginggoerli_swap_LpTokenEventResolvers; - staginggoerli_swap_LpTransferEvent?: staginggoerli_swap_LpTransferEventResolvers; - staginggoerli_swap_PooledToken?: staginggoerli_swap_PooledTokenResolvers; - staginggoerli_swap_StableSwap?: staginggoerli_swap_StableSwapResolvers; - staginggoerli_swap_StableSwapAddLiquidityEvent?: staginggoerli_swap_StableSwapAddLiquidityEventResolvers; - staginggoerli_swap_StableSwapEvent?: staginggoerli_swap_StableSwapEventResolvers; - staginggoerli_swap_StableSwapExchange?: staginggoerli_swap_StableSwapExchangeResolvers; - staginggoerli_swap_StableSwapRemoveLiquidityEvent?: staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers; - staginggoerli_swap_SwapDailyVolume?: staginggoerli_swap_SwapDailyVolumeResolvers; - staginggoerli_swap_SwapHourlyVolume?: staginggoerli_swap_SwapHourlyVolumeResolvers; - staginggoerli_swap_SwapTradeVolume?: staginggoerli_swap_SwapTradeVolumeResolvers; - staginggoerli_swap_SwapWeeklyVolume?: staginggoerli_swap_SwapWeeklyVolumeResolvers; - staginggoerli_swap_SystemInfo?: staginggoerli_swap_SystemInfoResolvers; - staginggoerli_swap__Block_?: staginggoerli_swap__Block_Resolvers; - staginggoerli_swap__Meta_?: staginggoerli_swap__Meta_Resolvers; - arbitrumone_swap_BigDecimal?: GraphQLScalarType; - arbitrumone_swap_Bytes?: GraphQLScalarType; - arbitrumone_swap_Int8?: GraphQLScalarType; - arbitrumone_swap_LpAccount?: arbitrumone_swap_LpAccountResolvers; - arbitrumone_swap_LpAccountBalance?: arbitrumone_swap_LpAccountBalanceResolvers; - arbitrumone_swap_LpToken?: arbitrumone_swap_LpTokenResolvers; - arbitrumone_swap_LpTokenEvent?: arbitrumone_swap_LpTokenEventResolvers; - arbitrumone_swap_LpTransferEvent?: arbitrumone_swap_LpTransferEventResolvers; - arbitrumone_swap_PooledToken?: arbitrumone_swap_PooledTokenResolvers; - arbitrumone_swap_StableSwap?: arbitrumone_swap_StableSwapResolvers; - arbitrumone_swap_StableSwapAddLiquidityEvent?: arbitrumone_swap_StableSwapAddLiquidityEventResolvers; - arbitrumone_swap_StableSwapEvent?: arbitrumone_swap_StableSwapEventResolvers; - arbitrumone_swap_StableSwapExchange?: arbitrumone_swap_StableSwapExchangeResolvers; - arbitrumone_swap_StableSwapRemoveLiquidityEvent?: arbitrumone_swap_StableSwapRemoveLiquidityEventResolvers; - arbitrumone_swap_SwapDailyVolume?: arbitrumone_swap_SwapDailyVolumeResolvers; - arbitrumone_swap_SwapHourlyVolume?: arbitrumone_swap_SwapHourlyVolumeResolvers; - arbitrumone_swap_SwapTradeVolume?: arbitrumone_swap_SwapTradeVolumeResolvers; - arbitrumone_swap_SwapWeeklyVolume?: arbitrumone_swap_SwapWeeklyVolumeResolvers; - arbitrumone_swap_SystemInfo?: arbitrumone_swap_SystemInfoResolvers; - arbitrumone_swap__Block_?: arbitrumone_swap__Block_Resolvers; - arbitrumone_swap__Meta_?: arbitrumone_swap__Meta_Resolvers; optimism_swap_BigDecimal?: GraphQLScalarType; optimism_swap_Bytes?: GraphQLScalarType; optimism_swap_Int8?: GraphQLScalarType; @@ -245187,6 +245150,48 @@ export type Resolvers = ResolversObject<{ optimism_swap_SystemInfo?: optimism_swap_SystemInfoResolvers; optimism_swap__Block_?: optimism_swap__Block_Resolvers; optimism_swap__Meta_?: optimism_swap__Meta_Resolvers; + stagingmumbai_swap_BigDecimal?: GraphQLScalarType; + stagingmumbai_swap_Bytes?: GraphQLScalarType; + stagingmumbai_swap_Int8?: GraphQLScalarType; + stagingmumbai_swap_LpAccount?: stagingmumbai_swap_LpAccountResolvers; + stagingmumbai_swap_LpAccountBalance?: stagingmumbai_swap_LpAccountBalanceResolvers; + stagingmumbai_swap_LpToken?: stagingmumbai_swap_LpTokenResolvers; + stagingmumbai_swap_LpTokenEvent?: stagingmumbai_swap_LpTokenEventResolvers; + stagingmumbai_swap_LpTransferEvent?: stagingmumbai_swap_LpTransferEventResolvers; + stagingmumbai_swap_PooledToken?: stagingmumbai_swap_PooledTokenResolvers; + stagingmumbai_swap_StableSwap?: stagingmumbai_swap_StableSwapResolvers; + stagingmumbai_swap_StableSwapAddLiquidityEvent?: stagingmumbai_swap_StableSwapAddLiquidityEventResolvers; + stagingmumbai_swap_StableSwapEvent?: stagingmumbai_swap_StableSwapEventResolvers; + stagingmumbai_swap_StableSwapExchange?: stagingmumbai_swap_StableSwapExchangeResolvers; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent?: stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers; + stagingmumbai_swap_SwapDailyVolume?: stagingmumbai_swap_SwapDailyVolumeResolvers; + stagingmumbai_swap_SwapHourlyVolume?: stagingmumbai_swap_SwapHourlyVolumeResolvers; + stagingmumbai_swap_SwapTradeVolume?: stagingmumbai_swap_SwapTradeVolumeResolvers; + stagingmumbai_swap_SwapWeeklyVolume?: stagingmumbai_swap_SwapWeeklyVolumeResolvers; + stagingmumbai_swap_SystemInfo?: stagingmumbai_swap_SystemInfoResolvers; + stagingmumbai_swap__Block_?: stagingmumbai_swap__Block_Resolvers; + stagingmumbai_swap__Meta_?: stagingmumbai_swap__Meta_Resolvers; + goerli_swap_BigDecimal?: GraphQLScalarType; + goerli_swap_Bytes?: GraphQLScalarType; + goerli_swap_Int8?: GraphQLScalarType; + goerli_swap_LpAccount?: goerli_swap_LpAccountResolvers; + goerli_swap_LpAccountBalance?: goerli_swap_LpAccountBalanceResolvers; + goerli_swap_LpToken?: goerli_swap_LpTokenResolvers; + goerli_swap_LpTokenEvent?: goerli_swap_LpTokenEventResolvers; + goerli_swap_LpTransferEvent?: goerli_swap_LpTransferEventResolvers; + goerli_swap_PooledToken?: goerli_swap_PooledTokenResolvers; + goerli_swap_StableSwap?: goerli_swap_StableSwapResolvers; + goerli_swap_StableSwapAddLiquidityEvent?: goerli_swap_StableSwapAddLiquidityEventResolvers; + goerli_swap_StableSwapEvent?: goerli_swap_StableSwapEventResolvers; + goerli_swap_StableSwapExchange?: goerli_swap_StableSwapExchangeResolvers; + goerli_swap_StableSwapRemoveLiquidityEvent?: goerli_swap_StableSwapRemoveLiquidityEventResolvers; + goerli_swap_SwapDailyVolume?: goerli_swap_SwapDailyVolumeResolvers; + goerli_swap_SwapHourlyVolume?: goerli_swap_SwapHourlyVolumeResolvers; + goerli_swap_SwapTradeVolume?: goerli_swap_SwapTradeVolumeResolvers; + goerli_swap_SwapWeeklyVolume?: goerli_swap_SwapWeeklyVolumeResolvers; + goerli_swap_SystemInfo?: goerli_swap_SystemInfoResolvers; + goerli_swap__Block_?: goerli_swap__Block_Resolvers; + goerli_swap__Meta_?: goerli_swap__Meta_Resolvers; polygon_swap_BigDecimal?: GraphQLScalarType; polygon_swap_Bytes?: GraphQLScalarType; polygon_swap_Int8?: GraphQLScalarType; @@ -245208,6 +245213,57 @@ export type Resolvers = ResolversObject<{ polygon_swap_SystemInfo?: polygon_swap_SystemInfoResolvers; polygon_swap__Block_?: polygon_swap__Block_Resolvers; polygon_swap__Meta_?: polygon_swap__Meta_Resolvers; + stagingmainnet_AggregateRootSavedSlow?: stagingmainnet_AggregateRootSavedSlowResolvers; + stagingmainnet_AggregatedMessageRoot?: stagingmainnet_AggregatedMessageRootResolvers; + stagingmainnet_ArbitrumConnectorMeta?: stagingmainnet_ArbitrumConnectorMetaResolvers; + stagingmainnet_AvalancheConnectorMeta?: stagingmainnet_AvalancheConnectorMetaResolvers; + stagingmainnet_BaseConnectorMeta?: stagingmainnet_BaseConnectorMetaResolvers; + stagingmainnet_BigDecimal?: GraphQLScalarType; + stagingmainnet_BnbConnectorMeta?: stagingmainnet_BnbConnectorMetaResolvers; + stagingmainnet_Bytes?: GraphQLScalarType; + stagingmainnet_GnosisConnectorMeta?: stagingmainnet_GnosisConnectorMetaResolvers; + stagingmainnet_HubDomain?: stagingmainnet_HubDomainResolvers; + stagingmainnet_HubOptimisticRootFinalized?: stagingmainnet_HubOptimisticRootFinalizedResolvers; + stagingmainnet_Int8?: GraphQLScalarType; + stagingmainnet_LineaConnectorMeta?: stagingmainnet_LineaConnectorMetaResolvers; + stagingmainnet_MantleConnectorMeta?: stagingmainnet_MantleConnectorMetaResolvers; + stagingmainnet_MetisConnectorMeta?: stagingmainnet_MetisConnectorMetaResolvers; + stagingmainnet_ModeConnectorMeta?: stagingmainnet_ModeConnectorMetaResolvers; + stagingmainnet_OptimismConnectorMeta?: stagingmainnet_OptimismConnectorMetaResolvers; + stagingmainnet_OptimisticRootPropagated?: stagingmainnet_OptimisticRootPropagatedResolvers; + stagingmainnet_OptimisticRootProposed?: stagingmainnet_OptimisticRootProposedResolvers; + stagingmainnet_PolygonConnectorMeta?: stagingmainnet_PolygonConnectorMetaResolvers; + stagingmainnet_PolygonZkConnectorMeta?: stagingmainnet_PolygonZkConnectorMetaResolvers; + stagingmainnet_RootAggregated?: stagingmainnet_RootAggregatedResolvers; + stagingmainnet_RootManagerMeta?: stagingmainnet_RootManagerMetaResolvers; + stagingmainnet_RootManagerMode?: stagingmainnet_RootManagerModeResolvers; + stagingmainnet_RootMessageProcessed?: stagingmainnet_RootMessageProcessedResolvers; + stagingmainnet_RootPropagated?: stagingmainnet_RootPropagatedResolvers; + stagingmainnet_ScrollConnectorMeta?: stagingmainnet_ScrollConnectorMetaResolvers; + stagingmainnet_ZkSyncConnectorMeta?: stagingmainnet_ZkSyncConnectorMetaResolvers; + stagingmainnet__Block_?: stagingmainnet__Block_Resolvers; + stagingmainnet__Meta_?: stagingmainnet__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; goerli_AggregateRootSavedSlow?: goerli_AggregateRootSavedSlowResolvers; goerli_AggregatedMessageRoot?: goerli_AggregatedMessageRootResolvers; goerli_ArbitrumConnectorMeta?: goerli_ArbitrumConnectorMetaResolvers; @@ -245254,162 +245310,224 @@ export type Resolvers = ResolversObject<{ metis_swap_SystemInfo?: metis_swap_SystemInfoResolvers; metis_swap__Block_?: metis_swap__Block_Resolvers; metis_swap__Meta_?: metis_swap__Meta_Resolvers; - stagingmumbai_swap_BigDecimal?: GraphQLScalarType; - stagingmumbai_swap_Bytes?: GraphQLScalarType; - stagingmumbai_swap_Int8?: GraphQLScalarType; - stagingmumbai_swap_LpAccount?: stagingmumbai_swap_LpAccountResolvers; - stagingmumbai_swap_LpAccountBalance?: stagingmumbai_swap_LpAccountBalanceResolvers; - stagingmumbai_swap_LpToken?: stagingmumbai_swap_LpTokenResolvers; - stagingmumbai_swap_LpTokenEvent?: stagingmumbai_swap_LpTokenEventResolvers; - stagingmumbai_swap_LpTransferEvent?: stagingmumbai_swap_LpTransferEventResolvers; - stagingmumbai_swap_PooledToken?: stagingmumbai_swap_PooledTokenResolvers; - stagingmumbai_swap_StableSwap?: stagingmumbai_swap_StableSwapResolvers; - stagingmumbai_swap_StableSwapAddLiquidityEvent?: stagingmumbai_swap_StableSwapAddLiquidityEventResolvers; - stagingmumbai_swap_StableSwapEvent?: stagingmumbai_swap_StableSwapEventResolvers; - stagingmumbai_swap_StableSwapExchange?: stagingmumbai_swap_StableSwapExchangeResolvers; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent?: stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers; - stagingmumbai_swap_SwapDailyVolume?: stagingmumbai_swap_SwapDailyVolumeResolvers; - stagingmumbai_swap_SwapHourlyVolume?: stagingmumbai_swap_SwapHourlyVolumeResolvers; - stagingmumbai_swap_SwapTradeVolume?: stagingmumbai_swap_SwapTradeVolumeResolvers; - stagingmumbai_swap_SwapWeeklyVolume?: stagingmumbai_swap_SwapWeeklyVolumeResolvers; - stagingmumbai_swap_SystemInfo?: stagingmumbai_swap_SystemInfoResolvers; - stagingmumbai_swap__Block_?: stagingmumbai_swap__Block_Resolvers; - stagingmumbai_swap__Meta_?: stagingmumbai_swap__Meta_Resolvers; - mumbai_swap_BigDecimal?: GraphQLScalarType; - mumbai_swap_Bytes?: GraphQLScalarType; - mumbai_swap_Int8?: GraphQLScalarType; - mumbai_swap_LpAccount?: mumbai_swap_LpAccountResolvers; - mumbai_swap_LpAccountBalance?: mumbai_swap_LpAccountBalanceResolvers; - mumbai_swap_LpToken?: mumbai_swap_LpTokenResolvers; - mumbai_swap_LpTokenEvent?: mumbai_swap_LpTokenEventResolvers; - mumbai_swap_LpTransferEvent?: mumbai_swap_LpTransferEventResolvers; - mumbai_swap_PooledToken?: mumbai_swap_PooledTokenResolvers; - mumbai_swap_StableSwap?: mumbai_swap_StableSwapResolvers; - mumbai_swap_StableSwapAddLiquidityEvent?: mumbai_swap_StableSwapAddLiquidityEventResolvers; - mumbai_swap_StableSwapEvent?: mumbai_swap_StableSwapEventResolvers; - mumbai_swap_StableSwapExchange?: mumbai_swap_StableSwapExchangeResolvers; - mumbai_swap_StableSwapRemoveLiquidityEvent?: mumbai_swap_StableSwapRemoveLiquidityEventResolvers; - mumbai_swap_SwapDailyVolume?: mumbai_swap_SwapDailyVolumeResolvers; - mumbai_swap_SwapHourlyVolume?: mumbai_swap_SwapHourlyVolumeResolvers; - mumbai_swap_SwapTradeVolume?: mumbai_swap_SwapTradeVolumeResolvers; - mumbai_swap_SwapWeeklyVolume?: mumbai_swap_SwapWeeklyVolumeResolvers; - mumbai_swap_SystemInfo?: mumbai_swap_SystemInfoResolvers; - mumbai_swap__Block_?: mumbai_swap__Block_Resolvers; - mumbai_swap__Meta_?: mumbai_swap__Meta_Resolvers; - 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; - goerli_swap_BigDecimal?: GraphQLScalarType; - goerli_swap_Bytes?: GraphQLScalarType; - goerli_swap_Int8?: GraphQLScalarType; - goerli_swap_LpAccount?: goerli_swap_LpAccountResolvers; - goerli_swap_LpAccountBalance?: goerli_swap_LpAccountBalanceResolvers; - goerli_swap_LpToken?: goerli_swap_LpTokenResolvers; - goerli_swap_LpTokenEvent?: goerli_swap_LpTokenEventResolvers; - goerli_swap_LpTransferEvent?: goerli_swap_LpTransferEventResolvers; - goerli_swap_PooledToken?: goerli_swap_PooledTokenResolvers; - goerli_swap_StableSwap?: goerli_swap_StableSwapResolvers; - goerli_swap_StableSwapAddLiquidityEvent?: goerli_swap_StableSwapAddLiquidityEventResolvers; - goerli_swap_StableSwapEvent?: goerli_swap_StableSwapEventResolvers; - goerli_swap_StableSwapExchange?: goerli_swap_StableSwapExchangeResolvers; - goerli_swap_StableSwapRemoveLiquidityEvent?: goerli_swap_StableSwapRemoveLiquidityEventResolvers; - goerli_swap_SwapDailyVolume?: goerli_swap_SwapDailyVolumeResolvers; - goerli_swap_SwapHourlyVolume?: goerli_swap_SwapHourlyVolumeResolvers; - goerli_swap_SwapTradeVolume?: goerli_swap_SwapTradeVolumeResolvers; - goerli_swap_SwapWeeklyVolume?: goerli_swap_SwapWeeklyVolumeResolvers; - goerli_swap_SystemInfo?: goerli_swap_SystemInfoResolvers; - goerli_swap__Block_?: goerli_swap__Block_Resolvers; - goerli_swap__Meta_?: goerli_swap__Meta_Resolvers; - avalanche_swap_BigDecimal?: GraphQLScalarType; - avalanche_swap_Bytes?: GraphQLScalarType; - avalanche_swap_Int8?: GraphQLScalarType; - avalanche_swap_LpAccount?: avalanche_swap_LpAccountResolvers; - avalanche_swap_LpAccountBalance?: avalanche_swap_LpAccountBalanceResolvers; - avalanche_swap_LpToken?: avalanche_swap_LpTokenResolvers; - avalanche_swap_LpTokenEvent?: avalanche_swap_LpTokenEventResolvers; - avalanche_swap_LpTransferEvent?: avalanche_swap_LpTransferEventResolvers; - avalanche_swap_PooledToken?: avalanche_swap_PooledTokenResolvers; - avalanche_swap_StableSwap?: avalanche_swap_StableSwapResolvers; - avalanche_swap_StableSwapAddLiquidityEvent?: avalanche_swap_StableSwapAddLiquidityEventResolvers; - avalanche_swap_StableSwapEvent?: avalanche_swap_StableSwapEventResolvers; - avalanche_swap_StableSwapExchange?: avalanche_swap_StableSwapExchangeResolvers; - avalanche_swap_StableSwapRemoveLiquidityEvent?: avalanche_swap_StableSwapRemoveLiquidityEventResolvers; - avalanche_swap_SwapDailyVolume?: avalanche_swap_SwapDailyVolumeResolvers; - avalanche_swap_SwapHourlyVolume?: avalanche_swap_SwapHourlyVolumeResolvers; - avalanche_swap_SwapTradeVolume?: avalanche_swap_SwapTradeVolumeResolvers; - avalanche_swap_SwapWeeklyVolume?: avalanche_swap_SwapWeeklyVolumeResolvers; - avalanche_swap_SystemInfo?: avalanche_swap_SystemInfoResolvers; - avalanche_swap__Block_?: avalanche_swap__Block_Resolvers; - avalanche_swap__Meta_?: avalanche_swap__Meta_Resolvers; - optimismgoerli_AggregateRoot?: optimismgoerli_AggregateRootResolvers; - optimismgoerli_AggregateRootProposed?: optimismgoerli_AggregateRootProposedResolvers; - optimismgoerli_Asset?: optimismgoerli_AssetResolvers; - optimismgoerli_AssetBalance?: optimismgoerli_AssetBalanceResolvers; - optimismgoerli_AssetStatus?: optimismgoerli_AssetStatusResolvers; - optimismgoerli_BigDecimal?: GraphQLScalarType; - optimismgoerli_Bytes?: GraphQLScalarType; - optimismgoerli_ConnectorMeta?: optimismgoerli_ConnectorMetaResolvers; - optimismgoerli_DestinationTransfer?: optimismgoerli_DestinationTransferResolvers; - optimismgoerli_Int8?: GraphQLScalarType; - optimismgoerli_OptimisticRootFinalized?: optimismgoerli_OptimisticRootFinalizedResolvers; - optimismgoerli_OriginMessage?: optimismgoerli_OriginMessageResolvers; - optimismgoerli_OriginTransfer?: optimismgoerli_OriginTransferResolvers; - optimismgoerli_Relayer?: optimismgoerli_RelayerResolvers; - optimismgoerli_RelayerFee?: optimismgoerli_RelayerFeeResolvers; - optimismgoerli_RelayerFeesIncrease?: optimismgoerli_RelayerFeesIncreaseResolvers; - optimismgoerli_RootCount?: optimismgoerli_RootCountResolvers; - optimismgoerli_RootMessageSent?: optimismgoerli_RootMessageSentResolvers; - optimismgoerli_Router?: optimismgoerli_RouterResolvers; - optimismgoerli_RouterDailyTVL?: optimismgoerli_RouterDailyTVLResolvers; - optimismgoerli_RouterLiquidityEvent?: optimismgoerli_RouterLiquidityEventResolvers; - optimismgoerli_Sequencer?: optimismgoerli_SequencerResolvers; - optimismgoerli_Setting?: optimismgoerli_SettingResolvers; - optimismgoerli_SlippageUpdate?: optimismgoerli_SlippageUpdateResolvers; - optimismgoerli_SnapshotRoot?: optimismgoerli_SnapshotRootResolvers; - optimismgoerli_SpokeConnectorMode?: optimismgoerli_SpokeConnectorModeResolvers; - optimismgoerli__Block_?: optimismgoerli__Block_Resolvers; - optimismgoerli__Meta_?: optimismgoerli__Meta_Resolvers; - goerli_AggregateRoot?: goerli_AggregateRootResolvers; - goerli_AggregateRootProposed?: goerli_AggregateRootProposedResolvers; - goerli_Asset?: goerli_AssetResolvers; - goerli_AssetBalance?: goerli_AssetBalanceResolvers; - goerli_AssetStatus?: goerli_AssetStatusResolvers; - goerli_ConnectorMeta?: goerli_ConnectorMetaResolvers; - goerli_DestinationTransfer?: goerli_DestinationTransferResolvers; - goerli_OptimisticRootFinalized?: goerli_OptimisticRootFinalizedResolvers; - goerli_OriginMessage?: goerli_OriginMessageResolvers; - goerli_OriginTransfer?: goerli_OriginTransferResolvers; - goerli_Relayer?: goerli_RelayerResolvers; - goerli_RelayerFee?: goerli_RelayerFeeResolvers; - goerli_RelayerFeesIncrease?: goerli_RelayerFeesIncreaseResolvers; - goerli_RootCount?: goerli_RootCountResolvers; - goerli_RootMessageSent?: goerli_RootMessageSentResolvers; - goerli_Router?: goerli_RouterResolvers; - goerli_RouterDailyTVL?: goerli_RouterDailyTVLResolvers; - goerli_RouterLiquidityEvent?: goerli_RouterLiquidityEventResolvers; - goerli_Sequencer?: goerli_SequencerResolvers; - goerli_Setting?: goerli_SettingResolvers; - goerli_SlippageUpdate?: goerli_SlippageUpdateResolvers; - goerli_SnapshotRoot?: goerli_SnapshotRootResolvers; - goerli_SpokeConnectorMode?: goerli_SpokeConnectorModeResolvers; + 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; + bnb_swap_BigDecimal?: GraphQLScalarType; + bnb_swap_Bytes?: GraphQLScalarType; + bnb_swap_Int8?: GraphQLScalarType; + bnb_swap_LpAccount?: bnb_swap_LpAccountResolvers; + bnb_swap_LpAccountBalance?: bnb_swap_LpAccountBalanceResolvers; + bnb_swap_LpToken?: bnb_swap_LpTokenResolvers; + bnb_swap_LpTokenEvent?: bnb_swap_LpTokenEventResolvers; + bnb_swap_LpTransferEvent?: bnb_swap_LpTransferEventResolvers; + bnb_swap_PooledToken?: bnb_swap_PooledTokenResolvers; + bnb_swap_StableSwap?: bnb_swap_StableSwapResolvers; + bnb_swap_StableSwapAddLiquidityEvent?: bnb_swap_StableSwapAddLiquidityEventResolvers; + bnb_swap_StableSwapEvent?: bnb_swap_StableSwapEventResolvers; + bnb_swap_StableSwapExchange?: bnb_swap_StableSwapExchangeResolvers; + bnb_swap_StableSwapRemoveLiquidityEvent?: bnb_swap_StableSwapRemoveLiquidityEventResolvers; + bnb_swap_SwapDailyVolume?: bnb_swap_SwapDailyVolumeResolvers; + bnb_swap_SwapHourlyVolume?: bnb_swap_SwapHourlyVolumeResolvers; + bnb_swap_SwapTradeVolume?: bnb_swap_SwapTradeVolumeResolvers; + bnb_swap_SwapWeeklyVolume?: bnb_swap_SwapWeeklyVolumeResolvers; + bnb_swap_SystemInfo?: bnb_swap_SystemInfoResolvers; + bnb_swap__Block_?: bnb_swap__Block_Resolvers; + bnb_swap__Meta_?: bnb_swap__Meta_Resolvers; + avalanche_swap_BigDecimal?: GraphQLScalarType; + avalanche_swap_Bytes?: GraphQLScalarType; + avalanche_swap_Int8?: GraphQLScalarType; + avalanche_swap_LpAccount?: avalanche_swap_LpAccountResolvers; + avalanche_swap_LpAccountBalance?: avalanche_swap_LpAccountBalanceResolvers; + avalanche_swap_LpToken?: avalanche_swap_LpTokenResolvers; + avalanche_swap_LpTokenEvent?: avalanche_swap_LpTokenEventResolvers; + avalanche_swap_LpTransferEvent?: avalanche_swap_LpTransferEventResolvers; + avalanche_swap_PooledToken?: avalanche_swap_PooledTokenResolvers; + avalanche_swap_StableSwap?: avalanche_swap_StableSwapResolvers; + avalanche_swap_StableSwapAddLiquidityEvent?: avalanche_swap_StableSwapAddLiquidityEventResolvers; + avalanche_swap_StableSwapEvent?: avalanche_swap_StableSwapEventResolvers; + avalanche_swap_StableSwapExchange?: avalanche_swap_StableSwapExchangeResolvers; + avalanche_swap_StableSwapRemoveLiquidityEvent?: avalanche_swap_StableSwapRemoveLiquidityEventResolvers; + avalanche_swap_SwapDailyVolume?: avalanche_swap_SwapDailyVolumeResolvers; + avalanche_swap_SwapHourlyVolume?: avalanche_swap_SwapHourlyVolumeResolvers; + avalanche_swap_SwapTradeVolume?: avalanche_swap_SwapTradeVolumeResolvers; + avalanche_swap_SwapWeeklyVolume?: avalanche_swap_SwapWeeklyVolumeResolvers; + avalanche_swap_SystemInfo?: avalanche_swap_SystemInfoResolvers; + avalanche_swap__Block_?: avalanche_swap__Block_Resolvers; + avalanche_swap__Meta_?: avalanche_swap__Meta_Resolvers; + 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; + xdai_swap_BigDecimal?: GraphQLScalarType; + xdai_swap_Bytes?: GraphQLScalarType; + xdai_swap_Int8?: GraphQLScalarType; + xdai_swap_LpAccount?: xdai_swap_LpAccountResolvers; + xdai_swap_LpAccountBalance?: xdai_swap_LpAccountBalanceResolvers; + xdai_swap_LpToken?: xdai_swap_LpTokenResolvers; + xdai_swap_LpTokenEvent?: xdai_swap_LpTokenEventResolvers; + xdai_swap_LpTransferEvent?: xdai_swap_LpTransferEventResolvers; + xdai_swap_PooledToken?: xdai_swap_PooledTokenResolvers; + xdai_swap_StableSwap?: xdai_swap_StableSwapResolvers; + xdai_swap_StableSwapAddLiquidityEvent?: xdai_swap_StableSwapAddLiquidityEventResolvers; + xdai_swap_StableSwapEvent?: xdai_swap_StableSwapEventResolvers; + xdai_swap_StableSwapExchange?: xdai_swap_StableSwapExchangeResolvers; + xdai_swap_StableSwapRemoveLiquidityEvent?: xdai_swap_StableSwapRemoveLiquidityEventResolvers; + xdai_swap_SwapDailyVolume?: xdai_swap_SwapDailyVolumeResolvers; + xdai_swap_SwapHourlyVolume?: xdai_swap_SwapHourlyVolumeResolvers; + xdai_swap_SwapTradeVolume?: xdai_swap_SwapTradeVolumeResolvers; + xdai_swap_SwapWeeklyVolume?: xdai_swap_SwapWeeklyVolumeResolvers; + xdai_swap_SystemInfo?: xdai_swap_SystemInfoResolvers; + xdai_swap__Block_?: xdai_swap__Block_Resolvers; + xdai_swap__Meta_?: xdai_swap__Meta_Resolvers; + linea_swap_BigDecimal?: GraphQLScalarType; + linea_swap_Bytes?: GraphQLScalarType; + linea_swap_LpAccount?: linea_swap_LpAccountResolvers; + linea_swap_LpAccountBalance?: linea_swap_LpAccountBalanceResolvers; + linea_swap_LpToken?: linea_swap_LpTokenResolvers; + linea_swap_LpTokenEvent?: linea_swap_LpTokenEventResolvers; + linea_swap_LpTransferEvent?: linea_swap_LpTransferEventResolvers; + linea_swap_PooledToken?: linea_swap_PooledTokenResolvers; + linea_swap_StableSwap?: linea_swap_StableSwapResolvers; + linea_swap_StableSwapAddLiquidityEvent?: linea_swap_StableSwapAddLiquidityEventResolvers; + linea_swap_StableSwapEvent?: linea_swap_StableSwapEventResolvers; + linea_swap_StableSwapExchange?: linea_swap_StableSwapExchangeResolvers; + linea_swap_StableSwapRemoveLiquidityEvent?: linea_swap_StableSwapRemoveLiquidityEventResolvers; + linea_swap_SwapDailyVolume?: linea_swap_SwapDailyVolumeResolvers; + linea_swap_SwapHourlyVolume?: linea_swap_SwapHourlyVolumeResolvers; + linea_swap_SwapTradeVolume?: linea_swap_SwapTradeVolumeResolvers; + linea_swap_SwapWeeklyVolume?: linea_swap_SwapWeeklyVolumeResolvers; + linea_swap_SystemInfo?: linea_swap_SystemInfoResolvers; + linea_swap__Block_?: linea_swap__Block_Resolvers; + linea_swap__Meta_?: linea_swap__Meta_Resolvers; + arbitrumone_swap_BigDecimal?: GraphQLScalarType; + arbitrumone_swap_Bytes?: GraphQLScalarType; + arbitrumone_swap_Int8?: GraphQLScalarType; + arbitrumone_swap_LpAccount?: arbitrumone_swap_LpAccountResolvers; + arbitrumone_swap_LpAccountBalance?: arbitrumone_swap_LpAccountBalanceResolvers; + arbitrumone_swap_LpToken?: arbitrumone_swap_LpTokenResolvers; + arbitrumone_swap_LpTokenEvent?: arbitrumone_swap_LpTokenEventResolvers; + arbitrumone_swap_LpTransferEvent?: arbitrumone_swap_LpTransferEventResolvers; + arbitrumone_swap_PooledToken?: arbitrumone_swap_PooledTokenResolvers; + arbitrumone_swap_StableSwap?: arbitrumone_swap_StableSwapResolvers; + arbitrumone_swap_StableSwapAddLiquidityEvent?: arbitrumone_swap_StableSwapAddLiquidityEventResolvers; + arbitrumone_swap_StableSwapEvent?: arbitrumone_swap_StableSwapEventResolvers; + arbitrumone_swap_StableSwapExchange?: arbitrumone_swap_StableSwapExchangeResolvers; + arbitrumone_swap_StableSwapRemoveLiquidityEvent?: arbitrumone_swap_StableSwapRemoveLiquidityEventResolvers; + arbitrumone_swap_SwapDailyVolume?: arbitrumone_swap_SwapDailyVolumeResolvers; + arbitrumone_swap_SwapHourlyVolume?: arbitrumone_swap_SwapHourlyVolumeResolvers; + arbitrumone_swap_SwapTradeVolume?: arbitrumone_swap_SwapTradeVolumeResolvers; + arbitrumone_swap_SwapWeeklyVolume?: arbitrumone_swap_SwapWeeklyVolumeResolvers; + arbitrumone_swap_SystemInfo?: arbitrumone_swap_SystemInfoResolvers; + arbitrumone_swap__Block_?: arbitrumone_swap__Block_Resolvers; + arbitrumone_swap__Meta_?: arbitrumone_swap__Meta_Resolvers; + 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; + localmainnet_AggregateRootSavedSlow?: localmainnet_AggregateRootSavedSlowResolvers; + localmainnet_AggregatedMessageRoot?: localmainnet_AggregatedMessageRootResolvers; + localmainnet_ArbitrumConnectorMeta?: localmainnet_ArbitrumConnectorMetaResolvers; + localmainnet_BigDecimal?: GraphQLScalarType; + localmainnet_BnbConnectorMeta?: localmainnet_BnbConnectorMetaResolvers; + localmainnet_Bytes?: GraphQLScalarType; + localmainnet_GnosisConnectorMeta?: localmainnet_GnosisConnectorMetaResolvers; + localmainnet_HubDomain?: localmainnet_HubDomainResolvers; + localmainnet_HubOptimisticRootFinalized?: localmainnet_HubOptimisticRootFinalizedResolvers; + localmainnet_Int8?: GraphQLScalarType; + localmainnet_OptimismConnectorMeta?: localmainnet_OptimismConnectorMetaResolvers; + localmainnet_OptimisticRootPropagated?: localmainnet_OptimisticRootPropagatedResolvers; + localmainnet_OptimisticRootProposed?: localmainnet_OptimisticRootProposedResolvers; + localmainnet_PolygonConnectorMeta?: localmainnet_PolygonConnectorMetaResolvers; + localmainnet_RootAggregated?: localmainnet_RootAggregatedResolvers; + localmainnet_RootManagerMeta?: localmainnet_RootManagerMetaResolvers; + localmainnet_RootManagerMode?: localmainnet_RootManagerModeResolvers; + localmainnet_RootMessageProcessed?: localmainnet_RootMessageProcessedResolvers; + localmainnet_RootPropagated?: localmainnet_RootPropagatedResolvers; + localmainnet_ZkSyncConnectorMeta?: localmainnet_ZkSyncConnectorMetaResolvers; + localmainnet__Block_?: localmainnet__Block_Resolvers; + localmainnet__Meta_?: localmainnet__Meta_Resolvers; + staginggoerli_swap_BigDecimal?: GraphQLScalarType; + staginggoerli_swap_Bytes?: GraphQLScalarType; + staginggoerli_swap_Int8?: GraphQLScalarType; + staginggoerli_swap_LpAccount?: staginggoerli_swap_LpAccountResolvers; + staginggoerli_swap_LpAccountBalance?: staginggoerli_swap_LpAccountBalanceResolvers; + staginggoerli_swap_LpToken?: staginggoerli_swap_LpTokenResolvers; + staginggoerli_swap_LpTokenEvent?: staginggoerli_swap_LpTokenEventResolvers; + staginggoerli_swap_LpTransferEvent?: staginggoerli_swap_LpTransferEventResolvers; + staginggoerli_swap_PooledToken?: staginggoerli_swap_PooledTokenResolvers; + staginggoerli_swap_StableSwap?: staginggoerli_swap_StableSwapResolvers; + staginggoerli_swap_StableSwapAddLiquidityEvent?: staginggoerli_swap_StableSwapAddLiquidityEventResolvers; + staginggoerli_swap_StableSwapEvent?: staginggoerli_swap_StableSwapEventResolvers; + staginggoerli_swap_StableSwapExchange?: staginggoerli_swap_StableSwapExchangeResolvers; + staginggoerli_swap_StableSwapRemoveLiquidityEvent?: staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers; + staginggoerli_swap_SwapDailyVolume?: staginggoerli_swap_SwapDailyVolumeResolvers; + staginggoerli_swap_SwapHourlyVolume?: staginggoerli_swap_SwapHourlyVolumeResolvers; + staginggoerli_swap_SwapTradeVolume?: staginggoerli_swap_SwapTradeVolumeResolvers; + staginggoerli_swap_SwapWeeklyVolume?: staginggoerli_swap_SwapWeeklyVolumeResolvers; + staginggoerli_swap_SystemInfo?: staginggoerli_swap_SystemInfoResolvers; + staginggoerli_swap__Block_?: staginggoerli_swap__Block_Resolvers; + staginggoerli_swap__Meta_?: staginggoerli_swap__Meta_Resolvers; stagingoptimismgoerli_AggregateRoot?: stagingoptimismgoerli_AggregateRootResolvers; stagingoptimismgoerli_AggregateRootProposed?: stagingoptimismgoerli_AggregateRootProposedResolvers; stagingoptimismgoerli_Asset?: stagingoptimismgoerli_AssetResolvers; @@ -245438,62 +245556,27 @@ export type Resolvers = ResolversObject<{ stagingoptimismgoerli_SpokeConnectorMode?: stagingoptimismgoerli_SpokeConnectorModeResolvers; stagingoptimismgoerli__Block_?: stagingoptimismgoerli__Block_Resolvers; stagingoptimismgoerli__Meta_?: stagingoptimismgoerli__Meta_Resolvers; - mumbai_AggregateRoot?: mumbai_AggregateRootResolvers; - mumbai_AggregateRootProposed?: mumbai_AggregateRootProposedResolvers; - mumbai_Asset?: mumbai_AssetResolvers; - mumbai_AssetBalance?: mumbai_AssetBalanceResolvers; - mumbai_AssetStatus?: mumbai_AssetStatusResolvers; - mumbai_BigDecimal?: GraphQLScalarType; - mumbai_Bytes?: GraphQLScalarType; - mumbai_ConnectorMeta?: mumbai_ConnectorMetaResolvers; - mumbai_DestinationTransfer?: mumbai_DestinationTransferResolvers; - mumbai_Int8?: GraphQLScalarType; - mumbai_OptimisticRootFinalized?: mumbai_OptimisticRootFinalizedResolvers; - mumbai_OriginMessage?: mumbai_OriginMessageResolvers; - mumbai_OriginTransfer?: mumbai_OriginTransferResolvers; - mumbai_Relayer?: mumbai_RelayerResolvers; - mumbai_RelayerFee?: mumbai_RelayerFeeResolvers; - mumbai_RelayerFeesIncrease?: mumbai_RelayerFeesIncreaseResolvers; - mumbai_RootCount?: mumbai_RootCountResolvers; - mumbai_RootMessageSent?: mumbai_RootMessageSentResolvers; - mumbai_Router?: mumbai_RouterResolvers; - mumbai_RouterDailyTVL?: mumbai_RouterDailyTVLResolvers; - mumbai_RouterLiquidityEvent?: mumbai_RouterLiquidityEventResolvers; - mumbai_Sequencer?: mumbai_SequencerResolvers; - mumbai_Setting?: mumbai_SettingResolvers; - mumbai_SlippageUpdate?: mumbai_SlippageUpdateResolvers; - mumbai_SnapshotRoot?: mumbai_SnapshotRootResolvers; - mumbai_SpokeConnectorMode?: mumbai_SpokeConnectorModeResolvers; - mumbai__Block_?: mumbai__Block_Resolvers; - mumbai__Meta_?: mumbai__Meta_Resolvers; - basegoerli_AggregateRoot?: basegoerli_AggregateRootResolvers; - basegoerli_AggregateRootProposed?: basegoerli_AggregateRootProposedResolvers; - basegoerli_Asset?: basegoerli_AssetResolvers; - basegoerli_AssetBalance?: basegoerli_AssetBalanceResolvers; - basegoerli_AssetStatus?: basegoerli_AssetStatusResolvers; - basegoerli_BigDecimal?: GraphQLScalarType; - basegoerli_Bytes?: GraphQLScalarType; - basegoerli_ConnectorMeta?: basegoerli_ConnectorMetaResolvers; - basegoerli_DestinationTransfer?: basegoerli_DestinationTransferResolvers; - basegoerli_Int8?: GraphQLScalarType; - basegoerli_OptimisticRootFinalized?: basegoerli_OptimisticRootFinalizedResolvers; - basegoerli_OriginMessage?: basegoerli_OriginMessageResolvers; - basegoerli_OriginTransfer?: basegoerli_OriginTransferResolvers; - basegoerli_Relayer?: basegoerli_RelayerResolvers; - basegoerli_RelayerFee?: basegoerli_RelayerFeeResolvers; - basegoerli_RelayerFeesIncrease?: basegoerli_RelayerFeesIncreaseResolvers; - basegoerli_RootCount?: basegoerli_RootCountResolvers; - basegoerli_RootMessageSent?: basegoerli_RootMessageSentResolvers; - basegoerli_Router?: basegoerli_RouterResolvers; - basegoerli_RouterDailyTVL?: basegoerli_RouterDailyTVLResolvers; - basegoerli_RouterLiquidityEvent?: basegoerli_RouterLiquidityEventResolvers; - basegoerli_Sequencer?: basegoerli_SequencerResolvers; - basegoerli_Setting?: basegoerli_SettingResolvers; - basegoerli_SlippageUpdate?: basegoerli_SlippageUpdateResolvers; - basegoerli_SnapshotRoot?: basegoerli_SnapshotRootResolvers; - basegoerli_SpokeConnectorMode?: basegoerli_SpokeConnectorModeResolvers; - basegoerli__Block_?: basegoerli__Block_Resolvers; - basegoerli__Meta_?: basegoerli__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; stagingmumbai_AggregateRoot?: stagingmumbai_AggregateRootResolvers; stagingmumbai_AggregateRootProposed?: stagingmumbai_AggregateRootProposedResolvers; stagingmumbai_Asset?: stagingmumbai_AssetResolvers; @@ -245522,563 +245605,6 @@ export type Resolvers = ResolversObject<{ stagingmumbai_SpokeConnectorMode?: stagingmumbai_SpokeConnectorModeResolvers; stagingmumbai__Block_?: stagingmumbai__Block_Resolvers; stagingmumbai__Meta_?: stagingmumbai__Meta_Resolvers; - polygon_AggregateRoot?: polygon_AggregateRootResolvers; - polygon_AggregateRootProposed?: polygon_AggregateRootProposedResolvers; - polygon_Asset?: polygon_AssetResolvers; - polygon_AssetBalance?: polygon_AssetBalanceResolvers; - polygon_AssetStatus?: polygon_AssetStatusResolvers; - polygon_BigDecimal?: GraphQLScalarType; - polygon_Bytes?: GraphQLScalarType; - polygon_ConnectorMeta?: polygon_ConnectorMetaResolvers; - polygon_DestinationTransfer?: polygon_DestinationTransferResolvers; - polygon_Int8?: GraphQLScalarType; - polygon_OptimisticRootFinalized?: polygon_OptimisticRootFinalizedResolvers; - polygon_OriginMessage?: polygon_OriginMessageResolvers; - polygon_OriginTransfer?: polygon_OriginTransferResolvers; - polygon_Relayer?: polygon_RelayerResolvers; - polygon_RelayerFee?: polygon_RelayerFeeResolvers; - polygon_RelayerFeesIncrease?: polygon_RelayerFeesIncreaseResolvers; - polygon_RootCount?: polygon_RootCountResolvers; - polygon_RootMessageSent?: polygon_RootMessageSentResolvers; - polygon_Router?: polygon_RouterResolvers; - polygon_RouterDailyTVL?: polygon_RouterDailyTVLResolvers; - polygon_RouterLiquidityEvent?: polygon_RouterLiquidityEventResolvers; - polygon_Sequencer?: polygon_SequencerResolvers; - polygon_Setting?: polygon_SettingResolvers; - polygon_SlippageUpdate?: polygon_SlippageUpdateResolvers; - polygon_SnapshotRoot?: polygon_SnapshotRootResolvers; - polygon_SpokeConnectorMode?: polygon_SpokeConnectorModeResolvers; - polygon__Block_?: polygon__Block_Resolvers; - polygon__Meta_?: polygon__Meta_Resolvers; - staginggoerli_AggregateRoot?: staginggoerli_AggregateRootResolvers; - staginggoerli_AggregateRootProposed?: staginggoerli_AggregateRootProposedResolvers; - staginggoerli_Asset?: staginggoerli_AssetResolvers; - staginggoerli_AssetBalance?: staginggoerli_AssetBalanceResolvers; - staginggoerli_AssetStatus?: staginggoerli_AssetStatusResolvers; - staginggoerli_ConnectorMeta?: staginggoerli_ConnectorMetaResolvers; - staginggoerli_DestinationTransfer?: staginggoerli_DestinationTransferResolvers; - staginggoerli_OptimisticRootFinalized?: staginggoerli_OptimisticRootFinalizedResolvers; - staginggoerli_OriginMessage?: staginggoerli_OriginMessageResolvers; - staginggoerli_OriginTransfer?: staginggoerli_OriginTransferResolvers; - staginggoerli_Relayer?: staginggoerli_RelayerResolvers; - staginggoerli_RelayerFee?: staginggoerli_RelayerFeeResolvers; - staginggoerli_RelayerFeesIncrease?: staginggoerli_RelayerFeesIncreaseResolvers; - staginggoerli_RootCount?: staginggoerli_RootCountResolvers; - staginggoerli_RootMessageSent?: staginggoerli_RootMessageSentResolvers; - staginggoerli_Router?: staginggoerli_RouterResolvers; - staginggoerli_RouterDailyTVL?: staginggoerli_RouterDailyTVLResolvers; - staginggoerli_RouterLiquidityEvent?: staginggoerli_RouterLiquidityEventResolvers; - staginggoerli_Sequencer?: staginggoerli_SequencerResolvers; - staginggoerli_Setting?: staginggoerli_SettingResolvers; - staginggoerli_SlippageUpdate?: staginggoerli_SlippageUpdateResolvers; - staginggoerli_SnapshotRoot?: staginggoerli_SnapshotRootResolvers; - staginggoerli_SpokeConnectorMode?: staginggoerli_SpokeConnectorModeResolvers; - optimism_AggregateRoot?: optimism_AggregateRootResolvers; - optimism_AggregateRootProposed?: optimism_AggregateRootProposedResolvers; - optimism_Asset?: optimism_AssetResolvers; - optimism_AssetBalance?: optimism_AssetBalanceResolvers; - optimism_AssetStatus?: optimism_AssetStatusResolvers; - optimism_BigDecimal?: GraphQLScalarType; - optimism_Bytes?: GraphQLScalarType; - optimism_ConnectorMeta?: optimism_ConnectorMetaResolvers; - optimism_DestinationTransfer?: optimism_DestinationTransferResolvers; - optimism_Int8?: GraphQLScalarType; - optimism_OptimisticRootFinalized?: optimism_OptimisticRootFinalizedResolvers; - optimism_OriginMessage?: optimism_OriginMessageResolvers; - optimism_OriginTransfer?: optimism_OriginTransferResolvers; - optimism_Relayer?: optimism_RelayerResolvers; - optimism_RelayerFee?: optimism_RelayerFeeResolvers; - optimism_RelayerFeesIncrease?: optimism_RelayerFeesIncreaseResolvers; - optimism_RootCount?: optimism_RootCountResolvers; - optimism_RootMessageSent?: optimism_RootMessageSentResolvers; - optimism_Router?: optimism_RouterResolvers; - optimism_RouterDailyTVL?: optimism_RouterDailyTVLResolvers; - optimism_RouterLiquidityEvent?: optimism_RouterLiquidityEventResolvers; - optimism_Sequencer?: optimism_SequencerResolvers; - optimism_Setting?: optimism_SettingResolvers; - optimism_SlippageUpdate?: optimism_SlippageUpdateResolvers; - optimism_SnapshotRoot?: optimism_SnapshotRootResolvers; - optimism_SpokeConnectorMode?: optimism_SpokeConnectorModeResolvers; - optimism__Block_?: optimism__Block_Resolvers; - optimism__Meta_?: optimism__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; - 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; - testgoerli_Asset?: testgoerli_AssetResolvers; - testgoerli_AssetBalance?: testgoerli_AssetBalanceResolvers; - testgoerli_BigDecimal?: GraphQLScalarType; - testgoerli_Bytes?: GraphQLScalarType; - testgoerli_DestinationTransfer?: testgoerli_DestinationTransferResolvers; - testgoerli_Int8?: GraphQLScalarType; - testgoerli_OriginTransfer?: testgoerli_OriginTransferResolvers; - testgoerli_Relayer?: testgoerli_RelayerResolvers; - testgoerli_Router?: testgoerli_RouterResolvers; - testgoerli_Setting?: testgoerli_SettingResolvers; - testgoerli_SponsorVault?: testgoerli_SponsorVaultResolvers; - testgoerli_StableSwap?: testgoerli_StableSwapResolvers; - testgoerli__Block_?: testgoerli__Block_Resolvers; - testgoerli__Meta_?: testgoerli__Meta_Resolvers; - 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; - 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; - 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; - stagingmainnet_AggregateRoot?: stagingmainnet_AggregateRootResolvers; - stagingmainnet_AggregateRootProposed?: stagingmainnet_AggregateRootProposedResolvers; - stagingmainnet_Asset?: stagingmainnet_AssetResolvers; - stagingmainnet_AssetBalance?: stagingmainnet_AssetBalanceResolvers; - stagingmainnet_AssetStatus?: stagingmainnet_AssetStatusResolvers; - stagingmainnet_BigDecimal?: GraphQLScalarType; - stagingmainnet_Bytes?: GraphQLScalarType; - stagingmainnet_ConnectorMeta?: stagingmainnet_ConnectorMetaResolvers; - stagingmainnet_DestinationTransfer?: stagingmainnet_DestinationTransferResolvers; - stagingmainnet_Int8?: GraphQLScalarType; - stagingmainnet_OptimisticRootFinalized?: stagingmainnet_OptimisticRootFinalizedResolvers; - stagingmainnet_OriginMessage?: stagingmainnet_OriginMessageResolvers; - stagingmainnet_OriginTransfer?: stagingmainnet_OriginTransferResolvers; - stagingmainnet_Relayer?: stagingmainnet_RelayerResolvers; - stagingmainnet_RelayerFee?: stagingmainnet_RelayerFeeResolvers; - stagingmainnet_RelayerFeesIncrease?: stagingmainnet_RelayerFeesIncreaseResolvers; - stagingmainnet_RootCount?: stagingmainnet_RootCountResolvers; - stagingmainnet_RootMessageSent?: stagingmainnet_RootMessageSentResolvers; - stagingmainnet_Router?: stagingmainnet_RouterResolvers; - stagingmainnet_RouterDailyTVL?: stagingmainnet_RouterDailyTVLResolvers; - stagingmainnet_RouterLiquidityEvent?: stagingmainnet_RouterLiquidityEventResolvers; - stagingmainnet_Sequencer?: stagingmainnet_SequencerResolvers; - stagingmainnet_Setting?: stagingmainnet_SettingResolvers; - stagingmainnet_SlippageUpdate?: stagingmainnet_SlippageUpdateResolvers; - stagingmainnet_SnapshotRoot?: stagingmainnet_SnapshotRootResolvers; - stagingmainnet_SpokeConnectorMode?: stagingmainnet_SpokeConnectorModeResolvers; - stagingmainnet__Block_?: stagingmainnet__Block_Resolvers; - stagingmainnet__Meta_?: stagingmainnet__Meta_Resolvers; - stagingbnb_AggregateRoot?: stagingbnb_AggregateRootResolvers; - stagingbnb_AggregateRootProposed?: stagingbnb_AggregateRootProposedResolvers; - stagingbnb_Asset?: stagingbnb_AssetResolvers; - stagingbnb_AssetBalance?: stagingbnb_AssetBalanceResolvers; - stagingbnb_AssetStatus?: stagingbnb_AssetStatusResolvers; - stagingbnb_BigDecimal?: GraphQLScalarType; - stagingbnb_Bytes?: GraphQLScalarType; - stagingbnb_ConnectorMeta?: stagingbnb_ConnectorMetaResolvers; - stagingbnb_DestinationTransfer?: stagingbnb_DestinationTransferResolvers; - stagingbnb_Int8?: GraphQLScalarType; - stagingbnb_OptimisticRootFinalized?: stagingbnb_OptimisticRootFinalizedResolvers; - stagingbnb_OriginMessage?: stagingbnb_OriginMessageResolvers; - stagingbnb_OriginTransfer?: stagingbnb_OriginTransferResolvers; - stagingbnb_Relayer?: stagingbnb_RelayerResolvers; - stagingbnb_RelayerFee?: stagingbnb_RelayerFeeResolvers; - stagingbnb_RelayerFeesIncrease?: stagingbnb_RelayerFeesIncreaseResolvers; - stagingbnb_RootCount?: stagingbnb_RootCountResolvers; - stagingbnb_RootMessageSent?: stagingbnb_RootMessageSentResolvers; - stagingbnb_Router?: stagingbnb_RouterResolvers; - stagingbnb_RouterDailyTVL?: stagingbnb_RouterDailyTVLResolvers; - stagingbnb_RouterLiquidityEvent?: stagingbnb_RouterLiquidityEventResolvers; - stagingbnb_Sequencer?: stagingbnb_SequencerResolvers; - stagingbnb_Setting?: stagingbnb_SettingResolvers; - stagingbnb_SlippageUpdate?: stagingbnb_SlippageUpdateResolvers; - stagingbnb_SnapshotRoot?: stagingbnb_SnapshotRootResolvers; - stagingbnb_SpokeConnectorMode?: stagingbnb_SpokeConnectorModeResolvers; - stagingbnb__Block_?: stagingbnb__Block_Resolvers; - stagingbnb__Meta_?: stagingbnb__Meta_Resolvers; - 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; - localoptimism_AggregateRoot?: localoptimism_AggregateRootResolvers; - localoptimism_AggregateRootProposed?: localoptimism_AggregateRootProposedResolvers; - localoptimism_Asset?: localoptimism_AssetResolvers; - localoptimism_AssetBalance?: localoptimism_AssetBalanceResolvers; - localoptimism_AssetStatus?: localoptimism_AssetStatusResolvers; - localoptimism_BigDecimal?: GraphQLScalarType; - localoptimism_Bytes?: GraphQLScalarType; - localoptimism_ConnectorMeta?: localoptimism_ConnectorMetaResolvers; - localoptimism_DestinationTransfer?: localoptimism_DestinationTransferResolvers; - localoptimism_Int8?: GraphQLScalarType; - localoptimism_OptimisticRootFinalized?: localoptimism_OptimisticRootFinalizedResolvers; - localoptimism_OriginMessage?: localoptimism_OriginMessageResolvers; - localoptimism_OriginTransfer?: localoptimism_OriginTransferResolvers; - localoptimism_Relayer?: localoptimism_RelayerResolvers; - localoptimism_RelayerFee?: localoptimism_RelayerFeeResolvers; - localoptimism_RelayerFeesIncrease?: localoptimism_RelayerFeesIncreaseResolvers; - localoptimism_RootCount?: localoptimism_RootCountResolvers; - localoptimism_RootMessageSent?: localoptimism_RootMessageSentResolvers; - localoptimism_Router?: localoptimism_RouterResolvers; - localoptimism_RouterDailyTVL?: localoptimism_RouterDailyTVLResolvers; - localoptimism_RouterLiquidityEvent?: localoptimism_RouterLiquidityEventResolvers; - localoptimism_Sequencer?: localoptimism_SequencerResolvers; - localoptimism_Setting?: localoptimism_SettingResolvers; - localoptimism_SlippageUpdate?: localoptimism_SlippageUpdateResolvers; - localoptimism_SnapshotRoot?: localoptimism_SnapshotRootResolvers; - localoptimism_SpokeConnectorMode?: localoptimism_SpokeConnectorModeResolvers; - localoptimism__Block_?: localoptimism__Block_Resolvers; - localoptimism__Meta_?: localoptimism__Meta_Resolvers; - 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; - localmainnet_AggregateRoot?: localmainnet_AggregateRootResolvers; - localmainnet_AggregateRootProposed?: localmainnet_AggregateRootProposedResolvers; - localmainnet_Asset?: localmainnet_AssetResolvers; - localmainnet_AssetBalance?: localmainnet_AssetBalanceResolvers; - localmainnet_AssetStatus?: localmainnet_AssetStatusResolvers; - localmainnet_ConnectorMeta?: localmainnet_ConnectorMetaResolvers; - localmainnet_DestinationTransfer?: localmainnet_DestinationTransferResolvers; - localmainnet_OptimisticRootFinalized?: localmainnet_OptimisticRootFinalizedResolvers; - localmainnet_OriginMessage?: localmainnet_OriginMessageResolvers; - localmainnet_OriginTransfer?: localmainnet_OriginTransferResolvers; - localmainnet_Relayer?: localmainnet_RelayerResolvers; - localmainnet_RelayerFee?: localmainnet_RelayerFeeResolvers; - localmainnet_RelayerFeesIncrease?: localmainnet_RelayerFeesIncreaseResolvers; - localmainnet_RootCount?: localmainnet_RootCountResolvers; - localmainnet_RootMessageSent?: localmainnet_RootMessageSentResolvers; - localmainnet_Router?: localmainnet_RouterResolvers; - localmainnet_RouterDailyTVL?: localmainnet_RouterDailyTVLResolvers; - localmainnet_RouterLiquidityEvent?: localmainnet_RouterLiquidityEventResolvers; - localmainnet_Sequencer?: localmainnet_SequencerResolvers; - localmainnet_Setting?: localmainnet_SettingResolvers; - localmainnet_SlippageUpdate?: localmainnet_SlippageUpdateResolvers; - localmainnet_SnapshotRoot?: localmainnet_SnapshotRootResolvers; - localmainnet_SpokeConnectorMode?: localmainnet_SpokeConnectorModeResolvers; - 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; - 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; - 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; - stagingxdai_AggregateRoot?: stagingxdai_AggregateRootResolvers; - stagingxdai_AggregateRootProposed?: stagingxdai_AggregateRootProposedResolvers; - stagingxdai_Asset?: stagingxdai_AssetResolvers; - stagingxdai_AssetBalance?: stagingxdai_AssetBalanceResolvers; - stagingxdai_AssetStatus?: stagingxdai_AssetStatusResolvers; - stagingxdai_BigDecimal?: GraphQLScalarType; - stagingxdai_Bytes?: GraphQLScalarType; - stagingxdai_ConnectorMeta?: stagingxdai_ConnectorMetaResolvers; - stagingxdai_DestinationTransfer?: stagingxdai_DestinationTransferResolvers; - stagingxdai_Int8?: GraphQLScalarType; - stagingxdai_OptimisticRootFinalized?: stagingxdai_OptimisticRootFinalizedResolvers; - stagingxdai_OriginMessage?: stagingxdai_OriginMessageResolvers; - stagingxdai_OriginTransfer?: stagingxdai_OriginTransferResolvers; - stagingxdai_Relayer?: stagingxdai_RelayerResolvers; - stagingxdai_RelayerFee?: stagingxdai_RelayerFeeResolvers; - stagingxdai_RelayerFeesIncrease?: stagingxdai_RelayerFeesIncreaseResolvers; - stagingxdai_RootCount?: stagingxdai_RootCountResolvers; - stagingxdai_RootMessageSent?: stagingxdai_RootMessageSentResolvers; - stagingxdai_Router?: stagingxdai_RouterResolvers; - stagingxdai_RouterDailyTVL?: stagingxdai_RouterDailyTVLResolvers; - stagingxdai_RouterLiquidityEvent?: stagingxdai_RouterLiquidityEventResolvers; - stagingxdai_Sequencer?: stagingxdai_SequencerResolvers; - stagingxdai_Setting?: stagingxdai_SettingResolvers; - stagingxdai_SlippageUpdate?: stagingxdai_SlippageUpdateResolvers; - stagingxdai_SnapshotRoot?: stagingxdai_SnapshotRootResolvers; - stagingxdai_SpokeConnectorMode?: stagingxdai_SpokeConnectorModeResolvers; - stagingxdai__Block_?: stagingxdai__Block_Resolvers; - stagingxdai__Meta_?: stagingxdai__Meta_Resolvers; - 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; - 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; @@ -246107,6 +245633,113 @@ export type Resolvers = ResolversObject<{ arbitrumone_SpokeConnectorMode?: arbitrumone_SpokeConnectorModeResolvers; arbitrumone__Block_?: arbitrumone__Block_Resolvers; arbitrumone__Meta_?: arbitrumone__Meta_Resolvers; + basegoerli_AggregateRoot?: basegoerli_AggregateRootResolvers; + basegoerli_AggregateRootProposed?: basegoerli_AggregateRootProposedResolvers; + basegoerli_Asset?: basegoerli_AssetResolvers; + basegoerli_AssetBalance?: basegoerli_AssetBalanceResolvers; + basegoerli_AssetStatus?: basegoerli_AssetStatusResolvers; + basegoerli_BigDecimal?: GraphQLScalarType; + basegoerli_Bytes?: GraphQLScalarType; + basegoerli_ConnectorMeta?: basegoerli_ConnectorMetaResolvers; + basegoerli_DestinationTransfer?: basegoerli_DestinationTransferResolvers; + basegoerli_Int8?: GraphQLScalarType; + basegoerli_OptimisticRootFinalized?: basegoerli_OptimisticRootFinalizedResolvers; + basegoerli_OriginMessage?: basegoerli_OriginMessageResolvers; + basegoerli_OriginTransfer?: basegoerli_OriginTransferResolvers; + basegoerli_Relayer?: basegoerli_RelayerResolvers; + basegoerli_RelayerFee?: basegoerli_RelayerFeeResolvers; + basegoerli_RelayerFeesIncrease?: basegoerli_RelayerFeesIncreaseResolvers; + basegoerli_RootCount?: basegoerli_RootCountResolvers; + basegoerli_RootMessageSent?: basegoerli_RootMessageSentResolvers; + basegoerli_Router?: basegoerli_RouterResolvers; + basegoerli_RouterDailyTVL?: basegoerli_RouterDailyTVLResolvers; + basegoerli_RouterLiquidityEvent?: basegoerli_RouterLiquidityEventResolvers; + basegoerli_Sequencer?: basegoerli_SequencerResolvers; + basegoerli_Setting?: basegoerli_SettingResolvers; + basegoerli_SlippageUpdate?: basegoerli_SlippageUpdateResolvers; + basegoerli_SnapshotRoot?: basegoerli_SnapshotRootResolvers; + basegoerli_SpokeConnectorMode?: basegoerli_SpokeConnectorModeResolvers; + basegoerli__Block_?: basegoerli__Block_Resolvers; + basegoerli__Meta_?: basegoerli__Meta_Resolvers; + optimismgoerli_AggregateRoot?: optimismgoerli_AggregateRootResolvers; + optimismgoerli_AggregateRootProposed?: optimismgoerli_AggregateRootProposedResolvers; + optimismgoerli_Asset?: optimismgoerli_AssetResolvers; + optimismgoerli_AssetBalance?: optimismgoerli_AssetBalanceResolvers; + optimismgoerli_AssetStatus?: optimismgoerli_AssetStatusResolvers; + optimismgoerli_BigDecimal?: GraphQLScalarType; + optimismgoerli_Bytes?: GraphQLScalarType; + optimismgoerli_ConnectorMeta?: optimismgoerli_ConnectorMetaResolvers; + optimismgoerli_DestinationTransfer?: optimismgoerli_DestinationTransferResolvers; + optimismgoerli_Int8?: GraphQLScalarType; + optimismgoerli_OptimisticRootFinalized?: optimismgoerli_OptimisticRootFinalizedResolvers; + optimismgoerli_OriginMessage?: optimismgoerli_OriginMessageResolvers; + optimismgoerli_OriginTransfer?: optimismgoerli_OriginTransferResolvers; + optimismgoerli_Relayer?: optimismgoerli_RelayerResolvers; + optimismgoerli_RelayerFee?: optimismgoerli_RelayerFeeResolvers; + optimismgoerli_RelayerFeesIncrease?: optimismgoerli_RelayerFeesIncreaseResolvers; + optimismgoerli_RootCount?: optimismgoerli_RootCountResolvers; + optimismgoerli_RootMessageSent?: optimismgoerli_RootMessageSentResolvers; + optimismgoerli_Router?: optimismgoerli_RouterResolvers; + optimismgoerli_RouterDailyTVL?: optimismgoerli_RouterDailyTVLResolvers; + optimismgoerli_RouterLiquidityEvent?: optimismgoerli_RouterLiquidityEventResolvers; + optimismgoerli_Sequencer?: optimismgoerli_SequencerResolvers; + optimismgoerli_Setting?: optimismgoerli_SettingResolvers; + optimismgoerli_SlippageUpdate?: optimismgoerli_SlippageUpdateResolvers; + optimismgoerli_SnapshotRoot?: optimismgoerli_SnapshotRootResolvers; + optimismgoerli_SpokeConnectorMode?: optimismgoerli_SpokeConnectorModeResolvers; + optimismgoerli__Block_?: optimismgoerli__Block_Resolvers; + optimismgoerli__Meta_?: optimismgoerli__Meta_Resolvers; + mainnet_AggregateRoot?: mainnet_AggregateRootResolvers; + mainnet_AggregateRootProposed?: mainnet_AggregateRootProposedResolvers; + mainnet_Asset?: mainnet_AssetResolvers; + mainnet_AssetBalance?: mainnet_AssetBalanceResolvers; + mainnet_AssetStatus?: mainnet_AssetStatusResolvers; + mainnet_ConnectorMeta?: mainnet_ConnectorMetaResolvers; + mainnet_DestinationTransfer?: mainnet_DestinationTransferResolvers; + mainnet_OptimisticRootFinalized?: mainnet_OptimisticRootFinalizedResolvers; + mainnet_OriginMessage?: mainnet_OriginMessageResolvers; + mainnet_OriginTransfer?: mainnet_OriginTransferResolvers; + mainnet_Relayer?: mainnet_RelayerResolvers; + mainnet_RelayerFee?: mainnet_RelayerFeeResolvers; + mainnet_RelayerFeesIncrease?: mainnet_RelayerFeesIncreaseResolvers; + mainnet_RootCount?: mainnet_RootCountResolvers; + mainnet_RootMessageSent?: mainnet_RootMessageSentResolvers; + mainnet_Router?: mainnet_RouterResolvers; + mainnet_RouterDailyTVL?: mainnet_RouterDailyTVLResolvers; + mainnet_RouterLiquidityEvent?: mainnet_RouterLiquidityEventResolvers; + mainnet_Sequencer?: mainnet_SequencerResolvers; + mainnet_Setting?: mainnet_SettingResolvers; + mainnet_SlippageUpdate?: mainnet_SlippageUpdateResolvers; + mainnet_SnapshotRoot?: mainnet_SnapshotRootResolvers; + mainnet_SpokeConnectorMode?: mainnet_SpokeConnectorModeResolvers; + mode_AggregateRoot?: mode_AggregateRootResolvers; + mode_AggregateRootProposed?: mode_AggregateRootProposedResolvers; + mode_Asset?: mode_AssetResolvers; + mode_AssetBalance?: mode_AssetBalanceResolvers; + mode_AssetStatus?: mode_AssetStatusResolvers; + mode_BigDecimal?: GraphQLScalarType; + mode_Bytes?: GraphQLScalarType; + mode_ConnectorMeta?: mode_ConnectorMetaResolvers; + mode_DestinationTransfer?: mode_DestinationTransferResolvers; + mode_Int8?: GraphQLScalarType; + mode_OptimisticRootFinalized?: mode_OptimisticRootFinalizedResolvers; + mode_OriginMessage?: mode_OriginMessageResolvers; + mode_OriginTransfer?: mode_OriginTransferResolvers; + mode_Relayer?: mode_RelayerResolvers; + mode_RelayerFee?: mode_RelayerFeeResolvers; + mode_RelayerFeesIncrease?: mode_RelayerFeesIncreaseResolvers; + mode_RootCount?: mode_RootCountResolvers; + mode_RootMessageSent?: mode_RootMessageSentResolvers; + mode_Router?: mode_RouterResolvers; + mode_RouterDailyTVL?: mode_RouterDailyTVLResolvers; + mode_RouterLiquidityEvent?: mode_RouterLiquidityEventResolvers; + mode_Sequencer?: mode_SequencerResolvers; + mode_Setting?: mode_SettingResolvers; + mode_SlippageUpdate?: mode_SlippageUpdateResolvers; + mode_SnapshotRoot?: mode_SnapshotRootResolvers; + mode_SpokeConnectorMode?: mode_SpokeConnectorModeResolvers; + mode__Block_?: mode__Block_Resolvers; + mode__Meta_?: mode__Meta_Resolvers; stagingmetis_AggregateRoot?: stagingmetis_AggregateRootResolvers; stagingmetis_AggregateRootProposed?: stagingmetis_AggregateRootProposedResolvers; stagingmetis_Asset?: stagingmetis_AssetResolvers; @@ -246135,6 +245768,164 @@ export type Resolvers = ResolversObject<{ stagingmetis_SpokeConnectorMode?: stagingmetis_SpokeConnectorModeResolvers; stagingmetis__Block_?: stagingmetis__Block_Resolvers; stagingmetis__Meta_?: stagingmetis__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; + polygon_AggregateRoot?: polygon_AggregateRootResolvers; + polygon_AggregateRootProposed?: polygon_AggregateRootProposedResolvers; + polygon_Asset?: polygon_AssetResolvers; + polygon_AssetBalance?: polygon_AssetBalanceResolvers; + polygon_AssetStatus?: polygon_AssetStatusResolvers; + polygon_BigDecimal?: GraphQLScalarType; + polygon_Bytes?: GraphQLScalarType; + polygon_ConnectorMeta?: polygon_ConnectorMetaResolvers; + polygon_DestinationTransfer?: polygon_DestinationTransferResolvers; + polygon_Int8?: GraphQLScalarType; + polygon_OptimisticRootFinalized?: polygon_OptimisticRootFinalizedResolvers; + polygon_OriginMessage?: polygon_OriginMessageResolvers; + polygon_OriginTransfer?: polygon_OriginTransferResolvers; + polygon_Relayer?: polygon_RelayerResolvers; + polygon_RelayerFee?: polygon_RelayerFeeResolvers; + polygon_RelayerFeesIncrease?: polygon_RelayerFeesIncreaseResolvers; + polygon_RootCount?: polygon_RootCountResolvers; + polygon_RootMessageSent?: polygon_RootMessageSentResolvers; + polygon_Router?: polygon_RouterResolvers; + polygon_RouterDailyTVL?: polygon_RouterDailyTVLResolvers; + polygon_RouterLiquidityEvent?: polygon_RouterLiquidityEventResolvers; + polygon_Sequencer?: polygon_SequencerResolvers; + polygon_Setting?: polygon_SettingResolvers; + polygon_SlippageUpdate?: polygon_SlippageUpdateResolvers; + polygon_SnapshotRoot?: polygon_SnapshotRootResolvers; + polygon_SpokeConnectorMode?: polygon_SpokeConnectorModeResolvers; + polygon__Block_?: polygon__Block_Resolvers; + polygon__Meta_?: polygon__Meta_Resolvers; + goerli_AggregateRoot?: goerli_AggregateRootResolvers; + goerli_AggregateRootProposed?: goerli_AggregateRootProposedResolvers; + goerli_Asset?: goerli_AssetResolvers; + goerli_AssetBalance?: goerli_AssetBalanceResolvers; + goerli_AssetStatus?: goerli_AssetStatusResolvers; + goerli_ConnectorMeta?: goerli_ConnectorMetaResolvers; + goerli_DestinationTransfer?: goerli_DestinationTransferResolvers; + goerli_OptimisticRootFinalized?: goerli_OptimisticRootFinalizedResolvers; + goerli_OriginMessage?: goerli_OriginMessageResolvers; + goerli_OriginTransfer?: goerli_OriginTransferResolvers; + goerli_Relayer?: goerli_RelayerResolvers; + goerli_RelayerFee?: goerli_RelayerFeeResolvers; + goerli_RelayerFeesIncrease?: goerli_RelayerFeesIncreaseResolvers; + goerli_RootCount?: goerli_RootCountResolvers; + goerli_RootMessageSent?: goerli_RootMessageSentResolvers; + goerli_Router?: goerli_RouterResolvers; + goerli_RouterDailyTVL?: goerli_RouterDailyTVLResolvers; + goerli_RouterLiquidityEvent?: goerli_RouterLiquidityEventResolvers; + goerli_Sequencer?: goerli_SequencerResolvers; + goerli_Setting?: goerli_SettingResolvers; + goerli_SlippageUpdate?: goerli_SlippageUpdateResolvers; + goerli_SnapshotRoot?: goerli_SnapshotRootResolvers; + goerli_SpokeConnectorMode?: goerli_SpokeConnectorModeResolvers; + mumbai_AggregateRoot?: mumbai_AggregateRootResolvers; + mumbai_AggregateRootProposed?: mumbai_AggregateRootProposedResolvers; + mumbai_Asset?: mumbai_AssetResolvers; + mumbai_AssetBalance?: mumbai_AssetBalanceResolvers; + mumbai_AssetStatus?: mumbai_AssetStatusResolvers; + mumbai_BigDecimal?: GraphQLScalarType; + mumbai_Bytes?: GraphQLScalarType; + mumbai_ConnectorMeta?: mumbai_ConnectorMetaResolvers; + mumbai_DestinationTransfer?: mumbai_DestinationTransferResolvers; + mumbai_Int8?: GraphQLScalarType; + mumbai_OptimisticRootFinalized?: mumbai_OptimisticRootFinalizedResolvers; + mumbai_OriginMessage?: mumbai_OriginMessageResolvers; + mumbai_OriginTransfer?: mumbai_OriginTransferResolvers; + mumbai_Relayer?: mumbai_RelayerResolvers; + mumbai_RelayerFee?: mumbai_RelayerFeeResolvers; + mumbai_RelayerFeesIncrease?: mumbai_RelayerFeesIncreaseResolvers; + mumbai_RootCount?: mumbai_RootCountResolvers; + mumbai_RootMessageSent?: mumbai_RootMessageSentResolvers; + mumbai_Router?: mumbai_RouterResolvers; + mumbai_RouterDailyTVL?: mumbai_RouterDailyTVLResolvers; + mumbai_RouterLiquidityEvent?: mumbai_RouterLiquidityEventResolvers; + mumbai_Sequencer?: mumbai_SequencerResolvers; + mumbai_Setting?: mumbai_SettingResolvers; + mumbai_SlippageUpdate?: mumbai_SlippageUpdateResolvers; + mumbai_SnapshotRoot?: mumbai_SnapshotRootResolvers; + mumbai_SpokeConnectorMode?: mumbai_SpokeConnectorModeResolvers; + mumbai__Block_?: mumbai__Block_Resolvers; + mumbai__Meta_?: mumbai__Meta_Resolvers; + staginggoerli_AggregateRoot?: staginggoerli_AggregateRootResolvers; + staginggoerli_AggregateRootProposed?: staginggoerli_AggregateRootProposedResolvers; + staginggoerli_Asset?: staginggoerli_AssetResolvers; + staginggoerli_AssetBalance?: staginggoerli_AssetBalanceResolvers; + staginggoerli_AssetStatus?: staginggoerli_AssetStatusResolvers; + staginggoerli_ConnectorMeta?: staginggoerli_ConnectorMetaResolvers; + staginggoerli_DestinationTransfer?: staginggoerli_DestinationTransferResolvers; + staginggoerli_OptimisticRootFinalized?: staginggoerli_OptimisticRootFinalizedResolvers; + staginggoerli_OriginMessage?: staginggoerli_OriginMessageResolvers; + staginggoerli_OriginTransfer?: staginggoerli_OriginTransferResolvers; + staginggoerli_Relayer?: staginggoerli_RelayerResolvers; + staginggoerli_RelayerFee?: staginggoerli_RelayerFeeResolvers; + staginggoerli_RelayerFeesIncrease?: staginggoerli_RelayerFeesIncreaseResolvers; + staginggoerli_RootCount?: staginggoerli_RootCountResolvers; + staginggoerli_RootMessageSent?: staginggoerli_RootMessageSentResolvers; + staginggoerli_Router?: staginggoerli_RouterResolvers; + staginggoerli_RouterDailyTVL?: staginggoerli_RouterDailyTVLResolvers; + staginggoerli_RouterLiquidityEvent?: staginggoerli_RouterLiquidityEventResolvers; + staginggoerli_Sequencer?: staginggoerli_SequencerResolvers; + staginggoerli_Setting?: staginggoerli_SettingResolvers; + staginggoerli_SlippageUpdate?: staginggoerli_SlippageUpdateResolvers; + staginggoerli_SnapshotRoot?: staginggoerli_SnapshotRootResolvers; + staginggoerli_SpokeConnectorMode?: staginggoerli_SpokeConnectorModeResolvers; + 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; staginglinea_AggregateRoot?: staginglinea_AggregateRootResolvers; staginglinea_AggregateRootProposed?: staginglinea_AggregateRootProposedResolvers; staginglinea_Asset?: staginglinea_AssetResolvers; @@ -246162,118 +245953,90 @@ export type Resolvers = ResolversObject<{ staginglinea_SpokeConnectorMode?: staginglinea_SpokeConnectorModeResolvers; staginglinea__Block_?: staginglinea__Block_Resolvers; staginglinea__Meta_?: staginglinea__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; - stagingarbitrumone_AggregateRoot?: stagingarbitrumone_AggregateRootResolvers; - stagingarbitrumone_AggregateRootProposed?: stagingarbitrumone_AggregateRootProposedResolvers; - stagingarbitrumone_Asset?: stagingarbitrumone_AssetResolvers; - stagingarbitrumone_AssetBalance?: stagingarbitrumone_AssetBalanceResolvers; - stagingarbitrumone_AssetStatus?: stagingarbitrumone_AssetStatusResolvers; - stagingarbitrumone_BigDecimal?: GraphQLScalarType; - stagingarbitrumone_Bytes?: GraphQLScalarType; - stagingarbitrumone_ConnectorMeta?: stagingarbitrumone_ConnectorMetaResolvers; - stagingarbitrumone_DestinationTransfer?: stagingarbitrumone_DestinationTransferResolvers; - stagingarbitrumone_Int8?: GraphQLScalarType; - stagingarbitrumone_OptimisticRootFinalized?: stagingarbitrumone_OptimisticRootFinalizedResolvers; - stagingarbitrumone_OriginMessage?: stagingarbitrumone_OriginMessageResolvers; - stagingarbitrumone_OriginTransfer?: stagingarbitrumone_OriginTransferResolvers; - stagingarbitrumone_Relayer?: stagingarbitrumone_RelayerResolvers; - stagingarbitrumone_RelayerFee?: stagingarbitrumone_RelayerFeeResolvers; - stagingarbitrumone_RelayerFeesIncrease?: stagingarbitrumone_RelayerFeesIncreaseResolvers; - stagingarbitrumone_RootCount?: stagingarbitrumone_RootCountResolvers; - stagingarbitrumone_RootMessageSent?: stagingarbitrumone_RootMessageSentResolvers; - stagingarbitrumone_Router?: stagingarbitrumone_RouterResolvers; - stagingarbitrumone_RouterDailyTVL?: stagingarbitrumone_RouterDailyTVLResolvers; - stagingarbitrumone_RouterLiquidityEvent?: stagingarbitrumone_RouterLiquidityEventResolvers; - stagingarbitrumone_Sequencer?: stagingarbitrumone_SequencerResolvers; - stagingarbitrumone_Setting?: stagingarbitrumone_SettingResolvers; - stagingarbitrumone_SlippageUpdate?: stagingarbitrumone_SlippageUpdateResolvers; - stagingarbitrumone_SnapshotRoot?: stagingarbitrumone_SnapshotRootResolvers; - stagingarbitrumone_SpokeConnectorMode?: stagingarbitrumone_SpokeConnectorModeResolvers; - stagingarbitrumone__Block_?: stagingarbitrumone__Block_Resolvers; - stagingarbitrumone__Meta_?: stagingarbitrumone__Meta_Resolvers; - stagingpolygonzkevm_AggregateRoot?: stagingpolygonzkevm_AggregateRootResolvers; - stagingpolygonzkevm_AggregateRootProposed?: stagingpolygonzkevm_AggregateRootProposedResolvers; - stagingpolygonzkevm_Asset?: stagingpolygonzkevm_AssetResolvers; - stagingpolygonzkevm_AssetBalance?: stagingpolygonzkevm_AssetBalanceResolvers; - stagingpolygonzkevm_AssetStatus?: stagingpolygonzkevm_AssetStatusResolvers; - stagingpolygonzkevm_BigDecimal?: GraphQLScalarType; - stagingpolygonzkevm_Bytes?: GraphQLScalarType; - stagingpolygonzkevm_ConnectorMeta?: stagingpolygonzkevm_ConnectorMetaResolvers; - stagingpolygonzkevm_DestinationTransfer?: stagingpolygonzkevm_DestinationTransferResolvers; - stagingpolygonzkevm_Int8?: GraphQLScalarType; - stagingpolygonzkevm_OptimisticRootFinalized?: stagingpolygonzkevm_OptimisticRootFinalizedResolvers; - stagingpolygonzkevm_OriginMessage?: stagingpolygonzkevm_OriginMessageResolvers; - stagingpolygonzkevm_OriginTransfer?: stagingpolygonzkevm_OriginTransferResolvers; - stagingpolygonzkevm_Relayer?: stagingpolygonzkevm_RelayerResolvers; - stagingpolygonzkevm_RelayerFee?: stagingpolygonzkevm_RelayerFeeResolvers; - stagingpolygonzkevm_RelayerFeesIncrease?: stagingpolygonzkevm_RelayerFeesIncreaseResolvers; - stagingpolygonzkevm_RootCount?: stagingpolygonzkevm_RootCountResolvers; - stagingpolygonzkevm_RootMessageSent?: stagingpolygonzkevm_RootMessageSentResolvers; - stagingpolygonzkevm_Router?: stagingpolygonzkevm_RouterResolvers; - stagingpolygonzkevm_RouterDailyTVL?: stagingpolygonzkevm_RouterDailyTVLResolvers; - stagingpolygonzkevm_RouterLiquidityEvent?: stagingpolygonzkevm_RouterLiquidityEventResolvers; - stagingpolygonzkevm_Sequencer?: stagingpolygonzkevm_SequencerResolvers; - stagingpolygonzkevm_Setting?: stagingpolygonzkevm_SettingResolvers; - stagingpolygonzkevm_SlippageUpdate?: stagingpolygonzkevm_SlippageUpdateResolvers; - stagingpolygonzkevm_SnapshotRoot?: stagingpolygonzkevm_SnapshotRootResolvers; - stagingpolygonzkevm_SpokeConnectorMode?: stagingpolygonzkevm_SpokeConnectorModeResolvers; - stagingpolygonzkevm__Block_?: stagingpolygonzkevm__Block_Resolvers; - stagingpolygonzkevm__Meta_?: stagingpolygonzkevm__Meta_Resolvers; - 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; + 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; + avalanche_AggregateRoot?: avalanche_AggregateRootResolvers; + avalanche_AggregateRootProposed?: avalanche_AggregateRootProposedResolvers; + avalanche_Asset?: avalanche_AssetResolvers; + avalanche_AssetBalance?: avalanche_AssetBalanceResolvers; + avalanche_AssetStatus?: avalanche_AssetStatusResolvers; + avalanche_BigDecimal?: GraphQLScalarType; + avalanche_Bytes?: GraphQLScalarType; + avalanche_ConnectorMeta?: avalanche_ConnectorMetaResolvers; + avalanche_DestinationTransfer?: avalanche_DestinationTransferResolvers; + avalanche_Int8?: GraphQLScalarType; + avalanche_OptimisticRootFinalized?: avalanche_OptimisticRootFinalizedResolvers; + avalanche_OriginMessage?: avalanche_OriginMessageResolvers; + avalanche_OriginTransfer?: avalanche_OriginTransferResolvers; + avalanche_Relayer?: avalanche_RelayerResolvers; + avalanche_RelayerFee?: avalanche_RelayerFeeResolvers; + avalanche_RelayerFeesIncrease?: avalanche_RelayerFeesIncreaseResolvers; + avalanche_RootCount?: avalanche_RootCountResolvers; + avalanche_RootMessageSent?: avalanche_RootMessageSentResolvers; + avalanche_Router?: avalanche_RouterResolvers; + avalanche_RouterDailyTVL?: avalanche_RouterDailyTVLResolvers; + avalanche_RouterLiquidityEvent?: avalanche_RouterLiquidityEventResolvers; + avalanche_Sequencer?: avalanche_SequencerResolvers; + avalanche_Setting?: avalanche_SettingResolvers; + avalanche_SlippageUpdate?: avalanche_SlippageUpdateResolvers; + avalanche_SnapshotRoot?: avalanche_SnapshotRootResolvers; + avalanche_SpokeConnectorMode?: avalanche_SpokeConnectorModeResolvers; + avalanche__Block_?: avalanche__Block_Resolvers; + avalanche__Meta_?: avalanche__Meta_Resolvers; + polygonzkevm_swap_AggregateRoot?: polygonzkevm_swap_AggregateRootResolvers; + polygonzkevm_swap_AggregateRootProposed?: polygonzkevm_swap_AggregateRootProposedResolvers; + polygonzkevm_swap_Asset?: polygonzkevm_swap_AssetResolvers; + polygonzkevm_swap_AssetBalance?: polygonzkevm_swap_AssetBalanceResolvers; + polygonzkevm_swap_AssetStatus?: polygonzkevm_swap_AssetStatusResolvers; + polygonzkevm_swap_BigDecimal?: GraphQLScalarType; + polygonzkevm_swap_Bytes?: GraphQLScalarType; + polygonzkevm_swap_ConnectorMeta?: polygonzkevm_swap_ConnectorMetaResolvers; + polygonzkevm_swap_DestinationTransfer?: polygonzkevm_swap_DestinationTransferResolvers; + polygonzkevm_swap_Int8?: GraphQLScalarType; + polygonzkevm_swap_OptimisticRootFinalized?: polygonzkevm_swap_OptimisticRootFinalizedResolvers; + polygonzkevm_swap_OriginMessage?: polygonzkevm_swap_OriginMessageResolvers; + polygonzkevm_swap_OriginTransfer?: polygonzkevm_swap_OriginTransferResolvers; + polygonzkevm_swap_Relayer?: polygonzkevm_swap_RelayerResolvers; + polygonzkevm_swap_RelayerFee?: polygonzkevm_swap_RelayerFeeResolvers; + polygonzkevm_swap_RelayerFeesIncrease?: polygonzkevm_swap_RelayerFeesIncreaseResolvers; + polygonzkevm_swap_RootCount?: polygonzkevm_swap_RootCountResolvers; + polygonzkevm_swap_RootMessageSent?: polygonzkevm_swap_RootMessageSentResolvers; + polygonzkevm_swap_Router?: polygonzkevm_swap_RouterResolvers; + polygonzkevm_swap_RouterDailyTVL?: polygonzkevm_swap_RouterDailyTVLResolvers; + polygonzkevm_swap_RouterLiquidityEvent?: polygonzkevm_swap_RouterLiquidityEventResolvers; + polygonzkevm_swap_Sequencer?: polygonzkevm_swap_SequencerResolvers; + polygonzkevm_swap_Setting?: polygonzkevm_swap_SettingResolvers; + polygonzkevm_swap_SlippageUpdate?: polygonzkevm_swap_SlippageUpdateResolvers; + polygonzkevm_swap_SnapshotRoot?: polygonzkevm_swap_SnapshotRootResolvers; + polygonzkevm_swap_SpokeConnectorMode?: polygonzkevm_swap_SpokeConnectorModeResolvers; + polygonzkevm_swap__Block_?: polygonzkevm_swap__Block_Resolvers; + polygonzkevm_swap__Meta_?: polygonzkevm_swap__Meta_Resolvers; polygonzkevm_AggregateRoot?: polygonzkevm_AggregateRootResolvers; polygonzkevm_AggregateRootProposed?: polygonzkevm_AggregateRootProposedResolvers; polygonzkevm_Asset?: polygonzkevm_AssetResolvers; @@ -246302,34 +246065,57 @@ export type Resolvers = ResolversObject<{ polygonzkevm_SpokeConnectorMode?: polygonzkevm_SpokeConnectorModeResolvers; polygonzkevm__Block_?: polygonzkevm__Block_Resolvers; polygonzkevm__Meta_?: polygonzkevm__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; + stagingarbitrumone_AggregateRoot?: stagingarbitrumone_AggregateRootResolvers; + stagingarbitrumone_AggregateRootProposed?: stagingarbitrumone_AggregateRootProposedResolvers; + stagingarbitrumone_Asset?: stagingarbitrumone_AssetResolvers; + stagingarbitrumone_AssetBalance?: stagingarbitrumone_AssetBalanceResolvers; + stagingarbitrumone_AssetStatus?: stagingarbitrumone_AssetStatusResolvers; + stagingarbitrumone_BigDecimal?: GraphQLScalarType; + stagingarbitrumone_Bytes?: GraphQLScalarType; + stagingarbitrumone_ConnectorMeta?: stagingarbitrumone_ConnectorMetaResolvers; + stagingarbitrumone_DestinationTransfer?: stagingarbitrumone_DestinationTransferResolvers; + stagingarbitrumone_Int8?: GraphQLScalarType; + stagingarbitrumone_OptimisticRootFinalized?: stagingarbitrumone_OptimisticRootFinalizedResolvers; + stagingarbitrumone_OriginMessage?: stagingarbitrumone_OriginMessageResolvers; + stagingarbitrumone_OriginTransfer?: stagingarbitrumone_OriginTransferResolvers; + stagingarbitrumone_Relayer?: stagingarbitrumone_RelayerResolvers; + stagingarbitrumone_RelayerFee?: stagingarbitrumone_RelayerFeeResolvers; + stagingarbitrumone_RelayerFeesIncrease?: stagingarbitrumone_RelayerFeesIncreaseResolvers; + stagingarbitrumone_RootCount?: stagingarbitrumone_RootCountResolvers; + stagingarbitrumone_RootMessageSent?: stagingarbitrumone_RootMessageSentResolvers; + stagingarbitrumone_Router?: stagingarbitrumone_RouterResolvers; + stagingarbitrumone_RouterDailyTVL?: stagingarbitrumone_RouterDailyTVLResolvers; + stagingarbitrumone_RouterLiquidityEvent?: stagingarbitrumone_RouterLiquidityEventResolvers; + stagingarbitrumone_Sequencer?: stagingarbitrumone_SequencerResolvers; + stagingarbitrumone_Setting?: stagingarbitrumone_SettingResolvers; + stagingarbitrumone_SlippageUpdate?: stagingarbitrumone_SlippageUpdateResolvers; + stagingarbitrumone_SnapshotRoot?: stagingarbitrumone_SnapshotRootResolvers; + stagingarbitrumone_SpokeConnectorMode?: stagingarbitrumone_SpokeConnectorModeResolvers; + stagingarbitrumone__Block_?: stagingarbitrumone__Block_Resolvers; + stagingarbitrumone__Meta_?: stagingarbitrumone__Meta_Resolvers; + localmainnet_AggregateRoot?: localmainnet_AggregateRootResolvers; + localmainnet_AggregateRootProposed?: localmainnet_AggregateRootProposedResolvers; + localmainnet_Asset?: localmainnet_AssetResolvers; + localmainnet_AssetBalance?: localmainnet_AssetBalanceResolvers; + localmainnet_AssetStatus?: localmainnet_AssetStatusResolvers; + localmainnet_ConnectorMeta?: localmainnet_ConnectorMetaResolvers; + localmainnet_DestinationTransfer?: localmainnet_DestinationTransferResolvers; + localmainnet_OptimisticRootFinalized?: localmainnet_OptimisticRootFinalizedResolvers; + localmainnet_OriginMessage?: localmainnet_OriginMessageResolvers; + localmainnet_OriginTransfer?: localmainnet_OriginTransferResolvers; + localmainnet_Relayer?: localmainnet_RelayerResolvers; + localmainnet_RelayerFee?: localmainnet_RelayerFeeResolvers; + localmainnet_RelayerFeesIncrease?: localmainnet_RelayerFeesIncreaseResolvers; + localmainnet_RootCount?: localmainnet_RootCountResolvers; + localmainnet_RootMessageSent?: localmainnet_RootMessageSentResolvers; + localmainnet_Router?: localmainnet_RouterResolvers; + localmainnet_RouterDailyTVL?: localmainnet_RouterDailyTVLResolvers; + localmainnet_RouterLiquidityEvent?: localmainnet_RouterLiquidityEventResolvers; + localmainnet_Sequencer?: localmainnet_SequencerResolvers; + localmainnet_Setting?: localmainnet_SettingResolvers; + localmainnet_SlippageUpdate?: localmainnet_SlippageUpdateResolvers; + localmainnet_SnapshotRoot?: localmainnet_SnapshotRootResolvers; + localmainnet_SpokeConnectorMode?: localmainnet_SpokeConnectorModeResolvers; localarbitrumone_AggregateRoot?: localarbitrumone_AggregateRootResolvers; localarbitrumone_AggregateRootProposed?: localarbitrumone_AggregateRootProposedResolvers; localarbitrumone_Asset?: localarbitrumone_AssetResolvers; @@ -246358,166 +246144,6 @@ export type Resolvers = ResolversObject<{ localarbitrumone_SpokeConnectorMode?: localarbitrumone_SpokeConnectorModeResolvers; localarbitrumone__Block_?: localarbitrumone__Block_Resolvers; localarbitrumone__Meta_?: localarbitrumone__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; - stagingmainnet_AggregateRootSavedSlow?: stagingmainnet_AggregateRootSavedSlowResolvers; - stagingmainnet_AggregatedMessageRoot?: stagingmainnet_AggregatedMessageRootResolvers; - stagingmainnet_ArbitrumConnectorMeta?: stagingmainnet_ArbitrumConnectorMetaResolvers; - stagingmainnet_AvalancheConnectorMeta?: stagingmainnet_AvalancheConnectorMetaResolvers; - stagingmainnet_BaseConnectorMeta?: stagingmainnet_BaseConnectorMetaResolvers; - stagingmainnet_BnbConnectorMeta?: stagingmainnet_BnbConnectorMetaResolvers; - stagingmainnet_GnosisConnectorMeta?: stagingmainnet_GnosisConnectorMetaResolvers; - stagingmainnet_HubDomain?: stagingmainnet_HubDomainResolvers; - stagingmainnet_HubOptimisticRootFinalized?: stagingmainnet_HubOptimisticRootFinalizedResolvers; - stagingmainnet_LineaConnectorMeta?: stagingmainnet_LineaConnectorMetaResolvers; - stagingmainnet_MantleConnectorMeta?: stagingmainnet_MantleConnectorMetaResolvers; - stagingmainnet_MetisConnectorMeta?: stagingmainnet_MetisConnectorMetaResolvers; - stagingmainnet_ModeConnectorMeta?: stagingmainnet_ModeConnectorMetaResolvers; - stagingmainnet_OptimismConnectorMeta?: stagingmainnet_OptimismConnectorMetaResolvers; - stagingmainnet_OptimisticRootPropagated?: stagingmainnet_OptimisticRootPropagatedResolvers; - stagingmainnet_OptimisticRootProposed?: stagingmainnet_OptimisticRootProposedResolvers; - stagingmainnet_PolygonConnectorMeta?: stagingmainnet_PolygonConnectorMetaResolvers; - stagingmainnet_PolygonZkConnectorMeta?: stagingmainnet_PolygonZkConnectorMetaResolvers; - stagingmainnet_RootAggregated?: stagingmainnet_RootAggregatedResolvers; - stagingmainnet_RootManagerMeta?: stagingmainnet_RootManagerMetaResolvers; - stagingmainnet_RootManagerMode?: stagingmainnet_RootManagerModeResolvers; - stagingmainnet_RootMessageProcessed?: stagingmainnet_RootMessageProcessedResolvers; - stagingmainnet_RootPropagated?: stagingmainnet_RootPropagatedResolvers; - stagingmainnet_ScrollConnectorMeta?: stagingmainnet_ScrollConnectorMetaResolvers; - stagingmainnet_ZkSyncConnectorMeta?: stagingmainnet_ZkSyncConnectorMetaResolvers; - 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; - 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; - avalanche_AggregateRoot?: avalanche_AggregateRootResolvers; - avalanche_AggregateRootProposed?: avalanche_AggregateRootProposedResolvers; - avalanche_Asset?: avalanche_AssetResolvers; - avalanche_AssetBalance?: avalanche_AssetBalanceResolvers; - avalanche_AssetStatus?: avalanche_AssetStatusResolvers; - avalanche_BigDecimal?: GraphQLScalarType; - avalanche_Bytes?: GraphQLScalarType; - avalanche_ConnectorMeta?: avalanche_ConnectorMetaResolvers; - avalanche_DestinationTransfer?: avalanche_DestinationTransferResolvers; - avalanche_Int8?: GraphQLScalarType; - avalanche_OptimisticRootFinalized?: avalanche_OptimisticRootFinalizedResolvers; - avalanche_OriginMessage?: avalanche_OriginMessageResolvers; - avalanche_OriginTransfer?: avalanche_OriginTransferResolvers; - avalanche_Relayer?: avalanche_RelayerResolvers; - avalanche_RelayerFee?: avalanche_RelayerFeeResolvers; - avalanche_RelayerFeesIncrease?: avalanche_RelayerFeesIncreaseResolvers; - avalanche_RootCount?: avalanche_RootCountResolvers; - avalanche_RootMessageSent?: avalanche_RootMessageSentResolvers; - avalanche_Router?: avalanche_RouterResolvers; - avalanche_RouterDailyTVL?: avalanche_RouterDailyTVLResolvers; - avalanche_RouterLiquidityEvent?: avalanche_RouterLiquidityEventResolvers; - avalanche_Sequencer?: avalanche_SequencerResolvers; - avalanche_Setting?: avalanche_SettingResolvers; - avalanche_SlippageUpdate?: avalanche_SlippageUpdateResolvers; - avalanche_SnapshotRoot?: avalanche_SnapshotRootResolvers; - avalanche_SpokeConnectorMode?: avalanche_SpokeConnectorModeResolvers; - avalanche__Block_?: avalanche__Block_Resolvers; - avalanche__Meta_?: avalanche__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; stagingmode_AggregateRoot?: stagingmode_AggregateRootResolvers; stagingmode_AggregateRootProposed?: stagingmode_AggregateRootProposedResolvers; stagingmode_Asset?: stagingmode_AssetResolvers; @@ -246546,27 +246172,393 @@ export type Resolvers = ResolversObject<{ stagingmode_SpokeConnectorMode?: stagingmode_SpokeConnectorModeResolvers; stagingmode__Block_?: stagingmode__Block_Resolvers; stagingmode__Meta_?: stagingmode__Meta_Resolvers; - stagingoptimismgoerli_swap_BigDecimal?: GraphQLScalarType; - stagingoptimismgoerli_swap_Bytes?: GraphQLScalarType; - stagingoptimismgoerli_swap_Int8?: GraphQLScalarType; - stagingoptimismgoerli_swap_LpAccount?: stagingoptimismgoerli_swap_LpAccountResolvers; - stagingoptimismgoerli_swap_LpAccountBalance?: stagingoptimismgoerli_swap_LpAccountBalanceResolvers; - stagingoptimismgoerli_swap_LpToken?: stagingoptimismgoerli_swap_LpTokenResolvers; - stagingoptimismgoerli_swap_LpTokenEvent?: stagingoptimismgoerli_swap_LpTokenEventResolvers; - stagingoptimismgoerli_swap_LpTransferEvent?: stagingoptimismgoerli_swap_LpTransferEventResolvers; - stagingoptimismgoerli_swap_PooledToken?: stagingoptimismgoerli_swap_PooledTokenResolvers; - stagingoptimismgoerli_swap_StableSwap?: stagingoptimismgoerli_swap_StableSwapResolvers; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent?: stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers; - stagingoptimismgoerli_swap_StableSwapEvent?: stagingoptimismgoerli_swap_StableSwapEventResolvers; - stagingoptimismgoerli_swap_StableSwapExchange?: stagingoptimismgoerli_swap_StableSwapExchangeResolvers; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent?: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers; - stagingoptimismgoerli_swap_SwapDailyVolume?: stagingoptimismgoerli_swap_SwapDailyVolumeResolvers; - stagingoptimismgoerli_swap_SwapHourlyVolume?: stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers; - stagingoptimismgoerli_swap_SwapTradeVolume?: stagingoptimismgoerli_swap_SwapTradeVolumeResolvers; - stagingoptimismgoerli_swap_SwapWeeklyVolume?: stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers; - stagingoptimismgoerli_swap_SystemInfo?: stagingoptimismgoerli_swap_SystemInfoResolvers; - stagingoptimismgoerli_swap__Block_?: stagingoptimismgoerli_swap__Block_Resolvers; - stagingoptimismgoerli_swap__Meta_?: stagingoptimismgoerli_swap__Meta_Resolvers; + stagingxdai_AggregateRoot?: stagingxdai_AggregateRootResolvers; + stagingxdai_AggregateRootProposed?: stagingxdai_AggregateRootProposedResolvers; + stagingxdai_Asset?: stagingxdai_AssetResolvers; + stagingxdai_AssetBalance?: stagingxdai_AssetBalanceResolvers; + stagingxdai_AssetStatus?: stagingxdai_AssetStatusResolvers; + stagingxdai_BigDecimal?: GraphQLScalarType; + stagingxdai_Bytes?: GraphQLScalarType; + stagingxdai_ConnectorMeta?: stagingxdai_ConnectorMetaResolvers; + stagingxdai_DestinationTransfer?: stagingxdai_DestinationTransferResolvers; + stagingxdai_Int8?: GraphQLScalarType; + stagingxdai_OptimisticRootFinalized?: stagingxdai_OptimisticRootFinalizedResolvers; + stagingxdai_OriginMessage?: stagingxdai_OriginMessageResolvers; + stagingxdai_OriginTransfer?: stagingxdai_OriginTransferResolvers; + stagingxdai_Relayer?: stagingxdai_RelayerResolvers; + stagingxdai_RelayerFee?: stagingxdai_RelayerFeeResolvers; + stagingxdai_RelayerFeesIncrease?: stagingxdai_RelayerFeesIncreaseResolvers; + stagingxdai_RootCount?: stagingxdai_RootCountResolvers; + stagingxdai_RootMessageSent?: stagingxdai_RootMessageSentResolvers; + stagingxdai_Router?: stagingxdai_RouterResolvers; + stagingxdai_RouterDailyTVL?: stagingxdai_RouterDailyTVLResolvers; + stagingxdai_RouterLiquidityEvent?: stagingxdai_RouterLiquidityEventResolvers; + stagingxdai_Sequencer?: stagingxdai_SequencerResolvers; + stagingxdai_Setting?: stagingxdai_SettingResolvers; + stagingxdai_SlippageUpdate?: stagingxdai_SlippageUpdateResolvers; + stagingxdai_SnapshotRoot?: stagingxdai_SnapshotRootResolvers; + stagingxdai_SpokeConnectorMode?: stagingxdai_SpokeConnectorModeResolvers; + stagingxdai__Block_?: stagingxdai__Block_Resolvers; + stagingxdai__Meta_?: stagingxdai__Meta_Resolvers; + 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; + 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; + 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; + 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; + stagingbnb_AggregateRoot?: stagingbnb_AggregateRootResolvers; + stagingbnb_AggregateRootProposed?: stagingbnb_AggregateRootProposedResolvers; + stagingbnb_Asset?: stagingbnb_AssetResolvers; + stagingbnb_AssetBalance?: stagingbnb_AssetBalanceResolvers; + stagingbnb_AssetStatus?: stagingbnb_AssetStatusResolvers; + stagingbnb_BigDecimal?: GraphQLScalarType; + stagingbnb_Bytes?: GraphQLScalarType; + stagingbnb_ConnectorMeta?: stagingbnb_ConnectorMetaResolvers; + stagingbnb_DestinationTransfer?: stagingbnb_DestinationTransferResolvers; + stagingbnb_Int8?: GraphQLScalarType; + stagingbnb_OptimisticRootFinalized?: stagingbnb_OptimisticRootFinalizedResolvers; + stagingbnb_OriginMessage?: stagingbnb_OriginMessageResolvers; + stagingbnb_OriginTransfer?: stagingbnb_OriginTransferResolvers; + stagingbnb_Relayer?: stagingbnb_RelayerResolvers; + stagingbnb_RelayerFee?: stagingbnb_RelayerFeeResolvers; + stagingbnb_RelayerFeesIncrease?: stagingbnb_RelayerFeesIncreaseResolvers; + stagingbnb_RootCount?: stagingbnb_RootCountResolvers; + stagingbnb_RootMessageSent?: stagingbnb_RootMessageSentResolvers; + stagingbnb_Router?: stagingbnb_RouterResolvers; + stagingbnb_RouterDailyTVL?: stagingbnb_RouterDailyTVLResolvers; + stagingbnb_RouterLiquidityEvent?: stagingbnb_RouterLiquidityEventResolvers; + stagingbnb_Sequencer?: stagingbnb_SequencerResolvers; + stagingbnb_Setting?: stagingbnb_SettingResolvers; + stagingbnb_SlippageUpdate?: stagingbnb_SlippageUpdateResolvers; + stagingbnb_SnapshotRoot?: stagingbnb_SnapshotRootResolvers; + stagingbnb_SpokeConnectorMode?: stagingbnb_SpokeConnectorModeResolvers; + stagingbnb__Block_?: stagingbnb__Block_Resolvers; + stagingbnb__Meta_?: stagingbnb__Meta_Resolvers; + 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; + optimism_AggregateRoot?: optimism_AggregateRootResolvers; + optimism_AggregateRootProposed?: optimism_AggregateRootProposedResolvers; + optimism_Asset?: optimism_AssetResolvers; + optimism_AssetBalance?: optimism_AssetBalanceResolvers; + optimism_AssetStatus?: optimism_AssetStatusResolvers; + optimism_BigDecimal?: GraphQLScalarType; + optimism_Bytes?: GraphQLScalarType; + optimism_ConnectorMeta?: optimism_ConnectorMetaResolvers; + optimism_DestinationTransfer?: optimism_DestinationTransferResolvers; + optimism_Int8?: GraphQLScalarType; + optimism_OptimisticRootFinalized?: optimism_OptimisticRootFinalizedResolvers; + optimism_OriginMessage?: optimism_OriginMessageResolvers; + optimism_OriginTransfer?: optimism_OriginTransferResolvers; + optimism_Relayer?: optimism_RelayerResolvers; + optimism_RelayerFee?: optimism_RelayerFeeResolvers; + optimism_RelayerFeesIncrease?: optimism_RelayerFeesIncreaseResolvers; + optimism_RootCount?: optimism_RootCountResolvers; + optimism_RootMessageSent?: optimism_RootMessageSentResolvers; + optimism_Router?: optimism_RouterResolvers; + optimism_RouterDailyTVL?: optimism_RouterDailyTVLResolvers; + optimism_RouterLiquidityEvent?: optimism_RouterLiquidityEventResolvers; + optimism_Sequencer?: optimism_SequencerResolvers; + optimism_Setting?: optimism_SettingResolvers; + optimism_SlippageUpdate?: optimism_SlippageUpdateResolvers; + optimism_SnapshotRoot?: optimism_SnapshotRootResolvers; + optimism_SpokeConnectorMode?: optimism_SpokeConnectorModeResolvers; + optimism__Block_?: optimism__Block_Resolvers; + optimism__Meta_?: optimism__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; + localoptimism_AggregateRoot?: localoptimism_AggregateRootResolvers; + localoptimism_AggregateRootProposed?: localoptimism_AggregateRootProposedResolvers; + localoptimism_Asset?: localoptimism_AssetResolvers; + localoptimism_AssetBalance?: localoptimism_AssetBalanceResolvers; + localoptimism_AssetStatus?: localoptimism_AssetStatusResolvers; + localoptimism_BigDecimal?: GraphQLScalarType; + localoptimism_Bytes?: GraphQLScalarType; + localoptimism_ConnectorMeta?: localoptimism_ConnectorMetaResolvers; + localoptimism_DestinationTransfer?: localoptimism_DestinationTransferResolvers; + localoptimism_Int8?: GraphQLScalarType; + localoptimism_OptimisticRootFinalized?: localoptimism_OptimisticRootFinalizedResolvers; + localoptimism_OriginMessage?: localoptimism_OriginMessageResolvers; + localoptimism_OriginTransfer?: localoptimism_OriginTransferResolvers; + localoptimism_Relayer?: localoptimism_RelayerResolvers; + localoptimism_RelayerFee?: localoptimism_RelayerFeeResolvers; + localoptimism_RelayerFeesIncrease?: localoptimism_RelayerFeesIncreaseResolvers; + localoptimism_RootCount?: localoptimism_RootCountResolvers; + localoptimism_RootMessageSent?: localoptimism_RootMessageSentResolvers; + localoptimism_Router?: localoptimism_RouterResolvers; + localoptimism_RouterDailyTVL?: localoptimism_RouterDailyTVLResolvers; + localoptimism_RouterLiquidityEvent?: localoptimism_RouterLiquidityEventResolvers; + localoptimism_Sequencer?: localoptimism_SequencerResolvers; + localoptimism_Setting?: localoptimism_SettingResolvers; + localoptimism_SlippageUpdate?: localoptimism_SlippageUpdateResolvers; + localoptimism_SnapshotRoot?: localoptimism_SnapshotRootResolvers; + localoptimism_SpokeConnectorMode?: localoptimism_SpokeConnectorModeResolvers; + localoptimism__Block_?: localoptimism__Block_Resolvers; + localoptimism__Meta_?: localoptimism__Meta_Resolvers; + 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; + 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_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; x1testnet_AggregateRoot?: x1testnet_AggregateRootResolvers; x1testnet_AggregateRootProposed?: x1testnet_AggregateRootProposedResolvers; x1testnet_Asset?: x1testnet_AssetResolvers; @@ -246603,7 +246595,7 @@ export type DirectiveResolvers = ResolversObject<{ derivedFrom?: derivedFromDirectiveResolver; }>; -export type MeshContext = ConnextTestOptimismGoerliTypes.Context & HubStagingGoerliTypes.Context & StableSwapOptimismGoerliTypes.Context & StableSwapZkSyncEraTypes.Context & StableSwapLineaTypes.Context & StableSwapBnbTypes.Context & StableSwapModeTypes.Context & HubLocalMainnetTypes.Context & ConnextLineaGoerliTypes.Context & StableSwapXdaiTypes.Context & StableSwapStagingGoerliTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapOptimismTypes.Context & StableSwapPolygonTypes.Context & HubGoerliTypes.Context & StableSwapMetisTypes.Context & StableSwapStagingMumbaiTypes.Context & StableSwapMumbaiTypes.Context & StableSwapBaseTypes.Context & StableSwapGoerliTypes.Context & StableSwapAvalancheTypes.Context & ConnextOptimismGoerliTypes.Context & ConnextGoerliTypes.Context & ConnextStagingOptimismGoerliTypes.Context & ConnextMumbaiTypes.Context & ConnextBaseGoerliTypes.Context & ConnextStagingMumbaiTypes.Context & ConnextPolygonTypes.Context & ConnextStagingGoerliTypes.Context & ConnextOptimismTypes.Context & StableSwapMantleTypes.Context & HubMainnetTypes.Context & ConnextTestGoerliTypes.Context & ConnextStagingZkSyncTypes.Context & ConnextBaseTypes.Context & StableSwapPolygonZkEvmTypes.Context & ConnextStagingMainnetTypes.Context & ConnextStagingBnbTypes.Context & ConnextStagingOptimismTypes.Context & ConnextLocalOptimismTypes.Context & ConnextLineaTypes.Context & ConnextLocalMainnetTypes.Context & ConnextMetisTypes.Context & ConnextStagingScrollTypes.Context & ConnextStagingPolygonTypes.Context & ConnextStagingXdaiTypes.Context & ConnextStagingBaseTypes.Context & ConnextZkSyncTypes.Context & ConnextArbitrumOneTypes.Context & ConnextStagingMetisTypes.Context & ConnextStagingLineaTypes.Context & ConnextStagingMantleTypes.Context & ConnextStagingArbitrumOneTypes.Context & ConnextStagingPolygonZkEvmTypes.Context & ConnextXdaiTypes.Context & ConnextPolygonZkEvmTypes.Context & ConnextStagingAvalancheTypes.Context & ConnextLocalArbitrumOneTypes.Context & ConnextMantleTypes.Context & HubStagingMainnetTypes.Context & ConnextMainnetTypes.Context & ConnextBnbTypes.Context & ConnextAvalancheTypes.Context & ConnextModeTypes.Context & ConnextStagingModeTypes.Context & StableSwapStagingOptimismGoerliTypes.Context & ConnextX1TestnetTypes.Context & BaseMeshContext; +export type MeshContext = HubStagingGoerliTypes.Context & ConnextTestGoerliTypes.Context & ConnextTestOptimismGoerliTypes.Context & StableSwapStagingOptimismGoerliTypes.Context & StableSwapMumbaiTypes.Context & ConnextLineaTypes.Context & ConnextXdaiTypes.Context & StableSwapOptimismGoerliTypes.Context & ConnextBnbTypes.Context & ConnextLineaGoerliTypes.Context & StableSwapOptimismTypes.Context & StableSwapStagingMumbaiTypes.Context & StableSwapGoerliTypes.Context & StableSwapPolygonTypes.Context & HubStagingMainnetTypes.Context & StableSwapModeTypes.Context & HubGoerliTypes.Context & StableSwapMetisTypes.Context & StableSwapZkSyncEraTypes.Context & StableSwapBnbTypes.Context & StableSwapAvalancheTypes.Context & StableSwapBaseTypes.Context & StableSwapXdaiTypes.Context & StableSwapLineaTypes.Context & StableSwapArbitrumOneTypes.Context & HubMainnetTypes.Context & HubLocalMainnetTypes.Context & StableSwapStagingGoerliTypes.Context & ConnextStagingOptimismGoerliTypes.Context & StableSwapMantleTypes.Context & ConnextStagingMumbaiTypes.Context & ConnextArbitrumOneTypes.Context & ConnextBaseGoerliTypes.Context & ConnextOptimismGoerliTypes.Context & ConnextMainnetTypes.Context & ConnextModeTypes.Context & ConnextStagingMetisTypes.Context & ConnextStagingMantleTypes.Context & ConnextPolygonTypes.Context & ConnextGoerliTypes.Context & ConnextMumbaiTypes.Context & ConnextStagingGoerliTypes.Context & ConnextStagingOptimismTypes.Context & ConnextStagingLineaTypes.Context & ConnextZkSyncTypes.Context & ConnextAvalancheTypes.Context & StableSwapPolygonZkEvmTypes.Context & ConnextPolygonZkEvmTypes.Context & ConnextStagingArbitrumOneTypes.Context & ConnextLocalMainnetTypes.Context & ConnextLocalArbitrumOneTypes.Context & ConnextStagingModeTypes.Context & ConnextStagingXdaiTypes.Context & ConnextStagingMainnetTypes.Context & ConnextStagingPolygonTypes.Context & ConnextStagingScrollTypes.Context & ConnextMantleTypes.Context & ConnextBaseTypes.Context & ConnextStagingBnbTypes.Context & ConnextStagingZkSyncTypes.Context & ConnextOptimismTypes.Context & ConnextStagingBaseTypes.Context & ConnextLocalOptimismTypes.Context & ConnextStagingAvalancheTypes.Context & ConnextStagingPolygonZkEvmTypes.Context & ConnextMetisTypes.Context & ConnextX1TestnetTypes.Context & BaseMeshContext; const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', '..'); @@ -246611,202 +246603,202 @@ 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/Connext_Test_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Hub_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$0) as T; - case ".graphclient/sources/Hub_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_Test_Goerli/introspectionSchema": return Promise.resolve(importedModule$1) as T; - case ".graphclient/sources/StableSwap_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Test_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$2) as T; - case ".graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$3) as T; - case ".graphclient/sources/StableSwap_Linea/introspectionSchema": + case ".graphclient/sources/StableSwap_Mumbai/introspectionSchema": return Promise.resolve(importedModule$4) as T; - case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Linea/introspectionSchema": return Promise.resolve(importedModule$5) as T; - case ".graphclient/sources/StableSwap_Mode/introspectionSchema": + case ".graphclient/sources/Connext_Xdai/introspectionSchema": return Promise.resolve(importedModule$6) as T; - case ".graphclient/sources/Hub_LocalMainnet/introspectionSchema": + case ".graphclient/sources/StableSwap_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$7) as T; - case ".graphclient/sources/Connext_LineaGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Bnb/introspectionSchema": return Promise.resolve(importedModule$8) as T; - case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_LineaGoerli/introspectionSchema": return Promise.resolve(importedModule$9) as T; - case ".graphclient/sources/StableSwap_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": return Promise.resolve(importedModule$10) as T; - case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_Mumbai/introspectionSchema": return Promise.resolve(importedModule$11) as T; - case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": + case ".graphclient/sources/StableSwap_Goerli/introspectionSchema": return Promise.resolve(importedModule$12) as T; case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": return Promise.resolve(importedModule$13) as T; - case ".graphclient/sources/Hub_Goerli/introspectionSchema": + case ".graphclient/sources/Hub_Staging_Mainnet/introspectionSchema": return Promise.resolve(importedModule$14) as T; - case ".graphclient/sources/StableSwap_Metis/introspectionSchema": + case ".graphclient/sources/StableSwap_Mode/introspectionSchema": return Promise.resolve(importedModule$15) as T; - case ".graphclient/sources/StableSwap_Staging_Mumbai/introspectionSchema": + case ".graphclient/sources/Hub_Goerli/introspectionSchema": return Promise.resolve(importedModule$16) as T; - case ".graphclient/sources/StableSwap_Mumbai/introspectionSchema": + case ".graphclient/sources/StableSwap_Metis/introspectionSchema": return Promise.resolve(importedModule$17) as T; - case ".graphclient/sources/StableSwap_Base/introspectionSchema": + case ".graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema": return Promise.resolve(importedModule$18) as T; - case ".graphclient/sources/StableSwap_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": return Promise.resolve(importedModule$19) as T; case ".graphclient/sources/StableSwap_Avalanche/introspectionSchema": return Promise.resolve(importedModule$20) as T; - case ".graphclient/sources/Connext_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Base/introspectionSchema": return Promise.resolve(importedModule$21) as T; - case ".graphclient/sources/Connext_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": return Promise.resolve(importedModule$22) as T; - case ".graphclient/sources/Connext_Staging_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Linea/introspectionSchema": return Promise.resolve(importedModule$23) as T; - case ".graphclient/sources/Connext_Mumbai/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$24) as T; - case ".graphclient/sources/Connext_BaseGoerli/introspectionSchema": + case ".graphclient/sources/Hub_Mainnet/introspectionSchema": return Promise.resolve(importedModule$25) as T; - case ".graphclient/sources/Connext_Staging_Mumbai/introspectionSchema": + case ".graphclient/sources/Hub_LocalMainnet/introspectionSchema": return Promise.resolve(importedModule$26) as T; - case ".graphclient/sources/Connext_Polygon/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$27) as T; - case ".graphclient/sources/Connext_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_Staging_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$28) as T; - case ".graphclient/sources/Connext_Optimism/introspectionSchema": + case ".graphclient/sources/StableSwap_Mantle/introspectionSchema": return Promise.resolve(importedModule$29) as T; - case ".graphclient/sources/StableSwap_Mantle/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mumbai/introspectionSchema": return Promise.resolve(importedModule$30) as T; - case ".graphclient/sources/Hub_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$31) as T; - case ".graphclient/sources/Connext_Test_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_BaseGoerli/introspectionSchema": return Promise.resolve(importedModule$32) as T; - case ".graphclient/sources/Connext_Staging_zkSync/introspectionSchema": + case ".graphclient/sources/Connext_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$33) as T; - case ".graphclient/sources/Connext_Base/introspectionSchema": + case ".graphclient/sources/Connext_Mainnet/introspectionSchema": return Promise.resolve(importedModule$34) as T; - case ".graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema": + case ".graphclient/sources/Connext_Mode/introspectionSchema": return Promise.resolve(importedModule$35) as T; - case ".graphclient/sources/Connext_Staging_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Metis/introspectionSchema": return Promise.resolve(importedModule$36) as T; - case ".graphclient/sources/Connext_Staging_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mantle/introspectionSchema": return Promise.resolve(importedModule$37) as T; - case ".graphclient/sources/Connext_Staging_Optimism/introspectionSchema": + case ".graphclient/sources/Connext_Polygon/introspectionSchema": return Promise.resolve(importedModule$38) as T; - case ".graphclient/sources/Connext_LocalOptimism/introspectionSchema": + case ".graphclient/sources/Connext_Goerli/introspectionSchema": return Promise.resolve(importedModule$39) as T; - case ".graphclient/sources/Connext_Linea/introspectionSchema": + case ".graphclient/sources/Connext_Mumbai/introspectionSchema": return Promise.resolve(importedModule$40) as T; - case ".graphclient/sources/Connext_LocalMainnet/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$41) as T; - case ".graphclient/sources/Connext_Metis/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Optimism/introspectionSchema": return Promise.resolve(importedModule$42) as T; - case ".graphclient/sources/Connext_Staging_Scroll/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Linea/introspectionSchema": return Promise.resolve(importedModule$43) as T; - case ".graphclient/sources/Connext_Staging_Polygon/introspectionSchema": + case ".graphclient/sources/Connext_ZkSync/introspectionSchema": return Promise.resolve(importedModule$44) as T; - case ".graphclient/sources/Connext_Staging_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_Avalanche/introspectionSchema": return Promise.resolve(importedModule$45) as T; - case ".graphclient/sources/Connext_Staging_Base/introspectionSchema": + case ".graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema": return Promise.resolve(importedModule$46) as T; - case ".graphclient/sources/Connext_ZkSync/introspectionSchema": + case ".graphclient/sources/Connext_PolygonZkEVM/introspectionSchema": return Promise.resolve(importedModule$47) as T; - case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$48) as T; - case ".graphclient/sources/Connext_Staging_Metis/introspectionSchema": + case ".graphclient/sources/Connext_LocalMainnet/introspectionSchema": return Promise.resolve(importedModule$49) as T; - case ".graphclient/sources/Connext_Staging_Linea/introspectionSchema": + case ".graphclient/sources/Connext_LocalArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$50) as T; - case ".graphclient/sources/Connext_Staging_Mantle/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mode/introspectionSchema": return Promise.resolve(importedModule$51) as T; - case ".graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Xdai/introspectionSchema": return Promise.resolve(importedModule$52) as T; - case ".graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mainnet/introspectionSchema": return Promise.resolve(importedModule$53) as T; - case ".graphclient/sources/Connext_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Polygon/introspectionSchema": return Promise.resolve(importedModule$54) as T; - case ".graphclient/sources/Connext_PolygonZkEVM/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Scroll/introspectionSchema": return Promise.resolve(importedModule$55) as T; - case ".graphclient/sources/Connext_Staging_Avalanche/introspectionSchema": + case ".graphclient/sources/Connext_Mantle/introspectionSchema": return Promise.resolve(importedModule$56) as T; - case ".graphclient/sources/Connext_LocalArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_Base/introspectionSchema": return Promise.resolve(importedModule$57) as T; - case ".graphclient/sources/Connext_Mantle/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Bnb/introspectionSchema": return Promise.resolve(importedModule$58) as T; - case ".graphclient/sources/Hub_Staging_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Staging_zkSync/introspectionSchema": return Promise.resolve(importedModule$59) as T; - case ".graphclient/sources/Connext_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Optimism/introspectionSchema": return Promise.resolve(importedModule$60) as T; - case ".graphclient/sources/Connext_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Base/introspectionSchema": return Promise.resolve(importedModule$61) as T; - case ".graphclient/sources/Connext_Avalanche/introspectionSchema": + case ".graphclient/sources/Connext_LocalOptimism/introspectionSchema": return Promise.resolve(importedModule$62) as T; - case ".graphclient/sources/Connext_Mode/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Avalanche/introspectionSchema": return Promise.resolve(importedModule$63) as T; - case ".graphclient/sources/Connext_Staging_Mode/introspectionSchema": + case ".graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema": return Promise.resolve(importedModule$64) as T; - case ".graphclient/sources/StableSwap_Staging_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Metis/introspectionSchema": return Promise.resolve(importedModule$65) as T; case ".graphclient/sources/Connext_X1Testnet/introspectionSchema": @@ -247352,7 +247344,7 @@ const stableSwapMantleHandler = new GraphqlHandler({ }); const stableSwapMetisHandler = new GraphqlHandler({ name: "StableSwap_Metis", - config: {"endpoint":"https://connext.bwarelabs.com/subgraphs/name/connext/stableswap-v0-metis","retry":5,"timeout":30000}, + config: {"strategy":"highestValue","strategyConfig":{"selectionSet":"{\n _meta {\n block {\n number\n }\n }\n}\n","value":"_meta.block.number"},"sources":[{"endpoint":"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/connext/stableswap-v1-metis/gn","retry":5,"timeout":30000},{"endpoint":"https://connext.bwarelabs.com/subgraphs/name/connext/stableswap-v0-metis","retry":5,"timeout":30000}]}, baseDir, cache, pubsub, diff --git a/packages/adapters/subgraph/.graphclient/schema.graphql b/packages/adapters/subgraph/.graphclient/schema.graphql index 1baef198c0..9206c53d4e 100644 --- a/packages/adapters/subgraph/.graphclient/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/schema.graphql @@ -13,242 +13,6 @@ directive @subgraphId(id: String!) on OBJECT directive @derivedFrom(field: String!) on FIELD_DEFINITION type Query { - testoptimismgoerli_asset( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Asset - testoptimismgoerli_assets( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_Asset_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Asset_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Asset!]! - testoptimismgoerli_assetBalance( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_AssetBalance - testoptimismgoerli_assetBalances( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_AssetBalance_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_AssetBalance_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_AssetBalance!]! - testoptimismgoerli_router( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Router - testoptimismgoerli_routers( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_Router_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Router_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Router!]! - testoptimismgoerli_setting( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Setting - testoptimismgoerli_settings( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_Setting_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Setting_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Setting!]! - testoptimismgoerli_relayer( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Relayer - testoptimismgoerli_relayers( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_Relayer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Relayer_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Relayer!]! - testoptimismgoerli_stableSwap( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_StableSwap - testoptimismgoerli_stableSwaps( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_StableSwap_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_StableSwap_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_StableSwap!]! - testoptimismgoerli_sponsorVault( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_SponsorVault - testoptimismgoerli_sponsorVaults( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_SponsorVault_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_SponsorVault_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_SponsorVault!]! - testoptimismgoerli_originTransfer( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_OriginTransfer - testoptimismgoerli_originTransfers( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_OriginTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_OriginTransfer_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_OriginTransfer!]! - testoptimismgoerli_destinationTransfer( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_DestinationTransfer - testoptimismgoerli_destinationTransfers( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_DestinationTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_DestinationTransfer_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ staginggoerli_rootAggregated( id: ID! """ @@ -693,4328 +457,4066 @@ type Query { ): [staginggoerli_HubDomain!]! """Access to subgraph metadata""" staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ - optimismgoerli_swap_systemInfo( + testgoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SystemInfo - optimismgoerli_swap_systemInfos( + ): testgoerli_Asset + testgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SystemInfo_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SystemInfo_filter + orderBy: testgoerli_Asset_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SystemInfo!]! - optimismgoerli_swap_pooledToken( + ): [testgoerli_Asset!]! + testgoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_PooledToken - optimismgoerli_swap_pooledTokens( + ): testgoerli_AssetBalance + testgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_PooledToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_PooledToken_filter + orderBy: testgoerli_AssetBalance_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_PooledToken!]! - optimismgoerli_swap_stableSwap( + ): [testgoerli_AssetBalance!]! + testgoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwap - optimismgoerli_swap_stableSwaps( + ): testgoerli_Router + testgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwap_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwap_filter + orderBy: testgoerli_Router_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwap!]! - optimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [testgoerli_Router!]! + testgoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapAddLiquidityEvent - optimismgoerli_swap_stableSwapAddLiquidityEvents( + ): testgoerli_Setting + testgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: testgoerli_Setting_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! - optimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [testgoerli_Setting!]! + testgoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent - optimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): testgoerli_Relayer + testgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: testgoerli_Relayer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - optimismgoerli_swap_stableSwapExchange( + ): [testgoerli_Relayer!]! + testgoerli_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapExchange - optimismgoerli_swap_stableSwapExchanges( + ): testgoerli_StableSwap + testgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapExchange_filter + orderBy: testgoerli_StableSwap_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapExchange!]! - optimismgoerli_swap_swapDailyVolume( + ): [testgoerli_StableSwap!]! + testgoerli_sponsorVault( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapDailyVolume - optimismgoerli_swap_swapDailyVolumes( + ): testgoerli_SponsorVault + testgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapDailyVolume_filter + orderBy: testgoerli_SponsorVault_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_SponsorVault_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapDailyVolume!]! - optimismgoerli_swap_swapHourlyVolume( + ): [testgoerli_SponsorVault!]! + testgoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapHourlyVolume - optimismgoerli_swap_swapHourlyVolumes( + ): testgoerli_OriginTransfer + testgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapHourlyVolume_filter + orderBy: testgoerli_OriginTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapHourlyVolume!]! - optimismgoerli_swap_swapWeeklyVolume( + ): [testgoerli_OriginTransfer!]! + testgoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapWeeklyVolume - optimismgoerli_swap_swapWeeklyVolumes( + ): testgoerli_DestinationTransfer + testgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapWeeklyVolume_filter + orderBy: testgoerli_DestinationTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapWeeklyVolume!]! - optimismgoerli_swap_lpAccount( + ): [testgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ + testoptimismgoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpAccount - optimismgoerli_swap_lpAccounts( + ): testoptimismgoerli_Asset + testoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccount_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccount_filter + orderBy: testoptimismgoerli_Asset_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpAccount!]! - optimismgoerli_swap_lpAccountBalance( + ): [testoptimismgoerli_Asset!]! + testoptimismgoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpAccountBalance - optimismgoerli_swap_lpAccountBalances( + ): testoptimismgoerli_AssetBalance + testoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccountBalance_filter + orderBy: testoptimismgoerli_AssetBalance_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpAccountBalance!]! - optimismgoerli_swap_lpToken( + ): [testoptimismgoerli_AssetBalance!]! + testoptimismgoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpToken - optimismgoerli_swap_lpTokens( + ): testoptimismgoerli_Router + testoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpToken_filter + orderBy: testoptimismgoerli_Router_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpToken!]! - optimismgoerli_swap_lpTransferEvent( + ): [testoptimismgoerli_Router!]! + testoptimismgoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpTransferEvent - optimismgoerli_swap_lpTransferEvents( + ): testoptimismgoerli_Setting + testoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTransferEvent_filter + orderBy: testoptimismgoerli_Setting_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpTransferEvent!]! - optimismgoerli_swap_stableSwapEvent( + ): [testoptimismgoerli_Setting!]! + testoptimismgoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapEvent - optimismgoerli_swap_stableSwapEvents( + ): testoptimismgoerli_Relayer + testoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapEvent_filter + orderBy: testoptimismgoerli_Relayer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapEvent!]! - optimismgoerli_swap_swapTradeVolume( + ): [testoptimismgoerli_Relayer!]! + testoptimismgoerli_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapTradeVolume - optimismgoerli_swap_swapTradeVolumes( + ): testoptimismgoerli_StableSwap + testoptimismgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapTradeVolume_filter + orderBy: testoptimismgoerli_StableSwap_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapTradeVolume!]! - optimismgoerli_swap_lpTokenEvent( + ): [testoptimismgoerli_StableSwap!]! + testoptimismgoerli_sponsorVault( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpTokenEvent - optimismgoerli_swap_lpTokenEvents( + ): testoptimismgoerli_SponsorVault + testoptimismgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTokenEvent_filter + orderBy: testoptimismgoerli_SponsorVault_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_SponsorVault_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ - zksync_swap_systemInfo( + ): [testoptimismgoerli_SponsorVault!]! + testoptimismgoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SystemInfo - zksync_swap_systemInfos( + ): testoptimismgoerli_OriginTransfer + testoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SystemInfo_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SystemInfo_filter + orderBy: testoptimismgoerli_OriginTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SystemInfo!]! - zksync_swap_pooledToken( + ): [testoptimismgoerli_OriginTransfer!]! + testoptimismgoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_PooledToken - zksync_swap_pooledTokens( + ): testoptimismgoerli_DestinationTransfer + testoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_PooledToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_PooledToken_filter + orderBy: testoptimismgoerli_DestinationTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_PooledToken!]! - zksync_swap_stableSwap( + ): [testoptimismgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ + stagingoptimismgoerli_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwap - zksync_swap_stableSwaps( + ): stagingoptimismgoerli_swap_SystemInfo + stagingoptimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwap_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwap_filter + orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwap!]! - zksync_swap_stableSwapAddLiquidityEvent( + ): [stagingoptimismgoerli_swap_SystemInfo!]! + stagingoptimismgoerli_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapAddLiquidityEvent - zksync_swap_stableSwapAddLiquidityEvents( + ): stagingoptimismgoerli_swap_PooledToken + stagingoptimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapAddLiquidityEvent!]! - zksync_swap_stableSwapRemoveLiquidityEvent( + ): [stagingoptimismgoerli_swap_PooledToken!]! + stagingoptimismgoerli_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapRemoveLiquidityEvent - zksync_swap_stableSwapRemoveLiquidityEvents( + ): stagingoptimismgoerli_swap_StableSwap + stagingoptimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! - zksync_swap_stableSwapExchange( + ): [stagingoptimismgoerli_swap_StableSwap!]! + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapExchange - zksync_swap_stableSwapExchanges( + ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapExchange_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapExchange_filter + orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapExchange!]! - zksync_swap_swapDailyVolume( + ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapDailyVolume - zksync_swap_swapDailyVolumes( + ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapDailyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapDailyVolume_filter + orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapDailyVolume!]! - zksync_swap_swapHourlyVolume( + ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapHourlyVolume - zksync_swap_swapHourlyVolumes( + ): stagingoptimismgoerli_swap_StableSwapExchange + stagingoptimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapHourlyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapHourlyVolume_filter + orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapHourlyVolume!]! - zksync_swap_swapWeeklyVolume( + ): [stagingoptimismgoerli_swap_StableSwapExchange!]! + stagingoptimismgoerli_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapWeeklyVolume - zksync_swap_swapWeeklyVolumes( + ): stagingoptimismgoerli_swap_SwapDailyVolume + stagingoptimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapWeeklyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapWeeklyVolume_filter + orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapWeeklyVolume!]! - zksync_swap_lpAccount( + ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! + stagingoptimismgoerli_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccount - zksync_swap_lpAccounts( + ): stagingoptimismgoerli_swap_SwapHourlyVolume + stagingoptimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccount_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccount_filter + orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccount!]! - zksync_swap_lpAccountBalance( + ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! + stagingoptimismgoerli_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccountBalance - zksync_swap_lpAccountBalances( + ): stagingoptimismgoerli_swap_SwapWeeklyVolume + stagingoptimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccountBalance_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccountBalance_filter + orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccountBalance!]! - zksync_swap_lpToken( + ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! + stagingoptimismgoerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpToken - zksync_swap_lpTokens( + ): stagingoptimismgoerli_swap_LpAccount + stagingoptimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpToken_filter + orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpToken!]! - zksync_swap_lpTransferEvent( + ): [stagingoptimismgoerli_swap_LpAccount!]! + stagingoptimismgoerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTransferEvent - zksync_swap_lpTransferEvents( + ): stagingoptimismgoerli_swap_LpAccountBalance + stagingoptimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTransferEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTransferEvent_filter + orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTransferEvent!]! - zksync_swap_stableSwapEvent( + ): [stagingoptimismgoerli_swap_LpAccountBalance!]! + stagingoptimismgoerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapEvent - zksync_swap_stableSwapEvents( + ): stagingoptimismgoerli_swap_LpToken + stagingoptimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapEvent_filter + orderBy: stagingoptimismgoerli_swap_LpToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapEvent!]! - zksync_swap_swapTradeVolume( + ): [stagingoptimismgoerli_swap_LpToken!]! + stagingoptimismgoerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapTradeVolume - zksync_swap_swapTradeVolumes( + ): stagingoptimismgoerli_swap_LpTransferEvent + stagingoptimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapTradeVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapTradeVolume_filter + orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapTradeVolume!]! - zksync_swap_lpTokenEvent( + ): [stagingoptimismgoerli_swap_LpTransferEvent!]! + stagingoptimismgoerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTokenEvent - zksync_swap_lpTokenEvents( + ): stagingoptimismgoerli_swap_StableSwapEvent + stagingoptimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTokenEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTokenEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ - linea_swap_systemInfo( + ): [stagingoptimismgoerli_swap_StableSwapEvent!]! + stagingoptimismgoerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): stagingoptimismgoerli_swap_SwapTradeVolume + stagingoptimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_filter + orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! + stagingoptimismgoerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): stagingoptimismgoerli_swap_LpTokenEvent + stagingoptimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_filter + orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ + mumbai_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): mumbai_swap_SystemInfo + mumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_filter + orderBy: mumbai_swap_SystemInfo_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [mumbai_swap_SystemInfo!]! + mumbai_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): mumbai_swap_PooledToken + mumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_filter + orderBy: mumbai_swap_PooledToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [mumbai_swap_PooledToken!]! + mumbai_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): mumbai_swap_StableSwap + mumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mumbai_swap_StableSwap_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [mumbai_swap_StableSwap!]! + mumbai_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): mumbai_swap_StableSwapAddLiquidityEvent + mumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_filter + orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [mumbai_swap_StableSwapAddLiquidityEvent!]! + mumbai_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): mumbai_swap_StableSwapRemoveLiquidityEvent + mumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_filter + orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! + mumbai_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): mumbai_swap_StableSwapExchange + mumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_filter + orderBy: mumbai_swap_StableSwapExchange_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [mumbai_swap_StableSwapExchange!]! + mumbai_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): mumbai_swap_SwapDailyVolume + mumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_filter + orderBy: mumbai_swap_SwapDailyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [mumbai_swap_SwapDailyVolume!]! + mumbai_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): mumbai_swap_SwapHourlyVolume + mumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_filter + orderBy: mumbai_swap_SwapHourlyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [mumbai_swap_SwapHourlyVolume!]! + mumbai_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): mumbai_swap_SwapWeeklyVolume + mumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_filter + orderBy: mumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [mumbai_swap_SwapWeeklyVolume!]! + mumbai_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): mumbai_swap_LpAccount + mumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_filter + orderBy: mumbai_swap_LpAccount_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [mumbai_swap_LpAccount!]! + mumbai_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): mumbai_swap_LpAccountBalance + mumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_filter + orderBy: mumbai_swap_LpAccountBalance_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [mumbai_swap_LpAccountBalance!]! + mumbai_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): mumbai_swap_LpToken + mumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_filter + orderBy: mumbai_swap_LpToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [mumbai_swap_LpToken!]! + mumbai_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): mumbai_swap_LpTransferEvent + mumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_filter + orderBy: mumbai_swap_LpTransferEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [mumbai_swap_LpTransferEvent!]! + mumbai_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): mumbai_swap_StableSwapEvent + mumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_filter + orderBy: mumbai_swap_StableSwapEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - bnb_swap_systemInfo( + ): [mumbai_swap_StableSwapEvent!]! + mumbai_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): mumbai_swap_SwapTradeVolume + mumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: mumbai_swap_SwapTradeVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [mumbai_swap_SwapTradeVolume!]! + mumbai_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): mumbai_swap_LpTokenEvent + mumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: mumbai_swap_LpTokenEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [mumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [linea_OriginMessage!]! + linea_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: linea_AggregateRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - mode_swap_systemInfo( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SystemInfo_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SystemInfo_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_PooledToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_PooledToken_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwap_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwap_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapAddLiquidityEvent_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapRemoveLiquidityEvent_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_SnapshotRoot + linea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapExchange_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapExchange_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_SpokeConnectorMode + linea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapDailyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapDailyVolume_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_AggregateRootProposed + linea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapHourlyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapHourlyVolume_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_OptimisticRootFinalized + linea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapWeeklyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapWeeklyVolume_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: mode_swap_Block_height + block: linea_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( + ): [linea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpAccount - mode_swap_lpAccounts( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccount_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccount_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpAccount!]! - mode_swap_lpAccountBalance( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpAccountBalance - mode_swap_lpAccountBalances( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccountBalance_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccountBalance_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpAccountBalance!]! - mode_swap_lpToken( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpToken - mode_swap_lpTokens( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpToken_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpToken!]! - mode_swap_lpTransferEvent( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpTransferEvent - mode_swap_lpTransferEvents( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTransferEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTransferEvent_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpTransferEvent!]! - mode_swap_stableSwapEvent( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_StableSwapEvent - mode_swap_stableSwapEvents( + ): xdai_RouterDailyTVL + xdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapEvent_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_StableSwapEvent!]! - mode_swap_swapTradeVolume( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_SwapTradeVolume - mode_swap_swapTradeVolumes( + ): xdai_RouterLiquidityEvent + xdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapTradeVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapTradeVolume_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_SwapTradeVolume!]! - mode_swap_lpTokenEvent( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpTokenEvent - mode_swap_lpTokenEvents( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTokenEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTokenEvent_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ - localmainnet_rootAggregated( + ): [xdai_Setting!]! + xdai_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootAggregated - localmainnet_rootAggregateds( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootAggregated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootAggregated_filter + orderBy: xdai_Relayer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootAggregated!]! - localmainnet_rootPropagated( + ): [xdai_Relayer!]! + xdai_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootPropagated - localmainnet_rootPropagateds( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootPropagated_filter + orderBy: xdai_Sequencer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootPropagated!]! - localmainnet_aggregatedMessageRoot( + ): [xdai_Sequencer!]! + xdai_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregatedMessageRoot - localmainnet_aggregatedMessageRoots( + ): xdai_RelayerFee + xdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregatedMessageRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregatedMessageRoot_filter + orderBy: xdai_RelayerFee_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregatedMessageRoot!]! - localmainnet_rootManagerMeta( + ): [xdai_RelayerFee!]! + xdai_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMeta - localmainnet_rootManagerMetas( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMeta_filter + orderBy: xdai_OriginTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMeta!]! - localmainnet_rootManagerMode( + ): [xdai_OriginTransfer!]! + xdai_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMode - localmainnet_rootManagerModes( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMode_filter + orderBy: xdai_DestinationTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMode!]! - localmainnet_optimisticRootProposed( + ): [xdai_DestinationTransfer!]! + xdai_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootProposed - localmainnet_optimisticRootProposeds( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootProposed_filter + orderBy: xdai_OriginMessage_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootProposed!]! - localmainnet_hubOptimisticRootFinalized( + ): [xdai_OriginMessage!]! + xdai_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubOptimisticRootFinalized - localmainnet_hubOptimisticRootFinalizeds( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubOptimisticRootFinalized_filter + orderBy: xdai_AggregateRoot_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubOptimisticRootFinalized!]! - localmainnet_optimisticRootPropagated( + ): [xdai_AggregateRoot!]! + xdai_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootPropagated - localmainnet_optimisticRootPropagateds( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootPropagated_filter + orderBy: xdai_ConnectorMeta_orderBy + orderDirection: xdai_OrderDirection + where: xdai_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootPropagated!]! - localmainnet_polygonConnectorMeta( + ): [xdai_ConnectorMeta!]! + xdai_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_PolygonConnectorMeta - localmainnet_polygonConnectorMetas( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_PolygonConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_PolygonConnectorMeta_filter + orderBy: xdai_RootCount_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_PolygonConnectorMeta!]! - localmainnet_optimismConnectorMeta( + ): [xdai_RootCount!]! + xdai_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimismConnectorMeta - localmainnet_optimismConnectorMetas( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimismConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimismConnectorMeta_filter + orderBy: xdai_RootMessageSent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimismConnectorMeta!]! - localmainnet_bnbConnectorMeta( + ): [xdai_RootMessageSent!]! + xdai_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_BnbConnectorMeta - localmainnet_bnbConnectorMetas( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_BnbConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_BnbConnectorMeta_filter + orderBy: xdai_RelayerFeesIncrease_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_BnbConnectorMeta!]! - localmainnet_arbitrumConnectorMeta( + ): [xdai_RelayerFeesIncrease!]! + xdai_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ArbitrumConnectorMeta - localmainnet_arbitrumConnectorMetas( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ArbitrumConnectorMeta_filter + orderBy: xdai_SlippageUpdate_orderBy + orderDirection: xdai_OrderDirection + where: xdai_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ArbitrumConnectorMeta!]! - localmainnet_gnosisConnectorMeta( + ): [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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_GnosisConnectorMeta - localmainnet_gnosisConnectorMetas( + ): xdai_SnapshotRoot + xdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_GnosisConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_GnosisConnectorMeta_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_GnosisConnectorMeta!]! - localmainnet_zkSyncConnectorMeta( + ): [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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ZkSyncConnectorMeta - localmainnet_zkSyncConnectorMetas( + ): xdai_SpokeConnectorMode + xdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ZkSyncConnectorMeta_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ZkSyncConnectorMeta!]! - localmainnet_rootMessageProcessed( + ): [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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageProcessed - localmainnet_rootMessageProcesseds( + ): xdai_AggregateRootProposed + xdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageProcessed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageProcessed_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageProcessed!]! - localmainnet_aggregateRootSavedSlow( + ): [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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootSavedSlow - localmainnet_aggregateRootSavedSlows( + ): xdai_OptimisticRootFinalized + xdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootSavedSlow_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootSavedSlow_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootSavedSlow!]! - localmainnet_hubDomain( + ): [xdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + xdai__meta(block: xdai_Block_height): xdai__Meta_ + optimismgoerli_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubDomain - localmainnet_hubDomains( + ): optimismgoerli_swap_SystemInfo + optimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubDomain_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubDomain_filter + orderBy: optimismgoerli_swap_SystemInfo_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubDomain!]! - """Access to subgraph metadata""" - localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ - lineagoerli_asset( + ): [optimismgoerli_swap_SystemInfo!]! + optimismgoerli_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Asset - lineagoerli_assets( + ): optimismgoerli_swap_PooledToken + optimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Asset_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Asset_filter + orderBy: optimismgoerli_swap_PooledToken_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Asset!]! - lineagoerli_assetStatus( + ): [optimismgoerli_swap_PooledToken!]! + optimismgoerli_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetStatus - lineagoerli_assetStatuses( + ): optimismgoerli_swap_StableSwap + optimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetStatus_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetStatus_filter + orderBy: optimismgoerli_swap_StableSwap_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetStatus!]! - lineagoerli_assetBalance( + ): [optimismgoerli_swap_StableSwap!]! + optimismgoerli_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetBalance - lineagoerli_assetBalances( + ): optimismgoerli_swap_StableSwapAddLiquidityEvent + optimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetBalance_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetBalance_filter + orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetBalance!]! - lineagoerli_router( + ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! + optimismgoerli_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Router - lineagoerli_routers( + ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent + optimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Router_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Router_filter + orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Router!]! - lineagoerli_routerDailyTVL( + ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + optimismgoerli_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RouterDailyTVL - lineagoerli_routerDailyTVLs( + ): optimismgoerli_swap_StableSwapExchange + optimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RouterDailyTVL_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RouterDailyTVL_filter + orderBy: optimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RouterDailyTVL!]! - lineagoerli_setting( + ): [optimismgoerli_swap_StableSwapExchange!]! + optimismgoerli_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Setting - lineagoerli_settings( + ): optimismgoerli_swap_SwapDailyVolume + optimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Setting_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Setting_filter + orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Setting!]! - lineagoerli_relayer( + ): [optimismgoerli_swap_SwapDailyVolume!]! + optimismgoerli_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Relayer - lineagoerli_relayers( + ): optimismgoerli_swap_SwapHourlyVolume + optimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Relayer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Relayer_filter + orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Relayer!]! - lineagoerli_sequencer( + ): [optimismgoerli_swap_SwapHourlyVolume!]! + optimismgoerli_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Sequencer - lineagoerli_sequencers( + ): optimismgoerli_swap_SwapWeeklyVolume + optimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Sequencer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Sequencer_filter + orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Sequencer!]! - lineagoerli_relayerFee( + ): [optimismgoerli_swap_SwapWeeklyVolume!]! + optimismgoerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFee - lineagoerli_relayerFees( + ): optimismgoerli_swap_LpAccount + optimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFee_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFee_filter + orderBy: optimismgoerli_swap_LpAccount_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFee!]! - lineagoerli_originTransfer( + ): [optimismgoerli_swap_LpAccount!]! + optimismgoerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginTransfer - lineagoerli_originTransfers( + ): optimismgoerli_swap_LpAccountBalance + optimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginTransfer_filter + orderBy: optimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginTransfer!]! - lineagoerli_destinationTransfer( + ): [optimismgoerli_swap_LpAccountBalance!]! + optimismgoerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_DestinationTransfer - lineagoerli_destinationTransfers( + ): optimismgoerli_swap_LpToken + optimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_DestinationTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_DestinationTransfer_filter + orderBy: optimismgoerli_swap_LpToken_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_DestinationTransfer!]! - lineagoerli_originMessage( + ): [optimismgoerli_swap_LpToken!]! + optimismgoerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginMessage - lineagoerli_originMessages( + ): optimismgoerli_swap_LpTransferEvent + optimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginMessage_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginMessage_filter + orderBy: optimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginMessage!]! - lineagoerli_aggregateRoot( + ): [optimismgoerli_swap_LpTransferEvent!]! + optimismgoerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AggregateRoot - lineagoerli_aggregateRoots( + ): optimismgoerli_swap_StableSwapEvent + optimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AggregateRoot_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AggregateRoot_filter + orderBy: optimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AggregateRoot!]! - lineagoerli_connectorMeta( + ): [optimismgoerli_swap_StableSwapEvent!]! + optimismgoerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_ConnectorMeta - lineagoerli_connectorMetas( + ): optimismgoerli_swap_SwapTradeVolume + optimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_ConnectorMeta_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_ConnectorMeta_filter + orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_ConnectorMeta!]! - lineagoerli_rootCount( + ): [optimismgoerli_swap_SwapTradeVolume!]! + optimismgoerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootCount - lineagoerli_rootCounts( + ): optimismgoerli_swap_LpTokenEvent + optimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootCount_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootCount_filter + orderBy: optimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootCount!]! - lineagoerli_rootMessageSent( + ): [optimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootMessageSent - lineagoerli_rootMessageSents( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootMessageSent_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootMessageSent_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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootMessageSent!]! - lineagoerli_relayerFeesIncrease( + ): [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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFeesIncrease - lineagoerli_relayerFeesIncreases( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFeesIncrease_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFeesIncrease_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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFeesIncrease!]! - lineagoerli_slippageUpdate( + ): [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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_SlippageUpdate - lineagoerli_slippageUpdates( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_SlippageUpdate_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_SlippageUpdate_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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ - xdai_swap_systemInfo( + ): [bnb_AssetBalance!]! + bnb_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_filter + orderBy: bnb_Router_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [bnb_Router!]! + bnb_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_filter + orderBy: bnb_RouterDailyTVL_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [bnb_RouterDailyTVL!]! + bnb_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_filter + orderBy: bnb_RouterLiquidityEvent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [bnb_RouterLiquidityEvent!]! + bnb_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_filter + orderBy: bnb_Setting_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [bnb_Setting!]! + bnb_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: bnb_Relayer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [bnb_Relayer!]! + bnb_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapExchange - xdai_swap_stableSwapExchanges( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_filter + orderBy: bnb_Sequencer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapExchange!]! - xdai_swap_swapDailyVolume( + ): [bnb_Sequencer!]! + bnb_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapDailyVolume - xdai_swap_swapDailyVolumes( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_filter + orderBy: bnb_RelayerFee_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapDailyVolume!]! - xdai_swap_swapHourlyVolume( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapHourlyVolume - xdai_swap_swapHourlyVolumes( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapHourlyVolume!]! - xdai_swap_swapWeeklyVolume( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapWeeklyVolume - xdai_swap_swapWeeklyVolumes( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapWeeklyVolume!]! - xdai_swap_lpAccount( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccount - xdai_swap_lpAccounts( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccount!]! - xdai_swap_lpAccountBalance( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccountBalance - xdai_swap_lpAccountBalances( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccountBalance!]! - xdai_swap_lpToken( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpToken - xdai_swap_lpTokens( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpToken!]! - xdai_swap_lpTransferEvent( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTransferEvent - xdai_swap_lpTransferEvents( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapEvent - xdai_swap_stableSwapEvents( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTokenEvent - xdai_swap_lpTokenEvents( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ - staginggoerli_swap_systemInfo( + ): [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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SystemInfo - staginggoerli_swap_systemInfos( + ): bnb_SnapshotRoot + bnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SystemInfo_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SystemInfo_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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SystemInfo!]! - staginggoerli_swap_pooledToken( + ): [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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_PooledToken - staginggoerli_swap_pooledTokens( + ): bnb_SpokeConnectorMode + bnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_PooledToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_PooledToken_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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_PooledToken!]! - staginggoerli_swap_stableSwap( + ): [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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwap - staginggoerli_swap_stableSwaps( + ): bnb_AggregateRootProposed + bnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwap_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwap_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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwap!]! - staginggoerli_swap_stableSwapAddLiquidityEvent( + ): [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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapAddLiquidityEvent - staginggoerli_swap_stableSwapAddLiquidityEvents( + ): bnb_OptimisticRootFinalized + bnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapAddLiquidityEvent_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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! - staginggoerli_swap_stableSwapRemoveLiquidityEvent( + ): [bnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + bnb__meta(block: bnb_Block_height): bnb__Meta_ + lineagoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapRemoveLiquidityEvent - staginggoerli_swap_stableSwapRemoveLiquidityEvents( + ): lineagoerli_Asset + lineagoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: lineagoerli_Asset_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! - staginggoerli_swap_stableSwapExchange( + ): [lineagoerli_Asset!]! + lineagoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapExchange - staginggoerli_swap_stableSwapExchanges( + ): lineagoerli_AssetStatus + lineagoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapExchange_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapExchange_filter + orderBy: lineagoerli_AssetStatus_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapExchange!]! - staginggoerli_swap_swapDailyVolume( + ): [lineagoerli_AssetStatus!]! + lineagoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapDailyVolume - staginggoerli_swap_swapDailyVolumes( + ): lineagoerli_AssetBalance + lineagoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapDailyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapDailyVolume_filter + orderBy: lineagoerli_AssetBalance_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapDailyVolume!]! - staginggoerli_swap_swapHourlyVolume( + ): [lineagoerli_AssetBalance!]! + lineagoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapHourlyVolume - staginggoerli_swap_swapHourlyVolumes( + ): lineagoerli_Router + lineagoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapHourlyVolume_filter + orderBy: lineagoerli_Router_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapHourlyVolume!]! - staginggoerli_swap_swapWeeklyVolume( + ): [lineagoerli_Router!]! + lineagoerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapWeeklyVolume - staginggoerli_swap_swapWeeklyVolumes( + ): lineagoerli_RouterDailyTVL + lineagoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapWeeklyVolume_filter + orderBy: lineagoerli_RouterDailyTVL_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapWeeklyVolume!]! - staginggoerli_swap_lpAccount( + ): [lineagoerli_RouterDailyTVL!]! + lineagoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccount - staginggoerli_swap_lpAccounts( + ): lineagoerli_Setting + lineagoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccount_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccount_filter + orderBy: lineagoerli_Setting_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccount!]! - staginggoerli_swap_lpAccountBalance( + ): [lineagoerli_Setting!]! + lineagoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccountBalance - staginggoerli_swap_lpAccountBalances( + ): lineagoerli_Relayer + lineagoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccountBalance_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccountBalance_filter + orderBy: lineagoerli_Relayer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccountBalance!]! - staginggoerli_swap_lpToken( + ): [lineagoerli_Relayer!]! + lineagoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpToken - staginggoerli_swap_lpTokens( + ): lineagoerli_Sequencer + lineagoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpToken_filter + orderBy: lineagoerli_Sequencer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpToken!]! - staginggoerli_swap_lpTransferEvent( + ): [lineagoerli_Sequencer!]! + lineagoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTransferEvent - staginggoerli_swap_lpTransferEvents( + ): lineagoerli_RelayerFee + lineagoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTransferEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTransferEvent_filter + orderBy: lineagoerli_RelayerFee_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTransferEvent!]! - staginggoerli_swap_stableSwapEvent( + ): [lineagoerli_RelayerFee!]! + lineagoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapEvent - staginggoerli_swap_stableSwapEvents( + ): lineagoerli_OriginTransfer + lineagoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapEvent_filter + orderBy: lineagoerli_OriginTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapEvent!]! - staginggoerli_swap_swapTradeVolume( + ): [lineagoerli_OriginTransfer!]! + lineagoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapTradeVolume - staginggoerli_swap_swapTradeVolumes( + ): lineagoerli_DestinationTransfer + lineagoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapTradeVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapTradeVolume_filter + orderBy: lineagoerli_DestinationTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapTradeVolume!]! - staginggoerli_swap_lpTokenEvent( + ): [lineagoerli_DestinationTransfer!]! + lineagoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTokenEvent - staginggoerli_swap_lpTokenEvents( + ): lineagoerli_OriginMessage + lineagoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTokenEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTokenEvent_filter + orderBy: lineagoerli_OriginMessage_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ - arbitrumone_swap_systemInfo( + ): [lineagoerli_OriginMessage!]! + lineagoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): lineagoerli_AggregateRoot + lineagoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_filter + orderBy: lineagoerli_AggregateRoot_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [lineagoerli_AggregateRoot!]! + lineagoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): lineagoerli_ConnectorMeta + lineagoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_filter + orderBy: lineagoerli_ConnectorMeta_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [lineagoerli_ConnectorMeta!]! + lineagoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): lineagoerli_RootCount + lineagoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_filter + orderBy: lineagoerli_RootCount_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [lineagoerli_RootCount!]! + lineagoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): lineagoerli_RootMessageSent + lineagoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter + orderBy: lineagoerli_RootMessageSent_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [lineagoerli_RootMessageSent!]! + lineagoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): lineagoerli_RelayerFeesIncrease + lineagoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: lineagoerli_RelayerFeesIncrease_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [lineagoerli_RelayerFeesIncrease!]! + lineagoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): lineagoerli_SlippageUpdate + lineagoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_filter + orderBy: lineagoerli_SlippageUpdate_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [lineagoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ + optimism_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_filter + orderBy: optimism_swap_SystemInfo_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [optimism_swap_SystemInfo!]! + optimism_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_filter + orderBy: optimism_swap_PooledToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [optimism_swap_PooledToken!]! + optimism_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( - skip: Int = 0 - first: Int = 100 - 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: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_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: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( - skip: Int = 0 - first: Int = 100 - 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: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_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: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( - skip: Int = 0 - first: Int = 100 - 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: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - optimism_swap_systemInfo( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 orderBy: optimism_swap_StableSwap_orderBy @@ -5369,29794 +4871,30292 @@ type Query { ): [optimism_swap_LpTokenEvent!]! """Access to subgraph metadata""" optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - polygon_swap_systemInfo( + stagingmumbai_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): stagingmumbai_swap_SystemInfo + stagingmumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_filter + orderBy: stagingmumbai_swap_SystemInfo_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [stagingmumbai_swap_SystemInfo!]! + stagingmumbai_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): stagingmumbai_swap_PooledToken + stagingmumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_filter + orderBy: stagingmumbai_swap_PooledToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [stagingmumbai_swap_PooledToken!]! + stagingmumbai_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): stagingmumbai_swap_StableSwap + stagingmumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_filter + orderBy: stagingmumbai_swap_StableSwap_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [stagingmumbai_swap_StableSwap!]! + stagingmumbai_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): stagingmumbai_swap_StableSwapAddLiquidityEvent + stagingmumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! + stagingmumbai_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent + stagingmumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! + stagingmumbai_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): stagingmumbai_swap_StableSwapExchange + stagingmumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_filter + orderBy: stagingmumbai_swap_StableSwapExchange_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [stagingmumbai_swap_StableSwapExchange!]! + stagingmumbai_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): stagingmumbai_swap_SwapDailyVolume + stagingmumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_filter + orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [stagingmumbai_swap_SwapDailyVolume!]! + stagingmumbai_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): stagingmumbai_swap_SwapHourlyVolume + stagingmumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_filter + orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [stagingmumbai_swap_SwapHourlyVolume!]! + stagingmumbai_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): stagingmumbai_swap_SwapWeeklyVolume + stagingmumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_filter + orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [stagingmumbai_swap_SwapWeeklyVolume!]! + stagingmumbai_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): stagingmumbai_swap_LpAccount + stagingmumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_filter + orderBy: stagingmumbai_swap_LpAccount_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [stagingmumbai_swap_LpAccount!]! + stagingmumbai_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): stagingmumbai_swap_LpAccountBalance + stagingmumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_filter + orderBy: stagingmumbai_swap_LpAccountBalance_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [stagingmumbai_swap_LpAccountBalance!]! + stagingmumbai_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): stagingmumbai_swap_LpToken + stagingmumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_filter + orderBy: stagingmumbai_swap_LpToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [stagingmumbai_swap_LpToken!]! + stagingmumbai_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): stagingmumbai_swap_LpTransferEvent + stagingmumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_filter + orderBy: stagingmumbai_swap_LpTransferEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [stagingmumbai_swap_LpTransferEvent!]! + stagingmumbai_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): stagingmumbai_swap_StableSwapEvent + stagingmumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_filter + orderBy: stagingmumbai_swap_StableSwapEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( + ): [stagingmumbai_swap_StableSwapEvent!]! + stagingmumbai_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): stagingmumbai_swap_SwapTradeVolume + stagingmumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_filter + orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( + ): [stagingmumbai_swap_SwapTradeVolume!]! + stagingmumbai_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): stagingmumbai_swap_LpTokenEvent + stagingmumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_filter + orderBy: stagingmumbai_swap_LpTokenEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTokenEvent!]! + ): [stagingmumbai_swap_LpTokenEvent!]! """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - goerli_rootAggregated( + stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ + goerli_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootAggregated - goerli_rootAggregateds( + ): goerli_swap_SystemInfo + goerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootAggregated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootAggregated_filter + orderBy: goerli_swap_SystemInfo_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootAggregated!]! - goerli_rootPropagated( + ): [goerli_swap_SystemInfo!]! + goerli_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootPropagated - goerli_rootPropagateds( + ): goerli_swap_PooledToken + goerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootPropagated_filter + orderBy: goerli_swap_PooledToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootPropagated!]! - goerli_aggregatedMessageRoot( + ): [goerli_swap_PooledToken!]! + goerli_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregatedMessageRoot - goerli_aggregatedMessageRoots( + ): goerli_swap_StableSwap + goerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregatedMessageRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregatedMessageRoot_filter + orderBy: goerli_swap_StableSwap_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregatedMessageRoot!]! - goerli_rootManagerMeta( + ): [goerli_swap_StableSwap!]! + goerli_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootManagerMeta - goerli_rootManagerMetas( + ): goerli_swap_StableSwapAddLiquidityEvent + goerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMeta_filter + orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootManagerMeta!]! - goerli_rootManagerMode( + ): [goerli_swap_StableSwapAddLiquidityEvent!]! + goerli_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootManagerMode - goerli_rootManagerModes( + ): goerli_swap_StableSwapRemoveLiquidityEvent + goerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMode_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMode_filter + orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootManagerMode!]! - goerli_optimisticRootProposed( + ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! + goerli_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimisticRootProposed - goerli_optimisticRootProposeds( + ): goerli_swap_StableSwapExchange + goerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootProposed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootProposed_filter + orderBy: goerli_swap_StableSwapExchange_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimisticRootProposed!]! - goerli_hubOptimisticRootFinalized( + ): [goerli_swap_StableSwapExchange!]! + goerli_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_HubOptimisticRootFinalized - goerli_hubOptimisticRootFinalizeds( + ): goerli_swap_SwapDailyVolume + goerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_HubOptimisticRootFinalized_orderBy - orderDirection: goerli_OrderDirection - where: goerli_HubOptimisticRootFinalized_filter + orderBy: goerli_swap_SwapDailyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_HubOptimisticRootFinalized!]! - goerli_optimisticRootPropagated( + ): [goerli_swap_SwapDailyVolume!]! + goerli_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimisticRootPropagated - goerli_optimisticRootPropagateds( + ): goerli_swap_SwapHourlyVolume + goerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootPropagated_filter + orderBy: goerli_swap_SwapHourlyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimisticRootPropagated!]! - goerli_polygonConnectorMeta( + ): [goerli_swap_SwapHourlyVolume!]! + goerli_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_PolygonConnectorMeta - goerli_polygonConnectorMetas( + ): goerli_swap_SwapWeeklyVolume + goerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_PolygonConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_PolygonConnectorMeta_filter + orderBy: goerli_swap_SwapWeeklyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_PolygonConnectorMeta!]! - goerli_optimismConnectorMeta( + ): [goerli_swap_SwapWeeklyVolume!]! + goerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimismConnectorMeta - goerli_optimismConnectorMetas( + ): goerli_swap_LpAccount + goerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimismConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimismConnectorMeta_filter + orderBy: goerli_swap_LpAccount_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimismConnectorMeta!]! - goerli_bnbConnectorMeta( + ): [goerli_swap_LpAccount!]! + goerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_BnbConnectorMeta - goerli_bnbConnectorMetas( + ): goerli_swap_LpAccountBalance + goerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_BnbConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BnbConnectorMeta_filter + orderBy: goerli_swap_LpAccountBalance_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_BnbConnectorMeta!]! - goerli_arbitrumConnectorMeta( + ): [goerli_swap_LpAccountBalance!]! + goerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ArbitrumConnectorMeta - goerli_arbitrumConnectorMetas( + ): goerli_swap_LpToken + goerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_ArbitrumConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ArbitrumConnectorMeta_filter + orderBy: goerli_swap_LpToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ArbitrumConnectorMeta!]! - goerli_gnosisConnectorMeta( + ): [goerli_swap_LpToken!]! + goerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_GnosisConnectorMeta - goerli_gnosisConnectorMetas( + ): goerli_swap_LpTransferEvent + goerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_GnosisConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_GnosisConnectorMeta_filter + orderBy: goerli_swap_LpTransferEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_GnosisConnectorMeta!]! - goerli_zkSyncConnectorMeta( + ): [goerli_swap_LpTransferEvent!]! + goerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ZkSyncConnectorMeta - goerli_zkSyncConnectorMetas( + ): goerli_swap_StableSwapEvent + goerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_ZkSyncConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ZkSyncConnectorMeta_filter + orderBy: goerli_swap_StableSwapEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ZkSyncConnectorMeta!]! - goerli_lineaConnectorMeta( + ): [goerli_swap_StableSwapEvent!]! + goerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_LineaConnectorMeta - goerli_lineaConnectorMetas( + ): goerli_swap_SwapTradeVolume + goerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_LineaConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_LineaConnectorMeta_filter + orderBy: goerli_swap_SwapTradeVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_LineaConnectorMeta!]! - goerli_baseConnectorMeta( + ): [goerli_swap_SwapTradeVolume!]! + goerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_BaseConnectorMeta - goerli_baseConnectorMetas( + ): goerli_swap_LpTokenEvent + goerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_BaseConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BaseConnectorMeta_filter + orderBy: goerli_swap_LpTokenEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_BaseConnectorMeta!]! - goerli_x1ConnectorMeta( + ): [goerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + goerli_swap__meta(block: goerli_swap_Block_height): goerli_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: goerli_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 - ): goerli_X1ConnectorMeta - goerli_x1ConnectorMetas( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_X1ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_X1ConnectorMeta_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: goerli_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 - ): [goerli_X1ConnectorMeta!]! - goerli_rootMessageProcessed( + ): [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: goerli_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 - ): goerli_RootMessageProcessed - goerli_rootMessageProcesseds( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageProcessed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageProcessed_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: goerli_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 - ): [goerli_RootMessageProcessed!]! - goerli_aggregateRootSavedSlow( + ): [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: goerli_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 - ): goerli_AggregateRootSavedSlow - goerli_aggregateRootSavedSlows( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRootSavedSlow_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRootSavedSlow_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: goerli_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 - ): [goerli_AggregateRootSavedSlow!]! - goerli_hubDomain( + ): [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: goerli_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 - ): goerli_HubDomain - goerli_hubDomains( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_HubDomain_orderBy - orderDirection: goerli_OrderDirection - where: goerli_HubDomain_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: goerli_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 - ): [goerli_HubDomain!]! - """Access to subgraph metadata""" - goerli__meta(block: goerli_Block_height): goerli__Meta_ - metis_swap_systemInfo( + ): [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: metis_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 - ): metis_swap_SystemInfo - metis_swap_systemInfos( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SystemInfo_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SystemInfo_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: metis_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 - ): [metis_swap_SystemInfo!]! - metis_swap_pooledToken( + ): [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: metis_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 - ): metis_swap_PooledToken - metis_swap_pooledTokens( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_PooledToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_PooledToken_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: metis_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 - ): [metis_swap_PooledToken!]! - metis_swap_stableSwap( + ): [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: metis_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 - ): metis_swap_StableSwap - metis_swap_stableSwaps( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwap_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwap_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: metis_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 - ): [metis_swap_StableSwap!]! - metis_swap_stableSwapAddLiquidityEvent( + ): [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: metis_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 - ): metis_swap_StableSwapAddLiquidityEvent - metis_swap_stableSwapAddLiquidityEvents( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapAddLiquidityEvent_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: metis_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 - ): [metis_swap_StableSwapAddLiquidityEvent!]! - metis_swap_stableSwapRemoveLiquidityEvent( + ): [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: metis_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 - ): metis_swap_StableSwapRemoveLiquidityEvent - metis_swap_stableSwapRemoveLiquidityEvents( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapRemoveLiquidityEvent_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: metis_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 - ): [metis_swap_StableSwapRemoveLiquidityEvent!]! - metis_swap_stableSwapExchange( + ): [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: metis_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 - ): metis_swap_StableSwapExchange - metis_swap_stableSwapExchanges( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapExchange_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapExchange_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: metis_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 - ): [metis_swap_StableSwapExchange!]! - metis_swap_swapDailyVolume( + ): [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: metis_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 - ): metis_swap_SwapDailyVolume - metis_swap_swapDailyVolumes( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapDailyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapDailyVolume_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: metis_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 - ): [metis_swap_SwapDailyVolume!]! - metis_swap_swapHourlyVolume( + ): [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: metis_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 - ): metis_swap_SwapHourlyVolume - metis_swap_swapHourlyVolumes( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapHourlyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapHourlyVolume_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: metis_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 - ): [metis_swap_SwapHourlyVolume!]! - metis_swap_swapWeeklyVolume( + ): [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: metis_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 - ): metis_swap_SwapWeeklyVolume - metis_swap_swapWeeklyVolumes( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapWeeklyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapWeeklyVolume_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: metis_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 - ): [metis_swap_SwapWeeklyVolume!]! - metis_swap_lpAccount( + ): [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: metis_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 - ): metis_swap_LpAccount - metis_swap_lpAccounts( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccount_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccount_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: metis_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 - ): [metis_swap_LpAccount!]! - metis_swap_lpAccountBalance( + ): [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: metis_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 - ): metis_swap_LpAccountBalance - metis_swap_lpAccountBalances( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccountBalance_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccountBalance_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: metis_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 - ): [metis_swap_LpAccountBalance!]! - metis_swap_lpToken( + ): [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: metis_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 - ): metis_swap_LpToken - metis_swap_lpTokens( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpToken_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: metis_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 - ): [metis_swap_LpToken!]! - metis_swap_lpTransferEvent( + ): [polygon_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + polygon_swap__meta(block: polygon_swap_Block_height): polygon_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTransferEvent - metis_swap_lpTransferEvents( + ): stagingmainnet_RootAggregated + stagingmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTransferEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTransferEvent_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTransferEvent!]! - metis_swap_stableSwapEvent( + ): [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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapEvent - metis_swap_stableSwapEvents( + ): stagingmainnet_RootPropagated + stagingmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapEvent_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapEvent!]! - metis_swap_swapTradeVolume( + ): [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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapTradeVolume - metis_swap_swapTradeVolumes( + ): stagingmainnet_AggregatedMessageRoot + stagingmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapTradeVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapTradeVolume_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapTradeVolume!]! - metis_swap_lpTokenEvent( + ): [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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTokenEvent - metis_swap_lpTokenEvents( + ): stagingmainnet_RootManagerMeta + stagingmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTokenEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTokenEvent_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ - stagingmumbai_swap_systemInfo( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SystemInfo - stagingmumbai_swap_systemInfos( + ): stagingmainnet_RootManagerMode + stagingmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SystemInfo_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SystemInfo_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: stagingmumbai_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 - ): [stagingmumbai_swap_SystemInfo!]! - stagingmumbai_swap_pooledToken( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_PooledToken - stagingmumbai_swap_pooledTokens( + ): stagingmainnet_OptimisticRootProposed + stagingmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_PooledToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_PooledToken_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: stagingmumbai_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 - ): [stagingmumbai_swap_PooledToken!]! - stagingmumbai_swap_stableSwap( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwap - stagingmumbai_swap_stableSwaps( + ): stagingmainnet_HubOptimisticRootFinalized + stagingmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwap_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwap_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwap!]! - stagingmumbai_swap_stableSwapAddLiquidityEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwapAddLiquidityEvent - stagingmumbai_swap_stableSwapAddLiquidityEvents( + ): stagingmainnet_OptimisticRootPropagated + stagingmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapAddLiquidityEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! - stagingmumbai_swap_stableSwapRemoveLiquidityEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent - stagingmumbai_swap_stableSwapRemoveLiquidityEvents( + ): stagingmainnet_PolygonConnectorMeta + stagingmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! - stagingmumbai_swap_stableSwapExchange( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwapExchange - stagingmumbai_swap_stableSwapExchanges( + ): stagingmainnet_OptimismConnectorMeta + stagingmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapExchange_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapExchange_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwapExchange!]! - stagingmumbai_swap_swapDailyVolume( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SwapDailyVolume - stagingmumbai_swap_swapDailyVolumes( + ): stagingmainnet_BnbConnectorMeta + stagingmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapDailyVolume_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: stagingmumbai_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 - ): [stagingmumbai_swap_SwapDailyVolume!]! - stagingmumbai_swap_swapHourlyVolume( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SwapHourlyVolume - stagingmumbai_swap_swapHourlyVolumes( + ): stagingmainnet_ArbitrumConnectorMeta + stagingmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapHourlyVolume_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: stagingmumbai_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 - ): [stagingmumbai_swap_SwapHourlyVolume!]! - stagingmumbai_swap_swapWeeklyVolume( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SwapWeeklyVolume - stagingmumbai_swap_swapWeeklyVolumes( + ): stagingmainnet_GnosisConnectorMeta + stagingmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapWeeklyVolume_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: stagingmumbai_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 - ): [stagingmumbai_swap_SwapWeeklyVolume!]! - stagingmumbai_swap_lpAccount( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpAccount - stagingmumbai_swap_lpAccounts( + ): stagingmainnet_LineaConnectorMeta + stagingmainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccount_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccount_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpAccount!]! - stagingmumbai_swap_lpAccountBalance( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpAccountBalance - stagingmumbai_swap_lpAccountBalances( + ): stagingmainnet_MetisConnectorMeta + stagingmainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccountBalance_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccountBalance_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpAccountBalance!]! - stagingmumbai_swap_lpToken( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpToken - stagingmumbai_swap_lpTokens( + ): stagingmainnet_MantleConnectorMeta + stagingmainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpToken_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpToken!]! - stagingmumbai_swap_lpTransferEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpTransferEvent - stagingmumbai_swap_lpTransferEvents( + ): stagingmainnet_AvalancheConnectorMeta + stagingmainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTransferEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTransferEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpTransferEvent!]! - stagingmumbai_swap_stableSwapEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwapEvent - stagingmumbai_swap_stableSwapEvents( + ): stagingmainnet_BaseConnectorMeta + stagingmainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwapEvent!]! - stagingmumbai_swap_swapTradeVolume( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SwapTradeVolume - stagingmumbai_swap_swapTradeVolumes( + ): stagingmainnet_PolygonZkConnectorMeta + stagingmainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapTradeVolume_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: stagingmumbai_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 - ): [stagingmumbai_swap_SwapTradeVolume!]! - stagingmumbai_swap_lpTokenEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpTokenEvent - stagingmumbai_swap_lpTokenEvents( + ): stagingmainnet_ZkSyncConnectorMeta + stagingmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTokenEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTokenEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ - mumbai_swap_systemInfo( + ): [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: mumbai_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 - ): mumbai_swap_SystemInfo - mumbai_swap_systemInfos( + ): stagingmainnet_ModeConnectorMeta + stagingmainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SystemInfo_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SystemInfo_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: mumbai_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 - ): [mumbai_swap_SystemInfo!]! - mumbai_swap_pooledToken( + ): [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: mumbai_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 - ): mumbai_swap_PooledToken - mumbai_swap_pooledTokens( + ): stagingmainnet_ScrollConnectorMeta + stagingmainnet_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_PooledToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_PooledToken_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: mumbai_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 - ): [mumbai_swap_PooledToken!]! - mumbai_swap_stableSwap( + ): [stagingmainnet_ScrollConnectorMeta!]! + 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: mumbai_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 - ): mumbai_swap_StableSwap - mumbai_swap_stableSwaps( + ): stagingmainnet_RootMessageProcessed + stagingmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwap_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwap_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: mumbai_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 - ): [mumbai_swap_StableSwap!]! - mumbai_swap_stableSwapAddLiquidityEvent( + ): [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: mumbai_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 - ): mumbai_swap_StableSwapAddLiquidityEvent - mumbai_swap_stableSwapAddLiquidityEvents( + ): stagingmainnet_AggregateRootSavedSlow + stagingmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapAddLiquidityEvent_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: mumbai_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 - ): [mumbai_swap_StableSwapAddLiquidityEvent!]! - mumbai_swap_stableSwapRemoveLiquidityEvent( + ): [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: mumbai_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 - ): mumbai_swap_StableSwapRemoveLiquidityEvent - mumbai_swap_stableSwapRemoveLiquidityEvents( + ): stagingmainnet_HubDomain + stagingmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapRemoveLiquidityEvent_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: mumbai_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 - ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! - mumbai_swap_stableSwapExchange( + ): [stagingmainnet_HubDomain!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__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: mumbai_swap_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 - ): mumbai_swap_StableSwapExchange - mumbai_swap_stableSwapExchanges( + ): mode_swap_SystemInfo + mode_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapExchange_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapExchange_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: mumbai_swap_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 - ): [mumbai_swap_StableSwapExchange!]! - mumbai_swap_swapDailyVolume( + ): [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: mumbai_swap_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 - ): mumbai_swap_SwapDailyVolume - mumbai_swap_swapDailyVolumes( + ): mode_swap_PooledToken + mode_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapDailyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapDailyVolume_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: mumbai_swap_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 - ): [mumbai_swap_SwapDailyVolume!]! - mumbai_swap_swapHourlyVolume( + ): [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: mumbai_swap_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 - ): mumbai_swap_SwapHourlyVolume - mumbai_swap_swapHourlyVolumes( + ): mode_swap_StableSwap + mode_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapHourlyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapHourlyVolume_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: mumbai_swap_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 - ): [mumbai_swap_SwapHourlyVolume!]! - mumbai_swap_swapWeeklyVolume( + ): [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: mumbai_swap_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 - ): mumbai_swap_SwapWeeklyVolume - mumbai_swap_swapWeeklyVolumes( + ): mode_swap_StableSwapAddLiquidityEvent + mode_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapWeeklyVolume_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: mumbai_swap_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 - ): [mumbai_swap_SwapWeeklyVolume!]! - mumbai_swap_lpAccount( + ): [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: mumbai_swap_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 - ): mumbai_swap_LpAccount - mumbai_swap_lpAccounts( + ): mode_swap_StableSwapRemoveLiquidityEvent + mode_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccount_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccount_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: mumbai_swap_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 - ): [mumbai_swap_LpAccount!]! - mumbai_swap_lpAccountBalance( + ): [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: mumbai_swap_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 - ): mumbai_swap_LpAccountBalance - mumbai_swap_lpAccountBalances( + ): mode_swap_StableSwapExchange + mode_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccountBalance_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccountBalance_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: mumbai_swap_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 - ): [mumbai_swap_LpAccountBalance!]! - mumbai_swap_lpToken( + ): [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: mumbai_swap_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 - ): mumbai_swap_LpToken - mumbai_swap_lpTokens( + ): mode_swap_SwapDailyVolume + mode_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpToken_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: mumbai_swap_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 - ): [mumbai_swap_LpToken!]! - mumbai_swap_lpTransferEvent( + ): [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: mumbai_swap_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 - ): mumbai_swap_LpTransferEvent - mumbai_swap_lpTransferEvents( + ): mode_swap_SwapHourlyVolume + mode_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTransferEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTransferEvent_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: mumbai_swap_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 - ): [mumbai_swap_LpTransferEvent!]! - mumbai_swap_stableSwapEvent( + ): [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: mumbai_swap_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 - ): mumbai_swap_StableSwapEvent - mumbai_swap_stableSwapEvents( + ): mode_swap_SwapWeeklyVolume + mode_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapEvent_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: mumbai_swap_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 - ): [mumbai_swap_StableSwapEvent!]! - mumbai_swap_swapTradeVolume( + ): [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: mumbai_swap_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 - ): mumbai_swap_SwapTradeVolume - mumbai_swap_swapTradeVolumes( + ): mode_swap_LpAccount + mode_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapTradeVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapTradeVolume_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: mumbai_swap_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 - ): [mumbai_swap_SwapTradeVolume!]! - mumbai_swap_lpTokenEvent( + ): [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: mumbai_swap_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 - ): mumbai_swap_LpTokenEvent - mumbai_swap_lpTokenEvents( + ): mode_swap_LpAccountBalance + mode_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTokenEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTokenEvent_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: mumbai_swap_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 - ): [mumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ - base_swap_systemInfo( + ): [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: base_swap_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 - ): base_swap_SystemInfo - base_swap_systemInfos( + ): mode_swap_LpToken + mode_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SystemInfo_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SystemInfo_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: base_swap_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 - ): [base_swap_SystemInfo!]! - base_swap_pooledToken( + ): [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: base_swap_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 - ): base_swap_PooledToken - base_swap_pooledTokens( + ): mode_swap_LpTransferEvent + mode_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_PooledToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_PooledToken_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: base_swap_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 - ): [base_swap_PooledToken!]! - base_swap_stableSwap( + ): [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: base_swap_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 - ): base_swap_StableSwap - base_swap_stableSwaps( + ): mode_swap_StableSwapEvent + mode_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwap_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwap_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: base_swap_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 - ): [base_swap_StableSwap!]! - base_swap_stableSwapAddLiquidityEvent( + ): [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: base_swap_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 - ): base_swap_StableSwapAddLiquidityEvent - base_swap_stableSwapAddLiquidityEvents( + ): mode_swap_SwapTradeVolume + mode_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapAddLiquidityEvent_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: base_swap_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 - ): [base_swap_StableSwapAddLiquidityEvent!]! - base_swap_stableSwapRemoveLiquidityEvent( + ): [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: base_swap_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 - ): base_swap_StableSwapRemoveLiquidityEvent - base_swap_stableSwapRemoveLiquidityEvents( + ): mode_swap_LpTokenEvent + mode_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapRemoveLiquidityEvent_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: base_swap_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 - ): [base_swap_StableSwapRemoveLiquidityEvent!]! - base_swap_stableSwapExchange( + ): [mode_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ + goerli_rootAggregated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapExchange - base_swap_stableSwapExchanges( + ): goerli_RootAggregated + goerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapExchange_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapExchange_filter + orderBy: goerli_RootAggregated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapExchange!]! - base_swap_swapDailyVolume( + ): [goerli_RootAggregated!]! + goerli_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapDailyVolume - base_swap_swapDailyVolumes( + ): goerli_RootPropagated + goerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapDailyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapDailyVolume_filter + orderBy: goerli_RootPropagated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapDailyVolume!]! - base_swap_swapHourlyVolume( + ): [goerli_RootPropagated!]! + goerli_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapHourlyVolume - base_swap_swapHourlyVolumes( + ): goerli_AggregatedMessageRoot + goerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapHourlyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapHourlyVolume_filter + orderBy: goerli_AggregatedMessageRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapHourlyVolume!]! - base_swap_swapWeeklyVolume( + ): [goerli_AggregatedMessageRoot!]! + goerli_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapWeeklyVolume - base_swap_swapWeeklyVolumes( + ): goerli_RootManagerMeta + goerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapWeeklyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapWeeklyVolume_filter + orderBy: goerli_RootManagerMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapWeeklyVolume!]! - base_swap_lpAccount( + ): [goerli_RootManagerMeta!]! + goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpAccount - base_swap_lpAccounts( + ): goerli_RootManagerMode + goerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccount_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccount_filter + orderBy: goerli_RootManagerMode_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpAccount!]! - base_swap_lpAccountBalance( + ): [goerli_RootManagerMode!]! + goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpAccountBalance - base_swap_lpAccountBalances( + ): goerli_OptimisticRootProposed + goerli_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccountBalance_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccountBalance_filter + orderBy: goerli_OptimisticRootProposed_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpAccountBalance!]! - base_swap_lpToken( + ): [goerli_OptimisticRootProposed!]! + goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpToken - base_swap_lpTokens( + ): goerli_HubOptimisticRootFinalized + goerli_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpToken_filter + orderBy: goerli_HubOptimisticRootFinalized_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpToken!]! - base_swap_lpTransferEvent( + ): [goerli_HubOptimisticRootFinalized!]! + goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpTransferEvent - base_swap_lpTransferEvents( + ): goerli_OptimisticRootPropagated + goerli_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTransferEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTransferEvent_filter + orderBy: goerli_OptimisticRootPropagated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpTransferEvent!]! - base_swap_stableSwapEvent( + ): [goerli_OptimisticRootPropagated!]! + goerli_polygonConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapEvent - base_swap_stableSwapEvents( + ): goerli_PolygonConnectorMeta + goerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapEvent_filter + orderBy: goerli_PolygonConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapEvent!]! - base_swap_swapTradeVolume( + ): [goerli_PolygonConnectorMeta!]! + goerli_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapTradeVolume - base_swap_swapTradeVolumes( + ): goerli_OptimismConnectorMeta + goerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapTradeVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapTradeVolume_filter + orderBy: goerli_OptimismConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapTradeVolume!]! - base_swap_lpTokenEvent( + ): [goerli_OptimismConnectorMeta!]! + goerli_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpTokenEvent - base_swap_lpTokenEvents( + ): goerli_BnbConnectorMeta + goerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTokenEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTokenEvent_filter + orderBy: goerli_BnbConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ - goerli_swap_systemInfo( + ): [goerli_BnbConnectorMeta!]! + goerli_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SystemInfo - goerli_swap_systemInfos( + ): goerli_ArbitrumConnectorMeta + goerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SystemInfo_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SystemInfo_filter + orderBy: goerli_ArbitrumConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SystemInfo!]! - goerli_swap_pooledToken( + ): [goerli_ArbitrumConnectorMeta!]! + goerli_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_PooledToken - goerli_swap_pooledTokens( + ): goerli_GnosisConnectorMeta + goerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_PooledToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_PooledToken_filter + orderBy: goerli_GnosisConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_PooledToken!]! - goerli_swap_stableSwap( + ): [goerli_GnosisConnectorMeta!]! + goerli_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwap - goerli_swap_stableSwaps( + ): goerli_ZkSyncConnectorMeta + goerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwap_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwap_filter + orderBy: goerli_ZkSyncConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwap!]! - goerli_swap_stableSwapAddLiquidityEvent( + ): [goerli_ZkSyncConnectorMeta!]! + goerli_lineaConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapAddLiquidityEvent - goerli_swap_stableSwapAddLiquidityEvents( + ): goerli_LineaConnectorMeta + goerli_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: goerli_LineaConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_LineaConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapAddLiquidityEvent!]! - goerli_swap_stableSwapRemoveLiquidityEvent( + ): [goerli_LineaConnectorMeta!]! + goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapRemoveLiquidityEvent - goerli_swap_stableSwapRemoveLiquidityEvents( + ): goerli_BaseConnectorMeta + goerli_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: goerli_BaseConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! - goerli_swap_stableSwapExchange( + ): [goerli_BaseConnectorMeta!]! + goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapExchange - goerli_swap_stableSwapExchanges( + ): goerli_X1ConnectorMeta + goerli_x1ConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapExchange_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapExchange_filter + orderBy: goerli_X1ConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapExchange!]! - goerli_swap_swapDailyVolume( + ): [goerli_X1ConnectorMeta!]! + goerli_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapDailyVolume - goerli_swap_swapDailyVolumes( + ): goerli_RootMessageProcessed + goerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapDailyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapDailyVolume_filter + orderBy: goerli_RootMessageProcessed_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapDailyVolume!]! - goerli_swap_swapHourlyVolume( + ): [goerli_RootMessageProcessed!]! + goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapHourlyVolume - goerli_swap_swapHourlyVolumes( + ): goerli_AggregateRootSavedSlow + goerli_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapHourlyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapHourlyVolume_filter + orderBy: goerli_AggregateRootSavedSlow_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapHourlyVolume!]! - goerli_swap_swapWeeklyVolume( + ): [goerli_AggregateRootSavedSlow!]! + goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapWeeklyVolume - goerli_swap_swapWeeklyVolumes( + ): goerli_HubDomain + goerli_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapWeeklyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapWeeklyVolume_filter + orderBy: goerli_HubDomain_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapWeeklyVolume!]! - goerli_swap_lpAccount( + ): [goerli_HubDomain!]! + """Access to subgraph metadata""" + goerli__meta(block: goerli_Block_height): goerli__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: goerli_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 - ): goerli_swap_LpAccount - goerli_swap_lpAccounts( + ): metis_swap_SystemInfo + metis_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccount_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccount_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: goerli_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 - ): [goerli_swap_LpAccount!]! - goerli_swap_lpAccountBalance( + ): [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: goerli_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 - ): goerli_swap_LpAccountBalance - goerli_swap_lpAccountBalances( + ): metis_swap_PooledToken + metis_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccountBalance_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccountBalance_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: goerli_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 - ): [goerli_swap_LpAccountBalance!]! - goerli_swap_lpToken( + ): [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: goerli_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 - ): goerli_swap_LpToken - goerli_swap_lpTokens( + ): metis_swap_StableSwap + metis_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpToken_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: goerli_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 - ): [goerli_swap_LpToken!]! - goerli_swap_lpTransferEvent( + ): [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: goerli_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 - ): goerli_swap_LpTransferEvent - goerli_swap_lpTransferEvents( + ): metis_swap_StableSwapAddLiquidityEvent + metis_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTransferEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTransferEvent_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: goerli_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 - ): [goerli_swap_LpTransferEvent!]! - goerli_swap_stableSwapEvent( + ): [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: goerli_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 - ): goerli_swap_StableSwapEvent - goerli_swap_stableSwapEvents( + ): metis_swap_StableSwapRemoveLiquidityEvent + metis_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapEvent_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: goerli_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 - ): [goerli_swap_StableSwapEvent!]! - goerli_swap_swapTradeVolume( + ): [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: goerli_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 - ): goerli_swap_SwapTradeVolume - goerli_swap_swapTradeVolumes( + ): metis_swap_StableSwapExchange + metis_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapTradeVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapTradeVolume_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: goerli_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 - ): [goerli_swap_SwapTradeVolume!]! - goerli_swap_lpTokenEvent( + ): [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: goerli_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 - ): goerli_swap_LpTokenEvent - goerli_swap_lpTokenEvents( + ): metis_swap_SwapDailyVolume + metis_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTokenEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTokenEvent_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: goerli_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 - ): [goerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ - avalanche_swap_systemInfo( + ): [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: avalanche_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 - ): avalanche_swap_SystemInfo - avalanche_swap_systemInfos( + ): metis_swap_SwapHourlyVolume + metis_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SystemInfo_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SystemInfo_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: avalanche_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 - ): [avalanche_swap_SystemInfo!]! - avalanche_swap_pooledToken( + ): [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: avalanche_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 - ): avalanche_swap_PooledToken - avalanche_swap_pooledTokens( + ): metis_swap_SwapWeeklyVolume + metis_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_PooledToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_PooledToken_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: avalanche_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 - ): [avalanche_swap_PooledToken!]! - avalanche_swap_stableSwap( + ): [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: avalanche_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 - ): avalanche_swap_StableSwap - avalanche_swap_stableSwaps( + ): metis_swap_LpAccount + metis_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwap_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwap_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: avalanche_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 - ): [avalanche_swap_StableSwap!]! - avalanche_swap_stableSwapAddLiquidityEvent( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapAddLiquidityEvent - avalanche_swap_stableSwapAddLiquidityEvents( + ): metis_swap_LpAccountBalance + metis_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapAddLiquidityEvent_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: avalanche_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 - ): [avalanche_swap_StableSwapAddLiquidityEvent!]! - avalanche_swap_stableSwapRemoveLiquidityEvent( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapRemoveLiquidityEvent - avalanche_swap_stableSwapRemoveLiquidityEvents( + ): metis_swap_LpToken + metis_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapRemoveLiquidityEvent_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: avalanche_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 - ): [avalanche_swap_StableSwapRemoveLiquidityEvent!]! - avalanche_swap_stableSwapExchange( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapExchange - avalanche_swap_stableSwapExchanges( + ): metis_swap_LpTransferEvent + metis_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapExchange_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapExchange_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: avalanche_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 - ): [avalanche_swap_StableSwapExchange!]! - avalanche_swap_swapDailyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapDailyVolume - avalanche_swap_swapDailyVolumes( + ): metis_swap_StableSwapEvent + metis_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapDailyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapDailyVolume_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: avalanche_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 - ): [avalanche_swap_SwapDailyVolume!]! - avalanche_swap_swapHourlyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapHourlyVolume - avalanche_swap_swapHourlyVolumes( + ): metis_swap_SwapTradeVolume + metis_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapHourlyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapHourlyVolume_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: avalanche_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 - ): [avalanche_swap_SwapHourlyVolume!]! - avalanche_swap_swapWeeklyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapWeeklyVolume - avalanche_swap_swapWeeklyVolumes( + ): metis_swap_LpTokenEvent + metis_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapWeeklyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapWeeklyVolume_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: avalanche_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 - ): [avalanche_swap_SwapWeeklyVolume!]! - avalanche_swap_lpAccount( + ): [metis_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + metis_swap__meta(block: metis_swap_Block_height): metis_swap__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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpAccount - avalanche_swap_lpAccounts( + ): zksync_swap_SystemInfo + zksync_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpAccount_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpAccount_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpAccount!]! - avalanche_swap_lpAccountBalance( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpAccountBalance - avalanche_swap_lpAccountBalances( + ): zksync_swap_PooledToken + zksync_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpAccountBalance_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpAccountBalance_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpAccountBalance!]! - avalanche_swap_lpToken( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpToken - avalanche_swap_lpTokens( + ): zksync_swap_StableSwap + zksync_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpToken_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpToken!]! - avalanche_swap_lpTransferEvent( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpTransferEvent - avalanche_swap_lpTransferEvents( + ): zksync_swap_StableSwapAddLiquidityEvent + zksync_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpTransferEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpTransferEvent_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpTransferEvent!]! - avalanche_swap_stableSwapEvent( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwapEvent - avalanche_swap_stableSwapEvents( + ): zksync_swap_StableSwapRemoveLiquidityEvent + zksync_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapEvent_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwapEvent!]! - avalanche_swap_swapTradeVolume( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SwapTradeVolume - avalanche_swap_swapTradeVolumes( + ): zksync_swap_StableSwapExchange + zksync_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapTradeVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapTradeVolume_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SwapTradeVolume!]! - avalanche_swap_lpTokenEvent( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpTokenEvent - avalanche_swap_lpTokenEvents( + ): zksync_swap_SwapDailyVolume + zksync_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpTokenEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpTokenEvent_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_swap__Meta_ - optimismgoerli_asset( + ): [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: optimismgoerli_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 - ): optimismgoerli_Asset - optimismgoerli_assets( + ): zksync_swap_SwapHourlyVolume + zksync_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Asset_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Asset_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: optimismgoerli_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 - ): [optimismgoerli_Asset!]! - optimismgoerli_assetStatus( + ): [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: optimismgoerli_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 - ): optimismgoerli_AssetStatus - optimismgoerli_assetStatuses( + ): zksync_swap_SwapWeeklyVolume + zksync_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetStatus_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetStatus_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: optimismgoerli_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 - ): [optimismgoerli_AssetStatus!]! - optimismgoerli_assetBalance( + ): [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: optimismgoerli_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 - ): optimismgoerli_AssetBalance - optimismgoerli_assetBalances( + ): zksync_swap_LpAccount + zksync_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetBalance_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetBalance_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: optimismgoerli_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 - ): [optimismgoerli_AssetBalance!]! - optimismgoerli_router( + ): [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: optimismgoerli_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 - ): optimismgoerli_Router - optimismgoerli_routers( + ): zksync_swap_LpAccountBalance + zksync_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Router_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Router_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: optimismgoerli_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 - ): [optimismgoerli_Router!]! - optimismgoerli_routerDailyTVL( + ): [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: optimismgoerli_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 - ): optimismgoerli_RouterDailyTVL - optimismgoerli_routerDailyTVLs( + ): zksync_swap_LpToken + zksync_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterDailyTVL_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterDailyTVL_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: optimismgoerli_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 - ): [optimismgoerli_RouterDailyTVL!]! - optimismgoerli_routerLiquidityEvent( + ): [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: optimismgoerli_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 - ): optimismgoerli_RouterLiquidityEvent - optimismgoerli_routerLiquidityEvents( + ): zksync_swap_LpTransferEvent + zksync_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterLiquidityEvent_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: optimismgoerli_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 - ): [optimismgoerli_RouterLiquidityEvent!]! - optimismgoerli_setting( + ): [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: optimismgoerli_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 - ): optimismgoerli_Setting - optimismgoerli_settings( + ): zksync_swap_StableSwapEvent + zksync_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Setting_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Setting_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: optimismgoerli_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 - ): [optimismgoerli_Setting!]! - optimismgoerli_relayer( + ): [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: optimismgoerli_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 - ): optimismgoerli_Relayer - optimismgoerli_relayers( + ): zksync_swap_SwapTradeVolume + zksync_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Relayer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Relayer_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: optimismgoerli_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 - ): [optimismgoerli_Relayer!]! - optimismgoerli_sequencer( + ): [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: optimismgoerli_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 - ): optimismgoerli_Sequencer - optimismgoerli_sequencers( + ): zksync_swap_LpTokenEvent + zksync_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Sequencer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Sequencer_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: optimismgoerli_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 - ): [optimismgoerli_Sequencer!]! - optimismgoerli_relayerFee( + ): [zksync_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ + bnb_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFee - optimismgoerli_relayerFees( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFee_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFee_filter + orderBy: bnb_swap_SystemInfo_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFee!]! - optimismgoerli_originTransfer( + ): [bnb_swap_SystemInfo!]! + bnb_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OriginTransfer - optimismgoerli_originTransfers( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginTransfer_filter + orderBy: bnb_swap_PooledToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OriginTransfer!]! - optimismgoerli_destinationTransfer( + ): [bnb_swap_PooledToken!]! + bnb_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_DestinationTransfer - optimismgoerli_destinationTransfers( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_DestinationTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_DestinationTransfer_filter + orderBy: bnb_swap_StableSwap_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_DestinationTransfer!]! - optimismgoerli_originMessage( + ): [bnb_swap_StableSwap!]! + bnb_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OriginMessage - optimismgoerli_originMessages( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginMessage_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginMessage_filter + orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OriginMessage!]! - optimismgoerli_aggregateRoot( + ): [bnb_swap_StableSwapAddLiquidityEvent!]! + bnb_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AggregateRoot - optimismgoerli_aggregateRoots( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AggregateRoot_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AggregateRoot_filter + orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AggregateRoot!]! - optimismgoerli_connectorMeta( + ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! + bnb_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_ConnectorMeta - optimismgoerli_connectorMetas( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_ConnectorMeta_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_ConnectorMeta_filter + orderBy: bnb_swap_StableSwapExchange_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_ConnectorMeta!]! - optimismgoerli_rootCount( + ): [bnb_swap_StableSwapExchange!]! + bnb_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootCount - optimismgoerli_rootCounts( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootCount_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootCount_filter + orderBy: bnb_swap_SwapDailyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootCount!]! - optimismgoerli_rootMessageSent( + ): [bnb_swap_SwapDailyVolume!]! + bnb_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootMessageSent - optimismgoerli_rootMessageSents( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootMessageSent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootMessageSent_filter + orderBy: bnb_swap_SwapHourlyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootMessageSent!]! - optimismgoerli_relayerFeesIncrease( + ): [bnb_swap_SwapHourlyVolume!]! + bnb_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFeesIncrease - optimismgoerli_relayerFeesIncreases( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFeesIncrease_filter + orderBy: bnb_swap_SwapWeeklyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFeesIncrease!]! - optimismgoerli_slippageUpdate( + ): [bnb_swap_SwapWeeklyVolume!]! + bnb_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_SlippageUpdate - optimismgoerli_slippageUpdates( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SlippageUpdate_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SlippageUpdate_filter + orderBy: bnb_swap_LpAccount_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_SlippageUpdate!]! - optimismgoerli_snapshotRoot( + ): [bnb_swap_LpAccount!]! + bnb_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_SnapshotRoot - optimismgoerli_snapshotRoots( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SnapshotRoot_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SnapshotRoot_filter + orderBy: bnb_swap_LpAccountBalance_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_SnapshotRoot!]! - optimismgoerli_spokeConnectorMode( + ): [bnb_swap_LpAccountBalance!]! + bnb_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_SpokeConnectorMode - optimismgoerli_spokeConnectorModes( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SpokeConnectorMode_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SpokeConnectorMode_filter + orderBy: bnb_swap_LpToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_SpokeConnectorMode!]! - optimismgoerli_aggregateRootProposed( + ): [bnb_swap_LpToken!]! + bnb_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AggregateRootProposed - optimismgoerli_aggregateRootProposeds( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AggregateRootProposed_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AggregateRootProposed_filter + orderBy: bnb_swap_LpTransferEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AggregateRootProposed!]! - optimismgoerli_optimisticRootFinalized( + ): [bnb_swap_LpTransferEvent!]! + bnb_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OptimisticRootFinalized - optimismgoerli_optimisticRootFinalizeds( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OptimisticRootFinalized_filter + orderBy: bnb_swap_StableSwapEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ - goerli_asset( + ): [bnb_swap_StableSwapEvent!]! + bnb_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Asset - goerli_assets( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_Asset_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Asset_filter + orderBy: bnb_swap_SwapTradeVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Asset!]! - goerli_assetStatus( + ): [bnb_swap_SwapTradeVolume!]! + bnb_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AssetStatus - goerli_assetStatuses( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetStatus_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetStatus_filter + orderBy: bnb_swap_LpTokenEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AssetStatus!]! - goerli_assetBalance( + ): [bnb_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ + avalanche_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AssetBalance - goerli_assetBalances( + ): avalanche_swap_SystemInfo + avalanche_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetBalance_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetBalance_filter + orderBy: avalanche_swap_SystemInfo_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AssetBalance!]! - goerli_router( + ): [avalanche_swap_SystemInfo!]! + avalanche_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Router - goerli_routers( + ): avalanche_swap_PooledToken + avalanche_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_Router_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Router_filter + orderBy: avalanche_swap_PooledToken_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Router!]! - goerli_routerDailyTVL( + ): [avalanche_swap_PooledToken!]! + avalanche_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RouterDailyTVL - goerli_routerDailyTVLs( + ): avalanche_swap_StableSwap + avalanche_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterDailyTVL_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterDailyTVL_filter + orderBy: avalanche_swap_StableSwap_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RouterDailyTVL!]! - goerli_routerLiquidityEvent( + ): [avalanche_swap_StableSwap!]! + avalanche_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RouterLiquidityEvent - goerli_routerLiquidityEvents( + ): avalanche_swap_StableSwapAddLiquidityEvent + avalanche_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterLiquidityEvent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterLiquidityEvent_filter + orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RouterLiquidityEvent!]! - goerli_setting( + ): [avalanche_swap_StableSwapAddLiquidityEvent!]! + avalanche_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Setting - goerli_settings( + ): avalanche_swap_StableSwapRemoveLiquidityEvent + avalanche_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_Setting_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Setting_filter + orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Setting!]! - goerli_relayer( + ): [avalanche_swap_StableSwapRemoveLiquidityEvent!]! + avalanche_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Relayer - goerli_relayers( + ): avalanche_swap_StableSwapExchange + avalanche_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_Relayer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Relayer_filter + orderBy: avalanche_swap_StableSwapExchange_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Relayer!]! - goerli_sequencer( + ): [avalanche_swap_StableSwapExchange!]! + avalanche_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Sequencer - goerli_sequencers( + ): avalanche_swap_SwapDailyVolume + avalanche_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_Sequencer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Sequencer_filter + orderBy: avalanche_swap_SwapDailyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Sequencer!]! - goerli_relayerFee( + ): [avalanche_swap_SwapDailyVolume!]! + avalanche_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RelayerFee - goerli_relayerFees( + ): avalanche_swap_SwapHourlyVolume + avalanche_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFee_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFee_filter + orderBy: avalanche_swap_SwapHourlyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RelayerFee!]! - goerli_originTransfer( + ): [avalanche_swap_SwapHourlyVolume!]! + avalanche_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OriginTransfer - goerli_originTransfers( + ): avalanche_swap_SwapWeeklyVolume + avalanche_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginTransfer_filter + orderBy: avalanche_swap_SwapWeeklyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OriginTransfer!]! - goerli_destinationTransfer( + ): [avalanche_swap_SwapWeeklyVolume!]! + avalanche_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_DestinationTransfer - goerli_destinationTransfers( + ): avalanche_swap_LpAccount + avalanche_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_DestinationTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_DestinationTransfer_filter + orderBy: avalanche_swap_LpAccount_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_DestinationTransfer!]! - goerli_originMessage( + ): [avalanche_swap_LpAccount!]! + avalanche_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OriginMessage - goerli_originMessages( + ): avalanche_swap_LpAccountBalance + avalanche_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginMessage_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginMessage_filter + orderBy: avalanche_swap_LpAccountBalance_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OriginMessage!]! - goerli_aggregateRoot( + ): [avalanche_swap_LpAccountBalance!]! + avalanche_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregateRoot - goerli_aggregateRoots( + ): avalanche_swap_LpToken + avalanche_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRoot_filter + orderBy: avalanche_swap_LpToken_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregateRoot!]! - goerli_connectorMeta( + ): [avalanche_swap_LpToken!]! + avalanche_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ConnectorMeta - goerli_connectorMetas( + ): avalanche_swap_LpTransferEvent + avalanche_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ConnectorMeta_filter + orderBy: avalanche_swap_LpTransferEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ConnectorMeta!]! - goerli_rootCount( + ): [avalanche_swap_LpTransferEvent!]! + avalanche_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootCount - goerli_rootCounts( + ): avalanche_swap_StableSwapEvent + avalanche_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootCount_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootCount_filter + orderBy: avalanche_swap_StableSwapEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootCount!]! - goerli_rootMessageSent( + ): [avalanche_swap_StableSwapEvent!]! + avalanche_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootMessageSent - goerli_rootMessageSents( + ): avalanche_swap_SwapTradeVolume + avalanche_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageSent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageSent_filter + orderBy: avalanche_swap_SwapTradeVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootMessageSent!]! - goerli_relayerFeesIncrease( + ): [avalanche_swap_SwapTradeVolume!]! + avalanche_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RelayerFeesIncrease - goerli_relayerFeesIncreases( + ): avalanche_swap_LpTokenEvent + avalanche_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFeesIncrease_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFeesIncrease_filter + orderBy: avalanche_swap_LpTokenEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RelayerFeesIncrease!]! - goerli_slippageUpdate( + ): [avalanche_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_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: goerli_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 - ): goerli_SlippageUpdate - goerli_slippageUpdates( + ): base_swap_SystemInfo + base_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_SlippageUpdate_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SlippageUpdate_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: goerli_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 - ): [goerli_SlippageUpdate!]! - goerli_snapshotRoot( + ): [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: goerli_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 - ): goerli_SnapshotRoot - goerli_snapshotRoots( + ): base_swap_PooledToken + base_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_SnapshotRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SnapshotRoot_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: goerli_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 - ): [goerli_SnapshotRoot!]! - goerli_spokeConnectorMode( + ): [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: goerli_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 - ): goerli_SpokeConnectorMode - goerli_spokeConnectorModes( + ): base_swap_StableSwap + base_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_SpokeConnectorMode_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SpokeConnectorMode_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: goerli_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 - ): [goerli_SpokeConnectorMode!]! - goerli_aggregateRootProposed( + ): [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: goerli_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 - ): goerli_AggregateRootProposed - goerli_aggregateRootProposeds( + ): base_swap_StableSwapAddLiquidityEvent + base_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRootProposed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRootProposed_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: goerli_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 - ): [goerli_AggregateRootProposed!]! - goerli_optimisticRootFinalized( + ): [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: goerli_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 - ): goerli_OptimisticRootFinalized - goerli_optimisticRootFinalizeds( + ): base_swap_StableSwapRemoveLiquidityEvent + base_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootFinalized_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootFinalized_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: goerli_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 - ): [goerli_OptimisticRootFinalized!]! - stagingoptimismgoerli_asset( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Asset - stagingoptimismgoerli_assets( + ): base_swap_StableSwapExchange + base_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Asset_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Asset_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Asset!]! - stagingoptimismgoerli_assetStatus( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AssetStatus - stagingoptimismgoerli_assetStatuses( + ): base_swap_SwapDailyVolume + base_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetStatus_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetStatus_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AssetStatus!]! - stagingoptimismgoerli_assetBalance( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AssetBalance - stagingoptimismgoerli_assetBalances( + ): base_swap_SwapHourlyVolume + base_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetBalance_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetBalance_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AssetBalance!]! - stagingoptimismgoerli_router( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Router - stagingoptimismgoerli_routers( + ): base_swap_SwapWeeklyVolume + base_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Router_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Router_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Router!]! - stagingoptimismgoerli_routerDailyTVL( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RouterDailyTVL - stagingoptimismgoerli_routerDailyTVLs( + ): base_swap_LpAccount + base_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterDailyTVL_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RouterDailyTVL!]! - stagingoptimismgoerli_routerLiquidityEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RouterLiquidityEvent - stagingoptimismgoerli_routerLiquidityEvents( + ): base_swap_LpAccountBalance + base_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterLiquidityEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RouterLiquidityEvent!]! - stagingoptimismgoerli_setting( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Setting - stagingoptimismgoerli_settings( + ): base_swap_LpToken + base_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Setting_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Setting_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Setting!]! - stagingoptimismgoerli_relayer( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Relayer - stagingoptimismgoerli_relayers( + ): base_swap_LpTransferEvent + base_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Relayer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Relayer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Relayer!]! - stagingoptimismgoerli_sequencer( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Sequencer - stagingoptimismgoerli_sequencers( + ): base_swap_StableSwapEvent + base_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Sequencer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Sequencer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Sequencer!]! - stagingoptimismgoerli_relayerFee( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RelayerFee - stagingoptimismgoerli_relayerFees( + ): base_swap_SwapTradeVolume + base_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFee_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFee_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RelayerFee!]! - stagingoptimismgoerli_originTransfer( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_OriginTransfer - stagingoptimismgoerli_originTransfers( + ): base_swap_LpTokenEvent + base_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginTransfer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_OriginTransfer!]! - stagingoptimismgoerli_destinationTransfer( + ): [base_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + base_swap__meta(block: base_swap_Block_height): base_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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_DestinationTransfer - stagingoptimismgoerli_destinationTransfers( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_DestinationTransfer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_DestinationTransfer!]! - stagingoptimismgoerli_originMessage( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_OriginMessage - stagingoptimismgoerli_originMessages( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginMessage_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginMessage_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_OriginMessage!]! - stagingoptimismgoerli_aggregateRoot( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AggregateRoot - stagingoptimismgoerli_aggregateRoots( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRoot_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AggregateRoot!]! - stagingoptimismgoerli_connectorMeta( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_ConnectorMeta - stagingoptimismgoerli_connectorMetas( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_ConnectorMeta_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_ConnectorMeta!]! - stagingoptimismgoerli_rootCount( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RootCount - stagingoptimismgoerli_rootCounts( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootCount_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootCount_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RootCount!]! - stagingoptimismgoerli_rootMessageSent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RootMessageSent - stagingoptimismgoerli_rootMessageSents( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootMessageSent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootMessageSent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RootMessageSent!]! - stagingoptimismgoerli_relayerFeesIncrease( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RelayerFeesIncrease - stagingoptimismgoerli_relayerFeesIncreases( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFeesIncrease_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RelayerFeesIncrease!]! - stagingoptimismgoerli_slippageUpdate( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_SlippageUpdate - stagingoptimismgoerli_slippageUpdates( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SlippageUpdate_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_SlippageUpdate!]! - stagingoptimismgoerli_snapshotRoot( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_SnapshotRoot - stagingoptimismgoerli_snapshotRoots( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SnapshotRoot_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_SnapshotRoot!]! - stagingoptimismgoerli_spokeConnectorMode( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_SpokeConnectorMode - stagingoptimismgoerli_spokeConnectorModes( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SpokeConnectorMode_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_SpokeConnectorMode!]! - stagingoptimismgoerli_aggregateRootProposed( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AggregateRootProposed - stagingoptimismgoerli_aggregateRootProposeds( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRootProposed_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AggregateRootProposed!]! - stagingoptimismgoerli_optimisticRootFinalized( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_OptimisticRootFinalized - stagingoptimismgoerli_optimisticRootFinalizeds( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OptimisticRootFinalized_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ - mumbai_asset( + ): [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: mumbai_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 - ): mumbai_Asset - mumbai_assets( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Asset_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Asset_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: mumbai_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 - ): [mumbai_Asset!]! - mumbai_assetStatus( + ): [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: mumbai_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 - ): mumbai_AssetStatus - mumbai_assetStatuses( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetStatus_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetStatus_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: mumbai_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 - ): [mumbai_AssetStatus!]! - mumbai_assetBalance( + ): [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: mumbai_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 - ): mumbai_AssetBalance - mumbai_assetBalances( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetBalance_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetBalance_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: mumbai_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 - ): [mumbai_AssetBalance!]! - mumbai_router( + ): [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: mumbai_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 - ): mumbai_Router - mumbai_routers( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Router_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Router_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: mumbai_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 - ): [mumbai_Router!]! - mumbai_routerDailyTVL( + ): [xdai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xdai_swap__meta(block: xdai_swap_Block_height): xdai_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: mumbai_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 - ): mumbai_RouterDailyTVL - mumbai_routerDailyTVLs( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterDailyTVL_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterDailyTVL_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: mumbai_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 - ): [mumbai_RouterDailyTVL!]! - mumbai_routerLiquidityEvent( + ): [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: mumbai_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 - ): mumbai_RouterLiquidityEvent - mumbai_routerLiquidityEvents( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterLiquidityEvent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterLiquidityEvent_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: mumbai_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 - ): [mumbai_RouterLiquidityEvent!]! - mumbai_setting( + ): [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: mumbai_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 - ): mumbai_Setting - mumbai_settings( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Setting_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Setting_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: mumbai_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 - ): [mumbai_Setting!]! - mumbai_relayer( + ): [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: mumbai_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 - ): mumbai_Relayer - mumbai_relayers( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Relayer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Relayer_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: mumbai_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 - ): [mumbai_Relayer!]! - mumbai_sequencer( + ): [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: mumbai_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 - ): mumbai_Sequencer - mumbai_sequencers( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Sequencer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Sequencer_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: mumbai_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 - ): [mumbai_Sequencer!]! - mumbai_relayerFee( + ): [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: mumbai_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 - ): mumbai_RelayerFee - mumbai_relayerFees( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFee_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFee_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: mumbai_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 - ): [mumbai_RelayerFee!]! - mumbai_originTransfer( + ): [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: mumbai_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 - ): mumbai_OriginTransfer - mumbai_originTransfers( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginTransfer_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: mumbai_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 - ): [mumbai_OriginTransfer!]! - mumbai_destinationTransfer( + ): [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: mumbai_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 - ): mumbai_DestinationTransfer - mumbai_destinationTransfers( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_DestinationTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_DestinationTransfer_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: mumbai_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 - ): [mumbai_DestinationTransfer!]! - mumbai_originMessage( + ): [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: mumbai_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 - ): mumbai_OriginMessage - mumbai_originMessages( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginMessage_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginMessage_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: mumbai_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 - ): [mumbai_OriginMessage!]! - mumbai_aggregateRoot( + ): [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: mumbai_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 - ): mumbai_AggregateRoot - mumbai_aggregateRoots( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRoot_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: mumbai_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 - ): [mumbai_AggregateRoot!]! - mumbai_connectorMeta( + ): [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: mumbai_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 - ): mumbai_ConnectorMeta - mumbai_connectorMetas( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_ConnectorMeta_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_ConnectorMeta_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: mumbai_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 - ): [mumbai_ConnectorMeta!]! - mumbai_rootCount( + ): [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: mumbai_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 - ): mumbai_RootCount - mumbai_rootCounts( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootCount_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootCount_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: mumbai_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 - ): [mumbai_RootCount!]! - mumbai_rootMessageSent( + ): [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: mumbai_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 - ): mumbai_RootMessageSent - mumbai_rootMessageSents( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootMessageSent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootMessageSent_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: mumbai_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 - ): [mumbai_RootMessageSent!]! - mumbai_relayerFeesIncrease( + ): [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: mumbai_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 - ): mumbai_RelayerFeesIncrease - mumbai_relayerFeesIncreases( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFeesIncrease_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFeesIncrease_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: mumbai_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 - ): [mumbai_RelayerFeesIncrease!]! - mumbai_slippageUpdate( + ): [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: mumbai_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 - ): mumbai_SlippageUpdate - mumbai_slippageUpdates( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SlippageUpdate_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SlippageUpdate_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: mumbai_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 - ): [mumbai_SlippageUpdate!]! - mumbai_snapshotRoot( + ): [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: mumbai_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 - ): mumbai_SnapshotRoot - mumbai_snapshotRoots( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SnapshotRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SnapshotRoot_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: mumbai_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 - ): [mumbai_SnapshotRoot!]! - mumbai_spokeConnectorMode( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + arbitrumone_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_SpokeConnectorMode - mumbai_spokeConnectorModes( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SpokeConnectorMode_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SpokeConnectorMode_filter + orderBy: arbitrumone_swap_SystemInfo_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_SpokeConnectorMode!]! - mumbai_aggregateRootProposed( + ): [arbitrumone_swap_SystemInfo!]! + arbitrumone_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AggregateRootProposed - mumbai_aggregateRootProposeds( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRootProposed_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRootProposed_filter + orderBy: arbitrumone_swap_PooledToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AggregateRootProposed!]! - mumbai_optimisticRootFinalized( + ): [arbitrumone_swap_PooledToken!]! + arbitrumone_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_OptimisticRootFinalized - mumbai_optimisticRootFinalizeds( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OptimisticRootFinalized_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OptimisticRootFinalized_filter + orderBy: arbitrumone_swap_StableSwap_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ - basegoerli_asset( + ): [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: basegoerli_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 - ): basegoerli_Asset - basegoerli_assets( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Asset_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Asset_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: basegoerli_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 - ): [basegoerli_Asset!]! - basegoerli_assetStatus( + ): [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: basegoerli_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 - ): basegoerli_AssetStatus - basegoerli_assetStatuses( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AssetStatus_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AssetStatus_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: basegoerli_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 - ): [basegoerli_AssetStatus!]! - basegoerli_assetBalance( + ): [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: basegoerli_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 - ): basegoerli_AssetBalance - basegoerli_assetBalances( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AssetBalance_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AssetBalance_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: basegoerli_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 - ): [basegoerli_AssetBalance!]! - basegoerli_router( + ): [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: basegoerli_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 - ): basegoerli_Router - basegoerli_routers( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Router_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Router_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: basegoerli_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 - ): [basegoerli_Router!]! - basegoerli_routerDailyTVL( + ): [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: basegoerli_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 - ): basegoerli_RouterDailyTVL - basegoerli_routerDailyTVLs( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RouterDailyTVL_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RouterDailyTVL_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: basegoerli_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 - ): [basegoerli_RouterDailyTVL!]! - basegoerli_routerLiquidityEvent( + ): [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: basegoerli_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 - ): basegoerli_RouterLiquidityEvent - basegoerli_routerLiquidityEvents( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RouterLiquidityEvent_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RouterLiquidityEvent_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: basegoerli_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 - ): [basegoerli_RouterLiquidityEvent!]! - basegoerli_setting( + ): [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: basegoerli_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 - ): basegoerli_Setting - basegoerli_settings( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Setting_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Setting_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: basegoerli_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 - ): [basegoerli_Setting!]! - basegoerli_relayer( + ): [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: basegoerli_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 - ): basegoerli_Relayer - basegoerli_relayers( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Relayer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Relayer_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: basegoerli_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 - ): [basegoerli_Relayer!]! - basegoerli_sequencer( + ): [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: basegoerli_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 - ): basegoerli_Sequencer - basegoerli_sequencers( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Sequencer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Sequencer_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: basegoerli_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 - ): [basegoerli_Sequencer!]! - basegoerli_relayerFee( + ): [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: basegoerli_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 - ): basegoerli_RelayerFee - basegoerli_relayerFees( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RelayerFee_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RelayerFee_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: basegoerli_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 - ): [basegoerli_RelayerFee!]! - basegoerli_originTransfer( + ): [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: basegoerli_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 - ): basegoerli_OriginTransfer - basegoerli_originTransfers( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OriginTransfer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OriginTransfer_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: basegoerli_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 - ): [basegoerli_OriginTransfer!]! - basegoerli_destinationTransfer( + ): [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: basegoerli_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 - ): basegoerli_DestinationTransfer - basegoerli_destinationTransfers( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_DestinationTransfer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_DestinationTransfer_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: basegoerli_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 - ): [basegoerli_DestinationTransfer!]! - basegoerli_originMessage( + ): [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: basegoerli_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 - ): basegoerli_OriginMessage - basegoerli_originMessages( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OriginMessage_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OriginMessage_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: basegoerli_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 - ): [basegoerli_OriginMessage!]! - basegoerli_aggregateRoot( + ): [arbitrumone_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_AggregateRoot - basegoerli_aggregateRoots( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AggregateRoot_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AggregateRoot_filter + orderBy: mainnet_RootAggregated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_AggregateRoot!]! - basegoerli_connectorMeta( + ): [mainnet_RootAggregated!]! + mainnet_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_ConnectorMeta - basegoerli_connectorMetas( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_ConnectorMeta_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_ConnectorMeta_filter + orderBy: mainnet_RootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_ConnectorMeta!]! - basegoerli_rootCount( + ): [mainnet_RootPropagated!]! + mainnet_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_RootCount - basegoerli_rootCounts( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RootCount_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RootCount_filter + orderBy: mainnet_AggregatedMessageRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_RootCount!]! - basegoerli_rootMessageSent( + ): [mainnet_AggregatedMessageRoot!]! + mainnet_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_RootMessageSent - basegoerli_rootMessageSents( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RootMessageSent_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RootMessageSent_filter + orderBy: mainnet_RootManagerMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_RootMessageSent!]! - basegoerli_relayerFeesIncrease( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_RelayerFeesIncrease - basegoerli_relayerFeesIncreases( + ): mainnet_RootManagerMode + mainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RelayerFeesIncrease_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RelayerFeesIncrease_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_RelayerFeesIncrease!]! - basegoerli_slippageUpdate( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_SlippageUpdate - basegoerli_slippageUpdates( + ): mainnet_OptimisticRootProposed + mainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SlippageUpdate_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SlippageUpdate_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_SlippageUpdate!]! - basegoerli_snapshotRoot( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_SnapshotRoot - basegoerli_snapshotRoots( + ): mainnet_HubOptimisticRootFinalized + mainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SnapshotRoot_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SnapshotRoot_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_SnapshotRoot!]! - basegoerli_spokeConnectorMode( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_SpokeConnectorMode - basegoerli_spokeConnectorModes( + ): mainnet_OptimisticRootPropagated + mainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SpokeConnectorMode_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SpokeConnectorMode_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_SpokeConnectorMode!]! - basegoerli_aggregateRootProposed( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_AggregateRootProposed - basegoerli_aggregateRootProposeds( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AggregateRootProposed_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AggregateRootProposed_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_AggregateRootProposed!]! - basegoerli_optimisticRootFinalized( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_OptimisticRootFinalized - basegoerli_optimisticRootFinalizeds( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OptimisticRootFinalized_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OptimisticRootFinalized_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - basegoerli__meta(block: basegoerli_Block_height): basegoerli__Meta_ - stagingmumbai_asset( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Asset - stagingmumbai_assets( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Asset_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Asset_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Asset!]! - stagingmumbai_assetStatus( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetStatus - stagingmumbai_assetStatuses( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetStatus_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetStatus_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetStatus!]! - stagingmumbai_assetBalance( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetBalance - stagingmumbai_assetBalances( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetBalance_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetBalance_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetBalance!]! - stagingmumbai_router( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Router - stagingmumbai_routers( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Router_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Router_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Router!]! - stagingmumbai_routerDailyTVL( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RouterDailyTVL - stagingmumbai_routerDailyTVLs( + ): mainnet_MetisConnectorMeta + mainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterDailyTVL_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterDailyTVL_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RouterDailyTVL!]! - stagingmumbai_routerLiquidityEvent( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RouterLiquidityEvent - stagingmumbai_routerLiquidityEvents( + ): mainnet_MantleConnectorMeta + mainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterLiquidityEvent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterLiquidityEvent_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RouterLiquidityEvent!]! - stagingmumbai_setting( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Setting - stagingmumbai_settings( + ): mainnet_AvalancheConnectorMeta + mainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Setting_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Setting_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Setting!]! - stagingmumbai_relayer( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Relayer - stagingmumbai_relayers( + ): mainnet_BaseConnectorMeta + mainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Relayer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Relayer_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Relayer!]! - stagingmumbai_sequencer( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Sequencer - stagingmumbai_sequencers( + ): mainnet_PolygonZkConnectorMeta + mainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Sequencer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Sequencer_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Sequencer!]! - stagingmumbai_relayerFee( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFee - stagingmumbai_relayerFees( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFee_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFee_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFee!]! - stagingmumbai_originTransfer( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginTransfer - stagingmumbai_originTransfers( + ): mainnet_ModeConnectorMeta + mainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginTransfer_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginTransfer!]! - stagingmumbai_destinationTransfer( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_DestinationTransfer - stagingmumbai_destinationTransfers( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_DestinationTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_DestinationTransfer_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_DestinationTransfer!]! - stagingmumbai_originMessage( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginMessage - stagingmumbai_originMessages( + ): mainnet_AggregateRootSavedSlow + mainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginMessage_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginMessage_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginMessage!]! - stagingmumbai_aggregateRoot( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRoot - stagingmumbai_aggregateRoots( + ): mainnet_HubDomain + mainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRoot_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRoot!]! - stagingmumbai_connectorMeta( + ): [mainnet_HubDomain!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ + localmainnet_rootAggregated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_ConnectorMeta - stagingmumbai_connectorMetas( + ): localmainnet_RootAggregated + localmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_ConnectorMeta_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_ConnectorMeta_filter + orderBy: localmainnet_RootAggregated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_ConnectorMeta!]! - stagingmumbai_rootCount( + ): [localmainnet_RootAggregated!]! + localmainnet_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootCount - stagingmumbai_rootCounts( + ): localmainnet_RootPropagated + localmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootCount_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootCount_filter + orderBy: localmainnet_RootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootCount!]! - stagingmumbai_rootMessageSent( + ): [localmainnet_RootPropagated!]! + localmainnet_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootMessageSent - stagingmumbai_rootMessageSents( + ): localmainnet_AggregatedMessageRoot + localmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootMessageSent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootMessageSent_filter + orderBy: localmainnet_AggregatedMessageRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootMessageSent!]! - stagingmumbai_relayerFeesIncrease( + ): [localmainnet_AggregatedMessageRoot!]! + localmainnet_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFeesIncrease - stagingmumbai_relayerFeesIncreases( + ): localmainnet_RootManagerMeta + localmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFeesIncrease_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFeesIncrease_filter + orderBy: localmainnet_RootManagerMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFeesIncrease!]! - stagingmumbai_slippageUpdate( + ): [localmainnet_RootManagerMeta!]! + localmainnet_rootManagerMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SlippageUpdate - stagingmumbai_slippageUpdates( + ): localmainnet_RootManagerMode + localmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SlippageUpdate_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SlippageUpdate_filter + orderBy: localmainnet_RootManagerMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SlippageUpdate!]! - stagingmumbai_snapshotRoot( + ): [localmainnet_RootManagerMode!]! + localmainnet_optimisticRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SnapshotRoot - stagingmumbai_snapshotRoots( + ): localmainnet_OptimisticRootProposed + localmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SnapshotRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SnapshotRoot_filter + orderBy: localmainnet_OptimisticRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SnapshotRoot!]! - stagingmumbai_spokeConnectorMode( + ): [localmainnet_OptimisticRootProposed!]! + localmainnet_hubOptimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SpokeConnectorMode - stagingmumbai_spokeConnectorModes( + ): localmainnet_HubOptimisticRootFinalized + localmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SpokeConnectorMode_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SpokeConnectorMode_filter + orderBy: localmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SpokeConnectorMode!]! - stagingmumbai_aggregateRootProposed( + ): [localmainnet_HubOptimisticRootFinalized!]! + localmainnet_optimisticRootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRootProposed - stagingmumbai_aggregateRootProposeds( + ): localmainnet_OptimisticRootPropagated + localmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRootProposed_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRootProposed_filter + orderBy: localmainnet_OptimisticRootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRootProposed!]! - stagingmumbai_optimisticRootFinalized( + ): [localmainnet_OptimisticRootPropagated!]! + localmainnet_polygonConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OptimisticRootFinalized - stagingmumbai_optimisticRootFinalizeds( + ): localmainnet_PolygonConnectorMeta + localmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OptimisticRootFinalized_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OptimisticRootFinalized_filter + orderBy: localmainnet_PolygonConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ - polygon_asset( + ): [localmainnet_PolygonConnectorMeta!]! + localmainnet_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_OptimismConnectorMeta + localmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_filter + orderBy: localmainnet_OptimismConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_OptimismConnectorMeta!]! + localmainnet_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_BnbConnectorMeta + localmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_filter + orderBy: localmainnet_BnbConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_BnbConnectorMeta!]! + localmainnet_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_ArbitrumConnectorMeta + localmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_filter + orderBy: localmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_ArbitrumConnectorMeta!]! + localmainnet_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_GnosisConnectorMeta + localmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_filter + orderBy: localmainnet_GnosisConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_GnosisConnectorMeta!]! + localmainnet_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_ZkSyncConnectorMeta + localmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_filter + orderBy: localmainnet_ZkSyncConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_ZkSyncConnectorMeta!]! + localmainnet_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_RootMessageProcessed + localmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_filter + orderBy: localmainnet_RootMessageProcessed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_RootMessageProcessed!]! + localmainnet_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_AggregateRootSavedSlow + localmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_filter + orderBy: localmainnet_AggregateRootSavedSlow_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_AggregateRootSavedSlow!]! + localmainnet_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_HubDomain + localmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_filter + orderBy: localmainnet_HubDomain_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_HubDomain!]! + """Access to subgraph metadata""" + localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ + staginggoerli_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Sequencer - polygon_sequencers( + ): staginggoerli_swap_SystemInfo + staginggoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_filter + orderBy: staginggoerli_swap_SystemInfo_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Sequencer!]! - polygon_relayerFee( + ): [staginggoerli_swap_SystemInfo!]! + staginggoerli_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFee - polygon_relayerFees( + ): staginggoerli_swap_PooledToken + staginggoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_filter + orderBy: staginggoerli_swap_PooledToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFee!]! - polygon_originTransfer( + ): [staginggoerli_swap_PooledToken!]! + staginggoerli_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginTransfer - polygon_originTransfers( + ): staginggoerli_swap_StableSwap + staginggoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_filter + orderBy: staginggoerli_swap_StableSwap_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginTransfer!]! - polygon_destinationTransfer( + ): [staginggoerli_swap_StableSwap!]! + staginggoerli_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_DestinationTransfer - polygon_destinationTransfers( + ): staginggoerli_swap_StableSwapAddLiquidityEvent + staginggoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_filter + orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_DestinationTransfer!]! - polygon_originMessage( + ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! + staginggoerli_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginMessage - polygon_originMessages( + ): staginggoerli_swap_StableSwapRemoveLiquidityEvent + staginggoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_filter + orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginMessage!]! - polygon_aggregateRoot( + ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! + staginggoerli_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AggregateRoot - polygon_aggregateRoots( + ): staginggoerli_swap_StableSwapExchange + staginggoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_filter + orderBy: staginggoerli_swap_StableSwapExchange_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AggregateRoot!]! - polygon_connectorMeta( + ): [staginggoerli_swap_StableSwapExchange!]! + staginggoerli_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_ConnectorMeta - polygon_connectorMetas( + ): staginggoerli_swap_SwapDailyVolume + staginggoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_filter + orderBy: staginggoerli_swap_SwapDailyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_ConnectorMeta!]! - polygon_rootCount( + ): [staginggoerli_swap_SwapDailyVolume!]! + staginggoerli_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootCount - polygon_rootCounts( + ): staginggoerli_swap_SwapHourlyVolume + staginggoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_filter + orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootCount!]! - polygon_rootMessageSent( + ): [staginggoerli_swap_SwapHourlyVolume!]! + staginggoerli_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootMessageSent - polygon_rootMessageSents( + ): staginggoerli_swap_SwapWeeklyVolume + staginggoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_filter + orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [staginggoerli_swap_SwapWeeklyVolume!]! + staginggoerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFeesIncrease - polygon_relayerFeesIncreases( + ): staginggoerli_swap_LpAccount + staginggoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_filter + orderBy: staginggoerli_swap_LpAccount_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFeesIncrease!]! - polygon_slippageUpdate( + ): [staginggoerli_swap_LpAccount!]! + staginggoerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SlippageUpdate - polygon_slippageUpdates( + ): staginggoerli_swap_LpAccountBalance + staginggoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_filter + orderBy: staginggoerli_swap_LpAccountBalance_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SlippageUpdate!]! - polygon_snapshotRoot( + ): [staginggoerli_swap_LpAccountBalance!]! + staginggoerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SnapshotRoot - polygon_snapshotRoots( + ): staginggoerli_swap_LpToken + staginggoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_SnapshotRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SnapshotRoot_filter + orderBy: staginggoerli_swap_LpToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SnapshotRoot!]! - polygon_spokeConnectorMode( + ): [staginggoerli_swap_LpToken!]! + staginggoerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SpokeConnectorMode - polygon_spokeConnectorModes( + ): staginggoerli_swap_LpTransferEvent + staginggoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_SpokeConnectorMode_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SpokeConnectorMode_filter + orderBy: staginggoerli_swap_LpTransferEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SpokeConnectorMode!]! - polygon_aggregateRootProposed( + ): [staginggoerli_swap_LpTransferEvent!]! + staginggoerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AggregateRootProposed - polygon_aggregateRootProposeds( + ): staginggoerli_swap_StableSwapEvent + staginggoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRootProposed_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRootProposed_filter + orderBy: staginggoerli_swap_StableSwapEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AggregateRootProposed!]! - polygon_optimisticRootFinalized( + ): [staginggoerli_swap_StableSwapEvent!]! + staginggoerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OptimisticRootFinalized - polygon_optimisticRootFinalizeds( + ): staginggoerli_swap_SwapTradeVolume + staginggoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_OptimisticRootFinalized_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OptimisticRootFinalized_filter + orderBy: staginggoerli_swap_SwapTradeVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ - staginggoerli_asset( + ): [staginggoerli_swap_SwapTradeVolume!]! + staginggoerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Asset - staginggoerli_assets( + ): staginggoerli_swap_LpTokenEvent + staginggoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Asset_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Asset_filter + orderBy: staginggoerli_swap_LpTokenEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Asset!]! - staginggoerli_assetStatus( + ): [staginggoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ + stagingoptimismgoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetStatus - staginggoerli_assetStatuses( + ): stagingoptimismgoerli_Asset + stagingoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetStatus_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetStatus_filter + orderBy: stagingoptimismgoerli_Asset_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetStatus!]! - staginggoerli_assetBalance( + ): [stagingoptimismgoerli_Asset!]! + stagingoptimismgoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetBalance - staginggoerli_assetBalances( + ): stagingoptimismgoerli_AssetStatus + stagingoptimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetBalance_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetBalance_filter + orderBy: stagingoptimismgoerli_AssetStatus_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetBalance!]! - staginggoerli_router( + ): [stagingoptimismgoerli_AssetStatus!]! + stagingoptimismgoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Router - staginggoerli_routers( + ): stagingoptimismgoerli_AssetBalance + stagingoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Router_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Router_filter + orderBy: stagingoptimismgoerli_AssetBalance_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Router!]! - staginggoerli_routerDailyTVL( + ): [stagingoptimismgoerli_AssetBalance!]! + stagingoptimismgoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RouterDailyTVL - staginggoerli_routerDailyTVLs( + ): stagingoptimismgoerli_Router + stagingoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterDailyTVL_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterDailyTVL_filter + orderBy: stagingoptimismgoerli_Router_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RouterDailyTVL!]! - staginggoerli_routerLiquidityEvent( + ): [stagingoptimismgoerli_Router!]! + stagingoptimismgoerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RouterLiquidityEvent - staginggoerli_routerLiquidityEvents( + ): stagingoptimismgoerli_RouterDailyTVL + stagingoptimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterLiquidityEvent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterLiquidityEvent_filter + orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RouterLiquidityEvent!]! - staginggoerli_setting( + ): [stagingoptimismgoerli_RouterDailyTVL!]! + stagingoptimismgoerli_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Setting - staginggoerli_settings( + ): stagingoptimismgoerli_RouterLiquidityEvent + stagingoptimismgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Setting_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Setting_filter + orderBy: stagingoptimismgoerli_RouterLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Setting!]! - staginggoerli_relayer( + ): [stagingoptimismgoerli_RouterLiquidityEvent!]! + stagingoptimismgoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Relayer - staginggoerli_relayers( + ): stagingoptimismgoerli_Setting + stagingoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Relayer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Relayer_filter + orderBy: stagingoptimismgoerli_Setting_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Relayer!]! - staginggoerli_sequencer( + ): [stagingoptimismgoerli_Setting!]! + stagingoptimismgoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Sequencer - staginggoerli_sequencers( + ): stagingoptimismgoerli_Relayer + stagingoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Sequencer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Sequencer_filter + orderBy: stagingoptimismgoerli_Relayer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Sequencer!]! - staginggoerli_relayerFee( + ): [stagingoptimismgoerli_Relayer!]! + stagingoptimismgoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RelayerFee - staginggoerli_relayerFees( + ): stagingoptimismgoerli_Sequencer + stagingoptimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFee_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFee_filter + orderBy: stagingoptimismgoerli_Sequencer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RelayerFee!]! - staginggoerli_originTransfer( + ): [stagingoptimismgoerli_Sequencer!]! + stagingoptimismgoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OriginTransfer - staginggoerli_originTransfers( + ): stagingoptimismgoerli_RelayerFee + stagingoptimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginTransfer_filter + orderBy: stagingoptimismgoerli_RelayerFee_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OriginTransfer!]! - staginggoerli_destinationTransfer( + ): [stagingoptimismgoerli_RelayerFee!]! + stagingoptimismgoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_DestinationTransfer - staginggoerli_destinationTransfers( + ): stagingoptimismgoerli_OriginTransfer + stagingoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_DestinationTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_DestinationTransfer_filter + orderBy: stagingoptimismgoerli_OriginTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_DestinationTransfer!]! - staginggoerli_originMessage( + ): [stagingoptimismgoerli_OriginTransfer!]! + stagingoptimismgoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OriginMessage - staginggoerli_originMessages( + ): stagingoptimismgoerli_DestinationTransfer + stagingoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginMessage_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginMessage_filter + orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OriginMessage!]! - staginggoerli_aggregateRoot( + ): [stagingoptimismgoerli_DestinationTransfer!]! + stagingoptimismgoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRoot - staginggoerli_aggregateRoots( + ): stagingoptimismgoerli_OriginMessage + stagingoptimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRoot_filter + orderBy: stagingoptimismgoerli_OriginMessage_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRoot!]! - staginggoerli_connectorMeta( + ): [stagingoptimismgoerli_OriginMessage!]! + stagingoptimismgoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ConnectorMeta - staginggoerli_connectorMetas( + ): stagingoptimismgoerli_AggregateRoot + stagingoptimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ConnectorMeta_filter + orderBy: stagingoptimismgoerli_AggregateRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ConnectorMeta!]! - staginggoerli_rootCount( + ): [stagingoptimismgoerli_AggregateRoot!]! + stagingoptimismgoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootCount - staginggoerli_rootCounts( + ): stagingoptimismgoerli_ConnectorMeta + stagingoptimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootCount_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootCount_filter + orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootCount!]! - staginggoerli_rootMessageSent( + ): [stagingoptimismgoerli_ConnectorMeta!]! + stagingoptimismgoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootMessageSent - staginggoerli_rootMessageSents( + ): stagingoptimismgoerli_RootCount + stagingoptimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageSent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageSent_filter + orderBy: stagingoptimismgoerli_RootCount_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootMessageSent!]! - staginggoerli_relayerFeesIncrease( + ): [stagingoptimismgoerli_RootCount!]! + stagingoptimismgoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RelayerFeesIncrease - staginggoerli_relayerFeesIncreases( + ): stagingoptimismgoerli_RootMessageSent + stagingoptimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFeesIncrease_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFeesIncrease_filter + orderBy: stagingoptimismgoerli_RootMessageSent_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RelayerFeesIncrease!]! - staginggoerli_slippageUpdate( + ): [stagingoptimismgoerli_RootMessageSent!]! + stagingoptimismgoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SlippageUpdate - staginggoerli_slippageUpdates( + ): stagingoptimismgoerli_RelayerFeesIncrease + stagingoptimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SlippageUpdate_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SlippageUpdate_filter + orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SlippageUpdate!]! - staginggoerli_snapshotRoot( + ): [stagingoptimismgoerli_RelayerFeesIncrease!]! + stagingoptimismgoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SnapshotRoot - staginggoerli_snapshotRoots( + ): stagingoptimismgoerli_SlippageUpdate + stagingoptimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SnapshotRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SnapshotRoot_filter + orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SnapshotRoot!]! - staginggoerli_spokeConnectorMode( + ): [stagingoptimismgoerli_SlippageUpdate!]! + stagingoptimismgoerli_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SpokeConnectorMode - staginggoerli_spokeConnectorModes( + ): stagingoptimismgoerli_SnapshotRoot + stagingoptimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SpokeConnectorMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SpokeConnectorMode_filter + orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SpokeConnectorMode!]! - staginggoerli_aggregateRootProposed( + ): [stagingoptimismgoerli_SnapshotRoot!]! + stagingoptimismgoerli_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRootProposed - staginggoerli_aggregateRootProposeds( + ): stagingoptimismgoerli_SpokeConnectorMode + stagingoptimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootProposed_filter + orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRootProposed!]! - staginggoerli_optimisticRootFinalized( + ): [stagingoptimismgoerli_SpokeConnectorMode!]! + stagingoptimismgoerli_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootFinalized - staginggoerli_optimisticRootFinalizeds( + ): stagingoptimismgoerli_AggregateRootProposed + stagingoptimismgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootFinalized_filter + orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootFinalized!]! - optimism_asset( + ): [stagingoptimismgoerli_AggregateRootProposed!]! + stagingoptimismgoerli_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Asset - optimism_assets( + ): stagingoptimismgoerli_OptimisticRootFinalized + stagingoptimismgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_filter + orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Asset!]! - optimism_assetStatus( + ): [stagingoptimismgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__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: optimism_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 - ): optimism_AssetStatus - optimism_assetStatuses( + ): mantle_swap_SystemInfo + mantle_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_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: optimism_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 - ): [optimism_AssetStatus!]! - optimism_assetBalance( + ): [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: optimism_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 - ): optimism_AssetBalance - optimism_assetBalances( + ): mantle_swap_PooledToken + mantle_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_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: optimism_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 - ): [optimism_AssetBalance!]! - optimism_router( + ): [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: optimism_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 - ): optimism_Router - optimism_routers( + ): mantle_swap_StableSwap + mantle_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_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: optimism_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 - ): [optimism_Router!]! - optimism_routerDailyTVL( + ): [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: optimism_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 - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): mantle_swap_StableSwapAddLiquidityEvent + mantle_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_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: optimism_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 - ): [optimism_RouterDailyTVL!]! - optimism_routerLiquidityEvent( + ): [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: optimism_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 - ): optimism_RouterLiquidityEvent - optimism_routerLiquidityEvents( + ): mantle_swap_StableSwapRemoveLiquidityEvent + mantle_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_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: optimism_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 - ): [optimism_RouterLiquidityEvent!]! - optimism_setting( + ): [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: optimism_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 - ): optimism_Setting - optimism_settings( + ): mantle_swap_StableSwapExchange + mantle_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_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: optimism_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 - ): [optimism_Setting!]! - optimism_relayer( + ): [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: optimism_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 - ): optimism_Relayer - optimism_relayers( + ): mantle_swap_SwapDailyVolume + mantle_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_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: optimism_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 - ): [optimism_Relayer!]! - optimism_sequencer( + ): [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: optimism_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 - ): optimism_Sequencer - optimism_sequencers( + ): mantle_swap_SwapHourlyVolume + mantle_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_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: optimism_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 - ): [optimism_Sequencer!]! - optimism_relayerFee( + ): [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: optimism_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 - ): optimism_RelayerFee - optimism_relayerFees( + ): mantle_swap_SwapWeeklyVolume + mantle_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_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: optimism_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 - ): [optimism_RelayerFee!]! - optimism_originTransfer( + ): [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: optimism_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 - ): optimism_OriginTransfer - optimism_originTransfers( + ): mantle_swap_LpAccount + mantle_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_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: optimism_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 - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( + ): [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: optimism_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 - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): mantle_swap_LpAccountBalance + mantle_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_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: optimism_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 - ): [optimism_DestinationTransfer!]! - optimism_originMessage( + ): [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: optimism_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 - ): optimism_OriginMessage - optimism_originMessages( + ): mantle_swap_LpToken + mantle_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_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: optimism_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 - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( + ): [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: optimism_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 - ): optimism_AggregateRoot - optimism_aggregateRoots( + ): mantle_swap_LpTransferEvent + mantle_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_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: optimism_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 - ): [optimism_AggregateRoot!]! - optimism_connectorMeta( + ): [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: optimism_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 - ): optimism_ConnectorMeta - optimism_connectorMetas( + ): mantle_swap_StableSwapEvent + mantle_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_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: optimism_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 - ): [optimism_ConnectorMeta!]! - optimism_rootCount( + ): [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: optimism_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 - ): optimism_RootCount - optimism_rootCounts( + ): mantle_swap_SwapTradeVolume + mantle_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_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: optimism_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 - ): [optimism_RootCount!]! - optimism_rootMessageSent( + ): [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: optimism_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 - ): optimism_RootMessageSent - optimism_rootMessageSents( + ): mantle_swap_LpTokenEvent + mantle_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_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: optimism_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 - ): [optimism_RootMessageSent!]! - optimism_relayerFeesIncrease( + ): [mantle_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ + stagingmumbai_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFeesIncrease - optimism_relayerFeesIncreases( + ): stagingmumbai_Asset + stagingmumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: stagingmumbai_Asset_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFeesIncrease!]! - optimism_slippageUpdate( + ): [stagingmumbai_Asset!]! + stagingmumbai_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SlippageUpdate - optimism_slippageUpdates( + ): stagingmumbai_AssetStatus + stagingmumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: stagingmumbai_AssetStatus_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SlippageUpdate!]! - optimism_snapshotRoot( + ): [stagingmumbai_AssetStatus!]! + stagingmumbai_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SnapshotRoot - optimism_snapshotRoots( + ): stagingmumbai_AssetBalance + stagingmumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_SnapshotRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SnapshotRoot_filter + orderBy: stagingmumbai_AssetBalance_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SnapshotRoot!]! - optimism_spokeConnectorMode( + ): [stagingmumbai_AssetBalance!]! + stagingmumbai_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SpokeConnectorMode - optimism_spokeConnectorModes( + ): stagingmumbai_Router + stagingmumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_SpokeConnectorMode_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SpokeConnectorMode_filter + orderBy: stagingmumbai_Router_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SpokeConnectorMode!]! - optimism_aggregateRootProposed( + ): [stagingmumbai_Router!]! + stagingmumbai_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AggregateRootProposed - optimism_aggregateRootProposeds( + ): stagingmumbai_RouterDailyTVL + stagingmumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRootProposed_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRootProposed_filter + orderBy: stagingmumbai_RouterDailyTVL_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AggregateRootProposed!]! - optimism_optimisticRootFinalized( + ): [stagingmumbai_RouterDailyTVL!]! + stagingmumbai_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: stagingmumbai_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( + ): stagingmumbai_RouterLiquidityEvent + stagingmumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_OptimisticRootFinalized_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OptimisticRootFinalized_filter + orderBy: stagingmumbai_RouterLiquidityEvent_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_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: stagingmumbai_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_ - mantle_swap_systemInfo( + ): [stagingmumbai_RouterLiquidityEvent!]! + stagingmumbai_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SystemInfo - mantle_swap_systemInfos( + ): stagingmumbai_Setting + stagingmumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SystemInfo_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SystemInfo_filter + orderBy: stagingmumbai_Setting_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SystemInfo!]! - mantle_swap_pooledToken( + ): [stagingmumbai_Setting!]! + stagingmumbai_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_PooledToken - mantle_swap_pooledTokens( + ): stagingmumbai_Relayer + stagingmumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_PooledToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_PooledToken_filter + orderBy: stagingmumbai_Relayer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_PooledToken!]! - mantle_swap_stableSwap( + ): [stagingmumbai_Relayer!]! + stagingmumbai_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwap - mantle_swap_stableSwaps( + ): stagingmumbai_Sequencer + stagingmumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwap_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwap_filter + orderBy: stagingmumbai_Sequencer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwap!]! - mantle_swap_stableSwapAddLiquidityEvent( + ): [stagingmumbai_Sequencer!]! + stagingmumbai_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapAddLiquidityEvent - mantle_swap_stableSwapAddLiquidityEvents( + ): stagingmumbai_RelayerFee + stagingmumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingmumbai_RelayerFee_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapAddLiquidityEvent!]! - mantle_swap_stableSwapRemoveLiquidityEvent( + ): [stagingmumbai_RelayerFee!]! + stagingmumbai_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapRemoveLiquidityEvent - mantle_swap_stableSwapRemoveLiquidityEvents( + ): stagingmumbai_OriginTransfer + stagingmumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingmumbai_OriginTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! - mantle_swap_stableSwapExchange( + ): [stagingmumbai_OriginTransfer!]! + stagingmumbai_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapExchange - mantle_swap_stableSwapExchanges( + ): stagingmumbai_DestinationTransfer + stagingmumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapExchange_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapExchange_filter + orderBy: stagingmumbai_DestinationTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapExchange!]! - mantle_swap_swapDailyVolume( + ): [stagingmumbai_DestinationTransfer!]! + stagingmumbai_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapDailyVolume - mantle_swap_swapDailyVolumes( + ): stagingmumbai_OriginMessage + stagingmumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapDailyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapDailyVolume_filter + orderBy: stagingmumbai_OriginMessage_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapDailyVolume!]! - mantle_swap_swapHourlyVolume( + ): [stagingmumbai_OriginMessage!]! + stagingmumbai_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapHourlyVolume - mantle_swap_swapHourlyVolumes( + ): stagingmumbai_AggregateRoot + stagingmumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapHourlyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapHourlyVolume_filter + orderBy: stagingmumbai_AggregateRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapHourlyVolume!]! - mantle_swap_swapWeeklyVolume( + ): [stagingmumbai_AggregateRoot!]! + stagingmumbai_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapWeeklyVolume - mantle_swap_swapWeeklyVolumes( + ): stagingmumbai_ConnectorMeta + stagingmumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapWeeklyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapWeeklyVolume_filter + orderBy: stagingmumbai_ConnectorMeta_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapWeeklyVolume!]! - mantle_swap_lpAccount( + ): [stagingmumbai_ConnectorMeta!]! + stagingmumbai_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccount - mantle_swap_lpAccounts( + ): stagingmumbai_RootCount + stagingmumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccount_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccount_filter + orderBy: stagingmumbai_RootCount_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccount!]! - mantle_swap_lpAccountBalance( + ): [stagingmumbai_RootCount!]! + stagingmumbai_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccountBalance - mantle_swap_lpAccountBalances( + ): stagingmumbai_RootMessageSent + stagingmumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccountBalance_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccountBalance_filter + orderBy: stagingmumbai_RootMessageSent_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccountBalance!]! - mantle_swap_lpToken( + ): [stagingmumbai_RootMessageSent!]! + stagingmumbai_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpToken - mantle_swap_lpTokens( + ): stagingmumbai_RelayerFeesIncrease + stagingmumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpToken_filter + orderBy: stagingmumbai_RelayerFeesIncrease_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpToken!]! - mantle_swap_lpTransferEvent( + ): [stagingmumbai_RelayerFeesIncrease!]! + stagingmumbai_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTransferEvent - mantle_swap_lpTransferEvents( + ): stagingmumbai_SlippageUpdate + stagingmumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTransferEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTransferEvent_filter + orderBy: stagingmumbai_SlippageUpdate_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTransferEvent!]! - mantle_swap_stableSwapEvent( + ): [stagingmumbai_SlippageUpdate!]! + stagingmumbai_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapEvent - mantle_swap_stableSwapEvents( + ): stagingmumbai_SnapshotRoot + stagingmumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapEvent_filter + orderBy: stagingmumbai_SnapshotRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapEvent!]! - mantle_swap_swapTradeVolume( + ): [stagingmumbai_SnapshotRoot!]! + stagingmumbai_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapTradeVolume - mantle_swap_swapTradeVolumes( + ): stagingmumbai_SpokeConnectorMode + stagingmumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapTradeVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapTradeVolume_filter + orderBy: stagingmumbai_SpokeConnectorMode_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapTradeVolume!]! - mantle_swap_lpTokenEvent( + ): [stagingmumbai_SpokeConnectorMode!]! + stagingmumbai_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTokenEvent - mantle_swap_lpTokenEvents( + ): stagingmumbai_AggregateRootProposed + stagingmumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTokenEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTokenEvent_filter + orderBy: stagingmumbai_AggregateRootProposed_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ - mainnet_rootAggregated( + ): [stagingmumbai_AggregateRootProposed!]! + stagingmumbai_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): stagingmumbai_OptimisticRootFinalized + stagingmumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_filter + orderBy: stagingmumbai_OptimisticRootFinalized_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [stagingmumbai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ + arbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_filter + orderBy: arbitrumone_Asset_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [arbitrumone_Asset!]! + arbitrumone_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_filter + orderBy: arbitrumone_AssetStatus_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [arbitrumone_AssetStatus!]! + arbitrumone_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_filter + orderBy: arbitrumone_AssetBalance_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMeta!]! - mainnet_rootManagerMode( + ): [arbitrumone_AssetBalance!]! + arbitrumone_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMode - mainnet_rootManagerModes( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMode_filter + orderBy: arbitrumone_Router_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMode!]! - mainnet_optimisticRootProposed( + ): [arbitrumone_Router!]! + arbitrumone_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootProposed - mainnet_optimisticRootProposeds( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootProposed_filter + orderBy: arbitrumone_RouterDailyTVL_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootProposed!]! - mainnet_hubOptimisticRootFinalized( + ): [arbitrumone_RouterDailyTVL!]! + arbitrumone_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_HubOptimisticRootFinalized - mainnet_hubOptimisticRootFinalizeds( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubOptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubOptimisticRootFinalized_filter + orderBy: arbitrumone_RouterLiquidityEvent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_HubOptimisticRootFinalized!]! - mainnet_optimisticRootPropagated( + ): [arbitrumone_RouterLiquidityEvent!]! + arbitrumone_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootPropagated - mainnet_optimisticRootPropagateds( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootPropagated_filter + orderBy: arbitrumone_Setting_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootPropagated!]! - mainnet_polygonConnectorMeta( + ): [arbitrumone_Setting!]! + arbitrumone_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_filter + orderBy: arbitrumone_Relayer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_GnosisConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_LineaConnectorMeta!]! - mainnet_metisConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_MetisConnectorMeta - mainnet_metisConnectorMetas( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MetisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MetisConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_MetisConnectorMeta!]! - mainnet_mantleConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_MantleConnectorMeta - mainnet_mantleConnectorMetas( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MantleConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MantleConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_MantleConnectorMeta!]! - mainnet_avalancheConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AvalancheConnectorMeta - mainnet_avalancheConnectorMetas( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AvalancheConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AvalancheConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AvalancheConnectorMeta!]! - mainnet_baseConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_BaseConnectorMeta - mainnet_baseConnectorMetas( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BaseConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BaseConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_BaseConnectorMeta!]! - mainnet_polygonZkConnectorMeta( + ): [arbitrumone_RootMessageSent!]! + arbitrumone_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_PolygonZkConnectorMeta - mainnet_polygonZkConnectorMetas( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonZkConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonZkConnectorMeta_filter + orderBy: arbitrumone_RelayerFeesIncrease_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_PolygonZkConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [arbitrumone_RelayerFeesIncrease!]! + arbitrumone_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ZkSyncConnectorMeta - mainnet_zkSyncConnectorMetas( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_filter + orderBy: arbitrumone_SlippageUpdate_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_modeConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ModeConnectorMeta - mainnet_modeConnectorMetas( + ): arbitrumone_SnapshotRoot + arbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ModeConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ModeConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ModeConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): arbitrumone_SpokeConnectorMode + arbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageProcessed!]! - mainnet_aggregateRootSavedSlow( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRootSavedSlow - mainnet_aggregateRootSavedSlows( + ): arbitrumone_AggregateRootProposed + arbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootSavedSlow_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootSavedSlow_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRootSavedSlow!]! - mainnet_hubDomain( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_HubDomain - mainnet_hubDomains( + ): arbitrumone_OptimisticRootFinalized + arbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubDomain_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubDomain_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_HubDomain!]! + ): [arbitrumone_OptimisticRootFinalized!]! """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - testgoerli_asset( + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ + basegoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Asset - testgoerli_assets( + ): basegoerli_Asset + basegoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Asset_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Asset_filter + orderBy: basegoerli_Asset_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Asset!]! - testgoerli_assetBalance( + ): [basegoerli_Asset!]! + basegoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_AssetBalance - testgoerli_assetBalances( + ): basegoerli_AssetStatus + basegoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_AssetBalance_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_AssetBalance_filter + orderBy: basegoerli_AssetStatus_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_AssetBalance!]! - testgoerli_router( + ): [basegoerli_AssetStatus!]! + basegoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Router - testgoerli_routers( + ): basegoerli_AssetBalance + basegoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Router_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Router_filter + orderBy: basegoerli_AssetBalance_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Router!]! - testgoerli_setting( + ): [basegoerli_AssetBalance!]! + basegoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Setting - testgoerli_settings( + ): basegoerli_Router + basegoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Setting_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Setting_filter + orderBy: basegoerli_Router_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Setting!]! - testgoerli_relayer( + ): [basegoerli_Router!]! + basegoerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Relayer - testgoerli_relayers( + ): basegoerli_RouterDailyTVL + basegoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Relayer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Relayer_filter + orderBy: basegoerli_RouterDailyTVL_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Relayer!]! - testgoerli_stableSwap( + ): [basegoerli_RouterDailyTVL!]! + basegoerli_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: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_StableSwap - testgoerli_stableSwaps( + ): basegoerli_RouterLiquidityEvent + basegoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_StableSwap_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_StableSwap_filter + orderBy: basegoerli_RouterLiquidityEvent_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_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: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_StableSwap!]! - testgoerli_sponsorVault( + ): [basegoerli_RouterLiquidityEvent!]! + basegoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_SponsorVault - testgoerli_sponsorVaults( + ): basegoerli_Setting + basegoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_SponsorVault_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_SponsorVault_filter + orderBy: basegoerli_Setting_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_SponsorVault!]! - testgoerli_originTransfer( + ): [basegoerli_Setting!]! + basegoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_OriginTransfer - testgoerli_originTransfers( + ): basegoerli_Relayer + basegoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_OriginTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_OriginTransfer_filter + orderBy: basegoerli_Relayer_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_OriginTransfer!]! - testgoerli_destinationTransfer( + ): [basegoerli_Relayer!]! + basegoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_DestinationTransfer - testgoerli_destinationTransfers( + ): basegoerli_Sequencer + basegoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_DestinationTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_DestinationTransfer_filter + orderBy: basegoerli_Sequencer_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ - stagingzksync_asset( + ): [basegoerli_Sequencer!]! + basegoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_RelayerFee + basegoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Asset_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Asset_filter + orderBy: basegoerli_RelayerFee_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_RelayerFee!]! + basegoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_OriginTransfer + basegoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetStatus_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetStatus_filter + orderBy: basegoerli_OriginTransfer_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_OriginTransfer!]! + basegoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_DestinationTransfer + basegoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetBalance_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetBalance_filter + orderBy: basegoerli_DestinationTransfer_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_DestinationTransfer!]! + basegoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_OriginMessage + basegoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Router_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Router_filter + orderBy: basegoerli_OriginMessage_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_OriginMessage!]! + basegoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_AggregateRoot + basegoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterDailyTVL_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterDailyTVL_filter + orderBy: basegoerli_AggregateRoot_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_AggregateRoot!]! + basegoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_ConnectorMeta + basegoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterLiquidityEvent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterLiquidityEvent_filter + orderBy: basegoerli_ConnectorMeta_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_ConnectorMeta!]! + basegoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_RootCount + basegoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Setting_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Setting_filter + orderBy: basegoerli_RootCount_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_RootCount!]! + basegoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_RootMessageSent + basegoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Relayer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Relayer_filter + orderBy: basegoerli_RootMessageSent_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_RootMessageSent!]! + basegoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_RelayerFeesIncrease + basegoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Sequencer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Sequencer_filter + orderBy: basegoerli_RelayerFeesIncrease_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_RelayerFeesIncrease!]! + basegoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_SlippageUpdate + basegoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFee_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFee_filter + orderBy: basegoerli_SlippageUpdate_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_SlippageUpdate!]! + basegoerli_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: basegoerli_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( + ): basegoerli_SnapshotRoot + basegoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginTransfer_filter + orderBy: basegoerli_SnapshotRoot_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_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: basegoerli_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( + ): [basegoerli_SnapshotRoot!]! + basegoerli_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: basegoerli_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( + ): basegoerli_SpokeConnectorMode + basegoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_DestinationTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_DestinationTransfer_filter + orderBy: basegoerli_SpokeConnectorMode_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_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: basegoerli_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( + ): [basegoerli_SpokeConnectorMode!]! + basegoerli_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: basegoerli_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( + ): basegoerli_AggregateRootProposed + basegoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginMessage_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginMessage_filter + orderBy: basegoerli_AggregateRootProposed_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_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: basegoerli_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( + ): [basegoerli_AggregateRootProposed!]! + basegoerli_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: basegoerli_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( + ): basegoerli_OptimisticRootFinalized + basegoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRoot_filter + orderBy: basegoerli_OptimisticRootFinalized_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_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: basegoerli_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( + ): [basegoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + basegoerli__meta(block: basegoerli_Block_height): basegoerli__Meta_ + optimismgoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_ConnectorMeta - stagingzksync_connectorMetas( + ): optimismgoerli_Asset + optimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_ConnectorMeta_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_ConnectorMeta_filter + orderBy: optimismgoerli_Asset_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_ConnectorMeta!]! - stagingzksync_rootCount( + ): [optimismgoerli_Asset!]! + optimismgoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RootCount - stagingzksync_rootCounts( + ): optimismgoerli_AssetStatus + optimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootCount_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootCount_filter + orderBy: optimismgoerli_AssetStatus_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RootCount!]! - stagingzksync_rootMessageSent( + ): [optimismgoerli_AssetStatus!]! + optimismgoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RootMessageSent - stagingzksync_rootMessageSents( + ): optimismgoerli_AssetBalance + optimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootMessageSent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootMessageSent_filter + orderBy: optimismgoerli_AssetBalance_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RootMessageSent!]! - stagingzksync_relayerFeesIncrease( + ): [optimismgoerli_AssetBalance!]! + optimismgoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RelayerFeesIncrease - stagingzksync_relayerFeesIncreases( + ): optimismgoerli_Router + optimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFeesIncrease_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFeesIncrease_filter + orderBy: optimismgoerli_Router_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RelayerFeesIncrease!]! - stagingzksync_slippageUpdate( + ): [optimismgoerli_Router!]! + optimismgoerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SlippageUpdate - stagingzksync_slippageUpdates( + ): optimismgoerli_RouterDailyTVL + optimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SlippageUpdate_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SlippageUpdate_filter + orderBy: optimismgoerli_RouterDailyTVL_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SlippageUpdate!]! - stagingzksync_snapshotRoot( + ): [optimismgoerli_RouterDailyTVL!]! + optimismgoerli_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SnapshotRoot - stagingzksync_snapshotRoots( + ): optimismgoerli_RouterLiquidityEvent + optimismgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SnapshotRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SnapshotRoot_filter + orderBy: optimismgoerli_RouterLiquidityEvent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SnapshotRoot!]! - stagingzksync_spokeConnectorMode( + ): [optimismgoerli_RouterLiquidityEvent!]! + optimismgoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SpokeConnectorMode - stagingzksync_spokeConnectorModes( + ): optimismgoerli_Setting + optimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SpokeConnectorMode_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SpokeConnectorMode_filter + orderBy: optimismgoerli_Setting_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SpokeConnectorMode!]! - stagingzksync_aggregateRootProposed( + ): [optimismgoerli_Setting!]! + optimismgoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AggregateRootProposed - stagingzksync_aggregateRootProposeds( + ): optimismgoerli_Relayer + optimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRootProposed_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRootProposed_filter + orderBy: optimismgoerli_Relayer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AggregateRootProposed!]! - stagingzksync_optimisticRootFinalized( + ): [optimismgoerli_Relayer!]! + optimismgoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_OptimisticRootFinalized - stagingzksync_optimisticRootFinalizeds( + ): optimismgoerli_Sequencer + optimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OptimisticRootFinalized_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OptimisticRootFinalized_filter + orderBy: optimismgoerli_Sequencer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ - base_asset( + ): [optimismgoerli_Sequencer!]! + optimismgoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Asset - base_assets( + ): optimismgoerli_RelayerFee + optimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_Asset_orderBy - orderDirection: base_OrderDirection - where: base_Asset_filter + orderBy: optimismgoerli_RelayerFee_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Asset!]! - base_assetStatus( + ): [optimismgoerli_RelayerFee!]! + optimismgoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetStatus - base_assetStatuses( + ): optimismgoerli_OriginTransfer + optimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_AssetStatus_orderBy - orderDirection: base_OrderDirection - where: base_AssetStatus_filter + orderBy: optimismgoerli_OriginTransfer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetStatus!]! - base_assetBalance( + ): [optimismgoerli_OriginTransfer!]! + optimismgoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetBalance - base_assetBalances( + ): optimismgoerli_DestinationTransfer + optimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_AssetBalance_orderBy - orderDirection: base_OrderDirection - where: base_AssetBalance_filter + orderBy: optimismgoerli_DestinationTransfer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetBalance!]! - base_router( + ): [optimismgoerli_DestinationTransfer!]! + optimismgoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Router - base_routers( + ): optimismgoerli_OriginMessage + optimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_Router_orderBy - orderDirection: base_OrderDirection - where: base_Router_filter + orderBy: optimismgoerli_OriginMessage_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Router!]! - base_routerDailyTVL( + ): [optimismgoerli_OriginMessage!]! + optimismgoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterDailyTVL - base_routerDailyTVLs( + ): optimismgoerli_AggregateRoot + optimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_RouterDailyTVL_orderBy - orderDirection: base_OrderDirection - where: base_RouterDailyTVL_filter + orderBy: optimismgoerli_AggregateRoot_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterDailyTVL!]! - base_routerLiquidityEvent( + ): [optimismgoerli_AggregateRoot!]! + optimismgoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterLiquidityEvent - base_routerLiquidityEvents( + ): optimismgoerli_ConnectorMeta + optimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_RouterLiquidityEvent_orderBy - orderDirection: base_OrderDirection - where: base_RouterLiquidityEvent_filter + orderBy: optimismgoerli_ConnectorMeta_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterLiquidityEvent!]! - base_setting( + ): [optimismgoerli_ConnectorMeta!]! + optimismgoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Setting - base_settings( + ): optimismgoerli_RootCount + optimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_Setting_orderBy - orderDirection: base_OrderDirection - where: base_Setting_filter + orderBy: optimismgoerli_RootCount_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Setting!]! - base_relayer( + ): [optimismgoerli_RootCount!]! + optimismgoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Relayer - base_relayers( + ): optimismgoerli_RootMessageSent + optimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_Relayer_orderBy - orderDirection: base_OrderDirection - where: base_Relayer_filter + orderBy: optimismgoerli_RootMessageSent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Relayer!]! - base_sequencer( + ): [optimismgoerli_RootMessageSent!]! + optimismgoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Sequencer - base_sequencers( + ): optimismgoerli_RelayerFeesIncrease + optimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_Sequencer_orderBy - orderDirection: base_OrderDirection - where: base_Sequencer_filter + orderBy: optimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Sequencer!]! - base_relayerFee( + ): [optimismgoerli_RelayerFeesIncrease!]! + optimismgoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RelayerFee - base_relayerFees( + ): optimismgoerli_SlippageUpdate + optimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFee_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFee_filter + orderBy: optimismgoerli_SlippageUpdate_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RelayerFee!]! - base_originTransfer( + ): [optimismgoerli_SlippageUpdate!]! + optimismgoerli_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: optimismgoerli_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( + ): optimismgoerli_SnapshotRoot + optimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_OriginTransfer_orderBy - orderDirection: base_OrderDirection - where: base_OriginTransfer_filter + orderBy: optimismgoerli_SnapshotRoot_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_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: optimismgoerli_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( + ): [optimismgoerli_SnapshotRoot!]! + optimismgoerli_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: optimismgoerli_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( + ): optimismgoerli_SpokeConnectorMode + optimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_DestinationTransfer_orderBy - orderDirection: base_OrderDirection - where: base_DestinationTransfer_filter + orderBy: optimismgoerli_SpokeConnectorMode_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_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: optimismgoerli_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( + ): [optimismgoerli_SpokeConnectorMode!]! + optimismgoerli_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: optimismgoerli_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( + ): optimismgoerli_AggregateRootProposed + optimismgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_OriginMessage_orderBy - orderDirection: base_OrderDirection - where: base_OriginMessage_filter + orderBy: optimismgoerli_AggregateRootProposed_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_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: optimismgoerli_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( + ): [optimismgoerli_AggregateRootProposed!]! + optimismgoerli_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: optimismgoerli_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( + ): optimismgoerli_OptimisticRootFinalized + optimismgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRoot_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRoot_filter + orderBy: optimismgoerli_OptimisticRootFinalized_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_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: optimismgoerli_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( + ): [optimismgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__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: base_Block_height + block: mainnet_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( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: base_ConnectorMeta_orderBy - orderDirection: base_OrderDirection - where: base_ConnectorMeta_filter + orderBy: mainnet_Asset_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_RootCount_orderBy - orderDirection: base_OrderDirection - where: base_RootCount_filter + orderBy: mainnet_AssetStatus_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_RootMessageSent_orderBy - orderDirection: base_OrderDirection - where: base_RootMessageSent_filter + orderBy: mainnet_AssetBalance_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFeesIncrease_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFeesIncrease_filter + orderBy: mainnet_Router_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_SlippageUpdate_orderBy - orderDirection: base_OrderDirection - where: base_SlippageUpdate_filter + orderBy: mainnet_RouterDailyTVL_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_SnapshotRoot_orderBy - orderDirection: base_OrderDirection - where: base_SnapshotRoot_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: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: base_SpokeConnectorMode_orderBy - orderDirection: base_OrderDirection - where: base_SpokeConnectorMode_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: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRootProposed_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRootProposed_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: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_OptimisticRootFinalized_orderBy - orderDirection: base_OrderDirection - where: base_OptimisticRootFinalized_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: base_Block_height + block: mainnet_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_ - polygonzkevm_swap_asset( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Asset - polygonzkevm_swap_assets( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Asset_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Asset_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Asset!]! - polygonzkevm_swap_assetStatus( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AssetStatus - polygonzkevm_swap_assetStatuses( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetStatus_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetStatus_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AssetStatus!]! - polygonzkevm_swap_assetBalance( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AssetBalance - polygonzkevm_swap_assetBalances( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetBalance_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetBalance_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AssetBalance!]! - polygonzkevm_swap_router( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Router - polygonzkevm_swap_routers( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Router_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Router_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Router!]! - polygonzkevm_swap_routerDailyTVL( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RouterDailyTVL - polygonzkevm_swap_routerDailyTVLs( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterDailyTVL_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RouterDailyTVL!]! - polygonzkevm_swap_routerLiquidityEvent( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RouterLiquidityEvent - polygonzkevm_swap_routerLiquidityEvents( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterLiquidityEvent_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RouterLiquidityEvent!]! - polygonzkevm_swap_setting( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Setting - polygonzkevm_swap_settings( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Setting_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Setting_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Setting!]! - polygonzkevm_swap_relayer( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Relayer - polygonzkevm_swap_relayers( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Relayer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Relayer_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Relayer!]! - polygonzkevm_swap_sequencer( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Sequencer - polygonzkevm_swap_sequencers( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Sequencer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Sequencer_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Sequencer!]! - polygonzkevm_swap_relayerFee( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RelayerFee - polygonzkevm_swap_relayerFees( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFee_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFee_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RelayerFee!]! - polygonzkevm_swap_originTransfer( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_OriginTransfer - polygonzkevm_swap_originTransfers( + ): mainnet_SnapshotRoot + mainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginTransfer_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_OriginTransfer!]! - polygonzkevm_swap_destinationTransfer( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_DestinationTransfer - polygonzkevm_swap_destinationTransfers( + ): mainnet_SpokeConnectorMode + mainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_DestinationTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_DestinationTransfer_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_DestinationTransfer!]! - polygonzkevm_swap_originMessage( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_OriginMessage - polygonzkevm_swap_originMessages( + ): mainnet_AggregateRootProposed + mainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginMessage_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginMessage_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_OriginMessage!]! - polygonzkevm_swap_aggregateRoot( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AggregateRoot - polygonzkevm_swap_aggregateRoots( + ): mainnet_OptimisticRootFinalized + mainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRoot_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AggregateRoot!]! - polygonzkevm_swap_connectorMeta( + ): [mainnet_OptimisticRootFinalized!]! + 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: polygonzkevm_swap_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 - ): polygonzkevm_swap_ConnectorMeta - polygonzkevm_swap_connectorMetas( + ): mode_Asset + mode_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_ConnectorMeta_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_ConnectorMeta_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_ConnectorMeta!]! - polygonzkevm_swap_rootCount( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_RootCount - polygonzkevm_swap_rootCounts( + ): mode_AssetStatus + mode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootCount_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootCount_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_RootCount!]! - polygonzkevm_swap_rootMessageSent( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_RootMessageSent - polygonzkevm_swap_rootMessageSents( + ): mode_AssetBalance + mode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootMessageSent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootMessageSent_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_RootMessageSent!]! - polygonzkevm_swap_relayerFeesIncrease( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_RelayerFeesIncrease - polygonzkevm_swap_relayerFeesIncreases( + ): mode_Router + mode_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFeesIncrease_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_RelayerFeesIncrease!]! - polygonzkevm_swap_slippageUpdate( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_SlippageUpdate - polygonzkevm_swap_slippageUpdates( + ): mode_RouterDailyTVL + mode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SlippageUpdate_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SlippageUpdate_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_SlippageUpdate!]! - polygonzkevm_swap_snapshotRoot( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_SnapshotRoot - polygonzkevm_swap_snapshotRoots( + ): mode_RouterLiquidityEvent + mode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SnapshotRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SnapshotRoot_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_SnapshotRoot!]! - polygonzkevm_swap_spokeConnectorMode( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_SpokeConnectorMode - polygonzkevm_swap_spokeConnectorModes( + ): mode_Setting + mode_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SpokeConnectorMode_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_SpokeConnectorMode!]! - polygonzkevm_swap_aggregateRootProposed( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_AggregateRootProposed - polygonzkevm_swap_aggregateRootProposeds( + ): mode_Relayer + mode_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRootProposed_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_AggregateRootProposed!]! - polygonzkevm_swap_optimisticRootFinalized( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_OptimisticRootFinalized - polygonzkevm_swap_optimisticRootFinalizeds( + ): mode_Sequencer + mode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OptimisticRootFinalized_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ - stagingmainnet_asset( + ): [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: 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_Asset - stagingmainnet_assets( + ): mode_RelayerFee + mode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Asset_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Asset_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: 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_Asset!]! - stagingmainnet_assetStatus( + ): [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_AssetStatus - stagingmainnet_assetStatuses( + ): mode_OriginTransfer + mode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetStatus_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetStatus_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_AssetStatus!]! - stagingmainnet_assetBalance( + ): [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_AssetBalance - stagingmainnet_assetBalances( + ): mode_DestinationTransfer + mode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetBalance_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetBalance_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_AssetBalance!]! - stagingmainnet_router( + ): [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_Router - stagingmainnet_routers( + ): mode_OriginMessage + mode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Router_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Router_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_Router!]! - stagingmainnet_routerDailyTVL( + ): [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_RouterDailyTVL - stagingmainnet_routerDailyTVLs( + ): mode_AggregateRoot + mode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterDailyTVL_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterDailyTVL_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_RouterDailyTVL!]! - stagingmainnet_routerLiquidityEvent( + ): [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_RouterLiquidityEvent - stagingmainnet_routerLiquidityEvents( + ): mode_ConnectorMeta + mode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterLiquidityEvent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterLiquidityEvent_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_RouterLiquidityEvent!]! - stagingmainnet_setting( + ): [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_Setting - stagingmainnet_settings( + ): mode_RootCount + mode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Setting_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Setting_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_Setting!]! - stagingmainnet_relayer( + ): [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_Relayer - stagingmainnet_relayers( + ): mode_RootMessageSent + mode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Relayer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Relayer_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_Relayer!]! - stagingmainnet_sequencer( + ): [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_Sequencer - stagingmainnet_sequencers( + ): mode_RelayerFeesIncrease + mode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Sequencer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Sequencer_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_Sequencer!]! - stagingmainnet_relayerFee( + ): [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_RelayerFee - stagingmainnet_relayerFees( + ): mode_SlippageUpdate + mode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFee_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFee_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_RelayerFee!]! - stagingmainnet_originTransfer( + ): [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_OriginTransfer - stagingmainnet_originTransfers( + ): mode_SnapshotRoot + mode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginTransfer_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_OriginTransfer!]! - stagingmainnet_destinationTransfer( + ): [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_DestinationTransfer - stagingmainnet_destinationTransfers( + ): mode_SpokeConnectorMode + mode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_DestinationTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_DestinationTransfer_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_DestinationTransfer!]! - stagingmainnet_originMessage( + ): [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_OriginMessage - stagingmainnet_originMessages( + ): mode_AggregateRootProposed + mode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginMessage_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginMessage_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_OriginMessage!]! - stagingmainnet_aggregateRoot( + ): [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_AggregateRoot - stagingmainnet_aggregateRoots( + ): mode_OptimisticRootFinalized + mode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRoot_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_AggregateRoot!]! - stagingmainnet_connectorMeta( + ): [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_ConnectorMeta - stagingmainnet_connectorMetas( + ): stagingmetis_Asset + stagingmetis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ConnectorMeta_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_ConnectorMeta!]! - stagingmainnet_rootCount( + ): [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_RootCount - stagingmainnet_rootCounts( + ): stagingmetis_AssetStatus + stagingmetis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootCount_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootCount_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_RootCount!]! - stagingmainnet_rootMessageSent( + ): [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_RootMessageSent - stagingmainnet_rootMessageSents( + ): stagingmetis_AssetBalance + stagingmetis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageSent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageSent_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_RootMessageSent!]! - stagingmainnet_relayerFeesIncrease( + ): [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_RelayerFeesIncrease - stagingmainnet_relayerFeesIncreases( + ): stagingmetis_Router + stagingmetis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFeesIncrease_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFeesIncrease_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_RelayerFeesIncrease!]! - stagingmainnet_slippageUpdate( + ): [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_SlippageUpdate - stagingmainnet_slippageUpdates( + ): stagingmetis_RouterDailyTVL + stagingmetis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SlippageUpdate_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SlippageUpdate_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_SlippageUpdate!]! - stagingmainnet_snapshotRoot( + ): [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_SnapshotRoot - stagingmainnet_snapshotRoots( + ): stagingmetis_RouterLiquidityEvent + stagingmetis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SnapshotRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SnapshotRoot_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_SnapshotRoot!]! - stagingmainnet_spokeConnectorMode( + ): [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_SpokeConnectorMode - stagingmainnet_spokeConnectorModes( + ): stagingmetis_Setting + stagingmetis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SpokeConnectorMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SpokeConnectorMode_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_SpokeConnectorMode!]! - stagingmainnet_aggregateRootProposed( + ): [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: 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_AggregateRootProposed - stagingmainnet_aggregateRootProposeds( + ): stagingmetis_Relayer + stagingmetis_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootProposed_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: 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_AggregateRootProposed!]! - stagingmainnet_optimisticRootFinalized( + ): [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: 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_OptimisticRootFinalized - stagingmainnet_optimisticRootFinalizeds( + ): stagingmetis_Sequencer + stagingmetis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootFinalized_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: 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_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ - stagingbnb_asset( + ): [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: stagingbnb_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 - ): stagingbnb_Asset - stagingbnb_assets( + ): stagingmetis_RelayerFee + stagingmetis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Asset_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Asset_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: stagingbnb_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 - ): [stagingbnb_Asset!]! - stagingbnb_assetStatus( + ): [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: stagingbnb_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 - ): stagingbnb_AssetStatus - stagingbnb_assetStatuses( + ): stagingmetis_OriginTransfer + stagingmetis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetStatus_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetStatus_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: stagingbnb_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 - ): [stagingbnb_AssetStatus!]! - stagingbnb_assetBalance( + ): [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: stagingbnb_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 - ): stagingbnb_AssetBalance - stagingbnb_assetBalances( + ): stagingmetis_DestinationTransfer + stagingmetis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetBalance_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetBalance_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: stagingbnb_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 - ): [stagingbnb_AssetBalance!]! - stagingbnb_router( + ): [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: stagingbnb_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 - ): stagingbnb_Router - stagingbnb_routers( + ): stagingmetis_OriginMessage + stagingmetis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Router_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Router_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: stagingbnb_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 - ): [stagingbnb_Router!]! - stagingbnb_routerDailyTVL( + ): [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: stagingbnb_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 - ): stagingbnb_RouterDailyTVL - stagingbnb_routerDailyTVLs( + ): stagingmetis_AggregateRoot + stagingmetis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterDailyTVL_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterDailyTVL_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: stagingbnb_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 - ): [stagingbnb_RouterDailyTVL!]! - stagingbnb_routerLiquidityEvent( + ): [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: stagingbnb_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 - ): stagingbnb_RouterLiquidityEvent - stagingbnb_routerLiquidityEvents( + ): stagingmetis_ConnectorMeta + stagingmetis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterLiquidityEvent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterLiquidityEvent_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: stagingbnb_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 - ): [stagingbnb_RouterLiquidityEvent!]! - stagingbnb_setting( + ): [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: stagingbnb_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 - ): stagingbnb_Setting - stagingbnb_settings( + ): stagingmetis_RootCount + stagingmetis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Setting_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Setting_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: stagingbnb_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 - ): [stagingbnb_Setting!]! - stagingbnb_relayer( + ): [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: stagingbnb_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 - ): stagingbnb_Relayer - stagingbnb_relayers( + ): stagingmetis_RootMessageSent + stagingmetis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Relayer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Relayer_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: stagingbnb_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 - ): [stagingbnb_Relayer!]! - stagingbnb_sequencer( + ): [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: stagingbnb_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 - ): stagingbnb_Sequencer - stagingbnb_sequencers( + ): stagingmetis_RelayerFeesIncrease + stagingmetis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Sequencer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Sequencer_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: stagingbnb_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 - ): [stagingbnb_Sequencer!]! - stagingbnb_relayerFee( + ): [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: stagingbnb_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 - ): stagingbnb_RelayerFee - stagingbnb_relayerFees( + ): stagingmetis_SlippageUpdate + stagingmetis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFee_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFee_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: stagingbnb_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 - ): [stagingbnb_RelayerFee!]! - stagingbnb_originTransfer( + ): [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: stagingbnb_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 - ): stagingbnb_OriginTransfer - stagingbnb_originTransfers( + ): stagingmetis_SnapshotRoot + stagingmetis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginTransfer_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: stagingbnb_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 - ): [stagingbnb_OriginTransfer!]! - stagingbnb_destinationTransfer( + ): [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: stagingbnb_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 - ): stagingbnb_DestinationTransfer - stagingbnb_destinationTransfers( + ): stagingmetis_SpokeConnectorMode + stagingmetis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_DestinationTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_DestinationTransfer_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: stagingbnb_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 - ): [stagingbnb_DestinationTransfer!]! - stagingbnb_originMessage( + ): [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: stagingbnb_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 - ): stagingbnb_OriginMessage - stagingbnb_originMessages( + ): stagingmetis_AggregateRootProposed + stagingmetis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginMessage_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginMessage_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: stagingbnb_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 - ): [stagingbnb_OriginMessage!]! - stagingbnb_aggregateRoot( + ): [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: stagingbnb_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 - ): stagingbnb_AggregateRoot - stagingbnb_aggregateRoots( + ): stagingmetis_OptimisticRootFinalized + stagingmetis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRoot_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: stagingbnb_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 - ): [stagingbnb_AggregateRoot!]! - stagingbnb_connectorMeta( + ): [stagingmetis_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__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_ConnectorMeta - stagingbnb_connectorMetas( + ): stagingmantle_Asset + stagingmantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_ConnectorMeta_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_ConnectorMeta_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_ConnectorMeta!]! - stagingbnb_rootCount( + ): [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_RootCount - stagingbnb_rootCounts( + ): stagingmantle_AssetStatus + stagingmantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootCount_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootCount_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_RootCount!]! - stagingbnb_rootMessageSent( + ): [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_RootMessageSent - stagingbnb_rootMessageSents( + ): stagingmantle_AssetBalance + stagingmantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootMessageSent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootMessageSent_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_RootMessageSent!]! - stagingbnb_relayerFeesIncrease( + ): [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_RelayerFeesIncrease - stagingbnb_relayerFeesIncreases( + ): stagingmantle_Router + stagingmantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFeesIncrease_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFeesIncrease_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_RelayerFeesIncrease!]! - stagingbnb_slippageUpdate( + ): [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_SlippageUpdate - stagingbnb_slippageUpdates( + ): stagingmantle_RouterDailyTVL + stagingmantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SlippageUpdate_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SlippageUpdate_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_SlippageUpdate!]! - stagingbnb_snapshotRoot( + ): [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_SnapshotRoot - stagingbnb_snapshotRoots( + ): stagingmantle_RouterLiquidityEvent + stagingmantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SnapshotRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SnapshotRoot_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_SnapshotRoot!]! - stagingbnb_spokeConnectorMode( + ): [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_SpokeConnectorMode - stagingbnb_spokeConnectorModes( + ): stagingmantle_Setting + stagingmantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SpokeConnectorMode_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SpokeConnectorMode_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_SpokeConnectorMode!]! - stagingbnb_aggregateRootProposed( + ): [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_AggregateRootProposed - stagingbnb_aggregateRootProposeds( + ): stagingmantle_Relayer + stagingmantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRootProposed_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRootProposed_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_AggregateRootProposed!]! - stagingbnb_optimisticRootFinalized( + ): [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_OptimisticRootFinalized - stagingbnb_optimisticRootFinalizeds( + ): stagingmantle_Sequencer + stagingmantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OptimisticRootFinalized_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OptimisticRootFinalized_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_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ - stagingoptimism_asset( + ): [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: stagingoptimism_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 - ): stagingoptimism_Asset - stagingoptimism_assets( + ): stagingmantle_RelayerFee + stagingmantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Asset_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Asset_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: stagingoptimism_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 - ): [stagingoptimism_Asset!]! - stagingoptimism_assetStatus( + ): [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: stagingoptimism_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 - ): stagingoptimism_AssetStatus - stagingoptimism_assetStatuses( + ): stagingmantle_OriginTransfer + stagingmantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetStatus_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetStatus_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: stagingoptimism_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 - ): [stagingoptimism_AssetStatus!]! - stagingoptimism_assetBalance( + ): [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: stagingoptimism_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 - ): stagingoptimism_AssetBalance - stagingoptimism_assetBalances( + ): stagingmantle_DestinationTransfer + stagingmantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetBalance_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetBalance_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: stagingoptimism_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 - ): [stagingoptimism_AssetBalance!]! - stagingoptimism_router( + ): [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: stagingoptimism_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 - ): stagingoptimism_Router - stagingoptimism_routers( + ): stagingmantle_OriginMessage + stagingmantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Router_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Router_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: stagingoptimism_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 - ): [stagingoptimism_Router!]! - stagingoptimism_routerDailyTVL( + ): [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: stagingoptimism_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 - ): stagingoptimism_RouterDailyTVL - stagingoptimism_routerDailyTVLs( + ): stagingmantle_AggregateRoot + stagingmantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterDailyTVL_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterDailyTVL_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: stagingoptimism_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 - ): [stagingoptimism_RouterDailyTVL!]! - stagingoptimism_routerLiquidityEvent( + ): [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: stagingoptimism_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 - ): stagingoptimism_RouterLiquidityEvent - stagingoptimism_routerLiquidityEvents( + ): stagingmantle_ConnectorMeta + stagingmantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterLiquidityEvent_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: stagingoptimism_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 - ): [stagingoptimism_RouterLiquidityEvent!]! - stagingoptimism_setting( + ): [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: stagingoptimism_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 - ): stagingoptimism_Setting - stagingoptimism_settings( + ): stagingmantle_RootCount + stagingmantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Setting_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Setting_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: stagingoptimism_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 - ): [stagingoptimism_Setting!]! - stagingoptimism_relayer( + ): [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: stagingoptimism_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 - ): stagingoptimism_Relayer - stagingoptimism_relayers( + ): stagingmantle_RootMessageSent + stagingmantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Relayer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Relayer_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: stagingoptimism_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 - ): [stagingoptimism_Relayer!]! - stagingoptimism_sequencer( + ): [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: stagingoptimism_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 - ): stagingoptimism_Sequencer - stagingoptimism_sequencers( + ): stagingmantle_RelayerFeesIncrease + stagingmantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Sequencer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Sequencer_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: stagingoptimism_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 - ): [stagingoptimism_Sequencer!]! - stagingoptimism_relayerFee( + ): [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: stagingoptimism_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 - ): stagingoptimism_RelayerFee - stagingoptimism_relayerFees( + ): stagingmantle_SlippageUpdate + stagingmantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFee_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFee_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: stagingoptimism_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 - ): [stagingoptimism_RelayerFee!]! - stagingoptimism_originTransfer( + ): [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: stagingoptimism_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 - ): stagingoptimism_OriginTransfer - stagingoptimism_originTransfers( + ): stagingmantle_SnapshotRoot + stagingmantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginTransfer_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: stagingoptimism_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 - ): [stagingoptimism_OriginTransfer!]! - stagingoptimism_destinationTransfer( + ): [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: stagingoptimism_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 - ): stagingoptimism_DestinationTransfer - stagingoptimism_destinationTransfers( + ): stagingmantle_SpokeConnectorMode + stagingmantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_DestinationTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_DestinationTransfer_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: stagingoptimism_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 - ): [stagingoptimism_DestinationTransfer!]! - stagingoptimism_originMessage( + ): [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: stagingoptimism_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 - ): stagingoptimism_OriginMessage - stagingoptimism_originMessages( + ): stagingmantle_AggregateRootProposed + stagingmantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginMessage_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginMessage_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: stagingoptimism_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 - ): [stagingoptimism_OriginMessage!]! - stagingoptimism_aggregateRoot( + ): [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: stagingoptimism_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 - ): stagingoptimism_AggregateRoot - stagingoptimism_aggregateRoots( + ): stagingmantle_OptimisticRootFinalized + stagingmantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRoot_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: stagingoptimism_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 - ): [stagingoptimism_AggregateRoot!]! - stagingoptimism_connectorMeta( + ): [stagingmantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_ConnectorMeta_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_ConnectorMeta_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootCount_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootCount_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootMessageSent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootMessageSent_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFeesIncrease_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SlippageUpdate_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SlippageUpdate_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SnapshotRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SnapshotRoot_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SpokeConnectorMode_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SpokeConnectorMode_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRootProposed_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRootProposed_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OptimisticRootFinalized_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: stagingoptimism_Block_height + block: polygon_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_ - localoptimism_asset( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Asset - localoptimism_assets( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Asset_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Asset_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Asset!]! - localoptimism_assetStatus( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetStatus - localoptimism_assetStatuses( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetStatus_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetStatus_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetStatus!]! - localoptimism_assetBalance( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetBalance - localoptimism_assetBalances( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetBalance_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetBalance_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetBalance!]! - localoptimism_router( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Router - localoptimism_routers( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Router_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Router_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Router!]! - localoptimism_routerDailyTVL( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RouterDailyTVL - localoptimism_routerDailyTVLs( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterDailyTVL_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterDailyTVL_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RouterDailyTVL!]! - localoptimism_routerLiquidityEvent( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RouterLiquidityEvent - localoptimism_routerLiquidityEvents( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterLiquidityEvent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterLiquidityEvent_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RouterLiquidityEvent!]! - localoptimism_setting( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Setting - localoptimism_settings( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Setting_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Setting_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Setting!]! - localoptimism_relayer( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Relayer - localoptimism_relayers( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Relayer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Relayer_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Relayer!]! - localoptimism_sequencer( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Sequencer - localoptimism_sequencers( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Sequencer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Sequencer_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Sequencer!]! - localoptimism_relayerFee( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFee - localoptimism_relayerFees( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFee_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFee_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFee!]! - localoptimism_originTransfer( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginTransfer - localoptimism_originTransfers( + ): polygon_SnapshotRoot + polygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginTransfer_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginTransfer!]! - localoptimism_destinationTransfer( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_DestinationTransfer - localoptimism_destinationTransfers( + ): polygon_SpokeConnectorMode + polygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_DestinationTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_DestinationTransfer_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_DestinationTransfer!]! - localoptimism_originMessage( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginMessage - localoptimism_originMessages( + ): polygon_AggregateRootProposed + polygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginMessage_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginMessage_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginMessage!]! - localoptimism_aggregateRoot( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRoot - localoptimism_aggregateRoots( + ): polygon_OptimisticRootFinalized + polygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRoot_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRoot!]! - localoptimism_connectorMeta( + ): [polygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__Meta_ + goerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_ConnectorMeta - localoptimism_connectorMetas( + ): goerli_Asset + goerli_assets( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_ConnectorMeta_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_ConnectorMeta_filter + orderBy: goerli_Asset_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_ConnectorMeta!]! - localoptimism_rootCount( + ): [goerli_Asset!]! + goerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootCount - localoptimism_rootCounts( + ): goerli_AssetStatus + goerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootCount_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootCount_filter + orderBy: goerli_AssetStatus_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootCount!]! - localoptimism_rootMessageSent( + ): [goerli_AssetStatus!]! + goerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootMessageSent - localoptimism_rootMessageSents( + ): goerli_AssetBalance + goerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootMessageSent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootMessageSent_filter + orderBy: goerli_AssetBalance_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootMessageSent!]! - localoptimism_relayerFeesIncrease( + ): [goerli_AssetBalance!]! + goerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFeesIncrease - localoptimism_relayerFeesIncreases( + ): goerli_Router + goerli_routers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFeesIncrease_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFeesIncrease_filter + orderBy: goerli_Router_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFeesIncrease!]! - localoptimism_slippageUpdate( + ): [goerli_Router!]! + goerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SlippageUpdate - localoptimism_slippageUpdates( + ): goerli_RouterDailyTVL + goerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SlippageUpdate_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SlippageUpdate_filter + orderBy: goerli_RouterDailyTVL_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SlippageUpdate!]! - localoptimism_snapshotRoot( + ): [goerli_RouterDailyTVL!]! + goerli_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SnapshotRoot - localoptimism_snapshotRoots( + ): goerli_RouterLiquidityEvent + goerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SnapshotRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SnapshotRoot_filter + orderBy: goerli_RouterLiquidityEvent_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SnapshotRoot!]! - localoptimism_spokeConnectorMode( + ): [goerli_RouterLiquidityEvent!]! + goerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SpokeConnectorMode - localoptimism_spokeConnectorModes( + ): goerli_Setting + goerli_settings( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SpokeConnectorMode_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SpokeConnectorMode_filter + orderBy: goerli_Setting_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SpokeConnectorMode!]! - localoptimism_aggregateRootProposed( + ): [goerli_Setting!]! + goerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRootProposed - localoptimism_aggregateRootProposeds( + ): goerli_Relayer + goerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRootProposed_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRootProposed_filter + orderBy: goerli_Relayer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRootProposed!]! - localoptimism_optimisticRootFinalized( + ): [goerli_Relayer!]! + goerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OptimisticRootFinalized - localoptimism_optimisticRootFinalizeds( + ): goerli_Sequencer + goerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OptimisticRootFinalized_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OptimisticRootFinalized_filter + orderBy: goerli_Sequencer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ - linea_asset( + ): [goerli_Sequencer!]! + goerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_RelayerFee + goerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_filter + orderBy: goerli_RelayerFee_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_RelayerFee!]! + goerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_OriginTransfer + goerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_filter + orderBy: goerli_OriginTransfer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_OriginTransfer!]! + goerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_DestinationTransfer + goerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_filter + orderBy: goerli_DestinationTransfer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_DestinationTransfer!]! + goerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_OriginMessage + goerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_filter + orderBy: goerli_OriginMessage_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_OriginMessage!]! + goerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_AggregateRoot + goerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_filter + orderBy: goerli_AggregateRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_AggregateRoot!]! + goerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_ConnectorMeta + goerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_filter + orderBy: goerli_ConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_ConnectorMeta!]! + goerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_RootCount + goerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_filter + orderBy: goerli_RootCount_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_RootCount!]! + goerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_RootMessageSent + goerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_filter + orderBy: goerli_RootMessageSent_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_RootMessageSent!]! + goerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_RelayerFeesIncrease + goerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_filter + orderBy: goerli_RelayerFeesIncrease_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_RelayerFeesIncrease!]! + goerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_SlippageUpdate + goerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_filter + orderBy: goerli_SlippageUpdate_orderBy + orderDirection: goerli_OrderDirection + where: goerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_SlippageUpdate!]! + goerli_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: goerli_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( + ): goerli_SnapshotRoot + goerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_filter + orderBy: goerli_SnapshotRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_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( + ): [goerli_SnapshotRoot!]! + goerli_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: goerli_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( + ): goerli_SpokeConnectorMode + goerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_filter + orderBy: goerli_SpokeConnectorMode_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_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( + ): [goerli_SpokeConnectorMode!]! + goerli_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: goerli_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( + ): goerli_AggregateRootProposed + goerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_filter + orderBy: goerli_AggregateRootProposed_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_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( + ): [goerli_AggregateRootProposed!]! + goerli_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: goerli_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( + ): goerli_OptimisticRootFinalized + goerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_filter + orderBy: goerli_OptimisticRootFinalized_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_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( + ): [goerli_OptimisticRootFinalized!]! + mumbai_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_ConnectorMeta - linea_connectorMetas( + ): mumbai_Asset + mumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_filter + orderBy: mumbai_Asset_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_ConnectorMeta!]! - linea_rootCount( + ): [mumbai_Asset!]! + mumbai_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootCount - linea_rootCounts( + ): mumbai_AssetStatus + mumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_filter + orderBy: mumbai_AssetStatus_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootCount!]! - linea_rootMessageSent( + ): [mumbai_AssetStatus!]! + mumbai_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootMessageSent - linea_rootMessageSents( + ): mumbai_AssetBalance + mumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_filter + orderBy: mumbai_AssetBalance_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootMessageSent!]! - linea_relayerFeesIncrease( + ): [mumbai_AssetBalance!]! + mumbai_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): mumbai_Router + mumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_filter + orderBy: mumbai_Router_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFeesIncrease!]! - linea_slippageUpdate( + ): [mumbai_Router!]! + mumbai_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SlippageUpdate - linea_slippageUpdates( + ): mumbai_RouterDailyTVL + mumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_filter + orderBy: mumbai_RouterDailyTVL_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SlippageUpdate!]! - linea_snapshotRoot( + ): [mumbai_RouterDailyTVL!]! + mumbai_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SnapshotRoot - linea_snapshotRoots( + ): mumbai_RouterLiquidityEvent + mumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_SnapshotRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_SnapshotRoot_filter + orderBy: mumbai_RouterLiquidityEvent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SnapshotRoot!]! - linea_spokeConnectorMode( + ): [mumbai_RouterLiquidityEvent!]! + mumbai_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SpokeConnectorMode - linea_spokeConnectorModes( + ): mumbai_Setting + mumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_SpokeConnectorMode_orderBy - orderDirection: linea_OrderDirection - where: linea_SpokeConnectorMode_filter + orderBy: mumbai_Setting_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SpokeConnectorMode!]! - linea_aggregateRootProposed( + ): [mumbai_Setting!]! + mumbai_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRootProposed - linea_aggregateRootProposeds( + ): mumbai_Relayer + mumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRootProposed_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRootProposed_filter + orderBy: mumbai_Relayer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRootProposed!]! - linea_optimisticRootFinalized( + ): [mumbai_Relayer!]! + mumbai_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OptimisticRootFinalized - linea_optimisticRootFinalizeds( + ): mumbai_Sequencer + mumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_OptimisticRootFinalized_orderBy - orderDirection: linea_OrderDirection - where: linea_OptimisticRootFinalized_filter + orderBy: mumbai_Sequencer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ - localmainnet_asset( + ): [mumbai_Sequencer!]! + mumbai_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Asset - localmainnet_assets( + ): mumbai_RelayerFee + mumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Asset_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Asset_filter + orderBy: mumbai_RelayerFee_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Asset!]! - localmainnet_assetStatus( + ): [mumbai_RelayerFee!]! + mumbai_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetStatus - localmainnet_assetStatuses( + ): mumbai_OriginTransfer + mumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetStatus_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetStatus_filter + orderBy: mumbai_OriginTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetStatus!]! - localmainnet_assetBalance( + ): [mumbai_OriginTransfer!]! + mumbai_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetBalance - localmainnet_assetBalances( + ): mumbai_DestinationTransfer + mumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetBalance_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetBalance_filter + orderBy: mumbai_DestinationTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetBalance!]! - localmainnet_router( + ): [mumbai_DestinationTransfer!]! + mumbai_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Router - localmainnet_routers( + ): mumbai_OriginMessage + mumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Router_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Router_filter + orderBy: mumbai_OriginMessage_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Router!]! - localmainnet_routerDailyTVL( + ): [mumbai_OriginMessage!]! + mumbai_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RouterDailyTVL - localmainnet_routerDailyTVLs( + ): mumbai_AggregateRoot + mumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterDailyTVL_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterDailyTVL_filter + orderBy: mumbai_AggregateRoot_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RouterDailyTVL!]! - localmainnet_routerLiquidityEvent( + ): [mumbai_AggregateRoot!]! + mumbai_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RouterLiquidityEvent - localmainnet_routerLiquidityEvents( + ): mumbai_ConnectorMeta + mumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterLiquidityEvent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterLiquidityEvent_filter + orderBy: mumbai_ConnectorMeta_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RouterLiquidityEvent!]! - localmainnet_setting( + ): [mumbai_ConnectorMeta!]! + mumbai_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Setting - localmainnet_settings( + ): mumbai_RootCount + mumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Setting_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Setting_filter + orderBy: mumbai_RootCount_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Setting!]! - localmainnet_relayer( + ): [mumbai_RootCount!]! + mumbai_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Relayer - localmainnet_relayers( + ): mumbai_RootMessageSent + mumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Relayer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Relayer_filter + orderBy: mumbai_RootMessageSent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Relayer!]! - localmainnet_sequencer( + ): [mumbai_RootMessageSent!]! + mumbai_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Sequencer - localmainnet_sequencers( + ): mumbai_RelayerFeesIncrease + mumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Sequencer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Sequencer_filter + orderBy: mumbai_RelayerFeesIncrease_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Sequencer!]! - localmainnet_relayerFee( + ): [mumbai_RelayerFeesIncrease!]! + mumbai_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RelayerFee - localmainnet_relayerFees( + ): mumbai_SlippageUpdate + mumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFee_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFee_filter + orderBy: mumbai_SlippageUpdate_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RelayerFee!]! - localmainnet_originTransfer( + ): [mumbai_SlippageUpdate!]! + mumbai_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OriginTransfer - localmainnet_originTransfers( + ): mumbai_SnapshotRoot + mumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginTransfer_filter + orderBy: mumbai_SnapshotRoot_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OriginTransfer!]! - localmainnet_destinationTransfer( + ): [mumbai_SnapshotRoot!]! + mumbai_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_DestinationTransfer - localmainnet_destinationTransfers( + ): mumbai_SpokeConnectorMode + mumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_DestinationTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_DestinationTransfer_filter + orderBy: mumbai_SpokeConnectorMode_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_DestinationTransfer!]! - localmainnet_originMessage( + ): [mumbai_SpokeConnectorMode!]! + mumbai_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OriginMessage - localmainnet_originMessages( + ): mumbai_AggregateRootProposed + mumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginMessage_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginMessage_filter + orderBy: mumbai_AggregateRootProposed_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OriginMessage!]! - localmainnet_aggregateRoot( + ): [mumbai_AggregateRootProposed!]! + mumbai_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRoot - localmainnet_aggregateRoots( + ): mumbai_OptimisticRootFinalized + mumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRoot_filter + orderBy: mumbai_OptimisticRootFinalized_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRoot!]! - localmainnet_connectorMeta( + ): [mumbai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ + staginggoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ConnectorMeta - localmainnet_connectorMetas( + ): staginggoerli_Asset + staginggoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ConnectorMeta_filter + orderBy: staginggoerli_Asset_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ConnectorMeta!]! - localmainnet_rootCount( + ): [staginggoerli_Asset!]! + staginggoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootCount - localmainnet_rootCounts( + ): staginggoerli_AssetStatus + staginggoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootCount_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootCount_filter + orderBy: staginggoerli_AssetStatus_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootCount!]! - localmainnet_rootMessageSent( + ): [staginggoerli_AssetStatus!]! + staginggoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageSent - localmainnet_rootMessageSents( + ): staginggoerli_AssetBalance + staginggoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageSent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageSent_filter + orderBy: staginggoerli_AssetBalance_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageSent!]! - localmainnet_relayerFeesIncrease( + ): [staginggoerli_AssetBalance!]! + staginggoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RelayerFeesIncrease - localmainnet_relayerFeesIncreases( + ): staginggoerli_Router + staginggoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFeesIncrease_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFeesIncrease_filter + orderBy: staginggoerli_Router_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RelayerFeesIncrease!]! - localmainnet_slippageUpdate( + ): [staginggoerli_Router!]! + staginggoerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SlippageUpdate - localmainnet_slippageUpdates( + ): staginggoerli_RouterDailyTVL + staginggoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SlippageUpdate_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SlippageUpdate_filter + orderBy: staginggoerli_RouterDailyTVL_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SlippageUpdate!]! - localmainnet_snapshotRoot( + ): [staginggoerli_RouterDailyTVL!]! + staginggoerli_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SnapshotRoot - localmainnet_snapshotRoots( + ): staginggoerli_RouterLiquidityEvent + staginggoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SnapshotRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SnapshotRoot_filter + orderBy: staginggoerli_RouterLiquidityEvent_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SnapshotRoot!]! - localmainnet_spokeConnectorMode( + ): [staginggoerli_RouterLiquidityEvent!]! + staginggoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SpokeConnectorMode - localmainnet_spokeConnectorModes( + ): staginggoerli_Setting + staginggoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SpokeConnectorMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SpokeConnectorMode_filter + orderBy: staginggoerli_Setting_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SpokeConnectorMode!]! - localmainnet_aggregateRootProposed( + ): [staginggoerli_Setting!]! + staginggoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootProposed - localmainnet_aggregateRootProposeds( + ): staginggoerli_Relayer + staginggoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootProposed_filter + orderBy: staginggoerli_Relayer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootProposed!]! - localmainnet_optimisticRootFinalized( + ): [staginggoerli_Relayer!]! + staginggoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootFinalized - localmainnet_optimisticRootFinalizeds( + ): staginggoerli_Sequencer + staginggoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootFinalized_filter + orderBy: staginggoerli_Sequencer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootFinalized!]! - metis_asset( + ): [staginggoerli_Sequencer!]! + staginggoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_RelayerFee + staginggoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_Asset_orderBy - orderDirection: metis_OrderDirection - where: metis_Asset_filter + orderBy: staginggoerli_RelayerFee_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_RelayerFee!]! + staginggoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_OriginTransfer + staginggoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetStatus_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetStatus_filter + orderBy: staginggoerli_OriginTransfer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_OriginTransfer!]! + staginggoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_DestinationTransfer + staginggoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetBalance_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetBalance_filter + orderBy: staginggoerli_DestinationTransfer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_DestinationTransfer!]! + staginggoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_OriginMessage + staginggoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_Router_orderBy - orderDirection: metis_OrderDirection - where: metis_Router_filter + orderBy: staginggoerli_OriginMessage_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_OriginMessage!]! + staginggoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_AggregateRoot + staginggoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterDailyTVL_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterDailyTVL_filter + orderBy: staginggoerli_AggregateRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_AggregateRoot!]! + staginggoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_ConnectorMeta + staginggoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterLiquidityEvent_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterLiquidityEvent_filter + orderBy: staginggoerli_ConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_ConnectorMeta!]! + staginggoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_RootCount + staginggoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_Setting_orderBy - orderDirection: metis_OrderDirection - where: metis_Setting_filter + orderBy: staginggoerli_RootCount_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_RootCount!]! + staginggoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_RootMessageSent + staginggoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_Relayer_orderBy - orderDirection: metis_OrderDirection - where: metis_Relayer_filter + orderBy: staginggoerli_RootMessageSent_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_RootMessageSent!]! + staginggoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_RelayerFeesIncrease + staginggoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_Sequencer_orderBy - orderDirection: metis_OrderDirection - where: metis_Sequencer_filter + orderBy: staginggoerli_RelayerFeesIncrease_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_RelayerFeesIncrease!]! + staginggoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_SlippageUpdate + staginggoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFee_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFee_filter + orderBy: staginggoerli_SlippageUpdate_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_SlippageUpdate!]! + staginggoerli_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_SnapshotRoot + staginggoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginTransfer_filter + orderBy: staginggoerli_SnapshotRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_SnapshotRoot!]! + staginggoerli_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_SpokeConnectorMode + staginggoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_DestinationTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_DestinationTransfer_filter + orderBy: staginggoerli_SpokeConnectorMode_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_SpokeConnectorMode!]! + staginggoerli_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_AggregateRootProposed + staginggoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginMessage_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginMessage_filter + orderBy: staginggoerli_AggregateRootProposed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_AggregateRootProposed!]! + staginggoerli_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_OptimisticRootFinalized + staginggoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRoot_filter + orderBy: staginggoerli_OptimisticRootFinalized_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_OptimisticRootFinalized!]! + 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: metis_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 - ): metis_ConnectorMeta - metis_connectorMetas( + ): stagingoptimism_Asset + stagingoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_ConnectorMeta_orderBy - orderDirection: metis_OrderDirection - where: metis_ConnectorMeta_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: metis_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 - ): [metis_ConnectorMeta!]! - metis_rootCount( + ): [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: metis_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 - ): metis_RootCount - metis_rootCounts( + ): stagingoptimism_AssetStatus + stagingoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_RootCount_orderBy - orderDirection: metis_OrderDirection - where: metis_RootCount_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: metis_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 - ): [metis_RootCount!]! - metis_rootMessageSent( + ): [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: metis_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 - ): metis_RootMessageSent - metis_rootMessageSents( + ): stagingoptimism_AssetBalance + stagingoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_RootMessageSent_orderBy - orderDirection: metis_OrderDirection - where: metis_RootMessageSent_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: metis_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 - ): [metis_RootMessageSent!]! - metis_relayerFeesIncrease( + ): [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: metis_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 - ): metis_RelayerFeesIncrease - metis_relayerFeesIncreases( + ): stagingoptimism_Router + stagingoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFeesIncrease_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFeesIncrease_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: metis_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 - ): [metis_RelayerFeesIncrease!]! - metis_slippageUpdate( + ): [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: metis_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 - ): metis_SlippageUpdate - metis_slippageUpdates( + ): stagingoptimism_RouterDailyTVL + stagingoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_SlippageUpdate_orderBy - orderDirection: metis_OrderDirection - where: metis_SlippageUpdate_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: metis_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 - ): [metis_SlippageUpdate!]! - metis_snapshotRoot( + ): [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: metis_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 - ): metis_SnapshotRoot - metis_snapshotRoots( + ): stagingoptimism_RouterLiquidityEvent + stagingoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_SnapshotRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_SnapshotRoot_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: metis_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 - ): [metis_SnapshotRoot!]! - metis_spokeConnectorMode( + ): [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: metis_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 - ): metis_SpokeConnectorMode - metis_spokeConnectorModes( + ): stagingoptimism_Setting + stagingoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_SpokeConnectorMode_orderBy - orderDirection: metis_OrderDirection - where: metis_SpokeConnectorMode_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: metis_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 - ): [metis_SpokeConnectorMode!]! - metis_aggregateRootProposed( + ): [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: metis_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 - ): metis_AggregateRootProposed - metis_aggregateRootProposeds( + ): stagingoptimism_Relayer + stagingoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRootProposed_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRootProposed_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: metis_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 - ): [metis_AggregateRootProposed!]! - metis_optimisticRootFinalized( + ): [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: metis_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 - ): metis_OptimisticRootFinalized - metis_optimisticRootFinalizeds( + ): stagingoptimism_Sequencer + stagingoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_OptimisticRootFinalized_orderBy - orderDirection: metis_OrderDirection - where: metis_OptimisticRootFinalized_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: metis_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 - ): [metis_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - metis__meta(block: metis_Block_height): metis__Meta_ - stagingscroll_asset( + ): [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: stagingscroll_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 - ): stagingscroll_Asset - stagingscroll_assets( + ): stagingoptimism_RelayerFee + stagingoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Asset_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Asset_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: stagingscroll_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 - ): [stagingscroll_Asset!]! - stagingscroll_assetStatus( + ): [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: stagingscroll_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 - ): stagingscroll_AssetStatus - stagingscroll_assetStatuses( + ): stagingoptimism_OriginTransfer + stagingoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetStatus_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetStatus_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: stagingscroll_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 - ): [stagingscroll_AssetStatus!]! - stagingscroll_assetBalance( + ): [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: stagingscroll_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 - ): stagingscroll_AssetBalance - stagingscroll_assetBalances( + ): stagingoptimism_DestinationTransfer + stagingoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetBalance_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetBalance_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: stagingscroll_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 - ): [stagingscroll_AssetBalance!]! - stagingscroll_router( + ): [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: stagingscroll_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 - ): stagingscroll_Router - stagingscroll_routers( + ): stagingoptimism_OriginMessage + stagingoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Router_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Router_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: stagingscroll_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 - ): [stagingscroll_Router!]! - stagingscroll_routerDailyTVL( + ): [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: stagingscroll_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 - ): stagingscroll_RouterDailyTVL - stagingscroll_routerDailyTVLs( + ): stagingoptimism_AggregateRoot + stagingoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterDailyTVL_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterDailyTVL_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: stagingscroll_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 - ): [stagingscroll_RouterDailyTVL!]! - stagingscroll_routerLiquidityEvent( + ): [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: stagingscroll_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 - ): stagingscroll_RouterLiquidityEvent - stagingscroll_routerLiquidityEvents( + ): stagingoptimism_ConnectorMeta + stagingoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterLiquidityEvent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterLiquidityEvent_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: stagingscroll_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 - ): [stagingscroll_RouterLiquidityEvent!]! - stagingscroll_setting( + ): [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: stagingscroll_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 - ): stagingscroll_Setting - stagingscroll_settings( + ): stagingoptimism_RootCount + stagingoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Setting_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Setting_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: stagingscroll_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 - ): [stagingscroll_Setting!]! - stagingscroll_relayer( + ): [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: stagingscroll_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 - ): stagingscroll_Relayer - stagingscroll_relayers( + ): stagingoptimism_RootMessageSent + stagingoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Relayer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Relayer_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: stagingscroll_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 - ): [stagingscroll_Relayer!]! - stagingscroll_sequencer( + ): [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: stagingscroll_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 - ): stagingscroll_Sequencer - stagingscroll_sequencers( + ): stagingoptimism_RelayerFeesIncrease + stagingoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Sequencer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Sequencer_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: stagingscroll_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 - ): [stagingscroll_Sequencer!]! - stagingscroll_relayerFee( + ): [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: stagingscroll_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 - ): stagingscroll_RelayerFee - stagingscroll_relayerFees( + ): stagingoptimism_SlippageUpdate + stagingoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFee_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFee_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: stagingscroll_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 - ): [stagingscroll_RelayerFee!]! - stagingscroll_originTransfer( + ): [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: stagingscroll_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 - ): stagingscroll_OriginTransfer - stagingscroll_originTransfers( + ): stagingoptimism_SnapshotRoot + stagingoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginTransfer_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: stagingscroll_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 - ): [stagingscroll_OriginTransfer!]! - stagingscroll_destinationTransfer( + ): [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: stagingscroll_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 - ): stagingscroll_DestinationTransfer - stagingscroll_destinationTransfers( + ): stagingoptimism_SpokeConnectorMode + stagingoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_DestinationTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_DestinationTransfer_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: stagingscroll_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 - ): [stagingscroll_DestinationTransfer!]! - stagingscroll_originMessage( + ): [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: stagingscroll_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 - ): stagingscroll_OriginMessage - stagingscroll_originMessages( + ): stagingoptimism_AggregateRootProposed + stagingoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginMessage_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginMessage_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: stagingscroll_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 - ): [stagingscroll_OriginMessage!]! - stagingscroll_aggregateRoot( + ): [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: stagingscroll_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 - ): stagingscroll_AggregateRoot - stagingscroll_aggregateRoots( + ): stagingoptimism_OptimisticRootFinalized + stagingoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRoot_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: stagingscroll_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 - ): [stagingscroll_AggregateRoot!]! - stagingscroll_connectorMeta( + ): [stagingoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__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: stagingscroll_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 - ): stagingscroll_ConnectorMeta - stagingscroll_connectorMetas( + ): staginglinea_Asset + staginglinea_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_ConnectorMeta_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_ConnectorMeta_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: stagingscroll_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 - ): [stagingscroll_ConnectorMeta!]! - stagingscroll_rootCount( + ): [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: stagingscroll_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 - ): stagingscroll_RootCount - stagingscroll_rootCounts( + ): staginglinea_AssetStatus + staginglinea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootCount_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootCount_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: stagingscroll_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 - ): [stagingscroll_RootCount!]! - stagingscroll_rootMessageSent( + ): [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: stagingscroll_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 - ): stagingscroll_RootMessageSent - stagingscroll_rootMessageSents( + ): staginglinea_AssetBalance + staginglinea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootMessageSent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootMessageSent_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: stagingscroll_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 - ): [stagingscroll_RootMessageSent!]! - stagingscroll_relayerFeesIncrease( + ): [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: stagingscroll_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 - ): stagingscroll_RelayerFeesIncrease - stagingscroll_relayerFeesIncreases( + ): staginglinea_Router + staginglinea_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFeesIncrease_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFeesIncrease_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: stagingscroll_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 - ): [stagingscroll_RelayerFeesIncrease!]! - stagingscroll_slippageUpdate( + ): [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: stagingscroll_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 - ): stagingscroll_SlippageUpdate - stagingscroll_slippageUpdates( + ): staginglinea_RouterDailyTVL + staginglinea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SlippageUpdate_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SlippageUpdate_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: stagingscroll_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 - ): [stagingscroll_SlippageUpdate!]! - stagingscroll_snapshotRoot( + ): [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: stagingscroll_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 - ): stagingscroll_SnapshotRoot - stagingscroll_snapshotRoots( + ): staginglinea_RouterLiquidityEvent + staginglinea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SnapshotRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SnapshotRoot_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: stagingscroll_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 - ): [stagingscroll_SnapshotRoot!]! - stagingscroll_spokeConnectorMode( + ): [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: stagingscroll_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 - ): stagingscroll_SpokeConnectorMode - stagingscroll_spokeConnectorModes( + ): staginglinea_Setting + staginglinea_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SpokeConnectorMode_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SpokeConnectorMode_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: stagingscroll_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 - ): [stagingscroll_SpokeConnectorMode!]! - stagingscroll_aggregateRootProposed( + ): [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: stagingscroll_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 - ): stagingscroll_AggregateRootProposed - stagingscroll_aggregateRootProposeds( + ): staginglinea_Relayer + staginglinea_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRootProposed_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRootProposed_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: stagingscroll_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 - ): [stagingscroll_AggregateRootProposed!]! - stagingscroll_optimisticRootFinalized( + ): [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: stagingscroll_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 - ): stagingscroll_OptimisticRootFinalized - stagingscroll_optimisticRootFinalizeds( + ): staginglinea_Sequencer + staginglinea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OptimisticRootFinalized_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OptimisticRootFinalized_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: stagingscroll_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 - ): [stagingscroll_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__Meta_ - stagingpolygon_asset( + ): [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: stagingpolygon_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 - ): stagingpolygon_Asset - stagingpolygon_assets( + ): staginglinea_RelayerFee + staginglinea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Asset_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Asset_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: stagingpolygon_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 - ): [stagingpolygon_Asset!]! - stagingpolygon_assetStatus( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetStatus - stagingpolygon_assetStatuses( + ): staginglinea_OriginTransfer + staginglinea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetStatus_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetStatus_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: stagingpolygon_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 - ): [stagingpolygon_AssetStatus!]! - stagingpolygon_assetBalance( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetBalance - stagingpolygon_assetBalances( + ): staginglinea_DestinationTransfer + staginglinea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetBalance_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetBalance_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: stagingpolygon_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 - ): [stagingpolygon_AssetBalance!]! - stagingpolygon_router( + ): [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: stagingpolygon_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 - ): stagingpolygon_Router - stagingpolygon_routers( + ): staginglinea_OriginMessage + staginglinea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Router_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Router_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: stagingpolygon_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 - ): [stagingpolygon_Router!]! - stagingpolygon_routerDailyTVL( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterDailyTVL - stagingpolygon_routerDailyTVLs( + ): staginglinea_AggregateRoot + staginglinea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterDailyTVL_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterDailyTVL_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: stagingpolygon_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 - ): [stagingpolygon_RouterDailyTVL!]! - stagingpolygon_routerLiquidityEvent( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterLiquidityEvent - stagingpolygon_routerLiquidityEvents( + ): staginglinea_ConnectorMeta + staginglinea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterLiquidityEvent_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: stagingpolygon_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 - ): [stagingpolygon_RouterLiquidityEvent!]! - stagingpolygon_setting( + ): [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: stagingpolygon_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 - ): stagingpolygon_Setting - stagingpolygon_settings( + ): staginglinea_RootCount + staginglinea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Setting_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Setting_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: stagingpolygon_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 - ): [stagingpolygon_Setting!]! - stagingpolygon_relayer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Relayer - stagingpolygon_relayers( + ): staginglinea_RootMessageSent + staginglinea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Relayer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Relayer_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: stagingpolygon_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 - ): [stagingpolygon_Relayer!]! - stagingpolygon_sequencer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Sequencer - stagingpolygon_sequencers( + ): staginglinea_RelayerFeesIncrease + staginglinea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Sequencer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Sequencer_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: stagingpolygon_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 - ): [stagingpolygon_Sequencer!]! - stagingpolygon_relayerFee( + ): [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: stagingpolygon_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 - ): stagingpolygon_RelayerFee - stagingpolygon_relayerFees( + ): staginglinea_SlippageUpdate + staginglinea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFee_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFee_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: stagingpolygon_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 - ): [stagingpolygon_RelayerFee!]! - stagingpolygon_originTransfer( + ): [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: stagingpolygon_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 - ): stagingpolygon_OriginTransfer - stagingpolygon_originTransfers( + ): staginglinea_SnapshotRoot + staginglinea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginTransfer_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: stagingpolygon_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 - ): [stagingpolygon_OriginTransfer!]! - stagingpolygon_destinationTransfer( + ): [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: stagingpolygon_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 - ): stagingpolygon_DestinationTransfer - stagingpolygon_destinationTransfers( + ): staginglinea_SpokeConnectorMode + staginglinea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_DestinationTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_DestinationTransfer_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: stagingpolygon_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 - ): [stagingpolygon_DestinationTransfer!]! - stagingpolygon_originMessage( + ): [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: stagingpolygon_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 - ): stagingpolygon_OriginMessage - stagingpolygon_originMessages( + ): staginglinea_AggregateRootProposed + staginglinea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginMessage_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginMessage_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: stagingpolygon_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 - ): [stagingpolygon_OriginMessage!]! - stagingpolygon_aggregateRoot( + ): [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: stagingpolygon_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 - ): stagingpolygon_AggregateRoot - stagingpolygon_aggregateRoots( + ): staginglinea_OptimisticRootFinalized + staginglinea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRoot_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: stagingpolygon_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 - ): [stagingpolygon_AggregateRoot!]! - stagingpolygon_connectorMeta( + ): [staginglinea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ + zksync_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_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 - ): stagingpolygon_ConnectorMeta - stagingpolygon_connectorMetas( + ): zksync_Asset + zksync_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_ConnectorMeta_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_ConnectorMeta_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: stagingpolygon_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 - ): [stagingpolygon_ConnectorMeta!]! - stagingpolygon_rootCount( + ): [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: stagingpolygon_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 - ): stagingpolygon_RootCount - stagingpolygon_rootCounts( + ): zksync_AssetStatus + zksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootCount_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootCount_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: stagingpolygon_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 - ): [stagingpolygon_RootCount!]! - stagingpolygon_rootMessageSent( + ): [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: stagingpolygon_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 - ): stagingpolygon_RootMessageSent - stagingpolygon_rootMessageSents( + ): zksync_AssetBalance + zksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootMessageSent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootMessageSent_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: stagingpolygon_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 - ): [stagingpolygon_RootMessageSent!]! - stagingpolygon_relayerFeesIncrease( + ): [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: stagingpolygon_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 - ): stagingpolygon_RelayerFeesIncrease - stagingpolygon_relayerFeesIncreases( + ): zksync_Router + zksync_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFeesIncrease_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: stagingpolygon_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 - ): [stagingpolygon_RelayerFeesIncrease!]! - stagingpolygon_slippageUpdate( + ): [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: stagingpolygon_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 - ): stagingpolygon_SlippageUpdate - stagingpolygon_slippageUpdates( + ): zksync_RouterDailyTVL + zksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SlippageUpdate_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SlippageUpdate_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: stagingpolygon_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 - ): [stagingpolygon_SlippageUpdate!]! - stagingpolygon_snapshotRoot( + ): [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: stagingpolygon_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 - ): stagingpolygon_SnapshotRoot - stagingpolygon_snapshotRoots( + ): zksync_RouterLiquidityEvent + zksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SnapshotRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SnapshotRoot_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: stagingpolygon_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 - ): [stagingpolygon_SnapshotRoot!]! - stagingpolygon_spokeConnectorMode( + ): [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: stagingpolygon_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 - ): stagingpolygon_SpokeConnectorMode - stagingpolygon_spokeConnectorModes( + ): zksync_Setting + zksync_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SpokeConnectorMode_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SpokeConnectorMode_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: stagingpolygon_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 - ): [stagingpolygon_SpokeConnectorMode!]! - stagingpolygon_aggregateRootProposed( + ): [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: stagingpolygon_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 - ): stagingpolygon_AggregateRootProposed - stagingpolygon_aggregateRootProposeds( + ): zksync_Relayer + zksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRootProposed_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRootProposed_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: stagingpolygon_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 - ): [stagingpolygon_AggregateRootProposed!]! - stagingpolygon_optimisticRootFinalized( + ): [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: stagingpolygon_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 - ): stagingpolygon_OptimisticRootFinalized - stagingpolygon_optimisticRootFinalizeds( + ): zksync_Sequencer + zksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OptimisticRootFinalized_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: stagingpolygon_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 - ): [stagingpolygon_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ - stagingxdai_asset( + ): [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_Asset - stagingxdai_assets( + ): zksync_RelayerFee + zksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Asset_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Asset_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_Asset!]! - stagingxdai_assetStatus( + ): [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_AssetStatus - stagingxdai_assetStatuses( + ): zksync_OriginTransfer + zksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetStatus_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetStatus_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_AssetStatus!]! - stagingxdai_assetBalance( + ): [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_AssetBalance - stagingxdai_assetBalances( + ): zksync_DestinationTransfer + zksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetBalance_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetBalance_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_AssetBalance!]! - stagingxdai_router( + ): [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_Router - stagingxdai_routers( + ): zksync_OriginMessage + zksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Router_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Router_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_Router!]! - stagingxdai_routerDailyTVL( + ): [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_RouterDailyTVL - stagingxdai_routerDailyTVLs( + ): zksync_AggregateRoot + zksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterDailyTVL_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterDailyTVL_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_RouterDailyTVL!]! - stagingxdai_routerLiquidityEvent( + ): [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_RouterLiquidityEvent - stagingxdai_routerLiquidityEvents( + ): zksync_ConnectorMeta + zksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterLiquidityEvent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterLiquidityEvent_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_RouterLiquidityEvent!]! - stagingxdai_setting( + ): [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_Setting - stagingxdai_settings( + ): zksync_RootCount + zksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Setting_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Setting_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_Setting!]! - stagingxdai_relayer( + ): [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_Relayer - stagingxdai_relayers( + ): zksync_RootMessageSent + zksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Relayer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Relayer_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_Relayer!]! - stagingxdai_sequencer( + ): [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_Sequencer - stagingxdai_sequencers( + ): zksync_RelayerFeesIncrease + zksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Sequencer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Sequencer_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_Sequencer!]! - stagingxdai_relayerFee( + ): [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_RelayerFee - stagingxdai_relayerFees( + ): zksync_SlippageUpdate + zksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFee_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFee_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_RelayerFee!]! - stagingxdai_originTransfer( + ): [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_OriginTransfer - stagingxdai_originTransfers( + ): zksync_SnapshotRoot + zksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginTransfer_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_OriginTransfer!]! - stagingxdai_destinationTransfer( + ): [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_DestinationTransfer - stagingxdai_destinationTransfers( + ): zksync_SpokeConnectorMode + zksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_DestinationTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_DestinationTransfer_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_DestinationTransfer!]! - stagingxdai_originMessage( + ): [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_OriginMessage - stagingxdai_originMessages( + ): zksync_AggregateRootProposed + zksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginMessage_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginMessage_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_OriginMessage!]! - stagingxdai_aggregateRoot( + ): [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_AggregateRoot - stagingxdai_aggregateRoots( + ): zksync_OptimisticRootFinalized + zksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRoot_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_AggregateRoot!]! - stagingxdai_connectorMeta( + ): [zksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + zksync__meta(block: zksync_Block_height): zksync__Meta_ + avalanche_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_ConnectorMeta - stagingxdai_connectorMetas( + ): avalanche_Asset + avalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_ConnectorMeta_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_ConnectorMeta_filter + orderBy: avalanche_Asset_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_ConnectorMeta!]! - stagingxdai_rootCount( + ): [avalanche_Asset!]! + avalanche_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RootCount - stagingxdai_rootCounts( + ): avalanche_AssetStatus + avalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootCount_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootCount_filter + orderBy: avalanche_AssetStatus_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RootCount!]! - stagingxdai_rootMessageSent( + ): [avalanche_AssetStatus!]! + avalanche_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RootMessageSent - stagingxdai_rootMessageSents( + ): avalanche_AssetBalance + avalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootMessageSent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootMessageSent_filter + orderBy: avalanche_AssetBalance_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RootMessageSent!]! - stagingxdai_relayerFeesIncrease( + ): [avalanche_AssetBalance!]! + avalanche_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RelayerFeesIncrease - stagingxdai_relayerFeesIncreases( + ): avalanche_Router + avalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFeesIncrease_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFeesIncrease_filter + orderBy: avalanche_Router_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RelayerFeesIncrease!]! - stagingxdai_slippageUpdate( + ): [avalanche_Router!]! + avalanche_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SlippageUpdate - stagingxdai_slippageUpdates( + ): avalanche_RouterDailyTVL + avalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SlippageUpdate_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SlippageUpdate_filter + orderBy: avalanche_RouterDailyTVL_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SlippageUpdate!]! - stagingxdai_snapshotRoot( + ): [avalanche_RouterDailyTVL!]! + avalanche_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SnapshotRoot - stagingxdai_snapshotRoots( + ): avalanche_RouterLiquidityEvent + avalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SnapshotRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SnapshotRoot_filter + orderBy: avalanche_RouterLiquidityEvent_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SnapshotRoot!]! - stagingxdai_spokeConnectorMode( + ): [avalanche_RouterLiquidityEvent!]! + avalanche_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SpokeConnectorMode - stagingxdai_spokeConnectorModes( + ): avalanche_Setting + avalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SpokeConnectorMode_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SpokeConnectorMode_filter + orderBy: avalanche_Setting_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SpokeConnectorMode!]! - stagingxdai_aggregateRootProposed( + ): [avalanche_Setting!]! + avalanche_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_AggregateRootProposed - stagingxdai_aggregateRootProposeds( + ): avalanche_Relayer + avalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRootProposed_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRootProposed_filter + orderBy: avalanche_Relayer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_AggregateRootProposed!]! - stagingxdai_optimisticRootFinalized( + ): [avalanche_Relayer!]! + avalanche_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_OptimisticRootFinalized - stagingxdai_optimisticRootFinalizeds( + ): avalanche_Sequencer + avalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OptimisticRootFinalized_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OptimisticRootFinalized_filter + orderBy: avalanche_Sequencer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ - stagingbase_asset( + ): [avalanche_Sequencer!]! + avalanche_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Asset - stagingbase_assets( + ): avalanche_RelayerFee + avalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Asset_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Asset_filter + orderBy: avalanche_RelayerFee_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Asset!]! - stagingbase_assetStatus( + ): [avalanche_RelayerFee!]! + avalanche_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AssetStatus - stagingbase_assetStatuses( + ): avalanche_OriginTransfer + avalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetStatus_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetStatus_filter + orderBy: avalanche_OriginTransfer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AssetStatus!]! - stagingbase_assetBalance( + ): [avalanche_OriginTransfer!]! + avalanche_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AssetBalance - stagingbase_assetBalances( + ): avalanche_DestinationTransfer + avalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetBalance_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetBalance_filter + orderBy: avalanche_DestinationTransfer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AssetBalance!]! - stagingbase_router( + ): [avalanche_DestinationTransfer!]! + avalanche_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Router - stagingbase_routers( + ): avalanche_OriginMessage + avalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Router_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Router_filter + orderBy: avalanche_OriginMessage_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Router!]! - stagingbase_routerDailyTVL( + ): [avalanche_OriginMessage!]! + avalanche_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RouterDailyTVL - stagingbase_routerDailyTVLs( + ): avalanche_AggregateRoot + avalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterDailyTVL_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterDailyTVL_filter + orderBy: avalanche_AggregateRoot_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RouterDailyTVL!]! - stagingbase_routerLiquidityEvent( + ): [avalanche_AggregateRoot!]! + avalanche_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RouterLiquidityEvent - stagingbase_routerLiquidityEvents( + ): avalanche_ConnectorMeta + avalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterLiquidityEvent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterLiquidityEvent_filter + orderBy: avalanche_ConnectorMeta_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RouterLiquidityEvent!]! - stagingbase_setting( + ): [avalanche_ConnectorMeta!]! + avalanche_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Setting - stagingbase_settings( + ): avalanche_RootCount + avalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Setting_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Setting_filter + orderBy: avalanche_RootCount_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Setting!]! - stagingbase_relayer( + ): [avalanche_RootCount!]! + avalanche_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Relayer - stagingbase_relayers( + ): avalanche_RootMessageSent + avalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Relayer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Relayer_filter + orderBy: avalanche_RootMessageSent_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Relayer!]! - stagingbase_sequencer( + ): [avalanche_RootMessageSent!]! + avalanche_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Sequencer - stagingbase_sequencers( + ): avalanche_RelayerFeesIncrease + avalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Sequencer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Sequencer_filter + orderBy: avalanche_RelayerFeesIncrease_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Sequencer!]! - stagingbase_relayerFee( + ): [avalanche_RelayerFeesIncrease!]! + avalanche_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RelayerFee - stagingbase_relayerFees( + ): avalanche_SlippageUpdate + avalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFee_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFee_filter + orderBy: avalanche_SlippageUpdate_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RelayerFee!]! - stagingbase_originTransfer( + ): [avalanche_SlippageUpdate!]! + avalanche_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_OriginTransfer - stagingbase_originTransfers( + ): avalanche_SnapshotRoot + avalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginTransfer_filter + orderBy: avalanche_SnapshotRoot_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OriginTransfer!]! - stagingbase_destinationTransfer( + ): [avalanche_SnapshotRoot!]! + avalanche_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_DestinationTransfer - stagingbase_destinationTransfers( + ): avalanche_SpokeConnectorMode + avalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_DestinationTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_DestinationTransfer_filter + orderBy: avalanche_SpokeConnectorMode_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_DestinationTransfer!]! - stagingbase_originMessage( + ): [avalanche_SpokeConnectorMode!]! + avalanche_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_OriginMessage - stagingbase_originMessages( + ): avalanche_AggregateRootProposed + avalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginMessage_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginMessage_filter + orderBy: avalanche_AggregateRootProposed_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OriginMessage!]! - stagingbase_aggregateRoot( + ): [avalanche_AggregateRootProposed!]! + avalanche_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AggregateRoot - stagingbase_aggregateRoots( + ): avalanche_OptimisticRootFinalized + avalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRoot_filter + orderBy: avalanche_OptimisticRootFinalized_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AggregateRoot!]! - stagingbase_connectorMeta( + ): [avalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + avalanche__meta(block: avalanche_Block_height): avalanche__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: stagingbase_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 - ): stagingbase_ConnectorMeta - stagingbase_connectorMetas( + ): polygonzkevm_swap_Asset + polygonzkevm_swap_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_ConnectorMeta_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_ConnectorMeta_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: stagingbase_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 - ): [stagingbase_ConnectorMeta!]! - stagingbase_rootCount( + ): [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: stagingbase_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 - ): stagingbase_RootCount - stagingbase_rootCounts( + ): polygonzkevm_swap_AssetStatus + polygonzkevm_swap_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootCount_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootCount_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: stagingbase_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 - ): [stagingbase_RootCount!]! - stagingbase_rootMessageSent( + ): [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: stagingbase_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 - ): stagingbase_RootMessageSent - stagingbase_rootMessageSents( + ): polygonzkevm_swap_AssetBalance + polygonzkevm_swap_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootMessageSent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootMessageSent_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: stagingbase_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 - ): [stagingbase_RootMessageSent!]! - stagingbase_relayerFeesIncrease( + ): [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: stagingbase_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 - ): stagingbase_RelayerFeesIncrease - stagingbase_relayerFeesIncreases( + ): polygonzkevm_swap_Router + polygonzkevm_swap_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFeesIncrease_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFeesIncrease_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: stagingbase_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 - ): [stagingbase_RelayerFeesIncrease!]! - stagingbase_slippageUpdate( + ): [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: stagingbase_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 - ): stagingbase_SlippageUpdate - stagingbase_slippageUpdates( + ): polygonzkevm_swap_RouterDailyTVL + polygonzkevm_swap_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SlippageUpdate_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SlippageUpdate_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: stagingbase_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 - ): [stagingbase_SlippageUpdate!]! - stagingbase_snapshotRoot( + ): [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: stagingbase_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 - ): stagingbase_SnapshotRoot - stagingbase_snapshotRoots( + ): polygonzkevm_swap_RouterLiquidityEvent + polygonzkevm_swap_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SnapshotRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SnapshotRoot_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: stagingbase_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 - ): [stagingbase_SnapshotRoot!]! - stagingbase_spokeConnectorMode( + ): [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: stagingbase_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 - ): stagingbase_SpokeConnectorMode - stagingbase_spokeConnectorModes( + ): polygonzkevm_swap_Setting + polygonzkevm_swap_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SpokeConnectorMode_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SpokeConnectorMode_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: stagingbase_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 - ): [stagingbase_SpokeConnectorMode!]! - stagingbase_aggregateRootProposed( + ): [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: stagingbase_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 - ): stagingbase_AggregateRootProposed - stagingbase_aggregateRootProposeds( + ): polygonzkevm_swap_Relayer + polygonzkevm_swap_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRootProposed_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRootProposed_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: stagingbase_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 - ): [stagingbase_AggregateRootProposed!]! - stagingbase_optimisticRootFinalized( + ): [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: stagingbase_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 - ): stagingbase_OptimisticRootFinalized - stagingbase_optimisticRootFinalizeds( + ): polygonzkevm_swap_Sequencer + polygonzkevm_swap_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OptimisticRootFinalized_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OptimisticRootFinalized_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: stagingbase_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 - ): [stagingbase_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ - zksync_asset( + ): [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: zksync_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 - ): zksync_Asset - zksync_assets( + ): polygonzkevm_swap_RelayerFee + polygonzkevm_swap_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_Asset_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Asset_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: zksync_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 - ): [zksync_Asset!]! - zksync_assetStatus( + ): [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: zksync_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 - ): zksync_AssetStatus - zksync_assetStatuses( + ): polygonzkevm_swap_OriginTransfer + polygonzkevm_swap_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetStatus_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetStatus_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: zksync_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 - ): [zksync_AssetStatus!]! - zksync_assetBalance( + ): [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: zksync_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 - ): zksync_AssetBalance - zksync_assetBalances( + ): polygonzkevm_swap_DestinationTransfer + polygonzkevm_swap_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetBalance_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetBalance_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: zksync_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 - ): [zksync_AssetBalance!]! - zksync_router( + ): [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: zksync_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 - ): zksync_Router - zksync_routers( + ): polygonzkevm_swap_OriginMessage + polygonzkevm_swap_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_Router_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Router_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: zksync_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 - ): [zksync_Router!]! - zksync_routerDailyTVL( + ): [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: zksync_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 - ): zksync_RouterDailyTVL - zksync_routerDailyTVLs( + ): polygonzkevm_swap_AggregateRoot + polygonzkevm_swap_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterDailyTVL_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterDailyTVL_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: zksync_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 - ): [zksync_RouterDailyTVL!]! - zksync_routerLiquidityEvent( + ): [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: zksync_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 - ): zksync_RouterLiquidityEvent - zksync_routerLiquidityEvents( + ): polygonzkevm_swap_ConnectorMeta + polygonzkevm_swap_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterLiquidityEvent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterLiquidityEvent_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: zksync_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 - ): [zksync_RouterLiquidityEvent!]! - zksync_setting( + ): [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: zksync_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 - ): zksync_Setting - zksync_settings( + ): polygonzkevm_swap_RootCount + polygonzkevm_swap_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_Setting_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Setting_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: zksync_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 - ): [zksync_Setting!]! - zksync_relayer( + ): [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: zksync_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 - ): zksync_Relayer - zksync_relayers( + ): polygonzkevm_swap_RootMessageSent + polygonzkevm_swap_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: zksync_Relayer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Relayer_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: zksync_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 - ): [zksync_Relayer!]! - zksync_sequencer( + ): [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: zksync_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 - ): zksync_Sequencer - zksync_sequencers( + ): polygonzkevm_swap_RelayerFeesIncrease + polygonzkevm_swap_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: zksync_Sequencer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Sequencer_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: zksync_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 - ): [zksync_Sequencer!]! - zksync_relayerFee( + ): [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: zksync_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 - ): zksync_RelayerFee - zksync_relayerFees( + ): polygonzkevm_swap_SlippageUpdate + polygonzkevm_swap_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFee_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFee_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: zksync_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 - ): [zksync_RelayerFee!]! - zksync_originTransfer( + ): [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: zksync_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 - ): zksync_OriginTransfer - zksync_originTransfers( + ): polygonzkevm_swap_SnapshotRoot + polygonzkevm_swap_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginTransfer_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: zksync_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 - ): [zksync_OriginTransfer!]! - zksync_destinationTransfer( + ): [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: zksync_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 - ): zksync_DestinationTransfer - zksync_destinationTransfers( + ): polygonzkevm_swap_SpokeConnectorMode + polygonzkevm_swap_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: zksync_DestinationTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_DestinationTransfer_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: zksync_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 - ): [zksync_DestinationTransfer!]! - zksync_originMessage( + ): [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: zksync_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 - ): zksync_OriginMessage - zksync_originMessages( + ): polygonzkevm_swap_AggregateRootProposed + polygonzkevm_swap_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginMessage_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginMessage_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: zksync_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 - ): [zksync_OriginMessage!]! - zksync_aggregateRoot( + ): [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: zksync_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 - ): zksync_AggregateRoot - zksync_aggregateRoots( + ): polygonzkevm_swap_OptimisticRootFinalized + polygonzkevm_swap_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRoot_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: zksync_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 - ): [zksync_AggregateRoot!]! - zksync_connectorMeta( + ): [polygonzkevm_swap_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__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: zksync_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 - ): zksync_ConnectorMeta - zksync_connectorMetas( + ): polygonzkevm_Asset + polygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_ConnectorMeta_orderBy - orderDirection: zksync_OrderDirection - where: zksync_ConnectorMeta_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: zksync_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 - ): [zksync_ConnectorMeta!]! - zksync_rootCount( + ): [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: zksync_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 - ): zksync_RootCount - zksync_rootCounts( + ): polygonzkevm_AssetStatus + polygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootCount_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootCount_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: zksync_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 - ): [zksync_RootCount!]! - zksync_rootMessageSent( + ): [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: zksync_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 - ): zksync_RootMessageSent - zksync_rootMessageSents( + ): polygonzkevm_AssetBalance + polygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootMessageSent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootMessageSent_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: zksync_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 - ): [zksync_RootMessageSent!]! - zksync_relayerFeesIncrease( + ): [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: zksync_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 - ): zksync_RelayerFeesIncrease - zksync_relayerFeesIncreases( + ): polygonzkevm_Router + polygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFeesIncrease_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFeesIncrease_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: zksync_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 - ): [zksync_RelayerFeesIncrease!]! - zksync_slippageUpdate( + ): [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: zksync_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 - ): zksync_SlippageUpdate - zksync_slippageUpdates( + ): polygonzkevm_RouterDailyTVL + polygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_SlippageUpdate_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SlippageUpdate_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: zksync_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 - ): [zksync_SlippageUpdate!]! - zksync_snapshotRoot( + ): [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: zksync_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 - ): zksync_SnapshotRoot - zksync_snapshotRoots( + ): polygonzkevm_RouterLiquidityEvent + polygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_SnapshotRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SnapshotRoot_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: zksync_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 - ): [zksync_SnapshotRoot!]! - zksync_spokeConnectorMode( + ): [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: zksync_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 - ): zksync_SpokeConnectorMode - zksync_spokeConnectorModes( + ): polygonzkevm_Setting + polygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_SpokeConnectorMode_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SpokeConnectorMode_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: zksync_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 - ): [zksync_SpokeConnectorMode!]! - zksync_aggregateRootProposed( + ): [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: zksync_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 - ): zksync_AggregateRootProposed - zksync_aggregateRootProposeds( + ): polygonzkevm_Relayer + polygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRootProposed_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRootProposed_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: zksync_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 - ): [zksync_AggregateRootProposed!]! - zksync_optimisticRootFinalized( + ): [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: zksync_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 - ): zksync_OptimisticRootFinalized - zksync_optimisticRootFinalizeds( + ): polygonzkevm_Sequencer + polygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_OptimisticRootFinalized_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OptimisticRootFinalized_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: zksync_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 - ): [zksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - zksync__meta(block: zksync_Block_height): zksync__Meta_ - arbitrumone_asset( + ): [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: arbitrumone_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 - ): arbitrumone_Asset - arbitrumone_assets( + ): polygonzkevm_RelayerFee + polygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Asset_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: arbitrumone_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 - ): [arbitrumone_Asset!]! - arbitrumone_assetStatus( + ): [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: arbitrumone_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 - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( + ): polygonzkevm_OriginTransfer + polygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_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: arbitrumone_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 - ): [arbitrumone_AssetStatus!]! - arbitrumone_assetBalance( + ): [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: arbitrumone_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 - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): polygonzkevm_DestinationTransfer + polygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_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: arbitrumone_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 - ): [arbitrumone_AssetBalance!]! - arbitrumone_router( + ): [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: arbitrumone_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 - ): arbitrumone_Router - arbitrumone_routers( + ): polygonzkevm_OriginMessage + polygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_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: arbitrumone_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 - ): [arbitrumone_Router!]! - arbitrumone_routerDailyTVL( + ): [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: arbitrumone_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 - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): polygonzkevm_AggregateRoot + polygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_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: arbitrumone_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 - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_routerLiquidityEvent( + ): [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: arbitrumone_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 - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): polygonzkevm_ConnectorMeta + polygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterLiquidityEvent_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: arbitrumone_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 - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_setting( + ): [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: arbitrumone_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 - ): arbitrumone_Setting - arbitrumone_settings( + ): polygonzkevm_RootCount + polygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_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: arbitrumone_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 - ): [arbitrumone_Setting!]! - arbitrumone_relayer( + ): [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: arbitrumone_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 - ): arbitrumone_Relayer - arbitrumone_relayers( + ): polygonzkevm_RootMessageSent + polygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_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: arbitrumone_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 - ): [arbitrumone_Relayer!]! - arbitrumone_sequencer( + ): [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: arbitrumone_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 - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): polygonzkevm_RelayerFeesIncrease + polygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_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: arbitrumone_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 - ): [arbitrumone_Sequencer!]! - arbitrumone_relayerFee( + ): [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: arbitrumone_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 - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): polygonzkevm_SlippageUpdate + polygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_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: arbitrumone_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 - ): [arbitrumone_RelayerFee!]! - arbitrumone_originTransfer( + ): [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: arbitrumone_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 - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): polygonzkevm_SnapshotRoot + polygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_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: arbitrumone_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 - ): [arbitrumone_OriginTransfer!]! - arbitrumone_destinationTransfer( + ): [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: arbitrumone_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 - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): polygonzkevm_SpokeConnectorMode + polygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_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: arbitrumone_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 - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_originMessage( + ): [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: arbitrumone_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 - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): polygonzkevm_AggregateRootProposed + polygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_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: arbitrumone_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 - ): [arbitrumone_OriginMessage!]! - arbitrumone_aggregateRoot( + ): [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: arbitrumone_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 - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): polygonzkevm_OptimisticRootFinalized + polygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_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: arbitrumone_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 - ): [arbitrumone_AggregateRoot!]! - arbitrumone_connectorMeta( + ): [polygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__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: arbitrumone_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 - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): stagingarbitrumone_Asset + stagingarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_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: arbitrumone_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 - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [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: arbitrumone_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 - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): stagingarbitrumone_AssetStatus + stagingarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_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: arbitrumone_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 - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [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: arbitrumone_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 - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): stagingarbitrumone_AssetBalance + stagingarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_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: arbitrumone_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 - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [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: arbitrumone_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 - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): stagingarbitrumone_Router + stagingarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_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: arbitrumone_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 - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [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: arbitrumone_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 - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): stagingarbitrumone_RouterDailyTVL + stagingarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_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: arbitrumone_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 - ): [arbitrumone_SlippageUpdate!]! - arbitrumone_snapshotRoot( + ): [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: arbitrumone_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 - ): arbitrumone_SnapshotRoot - arbitrumone_snapshotRoots( + ): stagingarbitrumone_RouterLiquidityEvent + stagingarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SnapshotRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SnapshotRoot_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: arbitrumone_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 - ): [arbitrumone_SnapshotRoot!]! - arbitrumone_spokeConnectorMode( + ): [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: arbitrumone_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 - ): arbitrumone_SpokeConnectorMode - arbitrumone_spokeConnectorModes( + ): stagingarbitrumone_Setting + stagingarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SpokeConnectorMode_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SpokeConnectorMode_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: arbitrumone_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 - ): [arbitrumone_SpokeConnectorMode!]! - arbitrumone_aggregateRootProposed( + ): [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: arbitrumone_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 - ): arbitrumone_AggregateRootProposed - arbitrumone_aggregateRootProposeds( + ): stagingarbitrumone_Relayer + stagingarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRootProposed_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRootProposed_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: arbitrumone_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 - ): [arbitrumone_AggregateRootProposed!]! - arbitrumone_optimisticRootFinalized( + ): [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: arbitrumone_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 - ): arbitrumone_OptimisticRootFinalized - arbitrumone_optimisticRootFinalizeds( + ): stagingarbitrumone_Sequencer + stagingarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OptimisticRootFinalized_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OptimisticRootFinalized_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: arbitrumone_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 - ): [arbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - stagingmetis_asset( + ): [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_Asset - stagingmetis_assets( + ): stagingarbitrumone_RelayerFee + stagingarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Asset_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Asset_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_Asset!]! - stagingmetis_assetStatus( + ): [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_AssetStatus - stagingmetis_assetStatuses( + ): stagingarbitrumone_OriginTransfer + stagingarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetStatus_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetStatus_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_AssetStatus!]! - stagingmetis_assetBalance( + ): [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_AssetBalance - stagingmetis_assetBalances( + ): stagingarbitrumone_DestinationTransfer + stagingarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetBalance_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetBalance_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_AssetBalance!]! - stagingmetis_router( + ): [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_Router - stagingmetis_routers( + ): stagingarbitrumone_OriginMessage + stagingarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Router_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Router_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_Router!]! - stagingmetis_routerDailyTVL( + ): [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_RouterDailyTVL - stagingmetis_routerDailyTVLs( + ): stagingarbitrumone_AggregateRoot + stagingarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterDailyTVL_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterDailyTVL_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_RouterDailyTVL!]! - stagingmetis_routerLiquidityEvent( + ): [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_RouterLiquidityEvent - stagingmetis_routerLiquidityEvents( + ): stagingarbitrumone_ConnectorMeta + stagingarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterLiquidityEvent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterLiquidityEvent_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_RouterLiquidityEvent!]! - stagingmetis_setting( + ): [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_Setting - stagingmetis_settings( + ): stagingarbitrumone_RootCount + stagingarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Setting_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Setting_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_Setting!]! - stagingmetis_relayer( + ): [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_Relayer - stagingmetis_relayers( + ): stagingarbitrumone_RootMessageSent + stagingarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Relayer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Relayer_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_Relayer!]! - stagingmetis_sequencer( + ): [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: 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_RelayerFeesIncrease + stagingarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Sequencer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Sequencer_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: 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_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: 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_SlippageUpdate + stagingarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFee_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFee_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: 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_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: 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_SnapshotRoot + stagingarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginTransfer_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: 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_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: 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_SpokeConnectorMode + stagingarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_DestinationTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_DestinationTransfer_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: 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_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: 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_AggregateRootProposed + stagingarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginMessage_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginMessage_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: 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_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: 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_OptimisticRootFinalized + stagingarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRoot_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: 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_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ + localmainnet_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_Asset + localmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_ConnectorMeta_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_ConnectorMeta_filter + orderBy: localmainnet_Asset_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_Asset!]! + localmainnet_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_AssetStatus + localmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootCount_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootCount_filter + orderBy: localmainnet_AssetStatus_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_AssetStatus!]! + localmainnet_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_AssetBalance + localmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootMessageSent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootMessageSent_filter + orderBy: localmainnet_AssetBalance_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_AssetBalance!]! + localmainnet_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_Router + localmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFeesIncrease_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFeesIncrease_filter + orderBy: localmainnet_Router_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_Router!]! + localmainnet_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_RouterDailyTVL + localmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SlippageUpdate_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SlippageUpdate_filter + orderBy: localmainnet_RouterDailyTVL_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_RouterDailyTVL!]! + localmainnet_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: localmainnet_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( + ): localmainnet_RouterLiquidityEvent + localmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SnapshotRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SnapshotRoot_filter + orderBy: localmainnet_RouterLiquidityEvent_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: localmainnet_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( + ): [localmainnet_RouterLiquidityEvent!]! + localmainnet_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_Setting + localmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SpokeConnectorMode_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SpokeConnectorMode_filter + orderBy: localmainnet_Setting_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_Setting!]! + localmainnet_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_Relayer + localmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRootProposed_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRootProposed_filter + orderBy: localmainnet_Relayer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_Relayer!]! + localmainnet_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_Sequencer + localmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OptimisticRootFinalized_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OptimisticRootFinalized_filter + orderBy: localmainnet_Sequencer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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_ - staginglinea_asset( + ): [localmainnet_Sequencer!]! + localmainnet_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_RelayerFee + localmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Asset_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Asset_filter + orderBy: localmainnet_RelayerFee_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_RelayerFee!]! + localmainnet_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_OriginTransfer + localmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetStatus_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetStatus_filter + orderBy: localmainnet_OriginTransfer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_OriginTransfer!]! + localmainnet_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_DestinationTransfer + localmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetBalance_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetBalance_filter + orderBy: localmainnet_DestinationTransfer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_DestinationTransfer!]! + localmainnet_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_OriginMessage + localmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Router_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Router_filter + orderBy: localmainnet_OriginMessage_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_OriginMessage!]! + localmainnet_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_AggregateRoot + localmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterDailyTVL_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterDailyTVL_filter + orderBy: localmainnet_AggregateRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_AggregateRoot!]! + localmainnet_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_ConnectorMeta + localmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterLiquidityEvent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterLiquidityEvent_filter + orderBy: localmainnet_ConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_ConnectorMeta!]! + localmainnet_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_RootCount + localmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Setting_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Setting_filter + orderBy: localmainnet_RootCount_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_RootCount!]! + localmainnet_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_RootMessageSent + localmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Relayer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Relayer_filter + orderBy: localmainnet_RootMessageSent_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_RootMessageSent!]! + localmainnet_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_RelayerFeesIncrease + localmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Sequencer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Sequencer_filter + orderBy: localmainnet_RelayerFeesIncrease_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_RelayerFeesIncrease!]! + localmainnet_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_SlippageUpdate + localmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFee_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFee_filter + orderBy: localmainnet_SlippageUpdate_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_SlippageUpdate!]! + localmainnet_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_SnapshotRoot + localmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginTransfer_filter + orderBy: localmainnet_SnapshotRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_SnapshotRoot!]! + localmainnet_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_SpokeConnectorMode + localmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_DestinationTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_DestinationTransfer_filter + orderBy: localmainnet_SpokeConnectorMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_SpokeConnectorMode!]! + localmainnet_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_AggregateRootProposed + localmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginMessage_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginMessage_filter + orderBy: localmainnet_AggregateRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_AggregateRootProposed!]! + localmainnet_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_OptimisticRootFinalized + localmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRoot_filter + orderBy: localmainnet_OptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_OptimisticRootFinalized!]! + localarbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_ConnectorMeta - staginglinea_connectorMetas( + ): localarbitrumone_Asset + localarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_ConnectorMeta_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_ConnectorMeta_filter + orderBy: localarbitrumone_Asset_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_ConnectorMeta!]! - staginglinea_rootCount( + ): [localarbitrumone_Asset!]! + localarbitrumone_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RootCount - staginglinea_rootCounts( + ): localarbitrumone_AssetStatus + localarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootCount_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootCount_filter + orderBy: localarbitrumone_AssetStatus_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RootCount!]! - staginglinea_rootMessageSent( + ): [localarbitrumone_AssetStatus!]! + localarbitrumone_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RootMessageSent - staginglinea_rootMessageSents( + ): localarbitrumone_AssetBalance + localarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootMessageSent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootMessageSent_filter + orderBy: localarbitrumone_AssetBalance_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RootMessageSent!]! - staginglinea_relayerFeesIncrease( + ): [localarbitrumone_AssetBalance!]! + localarbitrumone_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RelayerFeesIncrease - staginglinea_relayerFeesIncreases( + ): localarbitrumone_Router + localarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFeesIncrease_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFeesIncrease_filter + orderBy: localarbitrumone_Router_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RelayerFeesIncrease!]! - staginglinea_slippageUpdate( + ): [localarbitrumone_Router!]! + localarbitrumone_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_SlippageUpdate - staginglinea_slippageUpdates( + ): localarbitrumone_RouterDailyTVL + localarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SlippageUpdate_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SlippageUpdate_filter + orderBy: localarbitrumone_RouterDailyTVL_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_SlippageUpdate!]! - staginglinea_snapshotRoot( + ): [localarbitrumone_RouterDailyTVL!]! + localarbitrumone_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: localarbitrumone_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( + ): localarbitrumone_RouterLiquidityEvent + localarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SnapshotRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SnapshotRoot_filter + orderBy: localarbitrumone_RouterLiquidityEvent_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_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: localarbitrumone_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( + ): [localarbitrumone_RouterLiquidityEvent!]! + localarbitrumone_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_SpokeConnectorMode - staginglinea_spokeConnectorModes( + ): localarbitrumone_Setting + localarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SpokeConnectorMode_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SpokeConnectorMode_filter + orderBy: localarbitrumone_Setting_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_SpokeConnectorMode!]! - staginglinea_aggregateRootProposed( + ): [localarbitrumone_Setting!]! + localarbitrumone_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_AggregateRootProposed - staginglinea_aggregateRootProposeds( + ): localarbitrumone_Relayer + localarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRootProposed_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRootProposed_filter + orderBy: localarbitrumone_Relayer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_AggregateRootProposed!]! - staginglinea_optimisticRootFinalized( + ): [localarbitrumone_Relayer!]! + localarbitrumone_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_OptimisticRootFinalized - staginglinea_optimisticRootFinalizeds( + ): localarbitrumone_Sequencer + localarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OptimisticRootFinalized_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OptimisticRootFinalized_filter + orderBy: localarbitrumone_Sequencer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ - stagingmantle_asset( + ): [localarbitrumone_Sequencer!]! + localarbitrumone_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Asset - stagingmantle_assets( + ): localarbitrumone_RelayerFee + localarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Asset_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Asset_filter + orderBy: localarbitrumone_RelayerFee_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Asset!]! - stagingmantle_assetStatus( + ): [localarbitrumone_RelayerFee!]! + localarbitrumone_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AssetStatus - stagingmantle_assetStatuses( + ): localarbitrumone_OriginTransfer + localarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetStatus_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetStatus_filter + orderBy: localarbitrumone_OriginTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AssetStatus!]! - stagingmantle_assetBalance( + ): [localarbitrumone_OriginTransfer!]! + localarbitrumone_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AssetBalance - stagingmantle_assetBalances( + ): localarbitrumone_DestinationTransfer + localarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetBalance_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetBalance_filter + orderBy: localarbitrumone_DestinationTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AssetBalance!]! - stagingmantle_router( + ): [localarbitrumone_DestinationTransfer!]! + localarbitrumone_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Router - stagingmantle_routers( + ): localarbitrumone_OriginMessage + localarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Router_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Router_filter + orderBy: localarbitrumone_OriginMessage_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Router!]! - stagingmantle_routerDailyTVL( + ): [localarbitrumone_OriginMessage!]! + localarbitrumone_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RouterDailyTVL - stagingmantle_routerDailyTVLs( + ): localarbitrumone_AggregateRoot + localarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterDailyTVL_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterDailyTVL_filter + orderBy: localarbitrumone_AggregateRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RouterDailyTVL!]! - stagingmantle_routerLiquidityEvent( + ): [localarbitrumone_AggregateRoot!]! + localarbitrumone_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RouterLiquidityEvent - stagingmantle_routerLiquidityEvents( + ): localarbitrumone_ConnectorMeta + localarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterLiquidityEvent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterLiquidityEvent_filter + orderBy: localarbitrumone_ConnectorMeta_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RouterLiquidityEvent!]! - stagingmantle_setting( + ): [localarbitrumone_ConnectorMeta!]! + localarbitrumone_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Setting - stagingmantle_settings( + ): localarbitrumone_RootCount + localarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Setting_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Setting_filter + orderBy: localarbitrumone_RootCount_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Setting!]! - stagingmantle_relayer( + ): [localarbitrumone_RootCount!]! + localarbitrumone_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Relayer - stagingmantle_relayers( + ): localarbitrumone_RootMessageSent + localarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Relayer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Relayer_filter + orderBy: localarbitrumone_RootMessageSent_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Relayer!]! - stagingmantle_sequencer( + ): [localarbitrumone_RootMessageSent!]! + localarbitrumone_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Sequencer - stagingmantle_sequencers( + ): localarbitrumone_RelayerFeesIncrease + localarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Sequencer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Sequencer_filter + orderBy: localarbitrumone_RelayerFeesIncrease_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Sequencer!]! - stagingmantle_relayerFee( + ): [localarbitrumone_RelayerFeesIncrease!]! + localarbitrumone_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RelayerFee - stagingmantle_relayerFees( + ): localarbitrumone_SlippageUpdate + localarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFee_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFee_filter + orderBy: localarbitrumone_SlippageUpdate_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RelayerFee!]! - stagingmantle_originTransfer( + ): [localarbitrumone_SlippageUpdate!]! + localarbitrumone_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_OriginTransfer - stagingmantle_originTransfers( + ): localarbitrumone_SnapshotRoot + localarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginTransfer_filter + orderBy: localarbitrumone_SnapshotRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OriginTransfer!]! - stagingmantle_destinationTransfer( + ): [localarbitrumone_SnapshotRoot!]! + localarbitrumone_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_DestinationTransfer - stagingmantle_destinationTransfers( + ): localarbitrumone_SpokeConnectorMode + localarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_DestinationTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_DestinationTransfer_filter + orderBy: localarbitrumone_SpokeConnectorMode_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_DestinationTransfer!]! - stagingmantle_originMessage( + ): [localarbitrumone_SpokeConnectorMode!]! + localarbitrumone_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_OriginMessage - stagingmantle_originMessages( + ): localarbitrumone_AggregateRootProposed + localarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginMessage_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginMessage_filter + orderBy: localarbitrumone_AggregateRootProposed_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OriginMessage!]! - stagingmantle_aggregateRoot( + ): [localarbitrumone_AggregateRootProposed!]! + localarbitrumone_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AggregateRoot - stagingmantle_aggregateRoots( + ): localarbitrumone_OptimisticRootFinalized + localarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRoot_filter + orderBy: localarbitrumone_OptimisticRootFinalized_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AggregateRoot!]! - stagingmantle_connectorMeta( + ): [localarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__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: stagingmantle_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 - ): stagingmantle_ConnectorMeta - stagingmantle_connectorMetas( + ): stagingmode_Asset + stagingmode_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_ConnectorMeta_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_ConnectorMeta_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: stagingmantle_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 - ): [stagingmantle_ConnectorMeta!]! - stagingmantle_rootCount( + ): [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: stagingmantle_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 - ): stagingmantle_RootCount - stagingmantle_rootCounts( + ): stagingmode_AssetStatus + stagingmode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootCount_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootCount_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: stagingmantle_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 - ): [stagingmantle_RootCount!]! - stagingmantle_rootMessageSent( + ): [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: stagingmantle_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 - ): stagingmantle_RootMessageSent - stagingmantle_rootMessageSents( + ): stagingmode_AssetBalance + stagingmode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootMessageSent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootMessageSent_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: stagingmantle_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 - ): [stagingmantle_RootMessageSent!]! - stagingmantle_relayerFeesIncrease( + ): [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: stagingmantle_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 - ): stagingmantle_RelayerFeesIncrease - stagingmantle_relayerFeesIncreases( + ): stagingmode_Router + stagingmode_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFeesIncrease_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFeesIncrease_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: stagingmantle_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 - ): [stagingmantle_RelayerFeesIncrease!]! - stagingmantle_slippageUpdate( + ): [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: stagingmantle_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 - ): stagingmantle_SlippageUpdate - stagingmantle_slippageUpdates( + ): stagingmode_RouterDailyTVL + stagingmode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SlippageUpdate_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SlippageUpdate_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: stagingmantle_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 - ): [stagingmantle_SlippageUpdate!]! - stagingmantle_snapshotRoot( + ): [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: stagingmantle_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 - ): stagingmantle_SnapshotRoot - stagingmantle_snapshotRoots( + ): stagingmode_RouterLiquidityEvent + stagingmode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SnapshotRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SnapshotRoot_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: stagingmantle_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 - ): [stagingmantle_SnapshotRoot!]! - stagingmantle_spokeConnectorMode( + ): [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: stagingmantle_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 - ): stagingmantle_SpokeConnectorMode - stagingmantle_spokeConnectorModes( + ): stagingmode_Setting + stagingmode_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SpokeConnectorMode_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SpokeConnectorMode_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: stagingmantle_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 - ): [stagingmantle_SpokeConnectorMode!]! - stagingmantle_aggregateRootProposed( + ): [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: stagingmantle_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 - ): stagingmantle_AggregateRootProposed - stagingmantle_aggregateRootProposeds( + ): stagingmode_Relayer + stagingmode_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRootProposed_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRootProposed_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: stagingmantle_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 - ): [stagingmantle_AggregateRootProposed!]! - stagingmantle_optimisticRootFinalized( + ): [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: stagingmantle_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 - ): stagingmantle_OptimisticRootFinalized - stagingmantle_optimisticRootFinalizeds( + ): stagingmode_Sequencer + stagingmode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OptimisticRootFinalized_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OptimisticRootFinalized_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: stagingmantle_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 - ): [stagingmantle_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ - stagingarbitrumone_asset( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Asset - stagingarbitrumone_assets( + ): stagingmode_RelayerFee + stagingmode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Asset_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Asset_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Asset!]! - stagingarbitrumone_assetStatus( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_AssetStatus - stagingarbitrumone_assetStatuses( + ): stagingmode_OriginTransfer + stagingmode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetStatus_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetStatus_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetStatus!]! - stagingarbitrumone_assetBalance( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_AssetBalance - stagingarbitrumone_assetBalances( + ): stagingmode_DestinationTransfer + stagingmode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetBalance_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetBalance_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetBalance!]! - stagingarbitrumone_router( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Router - stagingarbitrumone_routers( + ): stagingmode_OriginMessage + stagingmode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Router_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Router_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Router!]! - stagingarbitrumone_routerDailyTVL( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RouterDailyTVL - stagingarbitrumone_routerDailyTVLs( + ): stagingmode_AggregateRoot + stagingmode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterDailyTVL_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterDailyTVL!]! - stagingarbitrumone_routerLiquidityEvent( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RouterLiquidityEvent - stagingarbitrumone_routerLiquidityEvents( + ): stagingmode_ConnectorMeta + stagingmode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterLiquidityEvent_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterLiquidityEvent!]! - stagingarbitrumone_setting( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Setting - stagingarbitrumone_settings( + ): stagingmode_RootCount + stagingmode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Setting_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Setting_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Setting!]! - stagingarbitrumone_relayer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Relayer - stagingarbitrumone_relayers( + ): stagingmode_RootMessageSent + stagingmode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Relayer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Relayer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Relayer!]! - stagingarbitrumone_sequencer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Sequencer - stagingarbitrumone_sequencers( + ): stagingmode_RelayerFeesIncrease + stagingmode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Sequencer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Sequencer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Sequencer!]! - stagingarbitrumone_relayerFee( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFee - stagingarbitrumone_relayerFees( + ): stagingmode_SlippageUpdate + stagingmode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFee_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFee_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFee!]! - stagingarbitrumone_originTransfer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginTransfer - stagingarbitrumone_originTransfers( + ): stagingmode_SnapshotRoot + stagingmode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginTransfer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginTransfer!]! - stagingarbitrumone_destinationTransfer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_DestinationTransfer - stagingarbitrumone_destinationTransfers( + ): stagingmode_SpokeConnectorMode + stagingmode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_DestinationTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_DestinationTransfer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_DestinationTransfer!]! - stagingarbitrumone_originMessage( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginMessage - stagingarbitrumone_originMessages( + ): stagingmode_AggregateRootProposed + stagingmode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginMessage_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginMessage_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginMessage!]! - stagingarbitrumone_aggregateRoot( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRoot - stagingarbitrumone_aggregateRoots( + ): stagingmode_OptimisticRootFinalized + stagingmode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRoot_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRoot!]! - stagingarbitrumone_connectorMeta( + ): [stagingmode_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmode__meta(block: stagingmode_Block_height): stagingmode__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: stagingarbitrumone_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 - ): stagingarbitrumone_ConnectorMeta - stagingarbitrumone_connectorMetas( + ): stagingxdai_Asset + stagingxdai_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_ConnectorMeta_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_ConnectorMeta_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: stagingarbitrumone_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 - ): [stagingarbitrumone_ConnectorMeta!]! - stagingarbitrumone_rootCount( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RootCount - stagingarbitrumone_rootCounts( + ): stagingxdai_AssetStatus + stagingxdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootCount_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootCount_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootCount!]! - stagingarbitrumone_rootMessageSent( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RootMessageSent - stagingarbitrumone_rootMessageSents( + ): stagingxdai_AssetBalance + stagingxdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootMessageSent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootMessageSent_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootMessageSent!]! - stagingarbitrumone_relayerFeesIncrease( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFeesIncrease - stagingarbitrumone_relayerFeesIncreases( + ): stagingxdai_Router + stagingxdai_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFeesIncrease_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFeesIncrease!]! - stagingarbitrumone_slippageUpdate( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_SlippageUpdate - stagingarbitrumone_slippageUpdates( + ): stagingxdai_RouterDailyTVL + stagingxdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SlippageUpdate_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SlippageUpdate_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SlippageUpdate!]! - stagingarbitrumone_snapshotRoot( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_SnapshotRoot - stagingarbitrumone_snapshotRoots( + ): stagingxdai_RouterLiquidityEvent + stagingxdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SnapshotRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SnapshotRoot_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SnapshotRoot!]! - stagingarbitrumone_spokeConnectorMode( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_SpokeConnectorMode - stagingarbitrumone_spokeConnectorModes( + ): stagingxdai_Setting + stagingxdai_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SpokeConnectorMode_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SpokeConnectorMode!]! - stagingarbitrumone_aggregateRootProposed( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRootProposed - stagingarbitrumone_aggregateRootProposeds( + ): stagingxdai_Relayer + stagingxdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRootProposed_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRootProposed!]! - stagingarbitrumone_optimisticRootFinalized( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_OptimisticRootFinalized - stagingarbitrumone_optimisticRootFinalizeds( + ): stagingxdai_Sequencer + stagingxdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OptimisticRootFinalized_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ - stagingpolygonzkevm_asset( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Asset - stagingpolygonzkevm_assets( + ): stagingxdai_RelayerFee + stagingxdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Asset_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Asset_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Asset!]! - stagingpolygonzkevm_assetStatus( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AssetStatus - stagingpolygonzkevm_assetStatuses( + ): stagingxdai_OriginTransfer + stagingxdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetStatus_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetStatus_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AssetStatus!]! - stagingpolygonzkevm_assetBalance( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AssetBalance - stagingpolygonzkevm_assetBalances( + ): stagingxdai_DestinationTransfer + stagingxdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetBalance_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetBalance_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AssetBalance!]! - stagingpolygonzkevm_router( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Router - stagingpolygonzkevm_routers( + ): stagingxdai_OriginMessage + stagingxdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Router_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Router_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Router!]! - stagingpolygonzkevm_routerDailyTVL( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_RouterDailyTVL - stagingpolygonzkevm_routerDailyTVLs( + ): stagingxdai_AggregateRoot + stagingxdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterDailyTVL_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_RouterDailyTVL!]! - stagingpolygonzkevm_routerLiquidityEvent( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_RouterLiquidityEvent - stagingpolygonzkevm_routerLiquidityEvents( + ): stagingxdai_ConnectorMeta + stagingxdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterLiquidityEvent_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_RouterLiquidityEvent!]! - stagingpolygonzkevm_setting( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Setting - stagingpolygonzkevm_settings( + ): stagingxdai_RootCount + stagingxdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Setting_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Setting_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Setting!]! - stagingpolygonzkevm_relayer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Relayer - stagingpolygonzkevm_relayers( + ): stagingxdai_RootMessageSent + stagingxdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Relayer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Relayer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Relayer!]! - stagingpolygonzkevm_sequencer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Sequencer - stagingpolygonzkevm_sequencers( + ): stagingxdai_RelayerFeesIncrease + stagingxdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Sequencer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Sequencer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Sequencer!]! - stagingpolygonzkevm_relayerFee( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_RelayerFee - stagingpolygonzkevm_relayerFees( + ): stagingxdai_SlippageUpdate + stagingxdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFee_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFee_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_RelayerFee!]! - stagingpolygonzkevm_originTransfer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_OriginTransfer - stagingpolygonzkevm_originTransfers( + ): stagingxdai_SnapshotRoot + stagingxdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginTransfer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_OriginTransfer!]! - stagingpolygonzkevm_destinationTransfer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_DestinationTransfer - stagingpolygonzkevm_destinationTransfers( + ): stagingxdai_SpokeConnectorMode + stagingxdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_DestinationTransfer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_DestinationTransfer!]! - stagingpolygonzkevm_originMessage( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_OriginMessage - stagingpolygonzkevm_originMessages( + ): stagingxdai_AggregateRootProposed + stagingxdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginMessage_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginMessage_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_OriginMessage!]! - stagingpolygonzkevm_aggregateRoot( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AggregateRoot - stagingpolygonzkevm_aggregateRoots( + ): stagingxdai_OptimisticRootFinalized + stagingxdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRoot_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AggregateRoot!]! - stagingpolygonzkevm_connectorMeta( + ): [stagingxdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ + stagingmainnet_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Asset + stagingmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_ConnectorMeta_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AssetStatus + stagingmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootCount_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootCount_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AssetBalance + stagingmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootMessageSent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootMessageSent_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Router + stagingmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFeesIncrease_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RouterDailyTVL + stagingmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SlippageUpdate_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RouterLiquidityEvent + stagingmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SnapshotRoot_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Setting + stagingmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SpokeConnectorMode_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Relayer + stagingmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRootProposed_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Sequencer + stagingmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OptimisticRootFinalized_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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_ - xdai_asset( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RelayerFee + stagingmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_Asset_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Asset_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OriginTransfer + stagingmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetStatus_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_DestinationTransfer + stagingmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetBalance_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OriginMessage + stagingmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Router_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AggregateRoot + stagingmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterDailyTVL_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_ConnectorMeta + stagingmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterLiquidityEvent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterLiquidityEvent_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootCount + stagingmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Setting_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootMessageSent + stagingmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Relayer_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RelayerFeesIncrease + stagingmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Sequencer_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SlippageUpdate + stagingmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFee_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SnapshotRoot + stagingmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginTransfer_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SpokeConnectorMode + stagingmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_DestinationTransfer_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AggregateRootProposed + stagingmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginMessage_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OptimisticRootFinalized + stagingmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRoot_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: xdai_Block_height + block: stagingmainnet_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( + ): [stagingmainnet_OptimisticRootFinalized!]! + 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: xdai_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 - ): xdai_ConnectorMeta - xdai_connectorMetas( + ): stagingpolygon_Asset + stagingpolygon_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_ConnectorMeta_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: xdai_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 - ): [xdai_ConnectorMeta!]! - xdai_rootCount( + ): [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: xdai_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 - ): xdai_RootCount - xdai_rootCounts( + ): stagingpolygon_AssetStatus + stagingpolygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootCount_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: xdai_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 - ): [xdai_RootCount!]! - xdai_rootMessageSent( + ): [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: xdai_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 - ): xdai_RootMessageSent - xdai_rootMessageSents( + ): stagingpolygon_AssetBalance + stagingpolygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootMessageSent_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: xdai_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 - ): [xdai_RootMessageSent!]! - xdai_relayerFeesIncrease( + ): [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: xdai_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 - ): xdai_RelayerFeesIncrease - xdai_relayerFeesIncreases( + ): stagingpolygon_Router + stagingpolygon_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFeesIncrease_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: xdai_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 - ): [xdai_RelayerFeesIncrease!]! - xdai_slippageUpdate( + ): [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: xdai_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 - ): xdai_SlippageUpdate - xdai_slippageUpdates( + ): stagingpolygon_RouterDailyTVL + stagingpolygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SlippageUpdate_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: xdai_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 - ): [xdai_SlippageUpdate!]! - xdai_snapshotRoot( + ): [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: xdai_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 - ): xdai_SnapshotRoot - xdai_snapshotRoots( + ): stagingpolygon_RouterLiquidityEvent + stagingpolygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_SnapshotRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SnapshotRoot_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: xdai_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 - ): [xdai_SnapshotRoot!]! - xdai_spokeConnectorMode( + ): [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: xdai_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 - ): xdai_SpokeConnectorMode - xdai_spokeConnectorModes( + ): stagingpolygon_Setting + stagingpolygon_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_SpokeConnectorMode_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SpokeConnectorMode_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: xdai_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 - ): [xdai_SpokeConnectorMode!]! - xdai_aggregateRootProposed( + ): [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: xdai_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 - ): xdai_AggregateRootProposed - xdai_aggregateRootProposeds( + ): stagingpolygon_Relayer + stagingpolygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRootProposed_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRootProposed_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: xdai_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 - ): [xdai_AggregateRootProposed!]! - xdai_optimisticRootFinalized( + ): [stagingpolygon_Relayer!]! + stagingpolygon_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_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 - ): xdai_OptimisticRootFinalized - xdai_optimisticRootFinalizeds( + ): stagingpolygon_Sequencer + stagingpolygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_OptimisticRootFinalized_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OptimisticRootFinalized_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: xdai_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 - ): [xdai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__Meta_ - polygonzkevm_asset( + ): [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: polygonzkevm_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 - ): polygonzkevm_Asset - polygonzkevm_assets( + ): stagingpolygon_RelayerFee + stagingpolygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Asset_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Asset_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: polygonzkevm_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 - ): [polygonzkevm_Asset!]! - polygonzkevm_assetStatus( + ): [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: polygonzkevm_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 - ): polygonzkevm_AssetStatus - polygonzkevm_assetStatuses( + ): stagingpolygon_OriginTransfer + stagingpolygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetStatus_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetStatus_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: polygonzkevm_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 - ): [polygonzkevm_AssetStatus!]! - polygonzkevm_assetBalance( + ): [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: polygonzkevm_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 - ): polygonzkevm_AssetBalance - polygonzkevm_assetBalances( + ): stagingpolygon_DestinationTransfer + stagingpolygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetBalance_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetBalance_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: polygonzkevm_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 - ): [polygonzkevm_AssetBalance!]! - polygonzkevm_router( + ): [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: polygonzkevm_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 - ): polygonzkevm_Router - polygonzkevm_routers( + ): stagingpolygon_OriginMessage + stagingpolygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Router_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Router_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: polygonzkevm_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 - ): [polygonzkevm_Router!]! - polygonzkevm_routerDailyTVL( + ): [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: polygonzkevm_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 - ): polygonzkevm_RouterDailyTVL - polygonzkevm_routerDailyTVLs( + ): stagingpolygon_AggregateRoot + stagingpolygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterDailyTVL_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: polygonzkevm_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 - ): [polygonzkevm_RouterDailyTVL!]! - polygonzkevm_routerLiquidityEvent( + ): [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: polygonzkevm_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 - ): polygonzkevm_RouterLiquidityEvent - polygonzkevm_routerLiquidityEvents( + ): stagingpolygon_ConnectorMeta + stagingpolygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterLiquidityEvent_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: polygonzkevm_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 - ): [polygonzkevm_RouterLiquidityEvent!]! - polygonzkevm_setting( + ): [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: polygonzkevm_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 - ): polygonzkevm_Setting - polygonzkevm_settings( + ): stagingpolygon_RootCount + stagingpolygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Setting_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Setting_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: polygonzkevm_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 - ): [polygonzkevm_Setting!]! - polygonzkevm_relayer( + ): [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: polygonzkevm_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 - ): polygonzkevm_Relayer - polygonzkevm_relayers( + ): stagingpolygon_RootMessageSent + stagingpolygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Relayer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Relayer_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: polygonzkevm_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 - ): [polygonzkevm_Relayer!]! - polygonzkevm_sequencer( + ): [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: polygonzkevm_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 - ): polygonzkevm_Sequencer - polygonzkevm_sequencers( + ): stagingpolygon_RelayerFeesIncrease + stagingpolygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Sequencer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Sequencer_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: polygonzkevm_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 - ): [polygonzkevm_Sequencer!]! - polygonzkevm_relayerFee( + ): [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: polygonzkevm_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 - ): polygonzkevm_RelayerFee - polygonzkevm_relayerFees( + ): stagingpolygon_SlippageUpdate + stagingpolygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFee_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFee_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: polygonzkevm_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 - ): [polygonzkevm_RelayerFee!]! - polygonzkevm_originTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_OriginTransfer - polygonzkevm_originTransfers( + ): stagingpolygon_SnapshotRoot + stagingpolygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginTransfer_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: polygonzkevm_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 - ): [polygonzkevm_OriginTransfer!]! - polygonzkevm_destinationTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_DestinationTransfer - polygonzkevm_destinationTransfers( + ): stagingpolygon_SpokeConnectorMode + stagingpolygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_DestinationTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_DestinationTransfer_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: polygonzkevm_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 - ): [polygonzkevm_DestinationTransfer!]! - polygonzkevm_originMessage( + ): [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: polygonzkevm_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 - ): polygonzkevm_OriginMessage - polygonzkevm_originMessages( + ): stagingpolygon_AggregateRootProposed + stagingpolygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginMessage_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginMessage_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: polygonzkevm_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 - ): [polygonzkevm_OriginMessage!]! - polygonzkevm_aggregateRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_AggregateRoot - polygonzkevm_aggregateRoots( + ): stagingpolygon_OptimisticRootFinalized + stagingpolygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRoot_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: polygonzkevm_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 - ): [polygonzkevm_AggregateRoot!]! - polygonzkevm_connectorMeta( + ): [stagingpolygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__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: polygonzkevm_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 - ): polygonzkevm_ConnectorMeta - polygonzkevm_connectorMetas( + ): stagingscroll_Asset + stagingscroll_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_ConnectorMeta_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_ConnectorMeta_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: polygonzkevm_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 - ): [polygonzkevm_ConnectorMeta!]! - polygonzkevm_rootCount( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootCount - polygonzkevm_rootCounts( + ): stagingscroll_AssetStatus + stagingscroll_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootCount_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootCount_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: polygonzkevm_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 - ): [polygonzkevm_RootCount!]! - polygonzkevm_rootMessageSent( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootMessageSent - polygonzkevm_rootMessageSents( + ): stagingscroll_AssetBalance + stagingscroll_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootMessageSent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootMessageSent_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: polygonzkevm_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 - ): [polygonzkevm_RootMessageSent!]! - polygonzkevm_relayerFeesIncrease( + ): [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: polygonzkevm_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 - ): polygonzkevm_RelayerFeesIncrease - polygonzkevm_relayerFeesIncreases( + ): stagingscroll_Router + stagingscroll_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFeesIncrease_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: polygonzkevm_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 - ): [polygonzkevm_RelayerFeesIncrease!]! - polygonzkevm_slippageUpdate( + ): [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: polygonzkevm_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 - ): polygonzkevm_SlippageUpdate - polygonzkevm_slippageUpdates( + ): stagingscroll_RouterDailyTVL + stagingscroll_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SlippageUpdate_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SlippageUpdate_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: polygonzkevm_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 - ): [polygonzkevm_SlippageUpdate!]! - polygonzkevm_snapshotRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_SnapshotRoot - polygonzkevm_snapshotRoots( + ): stagingscroll_RouterLiquidityEvent + stagingscroll_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SnapshotRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SnapshotRoot_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: polygonzkevm_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 - ): [polygonzkevm_SnapshotRoot!]! - polygonzkevm_spokeConnectorMode( + ): [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: polygonzkevm_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 - ): polygonzkevm_SpokeConnectorMode - polygonzkevm_spokeConnectorModes( + ): stagingscroll_Setting + stagingscroll_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SpokeConnectorMode_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: polygonzkevm_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 - ): [polygonzkevm_SpokeConnectorMode!]! - polygonzkevm_aggregateRootProposed( + ): [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: polygonzkevm_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 - ): polygonzkevm_AggregateRootProposed - polygonzkevm_aggregateRootProposeds( + ): stagingscroll_Relayer + stagingscroll_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRootProposed_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: polygonzkevm_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 - ): [polygonzkevm_AggregateRootProposed!]! - polygonzkevm_optimisticRootFinalized( + ): [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: polygonzkevm_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 - ): polygonzkevm_OptimisticRootFinalized - polygonzkevm_optimisticRootFinalizeds( + ): stagingscroll_Sequencer + stagingscroll_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OptimisticRootFinalized_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: polygonzkevm_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 - ): [polygonzkevm_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ - stagingavalanche_asset( + ): [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: stagingavalanche_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 - ): stagingavalanche_Asset - stagingavalanche_assets( + ): stagingscroll_RelayerFee + stagingscroll_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Asset_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Asset_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: stagingavalanche_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 - ): [stagingavalanche_Asset!]! - stagingavalanche_assetStatus( + ): [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: stagingavalanche_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 - ): stagingavalanche_AssetStatus - stagingavalanche_assetStatuses( + ): stagingscroll_OriginTransfer + stagingscroll_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetStatus_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetStatus_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: stagingavalanche_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 - ): [stagingavalanche_AssetStatus!]! - stagingavalanche_assetBalance( + ): [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: stagingavalanche_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 - ): stagingavalanche_AssetBalance - stagingavalanche_assetBalances( + ): stagingscroll_DestinationTransfer + stagingscroll_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetBalance_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetBalance_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: stagingavalanche_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 - ): [stagingavalanche_AssetBalance!]! - stagingavalanche_router( + ): [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: stagingavalanche_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 - ): stagingavalanche_Router - stagingavalanche_routers( + ): stagingscroll_OriginMessage + stagingscroll_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Router_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Router_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: stagingavalanche_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 - ): [stagingavalanche_Router!]! - stagingavalanche_routerDailyTVL( + ): [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: stagingavalanche_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 - ): stagingavalanche_RouterDailyTVL - stagingavalanche_routerDailyTVLs( + ): stagingscroll_AggregateRoot + stagingscroll_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterDailyTVL_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterDailyTVL_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: stagingavalanche_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 - ): [stagingavalanche_RouterDailyTVL!]! - stagingavalanche_routerLiquidityEvent( + ): [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: stagingavalanche_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 - ): stagingavalanche_RouterLiquidityEvent - stagingavalanche_routerLiquidityEvents( + ): stagingscroll_ConnectorMeta + stagingscroll_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterLiquidityEvent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterLiquidityEvent_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: stagingavalanche_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 - ): [stagingavalanche_RouterLiquidityEvent!]! - stagingavalanche_setting( + ): [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: stagingavalanche_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 - ): stagingavalanche_Setting - stagingavalanche_settings( + ): stagingscroll_RootCount + stagingscroll_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Setting_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Setting_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: stagingavalanche_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 - ): [stagingavalanche_Setting!]! - stagingavalanche_relayer( + ): [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: stagingavalanche_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 - ): stagingavalanche_Relayer - stagingavalanche_relayers( + ): stagingscroll_RootMessageSent + stagingscroll_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Relayer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Relayer_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: stagingavalanche_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 - ): [stagingavalanche_Relayer!]! - stagingavalanche_sequencer( + ): [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: stagingavalanche_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 - ): stagingavalanche_Sequencer - stagingavalanche_sequencers( + ): stagingscroll_RelayerFeesIncrease + stagingscroll_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Sequencer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Sequencer_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: stagingavalanche_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 - ): [stagingavalanche_Sequencer!]! - stagingavalanche_relayerFee( + ): [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: stagingavalanche_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 - ): stagingavalanche_RelayerFee - stagingavalanche_relayerFees( + ): stagingscroll_SlippageUpdate + stagingscroll_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFee_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFee_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: stagingavalanche_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 - ): [stagingavalanche_RelayerFee!]! - stagingavalanche_originTransfer( + ): [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: stagingavalanche_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 - ): stagingavalanche_OriginTransfer - stagingavalanche_originTransfers( + ): stagingscroll_SnapshotRoot + stagingscroll_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginTransfer_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: stagingavalanche_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 - ): [stagingavalanche_OriginTransfer!]! - stagingavalanche_destinationTransfer( + ): [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: stagingavalanche_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 - ): stagingavalanche_DestinationTransfer - stagingavalanche_destinationTransfers( + ): stagingscroll_SpokeConnectorMode + stagingscroll_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_DestinationTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_DestinationTransfer_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: stagingavalanche_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 - ): [stagingavalanche_DestinationTransfer!]! - stagingavalanche_originMessage( + ): [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: stagingavalanche_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 - ): stagingavalanche_OriginMessage - stagingavalanche_originMessages( + ): stagingscroll_AggregateRootProposed + stagingscroll_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginMessage_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginMessage_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: stagingavalanche_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 - ): [stagingavalanche_OriginMessage!]! - stagingavalanche_aggregateRoot( + ): [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: stagingavalanche_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 - ): stagingavalanche_AggregateRoot - stagingavalanche_aggregateRoots( + ): stagingscroll_OptimisticRootFinalized + stagingscroll_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRoot_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: stagingavalanche_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 - ): [stagingavalanche_AggregateRoot!]! - stagingavalanche_connectorMeta( + ): [stagingscroll_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__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: stagingavalanche_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 - ): stagingavalanche_ConnectorMeta - stagingavalanche_connectorMetas( + ): mantle_Asset + mantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_ConnectorMeta_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_ConnectorMeta_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: stagingavalanche_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 - ): [stagingavalanche_ConnectorMeta!]! - stagingavalanche_rootCount( + ): [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: stagingavalanche_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 - ): stagingavalanche_RootCount - stagingavalanche_rootCounts( + ): mantle_AssetStatus + mantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootCount_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootCount_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: stagingavalanche_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 - ): [stagingavalanche_RootCount!]! - stagingavalanche_rootMessageSent( + ): [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: stagingavalanche_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 - ): stagingavalanche_RootMessageSent - stagingavalanche_rootMessageSents( + ): mantle_AssetBalance + mantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootMessageSent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootMessageSent_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: stagingavalanche_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 - ): [stagingavalanche_RootMessageSent!]! - stagingavalanche_relayerFeesIncrease( + ): [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: stagingavalanche_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 - ): stagingavalanche_RelayerFeesIncrease - stagingavalanche_relayerFeesIncreases( + ): mantle_Router + mantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFeesIncrease_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFeesIncrease_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: stagingavalanche_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 - ): [stagingavalanche_RelayerFeesIncrease!]! - stagingavalanche_slippageUpdate( + ): [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: stagingavalanche_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 - ): stagingavalanche_SlippageUpdate - stagingavalanche_slippageUpdates( + ): mantle_RouterDailyTVL + mantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SlippageUpdate_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SlippageUpdate_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: stagingavalanche_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 - ): [stagingavalanche_SlippageUpdate!]! - stagingavalanche_snapshotRoot( + ): [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: stagingavalanche_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 - ): stagingavalanche_SnapshotRoot - stagingavalanche_snapshotRoots( + ): mantle_RouterLiquidityEvent + mantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SnapshotRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SnapshotRoot_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: stagingavalanche_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 - ): [stagingavalanche_SnapshotRoot!]! - stagingavalanche_spokeConnectorMode( + ): [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: stagingavalanche_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 - ): stagingavalanche_SpokeConnectorMode - stagingavalanche_spokeConnectorModes( + ): mantle_Setting + mantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SpokeConnectorMode_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SpokeConnectorMode_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: stagingavalanche_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 - ): [stagingavalanche_SpokeConnectorMode!]! - stagingavalanche_aggregateRootProposed( + ): [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: stagingavalanche_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 - ): stagingavalanche_AggregateRootProposed - stagingavalanche_aggregateRootProposeds( + ): mantle_Relayer + mantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRootProposed_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRootProposed_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: stagingavalanche_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 - ): [stagingavalanche_AggregateRootProposed!]! - stagingavalanche_optimisticRootFinalized( + ): [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: stagingavalanche_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 - ): stagingavalanche_OptimisticRootFinalized - stagingavalanche_optimisticRootFinalizeds( + ): mantle_Sequencer + mantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OptimisticRootFinalized_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OptimisticRootFinalized_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: stagingavalanche_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 - ): [stagingavalanche_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ - localarbitrumone_asset( + ): [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: localarbitrumone_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 - ): localarbitrumone_Asset - localarbitrumone_assets( + ): mantle_RelayerFee + mantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Asset_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Asset_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: localarbitrumone_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 - ): [localarbitrumone_Asset!]! - localarbitrumone_assetStatus( + ): [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: localarbitrumone_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 - ): localarbitrumone_AssetStatus - localarbitrumone_assetStatuses( + ): mantle_OriginTransfer + mantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetStatus_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetStatus_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: localarbitrumone_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 - ): [localarbitrumone_AssetStatus!]! - localarbitrumone_assetBalance( + ): [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: localarbitrumone_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 - ): localarbitrumone_AssetBalance - localarbitrumone_assetBalances( + ): mantle_DestinationTransfer + mantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetBalance_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetBalance_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: localarbitrumone_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 - ): [localarbitrumone_AssetBalance!]! - localarbitrumone_router( + ): [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: localarbitrumone_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 - ): localarbitrumone_Router - localarbitrumone_routers( + ): mantle_OriginMessage + mantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Router_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Router_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: localarbitrumone_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 - ): [localarbitrumone_Router!]! - localarbitrumone_routerDailyTVL( + ): [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: localarbitrumone_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 - ): localarbitrumone_RouterDailyTVL - localarbitrumone_routerDailyTVLs( + ): mantle_AggregateRoot + mantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterDailyTVL_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterDailyTVL_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: localarbitrumone_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 - ): [localarbitrumone_RouterDailyTVL!]! - localarbitrumone_routerLiquidityEvent( + ): [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: localarbitrumone_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 - ): localarbitrumone_RouterLiquidityEvent - localarbitrumone_routerLiquidityEvents( + ): mantle_ConnectorMeta + mantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterLiquidityEvent_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: localarbitrumone_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 - ): [localarbitrumone_RouterLiquidityEvent!]! - localarbitrumone_setting( + ): [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: localarbitrumone_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 - ): localarbitrumone_Setting - localarbitrumone_settings( + ): mantle_RootCount + mantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Setting_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Setting_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: localarbitrumone_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 - ): [localarbitrumone_Setting!]! - localarbitrumone_relayer( + ): [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: localarbitrumone_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 - ): localarbitrumone_Relayer - localarbitrumone_relayers( + ): mantle_RootMessageSent + mantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Relayer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Relayer_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: localarbitrumone_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 - ): [localarbitrumone_Relayer!]! - localarbitrumone_sequencer( + ): [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: localarbitrumone_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 - ): localarbitrumone_Sequencer - localarbitrumone_sequencers( + ): mantle_RelayerFeesIncrease + mantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Sequencer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Sequencer_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: localarbitrumone_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 - ): [localarbitrumone_Sequencer!]! - localarbitrumone_relayerFee( + ): [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: localarbitrumone_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 - ): localarbitrumone_RelayerFee - localarbitrumone_relayerFees( + ): mantle_SlippageUpdate + mantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFee_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFee_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: localarbitrumone_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 - ): [localarbitrumone_RelayerFee!]! - localarbitrumone_originTransfer( + ): [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: localarbitrumone_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 - ): localarbitrumone_OriginTransfer - localarbitrumone_originTransfers( + ): mantle_SnapshotRoot + mantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginTransfer_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: localarbitrumone_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 - ): [localarbitrumone_OriginTransfer!]! - localarbitrumone_destinationTransfer( + ): [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: localarbitrumone_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 - ): localarbitrumone_DestinationTransfer - localarbitrumone_destinationTransfers( + ): mantle_SpokeConnectorMode + mantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_DestinationTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_DestinationTransfer_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: localarbitrumone_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 - ): [localarbitrumone_DestinationTransfer!]! - localarbitrumone_originMessage( + ): [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: localarbitrumone_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 - ): localarbitrumone_OriginMessage - localarbitrumone_originMessages( + ): mantle_AggregateRootProposed + mantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginMessage_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginMessage_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: localarbitrumone_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 - ): [localarbitrumone_OriginMessage!]! - localarbitrumone_aggregateRoot( + ): [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: localarbitrumone_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 - ): localarbitrumone_AggregateRoot - localarbitrumone_aggregateRoots( + ): mantle_OptimisticRootFinalized + mantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRoot_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: localarbitrumone_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 - ): [localarbitrumone_AggregateRoot!]! - localarbitrumone_connectorMeta( + ): [mantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mantle__meta(block: mantle_Block_height): mantle__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: localarbitrumone_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 - ): localarbitrumone_ConnectorMeta - localarbitrumone_connectorMetas( + ): base_Asset + base_assets( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_ConnectorMeta_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_ConnectorMeta_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: localarbitrumone_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 - ): [localarbitrumone_ConnectorMeta!]! - localarbitrumone_rootCount( + ): [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: localarbitrumone_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 - ): localarbitrumone_RootCount - localarbitrumone_rootCounts( + ): base_AssetStatus + base_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootCount_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootCount_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: localarbitrumone_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 - ): [localarbitrumone_RootCount!]! - localarbitrumone_rootMessageSent( + ): [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: localarbitrumone_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 - ): localarbitrumone_RootMessageSent - localarbitrumone_rootMessageSents( + ): base_AssetBalance + base_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootMessageSent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootMessageSent_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: localarbitrumone_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 - ): [localarbitrumone_RootMessageSent!]! - localarbitrumone_relayerFeesIncrease( + ): [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: localarbitrumone_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 - ): localarbitrumone_RelayerFeesIncrease - localarbitrumone_relayerFeesIncreases( + ): base_Router + base_routers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFeesIncrease_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: localarbitrumone_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 - ): [localarbitrumone_RelayerFeesIncrease!]! - localarbitrumone_slippageUpdate( + ): [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: localarbitrumone_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 - ): localarbitrumone_SlippageUpdate - localarbitrumone_slippageUpdates( + ): base_RouterDailyTVL + base_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SlippageUpdate_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SlippageUpdate_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: localarbitrumone_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 - ): [localarbitrumone_SlippageUpdate!]! - localarbitrumone_snapshotRoot( + ): [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: localarbitrumone_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 - ): localarbitrumone_SnapshotRoot - localarbitrumone_snapshotRoots( + ): base_RouterLiquidityEvent + base_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SnapshotRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SnapshotRoot_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: localarbitrumone_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 - ): [localarbitrumone_SnapshotRoot!]! - localarbitrumone_spokeConnectorMode( + ): [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: localarbitrumone_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 - ): localarbitrumone_SpokeConnectorMode - localarbitrumone_spokeConnectorModes( + ): base_Setting + base_settings( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SpokeConnectorMode_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SpokeConnectorMode_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: localarbitrumone_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 - ): [localarbitrumone_SpokeConnectorMode!]! - localarbitrumone_aggregateRootProposed( + ): [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: localarbitrumone_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 - ): localarbitrumone_AggregateRootProposed - localarbitrumone_aggregateRootProposeds( + ): base_Relayer + base_relayers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRootProposed_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRootProposed_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: localarbitrumone_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 - ): [localarbitrumone_AggregateRootProposed!]! - localarbitrumone_optimisticRootFinalized( + ): [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: localarbitrumone_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 - ): localarbitrumone_OptimisticRootFinalized - localarbitrumone_optimisticRootFinalizeds( + ): base_Sequencer + base_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OptimisticRootFinalized_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: localarbitrumone_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 - ): [localarbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ - mantle_asset( + ): [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: mantle_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 - ): mantle_Asset - mantle_assets( + ): base_RelayerFee + base_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_Asset_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Asset_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: mantle_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 - ): [mantle_Asset!]! - mantle_assetStatus( + ): [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: mantle_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 - ): mantle_AssetStatus - mantle_assetStatuses( + ): base_OriginTransfer + base_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetStatus_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetStatus_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: mantle_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 - ): [mantle_AssetStatus!]! - mantle_assetBalance( + ): [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: mantle_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 - ): mantle_AssetBalance - mantle_assetBalances( + ): base_DestinationTransfer + base_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetBalance_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetBalance_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: mantle_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 - ): [mantle_AssetBalance!]! - mantle_router( + ): [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: mantle_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 - ): mantle_Router - mantle_routers( + ): base_OriginMessage + base_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_Router_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Router_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: mantle_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 - ): [mantle_Router!]! - mantle_routerDailyTVL( + ): [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: mantle_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 - ): mantle_RouterDailyTVL - mantle_routerDailyTVLs( + ): base_AggregateRoot + base_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterDailyTVL_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterDailyTVL_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: mantle_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 - ): [mantle_RouterDailyTVL!]! - mantle_routerLiquidityEvent( + ): [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: mantle_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 - ): mantle_RouterLiquidityEvent - mantle_routerLiquidityEvents( + ): base_ConnectorMeta + base_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterLiquidityEvent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterLiquidityEvent_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: mantle_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 - ): [mantle_RouterLiquidityEvent!]! - mantle_setting( + ): [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: mantle_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 - ): mantle_Setting - mantle_settings( + ): base_RootCount + base_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_Setting_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Setting_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: mantle_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 - ): [mantle_Setting!]! - mantle_relayer( + ): [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: mantle_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 - ): mantle_Relayer - mantle_relayers( + ): base_RootMessageSent + base_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Relayer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Relayer_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: mantle_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 - ): [mantle_Relayer!]! - mantle_sequencer( + ): [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: mantle_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 - ): mantle_Sequencer - mantle_sequencers( + ): base_RelayerFeesIncrease + base_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_Sequencer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Sequencer_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: mantle_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 - ): [mantle_Sequencer!]! - mantle_relayerFee( + ): [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: mantle_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 - ): mantle_RelayerFee - mantle_relayerFees( + ): base_SlippageUpdate + base_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFee_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFee_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: mantle_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 - ): [mantle_RelayerFee!]! - mantle_originTransfer( + ): [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: mantle_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 - ): mantle_OriginTransfer - mantle_originTransfers( + ): base_SnapshotRoot + base_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginTransfer_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: mantle_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 - ): [mantle_OriginTransfer!]! - mantle_destinationTransfer( + ): [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: mantle_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 - ): mantle_DestinationTransfer - mantle_destinationTransfers( + ): base_SpokeConnectorMode + base_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_DestinationTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_DestinationTransfer_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: mantle_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 - ): [mantle_DestinationTransfer!]! - mantle_originMessage( + ): [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: mantle_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 - ): mantle_OriginMessage - mantle_originMessages( + ): base_AggregateRootProposed + base_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginMessage_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginMessage_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: mantle_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 - ): [mantle_OriginMessage!]! - mantle_aggregateRoot( + ): [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: mantle_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 - ): mantle_AggregateRoot - mantle_aggregateRoots( + ): base_OptimisticRootFinalized + base_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRoot_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: mantle_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 - ): [mantle_AggregateRoot!]! - mantle_connectorMeta( + ): [base_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + base__meta(block: base_Block_height): base__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: mantle_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 - ): mantle_ConnectorMeta - mantle_connectorMetas( + ): stagingbnb_Asset + stagingbnb_assets( skip: Int = 0 first: Int = 100 - orderBy: mantle_ConnectorMeta_orderBy - orderDirection: mantle_OrderDirection - where: mantle_ConnectorMeta_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: mantle_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 - ): [mantle_ConnectorMeta!]! - mantle_rootCount( + ): [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: mantle_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 - ): mantle_RootCount - mantle_rootCounts( + ): stagingbnb_AssetStatus + stagingbnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootCount_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootCount_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: mantle_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 - ): [mantle_RootCount!]! - mantle_rootMessageSent( + ): [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: mantle_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 - ): mantle_RootMessageSent - mantle_rootMessageSents( + ): stagingbnb_AssetBalance + stagingbnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootMessageSent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootMessageSent_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: mantle_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 - ): [mantle_RootMessageSent!]! - mantle_relayerFeesIncrease( + ): [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: mantle_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 - ): mantle_RelayerFeesIncrease - mantle_relayerFeesIncreases( + ): stagingbnb_Router + stagingbnb_routers( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFeesIncrease_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFeesIncrease_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: mantle_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 - ): [mantle_RelayerFeesIncrease!]! - mantle_slippageUpdate( + ): [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: mantle_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 - ): mantle_SlippageUpdate - mantle_slippageUpdates( + ): stagingbnb_RouterDailyTVL + stagingbnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mantle_SlippageUpdate_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SlippageUpdate_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: mantle_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 - ): [mantle_SlippageUpdate!]! - mantle_snapshotRoot( + ): [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: mantle_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 - ): mantle_SnapshotRoot - mantle_snapshotRoots( + ): stagingbnb_RouterLiquidityEvent + stagingbnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_SnapshotRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SnapshotRoot_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: mantle_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 - ): [mantle_SnapshotRoot!]! - mantle_spokeConnectorMode( + ): [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: mantle_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 - ): mantle_SpokeConnectorMode - mantle_spokeConnectorModes( + ): stagingbnb_Setting + stagingbnb_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_SpokeConnectorMode_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SpokeConnectorMode_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: mantle_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 - ): [mantle_SpokeConnectorMode!]! - mantle_aggregateRootProposed( + ): [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: mantle_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 - ): mantle_AggregateRootProposed - mantle_aggregateRootProposeds( + ): stagingbnb_Relayer + stagingbnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRootProposed_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRootProposed_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: mantle_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 - ): [mantle_AggregateRootProposed!]! - mantle_optimisticRootFinalized( + ): [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: mantle_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 - ): mantle_OptimisticRootFinalized - mantle_optimisticRootFinalizeds( + ): stagingbnb_Sequencer + stagingbnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_OptimisticRootFinalized_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OptimisticRootFinalized_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: mantle_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 - ): [mantle_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mantle__meta(block: mantle_Block_height): mantle__Meta_ - stagingmainnet_rootAggregated( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootAggregated - stagingmainnet_rootAggregateds( + ): stagingbnb_RelayerFee + stagingbnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootAggregated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootAggregated_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: stagingmainnet_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 - ): [stagingmainnet_RootAggregated!]! - stagingmainnet_rootPropagated( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootPropagated - stagingmainnet_rootPropagateds( + ): stagingbnb_OriginTransfer + stagingbnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootPropagated_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: stagingmainnet_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 - ): [stagingmainnet_RootPropagated!]! - stagingmainnet_aggregatedMessageRoot( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregatedMessageRoot - stagingmainnet_aggregatedMessageRoots( + ): stagingbnb_DestinationTransfer + stagingbnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregatedMessageRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregatedMessageRoot_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: stagingmainnet_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 - ): [stagingmainnet_AggregatedMessageRoot!]! - stagingmainnet_rootManagerMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMeta - stagingmainnet_rootManagerMetas( + ): stagingbnb_OriginMessage + stagingbnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMeta_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMeta!]! - stagingmainnet_rootManagerMode( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMode - stagingmainnet_rootManagerModes( + ): stagingbnb_AggregateRoot + stagingbnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMode_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMode!]! - stagingmainnet_optimisticRootProposed( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootProposed - stagingmainnet_optimisticRootProposeds( + ): stagingbnb_ConnectorMeta + stagingbnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootProposed_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootProposed!]! - stagingmainnet_hubOptimisticRootFinalized( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubOptimisticRootFinalized - stagingmainnet_hubOptimisticRootFinalizeds( + ): stagingbnb_RootCount + stagingbnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubOptimisticRootFinalized_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: stagingmainnet_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 - ): [stagingmainnet_HubOptimisticRootFinalized!]! - stagingmainnet_optimisticRootPropagated( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootPropagated - stagingmainnet_optimisticRootPropagateds( + ): stagingbnb_RootMessageSent + stagingbnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootPropagated_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootPropagated!]! - stagingmainnet_polygonConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_PolygonConnectorMeta - stagingmainnet_polygonConnectorMetas( + ): stagingbnb_RelayerFeesIncrease + stagingbnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonConnectorMeta!]! - stagingmainnet_optimismConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimismConnectorMeta - stagingmainnet_optimismConnectorMetas( + ): stagingbnb_SlippageUpdate + stagingbnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimismConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimismConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_OptimismConnectorMeta!]! - stagingmainnet_bnbConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BnbConnectorMeta - stagingmainnet_bnbConnectorMetas( + ): stagingbnb_SnapshotRoot + stagingbnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BnbConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BnbConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BnbConnectorMeta!]! - stagingmainnet_arbitrumConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ArbitrumConnectorMeta - stagingmainnet_arbitrumConnectorMetas( + ): stagingbnb_SpokeConnectorMode + stagingbnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ArbitrumConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ArbitrumConnectorMeta!]! - stagingmainnet_gnosisConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_GnosisConnectorMeta - stagingmainnet_gnosisConnectorMetas( + ): stagingbnb_AggregateRootProposed + stagingbnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_GnosisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_GnosisConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_GnosisConnectorMeta!]! - stagingmainnet_lineaConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_LineaConnectorMeta - stagingmainnet_lineaConnectorMetas( + ): stagingbnb_OptimisticRootFinalized + stagingbnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_LineaConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_LineaConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_LineaConnectorMeta!]! - stagingmainnet_metisConnectorMeta( + ): [stagingbnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__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: stagingmainnet_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 - ): stagingmainnet_MetisConnectorMeta - stagingmainnet_metisConnectorMetas( + ): stagingzksync_Asset + stagingzksync_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MetisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MetisConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_MetisConnectorMeta!]! - stagingmainnet_mantleConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_MantleConnectorMeta - stagingmainnet_mantleConnectorMetas( + ): stagingzksync_AssetStatus + stagingzksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MantleConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MantleConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_MantleConnectorMeta!]! - stagingmainnet_avalancheConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_AvalancheConnectorMeta - stagingmainnet_avalancheConnectorMetas( + ): stagingzksync_AssetBalance + stagingzksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AvalancheConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_AvalancheConnectorMeta!]! - stagingmainnet_baseConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BaseConnectorMeta - stagingmainnet_baseConnectorMetas( + ): stagingzksync_Router + stagingzksync_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BaseConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BaseConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BaseConnectorMeta!]! - stagingmainnet_polygonZkConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_PolygonZkConnectorMeta - stagingmainnet_polygonZkConnectorMetas( + ): stagingzksync_RouterDailyTVL + stagingzksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonZkConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonZkConnectorMeta!]! - stagingmainnet_zkSyncConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ZkSyncConnectorMeta - stagingmainnet_zkSyncConnectorMetas( + ): stagingzksync_RouterLiquidityEvent + stagingzksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ZkSyncConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ZkSyncConnectorMeta!]! - stagingmainnet_modeConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ModeConnectorMeta - stagingmainnet_modeConnectorMetas( + ): stagingzksync_Setting + stagingzksync_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ModeConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ModeConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ModeConnectorMeta!]! - stagingmainnet_scrollConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ScrollConnectorMeta - stagingmainnet_scrollConnectorMetas( + ): stagingzksync_Relayer + stagingzksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ScrollConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ScrollConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ScrollConnectorMeta!]! - stagingmainnet_rootMessageProcessed( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootMessageProcessed - stagingmainnet_rootMessageProcesseds( + ): stagingzksync_Sequencer + stagingzksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageProcessed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageProcessed_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: stagingmainnet_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 - ): [stagingmainnet_RootMessageProcessed!]! - stagingmainnet_aggregateRootSavedSlow( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregateRootSavedSlow - stagingmainnet_aggregateRootSavedSlows( + ): stagingzksync_RelayerFee + stagingzksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootSavedSlow_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRootSavedSlow!]! - stagingmainnet_hubDomain( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubDomain - stagingmainnet_hubDomains( + ): stagingzksync_OriginTransfer + stagingzksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubDomain_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubDomain_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: stagingmainnet_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 - ): [stagingmainnet_HubDomain!]! - mainnet_asset( + ): [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: mainnet_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 - ): mainnet_Asset - mainnet_assets( + ): stagingzksync_DestinationTransfer + stagingzksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_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: mainnet_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 - ): [mainnet_Asset!]! - mainnet_assetStatus( + ): [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: mainnet_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 - ): mainnet_AssetStatus - mainnet_assetStatuses( + ): stagingzksync_OriginMessage + stagingzksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_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: mainnet_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 - ): [mainnet_AssetStatus!]! - mainnet_assetBalance( + ): [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: mainnet_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 - ): mainnet_AssetBalance - mainnet_assetBalances( + ): stagingzksync_AggregateRoot + stagingzksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_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: mainnet_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 - ): [mainnet_AssetBalance!]! - mainnet_router( + ): [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: mainnet_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 - ): mainnet_Router - mainnet_routers( + ): stagingzksync_ConnectorMeta + stagingzksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_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: mainnet_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 - ): [mainnet_Router!]! - mainnet_routerDailyTVL( + ): [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: mainnet_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 - ): mainnet_RouterDailyTVL - mainnet_routerDailyTVLs( + ): stagingzksync_RootCount + stagingzksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_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: mainnet_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 - ): [mainnet_RouterDailyTVL!]! - mainnet_routerLiquidityEvent( + ): [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: mainnet_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 - ): mainnet_RouterLiquidityEvent - mainnet_routerLiquidityEvents( + ): stagingzksync_RootMessageSent + stagingzksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_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: mainnet_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 - ): [mainnet_RouterLiquidityEvent!]! - mainnet_setting( + ): [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: mainnet_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 - ): mainnet_Setting - mainnet_settings( + ): stagingzksync_RelayerFeesIncrease + stagingzksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_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: mainnet_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 - ): [mainnet_Setting!]! - mainnet_relayer( + ): [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: mainnet_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 - ): mainnet_Relayer - mainnet_relayers( + ): stagingzksync_SlippageUpdate + stagingzksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_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: mainnet_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 - ): [mainnet_Relayer!]! - mainnet_sequencer( + ): [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: mainnet_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 - ): mainnet_Sequencer - mainnet_sequencers( + ): stagingzksync_SnapshotRoot + stagingzksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_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: mainnet_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 - ): [mainnet_Sequencer!]! - mainnet_relayerFee( + ): [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: mainnet_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 - ): mainnet_RelayerFee - mainnet_relayerFees( + ): stagingzksync_SpokeConnectorMode + stagingzksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_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: mainnet_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 - ): [mainnet_RelayerFee!]! - mainnet_originTransfer( + ): [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: mainnet_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 - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): stagingzksync_AggregateRootProposed + stagingzksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_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: mainnet_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 - ): [mainnet_OriginTransfer!]! - mainnet_destinationTransfer( + ): [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: mainnet_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 - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): stagingzksync_OptimisticRootFinalized + stagingzksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_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: mainnet_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 - ): [mainnet_DestinationTransfer!]! - mainnet_originMessage( + ): [stagingzksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__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: mainnet_Block_height + block: optimism_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( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SnapshotRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SnapshotRoot_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SpokeConnectorMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SpokeConnectorMode_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootProposed_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootFinalized_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: mainnet_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootFinalized!]! - bnb_asset( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_filter + orderBy: optimism_RelayerFeesIncrease_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_filter + orderBy: optimism_SlippageUpdate_orderBy + orderDirection: optimism_OrderDirection + where: optimism_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_SnapshotRoot + optimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_SpokeConnectorMode + optimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_AggregateRootProposed + optimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_OptimisticRootFinalized + optimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_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: bnb_Block_height + block: optimism_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( + ): [optimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + stagingbase_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_OriginMessage - bnb_originMessages( + ): stagingbase_Asset + stagingbase_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_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: bnb_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 - ): [bnb_OriginMessage!]! - bnb_aggregateRoot( + ): [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: bnb_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 - ): bnb_AggregateRoot - bnb_aggregateRoots( + ): stagingbase_AssetStatus + stagingbase_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_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: bnb_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 - ): [bnb_AggregateRoot!]! - bnb_connectorMeta( + ): [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: bnb_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 - ): bnb_ConnectorMeta - bnb_connectorMetas( + ): stagingbase_AssetBalance + stagingbase_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_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: bnb_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 - ): [bnb_ConnectorMeta!]! - bnb_rootCount( + ): [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: bnb_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 - ): bnb_RootCount - bnb_rootCounts( + ): stagingbase_Router + stagingbase_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_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: bnb_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 - ): [bnb_RootCount!]! - bnb_rootMessageSent( + ): [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: bnb_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 - ): bnb_RootMessageSent - bnb_rootMessageSents( + ): stagingbase_RouterDailyTVL + stagingbase_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_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: bnb_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 - ): [bnb_RootMessageSent!]! - bnb_relayerFeesIncrease( + ): [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: bnb_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 - ): bnb_RelayerFeesIncrease - bnb_relayerFeesIncreases( + ): stagingbase_RouterLiquidityEvent + stagingbase_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_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: bnb_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 - ): [bnb_RelayerFeesIncrease!]! - bnb_slippageUpdate( + ): [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: bnb_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 - ): bnb_SlippageUpdate - bnb_slippageUpdates( + ): stagingbase_Setting + stagingbase_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_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: bnb_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 - ): [bnb_SlippageUpdate!]! - bnb_snapshotRoot( + ): [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: bnb_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 - ): bnb_SnapshotRoot - bnb_snapshotRoots( + ): stagingbase_Relayer + stagingbase_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_SnapshotRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SnapshotRoot_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: bnb_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 - ): [bnb_SnapshotRoot!]! - bnb_spokeConnectorMode( + ): [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: bnb_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 - ): bnb_SpokeConnectorMode - bnb_spokeConnectorModes( + ): stagingbase_Sequencer + stagingbase_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_SpokeConnectorMode_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SpokeConnectorMode_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: bnb_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 - ): [bnb_SpokeConnectorMode!]! - bnb_aggregateRootProposed( + ): [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: bnb_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 - ): bnb_AggregateRootProposed - bnb_aggregateRootProposeds( + ): stagingbase_RelayerFee + stagingbase_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRootProposed_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRootProposed_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: bnb_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 - ): [bnb_AggregateRootProposed!]! - bnb_optimisticRootFinalized( + ): [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: bnb_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 - ): bnb_OptimisticRootFinalized - bnb_optimisticRootFinalizeds( + ): stagingbase_OriginTransfer + stagingbase_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OptimisticRootFinalized_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OptimisticRootFinalized_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: bnb_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 - ): [bnb_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - avalanche_asset( + ): [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: avalanche_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 - ): avalanche_Asset - avalanche_assets( + ): stagingbase_DestinationTransfer + stagingbase_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Asset_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Asset_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: avalanche_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 - ): [avalanche_Asset!]! - avalanche_assetStatus( + ): [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: avalanche_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 - ): avalanche_AssetStatus - avalanche_assetStatuses( + ): stagingbase_OriginMessage + stagingbase_originMessages( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetStatus_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AssetStatus_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: avalanche_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 - ): [avalanche_AssetStatus!]! - avalanche_assetBalance( + ): [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: avalanche_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 - ): avalanche_AssetBalance - avalanche_assetBalances( + ): stagingbase_AggregateRoot + stagingbase_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetBalance_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AssetBalance_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: avalanche_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 - ): [avalanche_AssetBalance!]! - avalanche_router( + ): [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: avalanche_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 - ): avalanche_Router - avalanche_routers( + ): stagingbase_ConnectorMeta + stagingbase_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Router_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Router_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: avalanche_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 - ): [avalanche_Router!]! - avalanche_routerDailyTVL( + ): [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: avalanche_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 - ): avalanche_RouterDailyTVL - avalanche_routerDailyTVLs( + ): stagingbase_RootCount + stagingbase_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterDailyTVL_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RouterDailyTVL_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: avalanche_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 - ): [avalanche_RouterDailyTVL!]! - avalanche_routerLiquidityEvent( + ): [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: avalanche_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 - ): avalanche_RouterLiquidityEvent - avalanche_routerLiquidityEvents( + ): stagingbase_RootMessageSent + stagingbase_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterLiquidityEvent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RouterLiquidityEvent_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: avalanche_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 - ): [avalanche_RouterLiquidityEvent!]! - avalanche_setting( + ): [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: avalanche_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 - ): avalanche_Setting - avalanche_settings( + ): stagingbase_RelayerFeesIncrease + stagingbase_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Setting_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Setting_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: avalanche_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 - ): [avalanche_Setting!]! - avalanche_relayer( + ): [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: avalanche_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 - ): avalanche_Relayer - avalanche_relayers( + ): stagingbase_SlippageUpdate + stagingbase_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Relayer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Relayer_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: avalanche_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 - ): [avalanche_Relayer!]! - avalanche_sequencer( + ): [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: avalanche_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 - ): avalanche_Sequencer - avalanche_sequencers( + ): stagingbase_SnapshotRoot + stagingbase_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Sequencer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Sequencer_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: avalanche_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 - ): [avalanche_Sequencer!]! - avalanche_relayerFee( + ): [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: avalanche_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 - ): avalanche_RelayerFee - avalanche_relayerFees( + ): stagingbase_SpokeConnectorMode + stagingbase_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFee_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RelayerFee_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: avalanche_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 - ): [avalanche_RelayerFee!]! - avalanche_originTransfer( + ): [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: avalanche_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 - ): avalanche_OriginTransfer - avalanche_originTransfers( + ): stagingbase_AggregateRootProposed + stagingbase_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OriginTransfer_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: avalanche_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 - ): [avalanche_OriginTransfer!]! - avalanche_destinationTransfer( + ): [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: avalanche_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 - ): avalanche_DestinationTransfer - avalanche_destinationTransfers( + ): stagingbase_OptimisticRootFinalized + stagingbase_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_DestinationTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_DestinationTransfer_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: avalanche_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 - ): [avalanche_DestinationTransfer!]! - avalanche_originMessage( + ): [stagingbase_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ + localoptimism_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OriginMessage - avalanche_originMessages( + ): localoptimism_Asset + localoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginMessage_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OriginMessage_filter + orderBy: localoptimism_Asset_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OriginMessage!]! - avalanche_aggregateRoot( + ): [localoptimism_Asset!]! + localoptimism_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRoot - avalanche_aggregateRoots( + ): localoptimism_AssetStatus + localoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AggregateRoot_filter + orderBy: localoptimism_AssetStatus_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRoot!]! - avalanche_connectorMeta( + ): [localoptimism_AssetStatus!]! + localoptimism_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_ConnectorMeta - avalanche_connectorMetas( + ): localoptimism_AssetBalance + localoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_ConnectorMeta_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_ConnectorMeta_filter + orderBy: localoptimism_AssetBalance_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_ConnectorMeta!]! - avalanche_rootCount( + ): [localoptimism_AssetBalance!]! + localoptimism_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootCount - avalanche_rootCounts( + ): localoptimism_Router + localoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootCount_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RootCount_filter + orderBy: localoptimism_Router_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootCount!]! - avalanche_rootMessageSent( + ): [localoptimism_Router!]! + localoptimism_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootMessageSent - avalanche_rootMessageSents( + ): localoptimism_RouterDailyTVL + localoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootMessageSent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RootMessageSent_filter + orderBy: localoptimism_RouterDailyTVL_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootMessageSent!]! - avalanche_relayerFeesIncrease( + ): [localoptimism_RouterDailyTVL!]! + localoptimism_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RelayerFeesIncrease - avalanche_relayerFeesIncreases( + ): localoptimism_RouterLiquidityEvent + localoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFeesIncrease_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RelayerFeesIncrease_filter + orderBy: localoptimism_RouterLiquidityEvent_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RelayerFeesIncrease!]! - avalanche_slippageUpdate( + ): [localoptimism_RouterLiquidityEvent!]! + localoptimism_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SlippageUpdate - avalanche_slippageUpdates( + ): localoptimism_Setting + localoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SlippageUpdate_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SlippageUpdate_filter + orderBy: localoptimism_Setting_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SlippageUpdate!]! - avalanche_snapshotRoot( + ): [localoptimism_Setting!]! + localoptimism_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SnapshotRoot - avalanche_snapshotRoots( + ): localoptimism_Relayer + localoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SnapshotRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SnapshotRoot_filter + orderBy: localoptimism_Relayer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SnapshotRoot!]! - avalanche_spokeConnectorMode( + ): [localoptimism_Relayer!]! + localoptimism_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SpokeConnectorMode - avalanche_spokeConnectorModes( + ): localoptimism_Sequencer + localoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SpokeConnectorMode_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SpokeConnectorMode_filter + orderBy: localoptimism_Sequencer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SpokeConnectorMode!]! - avalanche_aggregateRootProposed( + ): [localoptimism_Sequencer!]! + localoptimism_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRootProposed - avalanche_aggregateRootProposeds( + ): localoptimism_RelayerFee + localoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRootProposed_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AggregateRootProposed_filter + orderBy: localoptimism_RelayerFee_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRootProposed!]! - avalanche_optimisticRootFinalized( + ): [localoptimism_RelayerFee!]! + localoptimism_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OptimisticRootFinalized - avalanche_optimisticRootFinalizeds( + ): localoptimism_OriginTransfer + localoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OptimisticRootFinalized_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OptimisticRootFinalized_filter + orderBy: localoptimism_OriginTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ - mode_asset( + ): [localoptimism_OriginTransfer!]! + localoptimism_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Asset - mode_assets( + ): localoptimism_DestinationTransfer + localoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_Asset_orderBy - orderDirection: mode_OrderDirection - where: mode_Asset_filter + orderBy: localoptimism_DestinationTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Asset!]! - mode_assetStatus( + ): [localoptimism_DestinationTransfer!]! + localoptimism_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetStatus - mode_assetStatuses( + ): localoptimism_OriginMessage + localoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetStatus_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetStatus_filter + orderBy: localoptimism_OriginMessage_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetStatus!]! - mode_assetBalance( + ): [localoptimism_OriginMessage!]! + localoptimism_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetBalance - mode_assetBalances( + ): localoptimism_AggregateRoot + localoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetBalance_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetBalance_filter + orderBy: localoptimism_AggregateRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetBalance!]! - mode_router( + ): [localoptimism_AggregateRoot!]! + localoptimism_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Router - mode_routers( + ): localoptimism_ConnectorMeta + localoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_Router_orderBy - orderDirection: mode_OrderDirection - where: mode_Router_filter + orderBy: localoptimism_ConnectorMeta_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Router!]! - mode_routerDailyTVL( + ): [localoptimism_ConnectorMeta!]! + localoptimism_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterDailyTVL - mode_routerDailyTVLs( + ): localoptimism_RootCount + localoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterDailyTVL_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterDailyTVL_filter + orderBy: localoptimism_RootCount_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterDailyTVL!]! - mode_routerLiquidityEvent( + ): [localoptimism_RootCount!]! + localoptimism_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterLiquidityEvent - mode_routerLiquidityEvents( + ): localoptimism_RootMessageSent + localoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterLiquidityEvent_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterLiquidityEvent_filter + orderBy: localoptimism_RootMessageSent_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterLiquidityEvent!]! - mode_setting( + ): [localoptimism_RootMessageSent!]! + localoptimism_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Setting - mode_settings( + ): localoptimism_RelayerFeesIncrease + localoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_Setting_orderBy - orderDirection: mode_OrderDirection - where: mode_Setting_filter + orderBy: localoptimism_RelayerFeesIncrease_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Setting!]! - mode_relayer( + ): [localoptimism_RelayerFeesIncrease!]! + localoptimism_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Relayer - mode_relayers( + ): localoptimism_SlippageUpdate + localoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_Relayer_orderBy - orderDirection: mode_OrderDirection - where: mode_Relayer_filter + orderBy: localoptimism_SlippageUpdate_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Relayer!]! - mode_sequencer( + ): [localoptimism_SlippageUpdate!]! + localoptimism_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Sequencer - mode_sequencers( + ): localoptimism_SnapshotRoot + localoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_Sequencer_orderBy - orderDirection: mode_OrderDirection - where: mode_Sequencer_filter + orderBy: localoptimism_SnapshotRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Sequencer!]! - mode_relayerFee( + ): [localoptimism_SnapshotRoot!]! + localoptimism_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFee - mode_relayerFees( + ): localoptimism_SpokeConnectorMode + localoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFee_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFee_filter + orderBy: localoptimism_SpokeConnectorMode_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFee!]! - mode_originTransfer( + ): [localoptimism_SpokeConnectorMode!]! + localoptimism_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginTransfer - mode_originTransfers( + ): localoptimism_AggregateRootProposed + localoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginTransfer_filter + orderBy: localoptimism_AggregateRootProposed_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginTransfer!]! - mode_destinationTransfer( + ): [localoptimism_AggregateRootProposed!]! + localoptimism_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_DestinationTransfer - mode_destinationTransfers( + ): localoptimism_OptimisticRootFinalized + localoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mode_DestinationTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_DestinationTransfer_filter + orderBy: localoptimism_OptimisticRootFinalized_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_DestinationTransfer!]! - mode_originMessage( + ): [localoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localoptimism__meta(block: localoptimism_Block_height): localoptimism__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: mode_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 - ): mode_OriginMessage - mode_originMessages( + ): stagingavalanche_Asset + stagingavalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginMessage_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginMessage_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: mode_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 - ): [mode_OriginMessage!]! - mode_aggregateRoot( + ): [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: mode_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 - ): mode_AggregateRoot - mode_aggregateRoots( + ): stagingavalanche_AssetStatus + stagingavalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRoot_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: mode_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 - ): [mode_AggregateRoot!]! - mode_connectorMeta( + ): [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: mode_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 - ): mode_ConnectorMeta - mode_connectorMetas( + ): stagingavalanche_AssetBalance + stagingavalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_ConnectorMeta_orderBy - orderDirection: mode_OrderDirection - where: mode_ConnectorMeta_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: mode_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 - ): [mode_ConnectorMeta!]! - mode_rootCount( + ): [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: mode_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 - ): mode_RootCount - mode_rootCounts( + ): stagingavalanche_Router + stagingavalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: mode_RootCount_orderBy - orderDirection: mode_OrderDirection - where: mode_RootCount_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: mode_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 - ): [mode_RootCount!]! - mode_rootMessageSent( + ): [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: mode_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 - ): mode_RootMessageSent - mode_rootMessageSents( + ): stagingavalanche_RouterDailyTVL + stagingavalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mode_RootMessageSent_orderBy - orderDirection: mode_OrderDirection - where: mode_RootMessageSent_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: mode_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 - ): [mode_RootMessageSent!]! - mode_relayerFeesIncrease( + ): [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: mode_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 - ): mode_RelayerFeesIncrease - mode_relayerFeesIncreases( + ): stagingavalanche_RouterLiquidityEvent + stagingavalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFeesIncrease_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFeesIncrease_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: mode_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 - ): [mode_RelayerFeesIncrease!]! - mode_slippageUpdate( + ): [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: mode_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 - ): mode_SlippageUpdate - mode_slippageUpdates( + ): stagingavalanche_Setting + stagingavalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_SlippageUpdate_orderBy - orderDirection: mode_OrderDirection - where: mode_SlippageUpdate_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: mode_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 - ): [mode_SlippageUpdate!]! - mode_snapshotRoot( + ): [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: mode_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 - ): mode_SnapshotRoot - mode_snapshotRoots( + ): stagingavalanche_Relayer + stagingavalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_SnapshotRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_SnapshotRoot_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: mode_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 - ): [mode_SnapshotRoot!]! - mode_spokeConnectorMode( + ): [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: mode_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 - ): mode_SpokeConnectorMode - mode_spokeConnectorModes( + ): stagingavalanche_Sequencer + stagingavalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mode_SpokeConnectorMode_orderBy - orderDirection: mode_OrderDirection - where: mode_SpokeConnectorMode_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: mode_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 - ): [mode_SpokeConnectorMode!]! - mode_aggregateRootProposed( + ): [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: mode_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 - ): mode_AggregateRootProposed - mode_aggregateRootProposeds( + ): stagingavalanche_RelayerFee + stagingavalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRootProposed_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRootProposed_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: mode_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 - ): [mode_AggregateRootProposed!]! - mode_optimisticRootFinalized( + ): [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: mode_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 - ): mode_OptimisticRootFinalized - mode_optimisticRootFinalizeds( + ): stagingavalanche_OriginTransfer + stagingavalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_OptimisticRootFinalized_orderBy - orderDirection: mode_OrderDirection - where: mode_OptimisticRootFinalized_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: mode_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 - ): [mode_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mode__meta(block: mode_Block_height): mode__Meta_ - stagingmode_asset( + ): [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: stagingmode_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 - ): stagingmode_Asset - stagingmode_assets( + ): stagingavalanche_DestinationTransfer + stagingavalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Asset_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Asset_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: stagingmode_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 - ): [stagingmode_Asset!]! - stagingmode_assetStatus( + ): [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: stagingmode_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 - ): stagingmode_AssetStatus - stagingmode_assetStatuses( + ): stagingavalanche_OriginMessage + stagingavalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetStatus_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetStatus_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: stagingmode_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 - ): [stagingmode_AssetStatus!]! - stagingmode_assetBalance( + ): [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: stagingmode_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 - ): stagingmode_AssetBalance - stagingmode_assetBalances( + ): stagingavalanche_AggregateRoot + stagingavalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetBalance_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetBalance_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: stagingmode_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 - ): [stagingmode_AssetBalance!]! - stagingmode_router( + ): [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: stagingmode_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 - ): stagingmode_Router - stagingmode_routers( + ): stagingavalanche_ConnectorMeta + stagingavalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Router_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Router_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: stagingmode_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 - ): [stagingmode_Router!]! - stagingmode_routerDailyTVL( + ): [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: stagingmode_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 - ): stagingmode_RouterDailyTVL - stagingmode_routerDailyTVLs( + ): stagingavalanche_RootCount + stagingavalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterDailyTVL_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterDailyTVL_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: stagingmode_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 - ): [stagingmode_RouterDailyTVL!]! - stagingmode_routerLiquidityEvent( + ): [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: stagingmode_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 - ): stagingmode_RouterLiquidityEvent - stagingmode_routerLiquidityEvents( + ): stagingavalanche_RootMessageSent + stagingavalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterLiquidityEvent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterLiquidityEvent_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: stagingmode_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 - ): [stagingmode_RouterLiquidityEvent!]! - stagingmode_setting( + ): [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: stagingmode_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 - ): stagingmode_Setting - stagingmode_settings( + ): stagingavalanche_RelayerFeesIncrease + stagingavalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Setting_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Setting_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: stagingmode_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 - ): [stagingmode_Setting!]! - stagingmode_relayer( + ): [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: stagingmode_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 - ): stagingmode_Relayer - stagingmode_relayers( + ): stagingavalanche_SlippageUpdate + stagingavalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Relayer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Relayer_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: stagingmode_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 - ): [stagingmode_Relayer!]! - stagingmode_sequencer( + ): [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: stagingmode_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 - ): stagingmode_Sequencer - stagingmode_sequencers( + ): stagingavalanche_SnapshotRoot + stagingavalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Sequencer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Sequencer_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: stagingmode_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 - ): [stagingmode_Sequencer!]! - stagingmode_relayerFee( + ): [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: stagingmode_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 - ): stagingmode_RelayerFee - stagingmode_relayerFees( + ): stagingavalanche_SpokeConnectorMode + stagingavalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFee_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFee_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: stagingmode_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 - ): [stagingmode_RelayerFee!]! - stagingmode_originTransfer( + ): [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: stagingmode_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 - ): stagingmode_OriginTransfer - stagingmode_originTransfers( + ): stagingavalanche_AggregateRootProposed + stagingavalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginTransfer_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: stagingmode_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 - ): [stagingmode_OriginTransfer!]! - stagingmode_destinationTransfer( + ): [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: stagingmode_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 - ): stagingmode_DestinationTransfer - stagingmode_destinationTransfers( + ): stagingavalanche_OptimisticRootFinalized + stagingavalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_DestinationTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_DestinationTransfer_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: stagingmode_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 - ): [stagingmode_DestinationTransfer!]! - stagingmode_originMessage( + ): [stagingavalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__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: stagingmode_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 - ): stagingmode_OriginMessage - stagingmode_originMessages( + ): stagingpolygonzkevm_Asset + stagingpolygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginMessage_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginMessage_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: stagingmode_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 - ): [stagingmode_OriginMessage!]! - stagingmode_aggregateRoot( + ): [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: stagingmode_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 - ): stagingmode_AggregateRoot - stagingmode_aggregateRoots( + ): stagingpolygonzkevm_AssetStatus + stagingpolygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRoot_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: stagingmode_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 - ): [stagingmode_AggregateRoot!]! - stagingmode_connectorMeta( + ): [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: stagingmode_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 - ): stagingmode_ConnectorMeta - stagingmode_connectorMetas( + ): stagingpolygonzkevm_AssetBalance + stagingpolygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_ConnectorMeta_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_ConnectorMeta_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: stagingmode_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 - ): [stagingmode_ConnectorMeta!]! - stagingmode_rootCount( + ): [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: stagingmode_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 - ): stagingmode_RootCount - stagingmode_rootCounts( + ): stagingpolygonzkevm_Router + stagingpolygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootCount_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootCount_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: stagingmode_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 - ): [stagingmode_RootCount!]! - stagingmode_rootMessageSent( + ): [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: stagingmode_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 - ): stagingmode_RootMessageSent - stagingmode_rootMessageSents( + ): stagingpolygonzkevm_RouterDailyTVL + stagingpolygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootMessageSent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootMessageSent_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: stagingmode_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 - ): [stagingmode_RootMessageSent!]! - stagingmode_relayerFeesIncrease( + ): [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: stagingmode_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 - ): stagingmode_RelayerFeesIncrease - stagingmode_relayerFeesIncreases( + ): stagingpolygonzkevm_RouterLiquidityEvent + stagingpolygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFeesIncrease_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFeesIncrease_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: stagingmode_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 - ): [stagingmode_RelayerFeesIncrease!]! - stagingmode_slippageUpdate( + ): [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: stagingmode_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 - ): stagingmode_SlippageUpdate - stagingmode_slippageUpdates( + ): stagingpolygonzkevm_Setting + stagingpolygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SlippageUpdate_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SlippageUpdate_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: stagingmode_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 - ): [stagingmode_SlippageUpdate!]! - stagingmode_snapshotRoot( + ): [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: stagingmode_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 - ): stagingmode_SnapshotRoot - stagingmode_snapshotRoots( + ): stagingpolygonzkevm_Relayer + stagingpolygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SnapshotRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SnapshotRoot_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: stagingmode_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 - ): [stagingmode_SnapshotRoot!]! - stagingmode_spokeConnectorMode( + ): [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: stagingmode_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 - ): stagingmode_SpokeConnectorMode - stagingmode_spokeConnectorModes( + ): stagingpolygonzkevm_Sequencer + stagingpolygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SpokeConnectorMode_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SpokeConnectorMode_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: stagingmode_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 - ): [stagingmode_SpokeConnectorMode!]! - stagingmode_aggregateRootProposed( + ): [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: stagingmode_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 - ): stagingmode_AggregateRootProposed - stagingmode_aggregateRootProposeds( + ): stagingpolygonzkevm_RelayerFee + stagingpolygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRootProposed_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRootProposed_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: stagingmode_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 - ): [stagingmode_AggregateRootProposed!]! - stagingmode_optimisticRootFinalized( + ): [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: stagingmode_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 - ): stagingmode_OptimisticRootFinalized - stagingmode_optimisticRootFinalizeds( + ): stagingpolygonzkevm_OriginTransfer + stagingpolygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OptimisticRootFinalized_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OptimisticRootFinalized_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: stagingmode_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 - ): [stagingmode_OptimisticRootFinalized!]! + ): [stagingpolygonzkevm_OriginTransfer!]! + stagingpolygonzkevm_destinationTransfer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_DestinationTransfer + stagingpolygonzkevm_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_DestinationTransfer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_DestinationTransfer!]! + stagingpolygonzkevm_originMessage( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_OriginMessage + stagingpolygonzkevm_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_OriginMessage_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_OriginMessage_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_OriginMessage!]! + stagingpolygonzkevm_aggregateRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AggregateRoot + stagingpolygonzkevm_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AggregateRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRoot_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AggregateRoot!]! + stagingpolygonzkevm_connectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_ConnectorMeta + stagingpolygonzkevm_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_ConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_ConnectorMeta!]! + stagingpolygonzkevm_rootCount( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RootCount + stagingpolygonzkevm_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RootCount_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RootCount_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RootCount!]! + stagingpolygonzkevm_rootMessageSent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RootMessageSent + stagingpolygonzkevm_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RootMessageSent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RootMessageSent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RootMessageSent!]! + stagingpolygonzkevm_relayerFeesIncrease( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RelayerFeesIncrease + stagingpolygonzkevm_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RelayerFeesIncrease_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RelayerFeesIncrease!]! + stagingpolygonzkevm_slippageUpdate( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SlippageUpdate + stagingpolygonzkevm_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SlippageUpdate_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SlippageUpdate!]! + stagingpolygonzkevm_snapshotRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SnapshotRoot + stagingpolygonzkevm_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SnapshotRoot_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SnapshotRoot!]! + stagingpolygonzkevm_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SpokeConnectorMode + stagingpolygonzkevm_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SpokeConnectorMode!]! + stagingpolygonzkevm_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AggregateRootProposed + stagingpolygonzkevm_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AggregateRootProposed!]! + stagingpolygonzkevm_optimisticRootFinalized( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_OptimisticRootFinalized + stagingpolygonzkevm_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_OptimisticRootFinalized_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingmode__meta(block: stagingmode_Block_height): stagingmode__Meta_ - stagingoptimismgoerli_swap_systemInfo( + stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_SystemInfo - stagingoptimismgoerli_swap_systemInfos( + ): metis_Asset + metis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SystemInfo_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_SystemInfo!]! - stagingoptimismgoerli_swap_pooledToken( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_PooledToken - stagingoptimismgoerli_swap_pooledTokens( + ): metis_AssetStatus + metis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_PooledToken_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_PooledToken!]! - stagingoptimismgoerli_swap_stableSwap( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_StableSwap - stagingoptimismgoerli_swap_stableSwaps( + ): metis_AssetBalance + metis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwap_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_StableSwap!]! - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( + ): metis_Router + metis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): metis_RouterDailyTVL + metis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapExchange( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_StableSwapExchange - stagingoptimismgoerli_swap_stableSwapExchanges( + ): metis_RouterLiquidityEvent + metis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapExchange_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_StableSwapExchange!]! - stagingoptimismgoerli_swap_swapDailyVolume( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_SwapDailyVolume - stagingoptimismgoerli_swap_swapDailyVolumes( + ): metis_Setting + metis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapDailyVolume_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! - stagingoptimismgoerli_swap_swapHourlyVolume( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_SwapHourlyVolume - stagingoptimismgoerli_swap_swapHourlyVolumes( + ): metis_Relayer + metis_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapHourlyVolume_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! - stagingoptimismgoerli_swap_swapWeeklyVolume( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_SwapWeeklyVolume - stagingoptimismgoerli_swap_swapWeeklyVolumes( + ): metis_Sequencer + metis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapWeeklyVolume_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! - stagingoptimismgoerli_swap_lpAccount( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_LpAccount - stagingoptimismgoerli_swap_lpAccounts( + ): metis_RelayerFee + metis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccount_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_LpAccount!]! - stagingoptimismgoerli_swap_lpAccountBalance( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_LpAccountBalance - stagingoptimismgoerli_swap_lpAccountBalances( + ): metis_OriginTransfer + metis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccountBalance_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_LpAccountBalance!]! - stagingoptimismgoerli_swap_lpToken( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_LpToken - stagingoptimismgoerli_swap_lpTokens( + ): metis_DestinationTransfer + metis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpToken_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_LpToken!]! - stagingoptimismgoerli_swap_lpTransferEvent( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_LpTransferEvent - stagingoptimismgoerli_swap_lpTransferEvents( + ): metis_OriginMessage + metis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTransferEvent_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_LpTransferEvent!]! - stagingoptimismgoerli_swap_stableSwapEvent( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_StableSwapEvent - stagingoptimismgoerli_swap_stableSwapEvents( + ): metis_AggregateRoot + metis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapEvent_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_StableSwapEvent!]! - stagingoptimismgoerli_swap_swapTradeVolume( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_SwapTradeVolume - stagingoptimismgoerli_swap_swapTradeVolumes( + ): metis_ConnectorMeta + metis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapTradeVolume_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! - stagingoptimismgoerli_swap_lpTokenEvent( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_LpTokenEvent - stagingoptimismgoerli_swap_lpTokenEvents( + ): metis_RootCount + metis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTokenEvent_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + ): [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: metis_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( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_RelayerFeesIncrease + metis_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_SlippageUpdate + metis_slippageUpdates( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_SnapshotRoot + metis_snapshotRoots( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_SpokeConnectorMode + metis_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_AggregateRootProposed + metis_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_OptimisticRootFinalized + metis_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + 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: metis_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""" - stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ + metis__meta(block: metis_Block_height): metis__Meta_ x1testnet_asset( id: ID! """ @@ -35760,248 +35760,12 @@ type Query { } type Subscription { - testoptimismgoerli_asset( + staginggoerli_rootAggregated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Asset - testoptimismgoerli_assets( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_Asset_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Asset_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Asset!]! - testoptimismgoerli_assetBalance( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_AssetBalance - testoptimismgoerli_assetBalances( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_AssetBalance_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_AssetBalance_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_AssetBalance!]! - testoptimismgoerli_router( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Router - testoptimismgoerli_routers( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_Router_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Router_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Router!]! - testoptimismgoerli_setting( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Setting - testoptimismgoerli_settings( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_Setting_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Setting_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Setting!]! - testoptimismgoerli_relayer( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Relayer - testoptimismgoerli_relayers( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_Relayer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Relayer_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Relayer!]! - testoptimismgoerli_stableSwap( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_StableSwap - testoptimismgoerli_stableSwaps( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_StableSwap_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_StableSwap_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_StableSwap!]! - testoptimismgoerli_sponsorVault( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_SponsorVault - testoptimismgoerli_sponsorVaults( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_SponsorVault_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_SponsorVault_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_SponsorVault!]! - testoptimismgoerli_originTransfer( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_OriginTransfer - testoptimismgoerli_originTransfers( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_OriginTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_OriginTransfer_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_OriginTransfer!]! - testoptimismgoerli_destinationTransfer( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_DestinationTransfer - testoptimismgoerli_destinationTransfers( - skip: Int = 0 - first: Int = 100 - orderBy: testoptimismgoerli_DestinationTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_DestinationTransfer_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: testoptimismgoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ - staginggoerli_rootAggregated( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: staginggoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ @@ -36440,4328 +36204,4066 @@ type Subscription { ): [staginggoerli_HubDomain!]! """Access to subgraph metadata""" staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ - optimismgoerli_swap_systemInfo( + testgoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SystemInfo - optimismgoerli_swap_systemInfos( + ): testgoerli_Asset + testgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SystemInfo_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SystemInfo_filter + orderBy: testgoerli_Asset_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SystemInfo!]! - optimismgoerli_swap_pooledToken( + ): [testgoerli_Asset!]! + testgoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_PooledToken - optimismgoerli_swap_pooledTokens( + ): testgoerli_AssetBalance + testgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_PooledToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_PooledToken_filter + orderBy: testgoerli_AssetBalance_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_PooledToken!]! - optimismgoerli_swap_stableSwap( + ): [testgoerli_AssetBalance!]! + testgoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwap - optimismgoerli_swap_stableSwaps( + ): testgoerli_Router + testgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwap_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwap_filter + orderBy: testgoerli_Router_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwap!]! - optimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [testgoerli_Router!]! + testgoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapAddLiquidityEvent - optimismgoerli_swap_stableSwapAddLiquidityEvents( + ): testgoerli_Setting + testgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: testgoerli_Setting_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! - optimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [testgoerli_Setting!]! + testgoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent - optimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): testgoerli_Relayer + testgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: testgoerli_Relayer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - optimismgoerli_swap_stableSwapExchange( + ): [testgoerli_Relayer!]! + testgoerli_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapExchange - optimismgoerli_swap_stableSwapExchanges( + ): testgoerli_StableSwap + testgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapExchange_filter + orderBy: testgoerli_StableSwap_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapExchange!]! - optimismgoerli_swap_swapDailyVolume( + ): [testgoerli_StableSwap!]! + testgoerli_sponsorVault( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapDailyVolume - optimismgoerli_swap_swapDailyVolumes( + ): testgoerli_SponsorVault + testgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapDailyVolume_filter + orderBy: testgoerli_SponsorVault_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_SponsorVault_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapDailyVolume!]! - optimismgoerli_swap_swapHourlyVolume( + ): [testgoerli_SponsorVault!]! + testgoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapHourlyVolume - optimismgoerli_swap_swapHourlyVolumes( + ): testgoerli_OriginTransfer + testgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapHourlyVolume_filter + orderBy: testgoerli_OriginTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapHourlyVolume!]! - optimismgoerli_swap_swapWeeklyVolume( + ): [testgoerli_OriginTransfer!]! + testgoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapWeeklyVolume - optimismgoerli_swap_swapWeeklyVolumes( + ): testgoerli_DestinationTransfer + testgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapWeeklyVolume_filter + orderBy: testgoerli_DestinationTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapWeeklyVolume!]! - optimismgoerli_swap_lpAccount( + ): [testgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ + testoptimismgoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpAccount - optimismgoerli_swap_lpAccounts( + ): testoptimismgoerli_Asset + testoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccount_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccount_filter + orderBy: testoptimismgoerli_Asset_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpAccount!]! - optimismgoerli_swap_lpAccountBalance( + ): [testoptimismgoerli_Asset!]! + testoptimismgoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpAccountBalance - optimismgoerli_swap_lpAccountBalances( + ): testoptimismgoerli_AssetBalance + testoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccountBalance_filter + orderBy: testoptimismgoerli_AssetBalance_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpAccountBalance!]! - optimismgoerli_swap_lpToken( + ): [testoptimismgoerli_AssetBalance!]! + testoptimismgoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpToken - optimismgoerli_swap_lpTokens( + ): testoptimismgoerli_Router + testoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpToken_filter + orderBy: testoptimismgoerli_Router_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpToken!]! - optimismgoerli_swap_lpTransferEvent( + ): [testoptimismgoerli_Router!]! + testoptimismgoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpTransferEvent - optimismgoerli_swap_lpTransferEvents( + ): testoptimismgoerli_Setting + testoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTransferEvent_filter + orderBy: testoptimismgoerli_Setting_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpTransferEvent!]! - optimismgoerli_swap_stableSwapEvent( + ): [testoptimismgoerli_Setting!]! + testoptimismgoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapEvent - optimismgoerli_swap_stableSwapEvents( + ): testoptimismgoerli_Relayer + testoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapEvent_filter + orderBy: testoptimismgoerli_Relayer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapEvent!]! - optimismgoerli_swap_swapTradeVolume( + ): [testoptimismgoerli_Relayer!]! + testoptimismgoerli_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapTradeVolume - optimismgoerli_swap_swapTradeVolumes( + ): testoptimismgoerli_StableSwap + testoptimismgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapTradeVolume_filter + orderBy: testoptimismgoerli_StableSwap_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapTradeVolume!]! - optimismgoerli_swap_lpTokenEvent( + ): [testoptimismgoerli_StableSwap!]! + testoptimismgoerli_sponsorVault( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpTokenEvent - optimismgoerli_swap_lpTokenEvents( + ): testoptimismgoerli_SponsorVault + testoptimismgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTokenEvent_filter + orderBy: testoptimismgoerli_SponsorVault_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_SponsorVault_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ - zksync_swap_systemInfo( + ): [testoptimismgoerli_SponsorVault!]! + testoptimismgoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SystemInfo - zksync_swap_systemInfos( + ): testoptimismgoerli_OriginTransfer + testoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SystemInfo_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SystemInfo_filter + orderBy: testoptimismgoerli_OriginTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SystemInfo!]! - zksync_swap_pooledToken( + ): [testoptimismgoerli_OriginTransfer!]! + testoptimismgoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_PooledToken - zksync_swap_pooledTokens( + ): testoptimismgoerli_DestinationTransfer + testoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_PooledToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_PooledToken_filter + orderBy: testoptimismgoerli_DestinationTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_PooledToken!]! - zksync_swap_stableSwap( + ): [testoptimismgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ + stagingoptimismgoerli_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwap - zksync_swap_stableSwaps( + ): stagingoptimismgoerli_swap_SystemInfo + stagingoptimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwap_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwap_filter + orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwap!]! - zksync_swap_stableSwapAddLiquidityEvent( + ): [stagingoptimismgoerli_swap_SystemInfo!]! + stagingoptimismgoerli_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapAddLiquidityEvent - zksync_swap_stableSwapAddLiquidityEvents( + ): stagingoptimismgoerli_swap_PooledToken + stagingoptimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapAddLiquidityEvent!]! - zksync_swap_stableSwapRemoveLiquidityEvent( + ): [stagingoptimismgoerli_swap_PooledToken!]! + stagingoptimismgoerli_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapRemoveLiquidityEvent - zksync_swap_stableSwapRemoveLiquidityEvents( + ): stagingoptimismgoerli_swap_StableSwap + stagingoptimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! - zksync_swap_stableSwapExchange( + ): [stagingoptimismgoerli_swap_StableSwap!]! + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapExchange - zksync_swap_stableSwapExchanges( + ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapExchange_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapExchange_filter + orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapExchange!]! - zksync_swap_swapDailyVolume( + ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapDailyVolume - zksync_swap_swapDailyVolumes( + ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapDailyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapDailyVolume_filter + orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapDailyVolume!]! - zksync_swap_swapHourlyVolume( + ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapHourlyVolume - zksync_swap_swapHourlyVolumes( + ): stagingoptimismgoerli_swap_StableSwapExchange + stagingoptimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapHourlyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapHourlyVolume_filter + orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapHourlyVolume!]! - zksync_swap_swapWeeklyVolume( + ): [stagingoptimismgoerli_swap_StableSwapExchange!]! + stagingoptimismgoerli_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapWeeklyVolume - zksync_swap_swapWeeklyVolumes( + ): stagingoptimismgoerli_swap_SwapDailyVolume + stagingoptimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapWeeklyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapWeeklyVolume_filter + orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapWeeklyVolume!]! - zksync_swap_lpAccount( + ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! + stagingoptimismgoerli_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccount - zksync_swap_lpAccounts( + ): stagingoptimismgoerli_swap_SwapHourlyVolume + stagingoptimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccount_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccount_filter + orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccount!]! - zksync_swap_lpAccountBalance( + ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! + stagingoptimismgoerli_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccountBalance - zksync_swap_lpAccountBalances( + ): stagingoptimismgoerli_swap_SwapWeeklyVolume + stagingoptimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccountBalance_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccountBalance_filter + orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccountBalance!]! - zksync_swap_lpToken( + ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! + stagingoptimismgoerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpToken - zksync_swap_lpTokens( + ): stagingoptimismgoerli_swap_LpAccount + stagingoptimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpToken_filter + orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpToken!]! - zksync_swap_lpTransferEvent( + ): [stagingoptimismgoerli_swap_LpAccount!]! + stagingoptimismgoerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTransferEvent - zksync_swap_lpTransferEvents( + ): stagingoptimismgoerli_swap_LpAccountBalance + stagingoptimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTransferEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTransferEvent_filter + orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTransferEvent!]! - zksync_swap_stableSwapEvent( + ): [stagingoptimismgoerli_swap_LpAccountBalance!]! + stagingoptimismgoerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapEvent - zksync_swap_stableSwapEvents( + ): stagingoptimismgoerli_swap_LpToken + stagingoptimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapEvent_filter + orderBy: stagingoptimismgoerli_swap_LpToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapEvent!]! - zksync_swap_swapTradeVolume( + ): [stagingoptimismgoerli_swap_LpToken!]! + stagingoptimismgoerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapTradeVolume - zksync_swap_swapTradeVolumes( + ): stagingoptimismgoerli_swap_LpTransferEvent + stagingoptimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapTradeVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapTradeVolume_filter + orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapTradeVolume!]! - zksync_swap_lpTokenEvent( + ): [stagingoptimismgoerli_swap_LpTransferEvent!]! + stagingoptimismgoerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTokenEvent - zksync_swap_lpTokenEvents( + ): stagingoptimismgoerli_swap_StableSwapEvent + stagingoptimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTokenEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTokenEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ - linea_swap_systemInfo( + ): [stagingoptimismgoerli_swap_StableSwapEvent!]! + stagingoptimismgoerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): stagingoptimismgoerli_swap_SwapTradeVolume + stagingoptimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_filter + orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! + stagingoptimismgoerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): stagingoptimismgoerli_swap_LpTokenEvent + stagingoptimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_filter + orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ + mumbai_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): mumbai_swap_SystemInfo + mumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_filter + orderBy: mumbai_swap_SystemInfo_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [mumbai_swap_SystemInfo!]! + mumbai_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): mumbai_swap_PooledToken + mumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_filter + orderBy: mumbai_swap_PooledToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [mumbai_swap_PooledToken!]! + mumbai_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): mumbai_swap_StableSwap + mumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mumbai_swap_StableSwap_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [mumbai_swap_StableSwap!]! + mumbai_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): mumbai_swap_StableSwapAddLiquidityEvent + mumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_filter + orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [mumbai_swap_StableSwapAddLiquidityEvent!]! + mumbai_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): mumbai_swap_StableSwapRemoveLiquidityEvent + mumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_filter + orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! + mumbai_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): mumbai_swap_StableSwapExchange + mumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_filter + orderBy: mumbai_swap_StableSwapExchange_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [mumbai_swap_StableSwapExchange!]! + mumbai_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): mumbai_swap_SwapDailyVolume + mumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_filter + orderBy: mumbai_swap_SwapDailyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [mumbai_swap_SwapDailyVolume!]! + mumbai_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): mumbai_swap_SwapHourlyVolume + mumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_filter + orderBy: mumbai_swap_SwapHourlyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [mumbai_swap_SwapHourlyVolume!]! + mumbai_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): mumbai_swap_SwapWeeklyVolume + mumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_filter + orderBy: mumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [mumbai_swap_SwapWeeklyVolume!]! + mumbai_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): mumbai_swap_LpAccount + mumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_filter + orderBy: mumbai_swap_LpAccount_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [mumbai_swap_LpAccount!]! + mumbai_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): mumbai_swap_LpAccountBalance + mumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_filter + orderBy: mumbai_swap_LpAccountBalance_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [mumbai_swap_LpAccountBalance!]! + mumbai_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): mumbai_swap_LpToken + mumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_filter + orderBy: mumbai_swap_LpToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [mumbai_swap_LpToken!]! + mumbai_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): mumbai_swap_LpTransferEvent + mumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_filter + orderBy: mumbai_swap_LpTransferEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [mumbai_swap_LpTransferEvent!]! + mumbai_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): mumbai_swap_StableSwapEvent + mumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_filter + orderBy: mumbai_swap_StableSwapEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - bnb_swap_systemInfo( + ): [mumbai_swap_StableSwapEvent!]! + mumbai_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): mumbai_swap_SwapTradeVolume + mumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: mumbai_swap_SwapTradeVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [mumbai_swap_SwapTradeVolume!]! + mumbai_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): mumbai_swap_LpTokenEvent + mumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: mumbai_swap_LpTokenEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [mumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_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: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [linea_OriginMessage!]! + linea_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: linea_AggregateRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - mode_swap_systemInfo( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SystemInfo_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SystemInfo_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_PooledToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_PooledToken_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwap_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwap_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapAddLiquidityEvent_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapRemoveLiquidityEvent_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_SnapshotRoot + linea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapExchange_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapExchange_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_SpokeConnectorMode + linea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapDailyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapDailyVolume_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_AggregateRootProposed + linea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapHourlyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapHourlyVolume_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: mode_swap_Block_height + block: linea_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( + ): [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: mode_swap_Block_height + block: linea_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( + ): linea_OptimisticRootFinalized + linea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapWeeklyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapWeeklyVolume_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: mode_swap_Block_height + block: linea_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( + ): [linea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpAccount - mode_swap_lpAccounts( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccount_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccount_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpAccount!]! - mode_swap_lpAccountBalance( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpAccountBalance - mode_swap_lpAccountBalances( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccountBalance_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccountBalance_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpAccountBalance!]! - mode_swap_lpToken( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpToken - mode_swap_lpTokens( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpToken_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpToken!]! - mode_swap_lpTransferEvent( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpTransferEvent - mode_swap_lpTransferEvents( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTransferEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTransferEvent_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpTransferEvent!]! - mode_swap_stableSwapEvent( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_StableSwapEvent - mode_swap_stableSwapEvents( + ): xdai_RouterDailyTVL + xdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapEvent_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_StableSwapEvent!]! - mode_swap_swapTradeVolume( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_SwapTradeVolume - mode_swap_swapTradeVolumes( + ): xdai_RouterLiquidityEvent + xdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapTradeVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapTradeVolume_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_SwapTradeVolume!]! - mode_swap_lpTokenEvent( + ): [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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpTokenEvent - mode_swap_lpTokenEvents( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTokenEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTokenEvent_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_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ - localmainnet_rootAggregated( + ): [xdai_Setting!]! + xdai_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootAggregated - localmainnet_rootAggregateds( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootAggregated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootAggregated_filter + orderBy: xdai_Relayer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootAggregated!]! - localmainnet_rootPropagated( + ): [xdai_Relayer!]! + xdai_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootPropagated - localmainnet_rootPropagateds( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootPropagated_filter + orderBy: xdai_Sequencer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootPropagated!]! - localmainnet_aggregatedMessageRoot( + ): [xdai_Sequencer!]! + xdai_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregatedMessageRoot - localmainnet_aggregatedMessageRoots( + ): xdai_RelayerFee + xdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregatedMessageRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregatedMessageRoot_filter + orderBy: xdai_RelayerFee_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregatedMessageRoot!]! - localmainnet_rootManagerMeta( + ): [xdai_RelayerFee!]! + xdai_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMeta - localmainnet_rootManagerMetas( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMeta_filter + orderBy: xdai_OriginTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMeta!]! - localmainnet_rootManagerMode( + ): [xdai_OriginTransfer!]! + xdai_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMode - localmainnet_rootManagerModes( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMode_filter + orderBy: xdai_DestinationTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMode!]! - localmainnet_optimisticRootProposed( + ): [xdai_DestinationTransfer!]! + xdai_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootProposed - localmainnet_optimisticRootProposeds( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootProposed_filter + orderBy: xdai_OriginMessage_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootProposed!]! - localmainnet_hubOptimisticRootFinalized( + ): [xdai_OriginMessage!]! + xdai_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubOptimisticRootFinalized - localmainnet_hubOptimisticRootFinalizeds( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubOptimisticRootFinalized_filter + orderBy: xdai_AggregateRoot_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubOptimisticRootFinalized!]! - localmainnet_optimisticRootPropagated( + ): [xdai_AggregateRoot!]! + xdai_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootPropagated - localmainnet_optimisticRootPropagateds( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootPropagated_filter + orderBy: xdai_ConnectorMeta_orderBy + orderDirection: xdai_OrderDirection + where: xdai_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootPropagated!]! - localmainnet_polygonConnectorMeta( + ): [xdai_ConnectorMeta!]! + xdai_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_PolygonConnectorMeta - localmainnet_polygonConnectorMetas( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_PolygonConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_PolygonConnectorMeta_filter + orderBy: xdai_RootCount_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_PolygonConnectorMeta!]! - localmainnet_optimismConnectorMeta( + ): [xdai_RootCount!]! + xdai_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimismConnectorMeta - localmainnet_optimismConnectorMetas( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimismConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimismConnectorMeta_filter + orderBy: xdai_RootMessageSent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimismConnectorMeta!]! - localmainnet_bnbConnectorMeta( + ): [xdai_RootMessageSent!]! + xdai_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_BnbConnectorMeta - localmainnet_bnbConnectorMetas( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_BnbConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_BnbConnectorMeta_filter + orderBy: xdai_RelayerFeesIncrease_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_BnbConnectorMeta!]! - localmainnet_arbitrumConnectorMeta( + ): [xdai_RelayerFeesIncrease!]! + xdai_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ArbitrumConnectorMeta - localmainnet_arbitrumConnectorMetas( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ArbitrumConnectorMeta_filter + orderBy: xdai_SlippageUpdate_orderBy + orderDirection: xdai_OrderDirection + where: xdai_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ArbitrumConnectorMeta!]! - localmainnet_gnosisConnectorMeta( + ): [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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_GnosisConnectorMeta - localmainnet_gnosisConnectorMetas( + ): xdai_SnapshotRoot + xdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_GnosisConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_GnosisConnectorMeta_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_GnosisConnectorMeta!]! - localmainnet_zkSyncConnectorMeta( + ): [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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ZkSyncConnectorMeta - localmainnet_zkSyncConnectorMetas( + ): xdai_SpokeConnectorMode + xdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ZkSyncConnectorMeta_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ZkSyncConnectorMeta!]! - localmainnet_rootMessageProcessed( + ): [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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageProcessed - localmainnet_rootMessageProcesseds( + ): xdai_AggregateRootProposed + xdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageProcessed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageProcessed_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageProcessed!]! - localmainnet_aggregateRootSavedSlow( + ): [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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootSavedSlow - localmainnet_aggregateRootSavedSlows( + ): xdai_OptimisticRootFinalized + xdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootSavedSlow_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootSavedSlow_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootSavedSlow!]! - localmainnet_hubDomain( + ): [xdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + xdai__meta(block: xdai_Block_height): xdai__Meta_ + optimismgoerli_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubDomain - localmainnet_hubDomains( + ): optimismgoerli_swap_SystemInfo + optimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubDomain_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubDomain_filter + orderBy: optimismgoerli_swap_SystemInfo_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubDomain!]! - """Access to subgraph metadata""" - localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ - lineagoerli_asset( + ): [optimismgoerli_swap_SystemInfo!]! + optimismgoerli_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Asset - lineagoerli_assets( + ): optimismgoerli_swap_PooledToken + optimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Asset_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Asset_filter + orderBy: optimismgoerli_swap_PooledToken_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Asset!]! - lineagoerli_assetStatus( + ): [optimismgoerli_swap_PooledToken!]! + optimismgoerli_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetStatus - lineagoerli_assetStatuses( + ): optimismgoerli_swap_StableSwap + optimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetStatus_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetStatus_filter + orderBy: optimismgoerli_swap_StableSwap_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetStatus!]! - lineagoerli_assetBalance( + ): [optimismgoerli_swap_StableSwap!]! + optimismgoerli_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetBalance - lineagoerli_assetBalances( + ): optimismgoerli_swap_StableSwapAddLiquidityEvent + optimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetBalance_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetBalance_filter + orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetBalance!]! - lineagoerli_router( + ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! + optimismgoerli_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Router - lineagoerli_routers( + ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent + optimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Router_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Router_filter + orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Router!]! - lineagoerli_routerDailyTVL( + ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + optimismgoerli_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RouterDailyTVL - lineagoerli_routerDailyTVLs( + ): optimismgoerli_swap_StableSwapExchange + optimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RouterDailyTVL_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RouterDailyTVL_filter + orderBy: optimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RouterDailyTVL!]! - lineagoerli_setting( + ): [optimismgoerli_swap_StableSwapExchange!]! + optimismgoerli_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Setting - lineagoerli_settings( + ): optimismgoerli_swap_SwapDailyVolume + optimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Setting_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Setting_filter + orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Setting!]! - lineagoerli_relayer( + ): [optimismgoerli_swap_SwapDailyVolume!]! + optimismgoerli_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Relayer - lineagoerli_relayers( + ): optimismgoerli_swap_SwapHourlyVolume + optimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Relayer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Relayer_filter + orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Relayer!]! - lineagoerli_sequencer( + ): [optimismgoerli_swap_SwapHourlyVolume!]! + optimismgoerli_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Sequencer - lineagoerli_sequencers( + ): optimismgoerli_swap_SwapWeeklyVolume + optimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Sequencer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Sequencer_filter + orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Sequencer!]! - lineagoerli_relayerFee( + ): [optimismgoerli_swap_SwapWeeklyVolume!]! + optimismgoerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFee - lineagoerli_relayerFees( + ): optimismgoerli_swap_LpAccount + optimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFee_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFee_filter + orderBy: optimismgoerli_swap_LpAccount_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFee!]! - lineagoerli_originTransfer( + ): [optimismgoerli_swap_LpAccount!]! + optimismgoerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginTransfer - lineagoerli_originTransfers( + ): optimismgoerli_swap_LpAccountBalance + optimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginTransfer_filter + orderBy: optimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginTransfer!]! - lineagoerli_destinationTransfer( + ): [optimismgoerli_swap_LpAccountBalance!]! + optimismgoerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_DestinationTransfer - lineagoerli_destinationTransfers( + ): optimismgoerli_swap_LpToken + optimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_DestinationTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_DestinationTransfer_filter + orderBy: optimismgoerli_swap_LpToken_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_DestinationTransfer!]! - lineagoerli_originMessage( + ): [optimismgoerli_swap_LpToken!]! + optimismgoerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginMessage - lineagoerli_originMessages( + ): optimismgoerli_swap_LpTransferEvent + optimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginMessage_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginMessage_filter + orderBy: optimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginMessage!]! - lineagoerli_aggregateRoot( + ): [optimismgoerli_swap_LpTransferEvent!]! + optimismgoerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AggregateRoot - lineagoerli_aggregateRoots( + ): optimismgoerli_swap_StableSwapEvent + optimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AggregateRoot_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AggregateRoot_filter + orderBy: optimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AggregateRoot!]! - lineagoerli_connectorMeta( + ): [optimismgoerli_swap_StableSwapEvent!]! + optimismgoerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_ConnectorMeta - lineagoerli_connectorMetas( + ): optimismgoerli_swap_SwapTradeVolume + optimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_ConnectorMeta_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_ConnectorMeta_filter + orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_ConnectorMeta!]! - lineagoerli_rootCount( + ): [optimismgoerli_swap_SwapTradeVolume!]! + optimismgoerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootCount - lineagoerli_rootCounts( + ): optimismgoerli_swap_LpTokenEvent + optimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootCount_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootCount_filter + orderBy: optimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: lineagoerli_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootCount!]! - lineagoerli_rootMessageSent( + ): [optimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootMessageSent - lineagoerli_rootMessageSents( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootMessageSent_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootMessageSent_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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootMessageSent!]! - lineagoerli_relayerFeesIncrease( + ): [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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFeesIncrease - lineagoerli_relayerFeesIncreases( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFeesIncrease_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFeesIncrease_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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFeesIncrease!]! - lineagoerli_slippageUpdate( + ): [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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_SlippageUpdate - lineagoerli_slippageUpdates( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_SlippageUpdate_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_SlippageUpdate_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: lineagoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ - xdai_swap_systemInfo( + ): [bnb_AssetBalance!]! + bnb_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_filter + orderBy: bnb_Router_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [bnb_Router!]! + bnb_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_filter + orderBy: bnb_RouterDailyTVL_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [bnb_RouterDailyTVL!]! + bnb_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_filter + orderBy: bnb_RouterLiquidityEvent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [bnb_RouterLiquidityEvent!]! + bnb_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_filter + orderBy: bnb_Setting_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [bnb_Setting!]! + bnb_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: bnb_Relayer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [bnb_Relayer!]! + bnb_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapExchange - xdai_swap_stableSwapExchanges( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_filter + orderBy: bnb_Sequencer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapExchange!]! - xdai_swap_swapDailyVolume( + ): [bnb_Sequencer!]! + bnb_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapDailyVolume - xdai_swap_swapDailyVolumes( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_filter + orderBy: bnb_RelayerFee_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapDailyVolume!]! - xdai_swap_swapHourlyVolume( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapHourlyVolume - xdai_swap_swapHourlyVolumes( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapHourlyVolume!]! - xdai_swap_swapWeeklyVolume( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapWeeklyVolume - xdai_swap_swapWeeklyVolumes( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapWeeklyVolume!]! - xdai_swap_lpAccount( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccount - xdai_swap_lpAccounts( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccount!]! - xdai_swap_lpAccountBalance( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccountBalance - xdai_swap_lpAccountBalances( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccountBalance!]! - xdai_swap_lpToken( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpToken - xdai_swap_lpTokens( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpToken!]! - xdai_swap_lpTransferEvent( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTransferEvent - xdai_swap_lpTransferEvents( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapEvent - xdai_swap_stableSwapEvents( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTokenEvent - xdai_swap_lpTokenEvents( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_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: xdai_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ - staginggoerli_swap_systemInfo( + ): [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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SystemInfo - staginggoerli_swap_systemInfos( + ): bnb_SnapshotRoot + bnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SystemInfo_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SystemInfo_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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SystemInfo!]! - staginggoerli_swap_pooledToken( + ): [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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_PooledToken - staginggoerli_swap_pooledTokens( + ): bnb_SpokeConnectorMode + bnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_PooledToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_PooledToken_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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_PooledToken!]! - staginggoerli_swap_stableSwap( + ): [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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwap - staginggoerli_swap_stableSwaps( + ): bnb_AggregateRootProposed + bnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwap_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwap_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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwap!]! - staginggoerli_swap_stableSwapAddLiquidityEvent( + ): [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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapAddLiquidityEvent - staginggoerli_swap_stableSwapAddLiquidityEvents( + ): bnb_OptimisticRootFinalized + bnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapAddLiquidityEvent_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: staginggoerli_swap_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! - staginggoerli_swap_stableSwapRemoveLiquidityEvent( + ): [bnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + bnb__meta(block: bnb_Block_height): bnb__Meta_ + lineagoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapRemoveLiquidityEvent - staginggoerli_swap_stableSwapRemoveLiquidityEvents( + ): lineagoerli_Asset + lineagoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: lineagoerli_Asset_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! - staginggoerli_swap_stableSwapExchange( + ): [lineagoerli_Asset!]! + lineagoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapExchange - staginggoerli_swap_stableSwapExchanges( + ): lineagoerli_AssetStatus + lineagoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapExchange_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapExchange_filter + orderBy: lineagoerli_AssetStatus_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapExchange!]! - staginggoerli_swap_swapDailyVolume( + ): [lineagoerli_AssetStatus!]! + lineagoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapDailyVolume - staginggoerli_swap_swapDailyVolumes( + ): lineagoerli_AssetBalance + lineagoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapDailyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapDailyVolume_filter + orderBy: lineagoerli_AssetBalance_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapDailyVolume!]! - staginggoerli_swap_swapHourlyVolume( + ): [lineagoerli_AssetBalance!]! + lineagoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapHourlyVolume - staginggoerli_swap_swapHourlyVolumes( + ): lineagoerli_Router + lineagoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapHourlyVolume_filter + orderBy: lineagoerli_Router_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapHourlyVolume!]! - staginggoerli_swap_swapWeeklyVolume( + ): [lineagoerli_Router!]! + lineagoerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapWeeklyVolume - staginggoerli_swap_swapWeeklyVolumes( + ): lineagoerli_RouterDailyTVL + lineagoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapWeeklyVolume_filter + orderBy: lineagoerli_RouterDailyTVL_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapWeeklyVolume!]! - staginggoerli_swap_lpAccount( + ): [lineagoerli_RouterDailyTVL!]! + lineagoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccount - staginggoerli_swap_lpAccounts( + ): lineagoerli_Setting + lineagoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccount_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccount_filter + orderBy: lineagoerli_Setting_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccount!]! - staginggoerli_swap_lpAccountBalance( + ): [lineagoerli_Setting!]! + lineagoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccountBalance - staginggoerli_swap_lpAccountBalances( + ): lineagoerli_Relayer + lineagoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccountBalance_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccountBalance_filter + orderBy: lineagoerli_Relayer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccountBalance!]! - staginggoerli_swap_lpToken( + ): [lineagoerli_Relayer!]! + lineagoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpToken - staginggoerli_swap_lpTokens( + ): lineagoerli_Sequencer + lineagoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpToken_filter + orderBy: lineagoerli_Sequencer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpToken!]! - staginggoerli_swap_lpTransferEvent( + ): [lineagoerli_Sequencer!]! + lineagoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTransferEvent - staginggoerli_swap_lpTransferEvents( + ): lineagoerli_RelayerFee + lineagoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTransferEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTransferEvent_filter + orderBy: lineagoerli_RelayerFee_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTransferEvent!]! - staginggoerli_swap_stableSwapEvent( + ): [lineagoerli_RelayerFee!]! + lineagoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapEvent - staginggoerli_swap_stableSwapEvents( + ): lineagoerli_OriginTransfer + lineagoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapEvent_filter + orderBy: lineagoerli_OriginTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapEvent!]! - staginggoerli_swap_swapTradeVolume( + ): [lineagoerli_OriginTransfer!]! + lineagoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapTradeVolume - staginggoerli_swap_swapTradeVolumes( + ): lineagoerli_DestinationTransfer + lineagoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapTradeVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapTradeVolume_filter + orderBy: lineagoerli_DestinationTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapTradeVolume!]! - staginggoerli_swap_lpTokenEvent( + ): [lineagoerli_DestinationTransfer!]! + lineagoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTokenEvent - staginggoerli_swap_lpTokenEvents( + ): lineagoerli_OriginMessage + lineagoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTokenEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTokenEvent_filter + orderBy: lineagoerli_OriginMessage_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ - arbitrumone_swap_systemInfo( + ): [lineagoerli_OriginMessage!]! + lineagoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): lineagoerli_AggregateRoot + lineagoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_filter + orderBy: lineagoerli_AggregateRoot_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [lineagoerli_AggregateRoot!]! + lineagoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): lineagoerli_ConnectorMeta + lineagoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_filter + orderBy: lineagoerli_ConnectorMeta_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [lineagoerli_ConnectorMeta!]! + lineagoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): lineagoerli_RootCount + lineagoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_filter + orderBy: lineagoerli_RootCount_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [lineagoerli_RootCount!]! + lineagoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): lineagoerli_RootMessageSent + lineagoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter + orderBy: lineagoerli_RootMessageSent_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [lineagoerli_RootMessageSent!]! + lineagoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): lineagoerli_RelayerFeesIncrease + lineagoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: lineagoerli_RelayerFeesIncrease_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [lineagoerli_RelayerFeesIncrease!]! + lineagoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): lineagoerli_SlippageUpdate + lineagoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_filter + orderBy: lineagoerli_SlippageUpdate_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [lineagoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ + optimism_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_filter + orderBy: optimism_swap_SystemInfo_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [optimism_swap_SystemInfo!]! + optimism_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_filter + orderBy: optimism_swap_PooledToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [optimism_swap_PooledToken!]! + optimism_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( - skip: Int = 0 - first: Int = 100 - 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: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_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: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( - skip: Int = 0 - first: Int = 100 - 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: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_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: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( - skip: Int = 0 - first: Int = 100 - 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: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: arbitrumone_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - optimism_swap_systemInfo( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 orderBy: optimism_swap_StableSwap_orderBy @@ -41116,29794 +40618,30292 @@ type Subscription { ): [optimism_swap_LpTokenEvent!]! """Access to subgraph metadata""" optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - polygon_swap_systemInfo( + stagingmumbai_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): stagingmumbai_swap_SystemInfo + stagingmumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_filter + orderBy: stagingmumbai_swap_SystemInfo_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [stagingmumbai_swap_SystemInfo!]! + stagingmumbai_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): stagingmumbai_swap_PooledToken + stagingmumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_filter + orderBy: stagingmumbai_swap_PooledToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [stagingmumbai_swap_PooledToken!]! + stagingmumbai_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): stagingmumbai_swap_StableSwap + stagingmumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_filter + orderBy: stagingmumbai_swap_StableSwap_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [stagingmumbai_swap_StableSwap!]! + stagingmumbai_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): stagingmumbai_swap_StableSwapAddLiquidityEvent + stagingmumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! + stagingmumbai_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent + stagingmumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! + stagingmumbai_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): stagingmumbai_swap_StableSwapExchange + stagingmumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_filter + orderBy: stagingmumbai_swap_StableSwapExchange_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [stagingmumbai_swap_StableSwapExchange!]! + stagingmumbai_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): stagingmumbai_swap_SwapDailyVolume + stagingmumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_filter + orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [stagingmumbai_swap_SwapDailyVolume!]! + stagingmumbai_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): stagingmumbai_swap_SwapHourlyVolume + stagingmumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_filter + orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [stagingmumbai_swap_SwapHourlyVolume!]! + stagingmumbai_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): stagingmumbai_swap_SwapWeeklyVolume + stagingmumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_filter + orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [stagingmumbai_swap_SwapWeeklyVolume!]! + stagingmumbai_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): stagingmumbai_swap_LpAccount + stagingmumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_filter + orderBy: stagingmumbai_swap_LpAccount_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [stagingmumbai_swap_LpAccount!]! + stagingmumbai_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): stagingmumbai_swap_LpAccountBalance + stagingmumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_filter + orderBy: stagingmumbai_swap_LpAccountBalance_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [stagingmumbai_swap_LpAccountBalance!]! + stagingmumbai_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): stagingmumbai_swap_LpToken + stagingmumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_filter + orderBy: stagingmumbai_swap_LpToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [stagingmumbai_swap_LpToken!]! + stagingmumbai_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): stagingmumbai_swap_LpTransferEvent + stagingmumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_filter + orderBy: stagingmumbai_swap_LpTransferEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [stagingmumbai_swap_LpTransferEvent!]! + stagingmumbai_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): stagingmumbai_swap_StableSwapEvent + stagingmumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_filter + orderBy: stagingmumbai_swap_StableSwapEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( + ): [stagingmumbai_swap_StableSwapEvent!]! + stagingmumbai_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): stagingmumbai_swap_SwapTradeVolume + stagingmumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_filter + orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( + ): [stagingmumbai_swap_SwapTradeVolume!]! + stagingmumbai_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): stagingmumbai_swap_LpTokenEvent + stagingmumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_filter + orderBy: stagingmumbai_swap_LpTokenEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTokenEvent!]! + ): [stagingmumbai_swap_LpTokenEvent!]! """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - goerli_rootAggregated( + stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ + goerli_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootAggregated - goerli_rootAggregateds( + ): goerli_swap_SystemInfo + goerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootAggregated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootAggregated_filter + orderBy: goerli_swap_SystemInfo_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootAggregated!]! - goerli_rootPropagated( + ): [goerli_swap_SystemInfo!]! + goerli_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootPropagated - goerli_rootPropagateds( + ): goerli_swap_PooledToken + goerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootPropagated_filter + orderBy: goerli_swap_PooledToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootPropagated!]! - goerli_aggregatedMessageRoot( + ): [goerli_swap_PooledToken!]! + goerli_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregatedMessageRoot - goerli_aggregatedMessageRoots( + ): goerli_swap_StableSwap + goerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregatedMessageRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregatedMessageRoot_filter + orderBy: goerli_swap_StableSwap_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregatedMessageRoot!]! - goerli_rootManagerMeta( + ): [goerli_swap_StableSwap!]! + goerli_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootManagerMeta - goerli_rootManagerMetas( + ): goerli_swap_StableSwapAddLiquidityEvent + goerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMeta_filter + orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootManagerMeta!]! - goerli_rootManagerMode( + ): [goerli_swap_StableSwapAddLiquidityEvent!]! + goerli_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootManagerMode - goerli_rootManagerModes( + ): goerli_swap_StableSwapRemoveLiquidityEvent + goerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMode_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMode_filter + orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootManagerMode!]! - goerli_optimisticRootProposed( + ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! + goerli_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimisticRootProposed - goerli_optimisticRootProposeds( + ): goerli_swap_StableSwapExchange + goerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootProposed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootProposed_filter + orderBy: goerli_swap_StableSwapExchange_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimisticRootProposed!]! - goerli_hubOptimisticRootFinalized( + ): [goerli_swap_StableSwapExchange!]! + goerli_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_HubOptimisticRootFinalized - goerli_hubOptimisticRootFinalizeds( + ): goerli_swap_SwapDailyVolume + goerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_HubOptimisticRootFinalized_orderBy - orderDirection: goerli_OrderDirection - where: goerli_HubOptimisticRootFinalized_filter + orderBy: goerli_swap_SwapDailyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_HubOptimisticRootFinalized!]! - goerli_optimisticRootPropagated( + ): [goerli_swap_SwapDailyVolume!]! + goerli_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimisticRootPropagated - goerli_optimisticRootPropagateds( + ): goerli_swap_SwapHourlyVolume + goerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootPropagated_filter + orderBy: goerli_swap_SwapHourlyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimisticRootPropagated!]! - goerli_polygonConnectorMeta( + ): [goerli_swap_SwapHourlyVolume!]! + goerli_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_PolygonConnectorMeta - goerli_polygonConnectorMetas( + ): goerli_swap_SwapWeeklyVolume + goerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_PolygonConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_PolygonConnectorMeta_filter + orderBy: goerli_swap_SwapWeeklyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_PolygonConnectorMeta!]! - goerli_optimismConnectorMeta( + ): [goerli_swap_SwapWeeklyVolume!]! + goerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimismConnectorMeta - goerli_optimismConnectorMetas( + ): goerli_swap_LpAccount + goerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimismConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimismConnectorMeta_filter + orderBy: goerli_swap_LpAccount_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimismConnectorMeta!]! - goerli_bnbConnectorMeta( + ): [goerli_swap_LpAccount!]! + goerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_BnbConnectorMeta - goerli_bnbConnectorMetas( + ): goerli_swap_LpAccountBalance + goerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_BnbConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BnbConnectorMeta_filter + orderBy: goerli_swap_LpAccountBalance_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_BnbConnectorMeta!]! - goerli_arbitrumConnectorMeta( + ): [goerli_swap_LpAccountBalance!]! + goerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ArbitrumConnectorMeta - goerli_arbitrumConnectorMetas( + ): goerli_swap_LpToken + goerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_ArbitrumConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ArbitrumConnectorMeta_filter + orderBy: goerli_swap_LpToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ArbitrumConnectorMeta!]! - goerli_gnosisConnectorMeta( + ): [goerli_swap_LpToken!]! + goerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_GnosisConnectorMeta - goerli_gnosisConnectorMetas( + ): goerli_swap_LpTransferEvent + goerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_GnosisConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_GnosisConnectorMeta_filter + orderBy: goerli_swap_LpTransferEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_GnosisConnectorMeta!]! - goerli_zkSyncConnectorMeta( + ): [goerli_swap_LpTransferEvent!]! + goerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ZkSyncConnectorMeta - goerli_zkSyncConnectorMetas( + ): goerli_swap_StableSwapEvent + goerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_ZkSyncConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ZkSyncConnectorMeta_filter + orderBy: goerli_swap_StableSwapEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ZkSyncConnectorMeta!]! - goerli_lineaConnectorMeta( + ): [goerli_swap_StableSwapEvent!]! + goerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_LineaConnectorMeta - goerli_lineaConnectorMetas( + ): goerli_swap_SwapTradeVolume + goerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_LineaConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_LineaConnectorMeta_filter + orderBy: goerli_swap_SwapTradeVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_LineaConnectorMeta!]! - goerli_baseConnectorMeta( + ): [goerli_swap_SwapTradeVolume!]! + goerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_BaseConnectorMeta - goerli_baseConnectorMetas( + ): goerli_swap_LpTokenEvent + goerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_BaseConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BaseConnectorMeta_filter + orderBy: goerli_swap_LpTokenEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_BaseConnectorMeta!]! - goerli_x1ConnectorMeta( + ): [goerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + goerli_swap__meta(block: goerli_swap_Block_height): goerli_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: goerli_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 - ): goerli_X1ConnectorMeta - goerli_x1ConnectorMetas( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_X1ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_X1ConnectorMeta_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: goerli_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 - ): [goerli_X1ConnectorMeta!]! - goerli_rootMessageProcessed( + ): [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: goerli_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 - ): goerli_RootMessageProcessed - goerli_rootMessageProcesseds( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageProcessed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageProcessed_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: goerli_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 - ): [goerli_RootMessageProcessed!]! - goerli_aggregateRootSavedSlow( + ): [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: goerli_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 - ): goerli_AggregateRootSavedSlow - goerli_aggregateRootSavedSlows( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRootSavedSlow_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRootSavedSlow_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: goerli_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 - ): [goerli_AggregateRootSavedSlow!]! - goerli_hubDomain( + ): [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: goerli_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 - ): goerli_HubDomain - goerli_hubDomains( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_HubDomain_orderBy - orderDirection: goerli_OrderDirection - where: goerli_HubDomain_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: goerli_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 - ): [goerli_HubDomain!]! - """Access to subgraph metadata""" - goerli__meta(block: goerli_Block_height): goerli__Meta_ - metis_swap_systemInfo( + ): [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: metis_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 - ): metis_swap_SystemInfo - metis_swap_systemInfos( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SystemInfo_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SystemInfo_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: metis_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 - ): [metis_swap_SystemInfo!]! - metis_swap_pooledToken( + ): [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: metis_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 - ): metis_swap_PooledToken - metis_swap_pooledTokens( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_PooledToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_PooledToken_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: metis_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 - ): [metis_swap_PooledToken!]! - metis_swap_stableSwap( + ): [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: metis_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 - ): metis_swap_StableSwap - metis_swap_stableSwaps( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwap_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwap_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: metis_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 - ): [metis_swap_StableSwap!]! - metis_swap_stableSwapAddLiquidityEvent( + ): [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: metis_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 - ): metis_swap_StableSwapAddLiquidityEvent - metis_swap_stableSwapAddLiquidityEvents( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapAddLiquidityEvent_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: metis_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 - ): [metis_swap_StableSwapAddLiquidityEvent!]! - metis_swap_stableSwapRemoveLiquidityEvent( + ): [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: metis_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 - ): metis_swap_StableSwapRemoveLiquidityEvent - metis_swap_stableSwapRemoveLiquidityEvents( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapRemoveLiquidityEvent_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: metis_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 - ): [metis_swap_StableSwapRemoveLiquidityEvent!]! - metis_swap_stableSwapExchange( + ): [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: metis_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 - ): metis_swap_StableSwapExchange - metis_swap_stableSwapExchanges( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapExchange_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapExchange_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: metis_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 - ): [metis_swap_StableSwapExchange!]! - metis_swap_swapDailyVolume( + ): [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: metis_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 - ): metis_swap_SwapDailyVolume - metis_swap_swapDailyVolumes( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapDailyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapDailyVolume_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: metis_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 - ): [metis_swap_SwapDailyVolume!]! - metis_swap_swapHourlyVolume( + ): [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: metis_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 - ): metis_swap_SwapHourlyVolume - metis_swap_swapHourlyVolumes( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapHourlyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapHourlyVolume_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: metis_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 - ): [metis_swap_SwapHourlyVolume!]! - metis_swap_swapWeeklyVolume( + ): [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: metis_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 - ): metis_swap_SwapWeeklyVolume - metis_swap_swapWeeklyVolumes( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapWeeklyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapWeeklyVolume_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: metis_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 - ): [metis_swap_SwapWeeklyVolume!]! - metis_swap_lpAccount( + ): [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: metis_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 - ): metis_swap_LpAccount - metis_swap_lpAccounts( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccount_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccount_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: metis_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 - ): [metis_swap_LpAccount!]! - metis_swap_lpAccountBalance( + ): [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: metis_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 - ): metis_swap_LpAccountBalance - metis_swap_lpAccountBalances( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccountBalance_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccountBalance_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: metis_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 - ): [metis_swap_LpAccountBalance!]! - metis_swap_lpToken( + ): [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: metis_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 - ): metis_swap_LpToken - metis_swap_lpTokens( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpToken_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: metis_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 - ): [metis_swap_LpToken!]! - metis_swap_lpTransferEvent( + ): [polygon_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + polygon_swap__meta(block: polygon_swap_Block_height): polygon_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTransferEvent - metis_swap_lpTransferEvents( + ): stagingmainnet_RootAggregated + stagingmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTransferEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTransferEvent_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTransferEvent!]! - metis_swap_stableSwapEvent( + ): [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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapEvent - metis_swap_stableSwapEvents( + ): stagingmainnet_RootPropagated + stagingmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapEvent_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapEvent!]! - metis_swap_swapTradeVolume( + ): [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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapTradeVolume - metis_swap_swapTradeVolumes( + ): stagingmainnet_AggregatedMessageRoot + stagingmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapTradeVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapTradeVolume_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapTradeVolume!]! - metis_swap_lpTokenEvent( + ): [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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTokenEvent - metis_swap_lpTokenEvents( + ): stagingmainnet_RootManagerMeta + stagingmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTokenEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTokenEvent_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ - stagingmumbai_swap_systemInfo( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SystemInfo - stagingmumbai_swap_systemInfos( + ): stagingmainnet_RootManagerMode + stagingmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SystemInfo_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SystemInfo_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: stagingmumbai_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 - ): [stagingmumbai_swap_SystemInfo!]! - stagingmumbai_swap_pooledToken( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_PooledToken - stagingmumbai_swap_pooledTokens( + ): stagingmainnet_OptimisticRootProposed + stagingmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_PooledToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_PooledToken_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: stagingmumbai_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 - ): [stagingmumbai_swap_PooledToken!]! - stagingmumbai_swap_stableSwap( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwap - stagingmumbai_swap_stableSwaps( + ): stagingmainnet_HubOptimisticRootFinalized + stagingmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwap_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwap_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwap!]! - stagingmumbai_swap_stableSwapAddLiquidityEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwapAddLiquidityEvent - stagingmumbai_swap_stableSwapAddLiquidityEvents( + ): stagingmainnet_OptimisticRootPropagated + stagingmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapAddLiquidityEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! - stagingmumbai_swap_stableSwapRemoveLiquidityEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent - stagingmumbai_swap_stableSwapRemoveLiquidityEvents( + ): stagingmainnet_PolygonConnectorMeta + stagingmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! - stagingmumbai_swap_stableSwapExchange( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwapExchange - stagingmumbai_swap_stableSwapExchanges( + ): stagingmainnet_OptimismConnectorMeta + stagingmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapExchange_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapExchange_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwapExchange!]! - stagingmumbai_swap_swapDailyVolume( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SwapDailyVolume - stagingmumbai_swap_swapDailyVolumes( + ): stagingmainnet_BnbConnectorMeta + stagingmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapDailyVolume_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: stagingmumbai_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 - ): [stagingmumbai_swap_SwapDailyVolume!]! - stagingmumbai_swap_swapHourlyVolume( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SwapHourlyVolume - stagingmumbai_swap_swapHourlyVolumes( + ): stagingmainnet_ArbitrumConnectorMeta + stagingmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapHourlyVolume_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: stagingmumbai_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 - ): [stagingmumbai_swap_SwapHourlyVolume!]! - stagingmumbai_swap_swapWeeklyVolume( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SwapWeeklyVolume - stagingmumbai_swap_swapWeeklyVolumes( + ): stagingmainnet_GnosisConnectorMeta + stagingmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapWeeklyVolume_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: stagingmumbai_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 - ): [stagingmumbai_swap_SwapWeeklyVolume!]! - stagingmumbai_swap_lpAccount( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpAccount - stagingmumbai_swap_lpAccounts( + ): stagingmainnet_LineaConnectorMeta + stagingmainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccount_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccount_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpAccount!]! - stagingmumbai_swap_lpAccountBalance( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpAccountBalance - stagingmumbai_swap_lpAccountBalances( + ): stagingmainnet_MetisConnectorMeta + stagingmainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccountBalance_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccountBalance_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpAccountBalance!]! - stagingmumbai_swap_lpToken( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpToken - stagingmumbai_swap_lpTokens( + ): stagingmainnet_MantleConnectorMeta + stagingmainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpToken_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpToken!]! - stagingmumbai_swap_lpTransferEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpTransferEvent - stagingmumbai_swap_lpTransferEvents( + ): stagingmainnet_AvalancheConnectorMeta + stagingmainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTransferEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTransferEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpTransferEvent!]! - stagingmumbai_swap_stableSwapEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_StableSwapEvent - stagingmumbai_swap_stableSwapEvents( + ): stagingmainnet_BaseConnectorMeta + stagingmainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_StableSwapEvent!]! - stagingmumbai_swap_swapTradeVolume( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_SwapTradeVolume - stagingmumbai_swap_swapTradeVolumes( + ): stagingmainnet_PolygonZkConnectorMeta + stagingmainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapTradeVolume_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: stagingmumbai_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 - ): [stagingmumbai_swap_SwapTradeVolume!]! - stagingmumbai_swap_lpTokenEvent( + ): [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: stagingmumbai_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 - ): stagingmumbai_swap_LpTokenEvent - stagingmumbai_swap_lpTokenEvents( + ): stagingmainnet_ZkSyncConnectorMeta + stagingmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTokenEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTokenEvent_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: stagingmumbai_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 - ): [stagingmumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ - mumbai_swap_systemInfo( + ): [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: mumbai_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 - ): mumbai_swap_SystemInfo - mumbai_swap_systemInfos( + ): stagingmainnet_ModeConnectorMeta + stagingmainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SystemInfo_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SystemInfo_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: mumbai_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 - ): [mumbai_swap_SystemInfo!]! - mumbai_swap_pooledToken( + ): [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: mumbai_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 - ): mumbai_swap_PooledToken - mumbai_swap_pooledTokens( + ): stagingmainnet_ScrollConnectorMeta + stagingmainnet_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_PooledToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_PooledToken_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: mumbai_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 - ): [mumbai_swap_PooledToken!]! - mumbai_swap_stableSwap( + ): [stagingmainnet_ScrollConnectorMeta!]! + 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: mumbai_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 - ): mumbai_swap_StableSwap - mumbai_swap_stableSwaps( + ): stagingmainnet_RootMessageProcessed + stagingmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwap_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwap_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: mumbai_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 - ): [mumbai_swap_StableSwap!]! - mumbai_swap_stableSwapAddLiquidityEvent( + ): [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: mumbai_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 - ): mumbai_swap_StableSwapAddLiquidityEvent - mumbai_swap_stableSwapAddLiquidityEvents( + ): stagingmainnet_AggregateRootSavedSlow + stagingmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapAddLiquidityEvent_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: mumbai_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 - ): [mumbai_swap_StableSwapAddLiquidityEvent!]! - mumbai_swap_stableSwapRemoveLiquidityEvent( + ): [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: mumbai_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 - ): mumbai_swap_StableSwapRemoveLiquidityEvent - mumbai_swap_stableSwapRemoveLiquidityEvents( + ): stagingmainnet_HubDomain + stagingmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapRemoveLiquidityEvent_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: mumbai_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 - ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! - mumbai_swap_stableSwapExchange( + ): [stagingmainnet_HubDomain!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__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: mumbai_swap_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 - ): mumbai_swap_StableSwapExchange - mumbai_swap_stableSwapExchanges( + ): mode_swap_SystemInfo + mode_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapExchange_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapExchange_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: mumbai_swap_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 - ): [mumbai_swap_StableSwapExchange!]! - mumbai_swap_swapDailyVolume( + ): [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: mumbai_swap_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 - ): mumbai_swap_SwapDailyVolume - mumbai_swap_swapDailyVolumes( + ): mode_swap_PooledToken + mode_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapDailyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapDailyVolume_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: mumbai_swap_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 - ): [mumbai_swap_SwapDailyVolume!]! - mumbai_swap_swapHourlyVolume( + ): [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: mumbai_swap_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 - ): mumbai_swap_SwapHourlyVolume - mumbai_swap_swapHourlyVolumes( + ): mode_swap_StableSwap + mode_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapHourlyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapHourlyVolume_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: mumbai_swap_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 - ): [mumbai_swap_SwapHourlyVolume!]! - mumbai_swap_swapWeeklyVolume( + ): [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: mumbai_swap_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 - ): mumbai_swap_SwapWeeklyVolume - mumbai_swap_swapWeeklyVolumes( + ): mode_swap_StableSwapAddLiquidityEvent + mode_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapWeeklyVolume_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: mumbai_swap_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 - ): [mumbai_swap_SwapWeeklyVolume!]! - mumbai_swap_lpAccount( + ): [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: mumbai_swap_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 - ): mumbai_swap_LpAccount - mumbai_swap_lpAccounts( + ): mode_swap_StableSwapRemoveLiquidityEvent + mode_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccount_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccount_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: mumbai_swap_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 - ): [mumbai_swap_LpAccount!]! - mumbai_swap_lpAccountBalance( + ): [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: mumbai_swap_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 - ): mumbai_swap_LpAccountBalance - mumbai_swap_lpAccountBalances( + ): mode_swap_StableSwapExchange + mode_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccountBalance_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccountBalance_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: mumbai_swap_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 - ): [mumbai_swap_LpAccountBalance!]! - mumbai_swap_lpToken( + ): [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: mumbai_swap_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 - ): mumbai_swap_LpToken - mumbai_swap_lpTokens( + ): mode_swap_SwapDailyVolume + mode_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpToken_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: mumbai_swap_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 - ): [mumbai_swap_LpToken!]! - mumbai_swap_lpTransferEvent( + ): [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: mumbai_swap_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 - ): mumbai_swap_LpTransferEvent - mumbai_swap_lpTransferEvents( + ): mode_swap_SwapHourlyVolume + mode_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTransferEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTransferEvent_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: mumbai_swap_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 - ): [mumbai_swap_LpTransferEvent!]! - mumbai_swap_stableSwapEvent( + ): [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: mumbai_swap_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 - ): mumbai_swap_StableSwapEvent - mumbai_swap_stableSwapEvents( + ): mode_swap_SwapWeeklyVolume + mode_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapEvent_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: mumbai_swap_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 - ): [mumbai_swap_StableSwapEvent!]! - mumbai_swap_swapTradeVolume( + ): [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: mumbai_swap_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 - ): mumbai_swap_SwapTradeVolume - mumbai_swap_swapTradeVolumes( + ): mode_swap_LpAccount + mode_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapTradeVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapTradeVolume_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: mumbai_swap_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 - ): [mumbai_swap_SwapTradeVolume!]! - mumbai_swap_lpTokenEvent( + ): [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: mumbai_swap_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 - ): mumbai_swap_LpTokenEvent - mumbai_swap_lpTokenEvents( + ): mode_swap_LpAccountBalance + mode_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTokenEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTokenEvent_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: mumbai_swap_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 - ): [mumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ - base_swap_systemInfo( + ): [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: base_swap_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 - ): base_swap_SystemInfo - base_swap_systemInfos( + ): mode_swap_LpToken + mode_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SystemInfo_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SystemInfo_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: base_swap_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 - ): [base_swap_SystemInfo!]! - base_swap_pooledToken( + ): [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: base_swap_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 - ): base_swap_PooledToken - base_swap_pooledTokens( + ): mode_swap_LpTransferEvent + mode_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_PooledToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_PooledToken_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: base_swap_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 - ): [base_swap_PooledToken!]! - base_swap_stableSwap( + ): [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: base_swap_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 - ): base_swap_StableSwap - base_swap_stableSwaps( + ): mode_swap_StableSwapEvent + mode_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwap_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwap_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: base_swap_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 - ): [base_swap_StableSwap!]! - base_swap_stableSwapAddLiquidityEvent( + ): [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: base_swap_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 - ): base_swap_StableSwapAddLiquidityEvent - base_swap_stableSwapAddLiquidityEvents( + ): mode_swap_SwapTradeVolume + mode_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapAddLiquidityEvent_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: base_swap_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 - ): [base_swap_StableSwapAddLiquidityEvent!]! - base_swap_stableSwapRemoveLiquidityEvent( + ): [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: base_swap_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 - ): base_swap_StableSwapRemoveLiquidityEvent - base_swap_stableSwapRemoveLiquidityEvents( + ): mode_swap_LpTokenEvent + mode_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapRemoveLiquidityEvent_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: base_swap_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 - ): [base_swap_StableSwapRemoveLiquidityEvent!]! - base_swap_stableSwapExchange( + ): [mode_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ + goerli_rootAggregated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapExchange - base_swap_stableSwapExchanges( + ): goerli_RootAggregated + goerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapExchange_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapExchange_filter + orderBy: goerli_RootAggregated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapExchange!]! - base_swap_swapDailyVolume( + ): [goerli_RootAggregated!]! + goerli_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapDailyVolume - base_swap_swapDailyVolumes( + ): goerli_RootPropagated + goerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapDailyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapDailyVolume_filter + orderBy: goerli_RootPropagated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapDailyVolume!]! - base_swap_swapHourlyVolume( + ): [goerli_RootPropagated!]! + goerli_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapHourlyVolume - base_swap_swapHourlyVolumes( + ): goerli_AggregatedMessageRoot + goerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapHourlyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapHourlyVolume_filter + orderBy: goerli_AggregatedMessageRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapHourlyVolume!]! - base_swap_swapWeeklyVolume( + ): [goerli_AggregatedMessageRoot!]! + goerli_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapWeeklyVolume - base_swap_swapWeeklyVolumes( + ): goerli_RootManagerMeta + goerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapWeeklyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapWeeklyVolume_filter + orderBy: goerli_RootManagerMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapWeeklyVolume!]! - base_swap_lpAccount( + ): [goerli_RootManagerMeta!]! + goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpAccount - base_swap_lpAccounts( + ): goerli_RootManagerMode + goerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccount_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccount_filter + orderBy: goerli_RootManagerMode_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpAccount!]! - base_swap_lpAccountBalance( + ): [goerli_RootManagerMode!]! + goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpAccountBalance - base_swap_lpAccountBalances( + ): goerli_OptimisticRootProposed + goerli_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccountBalance_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccountBalance_filter + orderBy: goerli_OptimisticRootProposed_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpAccountBalance!]! - base_swap_lpToken( + ): [goerli_OptimisticRootProposed!]! + goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpToken - base_swap_lpTokens( + ): goerli_HubOptimisticRootFinalized + goerli_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpToken_filter + orderBy: goerli_HubOptimisticRootFinalized_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpToken!]! - base_swap_lpTransferEvent( + ): [goerli_HubOptimisticRootFinalized!]! + goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpTransferEvent - base_swap_lpTransferEvents( + ): goerli_OptimisticRootPropagated + goerli_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTransferEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTransferEvent_filter + orderBy: goerli_OptimisticRootPropagated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpTransferEvent!]! - base_swap_stableSwapEvent( + ): [goerli_OptimisticRootPropagated!]! + goerli_polygonConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapEvent - base_swap_stableSwapEvents( + ): goerli_PolygonConnectorMeta + goerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapEvent_filter + orderBy: goerli_PolygonConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapEvent!]! - base_swap_swapTradeVolume( + ): [goerli_PolygonConnectorMeta!]! + goerli_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapTradeVolume - base_swap_swapTradeVolumes( + ): goerli_OptimismConnectorMeta + goerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapTradeVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapTradeVolume_filter + orderBy: goerli_OptimismConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapTradeVolume!]! - base_swap_lpTokenEvent( + ): [goerli_OptimismConnectorMeta!]! + goerli_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpTokenEvent - base_swap_lpTokenEvents( + ): goerli_BnbConnectorMeta + goerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTokenEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTokenEvent_filter + orderBy: goerli_BnbConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ - goerli_swap_systemInfo( + ): [goerli_BnbConnectorMeta!]! + goerli_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SystemInfo - goerli_swap_systemInfos( + ): goerli_ArbitrumConnectorMeta + goerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SystemInfo_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SystemInfo_filter + orderBy: goerli_ArbitrumConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SystemInfo!]! - goerli_swap_pooledToken( + ): [goerli_ArbitrumConnectorMeta!]! + goerli_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_PooledToken - goerli_swap_pooledTokens( + ): goerli_GnosisConnectorMeta + goerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_PooledToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_PooledToken_filter + orderBy: goerli_GnosisConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_PooledToken!]! - goerli_swap_stableSwap( + ): [goerli_GnosisConnectorMeta!]! + goerli_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwap - goerli_swap_stableSwaps( + ): goerli_ZkSyncConnectorMeta + goerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwap_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwap_filter + orderBy: goerli_ZkSyncConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwap!]! - goerli_swap_stableSwapAddLiquidityEvent( + ): [goerli_ZkSyncConnectorMeta!]! + goerli_lineaConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapAddLiquidityEvent - goerli_swap_stableSwapAddLiquidityEvents( + ): goerli_LineaConnectorMeta + goerli_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: goerli_LineaConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_LineaConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapAddLiquidityEvent!]! - goerli_swap_stableSwapRemoveLiquidityEvent( + ): [goerli_LineaConnectorMeta!]! + goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapRemoveLiquidityEvent - goerli_swap_stableSwapRemoveLiquidityEvents( + ): goerli_BaseConnectorMeta + goerli_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: goerli_BaseConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! - goerli_swap_stableSwapExchange( + ): [goerli_BaseConnectorMeta!]! + goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapExchange - goerli_swap_stableSwapExchanges( + ): goerli_X1ConnectorMeta + goerli_x1ConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapExchange_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapExchange_filter + orderBy: goerli_X1ConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapExchange!]! - goerli_swap_swapDailyVolume( + ): [goerli_X1ConnectorMeta!]! + goerli_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapDailyVolume - goerli_swap_swapDailyVolumes( + ): goerli_RootMessageProcessed + goerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapDailyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapDailyVolume_filter + orderBy: goerli_RootMessageProcessed_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapDailyVolume!]! - goerli_swap_swapHourlyVolume( + ): [goerli_RootMessageProcessed!]! + goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapHourlyVolume - goerli_swap_swapHourlyVolumes( + ): goerli_AggregateRootSavedSlow + goerli_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapHourlyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapHourlyVolume_filter + orderBy: goerli_AggregateRootSavedSlow_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapHourlyVolume!]! - goerli_swap_swapWeeklyVolume( + ): [goerli_AggregateRootSavedSlow!]! + goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapWeeklyVolume - goerli_swap_swapWeeklyVolumes( + ): goerli_HubDomain + goerli_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapWeeklyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapWeeklyVolume_filter + orderBy: goerli_HubDomain_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapWeeklyVolume!]! - goerli_swap_lpAccount( + ): [goerli_HubDomain!]! + """Access to subgraph metadata""" + goerli__meta(block: goerli_Block_height): goerli__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: goerli_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 - ): goerli_swap_LpAccount - goerli_swap_lpAccounts( + ): metis_swap_SystemInfo + metis_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccount_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccount_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: goerli_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 - ): [goerli_swap_LpAccount!]! - goerli_swap_lpAccountBalance( + ): [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: goerli_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 - ): goerli_swap_LpAccountBalance - goerli_swap_lpAccountBalances( + ): metis_swap_PooledToken + metis_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccountBalance_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccountBalance_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: goerli_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 - ): [goerli_swap_LpAccountBalance!]! - goerli_swap_lpToken( + ): [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: goerli_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 - ): goerli_swap_LpToken - goerli_swap_lpTokens( + ): metis_swap_StableSwap + metis_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpToken_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: goerli_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 - ): [goerli_swap_LpToken!]! - goerli_swap_lpTransferEvent( + ): [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: goerli_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 - ): goerli_swap_LpTransferEvent - goerli_swap_lpTransferEvents( + ): metis_swap_StableSwapAddLiquidityEvent + metis_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTransferEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTransferEvent_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: goerli_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 - ): [goerli_swap_LpTransferEvent!]! - goerli_swap_stableSwapEvent( + ): [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: goerli_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 - ): goerli_swap_StableSwapEvent - goerli_swap_stableSwapEvents( + ): metis_swap_StableSwapRemoveLiquidityEvent + metis_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapEvent_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: goerli_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 - ): [goerli_swap_StableSwapEvent!]! - goerli_swap_swapTradeVolume( + ): [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: goerli_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 - ): goerli_swap_SwapTradeVolume - goerli_swap_swapTradeVolumes( + ): metis_swap_StableSwapExchange + metis_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapTradeVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapTradeVolume_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: goerli_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 - ): [goerli_swap_SwapTradeVolume!]! - goerli_swap_lpTokenEvent( + ): [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: goerli_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 - ): goerli_swap_LpTokenEvent - goerli_swap_lpTokenEvents( + ): metis_swap_SwapDailyVolume + metis_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTokenEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTokenEvent_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: goerli_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 - ): [goerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ - avalanche_swap_systemInfo( + ): [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: avalanche_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 - ): avalanche_swap_SystemInfo - avalanche_swap_systemInfos( + ): metis_swap_SwapHourlyVolume + metis_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SystemInfo_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SystemInfo_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: avalanche_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 - ): [avalanche_swap_SystemInfo!]! - avalanche_swap_pooledToken( + ): [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: avalanche_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 - ): avalanche_swap_PooledToken - avalanche_swap_pooledTokens( + ): metis_swap_SwapWeeklyVolume + metis_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_PooledToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_PooledToken_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: avalanche_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 - ): [avalanche_swap_PooledToken!]! - avalanche_swap_stableSwap( + ): [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: avalanche_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 - ): avalanche_swap_StableSwap - avalanche_swap_stableSwaps( + ): metis_swap_LpAccount + metis_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwap_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwap_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: avalanche_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 - ): [avalanche_swap_StableSwap!]! - avalanche_swap_stableSwapAddLiquidityEvent( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapAddLiquidityEvent - avalanche_swap_stableSwapAddLiquidityEvents( + ): metis_swap_LpAccountBalance + metis_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapAddLiquidityEvent_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: avalanche_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 - ): [avalanche_swap_StableSwapAddLiquidityEvent!]! - avalanche_swap_stableSwapRemoveLiquidityEvent( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapRemoveLiquidityEvent - avalanche_swap_stableSwapRemoveLiquidityEvents( + ): metis_swap_LpToken + metis_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapRemoveLiquidityEvent_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: avalanche_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 - ): [avalanche_swap_StableSwapRemoveLiquidityEvent!]! - avalanche_swap_stableSwapExchange( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapExchange - avalanche_swap_stableSwapExchanges( + ): metis_swap_LpTransferEvent + metis_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapExchange_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapExchange_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: avalanche_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 - ): [avalanche_swap_StableSwapExchange!]! - avalanche_swap_swapDailyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapDailyVolume - avalanche_swap_swapDailyVolumes( + ): metis_swap_StableSwapEvent + metis_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapDailyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapDailyVolume_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: avalanche_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 - ): [avalanche_swap_SwapDailyVolume!]! - avalanche_swap_swapHourlyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapHourlyVolume - avalanche_swap_swapHourlyVolumes( + ): metis_swap_SwapTradeVolume + metis_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapHourlyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapHourlyVolume_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: avalanche_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 - ): [avalanche_swap_SwapHourlyVolume!]! - avalanche_swap_swapWeeklyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapWeeklyVolume - avalanche_swap_swapWeeklyVolumes( + ): metis_swap_LpTokenEvent + metis_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapWeeklyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapWeeklyVolume_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: avalanche_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 - ): [avalanche_swap_SwapWeeklyVolume!]! - avalanche_swap_lpAccount( + ): [metis_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + metis_swap__meta(block: metis_swap_Block_height): metis_swap__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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpAccount - avalanche_swap_lpAccounts( + ): zksync_swap_SystemInfo + zksync_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpAccount_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpAccount_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpAccount!]! - avalanche_swap_lpAccountBalance( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpAccountBalance - avalanche_swap_lpAccountBalances( + ): zksync_swap_PooledToken + zksync_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpAccountBalance_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpAccountBalance_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpAccountBalance!]! - avalanche_swap_lpToken( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpToken - avalanche_swap_lpTokens( + ): zksync_swap_StableSwap + zksync_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpToken_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpToken!]! - avalanche_swap_lpTransferEvent( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpTransferEvent - avalanche_swap_lpTransferEvents( + ): zksync_swap_StableSwapAddLiquidityEvent + zksync_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpTransferEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpTransferEvent_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpTransferEvent!]! - avalanche_swap_stableSwapEvent( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwapEvent - avalanche_swap_stableSwapEvents( + ): zksync_swap_StableSwapRemoveLiquidityEvent + zksync_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapEvent_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwapEvent!]! - avalanche_swap_swapTradeVolume( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SwapTradeVolume - avalanche_swap_swapTradeVolumes( + ): zksync_swap_StableSwapExchange + zksync_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapTradeVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapTradeVolume_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SwapTradeVolume!]! - avalanche_swap_lpTokenEvent( + ): [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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpTokenEvent - avalanche_swap_lpTokenEvents( + ): zksync_swap_SwapDailyVolume + zksync_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpTokenEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpTokenEvent_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: avalanche_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_swap__Meta_ - optimismgoerli_asset( + ): [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: optimismgoerli_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 - ): optimismgoerli_Asset - optimismgoerli_assets( + ): zksync_swap_SwapHourlyVolume + zksync_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Asset_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Asset_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: optimismgoerli_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 - ): [optimismgoerli_Asset!]! - optimismgoerli_assetStatus( + ): [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: optimismgoerli_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 - ): optimismgoerli_AssetStatus - optimismgoerli_assetStatuses( + ): zksync_swap_SwapWeeklyVolume + zksync_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetStatus_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetStatus_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: optimismgoerli_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 - ): [optimismgoerli_AssetStatus!]! - optimismgoerli_assetBalance( + ): [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: optimismgoerli_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 - ): optimismgoerli_AssetBalance - optimismgoerli_assetBalances( + ): zksync_swap_LpAccount + zksync_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetBalance_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetBalance_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: optimismgoerli_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 - ): [optimismgoerli_AssetBalance!]! - optimismgoerli_router( + ): [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: optimismgoerli_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 - ): optimismgoerli_Router - optimismgoerli_routers( + ): zksync_swap_LpAccountBalance + zksync_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Router_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Router_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: optimismgoerli_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 - ): [optimismgoerli_Router!]! - optimismgoerli_routerDailyTVL( + ): [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: optimismgoerli_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 - ): optimismgoerli_RouterDailyTVL - optimismgoerli_routerDailyTVLs( + ): zksync_swap_LpToken + zksync_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterDailyTVL_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterDailyTVL_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: optimismgoerli_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 - ): [optimismgoerli_RouterDailyTVL!]! - optimismgoerli_routerLiquidityEvent( + ): [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: optimismgoerli_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 - ): optimismgoerli_RouterLiquidityEvent - optimismgoerli_routerLiquidityEvents( + ): zksync_swap_LpTransferEvent + zksync_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterLiquidityEvent_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: optimismgoerli_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 - ): [optimismgoerli_RouterLiquidityEvent!]! - optimismgoerli_setting( + ): [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: optimismgoerli_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 - ): optimismgoerli_Setting - optimismgoerli_settings( + ): zksync_swap_StableSwapEvent + zksync_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Setting_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Setting_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: optimismgoerli_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 - ): [optimismgoerli_Setting!]! - optimismgoerli_relayer( + ): [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: optimismgoerli_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 - ): optimismgoerli_Relayer - optimismgoerli_relayers( + ): zksync_swap_SwapTradeVolume + zksync_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Relayer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Relayer_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: optimismgoerli_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 - ): [optimismgoerli_Relayer!]! - optimismgoerli_sequencer( + ): [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: optimismgoerli_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 - ): optimismgoerli_Sequencer - optimismgoerli_sequencers( + ): zksync_swap_LpTokenEvent + zksync_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Sequencer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Sequencer_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: optimismgoerli_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 - ): [optimismgoerli_Sequencer!]! - optimismgoerli_relayerFee( + ): [zksync_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ + bnb_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFee - optimismgoerli_relayerFees( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFee_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFee_filter + orderBy: bnb_swap_SystemInfo_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFee!]! - optimismgoerli_originTransfer( + ): [bnb_swap_SystemInfo!]! + bnb_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OriginTransfer - optimismgoerli_originTransfers( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginTransfer_filter + orderBy: bnb_swap_PooledToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OriginTransfer!]! - optimismgoerli_destinationTransfer( + ): [bnb_swap_PooledToken!]! + bnb_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_DestinationTransfer - optimismgoerli_destinationTransfers( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_DestinationTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_DestinationTransfer_filter + orderBy: bnb_swap_StableSwap_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_DestinationTransfer!]! - optimismgoerli_originMessage( + ): [bnb_swap_StableSwap!]! + bnb_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OriginMessage - optimismgoerli_originMessages( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginMessage_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginMessage_filter + orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OriginMessage!]! - optimismgoerli_aggregateRoot( + ): [bnb_swap_StableSwapAddLiquidityEvent!]! + bnb_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AggregateRoot - optimismgoerli_aggregateRoots( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AggregateRoot_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AggregateRoot_filter + orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AggregateRoot!]! - optimismgoerli_connectorMeta( + ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! + bnb_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_ConnectorMeta - optimismgoerli_connectorMetas( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_ConnectorMeta_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_ConnectorMeta_filter + orderBy: bnb_swap_StableSwapExchange_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_ConnectorMeta!]! - optimismgoerli_rootCount( + ): [bnb_swap_StableSwapExchange!]! + bnb_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootCount - optimismgoerli_rootCounts( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootCount_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootCount_filter + orderBy: bnb_swap_SwapDailyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootCount!]! - optimismgoerli_rootMessageSent( + ): [bnb_swap_SwapDailyVolume!]! + bnb_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootMessageSent - optimismgoerli_rootMessageSents( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootMessageSent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootMessageSent_filter + orderBy: bnb_swap_SwapHourlyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootMessageSent!]! - optimismgoerli_relayerFeesIncrease( + ): [bnb_swap_SwapHourlyVolume!]! + bnb_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFeesIncrease - optimismgoerli_relayerFeesIncreases( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFeesIncrease_filter + orderBy: bnb_swap_SwapWeeklyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFeesIncrease!]! - optimismgoerli_slippageUpdate( + ): [bnb_swap_SwapWeeklyVolume!]! + bnb_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_SlippageUpdate - optimismgoerli_slippageUpdates( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SlippageUpdate_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SlippageUpdate_filter + orderBy: bnb_swap_LpAccount_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_SlippageUpdate!]! - optimismgoerli_snapshotRoot( + ): [bnb_swap_LpAccount!]! + bnb_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_SnapshotRoot - optimismgoerli_snapshotRoots( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SnapshotRoot_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SnapshotRoot_filter + orderBy: bnb_swap_LpAccountBalance_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_SnapshotRoot!]! - optimismgoerli_spokeConnectorMode( + ): [bnb_swap_LpAccountBalance!]! + bnb_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_SpokeConnectorMode - optimismgoerli_spokeConnectorModes( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SpokeConnectorMode_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SpokeConnectorMode_filter + orderBy: bnb_swap_LpToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_SpokeConnectorMode!]! - optimismgoerli_aggregateRootProposed( + ): [bnb_swap_LpToken!]! + bnb_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AggregateRootProposed - optimismgoerli_aggregateRootProposeds( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AggregateRootProposed_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AggregateRootProposed_filter + orderBy: bnb_swap_LpTransferEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AggregateRootProposed!]! - optimismgoerli_optimisticRootFinalized( + ): [bnb_swap_LpTransferEvent!]! + bnb_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OptimisticRootFinalized - optimismgoerli_optimisticRootFinalizeds( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OptimisticRootFinalized_filter + orderBy: bnb_swap_StableSwapEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ - goerli_asset( + ): [bnb_swap_StableSwapEvent!]! + bnb_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Asset - goerli_assets( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_Asset_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Asset_filter + orderBy: bnb_swap_SwapTradeVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Asset!]! - goerli_assetStatus( + ): [bnb_swap_SwapTradeVolume!]! + bnb_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AssetStatus - goerli_assetStatuses( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetStatus_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetStatus_filter + orderBy: bnb_swap_LpTokenEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AssetStatus!]! - goerli_assetBalance( + ): [bnb_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ + avalanche_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AssetBalance - goerli_assetBalances( + ): avalanche_swap_SystemInfo + avalanche_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetBalance_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetBalance_filter + orderBy: avalanche_swap_SystemInfo_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AssetBalance!]! - goerli_router( + ): [avalanche_swap_SystemInfo!]! + avalanche_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Router - goerli_routers( + ): avalanche_swap_PooledToken + avalanche_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_Router_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Router_filter + orderBy: avalanche_swap_PooledToken_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Router!]! - goerli_routerDailyTVL( + ): [avalanche_swap_PooledToken!]! + avalanche_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RouterDailyTVL - goerli_routerDailyTVLs( + ): avalanche_swap_StableSwap + avalanche_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterDailyTVL_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterDailyTVL_filter + orderBy: avalanche_swap_StableSwap_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RouterDailyTVL!]! - goerli_routerLiquidityEvent( + ): [avalanche_swap_StableSwap!]! + avalanche_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RouterLiquidityEvent - goerli_routerLiquidityEvents( + ): avalanche_swap_StableSwapAddLiquidityEvent + avalanche_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterLiquidityEvent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterLiquidityEvent_filter + orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RouterLiquidityEvent!]! - goerli_setting( + ): [avalanche_swap_StableSwapAddLiquidityEvent!]! + avalanche_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Setting - goerli_settings( + ): avalanche_swap_StableSwapRemoveLiquidityEvent + avalanche_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_Setting_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Setting_filter + orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Setting!]! - goerli_relayer( + ): [avalanche_swap_StableSwapRemoveLiquidityEvent!]! + avalanche_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Relayer - goerli_relayers( + ): avalanche_swap_StableSwapExchange + avalanche_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_Relayer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Relayer_filter + orderBy: avalanche_swap_StableSwapExchange_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Relayer!]! - goerli_sequencer( + ): [avalanche_swap_StableSwapExchange!]! + avalanche_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Sequencer - goerli_sequencers( + ): avalanche_swap_SwapDailyVolume + avalanche_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_Sequencer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Sequencer_filter + orderBy: avalanche_swap_SwapDailyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Sequencer!]! - goerli_relayerFee( + ): [avalanche_swap_SwapDailyVolume!]! + avalanche_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RelayerFee - goerli_relayerFees( + ): avalanche_swap_SwapHourlyVolume + avalanche_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFee_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFee_filter + orderBy: avalanche_swap_SwapHourlyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RelayerFee!]! - goerli_originTransfer( + ): [avalanche_swap_SwapHourlyVolume!]! + avalanche_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OriginTransfer - goerli_originTransfers( + ): avalanche_swap_SwapWeeklyVolume + avalanche_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginTransfer_filter + orderBy: avalanche_swap_SwapWeeklyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OriginTransfer!]! - goerli_destinationTransfer( + ): [avalanche_swap_SwapWeeklyVolume!]! + avalanche_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_DestinationTransfer - goerli_destinationTransfers( + ): avalanche_swap_LpAccount + avalanche_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_DestinationTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_DestinationTransfer_filter + orderBy: avalanche_swap_LpAccount_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_DestinationTransfer!]! - goerli_originMessage( + ): [avalanche_swap_LpAccount!]! + avalanche_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OriginMessage - goerli_originMessages( + ): avalanche_swap_LpAccountBalance + avalanche_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginMessage_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginMessage_filter + orderBy: avalanche_swap_LpAccountBalance_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OriginMessage!]! - goerli_aggregateRoot( + ): [avalanche_swap_LpAccountBalance!]! + avalanche_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregateRoot - goerli_aggregateRoots( + ): avalanche_swap_LpToken + avalanche_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRoot_filter + orderBy: avalanche_swap_LpToken_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregateRoot!]! - goerli_connectorMeta( + ): [avalanche_swap_LpToken!]! + avalanche_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ConnectorMeta - goerli_connectorMetas( + ): avalanche_swap_LpTransferEvent + avalanche_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ConnectorMeta_filter + orderBy: avalanche_swap_LpTransferEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ConnectorMeta!]! - goerli_rootCount( + ): [avalanche_swap_LpTransferEvent!]! + avalanche_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootCount - goerli_rootCounts( + ): avalanche_swap_StableSwapEvent + avalanche_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootCount_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootCount_filter + orderBy: avalanche_swap_StableSwapEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootCount!]! - goerli_rootMessageSent( + ): [avalanche_swap_StableSwapEvent!]! + avalanche_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootMessageSent - goerli_rootMessageSents( + ): avalanche_swap_SwapTradeVolume + avalanche_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageSent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageSent_filter + orderBy: avalanche_swap_SwapTradeVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootMessageSent!]! - goerli_relayerFeesIncrease( + ): [avalanche_swap_SwapTradeVolume!]! + avalanche_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RelayerFeesIncrease - goerli_relayerFeesIncreases( + ): avalanche_swap_LpTokenEvent + avalanche_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFeesIncrease_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFeesIncrease_filter + orderBy: avalanche_swap_LpTokenEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: goerli_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RelayerFeesIncrease!]! - goerli_slippageUpdate( + ): [avalanche_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_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: goerli_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 - ): goerli_SlippageUpdate - goerli_slippageUpdates( + ): base_swap_SystemInfo + base_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_SlippageUpdate_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SlippageUpdate_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: goerli_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 - ): [goerli_SlippageUpdate!]! - goerli_snapshotRoot( + ): [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: goerli_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 - ): goerli_SnapshotRoot - goerli_snapshotRoots( + ): base_swap_PooledToken + base_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_SnapshotRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SnapshotRoot_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: goerli_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 - ): [goerli_SnapshotRoot!]! - goerli_spokeConnectorMode( + ): [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: goerli_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 - ): goerli_SpokeConnectorMode - goerli_spokeConnectorModes( + ): base_swap_StableSwap + base_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_SpokeConnectorMode_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SpokeConnectorMode_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: goerli_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 - ): [goerli_SpokeConnectorMode!]! - goerli_aggregateRootProposed( + ): [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: goerli_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 - ): goerli_AggregateRootProposed - goerli_aggregateRootProposeds( + ): base_swap_StableSwapAddLiquidityEvent + base_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRootProposed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRootProposed_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: goerli_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 - ): [goerli_AggregateRootProposed!]! - goerli_optimisticRootFinalized( + ): [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: goerli_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 - ): goerli_OptimisticRootFinalized - goerli_optimisticRootFinalizeds( + ): base_swap_StableSwapRemoveLiquidityEvent + base_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimisticRootFinalized_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimisticRootFinalized_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: goerli_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 - ): [goerli_OptimisticRootFinalized!]! - stagingoptimismgoerli_asset( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Asset - stagingoptimismgoerli_assets( + ): base_swap_StableSwapExchange + base_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Asset_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Asset_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Asset!]! - stagingoptimismgoerli_assetStatus( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AssetStatus - stagingoptimismgoerli_assetStatuses( + ): base_swap_SwapDailyVolume + base_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetStatus_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetStatus_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AssetStatus!]! - stagingoptimismgoerli_assetBalance( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AssetBalance - stagingoptimismgoerli_assetBalances( + ): base_swap_SwapHourlyVolume + base_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetBalance_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetBalance_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AssetBalance!]! - stagingoptimismgoerli_router( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Router - stagingoptimismgoerli_routers( + ): base_swap_SwapWeeklyVolume + base_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Router_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Router_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Router!]! - stagingoptimismgoerli_routerDailyTVL( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RouterDailyTVL - stagingoptimismgoerli_routerDailyTVLs( + ): base_swap_LpAccount + base_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterDailyTVL_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RouterDailyTVL!]! - stagingoptimismgoerli_routerLiquidityEvent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RouterLiquidityEvent - stagingoptimismgoerli_routerLiquidityEvents( + ): base_swap_LpAccountBalance + base_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterLiquidityEvent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RouterLiquidityEvent!]! - stagingoptimismgoerli_setting( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Setting - stagingoptimismgoerli_settings( + ): base_swap_LpToken + base_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Setting_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Setting_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Setting!]! - stagingoptimismgoerli_relayer( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Relayer - stagingoptimismgoerli_relayers( + ): base_swap_LpTransferEvent + base_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Relayer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Relayer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Relayer!]! - stagingoptimismgoerli_sequencer( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_Sequencer - stagingoptimismgoerli_sequencers( + ): base_swap_StableSwapEvent + base_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Sequencer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Sequencer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_Sequencer!]! - stagingoptimismgoerli_relayerFee( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RelayerFee - stagingoptimismgoerli_relayerFees( + ): base_swap_SwapTradeVolume + base_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFee_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFee_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RelayerFee!]! - stagingoptimismgoerli_originTransfer( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_OriginTransfer - stagingoptimismgoerli_originTransfers( + ): base_swap_LpTokenEvent + base_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginTransfer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_OriginTransfer!]! - stagingoptimismgoerli_destinationTransfer( + ): [base_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + base_swap__meta(block: base_swap_Block_height): base_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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_DestinationTransfer - stagingoptimismgoerli_destinationTransfers( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_DestinationTransfer_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_DestinationTransfer!]! - stagingoptimismgoerli_originMessage( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_OriginMessage - stagingoptimismgoerli_originMessages( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginMessage_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginMessage_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_OriginMessage!]! - stagingoptimismgoerli_aggregateRoot( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AggregateRoot - stagingoptimismgoerli_aggregateRoots( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRoot_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AggregateRoot!]! - stagingoptimismgoerli_connectorMeta( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_ConnectorMeta - stagingoptimismgoerli_connectorMetas( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_ConnectorMeta_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_ConnectorMeta!]! - stagingoptimismgoerli_rootCount( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RootCount - stagingoptimismgoerli_rootCounts( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootCount_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootCount_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RootCount!]! - stagingoptimismgoerli_rootMessageSent( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RootMessageSent - stagingoptimismgoerli_rootMessageSents( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootMessageSent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootMessageSent_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RootMessageSent!]! - stagingoptimismgoerli_relayerFeesIncrease( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_RelayerFeesIncrease - stagingoptimismgoerli_relayerFeesIncreases( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFeesIncrease_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_RelayerFeesIncrease!]! - stagingoptimismgoerli_slippageUpdate( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_SlippageUpdate - stagingoptimismgoerli_slippageUpdates( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SlippageUpdate_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_SlippageUpdate!]! - stagingoptimismgoerli_snapshotRoot( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_SnapshotRoot - stagingoptimismgoerli_snapshotRoots( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SnapshotRoot_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_SnapshotRoot!]! - stagingoptimismgoerli_spokeConnectorMode( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_SpokeConnectorMode - stagingoptimismgoerli_spokeConnectorModes( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SpokeConnectorMode_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_SpokeConnectorMode!]! - stagingoptimismgoerli_aggregateRootProposed( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_AggregateRootProposed - stagingoptimismgoerli_aggregateRootProposeds( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRootProposed_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_AggregateRootProposed!]! - stagingoptimismgoerli_optimisticRootFinalized( + ): [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: stagingoptimismgoerli_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 - ): stagingoptimismgoerli_OptimisticRootFinalized - stagingoptimismgoerli_optimisticRootFinalizeds( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OptimisticRootFinalized_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: stagingoptimismgoerli_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 - ): [stagingoptimismgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ - mumbai_asset( + ): [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: mumbai_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 - ): mumbai_Asset - mumbai_assets( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Asset_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Asset_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: mumbai_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 - ): [mumbai_Asset!]! - mumbai_assetStatus( + ): [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: mumbai_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 - ): mumbai_AssetStatus - mumbai_assetStatuses( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetStatus_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetStatus_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: mumbai_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 - ): [mumbai_AssetStatus!]! - mumbai_assetBalance( + ): [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: mumbai_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 - ): mumbai_AssetBalance - mumbai_assetBalances( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetBalance_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetBalance_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: mumbai_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 - ): [mumbai_AssetBalance!]! - mumbai_router( + ): [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: mumbai_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 - ): mumbai_Router - mumbai_routers( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Router_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Router_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: mumbai_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 - ): [mumbai_Router!]! - mumbai_routerDailyTVL( + ): [xdai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xdai_swap__meta(block: xdai_swap_Block_height): xdai_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: mumbai_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 - ): mumbai_RouterDailyTVL - mumbai_routerDailyTVLs( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterDailyTVL_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterDailyTVL_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: mumbai_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 - ): [mumbai_RouterDailyTVL!]! - mumbai_routerLiquidityEvent( + ): [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: mumbai_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 - ): mumbai_RouterLiquidityEvent - mumbai_routerLiquidityEvents( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterLiquidityEvent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterLiquidityEvent_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: mumbai_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 - ): [mumbai_RouterLiquidityEvent!]! - mumbai_setting( + ): [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: mumbai_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 - ): mumbai_Setting - mumbai_settings( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Setting_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Setting_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: mumbai_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 - ): [mumbai_Setting!]! - mumbai_relayer( + ): [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: mumbai_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 - ): mumbai_Relayer - mumbai_relayers( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Relayer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Relayer_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: mumbai_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 - ): [mumbai_Relayer!]! - mumbai_sequencer( + ): [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: mumbai_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 - ): mumbai_Sequencer - mumbai_sequencers( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Sequencer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Sequencer_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: mumbai_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 - ): [mumbai_Sequencer!]! - mumbai_relayerFee( + ): [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: mumbai_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 - ): mumbai_RelayerFee - mumbai_relayerFees( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFee_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFee_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: mumbai_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 - ): [mumbai_RelayerFee!]! - mumbai_originTransfer( + ): [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: mumbai_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 - ): mumbai_OriginTransfer - mumbai_originTransfers( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginTransfer_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: mumbai_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 - ): [mumbai_OriginTransfer!]! - mumbai_destinationTransfer( + ): [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: mumbai_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 - ): mumbai_DestinationTransfer - mumbai_destinationTransfers( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_DestinationTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_DestinationTransfer_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: mumbai_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 - ): [mumbai_DestinationTransfer!]! - mumbai_originMessage( + ): [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: mumbai_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 - ): mumbai_OriginMessage - mumbai_originMessages( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginMessage_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginMessage_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: mumbai_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 - ): [mumbai_OriginMessage!]! - mumbai_aggregateRoot( + ): [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: mumbai_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 - ): mumbai_AggregateRoot - mumbai_aggregateRoots( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRoot_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: mumbai_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 - ): [mumbai_AggregateRoot!]! - mumbai_connectorMeta( + ): [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: mumbai_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 - ): mumbai_ConnectorMeta - mumbai_connectorMetas( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_ConnectorMeta_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_ConnectorMeta_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: mumbai_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 - ): [mumbai_ConnectorMeta!]! - mumbai_rootCount( + ): [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: mumbai_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 - ): mumbai_RootCount - mumbai_rootCounts( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootCount_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootCount_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: mumbai_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 - ): [mumbai_RootCount!]! - mumbai_rootMessageSent( + ): [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: mumbai_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 - ): mumbai_RootMessageSent - mumbai_rootMessageSents( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootMessageSent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootMessageSent_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: mumbai_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 - ): [mumbai_RootMessageSent!]! - mumbai_relayerFeesIncrease( + ): [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: mumbai_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 - ): mumbai_RelayerFeesIncrease - mumbai_relayerFeesIncreases( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFeesIncrease_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFeesIncrease_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: mumbai_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 - ): [mumbai_RelayerFeesIncrease!]! - mumbai_slippageUpdate( + ): [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: mumbai_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 - ): mumbai_SlippageUpdate - mumbai_slippageUpdates( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SlippageUpdate_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SlippageUpdate_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: mumbai_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 - ): [mumbai_SlippageUpdate!]! - mumbai_snapshotRoot( + ): [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: mumbai_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 - ): mumbai_SnapshotRoot - mumbai_snapshotRoots( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SnapshotRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SnapshotRoot_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: mumbai_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 - ): [mumbai_SnapshotRoot!]! - mumbai_spokeConnectorMode( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + arbitrumone_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_SpokeConnectorMode - mumbai_spokeConnectorModes( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SpokeConnectorMode_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SpokeConnectorMode_filter + orderBy: arbitrumone_swap_SystemInfo_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_SpokeConnectorMode!]! - mumbai_aggregateRootProposed( + ): [arbitrumone_swap_SystemInfo!]! + arbitrumone_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AggregateRootProposed - mumbai_aggregateRootProposeds( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRootProposed_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRootProposed_filter + orderBy: arbitrumone_swap_PooledToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AggregateRootProposed!]! - mumbai_optimisticRootFinalized( + ): [arbitrumone_swap_PooledToken!]! + arbitrumone_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_OptimisticRootFinalized - mumbai_optimisticRootFinalizeds( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OptimisticRootFinalized_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OptimisticRootFinalized_filter + orderBy: arbitrumone_swap_StableSwap_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mumbai_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ - basegoerli_asset( + ): [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: basegoerli_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 - ): basegoerli_Asset - basegoerli_assets( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Asset_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Asset_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: basegoerli_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 - ): [basegoerli_Asset!]! - basegoerli_assetStatus( + ): [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: basegoerli_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 - ): basegoerli_AssetStatus - basegoerli_assetStatuses( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AssetStatus_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AssetStatus_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: basegoerli_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 - ): [basegoerli_AssetStatus!]! - basegoerli_assetBalance( + ): [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: basegoerli_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 - ): basegoerli_AssetBalance - basegoerli_assetBalances( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AssetBalance_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AssetBalance_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: basegoerli_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 - ): [basegoerli_AssetBalance!]! - basegoerli_router( + ): [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: basegoerli_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 - ): basegoerli_Router - basegoerli_routers( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Router_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Router_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: basegoerli_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 - ): [basegoerli_Router!]! - basegoerli_routerDailyTVL( + ): [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: basegoerli_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 - ): basegoerli_RouterDailyTVL - basegoerli_routerDailyTVLs( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RouterDailyTVL_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RouterDailyTVL_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: basegoerli_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 - ): [basegoerli_RouterDailyTVL!]! - basegoerli_routerLiquidityEvent( + ): [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: basegoerli_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 - ): basegoerli_RouterLiquidityEvent - basegoerli_routerLiquidityEvents( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RouterLiquidityEvent_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RouterLiquidityEvent_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: basegoerli_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 - ): [basegoerli_RouterLiquidityEvent!]! - basegoerli_setting( + ): [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: basegoerli_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 - ): basegoerli_Setting - basegoerli_settings( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Setting_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Setting_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: basegoerli_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 - ): [basegoerli_Setting!]! - basegoerli_relayer( + ): [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: basegoerli_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 - ): basegoerli_Relayer - basegoerli_relayers( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Relayer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Relayer_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: basegoerli_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 - ): [basegoerli_Relayer!]! - basegoerli_sequencer( + ): [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: basegoerli_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 - ): basegoerli_Sequencer - basegoerli_sequencers( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_Sequencer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_Sequencer_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: basegoerli_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 - ): [basegoerli_Sequencer!]! - basegoerli_relayerFee( + ): [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: basegoerli_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 - ): basegoerli_RelayerFee - basegoerli_relayerFees( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RelayerFee_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RelayerFee_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: basegoerli_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 - ): [basegoerli_RelayerFee!]! - basegoerli_originTransfer( + ): [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: basegoerli_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 - ): basegoerli_OriginTransfer - basegoerli_originTransfers( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OriginTransfer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OriginTransfer_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: basegoerli_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 - ): [basegoerli_OriginTransfer!]! - basegoerli_destinationTransfer( + ): [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: basegoerli_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 - ): basegoerli_DestinationTransfer - basegoerli_destinationTransfers( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_DestinationTransfer_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_DestinationTransfer_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: basegoerli_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 - ): [basegoerli_DestinationTransfer!]! - basegoerli_originMessage( + ): [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: basegoerli_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 - ): basegoerli_OriginMessage - basegoerli_originMessages( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OriginMessage_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OriginMessage_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: basegoerli_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 - ): [basegoerli_OriginMessage!]! - basegoerli_aggregateRoot( + ): [arbitrumone_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_AggregateRoot - basegoerli_aggregateRoots( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AggregateRoot_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AggregateRoot_filter + orderBy: mainnet_RootAggregated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_AggregateRoot!]! - basegoerli_connectorMeta( + ): [mainnet_RootAggregated!]! + mainnet_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_ConnectorMeta - basegoerli_connectorMetas( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_ConnectorMeta_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_ConnectorMeta_filter + orderBy: mainnet_RootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_ConnectorMeta!]! - basegoerli_rootCount( + ): [mainnet_RootPropagated!]! + mainnet_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_RootCount - basegoerli_rootCounts( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RootCount_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RootCount_filter + orderBy: mainnet_AggregatedMessageRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_RootCount!]! - basegoerli_rootMessageSent( + ): [mainnet_AggregatedMessageRoot!]! + mainnet_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_RootMessageSent - basegoerli_rootMessageSents( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RootMessageSent_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RootMessageSent_filter + orderBy: mainnet_RootManagerMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_RootMessageSent!]! - basegoerli_relayerFeesIncrease( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_RelayerFeesIncrease - basegoerli_relayerFeesIncreases( + ): mainnet_RootManagerMode + mainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_RelayerFeesIncrease_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_RelayerFeesIncrease_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_RelayerFeesIncrease!]! - basegoerli_slippageUpdate( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_SlippageUpdate - basegoerli_slippageUpdates( + ): mainnet_OptimisticRootProposed + mainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SlippageUpdate_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SlippageUpdate_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_SlippageUpdate!]! - basegoerli_snapshotRoot( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_SnapshotRoot - basegoerli_snapshotRoots( + ): mainnet_HubOptimisticRootFinalized + mainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SnapshotRoot_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SnapshotRoot_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_SnapshotRoot!]! - basegoerli_spokeConnectorMode( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_SpokeConnectorMode - basegoerli_spokeConnectorModes( + ): mainnet_OptimisticRootPropagated + mainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_SpokeConnectorMode_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_SpokeConnectorMode_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_SpokeConnectorMode!]! - basegoerli_aggregateRootProposed( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_AggregateRootProposed - basegoerli_aggregateRootProposeds( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_AggregateRootProposed_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_AggregateRootProposed_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_AggregateRootProposed!]! - basegoerli_optimisticRootFinalized( + ): [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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): basegoerli_OptimisticRootFinalized - basegoerli_optimisticRootFinalizeds( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: basegoerli_OptimisticRootFinalized_orderBy - orderDirection: basegoerli_OrderDirection - where: basegoerli_OptimisticRootFinalized_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: basegoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [basegoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - basegoerli__meta(block: basegoerli_Block_height): basegoerli__Meta_ - stagingmumbai_asset( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Asset - stagingmumbai_assets( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Asset_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Asset_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Asset!]! - stagingmumbai_assetStatus( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetStatus - stagingmumbai_assetStatuses( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetStatus_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetStatus_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetStatus!]! - stagingmumbai_assetBalance( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetBalance - stagingmumbai_assetBalances( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetBalance_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetBalance_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetBalance!]! - stagingmumbai_router( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Router - stagingmumbai_routers( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Router_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Router_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Router!]! - stagingmumbai_routerDailyTVL( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RouterDailyTVL - stagingmumbai_routerDailyTVLs( + ): mainnet_MetisConnectorMeta + mainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterDailyTVL_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterDailyTVL_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RouterDailyTVL!]! - stagingmumbai_routerLiquidityEvent( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RouterLiquidityEvent - stagingmumbai_routerLiquidityEvents( + ): mainnet_MantleConnectorMeta + mainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterLiquidityEvent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterLiquidityEvent_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RouterLiquidityEvent!]! - stagingmumbai_setting( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Setting - stagingmumbai_settings( + ): mainnet_AvalancheConnectorMeta + mainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Setting_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Setting_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Setting!]! - stagingmumbai_relayer( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Relayer - stagingmumbai_relayers( + ): mainnet_BaseConnectorMeta + mainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Relayer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Relayer_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Relayer!]! - stagingmumbai_sequencer( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Sequencer - stagingmumbai_sequencers( + ): mainnet_PolygonZkConnectorMeta + mainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Sequencer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Sequencer_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Sequencer!]! - stagingmumbai_relayerFee( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFee - stagingmumbai_relayerFees( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFee_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFee_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFee!]! - stagingmumbai_originTransfer( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginTransfer - stagingmumbai_originTransfers( + ): mainnet_ModeConnectorMeta + mainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginTransfer_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginTransfer!]! - stagingmumbai_destinationTransfer( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_DestinationTransfer - stagingmumbai_destinationTransfers( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_DestinationTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_DestinationTransfer_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_DestinationTransfer!]! - stagingmumbai_originMessage( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginMessage - stagingmumbai_originMessages( + ): mainnet_AggregateRootSavedSlow + mainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginMessage_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginMessage_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginMessage!]! - stagingmumbai_aggregateRoot( + ): [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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRoot - stagingmumbai_aggregateRoots( + ): mainnet_HubDomain + mainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRoot_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: stagingmumbai_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRoot!]! - stagingmumbai_connectorMeta( + ): [mainnet_HubDomain!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ + localmainnet_rootAggregated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_ConnectorMeta - stagingmumbai_connectorMetas( + ): localmainnet_RootAggregated + localmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_ConnectorMeta_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_ConnectorMeta_filter + orderBy: localmainnet_RootAggregated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_ConnectorMeta!]! - stagingmumbai_rootCount( + ): [localmainnet_RootAggregated!]! + localmainnet_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootCount - stagingmumbai_rootCounts( + ): localmainnet_RootPropagated + localmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootCount_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootCount_filter + orderBy: localmainnet_RootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootCount!]! - stagingmumbai_rootMessageSent( + ): [localmainnet_RootPropagated!]! + localmainnet_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootMessageSent - stagingmumbai_rootMessageSents( + ): localmainnet_AggregatedMessageRoot + localmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootMessageSent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootMessageSent_filter + orderBy: localmainnet_AggregatedMessageRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootMessageSent!]! - stagingmumbai_relayerFeesIncrease( + ): [localmainnet_AggregatedMessageRoot!]! + localmainnet_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFeesIncrease - stagingmumbai_relayerFeesIncreases( + ): localmainnet_RootManagerMeta + localmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFeesIncrease_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFeesIncrease_filter + orderBy: localmainnet_RootManagerMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFeesIncrease!]! - stagingmumbai_slippageUpdate( + ): [localmainnet_RootManagerMeta!]! + localmainnet_rootManagerMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SlippageUpdate - stagingmumbai_slippageUpdates( + ): localmainnet_RootManagerMode + localmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SlippageUpdate_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SlippageUpdate_filter + orderBy: localmainnet_RootManagerMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SlippageUpdate!]! - stagingmumbai_snapshotRoot( + ): [localmainnet_RootManagerMode!]! + localmainnet_optimisticRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SnapshotRoot - stagingmumbai_snapshotRoots( + ): localmainnet_OptimisticRootProposed + localmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SnapshotRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SnapshotRoot_filter + orderBy: localmainnet_OptimisticRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SnapshotRoot!]! - stagingmumbai_spokeConnectorMode( + ): [localmainnet_OptimisticRootProposed!]! + localmainnet_hubOptimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SpokeConnectorMode - stagingmumbai_spokeConnectorModes( + ): localmainnet_HubOptimisticRootFinalized + localmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SpokeConnectorMode_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SpokeConnectorMode_filter + orderBy: localmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SpokeConnectorMode!]! - stagingmumbai_aggregateRootProposed( + ): [localmainnet_HubOptimisticRootFinalized!]! + localmainnet_optimisticRootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRootProposed - stagingmumbai_aggregateRootProposeds( + ): localmainnet_OptimisticRootPropagated + localmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRootProposed_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRootProposed_filter + orderBy: localmainnet_OptimisticRootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRootProposed!]! - stagingmumbai_optimisticRootFinalized( + ): [localmainnet_OptimisticRootPropagated!]! + localmainnet_polygonConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OptimisticRootFinalized - stagingmumbai_optimisticRootFinalizeds( + ): localmainnet_PolygonConnectorMeta + localmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OptimisticRootFinalized_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OptimisticRootFinalized_filter + orderBy: localmainnet_PolygonConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmumbai_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ - polygon_asset( + ): [localmainnet_PolygonConnectorMeta!]! + localmainnet_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_OptimismConnectorMeta + localmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_filter + orderBy: localmainnet_OptimismConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_OptimismConnectorMeta!]! + localmainnet_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_BnbConnectorMeta + localmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_filter + orderBy: localmainnet_BnbConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_BnbConnectorMeta!]! + localmainnet_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_ArbitrumConnectorMeta + localmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_filter + orderBy: localmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_ArbitrumConnectorMeta!]! + localmainnet_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_GnosisConnectorMeta + localmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_filter + orderBy: localmainnet_GnosisConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_GnosisConnectorMeta!]! + localmainnet_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_ZkSyncConnectorMeta + localmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_filter + orderBy: localmainnet_ZkSyncConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_ZkSyncConnectorMeta!]! + localmainnet_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_RootMessageProcessed + localmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_filter + orderBy: localmainnet_RootMessageProcessed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_RootMessageProcessed!]! + localmainnet_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_AggregateRootSavedSlow + localmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_filter + orderBy: localmainnet_AggregateRootSavedSlow_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_AggregateRootSavedSlow!]! + localmainnet_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): localmainnet_HubDomain + localmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_filter + orderBy: localmainnet_HubDomain_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: localmainnet_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( + ): [localmainnet_HubDomain!]! + """Access to subgraph metadata""" + localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ + staginggoerli_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Sequencer - polygon_sequencers( + ): staginggoerli_swap_SystemInfo + staginggoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_filter + orderBy: staginggoerli_swap_SystemInfo_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Sequencer!]! - polygon_relayerFee( + ): [staginggoerli_swap_SystemInfo!]! + staginggoerli_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFee - polygon_relayerFees( + ): staginggoerli_swap_PooledToken + staginggoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_filter + orderBy: staginggoerli_swap_PooledToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFee!]! - polygon_originTransfer( + ): [staginggoerli_swap_PooledToken!]! + staginggoerli_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginTransfer - polygon_originTransfers( + ): staginggoerli_swap_StableSwap + staginggoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_filter + orderBy: staginggoerli_swap_StableSwap_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginTransfer!]! - polygon_destinationTransfer( + ): [staginggoerli_swap_StableSwap!]! + staginggoerli_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_DestinationTransfer - polygon_destinationTransfers( + ): staginggoerli_swap_StableSwapAddLiquidityEvent + staginggoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_filter + orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_DestinationTransfer!]! - polygon_originMessage( + ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! + staginggoerli_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginMessage - polygon_originMessages( + ): staginggoerli_swap_StableSwapRemoveLiquidityEvent + staginggoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_filter + orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginMessage!]! - polygon_aggregateRoot( + ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! + staginggoerli_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AggregateRoot - polygon_aggregateRoots( + ): staginggoerli_swap_StableSwapExchange + staginggoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_filter + orderBy: staginggoerli_swap_StableSwapExchange_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AggregateRoot!]! - polygon_connectorMeta( + ): [staginggoerli_swap_StableSwapExchange!]! + staginggoerli_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_ConnectorMeta - polygon_connectorMetas( + ): staginggoerli_swap_SwapDailyVolume + staginggoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_filter + orderBy: staginggoerli_swap_SwapDailyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_ConnectorMeta!]! - polygon_rootCount( + ): [staginggoerli_swap_SwapDailyVolume!]! + staginggoerli_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootCount - polygon_rootCounts( + ): staginggoerli_swap_SwapHourlyVolume + staginggoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_filter + orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootCount!]! - polygon_rootMessageSent( + ): [staginggoerli_swap_SwapHourlyVolume!]! + staginggoerli_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootMessageSent - polygon_rootMessageSents( + ): staginggoerli_swap_SwapWeeklyVolume + staginggoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_filter + orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [staginggoerli_swap_SwapWeeklyVolume!]! + staginggoerli_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFeesIncrease - polygon_relayerFeesIncreases( + ): staginggoerli_swap_LpAccount + staginggoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_filter + orderBy: staginggoerli_swap_LpAccount_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFeesIncrease!]! - polygon_slippageUpdate( + ): [staginggoerli_swap_LpAccount!]! + staginggoerli_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SlippageUpdate - polygon_slippageUpdates( + ): staginggoerli_swap_LpAccountBalance + staginggoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_filter + orderBy: staginggoerli_swap_LpAccountBalance_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SlippageUpdate!]! - polygon_snapshotRoot( + ): [staginggoerli_swap_LpAccountBalance!]! + staginggoerli_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SnapshotRoot - polygon_snapshotRoots( + ): staginggoerli_swap_LpToken + staginggoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_SnapshotRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SnapshotRoot_filter + orderBy: staginggoerli_swap_LpToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SnapshotRoot!]! - polygon_spokeConnectorMode( + ): [staginggoerli_swap_LpToken!]! + staginggoerli_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SpokeConnectorMode - polygon_spokeConnectorModes( + ): staginggoerli_swap_LpTransferEvent + staginggoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_SpokeConnectorMode_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SpokeConnectorMode_filter + orderBy: staginggoerli_swap_LpTransferEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SpokeConnectorMode!]! - polygon_aggregateRootProposed( + ): [staginggoerli_swap_LpTransferEvent!]! + staginggoerli_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AggregateRootProposed - polygon_aggregateRootProposeds( + ): staginggoerli_swap_StableSwapEvent + staginggoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRootProposed_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRootProposed_filter + orderBy: staginggoerli_swap_StableSwapEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AggregateRootProposed!]! - polygon_optimisticRootFinalized( + ): [staginggoerli_swap_StableSwapEvent!]! + staginggoerli_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OptimisticRootFinalized - polygon_optimisticRootFinalizeds( + ): staginggoerli_swap_SwapTradeVolume + staginggoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_OptimisticRootFinalized_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OptimisticRootFinalized_filter + orderBy: staginggoerli_swap_SwapTradeVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ - staginggoerli_asset( + ): [staginggoerli_swap_SwapTradeVolume!]! + staginggoerli_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Asset - staginggoerli_assets( + ): staginggoerli_swap_LpTokenEvent + staginggoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Asset_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Asset_filter + orderBy: staginggoerli_swap_LpTokenEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Asset!]! - staginggoerli_assetStatus( + ): [staginggoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ + stagingoptimismgoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetStatus - staginggoerli_assetStatuses( + ): stagingoptimismgoerli_Asset + stagingoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetStatus_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetStatus_filter + orderBy: stagingoptimismgoerli_Asset_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetStatus!]! - staginggoerli_assetBalance( + ): [stagingoptimismgoerli_Asset!]! + stagingoptimismgoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetBalance - staginggoerli_assetBalances( + ): stagingoptimismgoerli_AssetStatus + stagingoptimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetBalance_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetBalance_filter + orderBy: stagingoptimismgoerli_AssetStatus_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetBalance!]! - staginggoerli_router( + ): [stagingoptimismgoerli_AssetStatus!]! + stagingoptimismgoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Router - staginggoerli_routers( + ): stagingoptimismgoerli_AssetBalance + stagingoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Router_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Router_filter + orderBy: stagingoptimismgoerli_AssetBalance_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Router!]! - staginggoerli_routerDailyTVL( + ): [stagingoptimismgoerli_AssetBalance!]! + stagingoptimismgoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RouterDailyTVL - staginggoerli_routerDailyTVLs( + ): stagingoptimismgoerli_Router + stagingoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterDailyTVL_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterDailyTVL_filter + orderBy: stagingoptimismgoerli_Router_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RouterDailyTVL!]! - staginggoerli_routerLiquidityEvent( + ): [stagingoptimismgoerli_Router!]! + stagingoptimismgoerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RouterLiquidityEvent - staginggoerli_routerLiquidityEvents( + ): stagingoptimismgoerli_RouterDailyTVL + stagingoptimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterLiquidityEvent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterLiquidityEvent_filter + orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RouterLiquidityEvent!]! - staginggoerli_setting( + ): [stagingoptimismgoerli_RouterDailyTVL!]! + stagingoptimismgoerli_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Setting - staginggoerli_settings( + ): stagingoptimismgoerli_RouterLiquidityEvent + stagingoptimismgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Setting_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Setting_filter + orderBy: stagingoptimismgoerli_RouterLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Setting!]! - staginggoerli_relayer( + ): [stagingoptimismgoerli_RouterLiquidityEvent!]! + stagingoptimismgoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Relayer - staginggoerli_relayers( + ): stagingoptimismgoerli_Setting + stagingoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Relayer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Relayer_filter + orderBy: stagingoptimismgoerli_Setting_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Relayer!]! - staginggoerli_sequencer( + ): [stagingoptimismgoerli_Setting!]! + stagingoptimismgoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Sequencer - staginggoerli_sequencers( + ): stagingoptimismgoerli_Relayer + stagingoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Sequencer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Sequencer_filter + orderBy: stagingoptimismgoerli_Relayer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Sequencer!]! - staginggoerli_relayerFee( + ): [stagingoptimismgoerli_Relayer!]! + stagingoptimismgoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RelayerFee - staginggoerli_relayerFees( + ): stagingoptimismgoerli_Sequencer + stagingoptimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFee_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFee_filter + orderBy: stagingoptimismgoerli_Sequencer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RelayerFee!]! - staginggoerli_originTransfer( + ): [stagingoptimismgoerli_Sequencer!]! + stagingoptimismgoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OriginTransfer - staginggoerli_originTransfers( + ): stagingoptimismgoerli_RelayerFee + stagingoptimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginTransfer_filter + orderBy: stagingoptimismgoerli_RelayerFee_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OriginTransfer!]! - staginggoerli_destinationTransfer( + ): [stagingoptimismgoerli_RelayerFee!]! + stagingoptimismgoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_DestinationTransfer - staginggoerli_destinationTransfers( + ): stagingoptimismgoerli_OriginTransfer + stagingoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_DestinationTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_DestinationTransfer_filter + orderBy: stagingoptimismgoerli_OriginTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_DestinationTransfer!]! - staginggoerli_originMessage( + ): [stagingoptimismgoerli_OriginTransfer!]! + stagingoptimismgoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OriginMessage - staginggoerli_originMessages( + ): stagingoptimismgoerli_DestinationTransfer + stagingoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginMessage_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginMessage_filter + orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OriginMessage!]! - staginggoerli_aggregateRoot( + ): [stagingoptimismgoerli_DestinationTransfer!]! + stagingoptimismgoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRoot - staginggoerli_aggregateRoots( + ): stagingoptimismgoerli_OriginMessage + stagingoptimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRoot_filter + orderBy: stagingoptimismgoerli_OriginMessage_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRoot!]! - staginggoerli_connectorMeta( + ): [stagingoptimismgoerli_OriginMessage!]! + stagingoptimismgoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ConnectorMeta - staginggoerli_connectorMetas( + ): stagingoptimismgoerli_AggregateRoot + stagingoptimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ConnectorMeta_filter + orderBy: stagingoptimismgoerli_AggregateRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ConnectorMeta!]! - staginggoerli_rootCount( + ): [stagingoptimismgoerli_AggregateRoot!]! + stagingoptimismgoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootCount - staginggoerli_rootCounts( + ): stagingoptimismgoerli_ConnectorMeta + stagingoptimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootCount_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootCount_filter + orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootCount!]! - staginggoerli_rootMessageSent( + ): [stagingoptimismgoerli_ConnectorMeta!]! + stagingoptimismgoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootMessageSent - staginggoerli_rootMessageSents( + ): stagingoptimismgoerli_RootCount + stagingoptimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageSent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageSent_filter + orderBy: stagingoptimismgoerli_RootCount_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootMessageSent!]! - staginggoerli_relayerFeesIncrease( + ): [stagingoptimismgoerli_RootCount!]! + stagingoptimismgoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RelayerFeesIncrease - staginggoerli_relayerFeesIncreases( + ): stagingoptimismgoerli_RootMessageSent + stagingoptimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFeesIncrease_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFeesIncrease_filter + orderBy: stagingoptimismgoerli_RootMessageSent_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RelayerFeesIncrease!]! - staginggoerli_slippageUpdate( + ): [stagingoptimismgoerli_RootMessageSent!]! + stagingoptimismgoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SlippageUpdate - staginggoerli_slippageUpdates( + ): stagingoptimismgoerli_RelayerFeesIncrease + stagingoptimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SlippageUpdate_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SlippageUpdate_filter + orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SlippageUpdate!]! - staginggoerli_snapshotRoot( + ): [stagingoptimismgoerli_RelayerFeesIncrease!]! + stagingoptimismgoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SnapshotRoot - staginggoerli_snapshotRoots( + ): stagingoptimismgoerli_SlippageUpdate + stagingoptimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SnapshotRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SnapshotRoot_filter + orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SnapshotRoot!]! - staginggoerli_spokeConnectorMode( + ): [stagingoptimismgoerli_SlippageUpdate!]! + stagingoptimismgoerli_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SpokeConnectorMode - staginggoerli_spokeConnectorModes( + ): stagingoptimismgoerli_SnapshotRoot + stagingoptimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SpokeConnectorMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SpokeConnectorMode_filter + orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SpokeConnectorMode!]! - staginggoerli_aggregateRootProposed( + ): [stagingoptimismgoerli_SnapshotRoot!]! + stagingoptimismgoerli_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRootProposed - staginggoerli_aggregateRootProposeds( + ): stagingoptimismgoerli_SpokeConnectorMode + stagingoptimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootProposed_filter + orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRootProposed!]! - staginggoerli_optimisticRootFinalized( + ): [stagingoptimismgoerli_SpokeConnectorMode!]! + stagingoptimismgoerli_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootFinalized - staginggoerli_optimisticRootFinalizeds( + ): stagingoptimismgoerli_AggregateRootProposed + stagingoptimismgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootFinalized_filter + orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootFinalized!]! - optimism_asset( + ): [stagingoptimismgoerli_AggregateRootProposed!]! + stagingoptimismgoerli_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Asset - optimism_assets( + ): stagingoptimismgoerli_OptimisticRootFinalized + stagingoptimismgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_filter + orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Asset!]! - optimism_assetStatus( + ): [stagingoptimismgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__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: optimism_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 - ): optimism_AssetStatus - optimism_assetStatuses( + ): mantle_swap_SystemInfo + mantle_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_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: optimism_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 - ): [optimism_AssetStatus!]! - optimism_assetBalance( + ): [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: optimism_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 - ): optimism_AssetBalance - optimism_assetBalances( + ): mantle_swap_PooledToken + mantle_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_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: optimism_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 - ): [optimism_AssetBalance!]! - optimism_router( + ): [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: optimism_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 - ): optimism_Router - optimism_routers( + ): mantle_swap_StableSwap + mantle_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_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: optimism_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 - ): [optimism_Router!]! - optimism_routerDailyTVL( + ): [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: optimism_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 - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): mantle_swap_StableSwapAddLiquidityEvent + mantle_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_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: optimism_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 - ): [optimism_RouterDailyTVL!]! - optimism_routerLiquidityEvent( + ): [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: optimism_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 - ): optimism_RouterLiquidityEvent - optimism_routerLiquidityEvents( + ): mantle_swap_StableSwapRemoveLiquidityEvent + mantle_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_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: optimism_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 - ): [optimism_RouterLiquidityEvent!]! - optimism_setting( + ): [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: optimism_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 - ): optimism_Setting - optimism_settings( + ): mantle_swap_StableSwapExchange + mantle_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_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: optimism_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 - ): [optimism_Setting!]! - optimism_relayer( + ): [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: optimism_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 - ): optimism_Relayer - optimism_relayers( + ): mantle_swap_SwapDailyVolume + mantle_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_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: optimism_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 - ): [optimism_Relayer!]! - optimism_sequencer( + ): [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: optimism_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 - ): optimism_Sequencer - optimism_sequencers( + ): mantle_swap_SwapHourlyVolume + mantle_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_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: optimism_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 - ): [optimism_Sequencer!]! - optimism_relayerFee( + ): [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: optimism_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 - ): optimism_RelayerFee - optimism_relayerFees( + ): mantle_swap_SwapWeeklyVolume + mantle_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_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: optimism_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 - ): [optimism_RelayerFee!]! - optimism_originTransfer( + ): [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: optimism_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 - ): optimism_OriginTransfer - optimism_originTransfers( + ): mantle_swap_LpAccount + mantle_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_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: optimism_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 - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( + ): [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: optimism_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 - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): mantle_swap_LpAccountBalance + mantle_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_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: optimism_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 - ): [optimism_DestinationTransfer!]! - optimism_originMessage( + ): [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: optimism_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 - ): optimism_OriginMessage - optimism_originMessages( + ): mantle_swap_LpToken + mantle_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_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: optimism_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 - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( + ): [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: optimism_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 - ): optimism_AggregateRoot - optimism_aggregateRoots( + ): mantle_swap_LpTransferEvent + mantle_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_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: optimism_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 - ): [optimism_AggregateRoot!]! - optimism_connectorMeta( + ): [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: optimism_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 - ): optimism_ConnectorMeta - optimism_connectorMetas( + ): mantle_swap_StableSwapEvent + mantle_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_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: optimism_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 - ): [optimism_ConnectorMeta!]! - optimism_rootCount( + ): [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: optimism_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 - ): optimism_RootCount - optimism_rootCounts( + ): mantle_swap_SwapTradeVolume + mantle_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_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: optimism_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 - ): [optimism_RootCount!]! - optimism_rootMessageSent( + ): [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: optimism_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 - ): optimism_RootMessageSent - optimism_rootMessageSents( + ): mantle_swap_LpTokenEvent + mantle_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_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: optimism_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 - ): [optimism_RootMessageSent!]! - optimism_relayerFeesIncrease( + ): [mantle_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ + stagingmumbai_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFeesIncrease - optimism_relayerFeesIncreases( + ): stagingmumbai_Asset + stagingmumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: stagingmumbai_Asset_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFeesIncrease!]! - optimism_slippageUpdate( + ): [stagingmumbai_Asset!]! + stagingmumbai_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SlippageUpdate - optimism_slippageUpdates( + ): stagingmumbai_AssetStatus + stagingmumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: stagingmumbai_AssetStatus_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SlippageUpdate!]! - optimism_snapshotRoot( + ): [stagingmumbai_AssetStatus!]! + stagingmumbai_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SnapshotRoot - optimism_snapshotRoots( + ): stagingmumbai_AssetBalance + stagingmumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_SnapshotRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SnapshotRoot_filter + orderBy: stagingmumbai_AssetBalance_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SnapshotRoot!]! - optimism_spokeConnectorMode( + ): [stagingmumbai_AssetBalance!]! + stagingmumbai_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SpokeConnectorMode - optimism_spokeConnectorModes( + ): stagingmumbai_Router + stagingmumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_SpokeConnectorMode_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SpokeConnectorMode_filter + orderBy: stagingmumbai_Router_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SpokeConnectorMode!]! - optimism_aggregateRootProposed( + ): [stagingmumbai_Router!]! + stagingmumbai_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AggregateRootProposed - optimism_aggregateRootProposeds( + ): stagingmumbai_RouterDailyTVL + stagingmumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRootProposed_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRootProposed_filter + orderBy: stagingmumbai_RouterDailyTVL_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AggregateRootProposed!]! - optimism_optimisticRootFinalized( + ): [stagingmumbai_RouterDailyTVL!]! + stagingmumbai_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: stagingmumbai_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( + ): stagingmumbai_RouterLiquidityEvent + stagingmumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_OptimisticRootFinalized_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OptimisticRootFinalized_filter + orderBy: stagingmumbai_RouterLiquidityEvent_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_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: stagingmumbai_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_ - mantle_swap_systemInfo( + ): [stagingmumbai_RouterLiquidityEvent!]! + stagingmumbai_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SystemInfo - mantle_swap_systemInfos( + ): stagingmumbai_Setting + stagingmumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SystemInfo_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SystemInfo_filter + orderBy: stagingmumbai_Setting_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SystemInfo!]! - mantle_swap_pooledToken( + ): [stagingmumbai_Setting!]! + stagingmumbai_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_PooledToken - mantle_swap_pooledTokens( + ): stagingmumbai_Relayer + stagingmumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_PooledToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_PooledToken_filter + orderBy: stagingmumbai_Relayer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_PooledToken!]! - mantle_swap_stableSwap( + ): [stagingmumbai_Relayer!]! + stagingmumbai_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwap - mantle_swap_stableSwaps( + ): stagingmumbai_Sequencer + stagingmumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwap_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwap_filter + orderBy: stagingmumbai_Sequencer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwap!]! - mantle_swap_stableSwapAddLiquidityEvent( + ): [stagingmumbai_Sequencer!]! + stagingmumbai_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapAddLiquidityEvent - mantle_swap_stableSwapAddLiquidityEvents( + ): stagingmumbai_RelayerFee + stagingmumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingmumbai_RelayerFee_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapAddLiquidityEvent!]! - mantle_swap_stableSwapRemoveLiquidityEvent( + ): [stagingmumbai_RelayerFee!]! + stagingmumbai_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapRemoveLiquidityEvent - mantle_swap_stableSwapRemoveLiquidityEvents( + ): stagingmumbai_OriginTransfer + stagingmumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingmumbai_OriginTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! - mantle_swap_stableSwapExchange( + ): [stagingmumbai_OriginTransfer!]! + stagingmumbai_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapExchange - mantle_swap_stableSwapExchanges( + ): stagingmumbai_DestinationTransfer + stagingmumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapExchange_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapExchange_filter + orderBy: stagingmumbai_DestinationTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapExchange!]! - mantle_swap_swapDailyVolume( + ): [stagingmumbai_DestinationTransfer!]! + stagingmumbai_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapDailyVolume - mantle_swap_swapDailyVolumes( + ): stagingmumbai_OriginMessage + stagingmumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapDailyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapDailyVolume_filter + orderBy: stagingmumbai_OriginMessage_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapDailyVolume!]! - mantle_swap_swapHourlyVolume( + ): [stagingmumbai_OriginMessage!]! + stagingmumbai_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapHourlyVolume - mantle_swap_swapHourlyVolumes( + ): stagingmumbai_AggregateRoot + stagingmumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapHourlyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapHourlyVolume_filter + orderBy: stagingmumbai_AggregateRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapHourlyVolume!]! - mantle_swap_swapWeeklyVolume( + ): [stagingmumbai_AggregateRoot!]! + stagingmumbai_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapWeeklyVolume - mantle_swap_swapWeeklyVolumes( + ): stagingmumbai_ConnectorMeta + stagingmumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapWeeklyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapWeeklyVolume_filter + orderBy: stagingmumbai_ConnectorMeta_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapWeeklyVolume!]! - mantle_swap_lpAccount( + ): [stagingmumbai_ConnectorMeta!]! + stagingmumbai_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccount - mantle_swap_lpAccounts( + ): stagingmumbai_RootCount + stagingmumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccount_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccount_filter + orderBy: stagingmumbai_RootCount_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccount!]! - mantle_swap_lpAccountBalance( + ): [stagingmumbai_RootCount!]! + stagingmumbai_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccountBalance - mantle_swap_lpAccountBalances( + ): stagingmumbai_RootMessageSent + stagingmumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccountBalance_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccountBalance_filter + orderBy: stagingmumbai_RootMessageSent_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccountBalance!]! - mantle_swap_lpToken( + ): [stagingmumbai_RootMessageSent!]! + stagingmumbai_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpToken - mantle_swap_lpTokens( + ): stagingmumbai_RelayerFeesIncrease + stagingmumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpToken_filter + orderBy: stagingmumbai_RelayerFeesIncrease_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpToken!]! - mantle_swap_lpTransferEvent( + ): [stagingmumbai_RelayerFeesIncrease!]! + stagingmumbai_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTransferEvent - mantle_swap_lpTransferEvents( + ): stagingmumbai_SlippageUpdate + stagingmumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTransferEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTransferEvent_filter + orderBy: stagingmumbai_SlippageUpdate_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTransferEvent!]! - mantle_swap_stableSwapEvent( + ): [stagingmumbai_SlippageUpdate!]! + stagingmumbai_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapEvent - mantle_swap_stableSwapEvents( + ): stagingmumbai_SnapshotRoot + stagingmumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapEvent_filter + orderBy: stagingmumbai_SnapshotRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapEvent!]! - mantle_swap_swapTradeVolume( + ): [stagingmumbai_SnapshotRoot!]! + stagingmumbai_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapTradeVolume - mantle_swap_swapTradeVolumes( + ): stagingmumbai_SpokeConnectorMode + stagingmumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapTradeVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapTradeVolume_filter + orderBy: stagingmumbai_SpokeConnectorMode_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapTradeVolume!]! - mantle_swap_lpTokenEvent( + ): [stagingmumbai_SpokeConnectorMode!]! + stagingmumbai_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTokenEvent - mantle_swap_lpTokenEvents( + ): stagingmumbai_AggregateRootProposed + stagingmumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTokenEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTokenEvent_filter + orderBy: stagingmumbai_AggregateRootProposed_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ - mainnet_rootAggregated( + ): [stagingmumbai_AggregateRootProposed!]! + stagingmumbai_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): stagingmumbai_OptimisticRootFinalized + stagingmumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_filter + orderBy: stagingmumbai_OptimisticRootFinalized_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [stagingmumbai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ + arbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_filter + orderBy: arbitrumone_Asset_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [arbitrumone_Asset!]! + arbitrumone_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_filter + orderBy: arbitrumone_AssetStatus_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [arbitrumone_AssetStatus!]! + arbitrumone_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_filter + orderBy: arbitrumone_AssetBalance_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMeta!]! - mainnet_rootManagerMode( + ): [arbitrumone_AssetBalance!]! + arbitrumone_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMode - mainnet_rootManagerModes( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMode_filter + orderBy: arbitrumone_Router_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMode!]! - mainnet_optimisticRootProposed( + ): [arbitrumone_Router!]! + arbitrumone_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootProposed - mainnet_optimisticRootProposeds( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootProposed_filter + orderBy: arbitrumone_RouterDailyTVL_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootProposed!]! - mainnet_hubOptimisticRootFinalized( + ): [arbitrumone_RouterDailyTVL!]! + arbitrumone_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_HubOptimisticRootFinalized - mainnet_hubOptimisticRootFinalizeds( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubOptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubOptimisticRootFinalized_filter + orderBy: arbitrumone_RouterLiquidityEvent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_HubOptimisticRootFinalized!]! - mainnet_optimisticRootPropagated( + ): [arbitrumone_RouterLiquidityEvent!]! + arbitrumone_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootPropagated - mainnet_optimisticRootPropagateds( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootPropagated_filter + orderBy: arbitrumone_Setting_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootPropagated!]! - mainnet_polygonConnectorMeta( + ): [arbitrumone_Setting!]! + arbitrumone_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_filter + orderBy: arbitrumone_Relayer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_GnosisConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_LineaConnectorMeta!]! - mainnet_metisConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_MetisConnectorMeta - mainnet_metisConnectorMetas( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MetisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MetisConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_MetisConnectorMeta!]! - mainnet_mantleConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_MantleConnectorMeta - mainnet_mantleConnectorMetas( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MantleConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MantleConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_MantleConnectorMeta!]! - mainnet_avalancheConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AvalancheConnectorMeta - mainnet_avalancheConnectorMetas( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AvalancheConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AvalancheConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AvalancheConnectorMeta!]! - mainnet_baseConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_BaseConnectorMeta - mainnet_baseConnectorMetas( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BaseConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BaseConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_BaseConnectorMeta!]! - mainnet_polygonZkConnectorMeta( + ): [arbitrumone_RootMessageSent!]! + arbitrumone_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_PolygonZkConnectorMeta - mainnet_polygonZkConnectorMetas( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonZkConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonZkConnectorMeta_filter + orderBy: arbitrumone_RelayerFeesIncrease_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_PolygonZkConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [arbitrumone_RelayerFeesIncrease!]! + arbitrumone_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ZkSyncConnectorMeta - mainnet_zkSyncConnectorMetas( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_filter + orderBy: arbitrumone_SlippageUpdate_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_modeConnectorMeta( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ModeConnectorMeta - mainnet_modeConnectorMetas( + ): arbitrumone_SnapshotRoot + arbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ModeConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ModeConnectorMeta_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ModeConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): arbitrumone_SpokeConnectorMode + arbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageProcessed!]! - mainnet_aggregateRootSavedSlow( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRootSavedSlow - mainnet_aggregateRootSavedSlows( + ): arbitrumone_AggregateRootProposed + arbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootSavedSlow_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootSavedSlow_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRootSavedSlow!]! - mainnet_hubDomain( + ): [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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_HubDomain - mainnet_hubDomains( + ): arbitrumone_OptimisticRootFinalized + arbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubDomain_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubDomain_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: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_HubDomain!]! + ): [arbitrumone_OptimisticRootFinalized!]! """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - testgoerli_asset( + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ + basegoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Asset - testgoerli_assets( + ): basegoerli_Asset + basegoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Asset_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Asset_filter + orderBy: basegoerli_Asset_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Asset!]! - testgoerli_assetBalance( + ): [basegoerli_Asset!]! + basegoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_AssetBalance - testgoerli_assetBalances( + ): basegoerli_AssetStatus + basegoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_AssetBalance_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_AssetBalance_filter + orderBy: basegoerli_AssetStatus_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_AssetBalance!]! - testgoerli_router( + ): [basegoerli_AssetStatus!]! + basegoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Router - testgoerli_routers( + ): basegoerli_AssetBalance + basegoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Router_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Router_filter + orderBy: basegoerli_AssetBalance_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Router!]! - testgoerli_setting( + ): [basegoerli_AssetBalance!]! + basegoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Setting - testgoerli_settings( + ): basegoerli_Router + basegoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Setting_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Setting_filter + orderBy: basegoerli_Router_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Setting!]! - testgoerli_relayer( + ): [basegoerli_Router!]! + basegoerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Relayer - testgoerli_relayers( + ): basegoerli_RouterDailyTVL + basegoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Relayer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Relayer_filter + orderBy: basegoerli_RouterDailyTVL_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Relayer!]! - testgoerli_stableSwap( + ): [basegoerli_RouterDailyTVL!]! + basegoerli_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: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_StableSwap - testgoerli_stableSwaps( + ): basegoerli_RouterLiquidityEvent + basegoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_StableSwap_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_StableSwap_filter + orderBy: basegoerli_RouterLiquidityEvent_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_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: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_StableSwap!]! - testgoerli_sponsorVault( + ): [basegoerli_RouterLiquidityEvent!]! + basegoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_SponsorVault - testgoerli_sponsorVaults( + ): basegoerli_Setting + basegoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_SponsorVault_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_SponsorVault_filter + orderBy: basegoerli_Setting_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_SponsorVault!]! - testgoerli_originTransfer( + ): [basegoerli_Setting!]! + basegoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_OriginTransfer - testgoerli_originTransfers( + ): basegoerli_Relayer + basegoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_OriginTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_OriginTransfer_filter + orderBy: basegoerli_Relayer_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_OriginTransfer!]! - testgoerli_destinationTransfer( + ): [basegoerli_Relayer!]! + basegoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_DestinationTransfer - testgoerli_destinationTransfers( + ): basegoerli_Sequencer + basegoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_DestinationTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_DestinationTransfer_filter + orderBy: basegoerli_Sequencer_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: testgoerli_Block_height + block: basegoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ - stagingzksync_asset( + ): [basegoerli_Sequencer!]! + basegoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_RelayerFee + basegoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Asset_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Asset_filter + orderBy: basegoerli_RelayerFee_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_RelayerFee!]! + basegoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_OriginTransfer + basegoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetStatus_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetStatus_filter + orderBy: basegoerli_OriginTransfer_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_OriginTransfer!]! + basegoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_DestinationTransfer + basegoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetBalance_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetBalance_filter + orderBy: basegoerli_DestinationTransfer_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_DestinationTransfer!]! + basegoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_OriginMessage + basegoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Router_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Router_filter + orderBy: basegoerli_OriginMessage_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_OriginMessage!]! + basegoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_AggregateRoot + basegoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterDailyTVL_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterDailyTVL_filter + orderBy: basegoerli_AggregateRoot_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_AggregateRoot!]! + basegoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_ConnectorMeta + basegoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterLiquidityEvent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterLiquidityEvent_filter + orderBy: basegoerli_ConnectorMeta_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_ConnectorMeta!]! + basegoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_RootCount + basegoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Setting_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Setting_filter + orderBy: basegoerli_RootCount_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_RootCount!]! + basegoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_RootMessageSent + basegoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Relayer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Relayer_filter + orderBy: basegoerli_RootMessageSent_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_RootMessageSent!]! + basegoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_RelayerFeesIncrease + basegoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Sequencer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Sequencer_filter + orderBy: basegoerli_RelayerFeesIncrease_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_RelayerFeesIncrease!]! + basegoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): basegoerli_SlippageUpdate + basegoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFee_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFee_filter + orderBy: basegoerli_SlippageUpdate_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block 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: basegoerli_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( + ): [basegoerli_SlippageUpdate!]! + basegoerli_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: basegoerli_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( + ): basegoerli_SnapshotRoot + basegoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginTransfer_filter + orderBy: basegoerli_SnapshotRoot_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_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: basegoerli_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( + ): [basegoerli_SnapshotRoot!]! + basegoerli_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: basegoerli_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( + ): basegoerli_SpokeConnectorMode + basegoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_DestinationTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_DestinationTransfer_filter + orderBy: basegoerli_SpokeConnectorMode_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_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: basegoerli_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( + ): [basegoerli_SpokeConnectorMode!]! + basegoerli_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: basegoerli_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( + ): basegoerli_AggregateRootProposed + basegoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginMessage_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginMessage_filter + orderBy: basegoerli_AggregateRootProposed_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_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: basegoerli_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( + ): [basegoerli_AggregateRootProposed!]! + basegoerli_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: basegoerli_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( + ): basegoerli_OptimisticRootFinalized + basegoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRoot_filter + orderBy: basegoerli_OptimisticRootFinalized_orderBy + orderDirection: basegoerli_OrderDirection + where: basegoerli_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: basegoerli_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( + ): [basegoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + basegoerli__meta(block: basegoerli_Block_height): basegoerli__Meta_ + optimismgoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_ConnectorMeta - stagingzksync_connectorMetas( + ): optimismgoerli_Asset + optimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_ConnectorMeta_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_ConnectorMeta_filter + orderBy: optimismgoerli_Asset_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_ConnectorMeta!]! - stagingzksync_rootCount( + ): [optimismgoerli_Asset!]! + optimismgoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RootCount - stagingzksync_rootCounts( + ): optimismgoerli_AssetStatus + optimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootCount_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootCount_filter + orderBy: optimismgoerli_AssetStatus_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RootCount!]! - stagingzksync_rootMessageSent( + ): [optimismgoerli_AssetStatus!]! + optimismgoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RootMessageSent - stagingzksync_rootMessageSents( + ): optimismgoerli_AssetBalance + optimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootMessageSent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootMessageSent_filter + orderBy: optimismgoerli_AssetBalance_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RootMessageSent!]! - stagingzksync_relayerFeesIncrease( + ): [optimismgoerli_AssetBalance!]! + optimismgoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RelayerFeesIncrease - stagingzksync_relayerFeesIncreases( + ): optimismgoerli_Router + optimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFeesIncrease_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFeesIncrease_filter + orderBy: optimismgoerli_Router_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RelayerFeesIncrease!]! - stagingzksync_slippageUpdate( + ): [optimismgoerli_Router!]! + optimismgoerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SlippageUpdate - stagingzksync_slippageUpdates( + ): optimismgoerli_RouterDailyTVL + optimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SlippageUpdate_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SlippageUpdate_filter + orderBy: optimismgoerli_RouterDailyTVL_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SlippageUpdate!]! - stagingzksync_snapshotRoot( + ): [optimismgoerli_RouterDailyTVL!]! + optimismgoerli_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SnapshotRoot - stagingzksync_snapshotRoots( + ): optimismgoerli_RouterLiquidityEvent + optimismgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SnapshotRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SnapshotRoot_filter + orderBy: optimismgoerli_RouterLiquidityEvent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SnapshotRoot!]! - stagingzksync_spokeConnectorMode( + ): [optimismgoerli_RouterLiquidityEvent!]! + optimismgoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SpokeConnectorMode - stagingzksync_spokeConnectorModes( + ): optimismgoerli_Setting + optimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SpokeConnectorMode_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SpokeConnectorMode_filter + orderBy: optimismgoerli_Setting_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SpokeConnectorMode!]! - stagingzksync_aggregateRootProposed( + ): [optimismgoerli_Setting!]! + optimismgoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AggregateRootProposed - stagingzksync_aggregateRootProposeds( + ): optimismgoerli_Relayer + optimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRootProposed_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRootProposed_filter + orderBy: optimismgoerli_Relayer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AggregateRootProposed!]! - stagingzksync_optimisticRootFinalized( + ): [optimismgoerli_Relayer!]! + optimismgoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_OptimisticRootFinalized - stagingzksync_optimisticRootFinalizeds( + ): optimismgoerli_Sequencer + optimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OptimisticRootFinalized_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OptimisticRootFinalized_filter + orderBy: optimismgoerli_Sequencer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ - base_asset( + ): [optimismgoerli_Sequencer!]! + optimismgoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Asset - base_assets( + ): optimismgoerli_RelayerFee + optimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_Asset_orderBy - orderDirection: base_OrderDirection - where: base_Asset_filter + orderBy: optimismgoerli_RelayerFee_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Asset!]! - base_assetStatus( + ): [optimismgoerli_RelayerFee!]! + optimismgoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetStatus - base_assetStatuses( + ): optimismgoerli_OriginTransfer + optimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_AssetStatus_orderBy - orderDirection: base_OrderDirection - where: base_AssetStatus_filter + orderBy: optimismgoerli_OriginTransfer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetStatus!]! - base_assetBalance( + ): [optimismgoerli_OriginTransfer!]! + optimismgoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetBalance - base_assetBalances( + ): optimismgoerli_DestinationTransfer + optimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_AssetBalance_orderBy - orderDirection: base_OrderDirection - where: base_AssetBalance_filter + orderBy: optimismgoerli_DestinationTransfer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetBalance!]! - base_router( + ): [optimismgoerli_DestinationTransfer!]! + optimismgoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Router - base_routers( + ): optimismgoerli_OriginMessage + optimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_Router_orderBy - orderDirection: base_OrderDirection - where: base_Router_filter + orderBy: optimismgoerli_OriginMessage_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Router!]! - base_routerDailyTVL( + ): [optimismgoerli_OriginMessage!]! + optimismgoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterDailyTVL - base_routerDailyTVLs( + ): optimismgoerli_AggregateRoot + optimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_RouterDailyTVL_orderBy - orderDirection: base_OrderDirection - where: base_RouterDailyTVL_filter + orderBy: optimismgoerli_AggregateRoot_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterDailyTVL!]! - base_routerLiquidityEvent( + ): [optimismgoerli_AggregateRoot!]! + optimismgoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterLiquidityEvent - base_routerLiquidityEvents( + ): optimismgoerli_ConnectorMeta + optimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_RouterLiquidityEvent_orderBy - orderDirection: base_OrderDirection - where: base_RouterLiquidityEvent_filter + orderBy: optimismgoerli_ConnectorMeta_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterLiquidityEvent!]! - base_setting( + ): [optimismgoerli_ConnectorMeta!]! + optimismgoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Setting - base_settings( + ): optimismgoerli_RootCount + optimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_Setting_orderBy - orderDirection: base_OrderDirection - where: base_Setting_filter + orderBy: optimismgoerli_RootCount_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Setting!]! - base_relayer( + ): [optimismgoerli_RootCount!]! + optimismgoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Relayer - base_relayers( + ): optimismgoerli_RootMessageSent + optimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_Relayer_orderBy - orderDirection: base_OrderDirection - where: base_Relayer_filter + orderBy: optimismgoerli_RootMessageSent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Relayer!]! - base_sequencer( + ): [optimismgoerli_RootMessageSent!]! + optimismgoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Sequencer - base_sequencers( + ): optimismgoerli_RelayerFeesIncrease + optimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_Sequencer_orderBy - orderDirection: base_OrderDirection - where: base_Sequencer_filter + orderBy: optimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Sequencer!]! - base_relayerFee( + ): [optimismgoerli_RelayerFeesIncrease!]! + optimismgoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RelayerFee - base_relayerFees( + ): optimismgoerli_SlippageUpdate + optimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFee_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFee_filter + orderBy: optimismgoerli_SlippageUpdate_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RelayerFee!]! - base_originTransfer( + ): [optimismgoerli_SlippageUpdate!]! + optimismgoerli_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: optimismgoerli_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( + ): optimismgoerli_SnapshotRoot + optimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_OriginTransfer_orderBy - orderDirection: base_OrderDirection - where: base_OriginTransfer_filter + orderBy: optimismgoerli_SnapshotRoot_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_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: optimismgoerli_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( + ): [optimismgoerli_SnapshotRoot!]! + optimismgoerli_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: optimismgoerli_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( + ): optimismgoerli_SpokeConnectorMode + optimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_DestinationTransfer_orderBy - orderDirection: base_OrderDirection - where: base_DestinationTransfer_filter + orderBy: optimismgoerli_SpokeConnectorMode_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_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: optimismgoerli_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( + ): [optimismgoerli_SpokeConnectorMode!]! + optimismgoerli_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: optimismgoerli_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( + ): optimismgoerli_AggregateRootProposed + optimismgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_OriginMessage_orderBy - orderDirection: base_OrderDirection - where: base_OriginMessage_filter + orderBy: optimismgoerli_AggregateRootProposed_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_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: optimismgoerli_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( + ): [optimismgoerli_AggregateRootProposed!]! + optimismgoerli_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: optimismgoerli_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( + ): optimismgoerli_OptimisticRootFinalized + optimismgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRoot_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRoot_filter + orderBy: optimismgoerli_OptimisticRootFinalized_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_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: optimismgoerli_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( + ): [optimismgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__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: base_Block_height + block: mainnet_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( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: base_ConnectorMeta_orderBy - orderDirection: base_OrderDirection - where: base_ConnectorMeta_filter + orderBy: mainnet_Asset_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_RootCount_orderBy - orderDirection: base_OrderDirection - where: base_RootCount_filter + orderBy: mainnet_AssetStatus_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_RootMessageSent_orderBy - orderDirection: base_OrderDirection - where: base_RootMessageSent_filter + orderBy: mainnet_AssetBalance_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFeesIncrease_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFeesIncrease_filter + orderBy: mainnet_Router_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_SlippageUpdate_orderBy - orderDirection: base_OrderDirection - where: base_SlippageUpdate_filter + orderBy: mainnet_RouterDailyTVL_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_SnapshotRoot_orderBy - orderDirection: base_OrderDirection - where: base_SnapshotRoot_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: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: base_SpokeConnectorMode_orderBy - orderDirection: base_OrderDirection - where: base_SpokeConnectorMode_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: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRootProposed_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRootProposed_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: base_Block_height + block: mainnet_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( + ): [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: base_Block_height + block: mainnet_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( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_OptimisticRootFinalized_orderBy - orderDirection: base_OrderDirection - where: base_OptimisticRootFinalized_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: base_Block_height + block: mainnet_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_ - polygonzkevm_swap_asset( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Asset - polygonzkevm_swap_assets( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Asset_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Asset_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Asset!]! - polygonzkevm_swap_assetStatus( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AssetStatus - polygonzkevm_swap_assetStatuses( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetStatus_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetStatus_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AssetStatus!]! - polygonzkevm_swap_assetBalance( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AssetBalance - polygonzkevm_swap_assetBalances( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetBalance_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetBalance_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AssetBalance!]! - polygonzkevm_swap_router( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Router - polygonzkevm_swap_routers( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Router_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Router_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Router!]! - polygonzkevm_swap_routerDailyTVL( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RouterDailyTVL - polygonzkevm_swap_routerDailyTVLs( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterDailyTVL_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RouterDailyTVL!]! - polygonzkevm_swap_routerLiquidityEvent( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RouterLiquidityEvent - polygonzkevm_swap_routerLiquidityEvents( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterLiquidityEvent_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RouterLiquidityEvent!]! - polygonzkevm_swap_setting( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Setting - polygonzkevm_swap_settings( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Setting_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Setting_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Setting!]! - polygonzkevm_swap_relayer( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Relayer - polygonzkevm_swap_relayers( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Relayer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Relayer_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Relayer!]! - polygonzkevm_swap_sequencer( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Sequencer - polygonzkevm_swap_sequencers( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Sequencer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Sequencer_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Sequencer!]! - polygonzkevm_swap_relayerFee( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RelayerFee - polygonzkevm_swap_relayerFees( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFee_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFee_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RelayerFee!]! - polygonzkevm_swap_originTransfer( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_OriginTransfer - polygonzkevm_swap_originTransfers( + ): mainnet_SnapshotRoot + mainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginTransfer_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_OriginTransfer!]! - polygonzkevm_swap_destinationTransfer( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_DestinationTransfer - polygonzkevm_swap_destinationTransfers( + ): mainnet_SpokeConnectorMode + mainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_DestinationTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_DestinationTransfer_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_DestinationTransfer!]! - polygonzkevm_swap_originMessage( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_OriginMessage - polygonzkevm_swap_originMessages( + ): mainnet_AggregateRootProposed + mainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginMessage_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginMessage_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_OriginMessage!]! - polygonzkevm_swap_aggregateRoot( + ): [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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AggregateRoot - polygonzkevm_swap_aggregateRoots( + ): mainnet_OptimisticRootFinalized + mainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRoot_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: polygonzkevm_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AggregateRoot!]! - polygonzkevm_swap_connectorMeta( + ): [mainnet_OptimisticRootFinalized!]! + 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: polygonzkevm_swap_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 - ): polygonzkevm_swap_ConnectorMeta - polygonzkevm_swap_connectorMetas( + ): mode_Asset + mode_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_ConnectorMeta_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_ConnectorMeta_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_ConnectorMeta!]! - polygonzkevm_swap_rootCount( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_RootCount - polygonzkevm_swap_rootCounts( + ): mode_AssetStatus + mode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootCount_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootCount_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_RootCount!]! - polygonzkevm_swap_rootMessageSent( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_RootMessageSent - polygonzkevm_swap_rootMessageSents( + ): mode_AssetBalance + mode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootMessageSent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootMessageSent_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_RootMessageSent!]! - polygonzkevm_swap_relayerFeesIncrease( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_RelayerFeesIncrease - polygonzkevm_swap_relayerFeesIncreases( + ): mode_Router + mode_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFeesIncrease_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_RelayerFeesIncrease!]! - polygonzkevm_swap_slippageUpdate( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_SlippageUpdate - polygonzkevm_swap_slippageUpdates( + ): mode_RouterDailyTVL + mode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SlippageUpdate_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SlippageUpdate_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_SlippageUpdate!]! - polygonzkevm_swap_snapshotRoot( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_SnapshotRoot - polygonzkevm_swap_snapshotRoots( + ): mode_RouterLiquidityEvent + mode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SnapshotRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SnapshotRoot_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_SnapshotRoot!]! - polygonzkevm_swap_spokeConnectorMode( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_SpokeConnectorMode - polygonzkevm_swap_spokeConnectorModes( + ): mode_Setting + mode_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SpokeConnectorMode_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_SpokeConnectorMode!]! - polygonzkevm_swap_aggregateRootProposed( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_AggregateRootProposed - polygonzkevm_swap_aggregateRootProposeds( + ): mode_Relayer + mode_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRootProposed_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_AggregateRootProposed!]! - polygonzkevm_swap_optimisticRootFinalized( + ): [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: polygonzkevm_swap_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 - ): polygonzkevm_swap_OptimisticRootFinalized - polygonzkevm_swap_optimisticRootFinalizeds( + ): mode_Sequencer + mode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OptimisticRootFinalized_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: polygonzkevm_swap_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 - ): [polygonzkevm_swap_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ - stagingmainnet_asset( + ): [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: 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_Asset - stagingmainnet_assets( + ): mode_RelayerFee + mode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Asset_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Asset_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: 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_Asset!]! - stagingmainnet_assetStatus( + ): [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_AssetStatus - stagingmainnet_assetStatuses( + ): mode_OriginTransfer + mode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetStatus_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetStatus_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_AssetStatus!]! - stagingmainnet_assetBalance( + ): [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_AssetBalance - stagingmainnet_assetBalances( + ): mode_DestinationTransfer + mode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetBalance_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetBalance_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_AssetBalance!]! - stagingmainnet_router( + ): [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_Router - stagingmainnet_routers( + ): mode_OriginMessage + mode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Router_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Router_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_Router!]! - stagingmainnet_routerDailyTVL( + ): [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_RouterDailyTVL - stagingmainnet_routerDailyTVLs( + ): mode_AggregateRoot + mode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterDailyTVL_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterDailyTVL_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_RouterDailyTVL!]! - stagingmainnet_routerLiquidityEvent( + ): [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_RouterLiquidityEvent - stagingmainnet_routerLiquidityEvents( + ): mode_ConnectorMeta + mode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterLiquidityEvent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterLiquidityEvent_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_RouterLiquidityEvent!]! - stagingmainnet_setting( + ): [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_Setting - stagingmainnet_settings( + ): mode_RootCount + mode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Setting_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Setting_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_Setting!]! - stagingmainnet_relayer( + ): [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_Relayer - stagingmainnet_relayers( + ): mode_RootMessageSent + mode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Relayer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Relayer_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_Relayer!]! - stagingmainnet_sequencer( + ): [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_Sequencer - stagingmainnet_sequencers( + ): mode_RelayerFeesIncrease + mode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Sequencer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Sequencer_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_Sequencer!]! - stagingmainnet_relayerFee( + ): [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_RelayerFee - stagingmainnet_relayerFees( + ): mode_SlippageUpdate + mode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFee_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFee_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_RelayerFee!]! - stagingmainnet_originTransfer( + ): [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_OriginTransfer - stagingmainnet_originTransfers( + ): mode_SnapshotRoot + mode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginTransfer_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_OriginTransfer!]! - stagingmainnet_destinationTransfer( + ): [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_DestinationTransfer - stagingmainnet_destinationTransfers( + ): mode_SpokeConnectorMode + mode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_DestinationTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_DestinationTransfer_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_DestinationTransfer!]! - stagingmainnet_originMessage( + ): [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_OriginMessage - stagingmainnet_originMessages( + ): mode_AggregateRootProposed + mode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginMessage_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginMessage_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_OriginMessage!]! - stagingmainnet_aggregateRoot( + ): [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_AggregateRoot - stagingmainnet_aggregateRoots( + ): mode_OptimisticRootFinalized + mode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRoot_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_AggregateRoot!]! - stagingmainnet_connectorMeta( + ): [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_ConnectorMeta - stagingmainnet_connectorMetas( + ): stagingmetis_Asset + stagingmetis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ConnectorMeta_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_ConnectorMeta!]! - stagingmainnet_rootCount( + ): [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_RootCount - stagingmainnet_rootCounts( + ): stagingmetis_AssetStatus + stagingmetis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootCount_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootCount_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_RootCount!]! - stagingmainnet_rootMessageSent( + ): [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_RootMessageSent - stagingmainnet_rootMessageSents( + ): stagingmetis_AssetBalance + stagingmetis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageSent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageSent_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_RootMessageSent!]! - stagingmainnet_relayerFeesIncrease( + ): [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_RelayerFeesIncrease - stagingmainnet_relayerFeesIncreases( + ): stagingmetis_Router + stagingmetis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFeesIncrease_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFeesIncrease_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_RelayerFeesIncrease!]! - stagingmainnet_slippageUpdate( + ): [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_SlippageUpdate - stagingmainnet_slippageUpdates( + ): stagingmetis_RouterDailyTVL + stagingmetis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SlippageUpdate_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SlippageUpdate_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_SlippageUpdate!]! - stagingmainnet_snapshotRoot( + ): [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_SnapshotRoot - stagingmainnet_snapshotRoots( + ): stagingmetis_RouterLiquidityEvent + stagingmetis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SnapshotRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SnapshotRoot_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_SnapshotRoot!]! - stagingmainnet_spokeConnectorMode( + ): [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_SpokeConnectorMode - stagingmainnet_spokeConnectorModes( + ): stagingmetis_Setting + stagingmetis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SpokeConnectorMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SpokeConnectorMode_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_SpokeConnectorMode!]! - stagingmainnet_aggregateRootProposed( + ): [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: 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_AggregateRootProposed - stagingmainnet_aggregateRootProposeds( + ): stagingmetis_Relayer + stagingmetis_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootProposed_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: 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_AggregateRootProposed!]! - stagingmainnet_optimisticRootFinalized( + ): [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: 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_OptimisticRootFinalized - stagingmainnet_optimisticRootFinalizeds( + ): stagingmetis_Sequencer + stagingmetis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootFinalized_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: 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_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ - stagingbnb_asset( + ): [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: stagingbnb_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 - ): stagingbnb_Asset - stagingbnb_assets( + ): stagingmetis_RelayerFee + stagingmetis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Asset_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Asset_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: stagingbnb_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 - ): [stagingbnb_Asset!]! - stagingbnb_assetStatus( + ): [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: stagingbnb_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 - ): stagingbnb_AssetStatus - stagingbnb_assetStatuses( + ): stagingmetis_OriginTransfer + stagingmetis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetStatus_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetStatus_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: stagingbnb_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 - ): [stagingbnb_AssetStatus!]! - stagingbnb_assetBalance( + ): [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: stagingbnb_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 - ): stagingbnb_AssetBalance - stagingbnb_assetBalances( + ): stagingmetis_DestinationTransfer + stagingmetis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetBalance_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetBalance_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: stagingbnb_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 - ): [stagingbnb_AssetBalance!]! - stagingbnb_router( + ): [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: stagingbnb_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 - ): stagingbnb_Router - stagingbnb_routers( + ): stagingmetis_OriginMessage + stagingmetis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Router_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Router_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: stagingbnb_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 - ): [stagingbnb_Router!]! - stagingbnb_routerDailyTVL( + ): [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: stagingbnb_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 - ): stagingbnb_RouterDailyTVL - stagingbnb_routerDailyTVLs( + ): stagingmetis_AggregateRoot + stagingmetis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterDailyTVL_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterDailyTVL_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: stagingbnb_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 - ): [stagingbnb_RouterDailyTVL!]! - stagingbnb_routerLiquidityEvent( + ): [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: stagingbnb_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 - ): stagingbnb_RouterLiquidityEvent - stagingbnb_routerLiquidityEvents( + ): stagingmetis_ConnectorMeta + stagingmetis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterLiquidityEvent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterLiquidityEvent_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: stagingbnb_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 - ): [stagingbnb_RouterLiquidityEvent!]! - stagingbnb_setting( + ): [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: stagingbnb_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 - ): stagingbnb_Setting - stagingbnb_settings( + ): stagingmetis_RootCount + stagingmetis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Setting_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Setting_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: stagingbnb_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 - ): [stagingbnb_Setting!]! - stagingbnb_relayer( + ): [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: stagingbnb_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 - ): stagingbnb_Relayer - stagingbnb_relayers( + ): stagingmetis_RootMessageSent + stagingmetis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Relayer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Relayer_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: stagingbnb_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 - ): [stagingbnb_Relayer!]! - stagingbnb_sequencer( + ): [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: stagingbnb_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 - ): stagingbnb_Sequencer - stagingbnb_sequencers( + ): stagingmetis_RelayerFeesIncrease + stagingmetis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Sequencer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Sequencer_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: stagingbnb_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 - ): [stagingbnb_Sequencer!]! - stagingbnb_relayerFee( + ): [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: stagingbnb_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 - ): stagingbnb_RelayerFee - stagingbnb_relayerFees( + ): stagingmetis_SlippageUpdate + stagingmetis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFee_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFee_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: stagingbnb_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 - ): [stagingbnb_RelayerFee!]! - stagingbnb_originTransfer( + ): [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: stagingbnb_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 - ): stagingbnb_OriginTransfer - stagingbnb_originTransfers( + ): stagingmetis_SnapshotRoot + stagingmetis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginTransfer_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: stagingbnb_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 - ): [stagingbnb_OriginTransfer!]! - stagingbnb_destinationTransfer( + ): [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: stagingbnb_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 - ): stagingbnb_DestinationTransfer - stagingbnb_destinationTransfers( + ): stagingmetis_SpokeConnectorMode + stagingmetis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_DestinationTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_DestinationTransfer_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: stagingbnb_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 - ): [stagingbnb_DestinationTransfer!]! - stagingbnb_originMessage( + ): [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: stagingbnb_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 - ): stagingbnb_OriginMessage - stagingbnb_originMessages( + ): stagingmetis_AggregateRootProposed + stagingmetis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginMessage_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginMessage_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: stagingbnb_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 - ): [stagingbnb_OriginMessage!]! - stagingbnb_aggregateRoot( + ): [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: stagingbnb_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 - ): stagingbnb_AggregateRoot - stagingbnb_aggregateRoots( + ): stagingmetis_OptimisticRootFinalized + stagingmetis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRoot_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: stagingbnb_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 - ): [stagingbnb_AggregateRoot!]! - stagingbnb_connectorMeta( + ): [stagingmetis_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__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_ConnectorMeta - stagingbnb_connectorMetas( + ): stagingmantle_Asset + stagingmantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_ConnectorMeta_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_ConnectorMeta_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_ConnectorMeta!]! - stagingbnb_rootCount( + ): [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_RootCount - stagingbnb_rootCounts( + ): stagingmantle_AssetStatus + stagingmantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootCount_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootCount_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_RootCount!]! - stagingbnb_rootMessageSent( + ): [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_RootMessageSent - stagingbnb_rootMessageSents( + ): stagingmantle_AssetBalance + stagingmantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootMessageSent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootMessageSent_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_RootMessageSent!]! - stagingbnb_relayerFeesIncrease( + ): [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_RelayerFeesIncrease - stagingbnb_relayerFeesIncreases( + ): stagingmantle_Router + stagingmantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFeesIncrease_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFeesIncrease_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_RelayerFeesIncrease!]! - stagingbnb_slippageUpdate( + ): [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_SlippageUpdate - stagingbnb_slippageUpdates( + ): stagingmantle_RouterDailyTVL + stagingmantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SlippageUpdate_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SlippageUpdate_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_SlippageUpdate!]! - stagingbnb_snapshotRoot( + ): [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_SnapshotRoot - stagingbnb_snapshotRoots( + ): stagingmantle_RouterLiquidityEvent + stagingmantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SnapshotRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SnapshotRoot_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_SnapshotRoot!]! - stagingbnb_spokeConnectorMode( + ): [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_SpokeConnectorMode - stagingbnb_spokeConnectorModes( + ): stagingmantle_Setting + stagingmantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SpokeConnectorMode_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SpokeConnectorMode_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_SpokeConnectorMode!]! - stagingbnb_aggregateRootProposed( + ): [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_AggregateRootProposed - stagingbnb_aggregateRootProposeds( + ): stagingmantle_Relayer + stagingmantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRootProposed_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRootProposed_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_AggregateRootProposed!]! - stagingbnb_optimisticRootFinalized( + ): [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_OptimisticRootFinalized - stagingbnb_optimisticRootFinalizeds( + ): stagingmantle_Sequencer + stagingmantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OptimisticRootFinalized_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OptimisticRootFinalized_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_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ - stagingoptimism_asset( + ): [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: stagingoptimism_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 - ): stagingoptimism_Asset - stagingoptimism_assets( + ): stagingmantle_RelayerFee + stagingmantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Asset_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Asset_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: stagingoptimism_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 - ): [stagingoptimism_Asset!]! - stagingoptimism_assetStatus( + ): [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: stagingoptimism_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 - ): stagingoptimism_AssetStatus - stagingoptimism_assetStatuses( + ): stagingmantle_OriginTransfer + stagingmantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetStatus_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetStatus_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: stagingoptimism_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 - ): [stagingoptimism_AssetStatus!]! - stagingoptimism_assetBalance( + ): [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: stagingoptimism_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 - ): stagingoptimism_AssetBalance - stagingoptimism_assetBalances( + ): stagingmantle_DestinationTransfer + stagingmantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetBalance_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetBalance_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: stagingoptimism_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 - ): [stagingoptimism_AssetBalance!]! - stagingoptimism_router( + ): [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: stagingoptimism_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 - ): stagingoptimism_Router - stagingoptimism_routers( + ): stagingmantle_OriginMessage + stagingmantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Router_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Router_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: stagingoptimism_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 - ): [stagingoptimism_Router!]! - stagingoptimism_routerDailyTVL( + ): [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: stagingoptimism_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 - ): stagingoptimism_RouterDailyTVL - stagingoptimism_routerDailyTVLs( + ): stagingmantle_AggregateRoot + stagingmantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterDailyTVL_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterDailyTVL_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: stagingoptimism_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 - ): [stagingoptimism_RouterDailyTVL!]! - stagingoptimism_routerLiquidityEvent( + ): [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: stagingoptimism_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 - ): stagingoptimism_RouterLiquidityEvent - stagingoptimism_routerLiquidityEvents( + ): stagingmantle_ConnectorMeta + stagingmantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterLiquidityEvent_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: stagingoptimism_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 - ): [stagingoptimism_RouterLiquidityEvent!]! - stagingoptimism_setting( + ): [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: stagingoptimism_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 - ): stagingoptimism_Setting - stagingoptimism_settings( + ): stagingmantle_RootCount + stagingmantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Setting_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Setting_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: stagingoptimism_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 - ): [stagingoptimism_Setting!]! - stagingoptimism_relayer( + ): [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: stagingoptimism_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 - ): stagingoptimism_Relayer - stagingoptimism_relayers( + ): stagingmantle_RootMessageSent + stagingmantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Relayer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Relayer_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: stagingoptimism_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 - ): [stagingoptimism_Relayer!]! - stagingoptimism_sequencer( + ): [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: stagingoptimism_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 - ): stagingoptimism_Sequencer - stagingoptimism_sequencers( + ): stagingmantle_RelayerFeesIncrease + stagingmantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Sequencer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Sequencer_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: stagingoptimism_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 - ): [stagingoptimism_Sequencer!]! - stagingoptimism_relayerFee( + ): [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: stagingoptimism_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 - ): stagingoptimism_RelayerFee - stagingoptimism_relayerFees( + ): stagingmantle_SlippageUpdate + stagingmantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFee_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFee_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: stagingoptimism_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 - ): [stagingoptimism_RelayerFee!]! - stagingoptimism_originTransfer( + ): [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: stagingoptimism_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 - ): stagingoptimism_OriginTransfer - stagingoptimism_originTransfers( + ): stagingmantle_SnapshotRoot + stagingmantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginTransfer_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: stagingoptimism_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 - ): [stagingoptimism_OriginTransfer!]! - stagingoptimism_destinationTransfer( + ): [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: stagingoptimism_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 - ): stagingoptimism_DestinationTransfer - stagingoptimism_destinationTransfers( + ): stagingmantle_SpokeConnectorMode + stagingmantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_DestinationTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_DestinationTransfer_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: stagingoptimism_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 - ): [stagingoptimism_DestinationTransfer!]! - stagingoptimism_originMessage( + ): [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: stagingoptimism_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 - ): stagingoptimism_OriginMessage - stagingoptimism_originMessages( + ): stagingmantle_AggregateRootProposed + stagingmantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginMessage_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginMessage_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: stagingoptimism_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 - ): [stagingoptimism_OriginMessage!]! - stagingoptimism_aggregateRoot( + ): [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: stagingoptimism_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 - ): stagingoptimism_AggregateRoot - stagingoptimism_aggregateRoots( + ): stagingmantle_OptimisticRootFinalized + stagingmantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRoot_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: stagingoptimism_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 - ): [stagingoptimism_AggregateRoot!]! - stagingoptimism_connectorMeta( + ): [stagingmantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_ConnectorMeta_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_ConnectorMeta_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootCount_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootCount_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootMessageSent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootMessageSent_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFeesIncrease_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SlippageUpdate_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SlippageUpdate_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SnapshotRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SnapshotRoot_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SpokeConnectorMode_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SpokeConnectorMode_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRootProposed_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRootProposed_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: stagingoptimism_Block_height + block: polygon_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( + ): [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: stagingoptimism_Block_height + block: polygon_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( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OptimisticRootFinalized_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: stagingoptimism_Block_height + block: polygon_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_ - localoptimism_asset( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Asset - localoptimism_assets( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Asset_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Asset_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Asset!]! - localoptimism_assetStatus( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetStatus - localoptimism_assetStatuses( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetStatus_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetStatus_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetStatus!]! - localoptimism_assetBalance( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetBalance - localoptimism_assetBalances( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetBalance_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetBalance_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetBalance!]! - localoptimism_router( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Router - localoptimism_routers( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Router_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Router_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Router!]! - localoptimism_routerDailyTVL( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RouterDailyTVL - localoptimism_routerDailyTVLs( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterDailyTVL_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterDailyTVL_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RouterDailyTVL!]! - localoptimism_routerLiquidityEvent( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RouterLiquidityEvent - localoptimism_routerLiquidityEvents( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterLiquidityEvent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterLiquidityEvent_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RouterLiquidityEvent!]! - localoptimism_setting( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Setting - localoptimism_settings( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Setting_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Setting_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Setting!]! - localoptimism_relayer( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Relayer - localoptimism_relayers( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Relayer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Relayer_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Relayer!]! - localoptimism_sequencer( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Sequencer - localoptimism_sequencers( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Sequencer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Sequencer_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Sequencer!]! - localoptimism_relayerFee( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFee - localoptimism_relayerFees( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFee_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFee_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFee!]! - localoptimism_originTransfer( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginTransfer - localoptimism_originTransfers( + ): polygon_SnapshotRoot + polygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginTransfer_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginTransfer!]! - localoptimism_destinationTransfer( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_DestinationTransfer - localoptimism_destinationTransfers( + ): polygon_SpokeConnectorMode + polygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_DestinationTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_DestinationTransfer_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_DestinationTransfer!]! - localoptimism_originMessage( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginMessage - localoptimism_originMessages( + ): polygon_AggregateRootProposed + polygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginMessage_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginMessage_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginMessage!]! - localoptimism_aggregateRoot( + ): [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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRoot - localoptimism_aggregateRoots( + ): polygon_OptimisticRootFinalized + polygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRoot_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: localoptimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRoot!]! - localoptimism_connectorMeta( + ): [polygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__Meta_ + goerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_ConnectorMeta - localoptimism_connectorMetas( + ): goerli_Asset + goerli_assets( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_ConnectorMeta_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_ConnectorMeta_filter + orderBy: goerli_Asset_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_ConnectorMeta!]! - localoptimism_rootCount( + ): [goerli_Asset!]! + goerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootCount - localoptimism_rootCounts( + ): goerli_AssetStatus + goerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootCount_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootCount_filter + orderBy: goerli_AssetStatus_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootCount!]! - localoptimism_rootMessageSent( + ): [goerli_AssetStatus!]! + goerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootMessageSent - localoptimism_rootMessageSents( + ): goerli_AssetBalance + goerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootMessageSent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootMessageSent_filter + orderBy: goerli_AssetBalance_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootMessageSent!]! - localoptimism_relayerFeesIncrease( + ): [goerli_AssetBalance!]! + goerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFeesIncrease - localoptimism_relayerFeesIncreases( + ): goerli_Router + goerli_routers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFeesIncrease_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFeesIncrease_filter + orderBy: goerli_Router_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFeesIncrease!]! - localoptimism_slippageUpdate( + ): [goerli_Router!]! + goerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SlippageUpdate - localoptimism_slippageUpdates( + ): goerli_RouterDailyTVL + goerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SlippageUpdate_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SlippageUpdate_filter + orderBy: goerli_RouterDailyTVL_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SlippageUpdate!]! - localoptimism_snapshotRoot( + ): [goerli_RouterDailyTVL!]! + goerli_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SnapshotRoot - localoptimism_snapshotRoots( + ): goerli_RouterLiquidityEvent + goerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SnapshotRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SnapshotRoot_filter + orderBy: goerli_RouterLiquidityEvent_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SnapshotRoot!]! - localoptimism_spokeConnectorMode( + ): [goerli_RouterLiquidityEvent!]! + goerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SpokeConnectorMode - localoptimism_spokeConnectorModes( + ): goerli_Setting + goerli_settings( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SpokeConnectorMode_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SpokeConnectorMode_filter + orderBy: goerli_Setting_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SpokeConnectorMode!]! - localoptimism_aggregateRootProposed( + ): [goerli_Setting!]! + goerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRootProposed - localoptimism_aggregateRootProposeds( + ): goerli_Relayer + goerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRootProposed_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRootProposed_filter + orderBy: goerli_Relayer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRootProposed!]! - localoptimism_optimisticRootFinalized( + ): [goerli_Relayer!]! + goerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OptimisticRootFinalized - localoptimism_optimisticRootFinalizeds( + ): goerli_Sequencer + goerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OptimisticRootFinalized_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OptimisticRootFinalized_filter + orderBy: goerli_Sequencer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localoptimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ - linea_asset( + ): [goerli_Sequencer!]! + goerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_RelayerFee + goerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_filter + orderBy: goerli_RelayerFee_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_RelayerFee!]! + goerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_OriginTransfer + goerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_filter + orderBy: goerli_OriginTransfer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_OriginTransfer!]! + goerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_DestinationTransfer + goerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_filter + orderBy: goerli_DestinationTransfer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_DestinationTransfer!]! + goerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_OriginMessage + goerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_filter + orderBy: goerli_OriginMessage_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_OriginMessage!]! + goerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_AggregateRoot + goerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_filter + orderBy: goerli_AggregateRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_AggregateRoot!]! + goerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_ConnectorMeta + goerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_filter + orderBy: goerli_ConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_ConnectorMeta!]! + goerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_RootCount + goerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_filter + orderBy: goerli_RootCount_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_RootCount!]! + goerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_RootMessageSent + goerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_filter + orderBy: goerli_RootMessageSent_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_RootMessageSent!]! + goerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_RelayerFeesIncrease + goerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_filter + orderBy: goerli_RelayerFeesIncrease_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_RelayerFeesIncrease!]! + goerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): goerli_SlippageUpdate + goerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_filter + orderBy: goerli_SlippageUpdate_orderBy + orderDirection: goerli_OrderDirection + where: goerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: goerli_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( + ): [goerli_SlippageUpdate!]! + goerli_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: goerli_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( + ): goerli_SnapshotRoot + goerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_filter + orderBy: goerli_SnapshotRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_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( + ): [goerli_SnapshotRoot!]! + goerli_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: goerli_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( + ): goerli_SpokeConnectorMode + goerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_filter + orderBy: goerli_SpokeConnectorMode_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_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( + ): [goerli_SpokeConnectorMode!]! + goerli_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: goerli_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( + ): goerli_AggregateRootProposed + goerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_filter + orderBy: goerli_AggregateRootProposed_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_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( + ): [goerli_AggregateRootProposed!]! + goerli_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: goerli_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( + ): goerli_OptimisticRootFinalized + goerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_filter + orderBy: goerli_OptimisticRootFinalized_orderBy + orderDirection: goerli_OrderDirection + where: goerli_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: goerli_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( + ): [goerli_OptimisticRootFinalized!]! + mumbai_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_ConnectorMeta - linea_connectorMetas( + ): mumbai_Asset + mumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_filter + orderBy: mumbai_Asset_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_ConnectorMeta!]! - linea_rootCount( + ): [mumbai_Asset!]! + mumbai_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootCount - linea_rootCounts( + ): mumbai_AssetStatus + mumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_filter + orderBy: mumbai_AssetStatus_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootCount!]! - linea_rootMessageSent( + ): [mumbai_AssetStatus!]! + mumbai_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootMessageSent - linea_rootMessageSents( + ): mumbai_AssetBalance + mumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_filter + orderBy: mumbai_AssetBalance_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootMessageSent!]! - linea_relayerFeesIncrease( + ): [mumbai_AssetBalance!]! + mumbai_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): mumbai_Router + mumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_filter + orderBy: mumbai_Router_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFeesIncrease!]! - linea_slippageUpdate( + ): [mumbai_Router!]! + mumbai_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SlippageUpdate - linea_slippageUpdates( + ): mumbai_RouterDailyTVL + mumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_filter + orderBy: mumbai_RouterDailyTVL_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SlippageUpdate!]! - linea_snapshotRoot( + ): [mumbai_RouterDailyTVL!]! + mumbai_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SnapshotRoot - linea_snapshotRoots( + ): mumbai_RouterLiquidityEvent + mumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_SnapshotRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_SnapshotRoot_filter + orderBy: mumbai_RouterLiquidityEvent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SnapshotRoot!]! - linea_spokeConnectorMode( + ): [mumbai_RouterLiquidityEvent!]! + mumbai_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SpokeConnectorMode - linea_spokeConnectorModes( + ): mumbai_Setting + mumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_SpokeConnectorMode_orderBy - orderDirection: linea_OrderDirection - where: linea_SpokeConnectorMode_filter + orderBy: mumbai_Setting_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SpokeConnectorMode!]! - linea_aggregateRootProposed( + ): [mumbai_Setting!]! + mumbai_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRootProposed - linea_aggregateRootProposeds( + ): mumbai_Relayer + mumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRootProposed_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRootProposed_filter + orderBy: mumbai_Relayer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRootProposed!]! - linea_optimisticRootFinalized( + ): [mumbai_Relayer!]! + mumbai_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OptimisticRootFinalized - linea_optimisticRootFinalizeds( + ): mumbai_Sequencer + mumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_OptimisticRootFinalized_orderBy - orderDirection: linea_OrderDirection - where: linea_OptimisticRootFinalized_filter + orderBy: mumbai_Sequencer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ - localmainnet_asset( + ): [mumbai_Sequencer!]! + mumbai_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Asset - localmainnet_assets( + ): mumbai_RelayerFee + mumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Asset_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Asset_filter + orderBy: mumbai_RelayerFee_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Asset!]! - localmainnet_assetStatus( + ): [mumbai_RelayerFee!]! + mumbai_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetStatus - localmainnet_assetStatuses( + ): mumbai_OriginTransfer + mumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetStatus_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetStatus_filter + orderBy: mumbai_OriginTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetStatus!]! - localmainnet_assetBalance( + ): [mumbai_OriginTransfer!]! + mumbai_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetBalance - localmainnet_assetBalances( + ): mumbai_DestinationTransfer + mumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetBalance_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetBalance_filter + orderBy: mumbai_DestinationTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetBalance!]! - localmainnet_router( + ): [mumbai_DestinationTransfer!]! + mumbai_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Router - localmainnet_routers( + ): mumbai_OriginMessage + mumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Router_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Router_filter + orderBy: mumbai_OriginMessage_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Router!]! - localmainnet_routerDailyTVL( + ): [mumbai_OriginMessage!]! + mumbai_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RouterDailyTVL - localmainnet_routerDailyTVLs( + ): mumbai_AggregateRoot + mumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterDailyTVL_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterDailyTVL_filter + orderBy: mumbai_AggregateRoot_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RouterDailyTVL!]! - localmainnet_routerLiquidityEvent( + ): [mumbai_AggregateRoot!]! + mumbai_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RouterLiquidityEvent - localmainnet_routerLiquidityEvents( + ): mumbai_ConnectorMeta + mumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterLiquidityEvent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterLiquidityEvent_filter + orderBy: mumbai_ConnectorMeta_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RouterLiquidityEvent!]! - localmainnet_setting( + ): [mumbai_ConnectorMeta!]! + mumbai_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Setting - localmainnet_settings( + ): mumbai_RootCount + mumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Setting_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Setting_filter + orderBy: mumbai_RootCount_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Setting!]! - localmainnet_relayer( + ): [mumbai_RootCount!]! + mumbai_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Relayer - localmainnet_relayers( + ): mumbai_RootMessageSent + mumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Relayer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Relayer_filter + orderBy: mumbai_RootMessageSent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Relayer!]! - localmainnet_sequencer( + ): [mumbai_RootMessageSent!]! + mumbai_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Sequencer - localmainnet_sequencers( + ): mumbai_RelayerFeesIncrease + mumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Sequencer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Sequencer_filter + orderBy: mumbai_RelayerFeesIncrease_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Sequencer!]! - localmainnet_relayerFee( + ): [mumbai_RelayerFeesIncrease!]! + mumbai_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RelayerFee - localmainnet_relayerFees( + ): mumbai_SlippageUpdate + mumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFee_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFee_filter + orderBy: mumbai_SlippageUpdate_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RelayerFee!]! - localmainnet_originTransfer( + ): [mumbai_SlippageUpdate!]! + mumbai_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OriginTransfer - localmainnet_originTransfers( + ): mumbai_SnapshotRoot + mumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginTransfer_filter + orderBy: mumbai_SnapshotRoot_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OriginTransfer!]! - localmainnet_destinationTransfer( + ): [mumbai_SnapshotRoot!]! + mumbai_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_DestinationTransfer - localmainnet_destinationTransfers( + ): mumbai_SpokeConnectorMode + mumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_DestinationTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_DestinationTransfer_filter + orderBy: mumbai_SpokeConnectorMode_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_DestinationTransfer!]! - localmainnet_originMessage( + ): [mumbai_SpokeConnectorMode!]! + mumbai_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OriginMessage - localmainnet_originMessages( + ): mumbai_AggregateRootProposed + mumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginMessage_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginMessage_filter + orderBy: mumbai_AggregateRootProposed_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OriginMessage!]! - localmainnet_aggregateRoot( + ): [mumbai_AggregateRootProposed!]! + mumbai_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRoot - localmainnet_aggregateRoots( + ): mumbai_OptimisticRootFinalized + mumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRoot_filter + orderBy: mumbai_OptimisticRootFinalized_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRoot!]! - localmainnet_connectorMeta( + ): [mumbai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ + staginggoerli_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ConnectorMeta - localmainnet_connectorMetas( + ): staginggoerli_Asset + staginggoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ConnectorMeta_filter + orderBy: staginggoerli_Asset_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ConnectorMeta!]! - localmainnet_rootCount( + ): [staginggoerli_Asset!]! + staginggoerli_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootCount - localmainnet_rootCounts( + ): staginggoerli_AssetStatus + staginggoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootCount_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootCount_filter + orderBy: staginggoerli_AssetStatus_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootCount!]! - localmainnet_rootMessageSent( + ): [staginggoerli_AssetStatus!]! + staginggoerli_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageSent - localmainnet_rootMessageSents( + ): staginggoerli_AssetBalance + staginggoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageSent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageSent_filter + orderBy: staginggoerli_AssetBalance_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageSent!]! - localmainnet_relayerFeesIncrease( + ): [staginggoerli_AssetBalance!]! + staginggoerli_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RelayerFeesIncrease - localmainnet_relayerFeesIncreases( + ): staginggoerli_Router + staginggoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFeesIncrease_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFeesIncrease_filter + orderBy: staginggoerli_Router_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RelayerFeesIncrease!]! - localmainnet_slippageUpdate( + ): [staginggoerli_Router!]! + staginggoerli_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SlippageUpdate - localmainnet_slippageUpdates( + ): staginggoerli_RouterDailyTVL + staginggoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SlippageUpdate_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SlippageUpdate_filter + orderBy: staginggoerli_RouterDailyTVL_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SlippageUpdate!]! - localmainnet_snapshotRoot( + ): [staginggoerli_RouterDailyTVL!]! + staginggoerli_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SnapshotRoot - localmainnet_snapshotRoots( + ): staginggoerli_RouterLiquidityEvent + staginggoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SnapshotRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SnapshotRoot_filter + orderBy: staginggoerli_RouterLiquidityEvent_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SnapshotRoot!]! - localmainnet_spokeConnectorMode( + ): [staginggoerli_RouterLiquidityEvent!]! + staginggoerli_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SpokeConnectorMode - localmainnet_spokeConnectorModes( + ): staginggoerli_Setting + staginggoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SpokeConnectorMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SpokeConnectorMode_filter + orderBy: staginggoerli_Setting_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SpokeConnectorMode!]! - localmainnet_aggregateRootProposed( + ): [staginggoerli_Setting!]! + staginggoerli_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootProposed - localmainnet_aggregateRootProposeds( + ): staginggoerli_Relayer + staginggoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootProposed_filter + orderBy: staginggoerli_Relayer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootProposed!]! - localmainnet_optimisticRootFinalized( + ): [staginggoerli_Relayer!]! + staginggoerli_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootFinalized - localmainnet_optimisticRootFinalizeds( + ): staginggoerli_Sequencer + staginggoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootFinalized_filter + orderBy: staginggoerli_Sequencer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: localmainnet_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootFinalized!]! - metis_asset( + ): [staginggoerli_Sequencer!]! + staginggoerli_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_RelayerFee + staginggoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_Asset_orderBy - orderDirection: metis_OrderDirection - where: metis_Asset_filter + orderBy: staginggoerli_RelayerFee_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_RelayerFee!]! + staginggoerli_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_OriginTransfer + staginggoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetStatus_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetStatus_filter + orderBy: staginggoerli_OriginTransfer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_OriginTransfer!]! + staginggoerli_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_DestinationTransfer + staginggoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetBalance_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetBalance_filter + orderBy: staginggoerli_DestinationTransfer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_DestinationTransfer!]! + staginggoerli_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_OriginMessage + staginggoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_Router_orderBy - orderDirection: metis_OrderDirection - where: metis_Router_filter + orderBy: staginggoerli_OriginMessage_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_OriginMessage!]! + staginggoerli_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_AggregateRoot + staginggoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterDailyTVL_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterDailyTVL_filter + orderBy: staginggoerli_AggregateRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_AggregateRoot!]! + staginggoerli_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_ConnectorMeta + staginggoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterLiquidityEvent_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterLiquidityEvent_filter + orderBy: staginggoerli_ConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_ConnectorMeta!]! + staginggoerli_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_RootCount + staginggoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_Setting_orderBy - orderDirection: metis_OrderDirection - where: metis_Setting_filter + orderBy: staginggoerli_RootCount_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_RootCount!]! + staginggoerli_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_RootMessageSent + staginggoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_Relayer_orderBy - orderDirection: metis_OrderDirection - where: metis_Relayer_filter + orderBy: staginggoerli_RootMessageSent_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_RootMessageSent!]! + staginggoerli_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_RelayerFeesIncrease + staginggoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_Sequencer_orderBy - orderDirection: metis_OrderDirection - where: metis_Sequencer_filter + orderBy: staginggoerli_RelayerFeesIncrease_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_RelayerFeesIncrease!]! + staginggoerli_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_SlippageUpdate + staginggoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFee_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFee_filter + orderBy: staginggoerli_SlippageUpdate_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_SlippageUpdate!]! + staginggoerli_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_SnapshotRoot + staginggoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginTransfer_filter + orderBy: staginggoerli_SnapshotRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_SnapshotRoot!]! + staginggoerli_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_SpokeConnectorMode + staginggoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_DestinationTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_DestinationTransfer_filter + orderBy: staginggoerli_SpokeConnectorMode_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_SpokeConnectorMode!]! + staginggoerli_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_AggregateRootProposed + staginggoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginMessage_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginMessage_filter + orderBy: staginggoerli_AggregateRootProposed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_AggregateRootProposed!]! + staginggoerli_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): staginggoerli_OptimisticRootFinalized + staginggoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRoot_filter + orderBy: staginggoerli_OptimisticRootFinalized_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: staginggoerli_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( + ): [staginggoerli_OptimisticRootFinalized!]! + 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: metis_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 - ): metis_ConnectorMeta - metis_connectorMetas( + ): stagingoptimism_Asset + stagingoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_ConnectorMeta_orderBy - orderDirection: metis_OrderDirection - where: metis_ConnectorMeta_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: metis_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 - ): [metis_ConnectorMeta!]! - metis_rootCount( + ): [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: metis_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 - ): metis_RootCount - metis_rootCounts( + ): stagingoptimism_AssetStatus + stagingoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_RootCount_orderBy - orderDirection: metis_OrderDirection - where: metis_RootCount_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: metis_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 - ): [metis_RootCount!]! - metis_rootMessageSent( + ): [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: metis_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 - ): metis_RootMessageSent - metis_rootMessageSents( + ): stagingoptimism_AssetBalance + stagingoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_RootMessageSent_orderBy - orderDirection: metis_OrderDirection - where: metis_RootMessageSent_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: metis_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 - ): [metis_RootMessageSent!]! - metis_relayerFeesIncrease( + ): [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: metis_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 - ): metis_RelayerFeesIncrease - metis_relayerFeesIncreases( + ): stagingoptimism_Router + stagingoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFeesIncrease_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFeesIncrease_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: metis_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 - ): [metis_RelayerFeesIncrease!]! - metis_slippageUpdate( + ): [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: metis_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 - ): metis_SlippageUpdate - metis_slippageUpdates( + ): stagingoptimism_RouterDailyTVL + stagingoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_SlippageUpdate_orderBy - orderDirection: metis_OrderDirection - where: metis_SlippageUpdate_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: metis_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 - ): [metis_SlippageUpdate!]! - metis_snapshotRoot( + ): [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: metis_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 - ): metis_SnapshotRoot - metis_snapshotRoots( + ): stagingoptimism_RouterLiquidityEvent + stagingoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_SnapshotRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_SnapshotRoot_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: metis_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 - ): [metis_SnapshotRoot!]! - metis_spokeConnectorMode( + ): [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: metis_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 - ): metis_SpokeConnectorMode - metis_spokeConnectorModes( + ): stagingoptimism_Setting + stagingoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_SpokeConnectorMode_orderBy - orderDirection: metis_OrderDirection - where: metis_SpokeConnectorMode_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: metis_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 - ): [metis_SpokeConnectorMode!]! - metis_aggregateRootProposed( + ): [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: metis_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 - ): metis_AggregateRootProposed - metis_aggregateRootProposeds( + ): stagingoptimism_Relayer + stagingoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRootProposed_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRootProposed_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: metis_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 - ): [metis_AggregateRootProposed!]! - metis_optimisticRootFinalized( + ): [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: metis_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 - ): metis_OptimisticRootFinalized - metis_optimisticRootFinalizeds( + ): stagingoptimism_Sequencer + stagingoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_OptimisticRootFinalized_orderBy - orderDirection: metis_OrderDirection - where: metis_OptimisticRootFinalized_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: metis_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 - ): [metis_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - metis__meta(block: metis_Block_height): metis__Meta_ - stagingscroll_asset( + ): [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: stagingscroll_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 - ): stagingscroll_Asset - stagingscroll_assets( + ): stagingoptimism_RelayerFee + stagingoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Asset_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Asset_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: stagingscroll_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 - ): [stagingscroll_Asset!]! - stagingscroll_assetStatus( + ): [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: stagingscroll_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 - ): stagingscroll_AssetStatus - stagingscroll_assetStatuses( + ): stagingoptimism_OriginTransfer + stagingoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetStatus_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetStatus_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: stagingscroll_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 - ): [stagingscroll_AssetStatus!]! - stagingscroll_assetBalance( + ): [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: stagingscroll_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 - ): stagingscroll_AssetBalance - stagingscroll_assetBalances( + ): stagingoptimism_DestinationTransfer + stagingoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetBalance_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetBalance_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: stagingscroll_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 - ): [stagingscroll_AssetBalance!]! - stagingscroll_router( + ): [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: stagingscroll_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 - ): stagingscroll_Router - stagingscroll_routers( + ): stagingoptimism_OriginMessage + stagingoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Router_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Router_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: stagingscroll_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 - ): [stagingscroll_Router!]! - stagingscroll_routerDailyTVL( + ): [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: stagingscroll_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 - ): stagingscroll_RouterDailyTVL - stagingscroll_routerDailyTVLs( + ): stagingoptimism_AggregateRoot + stagingoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterDailyTVL_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterDailyTVL_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: stagingscroll_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 - ): [stagingscroll_RouterDailyTVL!]! - stagingscroll_routerLiquidityEvent( + ): [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: stagingscroll_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 - ): stagingscroll_RouterLiquidityEvent - stagingscroll_routerLiquidityEvents( + ): stagingoptimism_ConnectorMeta + stagingoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterLiquidityEvent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterLiquidityEvent_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: stagingscroll_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 - ): [stagingscroll_RouterLiquidityEvent!]! - stagingscroll_setting( + ): [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: stagingscroll_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 - ): stagingscroll_Setting - stagingscroll_settings( + ): stagingoptimism_RootCount + stagingoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Setting_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Setting_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: stagingscroll_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 - ): [stagingscroll_Setting!]! - stagingscroll_relayer( + ): [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: stagingscroll_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 - ): stagingscroll_Relayer - stagingscroll_relayers( + ): stagingoptimism_RootMessageSent + stagingoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Relayer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Relayer_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: stagingscroll_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 - ): [stagingscroll_Relayer!]! - stagingscroll_sequencer( + ): [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: stagingscroll_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 - ): stagingscroll_Sequencer - stagingscroll_sequencers( + ): stagingoptimism_RelayerFeesIncrease + stagingoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Sequencer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Sequencer_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: stagingscroll_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 - ): [stagingscroll_Sequencer!]! - stagingscroll_relayerFee( + ): [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: stagingscroll_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 - ): stagingscroll_RelayerFee - stagingscroll_relayerFees( + ): stagingoptimism_SlippageUpdate + stagingoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFee_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFee_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: stagingscroll_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 - ): [stagingscroll_RelayerFee!]! - stagingscroll_originTransfer( + ): [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: stagingscroll_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 - ): stagingscroll_OriginTransfer - stagingscroll_originTransfers( + ): stagingoptimism_SnapshotRoot + stagingoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginTransfer_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: stagingscroll_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 - ): [stagingscroll_OriginTransfer!]! - stagingscroll_destinationTransfer( + ): [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: stagingscroll_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 - ): stagingscroll_DestinationTransfer - stagingscroll_destinationTransfers( + ): stagingoptimism_SpokeConnectorMode + stagingoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_DestinationTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_DestinationTransfer_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: stagingscroll_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 - ): [stagingscroll_DestinationTransfer!]! - stagingscroll_originMessage( + ): [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: stagingscroll_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 - ): stagingscroll_OriginMessage - stagingscroll_originMessages( + ): stagingoptimism_AggregateRootProposed + stagingoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginMessage_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginMessage_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: stagingscroll_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 - ): [stagingscroll_OriginMessage!]! - stagingscroll_aggregateRoot( + ): [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: stagingscroll_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 - ): stagingscroll_AggregateRoot - stagingscroll_aggregateRoots( + ): stagingoptimism_OptimisticRootFinalized + stagingoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRoot_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: stagingscroll_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 - ): [stagingscroll_AggregateRoot!]! - stagingscroll_connectorMeta( + ): [stagingoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__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: stagingscroll_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 - ): stagingscroll_ConnectorMeta - stagingscroll_connectorMetas( + ): staginglinea_Asset + staginglinea_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_ConnectorMeta_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_ConnectorMeta_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: stagingscroll_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 - ): [stagingscroll_ConnectorMeta!]! - stagingscroll_rootCount( + ): [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: stagingscroll_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 - ): stagingscroll_RootCount - stagingscroll_rootCounts( + ): staginglinea_AssetStatus + staginglinea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootCount_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootCount_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: stagingscroll_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 - ): [stagingscroll_RootCount!]! - stagingscroll_rootMessageSent( + ): [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: stagingscroll_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 - ): stagingscroll_RootMessageSent - stagingscroll_rootMessageSents( + ): staginglinea_AssetBalance + staginglinea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootMessageSent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootMessageSent_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: stagingscroll_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 - ): [stagingscroll_RootMessageSent!]! - stagingscroll_relayerFeesIncrease( + ): [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: stagingscroll_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 - ): stagingscroll_RelayerFeesIncrease - stagingscroll_relayerFeesIncreases( + ): staginglinea_Router + staginglinea_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFeesIncrease_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFeesIncrease_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: stagingscroll_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 - ): [stagingscroll_RelayerFeesIncrease!]! - stagingscroll_slippageUpdate( + ): [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: stagingscroll_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 - ): stagingscroll_SlippageUpdate - stagingscroll_slippageUpdates( + ): staginglinea_RouterDailyTVL + staginglinea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SlippageUpdate_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SlippageUpdate_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: stagingscroll_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 - ): [stagingscroll_SlippageUpdate!]! - stagingscroll_snapshotRoot( + ): [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: stagingscroll_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 - ): stagingscroll_SnapshotRoot - stagingscroll_snapshotRoots( + ): staginglinea_RouterLiquidityEvent + staginglinea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SnapshotRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SnapshotRoot_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: stagingscroll_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 - ): [stagingscroll_SnapshotRoot!]! - stagingscroll_spokeConnectorMode( + ): [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: stagingscroll_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 - ): stagingscroll_SpokeConnectorMode - stagingscroll_spokeConnectorModes( + ): staginglinea_Setting + staginglinea_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SpokeConnectorMode_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SpokeConnectorMode_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: stagingscroll_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 - ): [stagingscroll_SpokeConnectorMode!]! - stagingscroll_aggregateRootProposed( + ): [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: stagingscroll_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 - ): stagingscroll_AggregateRootProposed - stagingscroll_aggregateRootProposeds( + ): staginglinea_Relayer + staginglinea_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRootProposed_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRootProposed_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: stagingscroll_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 - ): [stagingscroll_AggregateRootProposed!]! - stagingscroll_optimisticRootFinalized( + ): [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: stagingscroll_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 - ): stagingscroll_OptimisticRootFinalized - stagingscroll_optimisticRootFinalizeds( + ): staginglinea_Sequencer + staginglinea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OptimisticRootFinalized_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OptimisticRootFinalized_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: stagingscroll_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 - ): [stagingscroll_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__Meta_ - stagingpolygon_asset( + ): [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: stagingpolygon_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 - ): stagingpolygon_Asset - stagingpolygon_assets( + ): staginglinea_RelayerFee + staginglinea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Asset_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Asset_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: stagingpolygon_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 - ): [stagingpolygon_Asset!]! - stagingpolygon_assetStatus( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetStatus - stagingpolygon_assetStatuses( + ): staginglinea_OriginTransfer + staginglinea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetStatus_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetStatus_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: stagingpolygon_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 - ): [stagingpolygon_AssetStatus!]! - stagingpolygon_assetBalance( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetBalance - stagingpolygon_assetBalances( + ): staginglinea_DestinationTransfer + staginglinea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetBalance_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetBalance_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: stagingpolygon_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 - ): [stagingpolygon_AssetBalance!]! - stagingpolygon_router( + ): [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: stagingpolygon_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 - ): stagingpolygon_Router - stagingpolygon_routers( + ): staginglinea_OriginMessage + staginglinea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Router_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Router_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: stagingpolygon_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 - ): [stagingpolygon_Router!]! - stagingpolygon_routerDailyTVL( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterDailyTVL - stagingpolygon_routerDailyTVLs( + ): staginglinea_AggregateRoot + staginglinea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterDailyTVL_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterDailyTVL_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: stagingpolygon_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 - ): [stagingpolygon_RouterDailyTVL!]! - stagingpolygon_routerLiquidityEvent( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterLiquidityEvent - stagingpolygon_routerLiquidityEvents( + ): staginglinea_ConnectorMeta + staginglinea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterLiquidityEvent_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: stagingpolygon_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 - ): [stagingpolygon_RouterLiquidityEvent!]! - stagingpolygon_setting( + ): [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: stagingpolygon_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 - ): stagingpolygon_Setting - stagingpolygon_settings( + ): staginglinea_RootCount + staginglinea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Setting_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Setting_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: stagingpolygon_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 - ): [stagingpolygon_Setting!]! - stagingpolygon_relayer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Relayer - stagingpolygon_relayers( + ): staginglinea_RootMessageSent + staginglinea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Relayer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Relayer_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: stagingpolygon_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 - ): [stagingpolygon_Relayer!]! - stagingpolygon_sequencer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Sequencer - stagingpolygon_sequencers( + ): staginglinea_RelayerFeesIncrease + staginglinea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Sequencer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Sequencer_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: stagingpolygon_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 - ): [stagingpolygon_Sequencer!]! - stagingpolygon_relayerFee( + ): [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: stagingpolygon_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 - ): stagingpolygon_RelayerFee - stagingpolygon_relayerFees( + ): staginglinea_SlippageUpdate + staginglinea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFee_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFee_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: stagingpolygon_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 - ): [stagingpolygon_RelayerFee!]! - stagingpolygon_originTransfer( + ): [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: stagingpolygon_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 - ): stagingpolygon_OriginTransfer - stagingpolygon_originTransfers( + ): staginglinea_SnapshotRoot + staginglinea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginTransfer_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: stagingpolygon_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 - ): [stagingpolygon_OriginTransfer!]! - stagingpolygon_destinationTransfer( + ): [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: stagingpolygon_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 - ): stagingpolygon_DestinationTransfer - stagingpolygon_destinationTransfers( + ): staginglinea_SpokeConnectorMode + staginglinea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_DestinationTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_DestinationTransfer_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: stagingpolygon_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 - ): [stagingpolygon_DestinationTransfer!]! - stagingpolygon_originMessage( + ): [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: stagingpolygon_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 - ): stagingpolygon_OriginMessage - stagingpolygon_originMessages( + ): staginglinea_AggregateRootProposed + staginglinea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginMessage_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginMessage_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: stagingpolygon_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 - ): [stagingpolygon_OriginMessage!]! - stagingpolygon_aggregateRoot( + ): [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: stagingpolygon_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 - ): stagingpolygon_AggregateRoot - stagingpolygon_aggregateRoots( + ): staginglinea_OptimisticRootFinalized + staginglinea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRoot_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: stagingpolygon_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 - ): [stagingpolygon_AggregateRoot!]! - stagingpolygon_connectorMeta( + ): [staginglinea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ + zksync_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_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 - ): stagingpolygon_ConnectorMeta - stagingpolygon_connectorMetas( + ): zksync_Asset + zksync_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_ConnectorMeta_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_ConnectorMeta_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: stagingpolygon_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 - ): [stagingpolygon_ConnectorMeta!]! - stagingpolygon_rootCount( + ): [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: stagingpolygon_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 - ): stagingpolygon_RootCount - stagingpolygon_rootCounts( + ): zksync_AssetStatus + zksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootCount_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootCount_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: stagingpolygon_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 - ): [stagingpolygon_RootCount!]! - stagingpolygon_rootMessageSent( + ): [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: stagingpolygon_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 - ): stagingpolygon_RootMessageSent - stagingpolygon_rootMessageSents( + ): zksync_AssetBalance + zksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootMessageSent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootMessageSent_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: stagingpolygon_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 - ): [stagingpolygon_RootMessageSent!]! - stagingpolygon_relayerFeesIncrease( + ): [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: stagingpolygon_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 - ): stagingpolygon_RelayerFeesIncrease - stagingpolygon_relayerFeesIncreases( + ): zksync_Router + zksync_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFeesIncrease_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: stagingpolygon_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 - ): [stagingpolygon_RelayerFeesIncrease!]! - stagingpolygon_slippageUpdate( + ): [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: stagingpolygon_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 - ): stagingpolygon_SlippageUpdate - stagingpolygon_slippageUpdates( + ): zksync_RouterDailyTVL + zksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SlippageUpdate_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SlippageUpdate_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: stagingpolygon_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 - ): [stagingpolygon_SlippageUpdate!]! - stagingpolygon_snapshotRoot( + ): [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: stagingpolygon_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 - ): stagingpolygon_SnapshotRoot - stagingpolygon_snapshotRoots( + ): zksync_RouterLiquidityEvent + zksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SnapshotRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SnapshotRoot_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: stagingpolygon_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 - ): [stagingpolygon_SnapshotRoot!]! - stagingpolygon_spokeConnectorMode( + ): [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: stagingpolygon_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 - ): stagingpolygon_SpokeConnectorMode - stagingpolygon_spokeConnectorModes( + ): zksync_Setting + zksync_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SpokeConnectorMode_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SpokeConnectorMode_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: stagingpolygon_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 - ): [stagingpolygon_SpokeConnectorMode!]! - stagingpolygon_aggregateRootProposed( + ): [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: stagingpolygon_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 - ): stagingpolygon_AggregateRootProposed - stagingpolygon_aggregateRootProposeds( + ): zksync_Relayer + zksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRootProposed_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRootProposed_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: stagingpolygon_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 - ): [stagingpolygon_AggregateRootProposed!]! - stagingpolygon_optimisticRootFinalized( + ): [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: stagingpolygon_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 - ): stagingpolygon_OptimisticRootFinalized - stagingpolygon_optimisticRootFinalizeds( + ): zksync_Sequencer + zksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OptimisticRootFinalized_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: stagingpolygon_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 - ): [stagingpolygon_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ - stagingxdai_asset( + ): [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_Asset - stagingxdai_assets( + ): zksync_RelayerFee + zksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Asset_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Asset_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_Asset!]! - stagingxdai_assetStatus( + ): [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_AssetStatus - stagingxdai_assetStatuses( + ): zksync_OriginTransfer + zksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetStatus_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetStatus_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_AssetStatus!]! - stagingxdai_assetBalance( + ): [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_AssetBalance - stagingxdai_assetBalances( + ): zksync_DestinationTransfer + zksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetBalance_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetBalance_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_AssetBalance!]! - stagingxdai_router( + ): [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_Router - stagingxdai_routers( + ): zksync_OriginMessage + zksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Router_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Router_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_Router!]! - stagingxdai_routerDailyTVL( + ): [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_RouterDailyTVL - stagingxdai_routerDailyTVLs( + ): zksync_AggregateRoot + zksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterDailyTVL_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterDailyTVL_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_RouterDailyTVL!]! - stagingxdai_routerLiquidityEvent( + ): [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_RouterLiquidityEvent - stagingxdai_routerLiquidityEvents( + ): zksync_ConnectorMeta + zksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterLiquidityEvent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterLiquidityEvent_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_RouterLiquidityEvent!]! - stagingxdai_setting( + ): [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_Setting - stagingxdai_settings( + ): zksync_RootCount + zksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Setting_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Setting_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_Setting!]! - stagingxdai_relayer( + ): [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_Relayer - stagingxdai_relayers( + ): zksync_RootMessageSent + zksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Relayer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Relayer_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_Relayer!]! - stagingxdai_sequencer( + ): [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_Sequencer - stagingxdai_sequencers( + ): zksync_RelayerFeesIncrease + zksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Sequencer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Sequencer_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_Sequencer!]! - stagingxdai_relayerFee( + ): [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_RelayerFee - stagingxdai_relayerFees( + ): zksync_SlippageUpdate + zksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFee_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFee_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_RelayerFee!]! - stagingxdai_originTransfer( + ): [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_OriginTransfer - stagingxdai_originTransfers( + ): zksync_SnapshotRoot + zksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginTransfer_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_OriginTransfer!]! - stagingxdai_destinationTransfer( + ): [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_DestinationTransfer - stagingxdai_destinationTransfers( + ): zksync_SpokeConnectorMode + zksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_DestinationTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_DestinationTransfer_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_DestinationTransfer!]! - stagingxdai_originMessage( + ): [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_OriginMessage - stagingxdai_originMessages( + ): zksync_AggregateRootProposed + zksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginMessage_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginMessage_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_OriginMessage!]! - stagingxdai_aggregateRoot( + ): [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_AggregateRoot - stagingxdai_aggregateRoots( + ): zksync_OptimisticRootFinalized + zksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRoot_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_AggregateRoot!]! - stagingxdai_connectorMeta( + ): [zksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + zksync__meta(block: zksync_Block_height): zksync__Meta_ + avalanche_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_ConnectorMeta - stagingxdai_connectorMetas( + ): avalanche_Asset + avalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_ConnectorMeta_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_ConnectorMeta_filter + orderBy: avalanche_Asset_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_ConnectorMeta!]! - stagingxdai_rootCount( + ): [avalanche_Asset!]! + avalanche_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RootCount - stagingxdai_rootCounts( + ): avalanche_AssetStatus + avalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootCount_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootCount_filter + orderBy: avalanche_AssetStatus_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RootCount!]! - stagingxdai_rootMessageSent( + ): [avalanche_AssetStatus!]! + avalanche_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RootMessageSent - stagingxdai_rootMessageSents( + ): avalanche_AssetBalance + avalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootMessageSent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootMessageSent_filter + orderBy: avalanche_AssetBalance_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RootMessageSent!]! - stagingxdai_relayerFeesIncrease( + ): [avalanche_AssetBalance!]! + avalanche_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RelayerFeesIncrease - stagingxdai_relayerFeesIncreases( + ): avalanche_Router + avalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFeesIncrease_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFeesIncrease_filter + orderBy: avalanche_Router_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RelayerFeesIncrease!]! - stagingxdai_slippageUpdate( + ): [avalanche_Router!]! + avalanche_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SlippageUpdate - stagingxdai_slippageUpdates( + ): avalanche_RouterDailyTVL + avalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SlippageUpdate_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SlippageUpdate_filter + orderBy: avalanche_RouterDailyTVL_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SlippageUpdate!]! - stagingxdai_snapshotRoot( + ): [avalanche_RouterDailyTVL!]! + avalanche_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SnapshotRoot - stagingxdai_snapshotRoots( + ): avalanche_RouterLiquidityEvent + avalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SnapshotRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SnapshotRoot_filter + orderBy: avalanche_RouterLiquidityEvent_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SnapshotRoot!]! - stagingxdai_spokeConnectorMode( + ): [avalanche_RouterLiquidityEvent!]! + avalanche_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SpokeConnectorMode - stagingxdai_spokeConnectorModes( + ): avalanche_Setting + avalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SpokeConnectorMode_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SpokeConnectorMode_filter + orderBy: avalanche_Setting_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SpokeConnectorMode!]! - stagingxdai_aggregateRootProposed( + ): [avalanche_Setting!]! + avalanche_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_AggregateRootProposed - stagingxdai_aggregateRootProposeds( + ): avalanche_Relayer + avalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRootProposed_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRootProposed_filter + orderBy: avalanche_Relayer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_AggregateRootProposed!]! - stagingxdai_optimisticRootFinalized( + ): [avalanche_Relayer!]! + avalanche_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_OptimisticRootFinalized - stagingxdai_optimisticRootFinalizeds( + ): avalanche_Sequencer + avalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OptimisticRootFinalized_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OptimisticRootFinalized_filter + orderBy: avalanche_Sequencer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ - stagingbase_asset( + ): [avalanche_Sequencer!]! + avalanche_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Asset - stagingbase_assets( + ): avalanche_RelayerFee + avalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Asset_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Asset_filter + orderBy: avalanche_RelayerFee_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Asset!]! - stagingbase_assetStatus( + ): [avalanche_RelayerFee!]! + avalanche_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AssetStatus - stagingbase_assetStatuses( + ): avalanche_OriginTransfer + avalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetStatus_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetStatus_filter + orderBy: avalanche_OriginTransfer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AssetStatus!]! - stagingbase_assetBalance( + ): [avalanche_OriginTransfer!]! + avalanche_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AssetBalance - stagingbase_assetBalances( + ): avalanche_DestinationTransfer + avalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetBalance_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetBalance_filter + orderBy: avalanche_DestinationTransfer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AssetBalance!]! - stagingbase_router( + ): [avalanche_DestinationTransfer!]! + avalanche_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Router - stagingbase_routers( + ): avalanche_OriginMessage + avalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Router_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Router_filter + orderBy: avalanche_OriginMessage_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Router!]! - stagingbase_routerDailyTVL( + ): [avalanche_OriginMessage!]! + avalanche_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RouterDailyTVL - stagingbase_routerDailyTVLs( + ): avalanche_AggregateRoot + avalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterDailyTVL_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterDailyTVL_filter + orderBy: avalanche_AggregateRoot_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RouterDailyTVL!]! - stagingbase_routerLiquidityEvent( + ): [avalanche_AggregateRoot!]! + avalanche_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RouterLiquidityEvent - stagingbase_routerLiquidityEvents( + ): avalanche_ConnectorMeta + avalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterLiquidityEvent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterLiquidityEvent_filter + orderBy: avalanche_ConnectorMeta_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RouterLiquidityEvent!]! - stagingbase_setting( + ): [avalanche_ConnectorMeta!]! + avalanche_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Setting - stagingbase_settings( + ): avalanche_RootCount + avalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Setting_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Setting_filter + orderBy: avalanche_RootCount_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Setting!]! - stagingbase_relayer( + ): [avalanche_RootCount!]! + avalanche_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Relayer - stagingbase_relayers( + ): avalanche_RootMessageSent + avalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Relayer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Relayer_filter + orderBy: avalanche_RootMessageSent_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Relayer!]! - stagingbase_sequencer( + ): [avalanche_RootMessageSent!]! + avalanche_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Sequencer - stagingbase_sequencers( + ): avalanche_RelayerFeesIncrease + avalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Sequencer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Sequencer_filter + orderBy: avalanche_RelayerFeesIncrease_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Sequencer!]! - stagingbase_relayerFee( + ): [avalanche_RelayerFeesIncrease!]! + avalanche_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RelayerFee - stagingbase_relayerFees( + ): avalanche_SlippageUpdate + avalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFee_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFee_filter + orderBy: avalanche_SlippageUpdate_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RelayerFee!]! - stagingbase_originTransfer( + ): [avalanche_SlippageUpdate!]! + avalanche_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_OriginTransfer - stagingbase_originTransfers( + ): avalanche_SnapshotRoot + avalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginTransfer_filter + orderBy: avalanche_SnapshotRoot_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OriginTransfer!]! - stagingbase_destinationTransfer( + ): [avalanche_SnapshotRoot!]! + avalanche_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_DestinationTransfer - stagingbase_destinationTransfers( + ): avalanche_SpokeConnectorMode + avalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_DestinationTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_DestinationTransfer_filter + orderBy: avalanche_SpokeConnectorMode_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_DestinationTransfer!]! - stagingbase_originMessage( + ): [avalanche_SpokeConnectorMode!]! + avalanche_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_OriginMessage - stagingbase_originMessages( + ): avalanche_AggregateRootProposed + avalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginMessage_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginMessage_filter + orderBy: avalanche_AggregateRootProposed_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OriginMessage!]! - stagingbase_aggregateRoot( + ): [avalanche_AggregateRootProposed!]! + avalanche_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AggregateRoot - stagingbase_aggregateRoots( + ): avalanche_OptimisticRootFinalized + avalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRoot_filter + orderBy: avalanche_OptimisticRootFinalized_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AggregateRoot!]! - stagingbase_connectorMeta( + ): [avalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + avalanche__meta(block: avalanche_Block_height): avalanche__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: stagingbase_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 - ): stagingbase_ConnectorMeta - stagingbase_connectorMetas( + ): polygonzkevm_swap_Asset + polygonzkevm_swap_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_ConnectorMeta_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_ConnectorMeta_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: stagingbase_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 - ): [stagingbase_ConnectorMeta!]! - stagingbase_rootCount( + ): [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: stagingbase_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 - ): stagingbase_RootCount - stagingbase_rootCounts( + ): polygonzkevm_swap_AssetStatus + polygonzkevm_swap_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootCount_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootCount_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: stagingbase_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 - ): [stagingbase_RootCount!]! - stagingbase_rootMessageSent( + ): [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: stagingbase_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 - ): stagingbase_RootMessageSent - stagingbase_rootMessageSents( + ): polygonzkevm_swap_AssetBalance + polygonzkevm_swap_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootMessageSent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootMessageSent_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: stagingbase_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 - ): [stagingbase_RootMessageSent!]! - stagingbase_relayerFeesIncrease( + ): [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: stagingbase_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 - ): stagingbase_RelayerFeesIncrease - stagingbase_relayerFeesIncreases( + ): polygonzkevm_swap_Router + polygonzkevm_swap_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFeesIncrease_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFeesIncrease_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: stagingbase_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 - ): [stagingbase_RelayerFeesIncrease!]! - stagingbase_slippageUpdate( + ): [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: stagingbase_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 - ): stagingbase_SlippageUpdate - stagingbase_slippageUpdates( + ): polygonzkevm_swap_RouterDailyTVL + polygonzkevm_swap_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SlippageUpdate_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SlippageUpdate_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: stagingbase_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 - ): [stagingbase_SlippageUpdate!]! - stagingbase_snapshotRoot( + ): [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: stagingbase_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 - ): stagingbase_SnapshotRoot - stagingbase_snapshotRoots( + ): polygonzkevm_swap_RouterLiquidityEvent + polygonzkevm_swap_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SnapshotRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SnapshotRoot_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: stagingbase_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 - ): [stagingbase_SnapshotRoot!]! - stagingbase_spokeConnectorMode( + ): [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: stagingbase_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 - ): stagingbase_SpokeConnectorMode - stagingbase_spokeConnectorModes( + ): polygonzkevm_swap_Setting + polygonzkevm_swap_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SpokeConnectorMode_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SpokeConnectorMode_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: stagingbase_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 - ): [stagingbase_SpokeConnectorMode!]! - stagingbase_aggregateRootProposed( + ): [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: stagingbase_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 - ): stagingbase_AggregateRootProposed - stagingbase_aggregateRootProposeds( + ): polygonzkevm_swap_Relayer + polygonzkevm_swap_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRootProposed_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRootProposed_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: stagingbase_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 - ): [stagingbase_AggregateRootProposed!]! - stagingbase_optimisticRootFinalized( + ): [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: stagingbase_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 - ): stagingbase_OptimisticRootFinalized - stagingbase_optimisticRootFinalizeds( + ): polygonzkevm_swap_Sequencer + polygonzkevm_swap_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OptimisticRootFinalized_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OptimisticRootFinalized_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: stagingbase_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 - ): [stagingbase_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ - zksync_asset( + ): [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: zksync_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 - ): zksync_Asset - zksync_assets( + ): polygonzkevm_swap_RelayerFee + polygonzkevm_swap_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_Asset_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Asset_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: zksync_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 - ): [zksync_Asset!]! - zksync_assetStatus( + ): [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: zksync_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 - ): zksync_AssetStatus - zksync_assetStatuses( + ): polygonzkevm_swap_OriginTransfer + polygonzkevm_swap_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetStatus_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetStatus_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: zksync_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 - ): [zksync_AssetStatus!]! - zksync_assetBalance( + ): [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: zksync_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 - ): zksync_AssetBalance - zksync_assetBalances( + ): polygonzkevm_swap_DestinationTransfer + polygonzkevm_swap_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetBalance_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetBalance_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: zksync_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 - ): [zksync_AssetBalance!]! - zksync_router( + ): [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: zksync_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 - ): zksync_Router - zksync_routers( + ): polygonzkevm_swap_OriginMessage + polygonzkevm_swap_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_Router_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Router_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: zksync_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 - ): [zksync_Router!]! - zksync_routerDailyTVL( + ): [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: zksync_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 - ): zksync_RouterDailyTVL - zksync_routerDailyTVLs( + ): polygonzkevm_swap_AggregateRoot + polygonzkevm_swap_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterDailyTVL_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterDailyTVL_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: zksync_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 - ): [zksync_RouterDailyTVL!]! - zksync_routerLiquidityEvent( + ): [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: zksync_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 - ): zksync_RouterLiquidityEvent - zksync_routerLiquidityEvents( + ): polygonzkevm_swap_ConnectorMeta + polygonzkevm_swap_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterLiquidityEvent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterLiquidityEvent_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: zksync_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 - ): [zksync_RouterLiquidityEvent!]! - zksync_setting( + ): [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: zksync_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 - ): zksync_Setting - zksync_settings( + ): polygonzkevm_swap_RootCount + polygonzkevm_swap_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_Setting_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Setting_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: zksync_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 - ): [zksync_Setting!]! - zksync_relayer( + ): [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: zksync_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 - ): zksync_Relayer - zksync_relayers( + ): polygonzkevm_swap_RootMessageSent + polygonzkevm_swap_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: zksync_Relayer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Relayer_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: zksync_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 - ): [zksync_Relayer!]! - zksync_sequencer( + ): [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: zksync_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 - ): zksync_Sequencer - zksync_sequencers( + ): polygonzkevm_swap_RelayerFeesIncrease + polygonzkevm_swap_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: zksync_Sequencer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Sequencer_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: zksync_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 - ): [zksync_Sequencer!]! - zksync_relayerFee( + ): [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: zksync_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 - ): zksync_RelayerFee - zksync_relayerFees( + ): polygonzkevm_swap_SlippageUpdate + polygonzkevm_swap_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFee_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFee_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: zksync_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 - ): [zksync_RelayerFee!]! - zksync_originTransfer( + ): [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: zksync_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 - ): zksync_OriginTransfer - zksync_originTransfers( + ): polygonzkevm_swap_SnapshotRoot + polygonzkevm_swap_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginTransfer_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: zksync_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 - ): [zksync_OriginTransfer!]! - zksync_destinationTransfer( + ): [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: zksync_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 - ): zksync_DestinationTransfer - zksync_destinationTransfers( + ): polygonzkevm_swap_SpokeConnectorMode + polygonzkevm_swap_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: zksync_DestinationTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_DestinationTransfer_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: zksync_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 - ): [zksync_DestinationTransfer!]! - zksync_originMessage( + ): [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: zksync_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 - ): zksync_OriginMessage - zksync_originMessages( + ): polygonzkevm_swap_AggregateRootProposed + polygonzkevm_swap_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginMessage_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginMessage_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: zksync_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 - ): [zksync_OriginMessage!]! - zksync_aggregateRoot( + ): [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: zksync_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 - ): zksync_AggregateRoot - zksync_aggregateRoots( + ): polygonzkevm_swap_OptimisticRootFinalized + polygonzkevm_swap_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRoot_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: zksync_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 - ): [zksync_AggregateRoot!]! - zksync_connectorMeta( + ): [polygonzkevm_swap_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__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: zksync_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 - ): zksync_ConnectorMeta - zksync_connectorMetas( + ): polygonzkevm_Asset + polygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_ConnectorMeta_orderBy - orderDirection: zksync_OrderDirection - where: zksync_ConnectorMeta_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: zksync_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 - ): [zksync_ConnectorMeta!]! - zksync_rootCount( + ): [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: zksync_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 - ): zksync_RootCount - zksync_rootCounts( + ): polygonzkevm_AssetStatus + polygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootCount_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootCount_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: zksync_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 - ): [zksync_RootCount!]! - zksync_rootMessageSent( + ): [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: zksync_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 - ): zksync_RootMessageSent - zksync_rootMessageSents( + ): polygonzkevm_AssetBalance + polygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootMessageSent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootMessageSent_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: zksync_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 - ): [zksync_RootMessageSent!]! - zksync_relayerFeesIncrease( + ): [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: zksync_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 - ): zksync_RelayerFeesIncrease - zksync_relayerFeesIncreases( + ): polygonzkevm_Router + polygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFeesIncrease_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFeesIncrease_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: zksync_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 - ): [zksync_RelayerFeesIncrease!]! - zksync_slippageUpdate( + ): [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: zksync_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 - ): zksync_SlippageUpdate - zksync_slippageUpdates( + ): polygonzkevm_RouterDailyTVL + polygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_SlippageUpdate_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SlippageUpdate_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: zksync_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 - ): [zksync_SlippageUpdate!]! - zksync_snapshotRoot( + ): [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: zksync_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 - ): zksync_SnapshotRoot - zksync_snapshotRoots( + ): polygonzkevm_RouterLiquidityEvent + polygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_SnapshotRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SnapshotRoot_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: zksync_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 - ): [zksync_SnapshotRoot!]! - zksync_spokeConnectorMode( + ): [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: zksync_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 - ): zksync_SpokeConnectorMode - zksync_spokeConnectorModes( + ): polygonzkevm_Setting + polygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_SpokeConnectorMode_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SpokeConnectorMode_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: zksync_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 - ): [zksync_SpokeConnectorMode!]! - zksync_aggregateRootProposed( + ): [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: zksync_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 - ): zksync_AggregateRootProposed - zksync_aggregateRootProposeds( + ): polygonzkevm_Relayer + polygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRootProposed_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRootProposed_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: zksync_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 - ): [zksync_AggregateRootProposed!]! - zksync_optimisticRootFinalized( + ): [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: zksync_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 - ): zksync_OptimisticRootFinalized - zksync_optimisticRootFinalizeds( + ): polygonzkevm_Sequencer + polygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_OptimisticRootFinalized_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OptimisticRootFinalized_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: zksync_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 - ): [zksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - zksync__meta(block: zksync_Block_height): zksync__Meta_ - arbitrumone_asset( + ): [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: arbitrumone_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 - ): arbitrumone_Asset - arbitrumone_assets( + ): polygonzkevm_RelayerFee + polygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Asset_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: arbitrumone_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 - ): [arbitrumone_Asset!]! - arbitrumone_assetStatus( + ): [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: arbitrumone_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 - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( + ): polygonzkevm_OriginTransfer + polygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_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: arbitrumone_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 - ): [arbitrumone_AssetStatus!]! - arbitrumone_assetBalance( + ): [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: arbitrumone_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 - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): polygonzkevm_DestinationTransfer + polygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_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: arbitrumone_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 - ): [arbitrumone_AssetBalance!]! - arbitrumone_router( + ): [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: arbitrumone_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 - ): arbitrumone_Router - arbitrumone_routers( + ): polygonzkevm_OriginMessage + polygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_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: arbitrumone_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 - ): [arbitrumone_Router!]! - arbitrumone_routerDailyTVL( + ): [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: arbitrumone_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 - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): polygonzkevm_AggregateRoot + polygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_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: arbitrumone_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 - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_routerLiquidityEvent( + ): [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: arbitrumone_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 - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): polygonzkevm_ConnectorMeta + polygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterLiquidityEvent_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: arbitrumone_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 - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_setting( + ): [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: arbitrumone_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 - ): arbitrumone_Setting - arbitrumone_settings( + ): polygonzkevm_RootCount + polygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_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: arbitrumone_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 - ): [arbitrumone_Setting!]! - arbitrumone_relayer( + ): [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: arbitrumone_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 - ): arbitrumone_Relayer - arbitrumone_relayers( + ): polygonzkevm_RootMessageSent + polygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_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: arbitrumone_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 - ): [arbitrumone_Relayer!]! - arbitrumone_sequencer( + ): [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: arbitrumone_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 - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): polygonzkevm_RelayerFeesIncrease + polygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_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: arbitrumone_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 - ): [arbitrumone_Sequencer!]! - arbitrumone_relayerFee( + ): [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: arbitrumone_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 - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): polygonzkevm_SlippageUpdate + polygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_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: arbitrumone_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 - ): [arbitrumone_RelayerFee!]! - arbitrumone_originTransfer( + ): [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: arbitrumone_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 - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): polygonzkevm_SnapshotRoot + polygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_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: arbitrumone_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 - ): [arbitrumone_OriginTransfer!]! - arbitrumone_destinationTransfer( + ): [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: arbitrumone_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 - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): polygonzkevm_SpokeConnectorMode + polygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_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: arbitrumone_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 - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_originMessage( + ): [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: arbitrumone_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 - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): polygonzkevm_AggregateRootProposed + polygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_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: arbitrumone_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 - ): [arbitrumone_OriginMessage!]! - arbitrumone_aggregateRoot( + ): [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: arbitrumone_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 - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): polygonzkevm_OptimisticRootFinalized + polygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_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: arbitrumone_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 - ): [arbitrumone_AggregateRoot!]! - arbitrumone_connectorMeta( + ): [polygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__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: arbitrumone_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 - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): stagingarbitrumone_Asset + stagingarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_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: arbitrumone_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 - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [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: arbitrumone_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 - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): stagingarbitrumone_AssetStatus + stagingarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_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: arbitrumone_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 - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [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: arbitrumone_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 - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): stagingarbitrumone_AssetBalance + stagingarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_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: arbitrumone_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 - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [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: arbitrumone_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 - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): stagingarbitrumone_Router + stagingarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_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: arbitrumone_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 - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [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: arbitrumone_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 - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): stagingarbitrumone_RouterDailyTVL + stagingarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_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: arbitrumone_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 - ): [arbitrumone_SlippageUpdate!]! - arbitrumone_snapshotRoot( + ): [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: arbitrumone_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 - ): arbitrumone_SnapshotRoot - arbitrumone_snapshotRoots( + ): stagingarbitrumone_RouterLiquidityEvent + stagingarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SnapshotRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SnapshotRoot_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: arbitrumone_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 - ): [arbitrumone_SnapshotRoot!]! - arbitrumone_spokeConnectorMode( + ): [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: arbitrumone_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 - ): arbitrumone_SpokeConnectorMode - arbitrumone_spokeConnectorModes( + ): stagingarbitrumone_Setting + stagingarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SpokeConnectorMode_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SpokeConnectorMode_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: arbitrumone_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 - ): [arbitrumone_SpokeConnectorMode!]! - arbitrumone_aggregateRootProposed( + ): [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: arbitrumone_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 - ): arbitrumone_AggregateRootProposed - arbitrumone_aggregateRootProposeds( + ): stagingarbitrumone_Relayer + stagingarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRootProposed_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRootProposed_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: arbitrumone_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 - ): [arbitrumone_AggregateRootProposed!]! - arbitrumone_optimisticRootFinalized( + ): [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: arbitrumone_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 - ): arbitrumone_OptimisticRootFinalized - arbitrumone_optimisticRootFinalizeds( + ): stagingarbitrumone_Sequencer + stagingarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OptimisticRootFinalized_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OptimisticRootFinalized_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: arbitrumone_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 - ): [arbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - stagingmetis_asset( + ): [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_Asset - stagingmetis_assets( + ): stagingarbitrumone_RelayerFee + stagingarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Asset_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Asset_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_Asset!]! - stagingmetis_assetStatus( + ): [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_AssetStatus - stagingmetis_assetStatuses( + ): stagingarbitrumone_OriginTransfer + stagingarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetStatus_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetStatus_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_AssetStatus!]! - stagingmetis_assetBalance( + ): [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_AssetBalance - stagingmetis_assetBalances( + ): stagingarbitrumone_DestinationTransfer + stagingarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetBalance_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetBalance_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_AssetBalance!]! - stagingmetis_router( + ): [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_Router - stagingmetis_routers( + ): stagingarbitrumone_OriginMessage + stagingarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Router_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Router_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_Router!]! - stagingmetis_routerDailyTVL( + ): [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_RouterDailyTVL - stagingmetis_routerDailyTVLs( + ): stagingarbitrumone_AggregateRoot + stagingarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterDailyTVL_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterDailyTVL_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_RouterDailyTVL!]! - stagingmetis_routerLiquidityEvent( + ): [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_RouterLiquidityEvent - stagingmetis_routerLiquidityEvents( + ): stagingarbitrumone_ConnectorMeta + stagingarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterLiquidityEvent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterLiquidityEvent_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_RouterLiquidityEvent!]! - stagingmetis_setting( + ): [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_Setting - stagingmetis_settings( + ): stagingarbitrumone_RootCount + stagingarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Setting_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Setting_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_Setting!]! - stagingmetis_relayer( + ): [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_Relayer - stagingmetis_relayers( + ): stagingarbitrumone_RootMessageSent + stagingarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Relayer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Relayer_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_Relayer!]! - stagingmetis_sequencer( + ): [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: 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_RelayerFeesIncrease + stagingarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Sequencer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Sequencer_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: 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_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: 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_SlippageUpdate + stagingarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFee_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFee_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: 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_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: 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_SnapshotRoot + stagingarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginTransfer_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: 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_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: 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_SpokeConnectorMode + stagingarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_DestinationTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_DestinationTransfer_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: 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_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: 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_AggregateRootProposed + stagingarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginMessage_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginMessage_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: 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_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: 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_OptimisticRootFinalized + stagingarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRoot_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: 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_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ + localmainnet_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_Asset + localmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_ConnectorMeta_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_ConnectorMeta_filter + orderBy: localmainnet_Asset_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_Asset!]! + localmainnet_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_AssetStatus + localmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootCount_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootCount_filter + orderBy: localmainnet_AssetStatus_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_AssetStatus!]! + localmainnet_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_AssetBalance + localmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootMessageSent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootMessageSent_filter + orderBy: localmainnet_AssetBalance_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_AssetBalance!]! + localmainnet_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_Router + localmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFeesIncrease_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFeesIncrease_filter + orderBy: localmainnet_Router_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_Router!]! + localmainnet_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_RouterDailyTVL + localmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SlippageUpdate_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SlippageUpdate_filter + orderBy: localmainnet_RouterDailyTVL_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_RouterDailyTVL!]! + localmainnet_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: localmainnet_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( + ): localmainnet_RouterLiquidityEvent + localmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SnapshotRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SnapshotRoot_filter + orderBy: localmainnet_RouterLiquidityEvent_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_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: localmainnet_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( + ): [localmainnet_RouterLiquidityEvent!]! + localmainnet_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_Setting + localmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SpokeConnectorMode_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SpokeConnectorMode_filter + orderBy: localmainnet_Setting_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_Setting!]! + localmainnet_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_Relayer + localmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRootProposed_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRootProposed_filter + orderBy: localmainnet_Relayer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): [localmainnet_Relayer!]! + localmainnet_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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( + ): localmainnet_Sequencer + localmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OptimisticRootFinalized_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OptimisticRootFinalized_filter + orderBy: localmainnet_Sequencer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: localmainnet_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_ - staginglinea_asset( + ): [localmainnet_Sequencer!]! + localmainnet_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_RelayerFee + localmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Asset_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Asset_filter + orderBy: localmainnet_RelayerFee_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_RelayerFee!]! + localmainnet_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_OriginTransfer + localmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetStatus_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetStatus_filter + orderBy: localmainnet_OriginTransfer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_OriginTransfer!]! + localmainnet_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_DestinationTransfer + localmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetBalance_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetBalance_filter + orderBy: localmainnet_DestinationTransfer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_DestinationTransfer!]! + localmainnet_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_OriginMessage + localmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Router_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Router_filter + orderBy: localmainnet_OriginMessage_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_OriginMessage!]! + localmainnet_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_AggregateRoot + localmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterDailyTVL_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterDailyTVL_filter + orderBy: localmainnet_AggregateRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_AggregateRoot!]! + localmainnet_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_ConnectorMeta + localmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterLiquidityEvent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterLiquidityEvent_filter + orderBy: localmainnet_ConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_ConnectorMeta!]! + localmainnet_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_RootCount + localmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Setting_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Setting_filter + orderBy: localmainnet_RootCount_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_RootCount!]! + localmainnet_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_RootMessageSent + localmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Relayer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Relayer_filter + orderBy: localmainnet_RootMessageSent_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_RootMessageSent!]! + localmainnet_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_RelayerFeesIncrease + localmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Sequencer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Sequencer_filter + orderBy: localmainnet_RelayerFeesIncrease_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_RelayerFeesIncrease!]! + localmainnet_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_SlippageUpdate + localmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFee_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFee_filter + orderBy: localmainnet_SlippageUpdate_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_SlippageUpdate!]! + localmainnet_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_SnapshotRoot + localmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginTransfer_filter + orderBy: localmainnet_SnapshotRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_SnapshotRoot!]! + localmainnet_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_SpokeConnectorMode + localmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_DestinationTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_DestinationTransfer_filter + orderBy: localmainnet_SpokeConnectorMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_SpokeConnectorMode!]! + localmainnet_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_AggregateRootProposed + localmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginMessage_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginMessage_filter + orderBy: localmainnet_AggregateRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_AggregateRootProposed!]! + localmainnet_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): localmainnet_OptimisticRootFinalized + localmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRoot_filter + orderBy: localmainnet_OptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localmainnet_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( + ): [localmainnet_OptimisticRootFinalized!]! + localarbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_ConnectorMeta - staginglinea_connectorMetas( + ): localarbitrumone_Asset + localarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_ConnectorMeta_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_ConnectorMeta_filter + orderBy: localarbitrumone_Asset_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_ConnectorMeta!]! - staginglinea_rootCount( + ): [localarbitrumone_Asset!]! + localarbitrumone_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RootCount - staginglinea_rootCounts( + ): localarbitrumone_AssetStatus + localarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootCount_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootCount_filter + orderBy: localarbitrumone_AssetStatus_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RootCount!]! - staginglinea_rootMessageSent( + ): [localarbitrumone_AssetStatus!]! + localarbitrumone_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RootMessageSent - staginglinea_rootMessageSents( + ): localarbitrumone_AssetBalance + localarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootMessageSent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootMessageSent_filter + orderBy: localarbitrumone_AssetBalance_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RootMessageSent!]! - staginglinea_relayerFeesIncrease( + ): [localarbitrumone_AssetBalance!]! + localarbitrumone_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RelayerFeesIncrease - staginglinea_relayerFeesIncreases( + ): localarbitrumone_Router + localarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFeesIncrease_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFeesIncrease_filter + orderBy: localarbitrumone_Router_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RelayerFeesIncrease!]! - staginglinea_slippageUpdate( + ): [localarbitrumone_Router!]! + localarbitrumone_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_SlippageUpdate - staginglinea_slippageUpdates( + ): localarbitrumone_RouterDailyTVL + localarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SlippageUpdate_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SlippageUpdate_filter + orderBy: localarbitrumone_RouterDailyTVL_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_SlippageUpdate!]! - staginglinea_snapshotRoot( + ): [localarbitrumone_RouterDailyTVL!]! + localarbitrumone_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: localarbitrumone_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( + ): localarbitrumone_RouterLiquidityEvent + localarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SnapshotRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SnapshotRoot_filter + orderBy: localarbitrumone_RouterLiquidityEvent_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_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: localarbitrumone_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( + ): [localarbitrumone_RouterLiquidityEvent!]! + localarbitrumone_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_SpokeConnectorMode - staginglinea_spokeConnectorModes( + ): localarbitrumone_Setting + localarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SpokeConnectorMode_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SpokeConnectorMode_filter + orderBy: localarbitrumone_Setting_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_SpokeConnectorMode!]! - staginglinea_aggregateRootProposed( + ): [localarbitrumone_Setting!]! + localarbitrumone_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_AggregateRootProposed - staginglinea_aggregateRootProposeds( + ): localarbitrumone_Relayer + localarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRootProposed_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRootProposed_filter + orderBy: localarbitrumone_Relayer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_AggregateRootProposed!]! - staginglinea_optimisticRootFinalized( + ): [localarbitrumone_Relayer!]! + localarbitrumone_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_OptimisticRootFinalized - staginglinea_optimisticRootFinalizeds( + ): localarbitrumone_Sequencer + localarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OptimisticRootFinalized_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OptimisticRootFinalized_filter + orderBy: localarbitrumone_Sequencer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ - stagingmantle_asset( + ): [localarbitrumone_Sequencer!]! + localarbitrumone_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Asset - stagingmantle_assets( + ): localarbitrumone_RelayerFee + localarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Asset_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Asset_filter + orderBy: localarbitrumone_RelayerFee_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Asset!]! - stagingmantle_assetStatus( + ): [localarbitrumone_RelayerFee!]! + localarbitrumone_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AssetStatus - stagingmantle_assetStatuses( + ): localarbitrumone_OriginTransfer + localarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetStatus_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetStatus_filter + orderBy: localarbitrumone_OriginTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AssetStatus!]! - stagingmantle_assetBalance( + ): [localarbitrumone_OriginTransfer!]! + localarbitrumone_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AssetBalance - stagingmantle_assetBalances( + ): localarbitrumone_DestinationTransfer + localarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetBalance_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetBalance_filter + orderBy: localarbitrumone_DestinationTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AssetBalance!]! - stagingmantle_router( + ): [localarbitrumone_DestinationTransfer!]! + localarbitrumone_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Router - stagingmantle_routers( + ): localarbitrumone_OriginMessage + localarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Router_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Router_filter + orderBy: localarbitrumone_OriginMessage_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Router!]! - stagingmantle_routerDailyTVL( + ): [localarbitrumone_OriginMessage!]! + localarbitrumone_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RouterDailyTVL - stagingmantle_routerDailyTVLs( + ): localarbitrumone_AggregateRoot + localarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterDailyTVL_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterDailyTVL_filter + orderBy: localarbitrumone_AggregateRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RouterDailyTVL!]! - stagingmantle_routerLiquidityEvent( + ): [localarbitrumone_AggregateRoot!]! + localarbitrumone_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RouterLiquidityEvent - stagingmantle_routerLiquidityEvents( + ): localarbitrumone_ConnectorMeta + localarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterLiquidityEvent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterLiquidityEvent_filter + orderBy: localarbitrumone_ConnectorMeta_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RouterLiquidityEvent!]! - stagingmantle_setting( + ): [localarbitrumone_ConnectorMeta!]! + localarbitrumone_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Setting - stagingmantle_settings( + ): localarbitrumone_RootCount + localarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Setting_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Setting_filter + orderBy: localarbitrumone_RootCount_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Setting!]! - stagingmantle_relayer( + ): [localarbitrumone_RootCount!]! + localarbitrumone_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Relayer - stagingmantle_relayers( + ): localarbitrumone_RootMessageSent + localarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Relayer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Relayer_filter + orderBy: localarbitrumone_RootMessageSent_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Relayer!]! - stagingmantle_sequencer( + ): [localarbitrumone_RootMessageSent!]! + localarbitrumone_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Sequencer - stagingmantle_sequencers( + ): localarbitrumone_RelayerFeesIncrease + localarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Sequencer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Sequencer_filter + orderBy: localarbitrumone_RelayerFeesIncrease_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Sequencer!]! - stagingmantle_relayerFee( + ): [localarbitrumone_RelayerFeesIncrease!]! + localarbitrumone_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RelayerFee - stagingmantle_relayerFees( + ): localarbitrumone_SlippageUpdate + localarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFee_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFee_filter + orderBy: localarbitrumone_SlippageUpdate_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RelayerFee!]! - stagingmantle_originTransfer( + ): [localarbitrumone_SlippageUpdate!]! + localarbitrumone_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_OriginTransfer - stagingmantle_originTransfers( + ): localarbitrumone_SnapshotRoot + localarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginTransfer_filter + orderBy: localarbitrumone_SnapshotRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OriginTransfer!]! - stagingmantle_destinationTransfer( + ): [localarbitrumone_SnapshotRoot!]! + localarbitrumone_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_DestinationTransfer - stagingmantle_destinationTransfers( + ): localarbitrumone_SpokeConnectorMode + localarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_DestinationTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_DestinationTransfer_filter + orderBy: localarbitrumone_SpokeConnectorMode_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_DestinationTransfer!]! - stagingmantle_originMessage( + ): [localarbitrumone_SpokeConnectorMode!]! + localarbitrumone_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_OriginMessage - stagingmantle_originMessages( + ): localarbitrumone_AggregateRootProposed + localarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginMessage_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginMessage_filter + orderBy: localarbitrumone_AggregateRootProposed_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OriginMessage!]! - stagingmantle_aggregateRoot( + ): [localarbitrumone_AggregateRootProposed!]! + localarbitrumone_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AggregateRoot - stagingmantle_aggregateRoots( + ): localarbitrumone_OptimisticRootFinalized + localarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRoot_filter + orderBy: localarbitrumone_OptimisticRootFinalized_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AggregateRoot!]! - stagingmantle_connectorMeta( + ): [localarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__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: stagingmantle_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 - ): stagingmantle_ConnectorMeta - stagingmantle_connectorMetas( + ): stagingmode_Asset + stagingmode_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_ConnectorMeta_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_ConnectorMeta_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: stagingmantle_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 - ): [stagingmantle_ConnectorMeta!]! - stagingmantle_rootCount( + ): [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: stagingmantle_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 - ): stagingmantle_RootCount - stagingmantle_rootCounts( + ): stagingmode_AssetStatus + stagingmode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootCount_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootCount_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: stagingmantle_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 - ): [stagingmantle_RootCount!]! - stagingmantle_rootMessageSent( + ): [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: stagingmantle_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 - ): stagingmantle_RootMessageSent - stagingmantle_rootMessageSents( + ): stagingmode_AssetBalance + stagingmode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootMessageSent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootMessageSent_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: stagingmantle_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 - ): [stagingmantle_RootMessageSent!]! - stagingmantle_relayerFeesIncrease( + ): [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: stagingmantle_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 - ): stagingmantle_RelayerFeesIncrease - stagingmantle_relayerFeesIncreases( + ): stagingmode_Router + stagingmode_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFeesIncrease_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFeesIncrease_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: stagingmantle_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 - ): [stagingmantle_RelayerFeesIncrease!]! - stagingmantle_slippageUpdate( + ): [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: stagingmantle_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 - ): stagingmantle_SlippageUpdate - stagingmantle_slippageUpdates( + ): stagingmode_RouterDailyTVL + stagingmode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SlippageUpdate_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SlippageUpdate_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: stagingmantle_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 - ): [stagingmantle_SlippageUpdate!]! - stagingmantle_snapshotRoot( + ): [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: stagingmantle_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 - ): stagingmantle_SnapshotRoot - stagingmantle_snapshotRoots( + ): stagingmode_RouterLiquidityEvent + stagingmode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SnapshotRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SnapshotRoot_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: stagingmantle_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 - ): [stagingmantle_SnapshotRoot!]! - stagingmantle_spokeConnectorMode( + ): [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: stagingmantle_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 - ): stagingmantle_SpokeConnectorMode - stagingmantle_spokeConnectorModes( + ): stagingmode_Setting + stagingmode_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SpokeConnectorMode_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SpokeConnectorMode_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: stagingmantle_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 - ): [stagingmantle_SpokeConnectorMode!]! - stagingmantle_aggregateRootProposed( + ): [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: stagingmantle_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 - ): stagingmantle_AggregateRootProposed - stagingmantle_aggregateRootProposeds( + ): stagingmode_Relayer + stagingmode_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRootProposed_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRootProposed_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: stagingmantle_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 - ): [stagingmantle_AggregateRootProposed!]! - stagingmantle_optimisticRootFinalized( + ): [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: stagingmantle_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 - ): stagingmantle_OptimisticRootFinalized - stagingmantle_optimisticRootFinalizeds( + ): stagingmode_Sequencer + stagingmode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OptimisticRootFinalized_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OptimisticRootFinalized_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: stagingmantle_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 - ): [stagingmantle_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ - stagingarbitrumone_asset( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Asset - stagingarbitrumone_assets( + ): stagingmode_RelayerFee + stagingmode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Asset_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Asset_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Asset!]! - stagingarbitrumone_assetStatus( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_AssetStatus - stagingarbitrumone_assetStatuses( + ): stagingmode_OriginTransfer + stagingmode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetStatus_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetStatus_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetStatus!]! - stagingarbitrumone_assetBalance( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_AssetBalance - stagingarbitrumone_assetBalances( + ): stagingmode_DestinationTransfer + stagingmode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetBalance_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetBalance_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetBalance!]! - stagingarbitrumone_router( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Router - stagingarbitrumone_routers( + ): stagingmode_OriginMessage + stagingmode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Router_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Router_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Router!]! - stagingarbitrumone_routerDailyTVL( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RouterDailyTVL - stagingarbitrumone_routerDailyTVLs( + ): stagingmode_AggregateRoot + stagingmode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterDailyTVL_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterDailyTVL!]! - stagingarbitrumone_routerLiquidityEvent( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RouterLiquidityEvent - stagingarbitrumone_routerLiquidityEvents( + ): stagingmode_ConnectorMeta + stagingmode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterLiquidityEvent_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterLiquidityEvent!]! - stagingarbitrumone_setting( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Setting - stagingarbitrumone_settings( + ): stagingmode_RootCount + stagingmode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Setting_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Setting_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Setting!]! - stagingarbitrumone_relayer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Relayer - stagingarbitrumone_relayers( + ): stagingmode_RootMessageSent + stagingmode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Relayer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Relayer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Relayer!]! - stagingarbitrumone_sequencer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Sequencer - stagingarbitrumone_sequencers( + ): stagingmode_RelayerFeesIncrease + stagingmode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Sequencer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Sequencer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Sequencer!]! - stagingarbitrumone_relayerFee( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFee - stagingarbitrumone_relayerFees( + ): stagingmode_SlippageUpdate + stagingmode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFee_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFee_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFee!]! - stagingarbitrumone_originTransfer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginTransfer - stagingarbitrumone_originTransfers( + ): stagingmode_SnapshotRoot + stagingmode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginTransfer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginTransfer!]! - stagingarbitrumone_destinationTransfer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_DestinationTransfer - stagingarbitrumone_destinationTransfers( + ): stagingmode_SpokeConnectorMode + stagingmode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_DestinationTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_DestinationTransfer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_DestinationTransfer!]! - stagingarbitrumone_originMessage( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginMessage - stagingarbitrumone_originMessages( + ): stagingmode_AggregateRootProposed + stagingmode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginMessage_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginMessage_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginMessage!]! - stagingarbitrumone_aggregateRoot( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRoot - stagingarbitrumone_aggregateRoots( + ): stagingmode_OptimisticRootFinalized + stagingmode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRoot_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRoot!]! - stagingarbitrumone_connectorMeta( + ): [stagingmode_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmode__meta(block: stagingmode_Block_height): stagingmode__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: stagingarbitrumone_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 - ): stagingarbitrumone_ConnectorMeta - stagingarbitrumone_connectorMetas( + ): stagingxdai_Asset + stagingxdai_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_ConnectorMeta_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_ConnectorMeta_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: stagingarbitrumone_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 - ): [stagingarbitrumone_ConnectorMeta!]! - stagingarbitrumone_rootCount( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RootCount - stagingarbitrumone_rootCounts( + ): stagingxdai_AssetStatus + stagingxdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootCount_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootCount_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootCount!]! - stagingarbitrumone_rootMessageSent( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RootMessageSent - stagingarbitrumone_rootMessageSents( + ): stagingxdai_AssetBalance + stagingxdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootMessageSent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootMessageSent_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootMessageSent!]! - stagingarbitrumone_relayerFeesIncrease( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFeesIncrease - stagingarbitrumone_relayerFeesIncreases( + ): stagingxdai_Router + stagingxdai_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFeesIncrease_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFeesIncrease!]! - stagingarbitrumone_slippageUpdate( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_SlippageUpdate - stagingarbitrumone_slippageUpdates( + ): stagingxdai_RouterDailyTVL + stagingxdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SlippageUpdate_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SlippageUpdate_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SlippageUpdate!]! - stagingarbitrumone_snapshotRoot( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_SnapshotRoot - stagingarbitrumone_snapshotRoots( + ): stagingxdai_RouterLiquidityEvent + stagingxdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SnapshotRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SnapshotRoot_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SnapshotRoot!]! - stagingarbitrumone_spokeConnectorMode( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_SpokeConnectorMode - stagingarbitrumone_spokeConnectorModes( + ): stagingxdai_Setting + stagingxdai_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SpokeConnectorMode_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SpokeConnectorMode!]! - stagingarbitrumone_aggregateRootProposed( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRootProposed - stagingarbitrumone_aggregateRootProposeds( + ): stagingxdai_Relayer + stagingxdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRootProposed_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRootProposed!]! - stagingarbitrumone_optimisticRootFinalized( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_OptimisticRootFinalized - stagingarbitrumone_optimisticRootFinalizeds( + ): stagingxdai_Sequencer + stagingxdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OptimisticRootFinalized_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ - stagingpolygonzkevm_asset( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Asset - stagingpolygonzkevm_assets( + ): stagingxdai_RelayerFee + stagingxdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Asset_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Asset_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Asset!]! - stagingpolygonzkevm_assetStatus( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AssetStatus - stagingpolygonzkevm_assetStatuses( + ): stagingxdai_OriginTransfer + stagingxdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetStatus_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetStatus_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AssetStatus!]! - stagingpolygonzkevm_assetBalance( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AssetBalance - stagingpolygonzkevm_assetBalances( + ): stagingxdai_DestinationTransfer + stagingxdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetBalance_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetBalance_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AssetBalance!]! - stagingpolygonzkevm_router( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Router - stagingpolygonzkevm_routers( + ): stagingxdai_OriginMessage + stagingxdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Router_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Router_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Router!]! - stagingpolygonzkevm_routerDailyTVL( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_RouterDailyTVL - stagingpolygonzkevm_routerDailyTVLs( + ): stagingxdai_AggregateRoot + stagingxdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterDailyTVL_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_RouterDailyTVL!]! - stagingpolygonzkevm_routerLiquidityEvent( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_RouterLiquidityEvent - stagingpolygonzkevm_routerLiquidityEvents( + ): stagingxdai_ConnectorMeta + stagingxdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterLiquidityEvent_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_RouterLiquidityEvent!]! - stagingpolygonzkevm_setting( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Setting - stagingpolygonzkevm_settings( + ): stagingxdai_RootCount + stagingxdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Setting_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Setting_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Setting!]! - stagingpolygonzkevm_relayer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Relayer - stagingpolygonzkevm_relayers( + ): stagingxdai_RootMessageSent + stagingxdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Relayer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Relayer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Relayer!]! - stagingpolygonzkevm_sequencer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_Sequencer - stagingpolygonzkevm_sequencers( + ): stagingxdai_RelayerFeesIncrease + stagingxdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Sequencer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Sequencer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_Sequencer!]! - stagingpolygonzkevm_relayerFee( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_RelayerFee - stagingpolygonzkevm_relayerFees( + ): stagingxdai_SlippageUpdate + stagingxdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFee_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFee_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_RelayerFee!]! - stagingpolygonzkevm_originTransfer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_OriginTransfer - stagingpolygonzkevm_originTransfers( + ): stagingxdai_SnapshotRoot + stagingxdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginTransfer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_OriginTransfer!]! - stagingpolygonzkevm_destinationTransfer( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_DestinationTransfer - stagingpolygonzkevm_destinationTransfers( + ): stagingxdai_SpokeConnectorMode + stagingxdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_DestinationTransfer_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_DestinationTransfer!]! - stagingpolygonzkevm_originMessage( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_OriginMessage - stagingpolygonzkevm_originMessages( + ): stagingxdai_AggregateRootProposed + stagingxdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginMessage_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginMessage_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_OriginMessage!]! - stagingpolygonzkevm_aggregateRoot( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AggregateRoot - stagingpolygonzkevm_aggregateRoots( + ): stagingxdai_OptimisticRootFinalized + stagingxdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRoot_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AggregateRoot!]! - stagingpolygonzkevm_connectorMeta( + ): [stagingxdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ + stagingmainnet_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Asset + stagingmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_ConnectorMeta_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AssetStatus + stagingmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootCount_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootCount_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AssetBalance + stagingmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootMessageSent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootMessageSent_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Router + stagingmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFeesIncrease_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RouterDailyTVL + stagingmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SlippageUpdate_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RouterLiquidityEvent + stagingmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SnapshotRoot_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Setting + stagingmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SpokeConnectorMode_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Relayer + stagingmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRootProposed_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): [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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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( + ): stagingmainnet_Sequencer + stagingmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OptimisticRootFinalized_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: stagingpolygonzkevm_Block_height + block: stagingmainnet_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_ - xdai_asset( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RelayerFee + stagingmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_Asset_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Asset_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OriginTransfer + stagingmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetStatus_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_DestinationTransfer + stagingmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetBalance_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OriginMessage + stagingmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Router_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AggregateRoot + stagingmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterDailyTVL_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_ConnectorMeta + stagingmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterLiquidityEvent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterLiquidityEvent_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootCount + stagingmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Setting_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RootMessageSent + stagingmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Relayer_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RelayerFeesIncrease + stagingmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Sequencer_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SlippageUpdate + stagingmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFee_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SnapshotRoot + stagingmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginTransfer_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_SpokeConnectorMode + stagingmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_DestinationTransfer_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_AggregateRootProposed + stagingmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginMessage_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: xdai_Block_height + block: stagingmainnet_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( + ): [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: xdai_Block_height + block: stagingmainnet_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( + ): stagingmainnet_OptimisticRootFinalized + stagingmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRoot_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: xdai_Block_height + block: stagingmainnet_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( + ): [stagingmainnet_OptimisticRootFinalized!]! + 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: xdai_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 - ): xdai_ConnectorMeta - xdai_connectorMetas( + ): stagingpolygon_Asset + stagingpolygon_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_ConnectorMeta_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: xdai_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 - ): [xdai_ConnectorMeta!]! - xdai_rootCount( + ): [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: xdai_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 - ): xdai_RootCount - xdai_rootCounts( + ): stagingpolygon_AssetStatus + stagingpolygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootCount_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: xdai_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 - ): [xdai_RootCount!]! - xdai_rootMessageSent( + ): [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: xdai_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 - ): xdai_RootMessageSent - xdai_rootMessageSents( + ): stagingpolygon_AssetBalance + stagingpolygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootMessageSent_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: xdai_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 - ): [xdai_RootMessageSent!]! - xdai_relayerFeesIncrease( + ): [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: xdai_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 - ): xdai_RelayerFeesIncrease - xdai_relayerFeesIncreases( + ): stagingpolygon_Router + stagingpolygon_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFeesIncrease_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: xdai_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 - ): [xdai_RelayerFeesIncrease!]! - xdai_slippageUpdate( + ): [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: xdai_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 - ): xdai_SlippageUpdate - xdai_slippageUpdates( + ): stagingpolygon_RouterDailyTVL + stagingpolygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SlippageUpdate_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: xdai_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 - ): [xdai_SlippageUpdate!]! - xdai_snapshotRoot( + ): [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: xdai_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 - ): xdai_SnapshotRoot - xdai_snapshotRoots( + ): stagingpolygon_RouterLiquidityEvent + stagingpolygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_SnapshotRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SnapshotRoot_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: xdai_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 - ): [xdai_SnapshotRoot!]! - xdai_spokeConnectorMode( + ): [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: xdai_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 - ): xdai_SpokeConnectorMode - xdai_spokeConnectorModes( + ): stagingpolygon_Setting + stagingpolygon_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_SpokeConnectorMode_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SpokeConnectorMode_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: xdai_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 - ): [xdai_SpokeConnectorMode!]! - xdai_aggregateRootProposed( + ): [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: xdai_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 - ): xdai_AggregateRootProposed - xdai_aggregateRootProposeds( + ): stagingpolygon_Relayer + stagingpolygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRootProposed_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRootProposed_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: xdai_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 - ): [xdai_AggregateRootProposed!]! - xdai_optimisticRootFinalized( + ): [stagingpolygon_Relayer!]! + stagingpolygon_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_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 - ): xdai_OptimisticRootFinalized - xdai_optimisticRootFinalizeds( + ): stagingpolygon_Sequencer + stagingpolygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_OptimisticRootFinalized_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OptimisticRootFinalized_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: xdai_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 - ): [xdai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__Meta_ - polygonzkevm_asset( + ): [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: polygonzkevm_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 - ): polygonzkevm_Asset - polygonzkevm_assets( + ): stagingpolygon_RelayerFee + stagingpolygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Asset_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Asset_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: polygonzkevm_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 - ): [polygonzkevm_Asset!]! - polygonzkevm_assetStatus( + ): [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: polygonzkevm_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 - ): polygonzkevm_AssetStatus - polygonzkevm_assetStatuses( + ): stagingpolygon_OriginTransfer + stagingpolygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetStatus_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetStatus_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: polygonzkevm_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 - ): [polygonzkevm_AssetStatus!]! - polygonzkevm_assetBalance( + ): [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: polygonzkevm_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 - ): polygonzkevm_AssetBalance - polygonzkevm_assetBalances( + ): stagingpolygon_DestinationTransfer + stagingpolygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetBalance_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetBalance_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: polygonzkevm_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 - ): [polygonzkevm_AssetBalance!]! - polygonzkevm_router( + ): [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: polygonzkevm_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 - ): polygonzkevm_Router - polygonzkevm_routers( + ): stagingpolygon_OriginMessage + stagingpolygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Router_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Router_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: polygonzkevm_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 - ): [polygonzkevm_Router!]! - polygonzkevm_routerDailyTVL( + ): [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: polygonzkevm_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 - ): polygonzkevm_RouterDailyTVL - polygonzkevm_routerDailyTVLs( + ): stagingpolygon_AggregateRoot + stagingpolygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterDailyTVL_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: polygonzkevm_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 - ): [polygonzkevm_RouterDailyTVL!]! - polygonzkevm_routerLiquidityEvent( + ): [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: polygonzkevm_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 - ): polygonzkevm_RouterLiquidityEvent - polygonzkevm_routerLiquidityEvents( + ): stagingpolygon_ConnectorMeta + stagingpolygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterLiquidityEvent_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: polygonzkevm_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 - ): [polygonzkevm_RouterLiquidityEvent!]! - polygonzkevm_setting( + ): [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: polygonzkevm_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 - ): polygonzkevm_Setting - polygonzkevm_settings( + ): stagingpolygon_RootCount + stagingpolygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Setting_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Setting_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: polygonzkevm_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 - ): [polygonzkevm_Setting!]! - polygonzkevm_relayer( + ): [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: polygonzkevm_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 - ): polygonzkevm_Relayer - polygonzkevm_relayers( + ): stagingpolygon_RootMessageSent + stagingpolygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Relayer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Relayer_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: polygonzkevm_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 - ): [polygonzkevm_Relayer!]! - polygonzkevm_sequencer( + ): [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: polygonzkevm_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 - ): polygonzkevm_Sequencer - polygonzkevm_sequencers( + ): stagingpolygon_RelayerFeesIncrease + stagingpolygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Sequencer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Sequencer_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: polygonzkevm_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 - ): [polygonzkevm_Sequencer!]! - polygonzkevm_relayerFee( + ): [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: polygonzkevm_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 - ): polygonzkevm_RelayerFee - polygonzkevm_relayerFees( + ): stagingpolygon_SlippageUpdate + stagingpolygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFee_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFee_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: polygonzkevm_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 - ): [polygonzkevm_RelayerFee!]! - polygonzkevm_originTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_OriginTransfer - polygonzkevm_originTransfers( + ): stagingpolygon_SnapshotRoot + stagingpolygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginTransfer_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: polygonzkevm_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 - ): [polygonzkevm_OriginTransfer!]! - polygonzkevm_destinationTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_DestinationTransfer - polygonzkevm_destinationTransfers( + ): stagingpolygon_SpokeConnectorMode + stagingpolygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_DestinationTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_DestinationTransfer_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: polygonzkevm_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 - ): [polygonzkevm_DestinationTransfer!]! - polygonzkevm_originMessage( + ): [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: polygonzkevm_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 - ): polygonzkevm_OriginMessage - polygonzkevm_originMessages( + ): stagingpolygon_AggregateRootProposed + stagingpolygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginMessage_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginMessage_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: polygonzkevm_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 - ): [polygonzkevm_OriginMessage!]! - polygonzkevm_aggregateRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_AggregateRoot - polygonzkevm_aggregateRoots( + ): stagingpolygon_OptimisticRootFinalized + stagingpolygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRoot_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: polygonzkevm_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 - ): [polygonzkevm_AggregateRoot!]! - polygonzkevm_connectorMeta( + ): [stagingpolygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__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: polygonzkevm_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 - ): polygonzkevm_ConnectorMeta - polygonzkevm_connectorMetas( + ): stagingscroll_Asset + stagingscroll_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_ConnectorMeta_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_ConnectorMeta_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: polygonzkevm_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 - ): [polygonzkevm_ConnectorMeta!]! - polygonzkevm_rootCount( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootCount - polygonzkevm_rootCounts( + ): stagingscroll_AssetStatus + stagingscroll_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootCount_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootCount_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: polygonzkevm_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 - ): [polygonzkevm_RootCount!]! - polygonzkevm_rootMessageSent( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootMessageSent - polygonzkevm_rootMessageSents( + ): stagingscroll_AssetBalance + stagingscroll_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootMessageSent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootMessageSent_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: polygonzkevm_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 - ): [polygonzkevm_RootMessageSent!]! - polygonzkevm_relayerFeesIncrease( + ): [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: polygonzkevm_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 - ): polygonzkevm_RelayerFeesIncrease - polygonzkevm_relayerFeesIncreases( + ): stagingscroll_Router + stagingscroll_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFeesIncrease_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: polygonzkevm_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 - ): [polygonzkevm_RelayerFeesIncrease!]! - polygonzkevm_slippageUpdate( + ): [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: polygonzkevm_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 - ): polygonzkevm_SlippageUpdate - polygonzkevm_slippageUpdates( + ): stagingscroll_RouterDailyTVL + stagingscroll_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SlippageUpdate_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SlippageUpdate_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: polygonzkevm_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 - ): [polygonzkevm_SlippageUpdate!]! - polygonzkevm_snapshotRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_SnapshotRoot - polygonzkevm_snapshotRoots( + ): stagingscroll_RouterLiquidityEvent + stagingscroll_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SnapshotRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SnapshotRoot_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: polygonzkevm_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 - ): [polygonzkevm_SnapshotRoot!]! - polygonzkevm_spokeConnectorMode( + ): [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: polygonzkevm_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 - ): polygonzkevm_SpokeConnectorMode - polygonzkevm_spokeConnectorModes( + ): stagingscroll_Setting + stagingscroll_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SpokeConnectorMode_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: polygonzkevm_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 - ): [polygonzkevm_SpokeConnectorMode!]! - polygonzkevm_aggregateRootProposed( + ): [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: polygonzkevm_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 - ): polygonzkevm_AggregateRootProposed - polygonzkevm_aggregateRootProposeds( + ): stagingscroll_Relayer + stagingscroll_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRootProposed_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: polygonzkevm_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 - ): [polygonzkevm_AggregateRootProposed!]! - polygonzkevm_optimisticRootFinalized( + ): [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: polygonzkevm_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 - ): polygonzkevm_OptimisticRootFinalized - polygonzkevm_optimisticRootFinalizeds( + ): stagingscroll_Sequencer + stagingscroll_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OptimisticRootFinalized_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: polygonzkevm_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 - ): [polygonzkevm_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ - stagingavalanche_asset( + ): [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: stagingavalanche_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 - ): stagingavalanche_Asset - stagingavalanche_assets( + ): stagingscroll_RelayerFee + stagingscroll_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Asset_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Asset_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: stagingavalanche_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 - ): [stagingavalanche_Asset!]! - stagingavalanche_assetStatus( + ): [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: stagingavalanche_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 - ): stagingavalanche_AssetStatus - stagingavalanche_assetStatuses( + ): stagingscroll_OriginTransfer + stagingscroll_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetStatus_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetStatus_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: stagingavalanche_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 - ): [stagingavalanche_AssetStatus!]! - stagingavalanche_assetBalance( + ): [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: stagingavalanche_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 - ): stagingavalanche_AssetBalance - stagingavalanche_assetBalances( + ): stagingscroll_DestinationTransfer + stagingscroll_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetBalance_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetBalance_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: stagingavalanche_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 - ): [stagingavalanche_AssetBalance!]! - stagingavalanche_router( + ): [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: stagingavalanche_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 - ): stagingavalanche_Router - stagingavalanche_routers( + ): stagingscroll_OriginMessage + stagingscroll_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Router_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Router_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: stagingavalanche_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 - ): [stagingavalanche_Router!]! - stagingavalanche_routerDailyTVL( + ): [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: stagingavalanche_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 - ): stagingavalanche_RouterDailyTVL - stagingavalanche_routerDailyTVLs( + ): stagingscroll_AggregateRoot + stagingscroll_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterDailyTVL_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterDailyTVL_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: stagingavalanche_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 - ): [stagingavalanche_RouterDailyTVL!]! - stagingavalanche_routerLiquidityEvent( + ): [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: stagingavalanche_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 - ): stagingavalanche_RouterLiquidityEvent - stagingavalanche_routerLiquidityEvents( + ): stagingscroll_ConnectorMeta + stagingscroll_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterLiquidityEvent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterLiquidityEvent_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: stagingavalanche_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 - ): [stagingavalanche_RouterLiquidityEvent!]! - stagingavalanche_setting( + ): [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: stagingavalanche_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 - ): stagingavalanche_Setting - stagingavalanche_settings( + ): stagingscroll_RootCount + stagingscroll_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Setting_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Setting_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: stagingavalanche_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 - ): [stagingavalanche_Setting!]! - stagingavalanche_relayer( + ): [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: stagingavalanche_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 - ): stagingavalanche_Relayer - stagingavalanche_relayers( + ): stagingscroll_RootMessageSent + stagingscroll_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Relayer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Relayer_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: stagingavalanche_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 - ): [stagingavalanche_Relayer!]! - stagingavalanche_sequencer( + ): [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: stagingavalanche_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 - ): stagingavalanche_Sequencer - stagingavalanche_sequencers( + ): stagingscroll_RelayerFeesIncrease + stagingscroll_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Sequencer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Sequencer_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: stagingavalanche_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 - ): [stagingavalanche_Sequencer!]! - stagingavalanche_relayerFee( + ): [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: stagingavalanche_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 - ): stagingavalanche_RelayerFee - stagingavalanche_relayerFees( + ): stagingscroll_SlippageUpdate + stagingscroll_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFee_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFee_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: stagingavalanche_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 - ): [stagingavalanche_RelayerFee!]! - stagingavalanche_originTransfer( + ): [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: stagingavalanche_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 - ): stagingavalanche_OriginTransfer - stagingavalanche_originTransfers( + ): stagingscroll_SnapshotRoot + stagingscroll_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginTransfer_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: stagingavalanche_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 - ): [stagingavalanche_OriginTransfer!]! - stagingavalanche_destinationTransfer( + ): [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: stagingavalanche_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 - ): stagingavalanche_DestinationTransfer - stagingavalanche_destinationTransfers( + ): stagingscroll_SpokeConnectorMode + stagingscroll_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_DestinationTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_DestinationTransfer_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: stagingavalanche_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 - ): [stagingavalanche_DestinationTransfer!]! - stagingavalanche_originMessage( + ): [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: stagingavalanche_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 - ): stagingavalanche_OriginMessage - stagingavalanche_originMessages( + ): stagingscroll_AggregateRootProposed + stagingscroll_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginMessage_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginMessage_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: stagingavalanche_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 - ): [stagingavalanche_OriginMessage!]! - stagingavalanche_aggregateRoot( + ): [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: stagingavalanche_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 - ): stagingavalanche_AggregateRoot - stagingavalanche_aggregateRoots( + ): stagingscroll_OptimisticRootFinalized + stagingscroll_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRoot_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: stagingavalanche_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 - ): [stagingavalanche_AggregateRoot!]! - stagingavalanche_connectorMeta( + ): [stagingscroll_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__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: stagingavalanche_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 - ): stagingavalanche_ConnectorMeta - stagingavalanche_connectorMetas( + ): mantle_Asset + mantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_ConnectorMeta_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_ConnectorMeta_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: stagingavalanche_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 - ): [stagingavalanche_ConnectorMeta!]! - stagingavalanche_rootCount( + ): [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: stagingavalanche_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 - ): stagingavalanche_RootCount - stagingavalanche_rootCounts( + ): mantle_AssetStatus + mantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootCount_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootCount_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: stagingavalanche_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 - ): [stagingavalanche_RootCount!]! - stagingavalanche_rootMessageSent( + ): [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: stagingavalanche_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 - ): stagingavalanche_RootMessageSent - stagingavalanche_rootMessageSents( + ): mantle_AssetBalance + mantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootMessageSent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootMessageSent_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: stagingavalanche_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 - ): [stagingavalanche_RootMessageSent!]! - stagingavalanche_relayerFeesIncrease( + ): [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: stagingavalanche_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 - ): stagingavalanche_RelayerFeesIncrease - stagingavalanche_relayerFeesIncreases( + ): mantle_Router + mantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFeesIncrease_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFeesIncrease_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: stagingavalanche_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 - ): [stagingavalanche_RelayerFeesIncrease!]! - stagingavalanche_slippageUpdate( + ): [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: stagingavalanche_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 - ): stagingavalanche_SlippageUpdate - stagingavalanche_slippageUpdates( + ): mantle_RouterDailyTVL + mantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SlippageUpdate_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SlippageUpdate_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: stagingavalanche_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 - ): [stagingavalanche_SlippageUpdate!]! - stagingavalanche_snapshotRoot( + ): [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: stagingavalanche_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 - ): stagingavalanche_SnapshotRoot - stagingavalanche_snapshotRoots( + ): mantle_RouterLiquidityEvent + mantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SnapshotRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SnapshotRoot_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: stagingavalanche_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 - ): [stagingavalanche_SnapshotRoot!]! - stagingavalanche_spokeConnectorMode( + ): [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: stagingavalanche_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 - ): stagingavalanche_SpokeConnectorMode - stagingavalanche_spokeConnectorModes( + ): mantle_Setting + mantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SpokeConnectorMode_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SpokeConnectorMode_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: stagingavalanche_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 - ): [stagingavalanche_SpokeConnectorMode!]! - stagingavalanche_aggregateRootProposed( + ): [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: stagingavalanche_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 - ): stagingavalanche_AggregateRootProposed - stagingavalanche_aggregateRootProposeds( + ): mantle_Relayer + mantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRootProposed_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRootProposed_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: stagingavalanche_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 - ): [stagingavalanche_AggregateRootProposed!]! - stagingavalanche_optimisticRootFinalized( + ): [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: stagingavalanche_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 - ): stagingavalanche_OptimisticRootFinalized - stagingavalanche_optimisticRootFinalizeds( + ): mantle_Sequencer + mantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OptimisticRootFinalized_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OptimisticRootFinalized_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: stagingavalanche_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 - ): [stagingavalanche_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ - localarbitrumone_asset( + ): [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: localarbitrumone_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 - ): localarbitrumone_Asset - localarbitrumone_assets( + ): mantle_RelayerFee + mantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Asset_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Asset_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: localarbitrumone_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 - ): [localarbitrumone_Asset!]! - localarbitrumone_assetStatus( + ): [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: localarbitrumone_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 - ): localarbitrumone_AssetStatus - localarbitrumone_assetStatuses( + ): mantle_OriginTransfer + mantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetStatus_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetStatus_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: localarbitrumone_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 - ): [localarbitrumone_AssetStatus!]! - localarbitrumone_assetBalance( + ): [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: localarbitrumone_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 - ): localarbitrumone_AssetBalance - localarbitrumone_assetBalances( + ): mantle_DestinationTransfer + mantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetBalance_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetBalance_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: localarbitrumone_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 - ): [localarbitrumone_AssetBalance!]! - localarbitrumone_router( + ): [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: localarbitrumone_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 - ): localarbitrumone_Router - localarbitrumone_routers( + ): mantle_OriginMessage + mantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Router_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Router_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: localarbitrumone_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 - ): [localarbitrumone_Router!]! - localarbitrumone_routerDailyTVL( + ): [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: localarbitrumone_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 - ): localarbitrumone_RouterDailyTVL - localarbitrumone_routerDailyTVLs( + ): mantle_AggregateRoot + mantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterDailyTVL_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterDailyTVL_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: localarbitrumone_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 - ): [localarbitrumone_RouterDailyTVL!]! - localarbitrumone_routerLiquidityEvent( + ): [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: localarbitrumone_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 - ): localarbitrumone_RouterLiquidityEvent - localarbitrumone_routerLiquidityEvents( + ): mantle_ConnectorMeta + mantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterLiquidityEvent_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: localarbitrumone_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 - ): [localarbitrumone_RouterLiquidityEvent!]! - localarbitrumone_setting( + ): [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: localarbitrumone_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 - ): localarbitrumone_Setting - localarbitrumone_settings( + ): mantle_RootCount + mantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Setting_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Setting_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: localarbitrumone_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 - ): [localarbitrumone_Setting!]! - localarbitrumone_relayer( + ): [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: localarbitrumone_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 - ): localarbitrumone_Relayer - localarbitrumone_relayers( + ): mantle_RootMessageSent + mantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Relayer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Relayer_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: localarbitrumone_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 - ): [localarbitrumone_Relayer!]! - localarbitrumone_sequencer( + ): [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: localarbitrumone_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 - ): localarbitrumone_Sequencer - localarbitrumone_sequencers( + ): mantle_RelayerFeesIncrease + mantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Sequencer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Sequencer_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: localarbitrumone_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 - ): [localarbitrumone_Sequencer!]! - localarbitrumone_relayerFee( + ): [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: localarbitrumone_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 - ): localarbitrumone_RelayerFee - localarbitrumone_relayerFees( + ): mantle_SlippageUpdate + mantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFee_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFee_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: localarbitrumone_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 - ): [localarbitrumone_RelayerFee!]! - localarbitrumone_originTransfer( + ): [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: localarbitrumone_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 - ): localarbitrumone_OriginTransfer - localarbitrumone_originTransfers( + ): mantle_SnapshotRoot + mantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginTransfer_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: localarbitrumone_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 - ): [localarbitrumone_OriginTransfer!]! - localarbitrumone_destinationTransfer( + ): [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: localarbitrumone_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 - ): localarbitrumone_DestinationTransfer - localarbitrumone_destinationTransfers( + ): mantle_SpokeConnectorMode + mantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_DestinationTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_DestinationTransfer_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: localarbitrumone_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 - ): [localarbitrumone_DestinationTransfer!]! - localarbitrumone_originMessage( + ): [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: localarbitrumone_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 - ): localarbitrumone_OriginMessage - localarbitrumone_originMessages( + ): mantle_AggregateRootProposed + mantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginMessage_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginMessage_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: localarbitrumone_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 - ): [localarbitrumone_OriginMessage!]! - localarbitrumone_aggregateRoot( + ): [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: localarbitrumone_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 - ): localarbitrumone_AggregateRoot - localarbitrumone_aggregateRoots( + ): mantle_OptimisticRootFinalized + mantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRoot_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: localarbitrumone_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 - ): [localarbitrumone_AggregateRoot!]! - localarbitrumone_connectorMeta( + ): [mantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mantle__meta(block: mantle_Block_height): mantle__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: localarbitrumone_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 - ): localarbitrumone_ConnectorMeta - localarbitrumone_connectorMetas( + ): base_Asset + base_assets( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_ConnectorMeta_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_ConnectorMeta_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: localarbitrumone_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 - ): [localarbitrumone_ConnectorMeta!]! - localarbitrumone_rootCount( + ): [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: localarbitrumone_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 - ): localarbitrumone_RootCount - localarbitrumone_rootCounts( + ): base_AssetStatus + base_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootCount_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootCount_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: localarbitrumone_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 - ): [localarbitrumone_RootCount!]! - localarbitrumone_rootMessageSent( + ): [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: localarbitrumone_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 - ): localarbitrumone_RootMessageSent - localarbitrumone_rootMessageSents( + ): base_AssetBalance + base_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootMessageSent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootMessageSent_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: localarbitrumone_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 - ): [localarbitrumone_RootMessageSent!]! - localarbitrumone_relayerFeesIncrease( + ): [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: localarbitrumone_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 - ): localarbitrumone_RelayerFeesIncrease - localarbitrumone_relayerFeesIncreases( + ): base_Router + base_routers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFeesIncrease_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: localarbitrumone_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 - ): [localarbitrumone_RelayerFeesIncrease!]! - localarbitrumone_slippageUpdate( + ): [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: localarbitrumone_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 - ): localarbitrumone_SlippageUpdate - localarbitrumone_slippageUpdates( + ): base_RouterDailyTVL + base_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SlippageUpdate_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SlippageUpdate_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: localarbitrumone_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 - ): [localarbitrumone_SlippageUpdate!]! - localarbitrumone_snapshotRoot( + ): [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: localarbitrumone_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 - ): localarbitrumone_SnapshotRoot - localarbitrumone_snapshotRoots( + ): base_RouterLiquidityEvent + base_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SnapshotRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SnapshotRoot_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: localarbitrumone_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 - ): [localarbitrumone_SnapshotRoot!]! - localarbitrumone_spokeConnectorMode( + ): [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: localarbitrumone_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 - ): localarbitrumone_SpokeConnectorMode - localarbitrumone_spokeConnectorModes( + ): base_Setting + base_settings( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SpokeConnectorMode_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SpokeConnectorMode_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: localarbitrumone_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 - ): [localarbitrumone_SpokeConnectorMode!]! - localarbitrumone_aggregateRootProposed( + ): [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: localarbitrumone_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 - ): localarbitrumone_AggregateRootProposed - localarbitrumone_aggregateRootProposeds( + ): base_Relayer + base_relayers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRootProposed_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRootProposed_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: localarbitrumone_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 - ): [localarbitrumone_AggregateRootProposed!]! - localarbitrumone_optimisticRootFinalized( + ): [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: localarbitrumone_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 - ): localarbitrumone_OptimisticRootFinalized - localarbitrumone_optimisticRootFinalizeds( + ): base_Sequencer + base_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OptimisticRootFinalized_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: localarbitrumone_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 - ): [localarbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ - mantle_asset( + ): [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: mantle_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 - ): mantle_Asset - mantle_assets( + ): base_RelayerFee + base_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_Asset_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Asset_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: mantle_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 - ): [mantle_Asset!]! - mantle_assetStatus( + ): [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: mantle_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 - ): mantle_AssetStatus - mantle_assetStatuses( + ): base_OriginTransfer + base_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetStatus_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetStatus_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: mantle_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 - ): [mantle_AssetStatus!]! - mantle_assetBalance( + ): [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: mantle_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 - ): mantle_AssetBalance - mantle_assetBalances( + ): base_DestinationTransfer + base_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetBalance_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetBalance_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: mantle_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 - ): [mantle_AssetBalance!]! - mantle_router( + ): [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: mantle_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 - ): mantle_Router - mantle_routers( + ): base_OriginMessage + base_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_Router_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Router_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: mantle_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 - ): [mantle_Router!]! - mantle_routerDailyTVL( + ): [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: mantle_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 - ): mantle_RouterDailyTVL - mantle_routerDailyTVLs( + ): base_AggregateRoot + base_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterDailyTVL_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterDailyTVL_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: mantle_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 - ): [mantle_RouterDailyTVL!]! - mantle_routerLiquidityEvent( + ): [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: mantle_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 - ): mantle_RouterLiquidityEvent - mantle_routerLiquidityEvents( + ): base_ConnectorMeta + base_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterLiquidityEvent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterLiquidityEvent_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: mantle_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 - ): [mantle_RouterLiquidityEvent!]! - mantle_setting( + ): [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: mantle_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 - ): mantle_Setting - mantle_settings( + ): base_RootCount + base_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_Setting_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Setting_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: mantle_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 - ): [mantle_Setting!]! - mantle_relayer( + ): [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: mantle_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 - ): mantle_Relayer - mantle_relayers( + ): base_RootMessageSent + base_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Relayer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Relayer_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: mantle_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 - ): [mantle_Relayer!]! - mantle_sequencer( + ): [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: mantle_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 - ): mantle_Sequencer - mantle_sequencers( + ): base_RelayerFeesIncrease + base_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_Sequencer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Sequencer_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: mantle_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 - ): [mantle_Sequencer!]! - mantle_relayerFee( + ): [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: mantle_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 - ): mantle_RelayerFee - mantle_relayerFees( + ): base_SlippageUpdate + base_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFee_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFee_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: mantle_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 - ): [mantle_RelayerFee!]! - mantle_originTransfer( + ): [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: mantle_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 - ): mantle_OriginTransfer - mantle_originTransfers( + ): base_SnapshotRoot + base_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginTransfer_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: mantle_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 - ): [mantle_OriginTransfer!]! - mantle_destinationTransfer( + ): [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: mantle_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 - ): mantle_DestinationTransfer - mantle_destinationTransfers( + ): base_SpokeConnectorMode + base_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_DestinationTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_DestinationTransfer_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: mantle_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 - ): [mantle_DestinationTransfer!]! - mantle_originMessage( + ): [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: mantle_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 - ): mantle_OriginMessage - mantle_originMessages( + ): base_AggregateRootProposed + base_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginMessage_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginMessage_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: mantle_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 - ): [mantle_OriginMessage!]! - mantle_aggregateRoot( + ): [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: mantle_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 - ): mantle_AggregateRoot - mantle_aggregateRoots( + ): base_OptimisticRootFinalized + base_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRoot_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: mantle_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 - ): [mantle_AggregateRoot!]! - mantle_connectorMeta( + ): [base_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + base__meta(block: base_Block_height): base__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: mantle_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 - ): mantle_ConnectorMeta - mantle_connectorMetas( + ): stagingbnb_Asset + stagingbnb_assets( skip: Int = 0 first: Int = 100 - orderBy: mantle_ConnectorMeta_orderBy - orderDirection: mantle_OrderDirection - where: mantle_ConnectorMeta_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: mantle_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 - ): [mantle_ConnectorMeta!]! - mantle_rootCount( + ): [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: mantle_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 - ): mantle_RootCount - mantle_rootCounts( + ): stagingbnb_AssetStatus + stagingbnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootCount_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootCount_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: mantle_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 - ): [mantle_RootCount!]! - mantle_rootMessageSent( + ): [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: mantle_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 - ): mantle_RootMessageSent - mantle_rootMessageSents( + ): stagingbnb_AssetBalance + stagingbnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootMessageSent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootMessageSent_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: mantle_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 - ): [mantle_RootMessageSent!]! - mantle_relayerFeesIncrease( + ): [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: mantle_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 - ): mantle_RelayerFeesIncrease - mantle_relayerFeesIncreases( + ): stagingbnb_Router + stagingbnb_routers( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFeesIncrease_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFeesIncrease_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: mantle_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 - ): [mantle_RelayerFeesIncrease!]! - mantle_slippageUpdate( + ): [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: mantle_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 - ): mantle_SlippageUpdate - mantle_slippageUpdates( + ): stagingbnb_RouterDailyTVL + stagingbnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mantle_SlippageUpdate_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SlippageUpdate_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: mantle_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 - ): [mantle_SlippageUpdate!]! - mantle_snapshotRoot( + ): [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: mantle_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 - ): mantle_SnapshotRoot - mantle_snapshotRoots( + ): stagingbnb_RouterLiquidityEvent + stagingbnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_SnapshotRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SnapshotRoot_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: mantle_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 - ): [mantle_SnapshotRoot!]! - mantle_spokeConnectorMode( + ): [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: mantle_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 - ): mantle_SpokeConnectorMode - mantle_spokeConnectorModes( + ): stagingbnb_Setting + stagingbnb_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_SpokeConnectorMode_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SpokeConnectorMode_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: mantle_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 - ): [mantle_SpokeConnectorMode!]! - mantle_aggregateRootProposed( + ): [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: mantle_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 - ): mantle_AggregateRootProposed - mantle_aggregateRootProposeds( + ): stagingbnb_Relayer + stagingbnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRootProposed_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRootProposed_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: mantle_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 - ): [mantle_AggregateRootProposed!]! - mantle_optimisticRootFinalized( + ): [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: mantle_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 - ): mantle_OptimisticRootFinalized - mantle_optimisticRootFinalizeds( + ): stagingbnb_Sequencer + stagingbnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_OptimisticRootFinalized_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OptimisticRootFinalized_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: mantle_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 - ): [mantle_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mantle__meta(block: mantle_Block_height): mantle__Meta_ - stagingmainnet_rootAggregated( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootAggregated - stagingmainnet_rootAggregateds( + ): stagingbnb_RelayerFee + stagingbnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootAggregated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootAggregated_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: stagingmainnet_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 - ): [stagingmainnet_RootAggregated!]! - stagingmainnet_rootPropagated( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootPropagated - stagingmainnet_rootPropagateds( + ): stagingbnb_OriginTransfer + stagingbnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootPropagated_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: stagingmainnet_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 - ): [stagingmainnet_RootPropagated!]! - stagingmainnet_aggregatedMessageRoot( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregatedMessageRoot - stagingmainnet_aggregatedMessageRoots( + ): stagingbnb_DestinationTransfer + stagingbnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregatedMessageRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregatedMessageRoot_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: stagingmainnet_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 - ): [stagingmainnet_AggregatedMessageRoot!]! - stagingmainnet_rootManagerMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMeta - stagingmainnet_rootManagerMetas( + ): stagingbnb_OriginMessage + stagingbnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMeta_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMeta!]! - stagingmainnet_rootManagerMode( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMode - stagingmainnet_rootManagerModes( + ): stagingbnb_AggregateRoot + stagingbnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMode_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMode!]! - stagingmainnet_optimisticRootProposed( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootProposed - stagingmainnet_optimisticRootProposeds( + ): stagingbnb_ConnectorMeta + stagingbnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootProposed_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootProposed!]! - stagingmainnet_hubOptimisticRootFinalized( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubOptimisticRootFinalized - stagingmainnet_hubOptimisticRootFinalizeds( + ): stagingbnb_RootCount + stagingbnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubOptimisticRootFinalized_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: stagingmainnet_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 - ): [stagingmainnet_HubOptimisticRootFinalized!]! - stagingmainnet_optimisticRootPropagated( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootPropagated - stagingmainnet_optimisticRootPropagateds( + ): stagingbnb_RootMessageSent + stagingbnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootPropagated_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootPropagated!]! - stagingmainnet_polygonConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_PolygonConnectorMeta - stagingmainnet_polygonConnectorMetas( + ): stagingbnb_RelayerFeesIncrease + stagingbnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonConnectorMeta!]! - stagingmainnet_optimismConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimismConnectorMeta - stagingmainnet_optimismConnectorMetas( + ): stagingbnb_SlippageUpdate + stagingbnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimismConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimismConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_OptimismConnectorMeta!]! - stagingmainnet_bnbConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BnbConnectorMeta - stagingmainnet_bnbConnectorMetas( + ): stagingbnb_SnapshotRoot + stagingbnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BnbConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BnbConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BnbConnectorMeta!]! - stagingmainnet_arbitrumConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ArbitrumConnectorMeta - stagingmainnet_arbitrumConnectorMetas( + ): stagingbnb_SpokeConnectorMode + stagingbnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ArbitrumConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ArbitrumConnectorMeta!]! - stagingmainnet_gnosisConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_GnosisConnectorMeta - stagingmainnet_gnosisConnectorMetas( + ): stagingbnb_AggregateRootProposed + stagingbnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_GnosisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_GnosisConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_GnosisConnectorMeta!]! - stagingmainnet_lineaConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_LineaConnectorMeta - stagingmainnet_lineaConnectorMetas( + ): stagingbnb_OptimisticRootFinalized + stagingbnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_LineaConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_LineaConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_LineaConnectorMeta!]! - stagingmainnet_metisConnectorMeta( + ): [stagingbnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__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: stagingmainnet_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 - ): stagingmainnet_MetisConnectorMeta - stagingmainnet_metisConnectorMetas( + ): stagingzksync_Asset + stagingzksync_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MetisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MetisConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_MetisConnectorMeta!]! - stagingmainnet_mantleConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_MantleConnectorMeta - stagingmainnet_mantleConnectorMetas( + ): stagingzksync_AssetStatus + stagingzksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MantleConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MantleConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_MantleConnectorMeta!]! - stagingmainnet_avalancheConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_AvalancheConnectorMeta - stagingmainnet_avalancheConnectorMetas( + ): stagingzksync_AssetBalance + stagingzksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AvalancheConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_AvalancheConnectorMeta!]! - stagingmainnet_baseConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BaseConnectorMeta - stagingmainnet_baseConnectorMetas( + ): stagingzksync_Router + stagingzksync_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BaseConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BaseConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BaseConnectorMeta!]! - stagingmainnet_polygonZkConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_PolygonZkConnectorMeta - stagingmainnet_polygonZkConnectorMetas( + ): stagingzksync_RouterDailyTVL + stagingzksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonZkConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonZkConnectorMeta!]! - stagingmainnet_zkSyncConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ZkSyncConnectorMeta - stagingmainnet_zkSyncConnectorMetas( + ): stagingzksync_RouterLiquidityEvent + stagingzksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ZkSyncConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ZkSyncConnectorMeta!]! - stagingmainnet_modeConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ModeConnectorMeta - stagingmainnet_modeConnectorMetas( + ): stagingzksync_Setting + stagingzksync_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ModeConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ModeConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ModeConnectorMeta!]! - stagingmainnet_scrollConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ScrollConnectorMeta - stagingmainnet_scrollConnectorMetas( + ): stagingzksync_Relayer + stagingzksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ScrollConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ScrollConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ScrollConnectorMeta!]! - stagingmainnet_rootMessageProcessed( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootMessageProcessed - stagingmainnet_rootMessageProcesseds( + ): stagingzksync_Sequencer + stagingzksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageProcessed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageProcessed_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: stagingmainnet_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 - ): [stagingmainnet_RootMessageProcessed!]! - stagingmainnet_aggregateRootSavedSlow( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregateRootSavedSlow - stagingmainnet_aggregateRootSavedSlows( + ): stagingzksync_RelayerFee + stagingzksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootSavedSlow_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRootSavedSlow!]! - stagingmainnet_hubDomain( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubDomain - stagingmainnet_hubDomains( + ): stagingzksync_OriginTransfer + stagingzksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubDomain_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubDomain_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: stagingmainnet_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 - ): [stagingmainnet_HubDomain!]! - mainnet_asset( + ): [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: mainnet_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 - ): mainnet_Asset - mainnet_assets( + ): stagingzksync_DestinationTransfer + stagingzksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_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: mainnet_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 - ): [mainnet_Asset!]! - mainnet_assetStatus( + ): [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: mainnet_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 - ): mainnet_AssetStatus - mainnet_assetStatuses( + ): stagingzksync_OriginMessage + stagingzksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_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: mainnet_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 - ): [mainnet_AssetStatus!]! - mainnet_assetBalance( + ): [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: mainnet_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 - ): mainnet_AssetBalance - mainnet_assetBalances( + ): stagingzksync_AggregateRoot + stagingzksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_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: mainnet_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 - ): [mainnet_AssetBalance!]! - mainnet_router( + ): [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: mainnet_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 - ): mainnet_Router - mainnet_routers( + ): stagingzksync_ConnectorMeta + stagingzksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_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: mainnet_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 - ): [mainnet_Router!]! - mainnet_routerDailyTVL( + ): [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: mainnet_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 - ): mainnet_RouterDailyTVL - mainnet_routerDailyTVLs( + ): stagingzksync_RootCount + stagingzksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_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: mainnet_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 - ): [mainnet_RouterDailyTVL!]! - mainnet_routerLiquidityEvent( + ): [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: mainnet_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 - ): mainnet_RouterLiquidityEvent - mainnet_routerLiquidityEvents( + ): stagingzksync_RootMessageSent + stagingzksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_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: mainnet_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 - ): [mainnet_RouterLiquidityEvent!]! - mainnet_setting( + ): [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: mainnet_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 - ): mainnet_Setting - mainnet_settings( + ): stagingzksync_RelayerFeesIncrease + stagingzksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_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: mainnet_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 - ): [mainnet_Setting!]! - mainnet_relayer( + ): [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: mainnet_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 - ): mainnet_Relayer - mainnet_relayers( + ): stagingzksync_SlippageUpdate + stagingzksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_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: mainnet_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 - ): [mainnet_Relayer!]! - mainnet_sequencer( + ): [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: mainnet_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 - ): mainnet_Sequencer - mainnet_sequencers( + ): stagingzksync_SnapshotRoot + stagingzksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_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: mainnet_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 - ): [mainnet_Sequencer!]! - mainnet_relayerFee( + ): [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: mainnet_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 - ): mainnet_RelayerFee - mainnet_relayerFees( + ): stagingzksync_SpokeConnectorMode + stagingzksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_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: mainnet_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 - ): [mainnet_RelayerFee!]! - mainnet_originTransfer( + ): [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: mainnet_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 - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): stagingzksync_AggregateRootProposed + stagingzksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_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: mainnet_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 - ): [mainnet_OriginTransfer!]! - mainnet_destinationTransfer( + ): [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: mainnet_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 - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): stagingzksync_OptimisticRootFinalized + stagingzksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_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: mainnet_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 - ): [mainnet_DestinationTransfer!]! - mainnet_originMessage( + ): [stagingzksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__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: mainnet_Block_height + block: optimism_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( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SnapshotRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SnapshotRoot_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SpokeConnectorMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SpokeConnectorMode_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootProposed_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: mainnet_Block_height + block: optimism_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( + ): [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: mainnet_Block_height + block: optimism_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( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootFinalized_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: mainnet_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootFinalized!]! - bnb_asset( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_filter + orderBy: optimism_RelayerFeesIncrease_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_filter + orderBy: optimism_SlippageUpdate_orderBy + orderDirection: optimism_OrderDirection + where: optimism_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_SnapshotRoot + optimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_SpokeConnectorMode + optimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_AggregateRootProposed + optimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_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: bnb_Block_height + block: optimism_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( + ): [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: bnb_Block_height + block: optimism_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( + ): optimism_OptimisticRootFinalized + optimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_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: bnb_Block_height + block: optimism_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( + ): [optimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + stagingbase_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_OriginMessage - bnb_originMessages( + ): stagingbase_Asset + stagingbase_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_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: bnb_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 - ): [bnb_OriginMessage!]! - bnb_aggregateRoot( + ): [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: bnb_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 - ): bnb_AggregateRoot - bnb_aggregateRoots( + ): stagingbase_AssetStatus + stagingbase_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_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: bnb_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 - ): [bnb_AggregateRoot!]! - bnb_connectorMeta( + ): [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: bnb_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 - ): bnb_ConnectorMeta - bnb_connectorMetas( + ): stagingbase_AssetBalance + stagingbase_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_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: bnb_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 - ): [bnb_ConnectorMeta!]! - bnb_rootCount( + ): [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: bnb_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 - ): bnb_RootCount - bnb_rootCounts( + ): stagingbase_Router + stagingbase_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_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: bnb_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 - ): [bnb_RootCount!]! - bnb_rootMessageSent( + ): [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: bnb_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 - ): bnb_RootMessageSent - bnb_rootMessageSents( + ): stagingbase_RouterDailyTVL + stagingbase_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_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: bnb_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 - ): [bnb_RootMessageSent!]! - bnb_relayerFeesIncrease( + ): [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: bnb_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 - ): bnb_RelayerFeesIncrease - bnb_relayerFeesIncreases( + ): stagingbase_RouterLiquidityEvent + stagingbase_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_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: bnb_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 - ): [bnb_RelayerFeesIncrease!]! - bnb_slippageUpdate( + ): [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: bnb_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 - ): bnb_SlippageUpdate - bnb_slippageUpdates( + ): stagingbase_Setting + stagingbase_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_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: bnb_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 - ): [bnb_SlippageUpdate!]! - bnb_snapshotRoot( + ): [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: bnb_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 - ): bnb_SnapshotRoot - bnb_snapshotRoots( + ): stagingbase_Relayer + stagingbase_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_SnapshotRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SnapshotRoot_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: bnb_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 - ): [bnb_SnapshotRoot!]! - bnb_spokeConnectorMode( + ): [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: bnb_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 - ): bnb_SpokeConnectorMode - bnb_spokeConnectorModes( + ): stagingbase_Sequencer + stagingbase_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_SpokeConnectorMode_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SpokeConnectorMode_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: bnb_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 - ): [bnb_SpokeConnectorMode!]! - bnb_aggregateRootProposed( + ): [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: bnb_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 - ): bnb_AggregateRootProposed - bnb_aggregateRootProposeds( + ): stagingbase_RelayerFee + stagingbase_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRootProposed_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRootProposed_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: bnb_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 - ): [bnb_AggregateRootProposed!]! - bnb_optimisticRootFinalized( + ): [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: bnb_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 - ): bnb_OptimisticRootFinalized - bnb_optimisticRootFinalizeds( + ): stagingbase_OriginTransfer + stagingbase_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OptimisticRootFinalized_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OptimisticRootFinalized_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: bnb_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 - ): [bnb_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - avalanche_asset( + ): [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: avalanche_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 - ): avalanche_Asset - avalanche_assets( + ): stagingbase_DestinationTransfer + stagingbase_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Asset_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Asset_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: avalanche_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 - ): [avalanche_Asset!]! - avalanche_assetStatus( + ): [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: avalanche_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 - ): avalanche_AssetStatus - avalanche_assetStatuses( + ): stagingbase_OriginMessage + stagingbase_originMessages( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetStatus_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AssetStatus_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: avalanche_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 - ): [avalanche_AssetStatus!]! - avalanche_assetBalance( + ): [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: avalanche_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 - ): avalanche_AssetBalance - avalanche_assetBalances( + ): stagingbase_AggregateRoot + stagingbase_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetBalance_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AssetBalance_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: avalanche_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 - ): [avalanche_AssetBalance!]! - avalanche_router( + ): [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: avalanche_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 - ): avalanche_Router - avalanche_routers( + ): stagingbase_ConnectorMeta + stagingbase_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Router_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Router_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: avalanche_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 - ): [avalanche_Router!]! - avalanche_routerDailyTVL( + ): [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: avalanche_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 - ): avalanche_RouterDailyTVL - avalanche_routerDailyTVLs( + ): stagingbase_RootCount + stagingbase_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterDailyTVL_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RouterDailyTVL_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: avalanche_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 - ): [avalanche_RouterDailyTVL!]! - avalanche_routerLiquidityEvent( + ): [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: avalanche_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 - ): avalanche_RouterLiquidityEvent - avalanche_routerLiquidityEvents( + ): stagingbase_RootMessageSent + stagingbase_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterLiquidityEvent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RouterLiquidityEvent_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: avalanche_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 - ): [avalanche_RouterLiquidityEvent!]! - avalanche_setting( + ): [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: avalanche_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 - ): avalanche_Setting - avalanche_settings( + ): stagingbase_RelayerFeesIncrease + stagingbase_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Setting_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Setting_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: avalanche_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 - ): [avalanche_Setting!]! - avalanche_relayer( + ): [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: avalanche_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 - ): avalanche_Relayer - avalanche_relayers( + ): stagingbase_SlippageUpdate + stagingbase_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Relayer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Relayer_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: avalanche_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 - ): [avalanche_Relayer!]! - avalanche_sequencer( + ): [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: avalanche_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 - ): avalanche_Sequencer - avalanche_sequencers( + ): stagingbase_SnapshotRoot + stagingbase_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Sequencer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Sequencer_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: avalanche_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 - ): [avalanche_Sequencer!]! - avalanche_relayerFee( + ): [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: avalanche_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 - ): avalanche_RelayerFee - avalanche_relayerFees( + ): stagingbase_SpokeConnectorMode + stagingbase_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFee_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RelayerFee_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: avalanche_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 - ): [avalanche_RelayerFee!]! - avalanche_originTransfer( + ): [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: avalanche_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 - ): avalanche_OriginTransfer - avalanche_originTransfers( + ): stagingbase_AggregateRootProposed + stagingbase_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OriginTransfer_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: avalanche_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 - ): [avalanche_OriginTransfer!]! - avalanche_destinationTransfer( + ): [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: avalanche_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 - ): avalanche_DestinationTransfer - avalanche_destinationTransfers( + ): stagingbase_OptimisticRootFinalized + stagingbase_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_DestinationTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_DestinationTransfer_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: avalanche_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 - ): [avalanche_DestinationTransfer!]! - avalanche_originMessage( + ): [stagingbase_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ + localoptimism_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OriginMessage - avalanche_originMessages( + ): localoptimism_Asset + localoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginMessage_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OriginMessage_filter + orderBy: localoptimism_Asset_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OriginMessage!]! - avalanche_aggregateRoot( + ): [localoptimism_Asset!]! + localoptimism_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRoot - avalanche_aggregateRoots( + ): localoptimism_AssetStatus + localoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AggregateRoot_filter + orderBy: localoptimism_AssetStatus_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRoot!]! - avalanche_connectorMeta( + ): [localoptimism_AssetStatus!]! + localoptimism_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_ConnectorMeta - avalanche_connectorMetas( + ): localoptimism_AssetBalance + localoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_ConnectorMeta_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_ConnectorMeta_filter + orderBy: localoptimism_AssetBalance_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_ConnectorMeta!]! - avalanche_rootCount( + ): [localoptimism_AssetBalance!]! + localoptimism_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootCount - avalanche_rootCounts( + ): localoptimism_Router + localoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootCount_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RootCount_filter + orderBy: localoptimism_Router_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootCount!]! - avalanche_rootMessageSent( + ): [localoptimism_Router!]! + localoptimism_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootMessageSent - avalanche_rootMessageSents( + ): localoptimism_RouterDailyTVL + localoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootMessageSent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RootMessageSent_filter + orderBy: localoptimism_RouterDailyTVL_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootMessageSent!]! - avalanche_relayerFeesIncrease( + ): [localoptimism_RouterDailyTVL!]! + localoptimism_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RelayerFeesIncrease - avalanche_relayerFeesIncreases( + ): localoptimism_RouterLiquidityEvent + localoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFeesIncrease_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RelayerFeesIncrease_filter + orderBy: localoptimism_RouterLiquidityEvent_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RelayerFeesIncrease!]! - avalanche_slippageUpdate( + ): [localoptimism_RouterLiquidityEvent!]! + localoptimism_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SlippageUpdate - avalanche_slippageUpdates( + ): localoptimism_Setting + localoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SlippageUpdate_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SlippageUpdate_filter + orderBy: localoptimism_Setting_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SlippageUpdate!]! - avalanche_snapshotRoot( + ): [localoptimism_Setting!]! + localoptimism_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SnapshotRoot - avalanche_snapshotRoots( + ): localoptimism_Relayer + localoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SnapshotRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SnapshotRoot_filter + orderBy: localoptimism_Relayer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SnapshotRoot!]! - avalanche_spokeConnectorMode( + ): [localoptimism_Relayer!]! + localoptimism_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SpokeConnectorMode - avalanche_spokeConnectorModes( + ): localoptimism_Sequencer + localoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SpokeConnectorMode_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SpokeConnectorMode_filter + orderBy: localoptimism_Sequencer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SpokeConnectorMode!]! - avalanche_aggregateRootProposed( + ): [localoptimism_Sequencer!]! + localoptimism_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRootProposed - avalanche_aggregateRootProposeds( + ): localoptimism_RelayerFee + localoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRootProposed_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AggregateRootProposed_filter + orderBy: localoptimism_RelayerFee_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRootProposed!]! - avalanche_optimisticRootFinalized( + ): [localoptimism_RelayerFee!]! + localoptimism_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OptimisticRootFinalized - avalanche_optimisticRootFinalizeds( + ): localoptimism_OriginTransfer + localoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OptimisticRootFinalized_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OptimisticRootFinalized_filter + orderBy: localoptimism_OriginTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ - mode_asset( + ): [localoptimism_OriginTransfer!]! + localoptimism_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Asset - mode_assets( + ): localoptimism_DestinationTransfer + localoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_Asset_orderBy - orderDirection: mode_OrderDirection - where: mode_Asset_filter + orderBy: localoptimism_DestinationTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Asset!]! - mode_assetStatus( + ): [localoptimism_DestinationTransfer!]! + localoptimism_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetStatus - mode_assetStatuses( + ): localoptimism_OriginMessage + localoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetStatus_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetStatus_filter + orderBy: localoptimism_OriginMessage_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetStatus!]! - mode_assetBalance( + ): [localoptimism_OriginMessage!]! + localoptimism_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetBalance - mode_assetBalances( + ): localoptimism_AggregateRoot + localoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetBalance_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetBalance_filter + orderBy: localoptimism_AggregateRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetBalance!]! - mode_router( + ): [localoptimism_AggregateRoot!]! + localoptimism_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Router - mode_routers( + ): localoptimism_ConnectorMeta + localoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_Router_orderBy - orderDirection: mode_OrderDirection - where: mode_Router_filter + orderBy: localoptimism_ConnectorMeta_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Router!]! - mode_routerDailyTVL( + ): [localoptimism_ConnectorMeta!]! + localoptimism_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterDailyTVL - mode_routerDailyTVLs( + ): localoptimism_RootCount + localoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterDailyTVL_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterDailyTVL_filter + orderBy: localoptimism_RootCount_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterDailyTVL!]! - mode_routerLiquidityEvent( + ): [localoptimism_RootCount!]! + localoptimism_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterLiquidityEvent - mode_routerLiquidityEvents( + ): localoptimism_RootMessageSent + localoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterLiquidityEvent_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterLiquidityEvent_filter + orderBy: localoptimism_RootMessageSent_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterLiquidityEvent!]! - mode_setting( + ): [localoptimism_RootMessageSent!]! + localoptimism_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Setting - mode_settings( + ): localoptimism_RelayerFeesIncrease + localoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_Setting_orderBy - orderDirection: mode_OrderDirection - where: mode_Setting_filter + orderBy: localoptimism_RelayerFeesIncrease_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Setting!]! - mode_relayer( + ): [localoptimism_RelayerFeesIncrease!]! + localoptimism_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Relayer - mode_relayers( + ): localoptimism_SlippageUpdate + localoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_Relayer_orderBy - orderDirection: mode_OrderDirection - where: mode_Relayer_filter + orderBy: localoptimism_SlippageUpdate_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Relayer!]! - mode_sequencer( + ): [localoptimism_SlippageUpdate!]! + localoptimism_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Sequencer - mode_sequencers( + ): localoptimism_SnapshotRoot + localoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_Sequencer_orderBy - orderDirection: mode_OrderDirection - where: mode_Sequencer_filter + orderBy: localoptimism_SnapshotRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Sequencer!]! - mode_relayerFee( + ): [localoptimism_SnapshotRoot!]! + localoptimism_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFee - mode_relayerFees( + ): localoptimism_SpokeConnectorMode + localoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFee_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFee_filter + orderBy: localoptimism_SpokeConnectorMode_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFee!]! - mode_originTransfer( + ): [localoptimism_SpokeConnectorMode!]! + localoptimism_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginTransfer - mode_originTransfers( + ): localoptimism_AggregateRootProposed + localoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginTransfer_filter + orderBy: localoptimism_AggregateRootProposed_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginTransfer!]! - mode_destinationTransfer( + ): [localoptimism_AggregateRootProposed!]! + localoptimism_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_DestinationTransfer - mode_destinationTransfers( + ): localoptimism_OptimisticRootFinalized + localoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mode_DestinationTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_DestinationTransfer_filter + orderBy: localoptimism_OptimisticRootFinalized_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_DestinationTransfer!]! - mode_originMessage( + ): [localoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localoptimism__meta(block: localoptimism_Block_height): localoptimism__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: mode_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 - ): mode_OriginMessage - mode_originMessages( + ): stagingavalanche_Asset + stagingavalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginMessage_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginMessage_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: mode_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 - ): [mode_OriginMessage!]! - mode_aggregateRoot( + ): [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: mode_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 - ): mode_AggregateRoot - mode_aggregateRoots( + ): stagingavalanche_AssetStatus + stagingavalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRoot_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: mode_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 - ): [mode_AggregateRoot!]! - mode_connectorMeta( + ): [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: mode_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 - ): mode_ConnectorMeta - mode_connectorMetas( + ): stagingavalanche_AssetBalance + stagingavalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_ConnectorMeta_orderBy - orderDirection: mode_OrderDirection - where: mode_ConnectorMeta_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: mode_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 - ): [mode_ConnectorMeta!]! - mode_rootCount( + ): [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: mode_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 - ): mode_RootCount - mode_rootCounts( + ): stagingavalanche_Router + stagingavalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: mode_RootCount_orderBy - orderDirection: mode_OrderDirection - where: mode_RootCount_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: mode_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 - ): [mode_RootCount!]! - mode_rootMessageSent( + ): [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: mode_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 - ): mode_RootMessageSent - mode_rootMessageSents( + ): stagingavalanche_RouterDailyTVL + stagingavalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mode_RootMessageSent_orderBy - orderDirection: mode_OrderDirection - where: mode_RootMessageSent_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: mode_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 - ): [mode_RootMessageSent!]! - mode_relayerFeesIncrease( + ): [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: mode_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 - ): mode_RelayerFeesIncrease - mode_relayerFeesIncreases( + ): stagingavalanche_RouterLiquidityEvent + stagingavalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFeesIncrease_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFeesIncrease_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: mode_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 - ): [mode_RelayerFeesIncrease!]! - mode_slippageUpdate( + ): [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: mode_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 - ): mode_SlippageUpdate - mode_slippageUpdates( + ): stagingavalanche_Setting + stagingavalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_SlippageUpdate_orderBy - orderDirection: mode_OrderDirection - where: mode_SlippageUpdate_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: mode_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 - ): [mode_SlippageUpdate!]! - mode_snapshotRoot( + ): [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: mode_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 - ): mode_SnapshotRoot - mode_snapshotRoots( + ): stagingavalanche_Relayer + stagingavalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_SnapshotRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_SnapshotRoot_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: mode_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 - ): [mode_SnapshotRoot!]! - mode_spokeConnectorMode( + ): [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: mode_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 - ): mode_SpokeConnectorMode - mode_spokeConnectorModes( + ): stagingavalanche_Sequencer + stagingavalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mode_SpokeConnectorMode_orderBy - orderDirection: mode_OrderDirection - where: mode_SpokeConnectorMode_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: mode_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 - ): [mode_SpokeConnectorMode!]! - mode_aggregateRootProposed( + ): [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: mode_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 - ): mode_AggregateRootProposed - mode_aggregateRootProposeds( + ): stagingavalanche_RelayerFee + stagingavalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRootProposed_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRootProposed_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: mode_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 - ): [mode_AggregateRootProposed!]! - mode_optimisticRootFinalized( + ): [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: mode_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 - ): mode_OptimisticRootFinalized - mode_optimisticRootFinalizeds( + ): stagingavalanche_OriginTransfer + stagingavalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_OptimisticRootFinalized_orderBy - orderDirection: mode_OrderDirection - where: mode_OptimisticRootFinalized_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: mode_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 - ): [mode_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mode__meta(block: mode_Block_height): mode__Meta_ - stagingmode_asset( + ): [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: stagingmode_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 - ): stagingmode_Asset - stagingmode_assets( + ): stagingavalanche_DestinationTransfer + stagingavalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Asset_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Asset_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: stagingmode_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 - ): [stagingmode_Asset!]! - stagingmode_assetStatus( + ): [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: stagingmode_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 - ): stagingmode_AssetStatus - stagingmode_assetStatuses( + ): stagingavalanche_OriginMessage + stagingavalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetStatus_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetStatus_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: stagingmode_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 - ): [stagingmode_AssetStatus!]! - stagingmode_assetBalance( + ): [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: stagingmode_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 - ): stagingmode_AssetBalance - stagingmode_assetBalances( + ): stagingavalanche_AggregateRoot + stagingavalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetBalance_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetBalance_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: stagingmode_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 - ): [stagingmode_AssetBalance!]! - stagingmode_router( + ): [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: stagingmode_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 - ): stagingmode_Router - stagingmode_routers( + ): stagingavalanche_ConnectorMeta + stagingavalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Router_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Router_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: stagingmode_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 - ): [stagingmode_Router!]! - stagingmode_routerDailyTVL( + ): [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: stagingmode_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 - ): stagingmode_RouterDailyTVL - stagingmode_routerDailyTVLs( + ): stagingavalanche_RootCount + stagingavalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterDailyTVL_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterDailyTVL_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: stagingmode_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 - ): [stagingmode_RouterDailyTVL!]! - stagingmode_routerLiquidityEvent( + ): [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: stagingmode_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 - ): stagingmode_RouterLiquidityEvent - stagingmode_routerLiquidityEvents( + ): stagingavalanche_RootMessageSent + stagingavalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterLiquidityEvent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterLiquidityEvent_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: stagingmode_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 - ): [stagingmode_RouterLiquidityEvent!]! - stagingmode_setting( + ): [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: stagingmode_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 - ): stagingmode_Setting - stagingmode_settings( + ): stagingavalanche_RelayerFeesIncrease + stagingavalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Setting_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Setting_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: stagingmode_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 - ): [stagingmode_Setting!]! - stagingmode_relayer( + ): [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: stagingmode_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 - ): stagingmode_Relayer - stagingmode_relayers( + ): stagingavalanche_SlippageUpdate + stagingavalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Relayer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Relayer_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: stagingmode_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 - ): [stagingmode_Relayer!]! - stagingmode_sequencer( + ): [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: stagingmode_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 - ): stagingmode_Sequencer - stagingmode_sequencers( + ): stagingavalanche_SnapshotRoot + stagingavalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Sequencer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Sequencer_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: stagingmode_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 - ): [stagingmode_Sequencer!]! - stagingmode_relayerFee( + ): [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: stagingmode_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 - ): stagingmode_RelayerFee - stagingmode_relayerFees( + ): stagingavalanche_SpokeConnectorMode + stagingavalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFee_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFee_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: stagingmode_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 - ): [stagingmode_RelayerFee!]! - stagingmode_originTransfer( + ): [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: stagingmode_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 - ): stagingmode_OriginTransfer - stagingmode_originTransfers( + ): stagingavalanche_AggregateRootProposed + stagingavalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginTransfer_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: stagingmode_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 - ): [stagingmode_OriginTransfer!]! - stagingmode_destinationTransfer( + ): [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: stagingmode_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 - ): stagingmode_DestinationTransfer - stagingmode_destinationTransfers( + ): stagingavalanche_OptimisticRootFinalized + stagingavalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_DestinationTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_DestinationTransfer_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: stagingmode_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 - ): [stagingmode_DestinationTransfer!]! - stagingmode_originMessage( + ): [stagingavalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__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: stagingmode_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 - ): stagingmode_OriginMessage - stagingmode_originMessages( + ): stagingpolygonzkevm_Asset + stagingpolygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginMessage_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginMessage_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: stagingmode_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 - ): [stagingmode_OriginMessage!]! - stagingmode_aggregateRoot( + ): [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: stagingmode_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 - ): stagingmode_AggregateRoot - stagingmode_aggregateRoots( + ): stagingpolygonzkevm_AssetStatus + stagingpolygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRoot_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: stagingmode_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 - ): [stagingmode_AggregateRoot!]! - stagingmode_connectorMeta( + ): [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: stagingmode_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 - ): stagingmode_ConnectorMeta - stagingmode_connectorMetas( + ): stagingpolygonzkevm_AssetBalance + stagingpolygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_ConnectorMeta_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_ConnectorMeta_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: stagingmode_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 - ): [stagingmode_ConnectorMeta!]! - stagingmode_rootCount( + ): [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: stagingmode_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 - ): stagingmode_RootCount - stagingmode_rootCounts( + ): stagingpolygonzkevm_Router + stagingpolygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootCount_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootCount_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: stagingmode_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 - ): [stagingmode_RootCount!]! - stagingmode_rootMessageSent( + ): [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: stagingmode_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 - ): stagingmode_RootMessageSent - stagingmode_rootMessageSents( + ): stagingpolygonzkevm_RouterDailyTVL + stagingpolygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootMessageSent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootMessageSent_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: stagingmode_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 - ): [stagingmode_RootMessageSent!]! - stagingmode_relayerFeesIncrease( + ): [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: stagingmode_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 - ): stagingmode_RelayerFeesIncrease - stagingmode_relayerFeesIncreases( + ): stagingpolygonzkevm_RouterLiquidityEvent + stagingpolygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFeesIncrease_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFeesIncrease_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: stagingmode_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 - ): [stagingmode_RelayerFeesIncrease!]! - stagingmode_slippageUpdate( + ): [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: stagingmode_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 - ): stagingmode_SlippageUpdate - stagingmode_slippageUpdates( + ): stagingpolygonzkevm_Setting + stagingpolygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SlippageUpdate_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SlippageUpdate_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: stagingmode_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 - ): [stagingmode_SlippageUpdate!]! - stagingmode_snapshotRoot( + ): [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: stagingmode_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 - ): stagingmode_SnapshotRoot - stagingmode_snapshotRoots( + ): stagingpolygonzkevm_Relayer + stagingpolygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SnapshotRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SnapshotRoot_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: stagingmode_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 - ): [stagingmode_SnapshotRoot!]! - stagingmode_spokeConnectorMode( + ): [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: stagingmode_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 - ): stagingmode_SpokeConnectorMode - stagingmode_spokeConnectorModes( + ): stagingpolygonzkevm_Sequencer + stagingpolygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SpokeConnectorMode_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SpokeConnectorMode_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: stagingmode_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 - ): [stagingmode_SpokeConnectorMode!]! - stagingmode_aggregateRootProposed( + ): [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: stagingmode_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 - ): stagingmode_AggregateRootProposed - stagingmode_aggregateRootProposeds( + ): stagingpolygonzkevm_RelayerFee + stagingpolygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRootProposed_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRootProposed_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: stagingmode_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 - ): [stagingmode_AggregateRootProposed!]! - stagingmode_optimisticRootFinalized( + ): [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: stagingmode_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 - ): stagingmode_OptimisticRootFinalized - stagingmode_optimisticRootFinalizeds( + ): stagingpolygonzkevm_OriginTransfer + stagingpolygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OptimisticRootFinalized_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OptimisticRootFinalized_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: stagingmode_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 - ): [stagingmode_OptimisticRootFinalized!]! + ): [stagingpolygonzkevm_OriginTransfer!]! + stagingpolygonzkevm_destinationTransfer( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_DestinationTransfer + stagingpolygonzkevm_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_DestinationTransfer_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_DestinationTransfer!]! + stagingpolygonzkevm_originMessage( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_OriginMessage + stagingpolygonzkevm_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_OriginMessage_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_OriginMessage_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_OriginMessage!]! + stagingpolygonzkevm_aggregateRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AggregateRoot + stagingpolygonzkevm_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AggregateRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRoot_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AggregateRoot!]! + stagingpolygonzkevm_connectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_ConnectorMeta + stagingpolygonzkevm_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_ConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_ConnectorMeta!]! + stagingpolygonzkevm_rootCount( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RootCount + stagingpolygonzkevm_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RootCount_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RootCount_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RootCount!]! + stagingpolygonzkevm_rootMessageSent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RootMessageSent + stagingpolygonzkevm_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RootMessageSent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RootMessageSent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RootMessageSent!]! + stagingpolygonzkevm_relayerFeesIncrease( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RelayerFeesIncrease + stagingpolygonzkevm_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RelayerFeesIncrease_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RelayerFeesIncrease!]! + stagingpolygonzkevm_slippageUpdate( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SlippageUpdate + stagingpolygonzkevm_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SlippageUpdate_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SlippageUpdate!]! + stagingpolygonzkevm_snapshotRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SnapshotRoot + stagingpolygonzkevm_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SnapshotRoot_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SnapshotRoot!]! + stagingpolygonzkevm_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SpokeConnectorMode + stagingpolygonzkevm_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SpokeConnectorMode!]! + stagingpolygonzkevm_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AggregateRootProposed + stagingpolygonzkevm_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AggregateRootProposed!]! + stagingpolygonzkevm_optimisticRootFinalized( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_OptimisticRootFinalized + stagingpolygonzkevm_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_OptimisticRootFinalized_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingmode__meta(block: stagingmode_Block_height): stagingmode__Meta_ - stagingoptimismgoerli_swap_systemInfo( + stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_SystemInfo - stagingoptimismgoerli_swap_systemInfos( + ): metis_Asset + metis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SystemInfo_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_SystemInfo!]! - stagingoptimismgoerli_swap_pooledToken( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_PooledToken - stagingoptimismgoerli_swap_pooledTokens( + ): metis_AssetStatus + metis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_PooledToken_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_PooledToken!]! - stagingoptimismgoerli_swap_stableSwap( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_StableSwap - stagingoptimismgoerli_swap_stableSwaps( + ): metis_AssetBalance + metis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwap_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_StableSwap!]! - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( + ): metis_Router + metis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): metis_RouterDailyTVL + metis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapExchange( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_StableSwapExchange - stagingoptimismgoerli_swap_stableSwapExchanges( + ): metis_RouterLiquidityEvent + metis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapExchange_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_StableSwapExchange!]! - stagingoptimismgoerli_swap_swapDailyVolume( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_SwapDailyVolume - stagingoptimismgoerli_swap_swapDailyVolumes( + ): metis_Setting + metis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapDailyVolume_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! - stagingoptimismgoerli_swap_swapHourlyVolume( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_SwapHourlyVolume - stagingoptimismgoerli_swap_swapHourlyVolumes( + ): metis_Relayer + metis_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapHourlyVolume_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! - stagingoptimismgoerli_swap_swapWeeklyVolume( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_SwapWeeklyVolume - stagingoptimismgoerli_swap_swapWeeklyVolumes( + ): metis_Sequencer + metis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapWeeklyVolume_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! - stagingoptimismgoerli_swap_lpAccount( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_LpAccount - stagingoptimismgoerli_swap_lpAccounts( + ): metis_RelayerFee + metis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccount_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_LpAccount!]! - stagingoptimismgoerli_swap_lpAccountBalance( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_LpAccountBalance - stagingoptimismgoerli_swap_lpAccountBalances( + ): metis_OriginTransfer + metis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccountBalance_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_LpAccountBalance!]! - stagingoptimismgoerli_swap_lpToken( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_LpToken - stagingoptimismgoerli_swap_lpTokens( + ): metis_DestinationTransfer + metis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpToken_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_LpToken!]! - stagingoptimismgoerli_swap_lpTransferEvent( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_LpTransferEvent - stagingoptimismgoerli_swap_lpTransferEvents( + ): metis_OriginMessage + metis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTransferEvent_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_LpTransferEvent!]! - stagingoptimismgoerli_swap_stableSwapEvent( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_StableSwapEvent - stagingoptimismgoerli_swap_stableSwapEvents( + ): metis_AggregateRoot + metis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapEvent_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_StableSwapEvent!]! - stagingoptimismgoerli_swap_swapTradeVolume( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_SwapTradeVolume - stagingoptimismgoerli_swap_swapTradeVolumes( + ): metis_ConnectorMeta + metis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapTradeVolume_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! - stagingoptimismgoerli_swap_lpTokenEvent( + ): [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: stagingoptimismgoerli_swap_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 - ): stagingoptimismgoerli_swap_LpTokenEvent - stagingoptimismgoerli_swap_lpTokenEvents( + ): metis_RootCount + metis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTokenEvent_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: stagingoptimismgoerli_swap_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 - ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + ): [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: metis_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( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_RelayerFeesIncrease + metis_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_SlippageUpdate + metis_slippageUpdates( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_SnapshotRoot + metis_snapshotRoots( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_SpokeConnectorMode + metis_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_AggregateRootProposed + metis_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + 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: metis_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): metis_OptimisticRootFinalized + metis_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + 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: metis_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""" - stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ + metis__meta(block: metis_Block_height): metis__Meta_ x1testnet_asset( id: ID! """ @@ -71506,29 +71506,15 @@ type Subscription { x1testnet__meta(block: x1testnet_Block_height): x1testnet__Meta_ } -enum testoptimismgoerli_Aggregation_interval { - hour - day -} - -type testoptimismgoerli_Asset { - id: ID! - key: testoptimismgoerli_Bytes - local: testoptimismgoerli_Bytes! - adoptedAsset: testoptimismgoerli_Bytes! - canonicalId: testoptimismgoerli_Bytes! - canonicalDomain: BigInt! - blockNumber: BigInt! -} - -type testoptimismgoerli_AssetBalance { +type staginggoerli_AggregateRootSavedSlow { id: ID! - amount: BigInt! - router: testoptimismgoerli_Router! - asset: testoptimismgoerli_Asset! + aggregateRoot: staginggoerli_Bytes! + count: BigInt! + aggregatedRoots: [staginggoerli_Bytes!] + rootTimestamp: BigInt! } -input testoptimismgoerli_AssetBalance_filter { +input staginggoerli_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -71537,83 +71523,61 @@ input testoptimismgoerli_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: testoptimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: testoptimismgoerli_Asset_filter + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [staginggoerli_Bytes!] + aggregatedRoots_not: [staginggoerli_Bytes!] + aggregatedRoots_contains: [staginggoerli_Bytes!] + aggregatedRoots_contains_nocase: [staginggoerli_Bytes!] + aggregatedRoots_not_contains: [staginggoerli_Bytes!] + aggregatedRoots_not_contains_nocase: [staginggoerli_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_AssetBalance_filter] - or: [testoptimismgoerli_AssetBalance_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRootSavedSlow_filter] + or: [staginggoerli_AggregateRootSavedSlow_filter] } -enum testoptimismgoerli_AssetBalance_orderBy { +enum staginggoerli_AggregateRootSavedSlow_orderBy { id - amount - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__local - asset__adoptedAsset - asset__canonicalId - asset__canonicalDomain - asset__blockNumber + aggregateRoot + count + aggregatedRoots + rootTimestamp } -input testoptimismgoerli_Asset_filter { +type staginggoerli_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: staginggoerli_Bytes! + domain: BigInt + blockNumber: BigInt +} + +input staginggoerli_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -71622,54 +71586,32 @@ input testoptimismgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: testoptimismgoerli_Bytes - key_not: testoptimismgoerli_Bytes - key_gt: testoptimismgoerli_Bytes - key_lt: testoptimismgoerli_Bytes - key_gte: testoptimismgoerli_Bytes - key_lte: testoptimismgoerli_Bytes - key_in: [testoptimismgoerli_Bytes!] - key_not_in: [testoptimismgoerli_Bytes!] - key_contains: testoptimismgoerli_Bytes - key_not_contains: testoptimismgoerli_Bytes - local: testoptimismgoerli_Bytes - local_not: testoptimismgoerli_Bytes - local_gt: testoptimismgoerli_Bytes - local_lt: testoptimismgoerli_Bytes - local_gte: testoptimismgoerli_Bytes - local_lte: testoptimismgoerli_Bytes - local_in: [testoptimismgoerli_Bytes!] - local_not_in: [testoptimismgoerli_Bytes!] - local_contains: testoptimismgoerli_Bytes - local_not_contains: testoptimismgoerli_Bytes - adoptedAsset: testoptimismgoerli_Bytes - adoptedAsset_not: testoptimismgoerli_Bytes - adoptedAsset_gt: testoptimismgoerli_Bytes - adoptedAsset_lt: testoptimismgoerli_Bytes - adoptedAsset_gte: testoptimismgoerli_Bytes - adoptedAsset_lte: testoptimismgoerli_Bytes - adoptedAsset_in: [testoptimismgoerli_Bytes!] - adoptedAsset_not_in: [testoptimismgoerli_Bytes!] - adoptedAsset_contains: testoptimismgoerli_Bytes - adoptedAsset_not_contains: testoptimismgoerli_Bytes - canonicalId: testoptimismgoerli_Bytes - canonicalId_not: testoptimismgoerli_Bytes - canonicalId_gt: testoptimismgoerli_Bytes - canonicalId_lt: testoptimismgoerli_Bytes - canonicalId_gte: testoptimismgoerli_Bytes - canonicalId_lte: testoptimismgoerli_Bytes - canonicalId_in: [testoptimismgoerli_Bytes!] - canonicalId_not_in: [testoptimismgoerli_Bytes!] - canonicalId_contains: testoptimismgoerli_Bytes - canonicalId_not_contains: testoptimismgoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: staginggoerli_Bytes + receivedRoot_not: staginggoerli_Bytes + receivedRoot_gt: staginggoerli_Bytes + receivedRoot_lt: staginggoerli_Bytes + receivedRoot_gte: staginggoerli_Bytes + receivedRoot_lte: staginggoerli_Bytes + receivedRoot_in: [staginggoerli_Bytes!] + receivedRoot_not_in: [staginggoerli_Bytes!] + receivedRoot_contains: staginggoerli_Bytes + receivedRoot_not_contains: staginggoerli_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -71679,77 +71621,208 @@ input testoptimismgoerli_Asset_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Asset_filter] - or: [testoptimismgoerli_Asset_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregatedMessageRoot_filter] + or: [staginggoerli_AggregatedMessageRoot_filter] } -enum testoptimismgoerli_Asset_orderBy { +enum staginggoerli_AggregatedMessageRoot_orderBy { id - key - local - adoptedAsset - canonicalId - canonicalDomain + index + receivedRoot + domain blockNumber } -scalar testoptimismgoerli_BigDecimal +enum staginggoerli_Aggregation_interval { + hour + day +} + +type staginggoerli_ArbitrumConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! +} + +input staginggoerli_ArbitrumConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ArbitrumConnectorMeta_filter] + or: [staginggoerli_ArbitrumConnectorMeta_filter] +} + +enum staginggoerli_ArbitrumConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar staginggoerli_BigDecimal scalar BigInt -input testoptimismgoerli_BlockChangedFilter { +input staginggoerli_BlockChangedFilter { number_gte: Int! } -input testoptimismgoerli_Block_height { - hash: testoptimismgoerli_Bytes +input staginggoerli_Block_height { + hash: staginggoerli_Bytes number: Int number_gte: Int } -scalar testoptimismgoerli_Bytes +type staginggoerli_BnbConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! +} -type testoptimismgoerli_DestinationTransfer { +input staginggoerli_BnbConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_BnbConnectorMeta_filter] + or: [staginggoerli_BnbConnectorMeta_filter] +} + +enum staginggoerli_BnbConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar staginggoerli_Bytes + +type staginggoerli_GnosisConnectorMeta { id: ID! - chainId: BigInt - transferId: testoptimismgoerli_Bytes - nonce: BigInt - to: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: testoptimismgoerli_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: testoptimismgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_Router_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_Router_filter): [testoptimismgoerli_Router!] - originSender: testoptimismgoerli_Bytes - transactingAsset: testoptimismgoerli_Bytes - transactingAmount: BigInt - localAsset: testoptimismgoerli_Bytes - localAmount: BigInt - sponsorVaultRelayerFee: BigInt - executedCaller: testoptimismgoerli_Bytes - executedTransactionHash: testoptimismgoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - reconciledCaller: testoptimismgoerli_Bytes - reconciledTransactionHash: testoptimismgoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input testoptimismgoerli_DestinationTransfer_filter { +input staginggoerli_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -71758,1445 +71831,171 @@ input testoptimismgoerli_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: testoptimismgoerli_Bytes - transferId_not: testoptimismgoerli_Bytes - transferId_gt: testoptimismgoerli_Bytes - transferId_lt: testoptimismgoerli_Bytes - transferId_gte: testoptimismgoerli_Bytes - transferId_lte: testoptimismgoerli_Bytes - transferId_in: [testoptimismgoerli_Bytes!] - transferId_not_in: [testoptimismgoerli_Bytes!] - transferId_contains: testoptimismgoerli_Bytes - transferId_not_contains: testoptimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - to: testoptimismgoerli_Bytes - to_not: testoptimismgoerli_Bytes - to_gt: testoptimismgoerli_Bytes - to_lt: testoptimismgoerli_Bytes - to_gte: testoptimismgoerli_Bytes - to_lte: testoptimismgoerli_Bytes - to_in: [testoptimismgoerli_Bytes!] - to_not_in: [testoptimismgoerli_Bytes!] - to_contains: testoptimismgoerli_Bytes - to_not_contains: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - callData_not: testoptimismgoerli_Bytes - callData_gt: testoptimismgoerli_Bytes - callData_lt: testoptimismgoerli_Bytes - callData_gte: testoptimismgoerli_Bytes - callData_lte: testoptimismgoerli_Bytes - callData_in: [testoptimismgoerli_Bytes!] - callData_not_in: [testoptimismgoerli_Bytes!] - callData_contains: testoptimismgoerli_Bytes - callData_not_contains: testoptimismgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testoptimismgoerli_Bytes - agent_not: testoptimismgoerli_Bytes - agent_gt: testoptimismgoerli_Bytes - agent_lt: testoptimismgoerli_Bytes - agent_gte: testoptimismgoerli_Bytes - agent_lte: testoptimismgoerli_Bytes - agent_in: [testoptimismgoerli_Bytes!] - agent_not_in: [testoptimismgoerli_Bytes!] - agent_contains: testoptimismgoerli_Bytes - agent_not_contains: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - recovery_not: testoptimismgoerli_Bytes - recovery_gt: testoptimismgoerli_Bytes - recovery_lt: testoptimismgoerli_Bytes - recovery_gte: testoptimismgoerli_Bytes - recovery_lte: testoptimismgoerli_Bytes - recovery_in: [testoptimismgoerli_Bytes!] - recovery_not_in: [testoptimismgoerli_Bytes!] - recovery_contains: testoptimismgoerli_Bytes - recovery_not_contains: testoptimismgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testoptimismgoerli_Bytes - callback_not: testoptimismgoerli_Bytes - callback_gt: testoptimismgoerli_Bytes - callback_lt: testoptimismgoerli_Bytes - callback_gte: testoptimismgoerli_Bytes - callback_lte: testoptimismgoerli_Bytes - callback_in: [testoptimismgoerli_Bytes!] - callback_not_in: [testoptimismgoerli_Bytes!] - callback_contains: testoptimismgoerli_Bytes - callback_not_contains: testoptimismgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testoptimismgoerli_TransferStatus - status_not: testoptimismgoerli_TransferStatus - status_in: [testoptimismgoerli_TransferStatus!] - status_not_in: [testoptimismgoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: testoptimismgoerli_Router_filter - originSender: testoptimismgoerli_Bytes - originSender_not: testoptimismgoerli_Bytes - originSender_gt: testoptimismgoerli_Bytes - originSender_lt: testoptimismgoerli_Bytes - originSender_gte: testoptimismgoerli_Bytes - originSender_lte: testoptimismgoerli_Bytes - originSender_in: [testoptimismgoerli_Bytes!] - originSender_not_in: [testoptimismgoerli_Bytes!] - originSender_contains: testoptimismgoerli_Bytes - originSender_not_contains: testoptimismgoerli_Bytes - transactingAsset: testoptimismgoerli_Bytes - transactingAsset_not: testoptimismgoerli_Bytes - transactingAsset_gt: testoptimismgoerli_Bytes - transactingAsset_lt: testoptimismgoerli_Bytes - transactingAsset_gte: testoptimismgoerli_Bytes - transactingAsset_lte: testoptimismgoerli_Bytes - transactingAsset_in: [testoptimismgoerli_Bytes!] - transactingAsset_not_in: [testoptimismgoerli_Bytes!] - transactingAsset_contains: testoptimismgoerli_Bytes - transactingAsset_not_contains: testoptimismgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - localAsset: testoptimismgoerli_Bytes - localAsset_not: testoptimismgoerli_Bytes - localAsset_gt: testoptimismgoerli_Bytes - localAsset_lt: testoptimismgoerli_Bytes - localAsset_gte: testoptimismgoerli_Bytes - localAsset_lte: testoptimismgoerli_Bytes - localAsset_in: [testoptimismgoerli_Bytes!] - localAsset_not_in: [testoptimismgoerli_Bytes!] - localAsset_contains: testoptimismgoerli_Bytes - localAsset_not_contains: testoptimismgoerli_Bytes - localAmount: BigInt - localAmount_not: BigInt - localAmount_gt: BigInt - localAmount_lt: BigInt - localAmount_gte: BigInt - localAmount_lte: BigInt - localAmount_in: [BigInt!] - localAmount_not_in: [BigInt!] - sponsorVaultRelayerFee: BigInt - sponsorVaultRelayerFee_not: BigInt - sponsorVaultRelayerFee_gt: BigInt - sponsorVaultRelayerFee_lt: BigInt - sponsorVaultRelayerFee_gte: BigInt - sponsorVaultRelayerFee_lte: BigInt - sponsorVaultRelayerFee_in: [BigInt!] - sponsorVaultRelayerFee_not_in: [BigInt!] - executedCaller: testoptimismgoerli_Bytes - executedCaller_not: testoptimismgoerli_Bytes - executedCaller_gt: testoptimismgoerli_Bytes - executedCaller_lt: testoptimismgoerli_Bytes - executedCaller_gte: testoptimismgoerli_Bytes - executedCaller_lte: testoptimismgoerli_Bytes - executedCaller_in: [testoptimismgoerli_Bytes!] - executedCaller_not_in: [testoptimismgoerli_Bytes!] - executedCaller_contains: testoptimismgoerli_Bytes - executedCaller_not_contains: testoptimismgoerli_Bytes - executedTransactionHash: testoptimismgoerli_Bytes - executedTransactionHash_not: testoptimismgoerli_Bytes - executedTransactionHash_gt: testoptimismgoerli_Bytes - executedTransactionHash_lt: testoptimismgoerli_Bytes - executedTransactionHash_gte: testoptimismgoerli_Bytes - executedTransactionHash_lte: testoptimismgoerli_Bytes - executedTransactionHash_in: [testoptimismgoerli_Bytes!] - executedTransactionHash_not_in: [testoptimismgoerli_Bytes!] - executedTransactionHash_contains: testoptimismgoerli_Bytes - executedTransactionHash_not_contains: testoptimismgoerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - reconciledCaller: testoptimismgoerli_Bytes - reconciledCaller_not: testoptimismgoerli_Bytes - reconciledCaller_gt: testoptimismgoerli_Bytes - reconciledCaller_lt: testoptimismgoerli_Bytes - reconciledCaller_gte: testoptimismgoerli_Bytes - reconciledCaller_lte: testoptimismgoerli_Bytes - reconciledCaller_in: [testoptimismgoerli_Bytes!] - reconciledCaller_not_in: [testoptimismgoerli_Bytes!] - reconciledCaller_contains: testoptimismgoerli_Bytes - reconciledCaller_not_contains: testoptimismgoerli_Bytes - reconciledTransactionHash: testoptimismgoerli_Bytes - reconciledTransactionHash_not: testoptimismgoerli_Bytes - reconciledTransactionHash_gt: testoptimismgoerli_Bytes - reconciledTransactionHash_lt: testoptimismgoerli_Bytes - reconciledTransactionHash_gte: testoptimismgoerli_Bytes - reconciledTransactionHash_lte: testoptimismgoerli_Bytes - reconciledTransactionHash_in: [testoptimismgoerli_Bytes!] - reconciledTransactionHash_not_in: [testoptimismgoerli_Bytes!] - reconciledTransactionHash_contains: testoptimismgoerli_Bytes - reconciledTransactionHash_not_contains: testoptimismgoerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_DestinationTransfer_filter] - or: [testoptimismgoerli_DestinationTransfer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_GnosisConnectorMeta_filter] + or: [staginggoerli_GnosisConnectorMeta_filter] } -enum testoptimismgoerli_DestinationTransfer_orderBy { +enum staginggoerli_GnosisConnectorMeta_orderBy { id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - routers - originSender - transactingAsset - transactingAmount - localAsset - localAmount - sponsorVaultRelayerFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -""" -8 bytes signed integer +type staginggoerli_HubDomain { + id: ID! + domain: BigInt +} -""" -scalar testoptimismgoerli_Int8 +input staginggoerli_HubDomain_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_HubDomain_filter] + or: [staginggoerli_HubDomain_filter] +} -"""Defines the order direction, either ascending or descending""" -enum testoptimismgoerli_OrderDirection { - asc - desc +enum staginggoerli_HubDomain_orderBy { + id + domain } -type testoptimismgoerli_OriginTransfer { +type staginggoerli_HubOptimisticRootFinalized { id: ID! - chainId: BigInt - transferId: testoptimismgoerli_Bytes - nonce: BigInt - to: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: testoptimismgoerli_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: testoptimismgoerli_TransferStatus - originMinOut: BigInt - transactingAsset: testoptimismgoerli_Bytes - transactingAmount: BigInt - bridgedAsset: testoptimismgoerli_Bytes - bridgedAmount: BigInt - caller: testoptimismgoerli_Bytes - transactionHash: testoptimismgoerli_Bytes + aggregateRoot: staginggoerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input staginggoerli_HubOptimisticRootFinalized_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes timestamp: BigInt - 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!] blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_HubOptimisticRootFinalized_filter] + or: [staginggoerli_HubOptimisticRootFinalized_filter] } -input testoptimismgoerli_OriginTransfer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: testoptimismgoerli_Bytes - transferId_not: testoptimismgoerli_Bytes - transferId_gt: testoptimismgoerli_Bytes - transferId_lt: testoptimismgoerli_Bytes - transferId_gte: testoptimismgoerli_Bytes - transferId_lte: testoptimismgoerli_Bytes - transferId_in: [testoptimismgoerli_Bytes!] - transferId_not_in: [testoptimismgoerli_Bytes!] - transferId_contains: testoptimismgoerli_Bytes - transferId_not_contains: testoptimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - to: testoptimismgoerli_Bytes - to_not: testoptimismgoerli_Bytes - to_gt: testoptimismgoerli_Bytes - to_lt: testoptimismgoerli_Bytes - to_gte: testoptimismgoerli_Bytes - to_lte: testoptimismgoerli_Bytes - to_in: [testoptimismgoerli_Bytes!] - to_not_in: [testoptimismgoerli_Bytes!] - to_contains: testoptimismgoerli_Bytes - to_not_contains: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - callData_not: testoptimismgoerli_Bytes - callData_gt: testoptimismgoerli_Bytes - callData_lt: testoptimismgoerli_Bytes - callData_gte: testoptimismgoerli_Bytes - callData_lte: testoptimismgoerli_Bytes - callData_in: [testoptimismgoerli_Bytes!] - callData_not_in: [testoptimismgoerli_Bytes!] - callData_contains: testoptimismgoerli_Bytes - callData_not_contains: testoptimismgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testoptimismgoerli_Bytes - agent_not: testoptimismgoerli_Bytes - agent_gt: testoptimismgoerli_Bytes - agent_lt: testoptimismgoerli_Bytes - agent_gte: testoptimismgoerli_Bytes - agent_lte: testoptimismgoerli_Bytes - agent_in: [testoptimismgoerli_Bytes!] - agent_not_in: [testoptimismgoerli_Bytes!] - agent_contains: testoptimismgoerli_Bytes - agent_not_contains: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - recovery_not: testoptimismgoerli_Bytes - recovery_gt: testoptimismgoerli_Bytes - recovery_lt: testoptimismgoerli_Bytes - recovery_gte: testoptimismgoerli_Bytes - recovery_lte: testoptimismgoerli_Bytes - recovery_in: [testoptimismgoerli_Bytes!] - recovery_not_in: [testoptimismgoerli_Bytes!] - recovery_contains: testoptimismgoerli_Bytes - recovery_not_contains: testoptimismgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testoptimismgoerli_Bytes - callback_not: testoptimismgoerli_Bytes - callback_gt: testoptimismgoerli_Bytes - callback_lt: testoptimismgoerli_Bytes - callback_gte: testoptimismgoerli_Bytes - callback_lte: testoptimismgoerli_Bytes - callback_in: [testoptimismgoerli_Bytes!] - callback_not_in: [testoptimismgoerli_Bytes!] - callback_contains: testoptimismgoerli_Bytes - callback_not_contains: testoptimismgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testoptimismgoerli_TransferStatus - status_not: testoptimismgoerli_TransferStatus - status_in: [testoptimismgoerli_TransferStatus!] - status_not_in: [testoptimismgoerli_TransferStatus!] - originMinOut: BigInt - originMinOut_not: BigInt - originMinOut_gt: BigInt - originMinOut_lt: BigInt - originMinOut_gte: BigInt - originMinOut_lte: BigInt - originMinOut_in: [BigInt!] - originMinOut_not_in: [BigInt!] - transactingAsset: testoptimismgoerli_Bytes - transactingAsset_not: testoptimismgoerli_Bytes - transactingAsset_gt: testoptimismgoerli_Bytes - transactingAsset_lt: testoptimismgoerli_Bytes - transactingAsset_gte: testoptimismgoerli_Bytes - transactingAsset_lte: testoptimismgoerli_Bytes - transactingAsset_in: [testoptimismgoerli_Bytes!] - transactingAsset_not_in: [testoptimismgoerli_Bytes!] - transactingAsset_contains: testoptimismgoerli_Bytes - transactingAsset_not_contains: testoptimismgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - bridgedAsset: testoptimismgoerli_Bytes - bridgedAsset_not: testoptimismgoerli_Bytes - bridgedAsset_gt: testoptimismgoerli_Bytes - bridgedAsset_lt: testoptimismgoerli_Bytes - bridgedAsset_gte: testoptimismgoerli_Bytes - bridgedAsset_lte: testoptimismgoerli_Bytes - bridgedAsset_in: [testoptimismgoerli_Bytes!] - bridgedAsset_not_in: [testoptimismgoerli_Bytes!] - bridgedAsset_contains: testoptimismgoerli_Bytes - bridgedAsset_not_contains: testoptimismgoerli_Bytes - bridgedAmount: BigInt - bridgedAmount_not: BigInt - bridgedAmount_gt: BigInt - bridgedAmount_lt: BigInt - bridgedAmount_gte: BigInt - bridgedAmount_lte: BigInt - bridgedAmount_in: [BigInt!] - bridgedAmount_not_in: [BigInt!] - caller: testoptimismgoerli_Bytes - caller_not: testoptimismgoerli_Bytes - caller_gt: testoptimismgoerli_Bytes - caller_lt: testoptimismgoerli_Bytes - caller_gte: testoptimismgoerli_Bytes - caller_lte: testoptimismgoerli_Bytes - caller_in: [testoptimismgoerli_Bytes!] - caller_not_in: [testoptimismgoerli_Bytes!] - caller_contains: testoptimismgoerli_Bytes - caller_not_contains: testoptimismgoerli_Bytes - transactionHash: testoptimismgoerli_Bytes - transactionHash_not: testoptimismgoerli_Bytes - transactionHash_gt: testoptimismgoerli_Bytes - transactionHash_lt: testoptimismgoerli_Bytes - transactionHash_gte: testoptimismgoerli_Bytes - transactionHash_lte: testoptimismgoerli_Bytes - transactionHash_in: [testoptimismgoerli_Bytes!] - transactionHash_not_in: [testoptimismgoerli_Bytes!] - transactionHash_contains: testoptimismgoerli_Bytes - transactionHash_not_contains: testoptimismgoerli_Bytes - 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: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_OriginTransfer_filter] - or: [testoptimismgoerli_OriginTransfer_filter] -} - -enum testoptimismgoerli_OriginTransfer_orderBy { - id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - originMinOut - transactingAsset - transactingAmount - bridgedAsset - bridgedAmount - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type testoptimismgoerli_Relayer { - id: ID! - isActive: Boolean! - relayer: testoptimismgoerli_Bytes -} - -input testoptimismgoerli_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: testoptimismgoerli_Bytes - relayer_not: testoptimismgoerli_Bytes - relayer_gt: testoptimismgoerli_Bytes - relayer_lt: testoptimismgoerli_Bytes - relayer_gte: testoptimismgoerli_Bytes - relayer_lte: testoptimismgoerli_Bytes - relayer_in: [testoptimismgoerli_Bytes!] - relayer_not_in: [testoptimismgoerli_Bytes!] - relayer_contains: testoptimismgoerli_Bytes - relayer_not_contains: testoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Relayer_filter] - or: [testoptimismgoerli_Relayer_filter] -} - -enum testoptimismgoerli_Relayer_orderBy { - id - isActive - relayer -} - -type testoptimismgoerli_Router { - id: ID! - isActive: Boolean! - owner: testoptimismgoerli_Bytes - recipient: testoptimismgoerli_Bytes - proposedOwner: testoptimismgoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_AssetBalance_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_AssetBalance_filter): [testoptimismgoerli_AssetBalance!]! -} - -input testoptimismgoerli_Router_filter { - id: ID - id_not: ID - id_gt: ID - 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: testoptimismgoerli_Bytes - owner_not: testoptimismgoerli_Bytes - owner_gt: testoptimismgoerli_Bytes - owner_lt: testoptimismgoerli_Bytes - owner_gte: testoptimismgoerli_Bytes - owner_lte: testoptimismgoerli_Bytes - owner_in: [testoptimismgoerli_Bytes!] - owner_not_in: [testoptimismgoerli_Bytes!] - owner_contains: testoptimismgoerli_Bytes - owner_not_contains: testoptimismgoerli_Bytes - recipient: testoptimismgoerli_Bytes - recipient_not: testoptimismgoerli_Bytes - recipient_gt: testoptimismgoerli_Bytes - recipient_lt: testoptimismgoerli_Bytes - recipient_gte: testoptimismgoerli_Bytes - recipient_lte: testoptimismgoerli_Bytes - recipient_in: [testoptimismgoerli_Bytes!] - recipient_not_in: [testoptimismgoerli_Bytes!] - recipient_contains: testoptimismgoerli_Bytes - recipient_not_contains: testoptimismgoerli_Bytes - proposedOwner: testoptimismgoerli_Bytes - proposedOwner_not: testoptimismgoerli_Bytes - proposedOwner_gt: testoptimismgoerli_Bytes - proposedOwner_lt: testoptimismgoerli_Bytes - proposedOwner_gte: testoptimismgoerli_Bytes - proposedOwner_lte: testoptimismgoerli_Bytes - proposedOwner_in: [testoptimismgoerli_Bytes!] - proposedOwner_not_in: [testoptimismgoerli_Bytes!] - proposedOwner_contains: testoptimismgoerli_Bytes - proposedOwner_not_contains: testoptimismgoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: testoptimismgoerli_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Router_filter] - or: [testoptimismgoerli_Router_filter] -} - -enum testoptimismgoerli_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type testoptimismgoerli_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: testoptimismgoerli_Bytes! -} - -input testoptimismgoerli_Setting_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: testoptimismgoerli_Bytes - caller_not: testoptimismgoerli_Bytes - caller_gt: testoptimismgoerli_Bytes - caller_lt: testoptimismgoerli_Bytes - caller_gte: testoptimismgoerli_Bytes - caller_lte: testoptimismgoerli_Bytes - caller_in: [testoptimismgoerli_Bytes!] - caller_not_in: [testoptimismgoerli_Bytes!] - caller_contains: testoptimismgoerli_Bytes - caller_not_contains: testoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Setting_filter] - or: [testoptimismgoerli_Setting_filter] -} - -enum testoptimismgoerli_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} - -type testoptimismgoerli_SponsorVault { - id: ID! - sponsorVault: testoptimismgoerli_Bytes! -} - -input testoptimismgoerli_SponsorVault_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - sponsorVault: testoptimismgoerli_Bytes - sponsorVault_not: testoptimismgoerli_Bytes - sponsorVault_gt: testoptimismgoerli_Bytes - sponsorVault_lt: testoptimismgoerli_Bytes - sponsorVault_gte: testoptimismgoerli_Bytes - sponsorVault_lte: testoptimismgoerli_Bytes - sponsorVault_in: [testoptimismgoerli_Bytes!] - sponsorVault_not_in: [testoptimismgoerli_Bytes!] - sponsorVault_contains: testoptimismgoerli_Bytes - sponsorVault_not_contains: testoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_SponsorVault_filter] - or: [testoptimismgoerli_SponsorVault_filter] -} - -enum testoptimismgoerli_SponsorVault_orderBy { - id - sponsorVault -} - -type testoptimismgoerli_StableSwap { - id: ID! - canonicalId: testoptimismgoerli_Bytes! - domain: BigInt - swapPool: testoptimismgoerli_Bytes! -} - -input testoptimismgoerli_StableSwap_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - canonicalId: testoptimismgoerli_Bytes - canonicalId_not: testoptimismgoerli_Bytes - canonicalId_gt: testoptimismgoerli_Bytes - canonicalId_lt: testoptimismgoerli_Bytes - canonicalId_gte: testoptimismgoerli_Bytes - canonicalId_lte: testoptimismgoerli_Bytes - canonicalId_in: [testoptimismgoerli_Bytes!] - canonicalId_not_in: [testoptimismgoerli_Bytes!] - canonicalId_contains: testoptimismgoerli_Bytes - canonicalId_not_contains: testoptimismgoerli_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: testoptimismgoerli_Bytes - swapPool_not: testoptimismgoerli_Bytes - swapPool_gt: testoptimismgoerli_Bytes - swapPool_lt: testoptimismgoerli_Bytes - swapPool_gte: testoptimismgoerli_Bytes - swapPool_lte: testoptimismgoerli_Bytes - swapPool_in: [testoptimismgoerli_Bytes!] - swapPool_not_in: [testoptimismgoerli_Bytes!] - swapPool_contains: testoptimismgoerli_Bytes - swapPool_not_contains: testoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_StableSwap_filter] - or: [testoptimismgoerli_StableSwap_filter] -} - -enum testoptimismgoerli_StableSwap_orderBy { - id - canonicalId - domain - swapPool -} - -enum testoptimismgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type testoptimismgoerli__Block_ { - """The hash of the block""" - hash: testoptimismgoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: testoptimismgoerli_Bytes -} - -"""The type for the top-level _meta field""" -type testoptimismgoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: testoptimismgoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum _SubgraphErrorPolicy_ { - """Data will be returned even if the subgraph has indexing errors""" - allow - """ - If the subgraph has indexing errors, data will be omitted. The default. - """ - deny -} - -type staginggoerli_AggregateRootSavedSlow { - id: ID! - aggregateRoot: staginggoerli_Bytes! - count: BigInt! - aggregatedRoots: [staginggoerli_Bytes!] - rootTimestamp: BigInt! -} - -input staginggoerli_AggregateRootSavedSlow_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [staginggoerli_Bytes!] - aggregatedRoots_not: [staginggoerli_Bytes!] - aggregatedRoots_contains: [staginggoerli_Bytes!] - aggregatedRoots_contains_nocase: [staginggoerli_Bytes!] - aggregatedRoots_not_contains: [staginggoerli_Bytes!] - aggregatedRoots_not_contains_nocase: [staginggoerli_Bytes!] - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregateRootSavedSlow_filter] - or: [staginggoerli_AggregateRootSavedSlow_filter] -} - -enum staginggoerli_AggregateRootSavedSlow_orderBy { - id - aggregateRoot - count - aggregatedRoots - rootTimestamp -} - -type staginggoerli_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: staginggoerli_Bytes! - domain: BigInt - blockNumber: BigInt -} - -input staginggoerli_AggregatedMessageRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: staginggoerli_Bytes - receivedRoot_not: staginggoerli_Bytes - receivedRoot_gt: staginggoerli_Bytes - receivedRoot_lt: staginggoerli_Bytes - receivedRoot_gte: staginggoerli_Bytes - receivedRoot_lte: staginggoerli_Bytes - receivedRoot_in: [staginggoerli_Bytes!] - receivedRoot_not_in: [staginggoerli_Bytes!] - receivedRoot_contains: staginggoerli_Bytes - receivedRoot_not_contains: staginggoerli_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregatedMessageRoot_filter] - or: [staginggoerli_AggregatedMessageRoot_filter] -} - -enum staginggoerli_AggregatedMessageRoot_orderBy { - id - index - receivedRoot - domain - blockNumber -} - -enum staginggoerli_Aggregation_interval { - hour - day -} - -type staginggoerli_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! -} - -input staginggoerli_ArbitrumConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_ArbitrumConnectorMeta_filter] - or: [staginggoerli_ArbitrumConnectorMeta_filter] -} - -enum staginggoerli_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar staginggoerli_BigDecimal - -input staginggoerli_BlockChangedFilter { - number_gte: Int! -} - -input staginggoerli_Block_height { - hash: staginggoerli_Bytes - number: Int - number_gte: Int -} - -type staginggoerli_BnbConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! -} - -input staginggoerli_BnbConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_BnbConnectorMeta_filter] - or: [staginggoerli_BnbConnectorMeta_filter] -} - -enum staginggoerli_BnbConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar staginggoerli_Bytes - -type staginggoerli_GnosisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! -} - -input staginggoerli_GnosisConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_GnosisConnectorMeta_filter] - or: [staginggoerli_GnosisConnectorMeta_filter] -} - -enum staginggoerli_GnosisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type staginggoerli_HubDomain { - id: ID! - domain: BigInt -} - -input staginggoerli_HubDomain_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_HubDomain_filter] - or: [staginggoerli_HubDomain_filter] -} - -enum staginggoerli_HubDomain_orderBy { - id - domain -} - -type staginggoerli_HubOptimisticRootFinalized { - id: ID! - aggregateRoot: staginggoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input staginggoerli_HubOptimisticRootFinalized_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_HubOptimisticRootFinalized_filter] - or: [staginggoerli_HubOptimisticRootFinalized_filter] -} - -enum staginggoerli_HubOptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber -} - -""" -8 bytes signed integer - -""" -scalar staginggoerli_Int8 - -type staginggoerli_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! -} - -input staginggoerli_OptimismConnectorMeta_filter { +enum staginggoerli_HubOptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +""" +8 bytes signed integer + +""" +scalar staginggoerli_Int8 + +type staginggoerli_OptimismConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! +} + +input staginggoerli_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -73942,48 +72741,38 @@ type staginggoerli__Meta_ { hasIndexingErrors: Boolean! } -enum optimismgoerli_swap_Aggregation_interval { +enum _SubgraphErrorPolicy_ { + """Data will be returned even if the subgraph has indexing errors""" + allow + """ + If the subgraph has indexing errors, data will be omitted. The default. + """ + deny +} + +enum testgoerli_Aggregation_interval { hour day } -scalar optimismgoerli_swap_BigDecimal - -input optimismgoerli_swap_BlockChangedFilter { - number_gte: Int! +type testgoerli_Asset { + id: ID! + key: testgoerli_Bytes + local: testgoerli_Bytes! + adoptedAsset: testgoerli_Bytes! + canonicalId: testgoerli_Bytes! + canonicalDomain: BigInt! + blockNumber: BigInt! } -input optimismgoerli_swap_Block_height { - hash: optimismgoerli_swap_Bytes - number: Int - number_gte: Int -} - -scalar optimismgoerli_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar optimismgoerli_swap_Int8 - -type optimismgoerli_swap_LpAccount { - id: ID! - address: optimismgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpAccountBalance_filter): [optimismgoerli_swap_LpAccountBalance!]! -} - -type optimismgoerli_swap_LpAccountBalance { +type testgoerli_AssetBalance { id: ID! - account: optimismgoerli_swap_LpAccount! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: optimismgoerli_swap_Bytes + amount: BigInt! + router: testgoerli_Router! + asset: testgoerli_Asset! } -input optimismgoerli_swap_LpAccountBalance_filter { +input testgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -73992,107 +72781,83 @@ input optimismgoerli_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_: optimismgoerli_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_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - 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: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: testgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: testgoerli_Asset_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpAccountBalance_filter] - or: [optimismgoerli_swap_LpAccountBalance_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_AssetBalance_filter] + or: [testgoerli_AssetBalance_filter] } -enum optimismgoerli_swap_LpAccountBalance_orderBy { +enum testgoerli_AssetBalance_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount - block - modified - transaction + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__local + asset__adoptedAsset + asset__canonicalId + asset__canonicalDomain + asset__blockNumber } -input optimismgoerli_swap_LpAccount_filter { +input testgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -74101,51 +72866,132 @@ input optimismgoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimismgoerli_swap_Bytes - address_not: optimismgoerli_swap_Bytes - address_gt: optimismgoerli_swap_Bytes - address_lt: optimismgoerli_swap_Bytes - address_gte: optimismgoerli_swap_Bytes - address_lte: optimismgoerli_swap_Bytes - address_in: [optimismgoerli_swap_Bytes!] - address_not_in: [optimismgoerli_swap_Bytes!] - address_contains: optimismgoerli_swap_Bytes - address_not_contains: optimismgoerli_swap_Bytes - balances_: optimismgoerli_swap_LpAccountBalance_filter + key: testgoerli_Bytes + key_not: testgoerli_Bytes + key_gt: testgoerli_Bytes + key_lt: testgoerli_Bytes + key_gte: testgoerli_Bytes + key_lte: testgoerli_Bytes + key_in: [testgoerli_Bytes!] + key_not_in: [testgoerli_Bytes!] + key_contains: testgoerli_Bytes + key_not_contains: testgoerli_Bytes + local: testgoerli_Bytes + local_not: testgoerli_Bytes + local_gt: testgoerli_Bytes + local_lt: testgoerli_Bytes + local_gte: testgoerli_Bytes + local_lte: testgoerli_Bytes + local_in: [testgoerli_Bytes!] + local_not_in: [testgoerli_Bytes!] + local_contains: testgoerli_Bytes + local_not_contains: testgoerli_Bytes + adoptedAsset: testgoerli_Bytes + adoptedAsset_not: testgoerli_Bytes + adoptedAsset_gt: testgoerli_Bytes + adoptedAsset_lt: testgoerli_Bytes + adoptedAsset_gte: testgoerli_Bytes + adoptedAsset_lte: testgoerli_Bytes + adoptedAsset_in: [testgoerli_Bytes!] + adoptedAsset_not_in: [testgoerli_Bytes!] + adoptedAsset_contains: testgoerli_Bytes + adoptedAsset_not_contains: testgoerli_Bytes + canonicalId: testgoerli_Bytes + canonicalId_not: testgoerli_Bytes + canonicalId_gt: testgoerli_Bytes + canonicalId_lt: testgoerli_Bytes + canonicalId_gte: testgoerli_Bytes + canonicalId_lte: testgoerli_Bytes + canonicalId_in: [testgoerli_Bytes!] + canonicalId_not_in: [testgoerli_Bytes!] + canonicalId_contains: testgoerli_Bytes + canonicalId_not_contains: testgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpAccount_filter] - or: [optimismgoerli_swap_LpAccount_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Asset_filter] + or: [testgoerli_Asset_filter] } -enum optimismgoerli_swap_LpAccount_orderBy { +enum testgoerli_Asset_orderBy { id - address - balances + key + local + adoptedAsset + canonicalId + canonicalDomain + blockNumber } -type optimismgoerli_swap_LpToken { - id: ID! - address: optimismgoerli_swap_Bytes! - stableSwap: optimismgoerli_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: optimismgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpTokenEvent_filter): [optimismgoerli_swap_LpTokenEvent!]! +scalar testgoerli_BigDecimal + +input testgoerli_BlockChangedFilter { + number_gte: Int! } -interface optimismgoerli_swap_LpTokenEvent { +input testgoerli_Block_height { + hash: testgoerli_Bytes + number: Int + number_gte: Int +} + +scalar testgoerli_Bytes + +type testgoerli_DestinationTransfer { id: ID! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: testgoerli_Bytes + nonce: BigInt + to: testgoerli_Bytes + callData: testgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testgoerli_Bytes + recovery: testgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: testgoerli_Router_orderBy, orderDirection: testgoerli_OrderDirection, where: testgoerli_Router_filter): [testgoerli_Router!] + originSender: testgoerli_Bytes + transactingAsset: testgoerli_Bytes + transactingAmount: BigInt + localAsset: testgoerli_Bytes + localAmount: BigInt + sponsorVaultRelayerFee: BigInt + executedCaller: testgoerli_Bytes + executedTransactionHash: testgoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + reconciledCaller: testgoerli_Bytes + reconciledTransactionHash: testgoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt } -input optimismgoerli_swap_LpTokenEvent_filter { +input testgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -74154,61 +73000,24 @@ input optimismgoerli_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_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - 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: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: testgoerli_Bytes + transferId_not: testgoerli_Bytes + transferId_gt: testgoerli_Bytes + transferId_lt: testgoerli_Bytes + transferId_gte: testgoerli_Bytes + transferId_lte: testgoerli_Bytes + transferId_in: [testgoerli_Bytes!] + transferId_not_in: [testgoerli_Bytes!] + transferId_contains: testgoerli_Bytes + transferId_not_contains: testgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -74217,173 +73026,362 @@ input optimismgoerli_swap_LpTokenEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + to: testgoerli_Bytes + to_not: testgoerli_Bytes + to_gt: testgoerli_Bytes + to_lt: testgoerli_Bytes + to_gte: testgoerli_Bytes + to_lte: testgoerli_Bytes + to_in: [testgoerli_Bytes!] + to_not_in: [testgoerli_Bytes!] + to_contains: testgoerli_Bytes + to_not_contains: testgoerli_Bytes + callData: testgoerli_Bytes + callData_not: testgoerli_Bytes + callData_gt: testgoerli_Bytes + callData_lt: testgoerli_Bytes + callData_gte: testgoerli_Bytes + callData_lte: testgoerli_Bytes + callData_in: [testgoerli_Bytes!] + callData_not_in: [testgoerli_Bytes!] + callData_contains: testgoerli_Bytes + callData_not_contains: testgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + agent: testgoerli_Bytes + agent_not: testgoerli_Bytes + agent_gt: testgoerli_Bytes + agent_lt: testgoerli_Bytes + agent_gte: testgoerli_Bytes + agent_lte: testgoerli_Bytes + agent_in: [testgoerli_Bytes!] + agent_not_in: [testgoerli_Bytes!] + agent_contains: testgoerli_Bytes + agent_not_contains: testgoerli_Bytes + recovery: testgoerli_Bytes + recovery_not: testgoerli_Bytes + recovery_gt: testgoerli_Bytes + recovery_lt: testgoerli_Bytes + recovery_gte: testgoerli_Bytes + recovery_lte: testgoerli_Bytes + recovery_in: [testgoerli_Bytes!] + recovery_not_in: [testgoerli_Bytes!] + recovery_contains: testgoerli_Bytes + recovery_not_contains: testgoerli_Bytes + forceSlow: Boolean + forceSlow_not: Boolean + forceSlow_in: [Boolean!] + forceSlow_not_in: [Boolean!] + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callback: testgoerli_Bytes + callback_not: testgoerli_Bytes + callback_gt: testgoerli_Bytes + callback_lt: testgoerli_Bytes + callback_gte: testgoerli_Bytes + callback_lte: testgoerli_Bytes + callback_in: [testgoerli_Bytes!] + callback_not_in: [testgoerli_Bytes!] + callback_contains: testgoerli_Bytes + callback_not_contains: testgoerli_Bytes + callbackFee: BigInt + callbackFee_not: BigInt + callbackFee_gt: BigInt + callbackFee_lt: BigInt + callbackFee_gte: BigInt + callbackFee_lte: BigInt + callbackFee_in: [BigInt!] + callbackFee_not_in: [BigInt!] + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + destinationMinOut: BigInt + destinationMinOut_not: BigInt + destinationMinOut_gt: BigInt + destinationMinOut_lt: BigInt + destinationMinOut_gte: BigInt + destinationMinOut_lte: BigInt + destinationMinOut_in: [BigInt!] + destinationMinOut_not_in: [BigInt!] + status: testgoerli_TransferStatus + status_not: testgoerli_TransferStatus + status_in: [testgoerli_TransferStatus!] + status_not_in: [testgoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: testgoerli_Router_filter + originSender: testgoerli_Bytes + originSender_not: testgoerli_Bytes + originSender_gt: testgoerli_Bytes + originSender_lt: testgoerli_Bytes + originSender_gte: testgoerli_Bytes + originSender_lte: testgoerli_Bytes + originSender_in: [testgoerli_Bytes!] + originSender_not_in: [testgoerli_Bytes!] + originSender_contains: testgoerli_Bytes + originSender_not_contains: testgoerli_Bytes + transactingAsset: testgoerli_Bytes + transactingAsset_not: testgoerli_Bytes + transactingAsset_gt: testgoerli_Bytes + transactingAsset_lt: testgoerli_Bytes + transactingAsset_gte: testgoerli_Bytes + transactingAsset_lte: testgoerli_Bytes + transactingAsset_in: [testgoerli_Bytes!] + transactingAsset_not_in: [testgoerli_Bytes!] + transactingAsset_contains: testgoerli_Bytes + transactingAsset_not_contains: testgoerli_Bytes + transactingAmount: BigInt + transactingAmount_not: BigInt + transactingAmount_gt: BigInt + transactingAmount_lt: BigInt + transactingAmount_gte: BigInt + transactingAmount_lte: BigInt + transactingAmount_in: [BigInt!] + transactingAmount_not_in: [BigInt!] + localAsset: testgoerli_Bytes + localAsset_not: testgoerli_Bytes + localAsset_gt: testgoerli_Bytes + localAsset_lt: testgoerli_Bytes + localAsset_gte: testgoerli_Bytes + localAsset_lte: testgoerli_Bytes + localAsset_in: [testgoerli_Bytes!] + localAsset_not_in: [testgoerli_Bytes!] + localAsset_contains: testgoerli_Bytes + localAsset_not_contains: testgoerli_Bytes + localAmount: BigInt + localAmount_not: BigInt + localAmount_gt: BigInt + localAmount_lt: BigInt + localAmount_gte: BigInt + localAmount_lte: BigInt + localAmount_in: [BigInt!] + localAmount_not_in: [BigInt!] + sponsorVaultRelayerFee: BigInt + sponsorVaultRelayerFee_not: BigInt + sponsorVaultRelayerFee_gt: BigInt + sponsorVaultRelayerFee_lt: BigInt + sponsorVaultRelayerFee_gte: BigInt + sponsorVaultRelayerFee_lte: BigInt + sponsorVaultRelayerFee_in: [BigInt!] + sponsorVaultRelayerFee_not_in: [BigInt!] + executedCaller: testgoerli_Bytes + executedCaller_not: testgoerli_Bytes + executedCaller_gt: testgoerli_Bytes + executedCaller_lt: testgoerli_Bytes + executedCaller_gte: testgoerli_Bytes + executedCaller_lte: testgoerli_Bytes + executedCaller_in: [testgoerli_Bytes!] + executedCaller_not_in: [testgoerli_Bytes!] + executedCaller_contains: testgoerli_Bytes + executedCaller_not_contains: testgoerli_Bytes + executedTransactionHash: testgoerli_Bytes + executedTransactionHash_not: testgoerli_Bytes + executedTransactionHash_gt: testgoerli_Bytes + executedTransactionHash_lt: testgoerli_Bytes + executedTransactionHash_gte: testgoerli_Bytes + executedTransactionHash_lte: testgoerli_Bytes + executedTransactionHash_in: [testgoerli_Bytes!] + executedTransactionHash_not_in: [testgoerli_Bytes!] + executedTransactionHash_contains: testgoerli_Bytes + executedTransactionHash_not_contains: testgoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + reconciledCaller: testgoerli_Bytes + reconciledCaller_not: testgoerli_Bytes + reconciledCaller_gt: testgoerli_Bytes + reconciledCaller_lt: testgoerli_Bytes + reconciledCaller_gte: testgoerli_Bytes + reconciledCaller_lte: testgoerli_Bytes + reconciledCaller_in: [testgoerli_Bytes!] + reconciledCaller_not_in: [testgoerli_Bytes!] + reconciledCaller_contains: testgoerli_Bytes + reconciledCaller_not_contains: testgoerli_Bytes + reconciledTransactionHash: testgoerli_Bytes + reconciledTransactionHash_not: testgoerli_Bytes + reconciledTransactionHash_gt: testgoerli_Bytes + reconciledTransactionHash_lt: testgoerli_Bytes + reconciledTransactionHash_gte: testgoerli_Bytes + reconciledTransactionHash_lte: testgoerli_Bytes + reconciledTransactionHash_in: [testgoerli_Bytes!] + reconciledTransactionHash_not_in: [testgoerli_Bytes!] + reconciledTransactionHash_contains: testgoerli_Bytes + reconciledTransactionHash_not_contains: testgoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpTokenEvent_filter] - or: [optimismgoerli_swap_LpTokenEvent_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_DestinationTransfer_filter] + or: [testgoerli_DestinationTransfer_filter] } -enum optimismgoerli_swap_LpTokenEvent_orderBy { +enum testgoerli_DestinationTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction + chainId + transferId nonce + to + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + routers + originSender + transactingAsset + transactingAmount + localAsset + localAmount + sponsorVaultRelayerFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber } -input optimismgoerli_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: optimismgoerli_swap_Bytes - address_not: optimismgoerli_swap_Bytes - address_gt: optimismgoerli_swap_Bytes - address_lt: optimismgoerli_swap_Bytes - address_gte: optimismgoerli_swap_Bytes - address_lte: optimismgoerli_swap_Bytes - address_in: [optimismgoerli_swap_Bytes!] - address_not_in: [optimismgoerli_swap_Bytes!] - address_contains: optimismgoerli_swap_Bytes - address_not_contains: optimismgoerli_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_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: optimismgoerli_swap_BigDecimal - totalSupply_not: optimismgoerli_swap_BigDecimal - totalSupply_gt: optimismgoerli_swap_BigDecimal - totalSupply_lt: optimismgoerli_swap_BigDecimal - totalSupply_gte: optimismgoerli_swap_BigDecimal - totalSupply_lte: optimismgoerli_swap_BigDecimal - totalSupply_in: [optimismgoerli_swap_BigDecimal!] - totalSupply_not_in: [optimismgoerli_swap_BigDecimal!] - events_: optimismgoerli_swap_LpTokenEvent_filter - """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpToken_filter] - or: [optimismgoerli_swap_LpToken_filter] -} +""" +8 bytes signed integer -enum optimismgoerli_swap_LpToken_orderBy { - id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events +""" +scalar testgoerli_Int8 + +"""Defines the order direction, either ascending or descending""" +enum testgoerli_OrderDirection { + asc + desc } -type optimismgoerli_swap_LpTransferEvent implements optimismgoerli_swap_LpTokenEvent { +type testgoerli_OriginTransfer { id: ID! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! - from: optimismgoerli_swap_Bytes! - to: optimismgoerli_swap_Bytes! - fromBalance: optimismgoerli_swap_BigDecimal! - toBalance: optimismgoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: testgoerli_Bytes + nonce: BigInt + to: testgoerli_Bytes + callData: testgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testgoerli_Bytes + recovery: testgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testgoerli_TransferStatus + originMinOut: BigInt + transactingAsset: testgoerli_Bytes + transactingAmount: BigInt + bridgedAsset: testgoerli_Bytes + bridgedAmount: BigInt + caller: testgoerli_Bytes + transactionHash: testgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input optimismgoerli_swap_LpTransferEvent_filter { +input testgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -74392,97 +73390,24 @@ input optimismgoerli_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_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] - from: optimismgoerli_swap_Bytes - from_not: optimismgoerli_swap_Bytes - from_gt: optimismgoerli_swap_Bytes - from_lt: optimismgoerli_swap_Bytes - from_gte: optimismgoerli_swap_Bytes - from_lte: optimismgoerli_swap_Bytes - from_in: [optimismgoerli_swap_Bytes!] - from_not_in: [optimismgoerli_swap_Bytes!] - from_contains: optimismgoerli_swap_Bytes - from_not_contains: optimismgoerli_swap_Bytes - to: optimismgoerli_swap_Bytes - to_not: optimismgoerli_swap_Bytes - to_gt: optimismgoerli_swap_Bytes - to_lt: optimismgoerli_swap_Bytes - to_gte: optimismgoerli_swap_Bytes - to_lte: optimismgoerli_swap_Bytes - to_in: [optimismgoerli_swap_Bytes!] - to_not_in: [optimismgoerli_swap_Bytes!] - to_contains: optimismgoerli_swap_Bytes - to_not_contains: optimismgoerli_swap_Bytes - fromBalance: optimismgoerli_swap_BigDecimal - fromBalance_not: optimismgoerli_swap_BigDecimal - fromBalance_gt: optimismgoerli_swap_BigDecimal - fromBalance_lt: optimismgoerli_swap_BigDecimal - fromBalance_gte: optimismgoerli_swap_BigDecimal - fromBalance_lte: optimismgoerli_swap_BigDecimal - fromBalance_in: [optimismgoerli_swap_BigDecimal!] - fromBalance_not_in: [optimismgoerli_swap_BigDecimal!] - toBalance: optimismgoerli_swap_BigDecimal - toBalance_not: optimismgoerli_swap_BigDecimal - toBalance_gt: optimismgoerli_swap_BigDecimal - toBalance_lt: optimismgoerli_swap_BigDecimal - toBalance_gte: optimismgoerli_swap_BigDecimal - toBalance_lte: optimismgoerli_swap_BigDecimal - toBalance_in: [optimismgoerli_swap_BigDecimal!] - toBalance_not_in: [optimismgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - 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: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: testgoerli_Bytes + transferId_not: testgoerli_Bytes + transferId_gt: testgoerli_Bytes + transferId_lt: testgoerli_Bytes + transferId_gte: testgoerli_Bytes + transferId_lte: testgoerli_Bytes + transferId_in: [testgoerli_Bytes!] + transferId_not_in: [testgoerli_Bytes!] + transferId_contains: testgoerli_Bytes + transferId_not_contains: testgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -74491,44 +73416,248 @@ input optimismgoerli_swap_LpTransferEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpTransferEvent_filter] - or: [optimismgoerli_swap_LpTransferEvent_filter] + to: testgoerli_Bytes + to_not: testgoerli_Bytes + to_gt: testgoerli_Bytes + to_lt: testgoerli_Bytes + to_gte: testgoerli_Bytes + to_lte: testgoerli_Bytes + to_in: [testgoerli_Bytes!] + to_not_in: [testgoerli_Bytes!] + to_contains: testgoerli_Bytes + to_not_contains: testgoerli_Bytes + callData: testgoerli_Bytes + callData_not: testgoerli_Bytes + callData_gt: testgoerli_Bytes + callData_lt: testgoerli_Bytes + callData_gte: testgoerli_Bytes + callData_lte: testgoerli_Bytes + callData_in: [testgoerli_Bytes!] + callData_not_in: [testgoerli_Bytes!] + callData_contains: testgoerli_Bytes + callData_not_contains: testgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + agent: testgoerli_Bytes + agent_not: testgoerli_Bytes + agent_gt: testgoerli_Bytes + agent_lt: testgoerli_Bytes + agent_gte: testgoerli_Bytes + agent_lte: testgoerli_Bytes + agent_in: [testgoerli_Bytes!] + agent_not_in: [testgoerli_Bytes!] + agent_contains: testgoerli_Bytes + agent_not_contains: testgoerli_Bytes + recovery: testgoerli_Bytes + recovery_not: testgoerli_Bytes + recovery_gt: testgoerli_Bytes + recovery_lt: testgoerli_Bytes + recovery_gte: testgoerli_Bytes + recovery_lte: testgoerli_Bytes + recovery_in: [testgoerli_Bytes!] + recovery_not_in: [testgoerli_Bytes!] + recovery_contains: testgoerli_Bytes + recovery_not_contains: testgoerli_Bytes + forceSlow: Boolean + forceSlow_not: Boolean + forceSlow_in: [Boolean!] + forceSlow_not_in: [Boolean!] + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callback: testgoerli_Bytes + callback_not: testgoerli_Bytes + callback_gt: testgoerli_Bytes + callback_lt: testgoerli_Bytes + callback_gte: testgoerli_Bytes + callback_lte: testgoerli_Bytes + callback_in: [testgoerli_Bytes!] + callback_not_in: [testgoerli_Bytes!] + callback_contains: testgoerli_Bytes + callback_not_contains: testgoerli_Bytes + callbackFee: BigInt + callbackFee_not: BigInt + callbackFee_gt: BigInt + callbackFee_lt: BigInt + callbackFee_gte: BigInt + callbackFee_lte: BigInt + callbackFee_in: [BigInt!] + callbackFee_not_in: [BigInt!] + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + destinationMinOut: BigInt + destinationMinOut_not: BigInt + destinationMinOut_gt: BigInt + destinationMinOut_lt: BigInt + destinationMinOut_gte: BigInt + destinationMinOut_lte: BigInt + destinationMinOut_in: [BigInt!] + destinationMinOut_not_in: [BigInt!] + status: testgoerli_TransferStatus + status_not: testgoerli_TransferStatus + status_in: [testgoerli_TransferStatus!] + status_not_in: [testgoerli_TransferStatus!] + originMinOut: BigInt + originMinOut_not: BigInt + originMinOut_gt: BigInt + originMinOut_lt: BigInt + originMinOut_gte: BigInt + originMinOut_lte: BigInt + originMinOut_in: [BigInt!] + originMinOut_not_in: [BigInt!] + transactingAsset: testgoerli_Bytes + transactingAsset_not: testgoerli_Bytes + transactingAsset_gt: testgoerli_Bytes + transactingAsset_lt: testgoerli_Bytes + transactingAsset_gte: testgoerli_Bytes + transactingAsset_lte: testgoerli_Bytes + transactingAsset_in: [testgoerli_Bytes!] + transactingAsset_not_in: [testgoerli_Bytes!] + transactingAsset_contains: testgoerli_Bytes + transactingAsset_not_contains: testgoerli_Bytes + transactingAmount: BigInt + transactingAmount_not: BigInt + transactingAmount_gt: BigInt + transactingAmount_lt: BigInt + transactingAmount_gte: BigInt + transactingAmount_lte: BigInt + transactingAmount_in: [BigInt!] + transactingAmount_not_in: [BigInt!] + bridgedAsset: testgoerli_Bytes + bridgedAsset_not: testgoerli_Bytes + bridgedAsset_gt: testgoerli_Bytes + bridgedAsset_lt: testgoerli_Bytes + bridgedAsset_gte: testgoerli_Bytes + bridgedAsset_lte: testgoerli_Bytes + bridgedAsset_in: [testgoerli_Bytes!] + bridgedAsset_not_in: [testgoerli_Bytes!] + bridgedAsset_contains: testgoerli_Bytes + bridgedAsset_not_contains: testgoerli_Bytes + bridgedAmount: BigInt + bridgedAmount_not: BigInt + bridgedAmount_gt: BigInt + bridgedAmount_lt: BigInt + bridgedAmount_gte: BigInt + bridgedAmount_lte: BigInt + bridgedAmount_in: [BigInt!] + bridgedAmount_not_in: [BigInt!] + caller: testgoerli_Bytes + caller_not: testgoerli_Bytes + caller_gt: testgoerli_Bytes + caller_lt: testgoerli_Bytes + caller_gte: testgoerli_Bytes + caller_lte: testgoerli_Bytes + caller_in: [testgoerli_Bytes!] + caller_not_in: [testgoerli_Bytes!] + caller_contains: testgoerli_Bytes + caller_not_contains: testgoerli_Bytes + transactionHash: testgoerli_Bytes + transactionHash_not: testgoerli_Bytes + transactionHash_gt: testgoerli_Bytes + transactionHash_lt: testgoerli_Bytes + transactionHash_gte: testgoerli_Bytes + transactionHash_lte: testgoerli_Bytes + transactionHash_in: [testgoerli_Bytes!] + transactionHash_not_in: [testgoerli_Bytes!] + transactionHash_contains: testgoerli_Bytes + transactionHash_not_contains: testgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_OriginTransfer_filter] + or: [testgoerli_OriginTransfer_filter] } -enum optimismgoerli_swap_LpTransferEvent_orderBy { +enum testgoerli_OriginTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from + chainId + transferId + nonce to - fromBalance - toBalance - block + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + originMinOut + transactingAsset + transactingAmount + bridgedAsset + bridgedAmount + caller + transactionHash timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum optimismgoerli_swap_OrderDirection { - asc - desc + gasPrice + gasLimit + blockNumber } -type optimismgoerli_swap_PooledToken { +type testgoerli_Relayer { id: ID! - asset: optimismgoerli_swap_Bytes! + isActive: Boolean! + relayer: testgoerli_Bytes } -input optimismgoerli_swap_PooledToken_filter { +input testgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -74537,72 +73666,43 @@ input optimismgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: optimismgoerli_swap_Bytes - asset_not: optimismgoerli_swap_Bytes - asset_gt: optimismgoerli_swap_Bytes - asset_lt: optimismgoerli_swap_Bytes - asset_gte: optimismgoerli_swap_Bytes - asset_lte: optimismgoerli_swap_Bytes - asset_in: [optimismgoerli_swap_Bytes!] - asset_not_in: [optimismgoerli_swap_Bytes!] - asset_contains: optimismgoerli_swap_Bytes - asset_not_contains: optimismgoerli_swap_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: testgoerli_Bytes + relayer_not: testgoerli_Bytes + relayer_gt: testgoerli_Bytes + relayer_lt: testgoerli_Bytes + relayer_gte: testgoerli_Bytes + relayer_lte: testgoerli_Bytes + relayer_in: [testgoerli_Bytes!] + relayer_not_in: [testgoerli_Bytes!] + relayer_contains: testgoerli_Bytes + relayer_not_contains: testgoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_PooledToken_filter] - or: [optimismgoerli_swap_PooledToken_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Relayer_filter] + or: [testgoerli_Relayer_filter] } -enum optimismgoerli_swap_PooledToken_orderBy { +enum testgoerli_Relayer_orderBy { id - asset -} - -type optimismgoerli_swap_StableSwap { - id: ID! - isActive: Boolean - key: optimismgoerli_swap_Bytes! - canonicalId: optimismgoerli_swap_Bytes - domain: BigInt - swapPool: optimismgoerli_swap_Bytes - lpToken: optimismgoerli_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [optimismgoerli_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapEvent_filter): [optimismgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapExchange_filter): [optimismgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapHourlyVolume_filter): [optimismgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapDailyVolume_filter): [optimismgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapWeeklyVolume_filter): [optimismgoerli_swap_SwapWeeklyVolume!] + isActive + relayer } -type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { +type testgoerli_Router { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - provider: optimismgoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! - nonce: BigInt! + isActive: Boolean! + owner: testgoerli_Bytes + recipient: testgoerli_Bytes + proposedOwner: testgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: testgoerli_AssetBalance_orderBy, orderDirection: testgoerli_OrderDirection, where: testgoerli_AssetBalance_filter): [testgoerli_AssetBalance!]! } -input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { +input testgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -74611,161 +73711,72 @@ input optimismgoerli_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_: optimismgoerli_swap_StableSwap_filter - provider: optimismgoerli_swap_Bytes - provider_not: optimismgoerli_swap_Bytes - provider_gt: optimismgoerli_swap_Bytes - provider_lt: optimismgoerli_swap_Bytes - provider_gte: optimismgoerli_swap_Bytes - provider_lte: optimismgoerli_swap_Bytes - provider_in: [optimismgoerli_swap_Bytes!] - provider_not_in: [optimismgoerli_swap_Bytes!] - provider_contains: optimismgoerli_swap_Bytes - provider_not_contains: optimismgoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - 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: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: testgoerli_Bytes + owner_not: testgoerli_Bytes + owner_gt: testgoerli_Bytes + owner_lt: testgoerli_Bytes + owner_gte: testgoerli_Bytes + owner_lte: testgoerli_Bytes + owner_in: [testgoerli_Bytes!] + owner_not_in: [testgoerli_Bytes!] + owner_contains: testgoerli_Bytes + owner_not_contains: testgoerli_Bytes + recipient: testgoerli_Bytes + recipient_not: testgoerli_Bytes + recipient_gt: testgoerli_Bytes + recipient_lt: testgoerli_Bytes + recipient_gte: testgoerli_Bytes + recipient_lte: testgoerli_Bytes + recipient_in: [testgoerli_Bytes!] + recipient_not_in: [testgoerli_Bytes!] + recipient_contains: testgoerli_Bytes + recipient_not_contains: testgoerli_Bytes + proposedOwner: testgoerli_Bytes + proposedOwner_not: testgoerli_Bytes + proposedOwner_gt: testgoerli_Bytes + proposedOwner_lt: testgoerli_Bytes + proposedOwner_gte: testgoerli_Bytes + proposedOwner_lte: testgoerli_Bytes + proposedOwner_in: [testgoerli_Bytes!] + proposedOwner_not_in: [testgoerli_Bytes!] + proposedOwner_contains: testgoerli_Bytes + proposedOwner_not_contains: testgoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: testgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Router_filter] + or: [testgoerli_Router_filter] } -enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum testgoerli_Router_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -interface optimismgoerli_swap_StableSwapEvent { +type testgoerli_Setting { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! - nonce: BigInt! + maxRoutersPerTransfer: BigInt! + caller: testgoerli_Bytes! } -input optimismgoerli_swap_StableSwapEvent_filter { +input testgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -74774,109 +73785,42 @@ input optimismgoerli_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_: optimismgoerli_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: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: testgoerli_Bytes + caller_not: testgoerli_Bytes + caller_gt: testgoerli_Bytes + caller_lt: testgoerli_Bytes + caller_gte: testgoerli_Bytes + caller_lte: testgoerli_Bytes + caller_in: [testgoerli_Bytes!] + caller_not_in: [testgoerli_Bytes!] + caller_contains: testgoerli_Bytes + caller_not_contains: testgoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapEvent_filter] - or: [optimismgoerli_swap_StableSwapEvent_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Setting_filter] + or: [testgoerli_Setting_filter] } -enum optimismgoerli_swap_StableSwapEvent_orderBy { +enum testgoerli_Setting_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + maxRoutersPerTransfer + caller } -type optimismgoerli_swap_StableSwapExchange { +type testgoerli_SponsorVault { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - buyer: optimismgoerli_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! - nonce: BigInt! + sponsorVault: testgoerli_Bytes! } -input optimismgoerli_swap_StableSwapExchange_filter { +input testgoerli_SponsorVault_filter { id: ID id_not: ID id_gt: ID @@ -74885,172 +73829,35 @@ input optimismgoerli_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_: optimismgoerli_swap_StableSwap_filter - buyer: optimismgoerli_swap_Bytes - buyer_not: optimismgoerli_swap_Bytes - buyer_gt: optimismgoerli_swap_Bytes - buyer_lt: optimismgoerli_swap_Bytes - buyer_gte: optimismgoerli_swap_Bytes - buyer_lte: optimismgoerli_swap_Bytes - buyer_in: [optimismgoerli_swap_Bytes!] - buyer_not_in: [optimismgoerli_swap_Bytes!] - buyer_contains: optimismgoerli_swap_Bytes - buyer_not_contains: optimismgoerli_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - 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: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + sponsorVault: testgoerli_Bytes + sponsorVault_not: testgoerli_Bytes + sponsorVault_gt: testgoerli_Bytes + sponsorVault_lt: testgoerli_Bytes + sponsorVault_gte: testgoerli_Bytes + sponsorVault_lte: testgoerli_Bytes + sponsorVault_in: [testgoerli_Bytes!] + sponsorVault_not_in: [testgoerli_Bytes!] + sponsorVault_contains: testgoerli_Bytes + sponsorVault_not_contains: testgoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapExchange_filter] - or: [optimismgoerli_swap_StableSwapExchange_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_SponsorVault_filter] + or: [testgoerli_SponsorVault_filter] } -enum optimismgoerli_swap_StableSwapExchange_orderBy { +enum testgoerli_SponsorVault_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce + sponsorVault } -type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { +type testgoerli_StableSwap { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - provider: optimismgoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! - nonce: BigInt! + canonicalId: testgoerli_Bytes! + domain: BigInt + swapPool: testgoerli_Bytes! } -input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input testgoerli_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -75059,721 +73866,68 @@ input optimismgoerli_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_: optimismgoerli_swap_StableSwap_filter - provider: optimismgoerli_swap_Bytes - provider_not: optimismgoerli_swap_Bytes - provider_gt: optimismgoerli_swap_Bytes - provider_lt: optimismgoerli_swap_Bytes - provider_gte: optimismgoerli_swap_Bytes - provider_lte: optimismgoerli_swap_Bytes - provider_in: [optimismgoerli_swap_Bytes!] - provider_not_in: [optimismgoerli_swap_Bytes!] - provider_contains: optimismgoerli_swap_Bytes - provider_not_contains: optimismgoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - 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: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + canonicalId: testgoerli_Bytes + canonicalId_not: testgoerli_Bytes + canonicalId_gt: testgoerli_Bytes + canonicalId_lt: testgoerli_Bytes + canonicalId_gte: testgoerli_Bytes + canonicalId_lte: testgoerli_Bytes + canonicalId_in: [testgoerli_Bytes!] + canonicalId_not_in: [testgoerli_Bytes!] + canonicalId_contains: testgoerli_Bytes + canonicalId_not_contains: testgoerli_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: testgoerli_Bytes + swapPool_not: testgoerli_Bytes + swapPool_gt: testgoerli_Bytes + swapPool_lt: testgoerli_Bytes + swapPool_gte: testgoerli_Bytes + swapPool_lte: testgoerli_Bytes + swapPool_in: [testgoerli_Bytes!] + swapPool_not_in: [testgoerli_Bytes!] + swapPool_contains: testgoerli_Bytes + swapPool_not_contains: testgoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_StableSwap_filter] + or: [testgoerli_StableSwap_filter] } -enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum testgoerli_StableSwap_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - 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 + canonicalId + domain + swapPool } -input optimismgoerli_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: optimismgoerli_swap_Bytes - key_not: optimismgoerli_swap_Bytes - key_gt: optimismgoerli_swap_Bytes - key_lt: optimismgoerli_swap_Bytes - key_gte: optimismgoerli_swap_Bytes - key_lte: optimismgoerli_swap_Bytes - key_in: [optimismgoerli_swap_Bytes!] - key_not_in: [optimismgoerli_swap_Bytes!] - key_contains: optimismgoerli_swap_Bytes - key_not_contains: optimismgoerli_swap_Bytes - canonicalId: optimismgoerli_swap_Bytes - canonicalId_not: optimismgoerli_swap_Bytes - canonicalId_gt: optimismgoerli_swap_Bytes - canonicalId_lt: optimismgoerli_swap_Bytes - canonicalId_gte: optimismgoerli_swap_Bytes - canonicalId_lte: optimismgoerli_swap_Bytes - canonicalId_in: [optimismgoerli_swap_Bytes!] - canonicalId_not_in: [optimismgoerli_swap_Bytes!] - canonicalId_contains: optimismgoerli_swap_Bytes - canonicalId_not_contains: optimismgoerli_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: optimismgoerli_swap_Bytes - swapPool_not: optimismgoerli_swap_Bytes - swapPool_gt: optimismgoerli_swap_Bytes - swapPool_lt: optimismgoerli_swap_Bytes - swapPool_gte: optimismgoerli_swap_Bytes - swapPool_lte: optimismgoerli_swap_Bytes - swapPool_in: [optimismgoerli_swap_Bytes!] - swapPool_not_in: [optimismgoerli_swap_Bytes!] - swapPool_contains: optimismgoerli_swap_Bytes - swapPool_not_contains: optimismgoerli_swap_Bytes - lpToken: optimismgoerli_swap_Bytes - lpToken_not: optimismgoerli_swap_Bytes - lpToken_gt: optimismgoerli_swap_Bytes - lpToken_lt: optimismgoerli_swap_Bytes - lpToken_gte: optimismgoerli_swap_Bytes - lpToken_lte: optimismgoerli_swap_Bytes - lpToken_in: [optimismgoerli_swap_Bytes!] - lpToken_not_in: [optimismgoerli_swap_Bytes!] - lpToken_contains: optimismgoerli_swap_Bytes - lpToken_not_contains: optimismgoerli_swap_Bytes - 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: [optimismgoerli_swap_Bytes!] - pooledTokens_not: [optimismgoerli_swap_Bytes!] - pooledTokens_contains: [optimismgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [optimismgoerli_swap_Bytes!] - pooledTokens_not_contains: [optimismgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimismgoerli_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - 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_: optimismgoerli_swap_StableSwapEvent_filter - exchanges_: optimismgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: optimismgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: optimismgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: optimismgoerli_swap_SwapWeeklyVolume_filter - """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwap_filter] - or: [optimismgoerli_swap_StableSwap_filter] -} - -enum optimismgoerli_swap_StableSwap_orderBy { - id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes -} - -type optimismgoerli_swap_SwapDailyVolume implements optimismgoerli_swap_SwapTradeVolume { - id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! -} - -input optimismgoerli_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_: optimismgoerli_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: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapDailyVolume_filter] - or: [optimismgoerli_swap_SwapDailyVolume_filter] -} - -enum optimismgoerli_swap_SwapDailyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type optimismgoerli_swap_SwapHourlyVolume implements optimismgoerli_swap_SwapTradeVolume { - id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! -} - -input optimismgoerli_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_: optimismgoerli_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: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapHourlyVolume_filter] - or: [optimismgoerli_swap_SwapHourlyVolume_filter] -} - -enum optimismgoerli_swap_SwapHourlyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -interface optimismgoerli_swap_SwapTradeVolume { - stableSwap: optimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! -} - -input optimismgoerli_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_: optimismgoerli_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: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapTradeVolume_filter] - or: [optimismgoerli_swap_SwapTradeVolume_filter] -} - -enum optimismgoerli_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type optimismgoerli_swap_SwapWeeklyVolume implements optimismgoerli_swap_SwapTradeVolume { - id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! -} - -input optimismgoerli_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_: optimismgoerli_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: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapWeeklyVolume_filter] - or: [optimismgoerli_swap_SwapWeeklyVolume_filter] -} - -enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type optimismgoerli_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input optimismgoerli_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: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SystemInfo_filter] - or: [optimismgoerli_swap_SystemInfo_filter] -} - -enum optimismgoerli_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount +enum testgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -type optimismgoerli_swap__Block_ { +type testgoerli__Block_ { """The hash of the block""" - hash: optimismgoerli_swap_Bytes + hash: testgoerli_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: optimismgoerli_swap_Bytes + parentHash: testgoerli_Bytes } """The type for the top-level _meta field""" -type optimismgoerli_swap__Meta_ { +type testgoerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -75781,50 +73935,36 @@ type optimismgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: optimismgoerli_swap__Block_! + block: testgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -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 +enum testoptimismgoerli_Aggregation_interval { + hour + day } -scalar zksync_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar zksync_swap_Int8 - -type zksync_swap_LpAccount { +type testoptimismgoerli_Asset { 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!]! + key: testoptimismgoerli_Bytes + local: testoptimismgoerli_Bytes! + adoptedAsset: testoptimismgoerli_Bytes! + canonicalId: testoptimismgoerli_Bytes! + canonicalDomain: BigInt! + blockNumber: BigInt! } -type zksync_swap_LpAccountBalance { +type testoptimismgoerli_AssetBalance { id: ID! - account: zksync_swap_LpAccount! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: zksync_swap_Bytes + amount: BigInt! + router: testoptimismgoerli_Router! + asset: testoptimismgoerli_Asset! } -input zksync_swap_LpAccountBalance_filter { +input testoptimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -75833,107 +73973,83 @@ 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 + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: testoptimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: testoptimismgoerli_Asset_filter """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpAccountBalance_filter] - or: [zksync_swap_LpAccountBalance_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_AssetBalance_filter] + or: [testoptimismgoerli_AssetBalance_filter] } -enum zksync_swap_LpAccountBalance_orderBy { +enum testoptimismgoerli_AssetBalance_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount - block - modified - transaction + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__local + asset__adoptedAsset + asset__canonicalId + asset__canonicalDomain + asset__blockNumber } -input zksync_swap_LpAccount_filter { +input testoptimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -75942,51 +74058,132 @@ 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 + key: testoptimismgoerli_Bytes + key_not: testoptimismgoerli_Bytes + key_gt: testoptimismgoerli_Bytes + key_lt: testoptimismgoerli_Bytes + key_gte: testoptimismgoerli_Bytes + key_lte: testoptimismgoerli_Bytes + key_in: [testoptimismgoerli_Bytes!] + key_not_in: [testoptimismgoerli_Bytes!] + key_contains: testoptimismgoerli_Bytes + key_not_contains: testoptimismgoerli_Bytes + local: testoptimismgoerli_Bytes + local_not: testoptimismgoerli_Bytes + local_gt: testoptimismgoerli_Bytes + local_lt: testoptimismgoerli_Bytes + local_gte: testoptimismgoerli_Bytes + local_lte: testoptimismgoerli_Bytes + local_in: [testoptimismgoerli_Bytes!] + local_not_in: [testoptimismgoerli_Bytes!] + local_contains: testoptimismgoerli_Bytes + local_not_contains: testoptimismgoerli_Bytes + adoptedAsset: testoptimismgoerli_Bytes + adoptedAsset_not: testoptimismgoerli_Bytes + adoptedAsset_gt: testoptimismgoerli_Bytes + adoptedAsset_lt: testoptimismgoerli_Bytes + adoptedAsset_gte: testoptimismgoerli_Bytes + adoptedAsset_lte: testoptimismgoerli_Bytes + adoptedAsset_in: [testoptimismgoerli_Bytes!] + adoptedAsset_not_in: [testoptimismgoerli_Bytes!] + adoptedAsset_contains: testoptimismgoerli_Bytes + adoptedAsset_not_contains: testoptimismgoerli_Bytes + canonicalId: testoptimismgoerli_Bytes + canonicalId_not: testoptimismgoerli_Bytes + canonicalId_gt: testoptimismgoerli_Bytes + canonicalId_lt: testoptimismgoerli_Bytes + canonicalId_gte: testoptimismgoerli_Bytes + canonicalId_lte: testoptimismgoerli_Bytes + canonicalId_in: [testoptimismgoerli_Bytes!] + canonicalId_not_in: [testoptimismgoerli_Bytes!] + canonicalId_contains: testoptimismgoerli_Bytes + canonicalId_not_contains: testoptimismgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpAccount_filter] - or: [zksync_swap_LpAccount_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Asset_filter] + or: [testoptimismgoerli_Asset_filter] } -enum zksync_swap_LpAccount_orderBy { +enum testoptimismgoerli_Asset_orderBy { id - address - balances + key + local + adoptedAsset + canonicalId + canonicalDomain + blockNumber } -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!]! +scalar testoptimismgoerli_BigDecimal + +input testoptimismgoerli_BlockChangedFilter { + number_gte: Int! } -interface zksync_swap_LpTokenEvent { +input testoptimismgoerli_Block_height { + hash: testoptimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar testoptimismgoerli_Bytes + +type testoptimismgoerli_DestinationTransfer { id: ID! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: testoptimismgoerli_Bytes + nonce: BigInt + to: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testoptimismgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testoptimismgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_Router_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_Router_filter): [testoptimismgoerli_Router!] + originSender: testoptimismgoerli_Bytes + transactingAsset: testoptimismgoerli_Bytes + transactingAmount: BigInt + localAsset: testoptimismgoerli_Bytes + localAmount: BigInt + sponsorVaultRelayerFee: BigInt + executedCaller: testoptimismgoerli_Bytes + executedTransactionHash: testoptimismgoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + reconciledCaller: testoptimismgoerli_Bytes + reconciledTransactionHash: testoptimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt } -input zksync_swap_LpTokenEvent_filter { +input testoptimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -75995,61 +74192,24 @@ 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 + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: testoptimismgoerli_Bytes + transferId_not: testoptimismgoerli_Bytes + transferId_gt: testoptimismgoerli_Bytes + transferId_lt: testoptimismgoerli_Bytes + transferId_gte: testoptimismgoerli_Bytes + transferId_lte: testoptimismgoerli_Bytes + transferId_in: [testoptimismgoerli_Bytes!] + transferId_not_in: [testoptimismgoerli_Bytes!] + transferId_contains: testoptimismgoerli_Bytes + transferId_not_contains: testoptimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -76058,173 +74218,362 @@ input zksync_swap_LpTokenEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + to: testoptimismgoerli_Bytes + to_not: testoptimismgoerli_Bytes + to_gt: testoptimismgoerli_Bytes + to_lt: testoptimismgoerli_Bytes + to_gte: testoptimismgoerli_Bytes + to_lte: testoptimismgoerli_Bytes + to_in: [testoptimismgoerli_Bytes!] + to_not_in: [testoptimismgoerli_Bytes!] + to_contains: testoptimismgoerli_Bytes + to_not_contains: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + callData_not: testoptimismgoerli_Bytes + callData_gt: testoptimismgoerli_Bytes + callData_lt: testoptimismgoerli_Bytes + callData_gte: testoptimismgoerli_Bytes + callData_lte: testoptimismgoerli_Bytes + callData_in: [testoptimismgoerli_Bytes!] + callData_not_in: [testoptimismgoerli_Bytes!] + callData_contains: testoptimismgoerli_Bytes + callData_not_contains: testoptimismgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + agent: testoptimismgoerli_Bytes + agent_not: testoptimismgoerli_Bytes + agent_gt: testoptimismgoerli_Bytes + agent_lt: testoptimismgoerli_Bytes + agent_gte: testoptimismgoerli_Bytes + agent_lte: testoptimismgoerli_Bytes + agent_in: [testoptimismgoerli_Bytes!] + agent_not_in: [testoptimismgoerli_Bytes!] + agent_contains: testoptimismgoerli_Bytes + agent_not_contains: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + recovery_not: testoptimismgoerli_Bytes + recovery_gt: testoptimismgoerli_Bytes + recovery_lt: testoptimismgoerli_Bytes + recovery_gte: testoptimismgoerli_Bytes + recovery_lte: testoptimismgoerli_Bytes + recovery_in: [testoptimismgoerli_Bytes!] + recovery_not_in: [testoptimismgoerli_Bytes!] + recovery_contains: testoptimismgoerli_Bytes + recovery_not_contains: testoptimismgoerli_Bytes + forceSlow: Boolean + forceSlow_not: Boolean + forceSlow_in: [Boolean!] + forceSlow_not_in: [Boolean!] + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callback: testoptimismgoerli_Bytes + callback_not: testoptimismgoerli_Bytes + callback_gt: testoptimismgoerli_Bytes + callback_lt: testoptimismgoerli_Bytes + callback_gte: testoptimismgoerli_Bytes + callback_lte: testoptimismgoerli_Bytes + callback_in: [testoptimismgoerli_Bytes!] + callback_not_in: [testoptimismgoerli_Bytes!] + callback_contains: testoptimismgoerli_Bytes + callback_not_contains: testoptimismgoerli_Bytes + callbackFee: BigInt + callbackFee_not: BigInt + callbackFee_gt: BigInt + callbackFee_lt: BigInt + callbackFee_gte: BigInt + callbackFee_lte: BigInt + callbackFee_in: [BigInt!] + callbackFee_not_in: [BigInt!] + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + destinationMinOut: BigInt + destinationMinOut_not: BigInt + destinationMinOut_gt: BigInt + destinationMinOut_lt: BigInt + destinationMinOut_gte: BigInt + destinationMinOut_lte: BigInt + destinationMinOut_in: [BigInt!] + destinationMinOut_not_in: [BigInt!] + status: testoptimismgoerli_TransferStatus + status_not: testoptimismgoerli_TransferStatus + status_in: [testoptimismgoerli_TransferStatus!] + status_not_in: [testoptimismgoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: testoptimismgoerli_Router_filter + originSender: testoptimismgoerli_Bytes + originSender_not: testoptimismgoerli_Bytes + originSender_gt: testoptimismgoerli_Bytes + originSender_lt: testoptimismgoerli_Bytes + originSender_gte: testoptimismgoerli_Bytes + originSender_lte: testoptimismgoerli_Bytes + originSender_in: [testoptimismgoerli_Bytes!] + originSender_not_in: [testoptimismgoerli_Bytes!] + originSender_contains: testoptimismgoerli_Bytes + originSender_not_contains: testoptimismgoerli_Bytes + transactingAsset: testoptimismgoerli_Bytes + transactingAsset_not: testoptimismgoerli_Bytes + transactingAsset_gt: testoptimismgoerli_Bytes + transactingAsset_lt: testoptimismgoerli_Bytes + transactingAsset_gte: testoptimismgoerli_Bytes + transactingAsset_lte: testoptimismgoerli_Bytes + transactingAsset_in: [testoptimismgoerli_Bytes!] + transactingAsset_not_in: [testoptimismgoerli_Bytes!] + transactingAsset_contains: testoptimismgoerli_Bytes + transactingAsset_not_contains: testoptimismgoerli_Bytes + transactingAmount: BigInt + transactingAmount_not: BigInt + transactingAmount_gt: BigInt + transactingAmount_lt: BigInt + transactingAmount_gte: BigInt + transactingAmount_lte: BigInt + transactingAmount_in: [BigInt!] + transactingAmount_not_in: [BigInt!] + localAsset: testoptimismgoerli_Bytes + localAsset_not: testoptimismgoerli_Bytes + localAsset_gt: testoptimismgoerli_Bytes + localAsset_lt: testoptimismgoerli_Bytes + localAsset_gte: testoptimismgoerli_Bytes + localAsset_lte: testoptimismgoerli_Bytes + localAsset_in: [testoptimismgoerli_Bytes!] + localAsset_not_in: [testoptimismgoerli_Bytes!] + localAsset_contains: testoptimismgoerli_Bytes + localAsset_not_contains: testoptimismgoerli_Bytes + localAmount: BigInt + localAmount_not: BigInt + localAmount_gt: BigInt + localAmount_lt: BigInt + localAmount_gte: BigInt + localAmount_lte: BigInt + localAmount_in: [BigInt!] + localAmount_not_in: [BigInt!] + sponsorVaultRelayerFee: BigInt + sponsorVaultRelayerFee_not: BigInt + sponsorVaultRelayerFee_gt: BigInt + sponsorVaultRelayerFee_lt: BigInt + sponsorVaultRelayerFee_gte: BigInt + sponsorVaultRelayerFee_lte: BigInt + sponsorVaultRelayerFee_in: [BigInt!] + sponsorVaultRelayerFee_not_in: [BigInt!] + executedCaller: testoptimismgoerli_Bytes + executedCaller_not: testoptimismgoerli_Bytes + executedCaller_gt: testoptimismgoerli_Bytes + executedCaller_lt: testoptimismgoerli_Bytes + executedCaller_gte: testoptimismgoerli_Bytes + executedCaller_lte: testoptimismgoerli_Bytes + executedCaller_in: [testoptimismgoerli_Bytes!] + executedCaller_not_in: [testoptimismgoerli_Bytes!] + executedCaller_contains: testoptimismgoerli_Bytes + executedCaller_not_contains: testoptimismgoerli_Bytes + executedTransactionHash: testoptimismgoerli_Bytes + executedTransactionHash_not: testoptimismgoerli_Bytes + executedTransactionHash_gt: testoptimismgoerli_Bytes + executedTransactionHash_lt: testoptimismgoerli_Bytes + executedTransactionHash_gte: testoptimismgoerli_Bytes + executedTransactionHash_lte: testoptimismgoerli_Bytes + executedTransactionHash_in: [testoptimismgoerli_Bytes!] + executedTransactionHash_not_in: [testoptimismgoerli_Bytes!] + executedTransactionHash_contains: testoptimismgoerli_Bytes + executedTransactionHash_not_contains: testoptimismgoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + reconciledCaller: testoptimismgoerli_Bytes + reconciledCaller_not: testoptimismgoerli_Bytes + reconciledCaller_gt: testoptimismgoerli_Bytes + reconciledCaller_lt: testoptimismgoerli_Bytes + reconciledCaller_gte: testoptimismgoerli_Bytes + reconciledCaller_lte: testoptimismgoerli_Bytes + reconciledCaller_in: [testoptimismgoerli_Bytes!] + reconciledCaller_not_in: [testoptimismgoerli_Bytes!] + reconciledCaller_contains: testoptimismgoerli_Bytes + reconciledCaller_not_contains: testoptimismgoerli_Bytes + reconciledTransactionHash: testoptimismgoerli_Bytes + reconciledTransactionHash_not: testoptimismgoerli_Bytes + reconciledTransactionHash_gt: testoptimismgoerli_Bytes + reconciledTransactionHash_lt: testoptimismgoerli_Bytes + reconciledTransactionHash_gte: testoptimismgoerli_Bytes + reconciledTransactionHash_lte: testoptimismgoerli_Bytes + reconciledTransactionHash_in: [testoptimismgoerli_Bytes!] + reconciledTransactionHash_not_in: [testoptimismgoerli_Bytes!] + reconciledTransactionHash_contains: testoptimismgoerli_Bytes + reconciledTransactionHash_not_contains: testoptimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpTokenEvent_filter] - or: [zksync_swap_LpTokenEvent_filter] -} - -enum zksync_swap_LpTokenEvent_orderBy { - id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce -} - -input zksync_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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpToken_filter] - or: [zksync_swap_LpToken_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_DestinationTransfer_filter] + or: [testoptimismgoerli_DestinationTransfer_filter] } -enum zksync_swap_LpToken_orderBy { +enum testoptimismgoerli_DestinationTransfer_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 + chainId + transferId + nonce + to + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + routers + originSender + transactingAsset + transactingAmount + localAsset + localAmount + sponsorVaultRelayerFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber } -type zksync_swap_LpTransferEvent implements zksync_swap_LpTokenEvent { +""" +8 bytes signed integer + +""" +scalar testoptimismgoerli_Int8 + +"""Defines the order direction, either ascending or descending""" +enum testoptimismgoerli_OrderDirection { + asc + desc +} + +type testoptimismgoerli_OriginTransfer { id: ID! - 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! + chainId: BigInt + transferId: testoptimismgoerli_Bytes + nonce: BigInt + to: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testoptimismgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testoptimismgoerli_TransferStatus + originMinOut: BigInt + transactingAsset: testoptimismgoerli_Bytes + transactingAmount: BigInt + bridgedAsset: testoptimismgoerli_Bytes + bridgedAmount: BigInt + caller: testoptimismgoerli_Bytes + transactionHash: testoptimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input zksync_swap_LpTransferEvent_filter { +input testoptimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -76233,97 +74582,24 @@ 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 + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: testoptimismgoerli_Bytes + transferId_not: testoptimismgoerli_Bytes + transferId_gt: testoptimismgoerli_Bytes + transferId_lt: testoptimismgoerli_Bytes + transferId_gte: testoptimismgoerli_Bytes + transferId_lte: testoptimismgoerli_Bytes + transferId_in: [testoptimismgoerli_Bytes!] + transferId_not_in: [testoptimismgoerli_Bytes!] + transferId_contains: testoptimismgoerli_Bytes + transferId_not_contains: testoptimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -76332,44 +74608,248 @@ input zksync_swap_LpTransferEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + to: testoptimismgoerli_Bytes + to_not: testoptimismgoerli_Bytes + to_gt: testoptimismgoerli_Bytes + to_lt: testoptimismgoerli_Bytes + to_gte: testoptimismgoerli_Bytes + to_lte: testoptimismgoerli_Bytes + to_in: [testoptimismgoerli_Bytes!] + to_not_in: [testoptimismgoerli_Bytes!] + to_contains: testoptimismgoerli_Bytes + to_not_contains: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + callData_not: testoptimismgoerli_Bytes + callData_gt: testoptimismgoerli_Bytes + callData_lt: testoptimismgoerli_Bytes + callData_gte: testoptimismgoerli_Bytes + callData_lte: testoptimismgoerli_Bytes + callData_in: [testoptimismgoerli_Bytes!] + callData_not_in: [testoptimismgoerli_Bytes!] + callData_contains: testoptimismgoerli_Bytes + callData_not_contains: testoptimismgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + agent: testoptimismgoerli_Bytes + agent_not: testoptimismgoerli_Bytes + agent_gt: testoptimismgoerli_Bytes + agent_lt: testoptimismgoerli_Bytes + agent_gte: testoptimismgoerli_Bytes + agent_lte: testoptimismgoerli_Bytes + agent_in: [testoptimismgoerli_Bytes!] + agent_not_in: [testoptimismgoerli_Bytes!] + agent_contains: testoptimismgoerli_Bytes + agent_not_contains: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + recovery_not: testoptimismgoerli_Bytes + recovery_gt: testoptimismgoerli_Bytes + recovery_lt: testoptimismgoerli_Bytes + recovery_gte: testoptimismgoerli_Bytes + recovery_lte: testoptimismgoerli_Bytes + recovery_in: [testoptimismgoerli_Bytes!] + recovery_not_in: [testoptimismgoerli_Bytes!] + recovery_contains: testoptimismgoerli_Bytes + recovery_not_contains: testoptimismgoerli_Bytes + forceSlow: Boolean + forceSlow_not: Boolean + forceSlow_in: [Boolean!] + forceSlow_not_in: [Boolean!] + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callback: testoptimismgoerli_Bytes + callback_not: testoptimismgoerli_Bytes + callback_gt: testoptimismgoerli_Bytes + callback_lt: testoptimismgoerli_Bytes + callback_gte: testoptimismgoerli_Bytes + callback_lte: testoptimismgoerli_Bytes + callback_in: [testoptimismgoerli_Bytes!] + callback_not_in: [testoptimismgoerli_Bytes!] + callback_contains: testoptimismgoerli_Bytes + callback_not_contains: testoptimismgoerli_Bytes + callbackFee: BigInt + callbackFee_not: BigInt + callbackFee_gt: BigInt + callbackFee_lt: BigInt + callbackFee_gte: BigInt + callbackFee_lte: BigInt + callbackFee_in: [BigInt!] + callbackFee_not_in: [BigInt!] + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + destinationMinOut: BigInt + destinationMinOut_not: BigInt + destinationMinOut_gt: BigInt + destinationMinOut_lt: BigInt + destinationMinOut_gte: BigInt + destinationMinOut_lte: BigInt + destinationMinOut_in: [BigInt!] + destinationMinOut_not_in: [BigInt!] + status: testoptimismgoerli_TransferStatus + status_not: testoptimismgoerli_TransferStatus + status_in: [testoptimismgoerli_TransferStatus!] + status_not_in: [testoptimismgoerli_TransferStatus!] + originMinOut: BigInt + originMinOut_not: BigInt + originMinOut_gt: BigInt + originMinOut_lt: BigInt + originMinOut_gte: BigInt + originMinOut_lte: BigInt + originMinOut_in: [BigInt!] + originMinOut_not_in: [BigInt!] + transactingAsset: testoptimismgoerli_Bytes + transactingAsset_not: testoptimismgoerli_Bytes + transactingAsset_gt: testoptimismgoerli_Bytes + transactingAsset_lt: testoptimismgoerli_Bytes + transactingAsset_gte: testoptimismgoerli_Bytes + transactingAsset_lte: testoptimismgoerli_Bytes + transactingAsset_in: [testoptimismgoerli_Bytes!] + transactingAsset_not_in: [testoptimismgoerli_Bytes!] + transactingAsset_contains: testoptimismgoerli_Bytes + transactingAsset_not_contains: testoptimismgoerli_Bytes + transactingAmount: BigInt + transactingAmount_not: BigInt + transactingAmount_gt: BigInt + transactingAmount_lt: BigInt + transactingAmount_gte: BigInt + transactingAmount_lte: BigInt + transactingAmount_in: [BigInt!] + transactingAmount_not_in: [BigInt!] + bridgedAsset: testoptimismgoerli_Bytes + bridgedAsset_not: testoptimismgoerli_Bytes + bridgedAsset_gt: testoptimismgoerli_Bytes + bridgedAsset_lt: testoptimismgoerli_Bytes + bridgedAsset_gte: testoptimismgoerli_Bytes + bridgedAsset_lte: testoptimismgoerli_Bytes + bridgedAsset_in: [testoptimismgoerli_Bytes!] + bridgedAsset_not_in: [testoptimismgoerli_Bytes!] + bridgedAsset_contains: testoptimismgoerli_Bytes + bridgedAsset_not_contains: testoptimismgoerli_Bytes + bridgedAmount: BigInt + bridgedAmount_not: BigInt + bridgedAmount_gt: BigInt + bridgedAmount_lt: BigInt + bridgedAmount_gte: BigInt + bridgedAmount_lte: BigInt + bridgedAmount_in: [BigInt!] + bridgedAmount_not_in: [BigInt!] + caller: testoptimismgoerli_Bytes + caller_not: testoptimismgoerli_Bytes + caller_gt: testoptimismgoerli_Bytes + caller_lt: testoptimismgoerli_Bytes + caller_gte: testoptimismgoerli_Bytes + caller_lte: testoptimismgoerli_Bytes + caller_in: [testoptimismgoerli_Bytes!] + caller_not_in: [testoptimismgoerli_Bytes!] + caller_contains: testoptimismgoerli_Bytes + caller_not_contains: testoptimismgoerli_Bytes + transactionHash: testoptimismgoerli_Bytes + transactionHash_not: testoptimismgoerli_Bytes + transactionHash_gt: testoptimismgoerli_Bytes + transactionHash_lt: testoptimismgoerli_Bytes + transactionHash_gte: testoptimismgoerli_Bytes + transactionHash_lte: testoptimismgoerli_Bytes + transactionHash_in: [testoptimismgoerli_Bytes!] + transactionHash_not_in: [testoptimismgoerli_Bytes!] + transactionHash_contains: testoptimismgoerli_Bytes + transactionHash_not_contains: testoptimismgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpTransferEvent_filter] - or: [zksync_swap_LpTransferEvent_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_OriginTransfer_filter] + or: [testoptimismgoerli_OriginTransfer_filter] } -enum zksync_swap_LpTransferEvent_orderBy { +enum testoptimismgoerli_OriginTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from + chainId + transferId + nonce to - fromBalance - toBalance - block + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + originMinOut + transactingAsset + transactingAmount + bridgedAsset + bridgedAmount + caller + transactionHash timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum zksync_swap_OrderDirection { - asc - desc + gasPrice + gasLimit + blockNumber } -type zksync_swap_PooledToken { +type testoptimismgoerli_Relayer { id: ID! - asset: zksync_swap_Bytes! + isActive: Boolean! + relayer: testoptimismgoerli_Bytes } -input zksync_swap_PooledToken_filter { +input testoptimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -76378,72 +74858,117 @@ 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 + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: testoptimismgoerli_Bytes + relayer_not: testoptimismgoerli_Bytes + relayer_gt: testoptimismgoerli_Bytes + relayer_lt: testoptimismgoerli_Bytes + relayer_gte: testoptimismgoerli_Bytes + relayer_lte: testoptimismgoerli_Bytes + relayer_in: [testoptimismgoerli_Bytes!] + relayer_not_in: [testoptimismgoerli_Bytes!] + relayer_contains: testoptimismgoerli_Bytes + relayer_not_contains: testoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_PooledToken_filter] - or: [zksync_swap_PooledToken_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Relayer_filter] + or: [testoptimismgoerli_Relayer_filter] } -enum zksync_swap_PooledToken_orderBy { +enum testoptimismgoerli_Relayer_orderBy { id - asset + isActive + relayer } -type zksync_swap_StableSwap { +type testoptimismgoerli_Router { id: ID! + isActive: Boolean! + owner: testoptimismgoerli_Bytes + recipient: testoptimismgoerli_Bytes + proposedOwner: testoptimismgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_AssetBalance_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_AssetBalance_filter): [testoptimismgoerli_AssetBalance!]! +} + +input testoptimismgoerli_Router_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [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!] + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: testoptimismgoerli_Bytes + owner_not: testoptimismgoerli_Bytes + owner_gt: testoptimismgoerli_Bytes + owner_lt: testoptimismgoerli_Bytes + owner_gte: testoptimismgoerli_Bytes + owner_lte: testoptimismgoerli_Bytes + owner_in: [testoptimismgoerli_Bytes!] + owner_not_in: [testoptimismgoerli_Bytes!] + owner_contains: testoptimismgoerli_Bytes + owner_not_contains: testoptimismgoerli_Bytes + recipient: testoptimismgoerli_Bytes + recipient_not: testoptimismgoerli_Bytes + recipient_gt: testoptimismgoerli_Bytes + recipient_lt: testoptimismgoerli_Bytes + recipient_gte: testoptimismgoerli_Bytes + recipient_lte: testoptimismgoerli_Bytes + recipient_in: [testoptimismgoerli_Bytes!] + recipient_not_in: [testoptimismgoerli_Bytes!] + recipient_contains: testoptimismgoerli_Bytes + recipient_not_contains: testoptimismgoerli_Bytes + proposedOwner: testoptimismgoerli_Bytes + proposedOwner_not: testoptimismgoerli_Bytes + proposedOwner_gt: testoptimismgoerli_Bytes + proposedOwner_lt: testoptimismgoerli_Bytes + proposedOwner_gte: testoptimismgoerli_Bytes + proposedOwner_lte: testoptimismgoerli_Bytes + proposedOwner_in: [testoptimismgoerli_Bytes!] + proposedOwner_not_in: [testoptimismgoerli_Bytes!] + proposedOwner_contains: testoptimismgoerli_Bytes + proposedOwner_not_contains: testoptimismgoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: testoptimismgoerli_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Router_filter] + or: [testoptimismgoerli_Router_filter] } -type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEvent { +enum testoptimismgoerli_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type testoptimismgoerli_Setting { 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! + maxRoutersPerTransfer: BigInt! + caller: testoptimismgoerli_Bytes! } -input zksync_swap_StableSwapAddLiquidityEvent_filter { +input testoptimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -76452,37 +74977,863 @@ 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 + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: testoptimismgoerli_Bytes + caller_not: testoptimismgoerli_Bytes + caller_gt: testoptimismgoerli_Bytes + caller_lt: testoptimismgoerli_Bytes + caller_gte: testoptimismgoerli_Bytes + caller_lte: testoptimismgoerli_Bytes + caller_in: [testoptimismgoerli_Bytes!] + caller_not_in: [testoptimismgoerli_Bytes!] + caller_contains: testoptimismgoerli_Bytes + caller_not_contains: testoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Setting_filter] + or: [testoptimismgoerli_Setting_filter] +} + +enum testoptimismgoerli_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type testoptimismgoerli_SponsorVault { + id: ID! + sponsorVault: testoptimismgoerli_Bytes! +} + +input testoptimismgoerli_SponsorVault_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + sponsorVault: testoptimismgoerli_Bytes + sponsorVault_not: testoptimismgoerli_Bytes + sponsorVault_gt: testoptimismgoerli_Bytes + sponsorVault_lt: testoptimismgoerli_Bytes + sponsorVault_gte: testoptimismgoerli_Bytes + sponsorVault_lte: testoptimismgoerli_Bytes + sponsorVault_in: [testoptimismgoerli_Bytes!] + sponsorVault_not_in: [testoptimismgoerli_Bytes!] + sponsorVault_contains: testoptimismgoerli_Bytes + sponsorVault_not_contains: testoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_SponsorVault_filter] + or: [testoptimismgoerli_SponsorVault_filter] +} + +enum testoptimismgoerli_SponsorVault_orderBy { + id + sponsorVault +} + +type testoptimismgoerli_StableSwap { + id: ID! + canonicalId: testoptimismgoerli_Bytes! + domain: BigInt + swapPool: testoptimismgoerli_Bytes! +} + +input testoptimismgoerli_StableSwap_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + canonicalId: testoptimismgoerli_Bytes + canonicalId_not: testoptimismgoerli_Bytes + canonicalId_gt: testoptimismgoerli_Bytes + canonicalId_lt: testoptimismgoerli_Bytes + canonicalId_gte: testoptimismgoerli_Bytes + canonicalId_lte: testoptimismgoerli_Bytes + canonicalId_in: [testoptimismgoerli_Bytes!] + canonicalId_not_in: [testoptimismgoerli_Bytes!] + canonicalId_contains: testoptimismgoerli_Bytes + canonicalId_not_contains: testoptimismgoerli_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: testoptimismgoerli_Bytes + swapPool_not: testoptimismgoerli_Bytes + swapPool_gt: testoptimismgoerli_Bytes + swapPool_lt: testoptimismgoerli_Bytes + swapPool_gte: testoptimismgoerli_Bytes + swapPool_lte: testoptimismgoerli_Bytes + swapPool_in: [testoptimismgoerli_Bytes!] + swapPool_not_in: [testoptimismgoerli_Bytes!] + swapPool_contains: testoptimismgoerli_Bytes + swapPool_not_contains: testoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_StableSwap_filter] + or: [testoptimismgoerli_StableSwap_filter] +} + +enum testoptimismgoerli_StableSwap_orderBy { + id + canonicalId + domain + swapPool +} + +enum testoptimismgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type testoptimismgoerli__Block_ { + """The hash of the block""" + hash: testoptimismgoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: testoptimismgoerli_Bytes +} + +"""The type for the top-level _meta field""" +type testoptimismgoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: testoptimismgoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum stagingoptimismgoerli_swap_Aggregation_interval { + hour + day +} + +scalar stagingoptimismgoerli_swap_BigDecimal + +input stagingoptimismgoerli_swap_BlockChangedFilter { + number_gte: Int! +} + +input stagingoptimismgoerli_swap_Block_height { + hash: stagingoptimismgoerli_swap_Bytes + number: Int + number_gte: Int +} + +scalar stagingoptimismgoerli_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar stagingoptimismgoerli_swap_Int8 + +type stagingoptimismgoerli_swap_LpAccount { + id: ID! + address: stagingoptimismgoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpAccountBalance_filter): [stagingoptimismgoerli_swap_LpAccountBalance!]! +} + +type stagingoptimismgoerli_swap_LpAccountBalance { + id: ID! + account: stagingoptimismgoerli_swap_LpAccount! + token: stagingoptimismgoerli_swap_LpToken! + amount: stagingoptimismgoerli_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: stagingoptimismgoerli_swap_Bytes +} + +input stagingoptimismgoerli_swap_LpAccountBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: stagingoptimismgoerli_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: stagingoptimismgoerli_swap_LpToken_filter + amount: stagingoptimismgoerli_swap_BigDecimal + amount_not: stagingoptimismgoerli_swap_BigDecimal + amount_gt: stagingoptimismgoerli_swap_BigDecimal + amount_lt: stagingoptimismgoerli_swap_BigDecimal + amount_gte: stagingoptimismgoerli_swap_BigDecimal + amount_lte: stagingoptimismgoerli_swap_BigDecimal + amount_in: [stagingoptimismgoerli_swap_BigDecimal!] + amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpAccountBalance_filter] + or: [stagingoptimismgoerli_swap_LpAccountBalance_filter] +} + +enum stagingoptimismgoerli_swap_LpAccountBalance_orderBy { + id + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction +} + +input stagingoptimismgoerli_swap_LpAccount_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + address: stagingoptimismgoerli_swap_Bytes + address_not: stagingoptimismgoerli_swap_Bytes + address_gt: stagingoptimismgoerli_swap_Bytes + address_lt: stagingoptimismgoerli_swap_Bytes + address_gte: stagingoptimismgoerli_swap_Bytes + address_lte: stagingoptimismgoerli_swap_Bytes + address_in: [stagingoptimismgoerli_swap_Bytes!] + address_not_in: [stagingoptimismgoerli_swap_Bytes!] + address_contains: stagingoptimismgoerli_swap_Bytes + address_not_contains: stagingoptimismgoerli_swap_Bytes + balances_: stagingoptimismgoerli_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpAccount_filter] + or: [stagingoptimismgoerli_swap_LpAccount_filter] +} + +enum stagingoptimismgoerli_swap_LpAccount_orderBy { + id + address + balances +} + +type stagingoptimismgoerli_swap_LpToken { + id: ID! + address: stagingoptimismgoerli_swap_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: stagingoptimismgoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpTokenEvent_filter): [stagingoptimismgoerli_swap_LpTokenEvent!]! +} + +interface stagingoptimismgoerli_swap_LpTokenEvent { + id: ID! + token: stagingoptimismgoerli_swap_LpToken! + amount: stagingoptimismgoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: stagingoptimismgoerli_swap_Bytes! + nonce: BigInt! +} + +input stagingoptimismgoerli_swap_LpTokenEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: stagingoptimismgoerli_swap_LpToken_filter + amount: stagingoptimismgoerli_swap_BigDecimal + amount_not: stagingoptimismgoerli_swap_BigDecimal + amount_gt: stagingoptimismgoerli_swap_BigDecimal + amount_lt: stagingoptimismgoerli_swap_BigDecimal + amount_gte: stagingoptimismgoerli_swap_BigDecimal + amount_lte: stagingoptimismgoerli_swap_BigDecimal + amount_in: [stagingoptimismgoerli_swap_BigDecimal!] + amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpTokenEvent_filter] + or: [stagingoptimismgoerli_swap_LpTokenEvent_filter] +} + +enum stagingoptimismgoerli_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input stagingoptimismgoerli_swap_LpToken_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + address: stagingoptimismgoerli_swap_Bytes + address_not: stagingoptimismgoerli_swap_Bytes + address_gt: stagingoptimismgoerli_swap_Bytes + address_lt: stagingoptimismgoerli_swap_Bytes + address_gte: stagingoptimismgoerli_swap_Bytes + address_lte: stagingoptimismgoerli_swap_Bytes + address_in: [stagingoptimismgoerli_swap_Bytes!] + address_not_in: [stagingoptimismgoerli_swap_Bytes!] + address_contains: stagingoptimismgoerli_swap_Bytes + address_not_contains: stagingoptimismgoerli_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: stagingoptimismgoerli_swap_BigDecimal + totalSupply_not: stagingoptimismgoerli_swap_BigDecimal + totalSupply_gt: stagingoptimismgoerli_swap_BigDecimal + totalSupply_lt: stagingoptimismgoerli_swap_BigDecimal + totalSupply_gte: stagingoptimismgoerli_swap_BigDecimal + totalSupply_lte: stagingoptimismgoerli_swap_BigDecimal + totalSupply_in: [stagingoptimismgoerli_swap_BigDecimal!] + totalSupply_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + events_: stagingoptimismgoerli_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpToken_filter] + or: [stagingoptimismgoerli_swap_LpToken_filter] +} + +enum stagingoptimismgoerli_swap_LpToken_orderBy { + id + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events +} + +type stagingoptimismgoerli_swap_LpTransferEvent implements stagingoptimismgoerli_swap_LpTokenEvent { + id: ID! + token: stagingoptimismgoerli_swap_LpToken! + amount: stagingoptimismgoerli_swap_BigDecimal! + from: stagingoptimismgoerli_swap_Bytes! + to: stagingoptimismgoerli_swap_Bytes! + fromBalance: stagingoptimismgoerli_swap_BigDecimal! + toBalance: stagingoptimismgoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: stagingoptimismgoerli_swap_Bytes! + nonce: BigInt! +} + +input stagingoptimismgoerli_swap_LpTransferEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: stagingoptimismgoerli_swap_LpToken_filter + amount: stagingoptimismgoerli_swap_BigDecimal + amount_not: stagingoptimismgoerli_swap_BigDecimal + amount_gt: stagingoptimismgoerli_swap_BigDecimal + amount_lt: stagingoptimismgoerli_swap_BigDecimal + amount_gte: stagingoptimismgoerli_swap_BigDecimal + amount_lte: stagingoptimismgoerli_swap_BigDecimal + amount_in: [stagingoptimismgoerli_swap_BigDecimal!] + amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + from: stagingoptimismgoerli_swap_Bytes + from_not: stagingoptimismgoerli_swap_Bytes + from_gt: stagingoptimismgoerli_swap_Bytes + from_lt: stagingoptimismgoerli_swap_Bytes + from_gte: stagingoptimismgoerli_swap_Bytes + from_lte: stagingoptimismgoerli_swap_Bytes + from_in: [stagingoptimismgoerli_swap_Bytes!] + from_not_in: [stagingoptimismgoerli_swap_Bytes!] + from_contains: stagingoptimismgoerli_swap_Bytes + from_not_contains: stagingoptimismgoerli_swap_Bytes + to: stagingoptimismgoerli_swap_Bytes + to_not: stagingoptimismgoerli_swap_Bytes + to_gt: stagingoptimismgoerli_swap_Bytes + to_lt: stagingoptimismgoerli_swap_Bytes + to_gte: stagingoptimismgoerli_swap_Bytes + to_lte: stagingoptimismgoerli_swap_Bytes + to_in: [stagingoptimismgoerli_swap_Bytes!] + to_not_in: [stagingoptimismgoerli_swap_Bytes!] + to_contains: stagingoptimismgoerli_swap_Bytes + to_not_contains: stagingoptimismgoerli_swap_Bytes + fromBalance: stagingoptimismgoerli_swap_BigDecimal + fromBalance_not: stagingoptimismgoerli_swap_BigDecimal + fromBalance_gt: stagingoptimismgoerli_swap_BigDecimal + fromBalance_lt: stagingoptimismgoerli_swap_BigDecimal + fromBalance_gte: stagingoptimismgoerli_swap_BigDecimal + fromBalance_lte: stagingoptimismgoerli_swap_BigDecimal + fromBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] + fromBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + toBalance: stagingoptimismgoerli_swap_BigDecimal + toBalance_not: stagingoptimismgoerli_swap_BigDecimal + toBalance_gt: stagingoptimismgoerli_swap_BigDecimal + toBalance_lt: stagingoptimismgoerli_swap_BigDecimal + toBalance_gte: stagingoptimismgoerli_swap_BigDecimal + toBalance_lte: stagingoptimismgoerli_swap_BigDecimal + toBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] + toBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpTransferEvent_filter] + or: [stagingoptimismgoerli_swap_LpTransferEvent_filter] +} + +enum stagingoptimismgoerli_swap_LpTransferEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce +} + +"""Defines the order direction, either ascending or descending""" +enum stagingoptimismgoerli_swap_OrderDirection { + asc + desc +} + +type stagingoptimismgoerli_swap_PooledToken { + id: ID! + asset: stagingoptimismgoerli_swap_Bytes! +} + +input stagingoptimismgoerli_swap_PooledToken_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + asset: stagingoptimismgoerli_swap_Bytes + asset_not: stagingoptimismgoerli_swap_Bytes + asset_gt: stagingoptimismgoerli_swap_Bytes + asset_lt: stagingoptimismgoerli_swap_Bytes + asset_gte: stagingoptimismgoerli_swap_Bytes + asset_lte: stagingoptimismgoerli_swap_Bytes + asset_in: [stagingoptimismgoerli_swap_Bytes!] + asset_not_in: [stagingoptimismgoerli_swap_Bytes!] + asset_contains: stagingoptimismgoerli_swap_Bytes + asset_not_contains: stagingoptimismgoerli_swap_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_PooledToken_filter] + or: [stagingoptimismgoerli_swap_PooledToken_filter] +} + +enum stagingoptimismgoerli_swap_PooledToken_orderBy { + id + asset +} + +type stagingoptimismgoerli_swap_StableSwap { + id: ID! + isActive: Boolean + key: stagingoptimismgoerli_swap_Bytes! + canonicalId: stagingoptimismgoerli_swap_Bytes + domain: BigInt + swapPool: stagingoptimismgoerli_swap_Bytes + lpToken: stagingoptimismgoerli_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [stagingoptimismgoerli_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapEvent_filter): [stagingoptimismgoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapExchange_filter): [stagingoptimismgoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter): [stagingoptimismgoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapDailyVolume_filter): [stagingoptimismgoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter): [stagingoptimismgoerli_swap_SwapWeeklyVolume!] +} + +type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { + id: ID! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + provider: stagingoptimismgoerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: stagingoptimismgoerli_swap_Bytes! + nonce: BigInt! +} + +input stagingoptimismgoerli_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_: stagingoptimismgoerli_swap_StableSwap_filter + provider: stagingoptimismgoerli_swap_Bytes + provider_not: stagingoptimismgoerli_swap_Bytes + provider_gt: stagingoptimismgoerli_swap_Bytes + provider_lt: stagingoptimismgoerli_swap_Bytes + provider_gte: stagingoptimismgoerli_swap_Bytes + provider_lte: stagingoptimismgoerli_swap_Bytes + provider_in: [stagingoptimismgoerli_swap_Bytes!] + provider_not_in: [stagingoptimismgoerli_swap_Bytes!] + provider_contains: stagingoptimismgoerli_swap_Bytes + provider_not_contains: stagingoptimismgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -76541,16 +75892,16 @@ input zksync_swap_StableSwapAddLiquidityEvent_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 + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -76560,12 +75911,12 @@ input zksync_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_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: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -76597,16 +75948,16 @@ enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface zksync_swap_StableSwapEvent { +interface stagingoptimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: zksync_swap_StableSwap! + stableSwap: stagingoptimismgoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: zksync_swap_Bytes! + transaction: stagingoptimismgoerli_swap_Bytes! nonce: BigInt! } -input zksync_swap_StableSwapEvent_filter { +input stagingoptimismgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -76635,7 +75986,7 @@ input zksync_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -76652,16 +76003,16 @@ 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 + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -76671,12 +76022,12 @@ input zksync_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_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: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapEvent_filter] + or: [stagingoptimismgoerli_swap_StableSwapEvent_filter] } -enum zksync_swap_StableSwapEvent_orderBy { +enum stagingoptimismgoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -76701,10 +76052,10 @@ enum zksync_swap_StableSwapEvent_orderBy { nonce } -type zksync_swap_StableSwapExchange { +type stagingoptimismgoerli_swap_StableSwapExchange { id: ID! - stableSwap: zksync_swap_StableSwap! - buyer: zksync_swap_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + buyer: stagingoptimismgoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -76713,11 +76064,11 @@ type zksync_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: zksync_swap_Bytes! + transaction: stagingoptimismgoerli_swap_Bytes! nonce: BigInt! } -input zksync_swap_StableSwapExchange_filter { +input stagingoptimismgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -76746,17 +76097,17 @@ input zksync_swap_StableSwapExchange_filter { 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 + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + buyer: stagingoptimismgoerli_swap_Bytes + buyer_not: stagingoptimismgoerli_swap_Bytes + buyer_gt: stagingoptimismgoerli_swap_Bytes + buyer_lt: stagingoptimismgoerli_swap_Bytes + buyer_gte: stagingoptimismgoerli_swap_Bytes + buyer_lte: stagingoptimismgoerli_swap_Bytes + buyer_in: [stagingoptimismgoerli_swap_Bytes!] + buyer_not_in: [stagingoptimismgoerli_swap_Bytes!] + buyer_contains: stagingoptimismgoerli_swap_Bytes + buyer_not_contains: stagingoptimismgoerli_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -76819,16 +76170,16 @@ input zksync_swap_StableSwapExchange_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 + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -76838,12 +76189,12 @@ input zksync_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapExchange_filter] - or: [zksync_swap_StableSwapExchange_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapExchange_filter] + or: [stagingoptimismgoerli_swap_StableSwapExchange_filter] } -enum zksync_swap_StableSwapExchange_orderBy { +enum stagingoptimismgoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -76875,10 +76226,10 @@ enum zksync_swap_StableSwapExchange_orderBy { nonce } -type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwapEvent { +type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: zksync_swap_StableSwap! - provider: zksync_swap_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + provider: stagingoptimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -76887,11 +76238,11 @@ type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: zksync_swap_Bytes! + transaction: stagingoptimismgoerli_swap_Bytes! nonce: BigInt! } -input zksync_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -76920,17 +76271,17 @@ input zksync_swap_StableSwapRemoveLiquidityEvent_filter { 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 + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + provider: stagingoptimismgoerli_swap_Bytes + provider_not: stagingoptimismgoerli_swap_Bytes + provider_gt: stagingoptimismgoerli_swap_Bytes + provider_lt: stagingoptimismgoerli_swap_Bytes + provider_gte: stagingoptimismgoerli_swap_Bytes + provider_lte: stagingoptimismgoerli_swap_Bytes + provider_in: [stagingoptimismgoerli_swap_Bytes!] + provider_not_in: [stagingoptimismgoerli_swap_Bytes!] + provider_contains: stagingoptimismgoerli_swap_Bytes + provider_not_contains: stagingoptimismgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -76989,16 +76340,16 @@ input zksync_swap_StableSwapRemoveLiquidityEvent_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 + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -77008,12 +76359,12 @@ input zksync_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] - or: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -77045,7 +76396,7 @@ enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input zksync_swap_StableSwap_filter { +input stagingoptimismgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -77058,26 +76409,26 @@ input zksync_swap_StableSwap_filter { 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 + key: stagingoptimismgoerli_swap_Bytes + key_not: stagingoptimismgoerli_swap_Bytes + key_gt: stagingoptimismgoerli_swap_Bytes + key_lt: stagingoptimismgoerli_swap_Bytes + key_gte: stagingoptimismgoerli_swap_Bytes + key_lte: stagingoptimismgoerli_swap_Bytes + key_in: [stagingoptimismgoerli_swap_Bytes!] + key_not_in: [stagingoptimismgoerli_swap_Bytes!] + key_contains: stagingoptimismgoerli_swap_Bytes + key_not_contains: stagingoptimismgoerli_swap_Bytes + canonicalId: stagingoptimismgoerli_swap_Bytes + canonicalId_not: stagingoptimismgoerli_swap_Bytes + canonicalId_gt: stagingoptimismgoerli_swap_Bytes + canonicalId_lt: stagingoptimismgoerli_swap_Bytes + canonicalId_gte: stagingoptimismgoerli_swap_Bytes + canonicalId_lte: stagingoptimismgoerli_swap_Bytes + canonicalId_in: [stagingoptimismgoerli_swap_Bytes!] + canonicalId_not_in: [stagingoptimismgoerli_swap_Bytes!] + canonicalId_contains: stagingoptimismgoerli_swap_Bytes + canonicalId_not_contains: stagingoptimismgoerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -77086,26 +76437,26 @@ input zksync_swap_StableSwap_filter { 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 + swapPool: stagingoptimismgoerli_swap_Bytes + swapPool_not: stagingoptimismgoerli_swap_Bytes + swapPool_gt: stagingoptimismgoerli_swap_Bytes + swapPool_lt: stagingoptimismgoerli_swap_Bytes + swapPool_gte: stagingoptimismgoerli_swap_Bytes + swapPool_lte: stagingoptimismgoerli_swap_Bytes + swapPool_in: [stagingoptimismgoerli_swap_Bytes!] + swapPool_not_in: [stagingoptimismgoerli_swap_Bytes!] + swapPool_contains: stagingoptimismgoerli_swap_Bytes + swapPool_not_contains: stagingoptimismgoerli_swap_Bytes + lpToken: stagingoptimismgoerli_swap_Bytes + lpToken_not: stagingoptimismgoerli_swap_Bytes + lpToken_gt: stagingoptimismgoerli_swap_Bytes + lpToken_lt: stagingoptimismgoerli_swap_Bytes + lpToken_gte: stagingoptimismgoerli_swap_Bytes + lpToken_lte: stagingoptimismgoerli_swap_Bytes + lpToken_in: [stagingoptimismgoerli_swap_Bytes!] + lpToken_not_in: [stagingoptimismgoerli_swap_Bytes!] + lpToken_contains: stagingoptimismgoerli_swap_Bytes + lpToken_not_contains: stagingoptimismgoerli_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -77154,12 +76505,12 @@ input zksync_swap_StableSwap_filter { 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!] + pooledTokens: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_not: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_contains: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_not_contains: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -77202,18 +76553,18 @@ input zksync_swap_StableSwap_filter { 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 + events_: stagingoptimismgoerli_swap_StableSwapEvent_filter + exchanges_: stagingoptimismgoerli_swap_StableSwapExchange_filter + hourlyVolumes_: stagingoptimismgoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: stagingoptimismgoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwap_filter] - or: [zksync_swap_StableSwap_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwap_filter] + or: [stagingoptimismgoerli_swap_StableSwap_filter] } -enum zksync_swap_StableSwap_orderBy { +enum stagingoptimismgoerli_swap_StableSwap_orderBy { id isActive key @@ -77241,14 +76592,14 @@ enum zksync_swap_StableSwap_orderBy { weeklyVolumes } -type zksync_swap_SwapDailyVolume implements zksync_swap_SwapTradeVolume { +type stagingoptimismgoerli_swap_SwapDailyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: zksync_swap_StableSwap! + stableSwap: stagingoptimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input zksync_swap_SwapDailyVolume_filter { +input stagingoptimismgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -77277,7 +76628,7 @@ input zksync_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -77286,21 +76637,21 @@ input zksync_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapDailyVolume_filter] - or: [zksync_swap_SwapDailyVolume_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] } -enum zksync_swap_SwapDailyVolume_orderBy { +enum stagingoptimismgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -77323,14 +76674,14 @@ enum zksync_swap_SwapDailyVolume_orderBy { volume } -type zksync_swap_SwapHourlyVolume implements zksync_swap_SwapTradeVolume { +type stagingoptimismgoerli_swap_SwapHourlyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: zksync_swap_StableSwap! + stableSwap: stagingoptimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input zksync_swap_SwapHourlyVolume_filter { +input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -77359,7 +76710,7 @@ input zksync_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -77368,21 +76719,21 @@ input zksync_swap_SwapHourlyVolume_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!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapHourlyVolume_filter] - or: [zksync_swap_SwapHourlyVolume_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] } -enum zksync_swap_SwapHourlyVolume_orderBy { +enum stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -77405,13 +76756,13 @@ enum zksync_swap_SwapHourlyVolume_orderBy { volume } -interface zksync_swap_SwapTradeVolume { - stableSwap: zksync_swap_StableSwap! +interface stagingoptimismgoerli_swap_SwapTradeVolume { + stableSwap: stagingoptimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input zksync_swap_SwapTradeVolume_filter { +input stagingoptimismgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -77432,7 +76783,7 @@ input zksync_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -77441,21 +76792,21 @@ 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!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapTradeVolume_filter] - or: [zksync_swap_SwapTradeVolume_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] + or: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] } -enum zksync_swap_SwapTradeVolume_orderBy { +enum stagingoptimismgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -77477,14 +76828,14 @@ enum zksync_swap_SwapTradeVolume_orderBy { volume } -type zksync_swap_SwapWeeklyVolume implements zksync_swap_SwapTradeVolume { +type stagingoptimismgoerli_swap_SwapWeeklyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: zksync_swap_StableSwap! + stableSwap: stagingoptimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input zksync_swap_SwapWeeklyVolume_filter { +input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -77513,7 +76864,7 @@ input zksync_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -77522,21 +76873,21 @@ 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!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapWeeklyVolume_filter] - or: [zksync_swap_SwapWeeklyVolume_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] } -enum zksync_swap_SwapWeeklyVolume_orderBy { +enum stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -77559,13 +76910,13 @@ enum zksync_swap_SwapWeeklyVolume_orderBy { volume } -type zksync_swap_SystemInfo { +type stagingoptimismgoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input zksync_swap_SystemInfo_filter { +input stagingoptimismgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -77591,28 +76942,30 @@ input zksync_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SystemInfo_filter] - or: [zksync_swap_SystemInfo_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SystemInfo_filter] + or: [stagingoptimismgoerli_swap_SystemInfo_filter] } -enum zksync_swap_SystemInfo_orderBy { +enum stagingoptimismgoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type zksync_swap__Block_ { +type stagingoptimismgoerli_swap__Block_ { """The hash of the block""" - hash: zksync_swap_Bytes + hash: stagingoptimismgoerli_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: stagingoptimismgoerli_swap_Bytes } """The type for the top-level _meta field""" -type zksync_swap__Meta_ { +type stagingoptimismgoerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -77620,44 +76973,55 @@ type zksync_swap__Meta_ { and therefore asks for the latest block """ - block: zksync_swap__Block_! + block: stagingoptimismgoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar linea_swap_BigDecimal +enum mumbai_swap_Aggregation_interval { + hour + day +} -input linea_swap_BlockChangedFilter { +scalar mumbai_swap_BigDecimal + +input mumbai_swap_BlockChangedFilter { number_gte: Int! } -input linea_swap_Block_height { - hash: linea_swap_Bytes +input mumbai_swap_Block_height { + hash: mumbai_swap_Bytes number: Int number_gte: Int } -scalar linea_swap_Bytes +scalar mumbai_swap_Bytes -type linea_swap_LpAccount { +""" +8 bytes signed integer + +""" +scalar mumbai_swap_Int8 + +type mumbai_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!]! + address: mumbai_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpAccountBalance_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpAccountBalance_filter): [mumbai_swap_LpAccountBalance!]! } -type linea_swap_LpAccountBalance { +type mumbai_swap_LpAccountBalance { id: ID! - account: linea_swap_LpAccount! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! + account: mumbai_swap_LpAccount! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! block: BigInt modified: BigInt - transaction: linea_swap_Bytes + transaction: mumbai_swap_Bytes } -input linea_swap_LpAccountBalance_filter { +input mumbai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -77686,7 +77050,7 @@ input linea_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: linea_swap_LpAccount_filter + account_: mumbai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -77707,15 +77071,15 @@ input linea_swap_LpAccountBalance_filter { 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!] + token_: mumbai_swap_LpToken_filter + amount: mumbai_swap_BigDecimal + amount_not: mumbai_swap_BigDecimal + amount_gt: mumbai_swap_BigDecimal + amount_lt: mumbai_swap_BigDecimal + amount_gte: mumbai_swap_BigDecimal + amount_lte: mumbai_swap_BigDecimal + amount_in: [mumbai_swap_BigDecimal!] + amount_not_in: [mumbai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -77732,27 +77096,41 @@ input linea_swap_LpAccountBalance_filter { 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 + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpAccountBalance_filter] + or: [mumbai_swap_LpAccountBalance_filter] } -enum linea_swap_LpAccountBalance_orderBy { +enum mumbai_swap_LpAccountBalance_orderBy { id account + account__id + account__address token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply amount block modified transaction } -input linea_swap_LpAccount_filter { +input mumbai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -77761,45 +77139,51 @@ 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 + address: mumbai_swap_Bytes + address_not: mumbai_swap_Bytes + address_gt: mumbai_swap_Bytes + address_lt: mumbai_swap_Bytes + address_gte: mumbai_swap_Bytes + address_lte: mumbai_swap_Bytes + address_in: [mumbai_swap_Bytes!] + address_not_in: [mumbai_swap_Bytes!] + address_contains: mumbai_swap_Bytes + address_not_contains: mumbai_swap_Bytes + balances_: mumbai_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpAccount_filter] + or: [mumbai_swap_LpAccount_filter] } -enum linea_swap_LpAccount_orderBy { +enum mumbai_swap_LpAccount_orderBy { id address balances } -type linea_swap_LpToken { +type mumbai_swap_LpToken { id: ID! - address: linea_swap_Bytes! - stableSwap: linea_swap_StableSwap! + address: mumbai_swap_Bytes! + stableSwap: mumbai_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!]! + totalSupply: mumbai_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpTokenEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpTokenEvent_filter): [mumbai_swap_LpTokenEvent!]! } -interface linea_swap_LpTokenEvent { +interface mumbai_swap_LpTokenEvent { id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: linea_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input linea_swap_LpTokenEvent_filter { +input mumbai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -77828,15 +77212,15 @@ input linea_swap_LpTokenEvent_filter { 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!] + token_: mumbai_swap_LpToken_filter + amount: mumbai_swap_BigDecimal + amount_not: mumbai_swap_BigDecimal + amount_gt: mumbai_swap_BigDecimal + amount_lt: mumbai_swap_BigDecimal + amount_gte: mumbai_swap_BigDecimal + amount_lte: mumbai_swap_BigDecimal + amount_in: [mumbai_swap_BigDecimal!] + amount_not_in: [mumbai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -77853,12 +77237,16 @@ input linea_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -77868,12 +77256,20 @@ input linea_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpTokenEvent_filter] + or: [mumbai_swap_LpTokenEvent_filter] } -enum linea_swap_LpTokenEvent_orderBy { +enum mumbai_swap_LpTokenEvent_orderBy { id token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply amount block timestamp @@ -77881,7 +77277,7 @@ enum linea_swap_LpTokenEvent_orderBy { nonce } -input linea_swap_LpToken_filter { +input mumbai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -77890,12 +77286,16 @@ 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 + address: mumbai_swap_Bytes + address_not: mumbai_swap_Bytes + address_gt: mumbai_swap_Bytes + address_lt: mumbai_swap_Bytes + address_gte: mumbai_swap_Bytes + address_lte: mumbai_swap_Bytes + address_in: [mumbai_swap_Bytes!] + address_not_in: [mumbai_swap_Bytes!] + address_contains: mumbai_swap_Bytes + address_not_contains: mumbai_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -77916,7 +77316,7 @@ input linea_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter + stableSwap_: mumbai_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -77965,22 +77365,41 @@ input linea_swap_LpToken_filter { 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!] + totalSupply: mumbai_swap_BigDecimal + totalSupply_not: mumbai_swap_BigDecimal + totalSupply_gt: mumbai_swap_BigDecimal + totalSupply_lt: mumbai_swap_BigDecimal + totalSupply_gte: mumbai_swap_BigDecimal + totalSupply_lte: mumbai_swap_BigDecimal + totalSupply_in: [mumbai_swap_BigDecimal!] + totalSupply_not_in: [mumbai_swap_BigDecimal!] + events_: mumbai_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpToken_filter] + or: [mumbai_swap_LpToken_filter] } -enum linea_swap_LpToken_orderBy { +enum mumbai_swap_LpToken_orderBy { id address stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply decimals name symbol @@ -77988,21 +77407,21 @@ enum linea_swap_LpToken_orderBy { events } -type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { +type mumbai_swap_LpTransferEvent implements mumbai_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! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! + from: mumbai_swap_Bytes! + to: mumbai_swap_Bytes! + fromBalance: mumbai_swap_BigDecimal! + toBalance: mumbai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: linea_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input linea_swap_LpTransferEvent_filter { +input mumbai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -78031,43 +77450,51 @@ input linea_swap_LpTransferEvent_filter { 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!] + token_: mumbai_swap_LpToken_filter + amount: mumbai_swap_BigDecimal + amount_not: mumbai_swap_BigDecimal + amount_gt: mumbai_swap_BigDecimal + amount_lt: mumbai_swap_BigDecimal + amount_gte: mumbai_swap_BigDecimal + amount_lte: mumbai_swap_BigDecimal + amount_in: [mumbai_swap_BigDecimal!] + amount_not_in: [mumbai_swap_BigDecimal!] + from: mumbai_swap_Bytes + from_not: mumbai_swap_Bytes + from_gt: mumbai_swap_Bytes + from_lt: mumbai_swap_Bytes + from_gte: mumbai_swap_Bytes + from_lte: mumbai_swap_Bytes + from_in: [mumbai_swap_Bytes!] + from_not_in: [mumbai_swap_Bytes!] + from_contains: mumbai_swap_Bytes + from_not_contains: mumbai_swap_Bytes + to: mumbai_swap_Bytes + to_not: mumbai_swap_Bytes + to_gt: mumbai_swap_Bytes + to_lt: mumbai_swap_Bytes + to_gte: mumbai_swap_Bytes + to_lte: mumbai_swap_Bytes + to_in: [mumbai_swap_Bytes!] + to_not_in: [mumbai_swap_Bytes!] + to_contains: mumbai_swap_Bytes + to_not_contains: mumbai_swap_Bytes + fromBalance: mumbai_swap_BigDecimal + fromBalance_not: mumbai_swap_BigDecimal + fromBalance_gt: mumbai_swap_BigDecimal + fromBalance_lt: mumbai_swap_BigDecimal + fromBalance_gte: mumbai_swap_BigDecimal + fromBalance_lte: mumbai_swap_BigDecimal + fromBalance_in: [mumbai_swap_BigDecimal!] + fromBalance_not_in: [mumbai_swap_BigDecimal!] + toBalance: mumbai_swap_BigDecimal + toBalance_not: mumbai_swap_BigDecimal + toBalance_gt: mumbai_swap_BigDecimal + toBalance_lt: mumbai_swap_BigDecimal + toBalance_gte: mumbai_swap_BigDecimal + toBalance_lte: mumbai_swap_BigDecimal + toBalance_in: [mumbai_swap_BigDecimal!] + toBalance_not_in: [mumbai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -78084,12 +77511,16 @@ input linea_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -78099,12 +77530,20 @@ input linea_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpTransferEvent_filter] + or: [mumbai_swap_LpTransferEvent_filter] } -enum linea_swap_LpTransferEvent_orderBy { +enum mumbai_swap_LpTransferEvent_orderBy { id token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply amount from to @@ -78117,17 +77556,17 @@ enum linea_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum linea_swap_OrderDirection { +enum mumbai_swap_OrderDirection { asc desc } -type linea_swap_PooledToken { +type mumbai_swap_PooledToken { id: ID! - asset: linea_swap_Bytes! + asset: mumbai_swap_Bytes! } -input linea_swap_PooledToken_filter { +input mumbai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -78136,53 +77575,59 @@ 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 + asset: mumbai_swap_Bytes + asset_not: mumbai_swap_Bytes + asset_gt: mumbai_swap_Bytes + asset_lt: mumbai_swap_Bytes + asset_gte: mumbai_swap_Bytes + asset_lte: mumbai_swap_Bytes + asset_in: [mumbai_swap_Bytes!] + asset_not_in: [mumbai_swap_Bytes!] + asset_contains: mumbai_swap_Bytes + asset_not_contains: mumbai_swap_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_PooledToken_filter] + or: [mumbai_swap_PooledToken_filter] } -enum linea_swap_PooledToken_orderBy { +enum mumbai_swap_PooledToken_orderBy { id asset } -type linea_swap_StableSwap { +type mumbai_swap_StableSwap { id: ID! isActive: Boolean - key: linea_swap_Bytes! - canonicalId: linea_swap_Bytes + key: mumbai_swap_Bytes! + canonicalId: mumbai_swap_Bytes domain: BigInt - swapPool: linea_swap_Bytes - lpToken: linea_swap_Bytes + swapPool: mumbai_swap_Bytes + lpToken: mumbai_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [linea_swap_Bytes!]! + pooledTokens: [mumbai_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: 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!] + events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapEvent_filter): [mumbai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapExchange_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapExchange_filter): [mumbai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapHourlyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapHourlyVolume_filter): [mumbai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapDailyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapDailyVolume_filter): [mumbai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapWeeklyVolume_filter): [mumbai_swap_SwapWeeklyVolume!] } -type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { +type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEvent { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + provider: mumbai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -78191,11 +77636,11 @@ type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEven balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: linea_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input linea_swap_StableSwapAddLiquidityEvent_filter { +input mumbai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -78224,13 +77669,17 @@ input linea_swap_StableSwapAddLiquidityEvent_filter { 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 + stableSwap_: mumbai_swap_StableSwap_filter + provider: mumbai_swap_Bytes + provider_not: mumbai_swap_Bytes + provider_gt: mumbai_swap_Bytes + provider_lt: mumbai_swap_Bytes + provider_gte: mumbai_swap_Bytes + provider_lte: mumbai_swap_Bytes + provider_in: [mumbai_swap_Bytes!] + provider_not_in: [mumbai_swap_Bytes!] + provider_contains: mumbai_swap_Bytes + provider_not_contains: mumbai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -78289,12 +77738,16 @@ 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 + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -78304,12 +77757,30 @@ input linea_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapAddLiquidityEvent_filter] + or: [mumbai_swap_StableSwapAddLiquidityEvent_filter] } -enum linea_swap_StableSwapAddLiquidityEvent_orderBy { +enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply provider tokenAmounts fees @@ -78323,16 +77794,16 @@ enum linea_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface linea_swap_StableSwapEvent { +interface mumbai_swap_StableSwapEvent { id: ID! - stableSwap: linea_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: linea_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input linea_swap_StableSwapEvent_filter { +input mumbai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -78361,7 +77832,7 @@ input linea_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter + stableSwap_: mumbai_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -78378,12 +77849,16 @@ 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 + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -78393,22 +77868,40 @@ input linea_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapEvent_filter] + or: [mumbai_swap_StableSwapEvent_filter] } -enum linea_swap_StableSwapEvent_orderBy { +enum mumbai_swap_StableSwapEvent_orderBy { id stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply block timestamp transaction nonce } -type linea_swap_StableSwapExchange { +type mumbai_swap_StableSwapExchange { id: ID! - stableSwap: linea_swap_StableSwap! - buyer: linea_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + buyer: mumbai_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -78417,11 +77910,11 @@ type linea_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: linea_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input linea_swap_StableSwapExchange_filter { +input mumbai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -78450,13 +77943,17 @@ input linea_swap_StableSwapExchange_filter { 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 + stableSwap_: mumbai_swap_StableSwap_filter + buyer: mumbai_swap_Bytes + buyer_not: mumbai_swap_Bytes + buyer_gt: mumbai_swap_Bytes + buyer_lt: mumbai_swap_Bytes + buyer_gte: mumbai_swap_Bytes + buyer_lte: mumbai_swap_Bytes + buyer_in: [mumbai_swap_Bytes!] + buyer_not_in: [mumbai_swap_Bytes!] + buyer_contains: mumbai_swap_Bytes + buyer_not_contains: mumbai_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -78519,12 +78016,16 @@ input linea_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -78534,12 +78035,30 @@ input linea_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapExchange_filter] + or: [mumbai_swap_StableSwapExchange_filter] } -enum linea_swap_StableSwapExchange_orderBy { +enum mumbai_swap_StableSwapExchange_orderBy { id stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply buyer boughtId tokensBought @@ -78553,10 +78072,10 @@ enum linea_swap_StableSwapExchange_orderBy { nonce } -type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { +type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwapEvent { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + provider: mumbai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -78565,11 +78084,11 @@ type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapE balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: linea_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input linea_swap_StableSwapRemoveLiquidityEvent_filter { +input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -78598,13 +78117,17 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { 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 + stableSwap_: mumbai_swap_StableSwap_filter + provider: mumbai_swap_Bytes + provider_not: mumbai_swap_Bytes + provider_gt: mumbai_swap_Bytes + provider_lt: mumbai_swap_Bytes + provider_gte: mumbai_swap_Bytes + provider_lte: mumbai_swap_Bytes + provider_in: [mumbai_swap_Bytes!] + provider_not_in: [mumbai_swap_Bytes!] + provider_contains: mumbai_swap_Bytes + provider_not_contains: mumbai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -78663,12 +78186,16 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -78678,12 +78205,30 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply provider tokenAmounts fees @@ -78697,7 +78242,7 @@ enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input linea_swap_StableSwap_filter { +input mumbai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -78710,18 +78255,26 @@ input linea_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: linea_swap_Bytes - key_not: linea_swap_Bytes - key_in: [linea_swap_Bytes!] - key_not_in: [linea_swap_Bytes!] - key_contains: linea_swap_Bytes - key_not_contains: linea_swap_Bytes - canonicalId: linea_swap_Bytes - canonicalId_not: linea_swap_Bytes - canonicalId_in: [linea_swap_Bytes!] - canonicalId_not_in: [linea_swap_Bytes!] - canonicalId_contains: linea_swap_Bytes - canonicalId_not_contains: linea_swap_Bytes + key: mumbai_swap_Bytes + key_not: mumbai_swap_Bytes + key_gt: mumbai_swap_Bytes + key_lt: mumbai_swap_Bytes + key_gte: mumbai_swap_Bytes + key_lte: mumbai_swap_Bytes + key_in: [mumbai_swap_Bytes!] + key_not_in: [mumbai_swap_Bytes!] + key_contains: mumbai_swap_Bytes + key_not_contains: mumbai_swap_Bytes + canonicalId: mumbai_swap_Bytes + canonicalId_not: mumbai_swap_Bytes + canonicalId_gt: mumbai_swap_Bytes + canonicalId_lt: mumbai_swap_Bytes + canonicalId_gte: mumbai_swap_Bytes + canonicalId_lte: mumbai_swap_Bytes + canonicalId_in: [mumbai_swap_Bytes!] + canonicalId_not_in: [mumbai_swap_Bytes!] + canonicalId_contains: mumbai_swap_Bytes + canonicalId_not_contains: mumbai_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -78730,18 +78283,26 @@ input linea_swap_StableSwap_filter { 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 + swapPool: mumbai_swap_Bytes + swapPool_not: mumbai_swap_Bytes + swapPool_gt: mumbai_swap_Bytes + swapPool_lt: mumbai_swap_Bytes + swapPool_gte: mumbai_swap_Bytes + swapPool_lte: mumbai_swap_Bytes + swapPool_in: [mumbai_swap_Bytes!] + swapPool_not_in: [mumbai_swap_Bytes!] + swapPool_contains: mumbai_swap_Bytes + swapPool_not_contains: mumbai_swap_Bytes + lpToken: mumbai_swap_Bytes + lpToken_not: mumbai_swap_Bytes + lpToken_gt: mumbai_swap_Bytes + lpToken_lt: mumbai_swap_Bytes + lpToken_gte: mumbai_swap_Bytes + lpToken_lte: mumbai_swap_Bytes + lpToken_in: [mumbai_swap_Bytes!] + lpToken_not_in: [mumbai_swap_Bytes!] + lpToken_contains: mumbai_swap_Bytes + lpToken_not_contains: mumbai_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -78790,12 +78351,12 @@ input linea_swap_StableSwap_filter { 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!] + pooledTokens: [mumbai_swap_Bytes!] + pooledTokens_not: [mumbai_swap_Bytes!] + pooledTokens_contains: [mumbai_swap_Bytes!] + pooledTokens_contains_nocase: [mumbai_swap_Bytes!] + pooledTokens_not_contains: [mumbai_swap_Bytes!] + pooledTokens_not_contains_nocase: [mumbai_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -78838,15 +78399,18 @@ input linea_swap_StableSwap_filter { 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 + events_: mumbai_swap_StableSwapEvent_filter + exchanges_: mumbai_swap_StableSwapExchange_filter + hourlyVolumes_: mumbai_swap_SwapHourlyVolume_filter + dailyVolumes_: mumbai_swap_SwapDailyVolume_filter + weeklyVolumes_: mumbai_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwap_filter] + or: [mumbai_swap_StableSwap_filter] } -enum linea_swap_StableSwap_orderBy { +enum mumbai_swap_StableSwap_orderBy { id isActive key @@ -78874,14 +78438,14 @@ enum linea_swap_StableSwap_orderBy { weeklyVolumes } -type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { +type mumbai_swap_SwapDailyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: linea_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: linea_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input linea_swap_SwapDailyVolume_filter { +input mumbai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -78910,7 +78474,7 @@ input linea_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter + stableSwap_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78919,33 +78483,51 @@ 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!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapDailyVolume_filter] + or: [mumbai_swap_SwapDailyVolume_filter] } -enum linea_swap_SwapDailyVolume_orderBy { +enum mumbai_swap_SwapDailyVolume_orderBy { id stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp volume } -type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { +type mumbai_swap_SwapHourlyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: linea_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: linea_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input linea_swap_SwapHourlyVolume_filter { +input mumbai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -78974,7 +78556,7 @@ input linea_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter + stableSwap_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78983,32 +78565,50 @@ input linea_swap_SwapHourlyVolume_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!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapHourlyVolume_filter] + or: [mumbai_swap_SwapHourlyVolume_filter] } -enum linea_swap_SwapHourlyVolume_orderBy { +enum mumbai_swap_SwapHourlyVolume_orderBy { id stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp volume } -interface linea_swap_SwapTradeVolume { - stableSwap: linea_swap_StableSwap! +interface mumbai_swap_SwapTradeVolume { + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: linea_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input linea_swap_SwapTradeVolume_filter { +input mumbai_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -79029,7 +78629,7 @@ input linea_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter + stableSwap_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -79038,32 +78638,50 @@ input linea_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapTradeVolume_filter] + or: [mumbai_swap_SwapTradeVolume_filter] } -enum linea_swap_SwapTradeVolume_orderBy { +enum mumbai_swap_SwapTradeVolume_orderBy { stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp volume } -type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { +type mumbai_swap_SwapWeeklyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: linea_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - volume: linea_swap_BigDecimal! + volume: mumbai_swap_BigDecimal! } -input linea_swap_SwapWeeklyVolume_filter { +input mumbai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -79092,7 +78710,7 @@ input linea_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter + stableSwap_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -79101,32 +78719,50 @@ input linea_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapWeeklyVolume_filter] + or: [mumbai_swap_SwapWeeklyVolume_filter] } -enum linea_swap_SwapWeeklyVolume_orderBy { +enum mumbai_swap_SwapWeeklyVolume_orderBy { id stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp volume } -type linea_swap_SystemInfo { +type mumbai_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input linea_swap_SystemInfo_filter { +input mumbai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -79152,26 +78788,30 @@ input linea_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SystemInfo_filter] + or: [mumbai_swap_SystemInfo_filter] } -enum linea_swap_SystemInfo_orderBy { +enum mumbai_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type linea_swap__Block_ { +type mumbai_swap__Block_ { """The hash of the block""" - hash: linea_swap_Bytes + hash: mumbai_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: mumbai_swap_Bytes } """The type for the top-level _meta field""" -type linea_swap__Meta_ { +type mumbai_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -79179,55 +78819,30 @@ type linea_swap__Meta_ { and therefore asks for the latest block """ - block: linea_swap__Block_! + block: mumbai_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum bnb_swap_Aggregation_interval { - hour - day -} - -scalar bnb_swap_BigDecimal - -input bnb_swap_BlockChangedFilter { - number_gte: Int! +type linea_AggregateRoot { + id: ID! + root: linea_Bytes! + blockNumber: BigInt! } -input bnb_swap_Block_height { - hash: bnb_swap_Bytes - number: Int - number_gte: Int +type linea_AggregateRootProposed { + id: ID! + aggregateRoot: linea_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -scalar bnb_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar bnb_swap_Int8 - -type bnb_swap_LpAccount { - id: ID! - address: bnb_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpAccountBalance_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpAccountBalance_filter): [bnb_swap_LpAccountBalance!]! -} - -type bnb_swap_LpAccountBalance { - id: ID! - account: bnb_swap_LpAccount! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: bnb_swap_Bytes -} - -input bnb_swap_LpAccountBalance_filter { +input linea_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -79236,107 +78851,67 @@ input bnb_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_: bnb_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + 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 + 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_swap_BlockChangedFilter - and: [bnb_swap_LpAccountBalance_filter] - or: [bnb_swap_LpAccountBalance_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_LpAccountBalance_orderBy { +enum linea_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 bnb_swap_LpAccount_filter { +input linea_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -79345,51 +78920,55 @@ input bnb_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: bnb_swap_Bytes - address_not: bnb_swap_Bytes - address_gt: bnb_swap_Bytes - address_lt: bnb_swap_Bytes - address_gte: bnb_swap_Bytes - address_lte: bnb_swap_Bytes - address_in: [bnb_swap_Bytes!] - address_not_in: [bnb_swap_Bytes!] - address_contains: bnb_swap_Bytes - address_not_contains: bnb_swap_Bytes - balances_: bnb_swap_LpAccountBalance_filter + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpAccount_filter] - or: [bnb_swap_LpAccount_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_LpAccount_orderBy { +enum linea_AggregateRoot_orderBy { id - address - balances + root + blockNumber } -type bnb_swap_LpToken { +type linea_Asset { id: ID! - address: bnb_swap_Bytes! - stableSwap: bnb_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: bnb_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpTokenEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpTokenEvent_filter): [bnb_swap_LpTokenEvent!]! + key: linea_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: linea_Bytes + canonicalDomain: BigInt + adoptedAsset: linea_Bytes + localAsset: linea_Bytes + blockNumber: BigInt + status: linea_AssetStatus } -interface bnb_swap_LpTokenEvent { +type linea_AssetBalance { id: ID! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: linea_Router! + asset: linea_Asset! + feesEarned: BigInt! } -input bnb_swap_LpTokenEvent_filter { +input linea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -79398,92 +78977,109 @@ input bnb_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_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: linea_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: linea_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpTokenEvent_filter] - or: [bnb_swap_LpTokenEvent_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_LpTokenEvent_orderBy { +enum linea_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 + asset + feesEarned } -input bnb_swap_LpToken_filter { +type linea_AssetStatus { + id: ID! + status: Boolean +} + +input linea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -79492,142 +79088,20 @@ input bnb_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: bnb_swap_Bytes - address_not: bnb_swap_Bytes - address_gt: bnb_swap_Bytes - address_lt: bnb_swap_Bytes - address_gte: bnb_swap_Bytes - address_lte: bnb_swap_Bytes - address_in: [bnb_swap_Bytes!] - address_not_in: [bnb_swap_Bytes!] - address_contains: bnb_swap_Bytes - address_not_contains: bnb_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: bnb_swap_BigDecimal - totalSupply_not: bnb_swap_BigDecimal - totalSupply_gt: bnb_swap_BigDecimal - totalSupply_lt: bnb_swap_BigDecimal - totalSupply_gte: bnb_swap_BigDecimal - totalSupply_lte: bnb_swap_BigDecimal - totalSupply_in: [bnb_swap_BigDecimal!] - totalSupply_not_in: [bnb_swap_BigDecimal!] - events_: bnb_swap_LpTokenEvent_filter + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpToken_filter] - or: [bnb_swap_LpToken_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_LpToken_orderBy { +enum linea_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 bnb_swap_LpTransferEvent implements bnb_swap_LpTokenEvent { - id: ID! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! - from: bnb_swap_Bytes! - to: bnb_swap_Bytes! - fromBalance: bnb_swap_BigDecimal! - toBalance: bnb_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + status } -input bnb_swap_LpTransferEvent_filter { +input linea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -79636,143 +79110,124 @@ input bnb_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_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] - from: bnb_swap_Bytes - from_not: bnb_swap_Bytes - from_gt: bnb_swap_Bytes - from_lt: bnb_swap_Bytes - from_gte: bnb_swap_Bytes - from_lte: bnb_swap_Bytes - from_in: [bnb_swap_Bytes!] - from_not_in: [bnb_swap_Bytes!] - from_contains: bnb_swap_Bytes - from_not_contains: bnb_swap_Bytes - to: bnb_swap_Bytes - to_not: bnb_swap_Bytes - to_gt: bnb_swap_Bytes - to_lt: bnb_swap_Bytes - to_gte: bnb_swap_Bytes - to_lte: bnb_swap_Bytes - to_in: [bnb_swap_Bytes!] - to_not_in: [bnb_swap_Bytes!] - to_contains: bnb_swap_Bytes - to_not_contains: bnb_swap_Bytes - fromBalance: bnb_swap_BigDecimal - fromBalance_not: bnb_swap_BigDecimal - fromBalance_gt: bnb_swap_BigDecimal - fromBalance_lt: bnb_swap_BigDecimal - fromBalance_gte: bnb_swap_BigDecimal - fromBalance_lte: bnb_swap_BigDecimal - fromBalance_in: [bnb_swap_BigDecimal!] - fromBalance_not_in: [bnb_swap_BigDecimal!] - toBalance: bnb_swap_BigDecimal - toBalance_not: bnb_swap_BigDecimal - toBalance_gt: bnb_swap_BigDecimal - toBalance_lt: bnb_swap_BigDecimal - toBalance_gte: bnb_swap_BigDecimal - toBalance_lte: bnb_swap_BigDecimal - toBalance_in: [bnb_swap_BigDecimal!] - toBalance_not_in: [bnb_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + key: linea_Bytes + key_not: linea_Bytes + key_in: [linea_Bytes!] + key_not_in: [linea_Bytes!] + key_contains: linea_Bytes + key_not_contains: linea_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: linea_Bytes + adoptedAsset_not: linea_Bytes + adoptedAsset_in: [linea_Bytes!] + adoptedAsset_not_in: [linea_Bytes!] + adoptedAsset_contains: linea_Bytes + adoptedAsset_not_contains: linea_Bytes + localAsset: linea_Bytes + localAsset_not: linea_Bytes + localAsset_in: [linea_Bytes!] + localAsset_not_in: [linea_Bytes!] + localAsset_contains: linea_Bytes + localAsset_not_contains: linea_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: linea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpTransferEvent_filter] - or: [bnb_swap_LpTransferEvent_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_LpTransferEvent_orderBy { +enum linea_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 } -"""Defines the order direction, either ascending or descending""" -enum bnb_swap_OrderDirection { - asc - desc +scalar linea_BigDecimal + +input linea_BlockChangedFilter { + number_gte: Int! } -type bnb_swap_PooledToken { +input linea_Block_height { + hash: linea_Bytes + number: Int + number_gte: Int +} + +scalar linea_Bytes + +type linea_ConnectorMeta { id: ID! - asset: bnb_swap_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: linea_Bytes + rootManager: linea_Bytes + mirrorConnector: linea_Bytes } -input bnb_swap_PooledToken_filter { +input linea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -79781,72 +79236,95 @@ input bnb_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: bnb_swap_Bytes - asset_not: bnb_swap_Bytes - asset_gt: bnb_swap_Bytes - asset_lt: bnb_swap_Bytes - asset_gte: bnb_swap_Bytes - asset_lte: bnb_swap_Bytes - asset_in: [bnb_swap_Bytes!] - asset_not_in: [bnb_swap_Bytes!] - asset_contains: bnb_swap_Bytes - asset_not_contains: bnb_swap_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: linea_Bytes + amb_not: linea_Bytes + amb_in: [linea_Bytes!] + amb_not_in: [linea_Bytes!] + amb_contains: linea_Bytes + amb_not_contains: linea_Bytes + rootManager: linea_Bytes + rootManager_not: linea_Bytes + rootManager_in: [linea_Bytes!] + rootManager_not_in: [linea_Bytes!] + rootManager_contains: linea_Bytes + rootManager_not_contains: linea_Bytes + mirrorConnector: linea_Bytes + mirrorConnector_not: linea_Bytes + mirrorConnector_in: [linea_Bytes!] + mirrorConnector_not_in: [linea_Bytes!] + mirrorConnector_contains: linea_Bytes + mirrorConnector_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_PooledToken_filter] - or: [bnb_swap_PooledToken_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_PooledToken_orderBy { +enum linea_ConnectorMeta_orderBy { id - asset -} - -type bnb_swap_StableSwap { - id: ID! - isActive: Boolean - key: bnb_swap_Bytes! - canonicalId: bnb_swap_Bytes - domain: BigInt - swapPool: bnb_swap_Bytes - lpToken: bnb_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [bnb_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapEvent_filter): [bnb_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapExchange_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapExchange_filter): [bnb_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapHourlyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapHourlyVolume_filter): [bnb_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapDailyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapDailyVolume_filter): [bnb_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapWeeklyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapWeeklyVolume_filter): [bnb_swap_SwapWeeklyVolume!] + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { +type linea_DestinationTransfer { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: linea_Bytes + nonce: BigInt + status: linea_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: linea_Router_orderBy, orderDirection: linea_OrderDirection, where: linea_Router_filter): [linea_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: linea_Bytes + delegate: linea_Bytes + receiveLocal: Boolean + callData: linea_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: linea_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: linea_Bytes + asset: linea_Asset + amount: BigInt + routersFee: BigInt + executedCaller: linea_Bytes + executedTransactionHash: linea_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: linea_Bytes + executedTxNonce: BigInt + reconciledCaller: linea_Bytes + reconciledTransactionHash: linea_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: linea_Bytes + reconciledTxNonce: BigInt } -input bnb_swap_StableSwapAddLiquidityEvent_filter { +input linea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -79855,161 +79333,335 @@ input bnb_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_: bnb_swap_StableSwap_filter - provider: bnb_swap_Bytes - provider_not: bnb_swap_Bytes - provider_gt: bnb_swap_Bytes - provider_lt: bnb_swap_Bytes - provider_gte: bnb_swap_Bytes - provider_lte: bnb_swap_Bytes - provider_in: [bnb_swap_Bytes!] - provider_not_in: [bnb_swap_Bytes!] - provider_contains: bnb_swap_Bytes - provider_not_contains: bnb_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes - nonce: BigInt - nonce_not: BigInt + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes + nonce: BigInt + nonce_not: BigInt nonce_gt: BigInt nonce_lt: BigInt nonce_gte: BigInt nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: linea_TransferStatus + status_not: linea_TransferStatus + status_in: [linea_TransferStatus!] + status_not_in: [linea_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: linea_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: linea_Bytes + to_not: linea_Bytes + to_in: [linea_Bytes!] + to_not_in: [linea_Bytes!] + to_contains: linea_Bytes + to_not_contains: linea_Bytes + delegate: linea_Bytes + delegate_not: linea_Bytes + delegate_in: [linea_Bytes!] + delegate_not_in: [linea_Bytes!] + delegate_contains: linea_Bytes + delegate_not_contains: linea_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: linea_Bytes + callData_not: linea_Bytes + callData_in: [linea_Bytes!] + callData_not_in: [linea_Bytes!] + callData_contains: linea_Bytes + callData_not_contains: linea_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: linea_Bytes + originSender_not: linea_Bytes + originSender_in: [linea_Bytes!] + originSender_not_in: [linea_Bytes!] + originSender_contains: linea_Bytes + originSender_not_contains: linea_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: linea_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: linea_Bytes + executedCaller_not: linea_Bytes + executedCaller_in: [linea_Bytes!] + executedCaller_not_in: [linea_Bytes!] + executedCaller_contains: linea_Bytes + executedCaller_not_contains: linea_Bytes + executedTransactionHash: linea_Bytes + executedTransactionHash_not: linea_Bytes + executedTransactionHash_in: [linea_Bytes!] + executedTransactionHash_not_in: [linea_Bytes!] + executedTransactionHash_contains: linea_Bytes + executedTransactionHash_not_contains: linea_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: linea_Bytes + executedTxOrigin_not: linea_Bytes + executedTxOrigin_in: [linea_Bytes!] + executedTxOrigin_not_in: [linea_Bytes!] + executedTxOrigin_contains: linea_Bytes + executedTxOrigin_not_contains: linea_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: linea_Bytes + reconciledCaller_not: linea_Bytes + reconciledCaller_in: [linea_Bytes!] + reconciledCaller_not_in: [linea_Bytes!] + reconciledCaller_contains: linea_Bytes + reconciledCaller_not_contains: linea_Bytes + reconciledTransactionHash: linea_Bytes + reconciledTransactionHash_not: linea_Bytes + reconciledTransactionHash_in: [linea_Bytes!] + reconciledTransactionHash_not_in: [linea_Bytes!] + reconciledTransactionHash_contains: linea_Bytes + reconciledTransactionHash_not_contains: linea_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: linea_Bytes + reconciledTxOrigin_not: linea_Bytes + reconciledTxOrigin_in: [linea_Bytes!] + reconciledTxOrigin_not_in: [linea_Bytes!] + reconciledTxOrigin_contains: linea_Bytes + reconciledTxOrigin_not_contains: linea_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapAddLiquidityEvent_filter] - or: [bnb_swap_StableSwapAddLiquidityEvent_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { +enum linea_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 + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -interface bnb_swap_StableSwapEvent { +type linea_OptimisticRootFinalized { id: ID! - stableSwap: bnb_swap_StableSwap! - block: BigInt! + aggregateRoot: linea_Bytes! timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input bnb_swap_StableSwapEvent_filter { +input linea_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -80018,35 +79670,12 @@ input bnb_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_: bnb_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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 @@ -80055,72 +79684,45 @@ input bnb_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes - 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapEvent_filter] - or: [bnb_swap_StableSwapEvent_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_StableSwapEvent_orderBy { +enum linea_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 bnb_swap_StableSwapExchange { +"""Defines the order direction, either ascending or descending""" +enum linea_OrderDirection { + asc + desc +} + +type linea_OriginMessage { id: ID! - stableSwap: bnb_swap_StableSwap! - buyer: bnb_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + transferId: linea_Bytes + destinationDomain: BigInt + leaf: linea_Bytes + index: BigInt + message: linea_Bytes + root: linea_Bytes + transactionHash: linea_Bytes + blockNumber: BigInt + rootCount: linea_RootCount } -input bnb_swap_StableSwapExchange_filter { +input linea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -80129,172 +79731,134 @@ input bnb_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_: bnb_swap_StableSwap_filter - buyer: bnb_swap_Bytes - buyer_not: bnb_swap_Bytes - buyer_gt: bnb_swap_Bytes - buyer_lt: bnb_swap_Bytes - buyer_gte: bnb_swap_Bytes - buyer_lte: bnb_swap_Bytes - buyer_in: [bnb_swap_Bytes!] - buyer_not_in: [bnb_swap_Bytes!] - buyer_contains: bnb_swap_Bytes - buyer_not_contains: bnb_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: linea_Bytes + leaf_not: linea_Bytes + leaf_in: [linea_Bytes!] + leaf_not_in: [linea_Bytes!] + leaf_contains: linea_Bytes + leaf_not_contains: linea_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: linea_Bytes + message_not: linea_Bytes + message_in: [linea_Bytes!] + message_not_in: [linea_Bytes!] + message_contains: linea_Bytes + message_not_contains: linea_Bytes + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: linea_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapExchange_filter] - or: [bnb_swap_StableSwapExchange_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_StableSwapExchange_orderBy { +enum linea_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 } -type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { +type linea_OriginTransfer { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: linea_Bytes + nonce: BigInt + status: linea_TransferStatus + messageHash: linea_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: linea_Bytes + delegate: linea_Bytes + receiveLocal: Boolean + callData: linea_Bytes + slippage: BigInt + originSender: linea_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: linea_Bytes + asset: linea_Asset + transactingAsset: linea_Bytes + message: linea_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: linea_RelayerFee_orderBy, orderDirection: linea_OrderDirection, where: linea_RelayerFee_filter): [linea_RelayerFee!] + initialRelayerFeeAsset: linea_Bytes + caller: linea_Bytes + transactionHash: linea_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: linea_Bytes + txNonce: BigInt } -input bnb_swap_StableSwapRemoveLiquidityEvent_filter { +input linea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -80303,105 +79867,20 @@ input bnb_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_: bnb_swap_StableSwap_filter - provider: bnb_swap_Bytes - provider_not: bnb_swap_Bytes - provider_gt: bnb_swap_Bytes - provider_lt: bnb_swap_Bytes - provider_gte: bnb_swap_Bytes - provider_lte: bnb_swap_Bytes - provider_in: [bnb_swap_Bytes!] - provider_not_in: [bnb_swap_Bytes!] - provider_contains: bnb_swap_Bytes - provider_not_contains: bnb_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -80410,248 +79889,278 @@ input bnb_swap_StableSwapRemoveLiquidityEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: linea_TransferStatus + status_not: linea_TransferStatus + status_in: [linea_TransferStatus!] + status_not_in: [linea_TransferStatus!] + messageHash: linea_Bytes + messageHash_not: linea_Bytes + messageHash_in: [linea_Bytes!] + messageHash_not_in: [linea_Bytes!] + messageHash_contains: linea_Bytes + messageHash_not_contains: linea_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: linea_Bytes + to_not: linea_Bytes + to_in: [linea_Bytes!] + to_not_in: [linea_Bytes!] + to_contains: linea_Bytes + to_not_contains: linea_Bytes + delegate: linea_Bytes + delegate_not: linea_Bytes + delegate_in: [linea_Bytes!] + delegate_not_in: [linea_Bytes!] + delegate_contains: linea_Bytes + delegate_not_contains: linea_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: linea_Bytes + callData_not: linea_Bytes + callData_in: [linea_Bytes!] + callData_not_in: [linea_Bytes!] + callData_contains: linea_Bytes + callData_not_contains: linea_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: linea_Bytes + originSender_not: linea_Bytes + originSender_in: [linea_Bytes!] + originSender_not_in: [linea_Bytes!] + originSender_contains: linea_Bytes + originSender_not_contains: linea_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: linea_Asset_filter + transactingAsset: linea_Bytes + transactingAsset_not: linea_Bytes + transactingAsset_in: [linea_Bytes!] + transactingAsset_not_in: [linea_Bytes!] + transactingAsset_contains: linea_Bytes + transactingAsset_not_contains: linea_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: linea_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: linea_RelayerFee_filter + initialRelayerFeeAsset: linea_Bytes + initialRelayerFeeAsset_not: linea_Bytes + initialRelayerFeeAsset_in: [linea_Bytes!] + initialRelayerFeeAsset_not_in: [linea_Bytes!] + initialRelayerFeeAsset_contains: linea_Bytes + initialRelayerFeeAsset_not_contains: linea_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: linea_Bytes + txOrigin_not: linea_Bytes + txOrigin_in: [linea_Bytes!] + txOrigin_not_in: [linea_Bytes!] + txOrigin_contains: linea_Bytes + txOrigin_not_contains: linea_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] - or: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] -} - -enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce -} - -input bnb_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: bnb_swap_Bytes - key_not: bnb_swap_Bytes - key_gt: bnb_swap_Bytes - key_lt: bnb_swap_Bytes - key_gte: bnb_swap_Bytes - key_lte: bnb_swap_Bytes - key_in: [bnb_swap_Bytes!] - key_not_in: [bnb_swap_Bytes!] - key_contains: bnb_swap_Bytes - key_not_contains: bnb_swap_Bytes - canonicalId: bnb_swap_Bytes - canonicalId_not: bnb_swap_Bytes - canonicalId_gt: bnb_swap_Bytes - canonicalId_lt: bnb_swap_Bytes - canonicalId_gte: bnb_swap_Bytes - canonicalId_lte: bnb_swap_Bytes - canonicalId_in: [bnb_swap_Bytes!] - canonicalId_not_in: [bnb_swap_Bytes!] - canonicalId_contains: bnb_swap_Bytes - canonicalId_not_contains: bnb_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: bnb_swap_Bytes - swapPool_not: bnb_swap_Bytes - swapPool_gt: bnb_swap_Bytes - swapPool_lt: bnb_swap_Bytes - swapPool_gte: bnb_swap_Bytes - swapPool_lte: bnb_swap_Bytes - swapPool_in: [bnb_swap_Bytes!] - swapPool_not_in: [bnb_swap_Bytes!] - swapPool_contains: bnb_swap_Bytes - swapPool_not_contains: bnb_swap_Bytes - lpToken: bnb_swap_Bytes - lpToken_not: bnb_swap_Bytes - lpToken_gt: bnb_swap_Bytes - lpToken_lt: bnb_swap_Bytes - lpToken_gte: bnb_swap_Bytes - lpToken_lte: bnb_swap_Bytes - lpToken_in: [bnb_swap_Bytes!] - lpToken_not_in: [bnb_swap_Bytes!] - lpToken_contains: bnb_swap_Bytes - lpToken_not_contains: bnb_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [bnb_swap_Bytes!] - pooledTokens_not: [bnb_swap_Bytes!] - pooledTokens_contains: [bnb_swap_Bytes!] - pooledTokens_contains_nocase: [bnb_swap_Bytes!] - pooledTokens_not_contains: [bnb_swap_Bytes!] - pooledTokens_not_contains_nocase: [bnb_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: bnb_swap_StableSwapEvent_filter - exchanges_: bnb_swap_StableSwapExchange_filter - hourlyVolumes_: bnb_swap_SwapHourlyVolume_filter - dailyVolumes_: bnb_swap_SwapDailyVolume_filter - weeklyVolumes_: bnb_swap_SwapWeeklyVolume_filter - """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwap_filter] - or: [bnb_swap_StableSwap_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_StableSwap_orderBy { +enum linea_OriginTransfer_orderBy { id - isActive - key + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + asset + transactingAsset + message + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { +type linea_Relayer { id: ID! - stableSwap: bnb_swap_StableSwap! - timestamp: BigInt! - volume: bnb_swap_BigDecimal! + isActive: Boolean! + relayer: linea_Bytes } -input bnb_swap_SwapDailyVolume_filter { +type linea_RelayerFee { + id: ID! + transfer: linea_OriginTransfer! + fee: BigInt! + asset: linea_Bytes! +} + +input linea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -80660,80 +80169,66 @@ input bnb_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_: bnb_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: linea_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: linea_Bytes + asset_not: linea_Bytes + asset_in: [linea_Bytes!] + asset_not_in: [linea_Bytes!] + asset_contains: linea_Bytes + asset_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapDailyVolume_filter] - or: [bnb_swap_SwapDailyVolume_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_SwapDailyVolume_orderBy { +enum linea_RelayerFee_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + transfer + fee + asset } -type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { +type linea_RelayerFeesIncrease { id: ID! - stableSwap: bnb_swap_StableSwap! + transfer: linea_OriginTransfer! + increase: BigInt + asset: linea_Bytes + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input bnb_swap_SwapHourlyVolume_filter { +input linea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -80742,27 +80237,53 @@ input bnb_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_: bnb_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_: linea_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: linea_Bytes + asset_not: linea_Bytes + asset_in: [linea_Bytes!] + asset_not_in: [linea_Bytes!] + asset_contains: linea_Bytes + asset_not_contains: linea_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -80771,123 +80292,122 @@ input bnb_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapHourlyVolume_filter] - or: [bnb_swap_SwapHourlyVolume_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_SwapHourlyVolume_orderBy { +enum linea_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 + increase + asset + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -interface bnb_swap_SwapTradeVolume { - stableSwap: bnb_swap_StableSwap! - timestamp: BigInt! - volume: bnb_swap_BigDecimal! +input linea_Relayer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: linea_Bytes + relayer_not: linea_Bytes + relayer_in: [linea_Bytes!] + relayer_not_in: [linea_Bytes!] + relayer_contains: linea_Bytes + relayer_not_contains: linea_Bytes + """Filter for the block changed event.""" + _change_block: linea_BlockChangedFilter } -input bnb_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] +enum linea_Relayer_orderBy { + id + isActive + relayer +} + +type linea_RootCount { + id: ID! + count: BigInt +} + +input linea_RootCount_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapTradeVolume_filter] - or: [bnb_swap_SwapTradeVolume_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume +enum linea_RootCount_orderBy { + id + count } -type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { +type linea_RootMessageSent { id: ID! - stableSwap: bnb_swap_StableSwap! - timestamp: BigInt! - volume: bnb_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + root: linea_Bytes + count: BigInt + caller: linea_Bytes + transactionHash: linea_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input bnb_swap_SwapWeeklyVolume_filter { +input linea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -80896,27 +80416,48 @@ input bnb_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_: bnb_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: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -80925,50 +80466,67 @@ input bnb_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapWeeklyVolume_filter] - or: [bnb_swap_SwapWeeklyVolume_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_SwapWeeklyVolume_orderBy { +enum linea_RootMessageSent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type bnb_swap_SystemInfo { +type linea_Router { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + isActive: Boolean! + owner: linea_Bytes + recipient: linea_Bytes + proposedOwner: linea_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! } -input bnb_swap_SystemInfo_filter { +type linea_RouterDailyTVL { + id: ID! + router: linea_Router! + asset: linea_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input linea_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -80977,98 +80535,96 @@ input bnb_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: linea_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: linea_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SystemInfo_filter] - or: [bnb_swap_SystemInfo_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_swap_SystemInfo_orderBy { +enum linea_RouterDailyTVL_orderBy { id - exchangeCount - swapCount -} - -type bnb_swap__Block_ { - """The hash of the block""" - hash: bnb_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: bnb_swap_Bytes -} - -"""The type for the top-level _meta field""" -type bnb_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: bnb_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar mode_swap_BigDecimal - -input mode_swap_BlockChangedFilter { - number_gte: Int! -} - -input mode_swap_Block_height { - hash: mode_swap_Bytes - number: Int - number_gte: Int + router + asset + timestamp + balance } -scalar mode_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar mode_swap_Int8 - -type mode_swap_LpAccount { +type linea_RouterLiquidityEvent { id: ID! - address: mode_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpAccountBalance_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpAccountBalance_filter): [mode_swap_LpAccountBalance!]! + type: linea_RouterLiquidityEventType + router: linea_Router! + asset: linea_Asset! + amount: BigInt! + balance: BigInt! + caller: linea_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: linea_Bytes! + nonce: BigInt! } -type mode_swap_LpAccountBalance { - id: ID! - account: mode_swap_LpAccount! - token: mode_swap_LpToken! - amount: mode_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: mode_swap_Bytes +enum linea_RouterLiquidityEventType { + Add + Remove } -input mode_swap_LpAccountBalance_filter { +input linea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -81077,205 +80633,82 @@ input mode_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: mode_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mode_swap_LpToken_filter - amount: mode_swap_BigDecimal - amount_not: mode_swap_BigDecimal - amount_gt: mode_swap_BigDecimal - amount_lt: mode_swap_BigDecimal - amount_gte: mode_swap_BigDecimal - amount_lte: mode_swap_BigDecimal - amount_in: [mode_swap_BigDecimal!] - amount_not_in: [mode_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_LpAccountBalance_filter] - or: [mode_swap_LpAccountBalance_filter] -} - -enum mode_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction -} - -input mode_swap_LpAccount_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - address: mode_swap_Bytes - address_not: mode_swap_Bytes - address_gt: mode_swap_Bytes - address_lt: mode_swap_Bytes - address_gte: mode_swap_Bytes - address_lte: mode_swap_Bytes - address_in: [mode_swap_Bytes!] - address_not_in: [mode_swap_Bytes!] - address_contains: mode_swap_Bytes - address_not_contains: mode_swap_Bytes - balances_: mode_swap_LpAccountBalance_filter - """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_LpAccount_filter] - or: [mode_swap_LpAccount_filter] -} - -enum mode_swap_LpAccount_orderBy { - id - address - balances -} - -type mode_swap_LpToken { - id: ID! - address: mode_swap_Bytes! - stableSwap: mode_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: mode_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpTokenEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpTokenEvent_filter): [mode_swap_LpTokenEvent!]! -} - -interface mode_swap_LpTokenEvent { - id: ID! - token: mode_swap_LpToken! - amount: mode_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! -} - -input mode_swap_LpTokenEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mode_swap_LpToken_filter - amount: mode_swap_BigDecimal - amount_not: mode_swap_BigDecimal - amount_gt: mode_swap_BigDecimal - amount_lt: mode_swap_BigDecimal - amount_gte: mode_swap_BigDecimal - amount_lte: mode_swap_BigDecimal - amount_in: [mode_swap_BigDecimal!] - amount_not_in: [mode_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + type: linea_RouterLiquidityEventType + type_not: linea_RouterLiquidityEventType + type_in: [linea_RouterLiquidityEventType!] + type_not_in: [linea_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: linea_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: linea_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -81284,16 +80717,12 @@ input mode_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes + 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 @@ -81303,28 +80732,24 @@ input mode_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_LpTokenEvent_filter] - or: [mode_swap_LpTokenEvent_filter] + _change_block: linea_BlockChangedFilter } -enum mode_swap_LpTokenEvent_orderBy { +enum linea_RouterLiquidityEvent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply + type + router + asset amount - block + balance + caller + blockNumber timestamp - transaction + transactionHash nonce } -input mode_swap_LpToken_filter { +input linea_Router_filter { id: ID id_not: ID id_gt: ID @@ -81333,142 +80758,58 @@ input mode_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mode_swap_Bytes - address_not: mode_swap_Bytes - address_gt: mode_swap_Bytes - address_lt: mode_swap_Bytes - address_gte: mode_swap_Bytes - address_lte: mode_swap_Bytes - address_in: [mode_swap_Bytes!] - address_not_in: [mode_swap_Bytes!] - address_contains: mode_swap_Bytes - address_not_contains: mode_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: mode_swap_BigDecimal - totalSupply_not: mode_swap_BigDecimal - totalSupply_gt: mode_swap_BigDecimal - totalSupply_lt: mode_swap_BigDecimal - totalSupply_gte: mode_swap_BigDecimal - totalSupply_lte: mode_swap_BigDecimal - totalSupply_in: [mode_swap_BigDecimal!] - totalSupply_not_in: [mode_swap_BigDecimal!] - events_: mode_swap_LpTokenEvent_filter + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: linea_Bytes + owner_not: linea_Bytes + owner_in: [linea_Bytes!] + owner_not_in: [linea_Bytes!] + owner_contains: linea_Bytes + owner_not_contains: linea_Bytes + recipient: linea_Bytes + recipient_not: linea_Bytes + recipient_in: [linea_Bytes!] + recipient_not_in: [linea_Bytes!] + recipient_contains: linea_Bytes + recipient_not_contains: linea_Bytes + proposedOwner: linea_Bytes + proposedOwner_not: linea_Bytes + proposedOwner_in: [linea_Bytes!] + proposedOwner_not_in: [linea_Bytes!] + proposedOwner_contains: linea_Bytes + proposedOwner_not_contains: linea_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: linea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_LpToken_filter] - or: [mode_swap_LpToken_filter] + _change_block: linea_BlockChangedFilter } -enum mode_swap_LpToken_orderBy { +enum linea_Router_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type mode_swap_LpTransferEvent implements mode_swap_LpTokenEvent { +type linea_Sequencer { id: ID! - token: mode_swap_LpToken! - amount: mode_swap_BigDecimal! - from: mode_swap_Bytes! - to: mode_swap_Bytes! - fromBalance: mode_swap_BigDecimal! - toBalance: mode_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + isActive: Boolean! + sequencer: linea_Bytes } -input mode_swap_LpTransferEvent_filter { +input linea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -81477,143 +80818,33 @@ input mode_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mode_swap_LpToken_filter - amount: mode_swap_BigDecimal - amount_not: mode_swap_BigDecimal - amount_gt: mode_swap_BigDecimal - amount_lt: mode_swap_BigDecimal - amount_gte: mode_swap_BigDecimal - amount_lte: mode_swap_BigDecimal - amount_in: [mode_swap_BigDecimal!] - amount_not_in: [mode_swap_BigDecimal!] - from: mode_swap_Bytes - from_not: mode_swap_Bytes - from_gt: mode_swap_Bytes - from_lt: mode_swap_Bytes - from_gte: mode_swap_Bytes - from_lte: mode_swap_Bytes - from_in: [mode_swap_Bytes!] - from_not_in: [mode_swap_Bytes!] - from_contains: mode_swap_Bytes - from_not_contains: mode_swap_Bytes - to: mode_swap_Bytes - to_not: mode_swap_Bytes - to_gt: mode_swap_Bytes - to_lt: mode_swap_Bytes - to_gte: mode_swap_Bytes - to_lte: mode_swap_Bytes - to_in: [mode_swap_Bytes!] - to_not_in: [mode_swap_Bytes!] - to_contains: mode_swap_Bytes - to_not_contains: mode_swap_Bytes - fromBalance: mode_swap_BigDecimal - fromBalance_not: mode_swap_BigDecimal - fromBalance_gt: mode_swap_BigDecimal - fromBalance_lt: mode_swap_BigDecimal - fromBalance_gte: mode_swap_BigDecimal - fromBalance_lte: mode_swap_BigDecimal - fromBalance_in: [mode_swap_BigDecimal!] - fromBalance_not_in: [mode_swap_BigDecimal!] - toBalance: mode_swap_BigDecimal - toBalance_not: mode_swap_BigDecimal - toBalance_gt: mode_swap_BigDecimal - toBalance_lt: mode_swap_BigDecimal - toBalance_gte: mode_swap_BigDecimal - toBalance_lte: mode_swap_BigDecimal - toBalance_in: [mode_swap_BigDecimal!] - toBalance_not_in: [mode_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: linea_Bytes + sequencer_not: linea_Bytes + sequencer_in: [linea_Bytes!] + sequencer_not_in: [linea_Bytes!] + sequencer_contains: linea_Bytes + sequencer_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_LpTransferEvent_filter] - or: [mode_swap_LpTransferEvent_filter] + _change_block: linea_BlockChangedFilter } -enum mode_swap_LpTransferEvent_orderBy { +enum linea_Sequencer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum mode_swap_OrderDirection { - asc - desc + isActive + sequencer } -type mode_swap_PooledToken { +type linea_Setting { id: ID! - asset: mode_swap_Bytes! + maxRoutersPerTransfer: BigInt! + caller: linea_Bytes! } -input mode_swap_PooledToken_filter { +input linea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -81622,72 +80853,43 @@ input mode_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: mode_swap_Bytes - asset_not: mode_swap_Bytes - asset_gt: mode_swap_Bytes - asset_lt: mode_swap_Bytes - asset_gte: mode_swap_Bytes - asset_lte: mode_swap_Bytes - asset_in: [mode_swap_Bytes!] - asset_not_in: [mode_swap_Bytes!] - asset_contains: mode_swap_Bytes - asset_not_contains: mode_swap_Bytes + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_PooledToken_filter] - or: [mode_swap_PooledToken_filter] + _change_block: linea_BlockChangedFilter } -enum mode_swap_PooledToken_orderBy { +enum linea_Setting_orderBy { id - asset -} - -type mode_swap_StableSwap { - id: ID! - isActive: Boolean - key: mode_swap_Bytes! - canonicalId: mode_swap_Bytes - domain: BigInt - swapPool: mode_swap_Bytes - lpToken: mode_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [mode_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapEvent_filter): [mode_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapExchange_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapExchange_filter): [mode_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapHourlyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapHourlyVolume_filter): [mode_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapDailyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapDailyVolume_filter): [mode_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapWeeklyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapWeeklyVolume_filter): [mode_swap_SwapWeeklyVolume!] + maxRoutersPerTransfer + caller } -type mode_swap_StableSwapAddLiquidityEvent implements mode_swap_StableSwapEvent { +type linea_SlippageUpdate { id: ID! - stableSwap: mode_swap_StableSwap! - provider: mode_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + transfer: linea_DestinationTransfer! + slippage: BigInt! + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input mode_swap_StableSwapAddLiquidityEvent_filter { +input linea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -81696,87 +80898,47 @@ input mode_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - provider: mode_swap_Bytes - provider_not: mode_swap_Bytes - provider_gt: mode_swap_Bytes - provider_lt: mode_swap_Bytes - provider_gte: mode_swap_Bytes - provider_lte: mode_swap_Bytes - provider_in: [mode_swap_Bytes!] - provider_not_in: [mode_swap_Bytes!] - provider_contains: mode_swap_Bytes - provider_not_contains: mode_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: linea_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -81785,72 +80947,56 @@ input mode_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapAddLiquidityEvent_filter] - or: [mode_swap_StableSwapAddLiquidityEvent_filter] + _change_block: linea_BlockChangedFilter } -enum mode_swap_StableSwapAddLiquidityEvent_orderBy { +enum linea_SlippageUpdate_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + transfer + slippage + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -interface mode_swap_StableSwapEvent { +type linea_SnapshotRoot { id: ID! - stableSwap: mode_swap_StableSwap! - block: BigInt! + spokeDomain: BigInt + root: linea_Bytes! + count: BigInt! timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt! } -input mode_swap_StableSwapEvent_filter { +input linea_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -81859,35 +81005,28 @@ input mode_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -81896,72 +81035,33 @@ input mode_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapEvent_filter] - or: [mode_swap_StableSwapEvent_filter] + _change_block: linea_BlockChangedFilter } -enum mode_swap_StableSwapEvent_orderBy { +enum linea_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 - block + spokeDomain + root + count timestamp - transaction - nonce + blockNumber } -type mode_swap_StableSwapExchange { +type linea_SpokeConnectorMode { id: ID! - stableSwap: mode_swap_StableSwap! - buyer: mode_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + mode: String! } -input mode_swap_StableSwapExchange_filter { +input linea_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -81970,172 +81070,85 @@ input mode_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - buyer: mode_swap_Bytes - buyer_not: mode_swap_Bytes - buyer_gt: mode_swap_Bytes - buyer_lt: mode_swap_Bytes - buyer_gte: mode_swap_Bytes - buyer_lte: mode_swap_Bytes - buyer_in: [mode_swap_Bytes!] - buyer_not_in: [mode_swap_Bytes!] - buyer_contains: mode_swap_Bytes - buyer_not_contains: mode_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapExchange_filter] - or: [mode_swap_StableSwapExchange_filter] + _change_block: linea_BlockChangedFilter } -enum mode_swap_StableSwapExchange_orderBy { +enum linea_SpokeConnectorMode_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - 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 + mode } -type mode_swap_StableSwapRemoveLiquidityEvent implements mode_swap_StableSwapEvent { +enum linea_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type linea__Block_ { + """The hash of the block""" + hash: linea_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type linea__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: linea__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type xdai_AggregateRoot { id: ID! - stableSwap: mode_swap_StableSwap! - provider: mode_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + root: xdai_Bytes! + blockNumber: BigInt! +} + +type xdai_AggregateRootProposed { + id: ID! + aggregateRoot: xdai_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input mode_swap_StableSwapRemoveLiquidityEvent_filter { +input xdai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -82144,87 +81157,40 @@ input mode_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - provider: mode_swap_Bytes - provider_not: mode_swap_Bytes - provider_gt: mode_swap_Bytes - provider_lt: mode_swap_Bytes - provider_gte: mode_swap_Bytes - provider_lte: mode_swap_Bytes - provider_in: [mode_swap_Bytes!] - provider_not_in: [mode_swap_Bytes!] - provider_contains: mode_swap_Bytes - provider_not_contains: mode_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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 + 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 @@ -82233,63 +81199,31 @@ input mode_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapRemoveLiquidityEvent_filter] - or: [mode_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AggregateRootProposed_filter] + or: [xdai_AggregateRootProposed_filter] } -enum mode_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum xdai_AggregateRootProposed_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - 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 + rootTimestamp + endOfDispute + domain timestamp - transaction - nonce + blockNumber } -input mode_swap_StableSwap_filter { +input xdai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -82298,201 +81232,66 @@ input mode_swap_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: mode_swap_Bytes - key_not: mode_swap_Bytes - key_gt: mode_swap_Bytes - key_lt: mode_swap_Bytes - key_gte: mode_swap_Bytes - key_lte: mode_swap_Bytes - key_in: [mode_swap_Bytes!] - key_not_in: [mode_swap_Bytes!] - key_contains: mode_swap_Bytes - key_not_contains: mode_swap_Bytes - canonicalId: mode_swap_Bytes - canonicalId_not: mode_swap_Bytes - canonicalId_gt: mode_swap_Bytes - canonicalId_lt: mode_swap_Bytes - canonicalId_gte: mode_swap_Bytes - canonicalId_lte: mode_swap_Bytes - canonicalId_in: [mode_swap_Bytes!] - canonicalId_not_in: [mode_swap_Bytes!] - canonicalId_contains: mode_swap_Bytes - canonicalId_not_contains: mode_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: mode_swap_Bytes - swapPool_not: mode_swap_Bytes - swapPool_gt: mode_swap_Bytes - swapPool_lt: mode_swap_Bytes - swapPool_gte: mode_swap_Bytes - swapPool_lte: mode_swap_Bytes - swapPool_in: [mode_swap_Bytes!] - swapPool_not_in: [mode_swap_Bytes!] - swapPool_contains: mode_swap_Bytes - swapPool_not_contains: mode_swap_Bytes - lpToken: mode_swap_Bytes - lpToken_not: mode_swap_Bytes - lpToken_gt: mode_swap_Bytes - lpToken_lt: mode_swap_Bytes - lpToken_gte: mode_swap_Bytes - lpToken_lte: mode_swap_Bytes - lpToken_in: [mode_swap_Bytes!] - lpToken_not_in: [mode_swap_Bytes!] - lpToken_contains: mode_swap_Bytes - lpToken_not_contains: mode_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [mode_swap_Bytes!] - pooledTokens_not: [mode_swap_Bytes!] - pooledTokens_contains: [mode_swap_Bytes!] - pooledTokens_contains_nocase: [mode_swap_Bytes!] - pooledTokens_not_contains: [mode_swap_Bytes!] - pooledTokens_not_contains_nocase: [mode_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: mode_swap_StableSwapEvent_filter - exchanges_: mode_swap_StableSwapExchange_filter - hourlyVolumes_: mode_swap_SwapHourlyVolume_filter - dailyVolumes_: mode_swap_SwapDailyVolume_filter - weeklyVolumes_: mode_swap_SwapWeeklyVolume_filter + 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 + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwap_filter] - or: [mode_swap_StableSwap_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AggregateRoot_filter] + or: [xdai_AggregateRoot_filter] } -enum mode_swap_StableSwap_orderBy { +enum xdai_AggregateRoot_orderBy { id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + root + blockNumber } -type mode_swap_SwapDailyVolume implements mode_swap_SwapTradeVolume { +enum xdai_Aggregation_interval { + hour + day +} + +type xdai_Asset { id: ID! - stableSwap: mode_swap_StableSwap! - timestamp: BigInt! - volume: mode_swap_BigDecimal! + key: xdai_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: xdai_Bytes + canonicalDomain: BigInt + adoptedAsset: xdai_Bytes + localAsset: xdai_Bytes + blockNumber: BigInt + status: xdai_AssetStatus } -input mode_swap_SwapDailyVolume_filter { +type xdai_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: xdai_Router! + asset: xdai_Asset! + feesEarned: BigInt! +} + +input xdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -82501,80 +81300,126 @@ input mode_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] + 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_: xdai_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: xdai_Asset_filter + 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: mode_swap_BlockChangedFilter - and: [mode_swap_SwapDailyVolume_filter] - or: [mode_swap_SwapDailyVolume_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AssetBalance_filter] + or: [xdai_AssetBalance_filter] } -enum mode_swap_SwapDailyVolume_orderBy { +enum xdai_AssetBalance_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -type mode_swap_SwapHourlyVolume implements mode_swap_SwapTradeVolume { +type xdai_AssetStatus { id: ID! - stableSwap: mode_swap_StableSwap! - timestamp: BigInt! - volume: mode_swap_BigDecimal! + status: Boolean } -input mode_swap_SwapHourlyVolume_filter { +input xdai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -82583,152 +81428,22 @@ input mode_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SwapHourlyVolume_filter] - or: [mode_swap_SwapHourlyVolume_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AssetStatus_filter] + or: [xdai_AssetStatus_filter] } -enum mode_swap_SwapHourlyVolume_orderBy { +enum xdai_AssetStatus_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -interface mode_swap_SwapTradeVolume { - stableSwap: mode_swap_StableSwap! - timestamp: BigInt! - volume: mode_swap_BigDecimal! -} - -input mode_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SwapTradeVolume_filter] - or: [mode_swap_SwapTradeVolume_filter] -} - -enum mode_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type mode_swap_SwapWeeklyVolume implements mode_swap_SwapTradeVolume { - id: ID! - stableSwap: mode_swap_StableSwap! - timestamp: BigInt! - volume: mode_swap_BigDecimal! + status } -input mode_swap_SwapWeeklyVolume_filter { +input xdai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -82737,246 +81452,70 @@ input mode_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SwapWeeklyVolume_filter] - or: [mode_swap_SwapWeeklyVolume_filter] -} - -enum 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 -} - -type mode_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input mode_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: mode_swap_BlockChangedFilter - and: [mode_swap_SystemInfo_filter] - or: [mode_swap_SystemInfo_filter] -} - -enum mode_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type mode_swap__Block_ { - """The hash of the block""" - hash: mode_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type mode_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mode_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type localmainnet_AggregateRootSavedSlow { - id: ID! - aggregateRoot: localmainnet_Bytes! - count: BigInt! - aggregatedRoots: [localmainnet_Bytes!] - rootTimestamp: BigInt! -} - -input localmainnet_AggregateRootSavedSlow_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [localmainnet_Bytes!] - aggregatedRoots_not: [localmainnet_Bytes!] - aggregatedRoots_contains: [localmainnet_Bytes!] - aggregatedRoots_contains_nocase: [localmainnet_Bytes!] - aggregatedRoots_not_contains: [localmainnet_Bytes!] - aggregatedRoots_not_contains_nocase: [localmainnet_Bytes!] - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregateRootSavedSlow_filter] - or: [localmainnet_AggregateRootSavedSlow_filter] -} - -enum localmainnet_AggregateRootSavedSlow_orderBy { - id - aggregateRoot - count - aggregatedRoots - rootTimestamp -} - -type localmainnet_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: localmainnet_Bytes! - domain: BigInt - blockNumber: BigInt -} - -input localmainnet_AggregatedMessageRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: localmainnet_Bytes - receivedRoot_not: localmainnet_Bytes - receivedRoot_gt: localmainnet_Bytes - receivedRoot_lt: localmainnet_Bytes - receivedRoot_gte: localmainnet_Bytes - receivedRoot_lte: localmainnet_Bytes - receivedRoot_in: [localmainnet_Bytes!] - receivedRoot_not_in: [localmainnet_Bytes!] - receivedRoot_contains: localmainnet_Bytes - receivedRoot_not_contains: localmainnet_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + 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 + 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: 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 + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + 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 blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -82985,207 +81524,72 @@ input localmainnet_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_: xdai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregatedMessageRoot_filter] - or: [localmainnet_AggregatedMessageRoot_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Asset_filter] + or: [xdai_Asset_filter] } -enum localmainnet_AggregatedMessageRoot_orderBy { +enum xdai_Asset_orderBy { id - index - receivedRoot - domain + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset blockNumber + status + status__id + status__status } -enum localmainnet_Aggregation_interval { - hour - day -} - -type localmainnet_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! -} - -input localmainnet_ArbitrumConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ArbitrumConnectorMeta_filter] - or: [localmainnet_ArbitrumConnectorMeta_filter] -} - -enum localmainnet_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar localmainnet_BigDecimal +scalar xdai_BigDecimal -input localmainnet_BlockChangedFilter { +input xdai_BlockChangedFilter { number_gte: Int! } -input localmainnet_Block_height { - hash: localmainnet_Bytes +input xdai_Block_height { + hash: xdai_Bytes number: Int number_gte: Int } -type localmainnet_BnbConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! -} +scalar xdai_Bytes -input localmainnet_BnbConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] +type xdai_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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_BnbConnectorMeta_filter] - or: [localmainnet_BnbConnectorMeta_filter] -} - -enum localmainnet_BnbConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar localmainnet_Bytes - -type localmainnet_GnosisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + amb: xdai_Bytes + rootManager: xdai_Bytes + mirrorConnector: xdai_Bytes } -input localmainnet_GnosisConnectorMeta_filter { +input xdai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -83210,43 +81614,43 @@ input localmainnet_GnosisConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + amb: 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: localmainnet_BlockChangedFilter - and: [localmainnet_GnosisConnectorMeta_filter] - or: [localmainnet_GnosisConnectorMeta_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_ConnectorMeta_filter] + or: [xdai_ConnectorMeta_filter] } -enum localmainnet_GnosisConnectorMeta_orderBy { +enum xdai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -83255,12 +81659,48 @@ enum localmainnet_GnosisConnectorMeta_orderBy { mirrorConnector } -type localmainnet_HubDomain { +type xdai_DestinationTransfer { id: ID! - domain: BigInt + chainId: BigInt + transferId: xdai_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: xdai_Bytes + delegate: xdai_Bytes + receiveLocal: Boolean + callData: xdai_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: xdai_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: xdai_Bytes + asset: xdai_Asset + amount: BigInt + routersFee: BigInt + executedCaller: xdai_Bytes + executedTransactionHash: xdai_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: xdai_Bytes + executedTxNonce: BigInt + reconciledCaller: xdai_Bytes + reconciledTransactionHash: xdai_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: xdai_Bytes + reconciledTxNonce: BigInt } -input localmainnet_HubDomain_filter { +input xdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -83269,33 +81709,400 @@ input localmainnet_HubDomain_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + 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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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!] + 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 + 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: 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: 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 + 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: 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 + 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: 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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: xdai_Asset_filter + 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: 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 + 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: 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 + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: xdai_Bytes + reconciledCaller_not: xdai_Bytes + reconciledCaller_gt: xdai_Bytes + 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 + 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: 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 + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_HubDomain_filter] - or: [localmainnet_HubDomain_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_DestinationTransfer_filter] + or: [xdai_DestinationTransfer_filter] } -enum localmainnet_HubDomain_orderBy { +enum xdai_DestinationTransfer_orderBy { id - domain + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -type localmainnet_HubOptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar xdai_Int8 + +type xdai_OptimisticRootFinalized { id: ID! - aggregateRoot: localmainnet_Bytes! + aggregateRoot: xdai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input localmainnet_HubOptimisticRootFinalized_filter { +input xdai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -83304,20 +82111,20 @@ input localmainnet_HubOptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt + 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 + timestamp_lt: BigInt timestamp_gte: BigInt timestamp_lte: BigInt timestamp_in: [BigInt!] @@ -83331,34 +82138,38 @@ input localmainnet_HubOptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_HubOptimisticRootFinalized_filter] - or: [localmainnet_HubOptimisticRootFinalized_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OptimisticRootFinalized_filter] + or: [xdai_OptimisticRootFinalized_filter] } -enum localmainnet_HubOptimisticRootFinalized_orderBy { +enum xdai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -""" -8 bytes signed integer - -""" -scalar localmainnet_Int8 +"""Defines the order direction, either ascending or descending""" +enum xdai_OrderDirection { + asc + desc +} -type localmainnet_OptimismConnectorMeta { +type xdai_OriginMessage { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + transferId: xdai_Bytes + destinationDomain: BigInt + leaf: xdai_Bytes + index: BigInt + message: xdai_Bytes + root: xdai_Bytes + transactionHash: xdai_Bytes + blockNumber: BigInt + rootCount: xdai_RootCount } -input localmainnet_OptimismConnectorMeta_filter { +input xdai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -83367,76 +82178,158 @@ input localmainnet_OptimismConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + 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 + 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: 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 + 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_: xdai_RootCount_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimismConnectorMeta_filter] - or: [localmainnet_OptimismConnectorMeta_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OriginMessage_filter] + or: [xdai_OriginMessage_filter] } -enum localmainnet_OptimismConnectorMeta_orderBy { +enum xdai_OriginMessage_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type localmainnet_OptimisticRootPropagated { +type xdai_OriginTransfer { id: ID! - aggregateRoot: localmainnet_Bytes! - domainsHash: localmainnet_Bytes! - timestamp: BigInt! + chainId: BigInt + transferId: xdai_Bytes + nonce: BigInt + status: xdai_TransferStatus + messageHash: xdai_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: xdai_Bytes + delegate: xdai_Bytes + receiveLocal: Boolean + callData: xdai_Bytes + slippage: BigInt + originSender: xdai_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: xdai_Bytes + asset: xdai_Asset + transactingAsset: xdai_Bytes + message: xdai_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 + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt blockNumber: BigInt + txOrigin: xdai_Bytes + txNonce: BigInt } -input localmainnet_OptimisticRootPropagated_filter { +input xdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -83445,26 +82338,245 @@ input localmainnet_OptimisticRootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - domainsHash: localmainnet_Bytes - domainsHash_not: localmainnet_Bytes - domainsHash_gt: localmainnet_Bytes - domainsHash_lt: localmainnet_Bytes - domainsHash_gte: localmainnet_Bytes - domainsHash_lte: localmainnet_Bytes - domainsHash_in: [localmainnet_Bytes!] - domainsHash_not_in: [localmainnet_Bytes!] - domainsHash_contains: localmainnet_Bytes - domainsHash_not_contains: localmainnet_Bytes + 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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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 + 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: 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: 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 + 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: 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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: xdai_Asset_filter + 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 + 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_: xdai_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_: 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 @@ -83473,6 +82585,22 @@ input localmainnet_OptimisticRootPropagated_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -83481,32 +82609,200 @@ input localmainnet_OptimisticRootPropagated_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 + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootPropagated_filter] - or: [localmainnet_OptimisticRootPropagated_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OriginTransfer_filter] + or: [xdai_OriginTransfer_filter] } -enum localmainnet_OptimisticRootPropagated_orderBy { +enum xdai_OriginTransfer_orderBy { id - aggregateRoot - domainsHash + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber + txOrigin + txNonce } -type localmainnet_OptimisticRootProposed { +type xdai_Relayer { id: ID! - disputeCliff: BigInt! - aggregateRoot: localmainnet_Bytes! - snapshotsRoots: [localmainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: localmainnet_Bytes! + isActive: Boolean! + relayer: xdai_Bytes +} + +type xdai_RelayerFee { + id: ID! + transfer: xdai_OriginTransfer! + fee: BigInt! + asset: xdai_Bytes! +} + +input xdai_RelayerFee_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: xdai_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: xdai_Bytes + asset_not: xdai_Bytes + asset_gt: xdai_Bytes + asset_lt: xdai_Bytes + asset_gte: xdai_Bytes + asset_lte: xdai_Bytes + asset_in: [xdai_Bytes!] + asset_not_in: [xdai_Bytes!] + asset_contains: xdai_Bytes + asset_not_contains: xdai_Bytes + """Filter for the block changed event.""" + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFee_filter] + or: [xdai_RelayerFee_filter] +} + +enum xdai_RelayerFee_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset +} + +type xdai_RelayerFeesIncrease { + id: ID! + transfer: xdai_OriginTransfer! + increase: BigInt + asset: xdai_Bytes + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! - blockNumber: BigInt + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input localmainnet_OptimisticRootProposed_filter { +input xdai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -83515,46 +82811,65 @@ input localmainnet_OptimisticRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - snapshotsRoots: [localmainnet_Bytes!] - snapshotsRoots_not: [localmainnet_Bytes!] - snapshotsRoots_contains: [localmainnet_Bytes!] - snapshotsRoots_contains_nocase: [localmainnet_Bytes!] - snapshotsRoots_not_contains: [localmainnet_Bytes!] - snapshotsRoots_not_contains_nocase: [localmainnet_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: localmainnet_Bytes - baseAggregateRoot_not: localmainnet_Bytes - baseAggregateRoot_gt: localmainnet_Bytes - baseAggregateRoot_lt: localmainnet_Bytes - baseAggregateRoot_gte: localmainnet_Bytes - baseAggregateRoot_lte: localmainnet_Bytes - baseAggregateRoot_in: [localmainnet_Bytes!] - baseAggregateRoot_not_in: [localmainnet_Bytes!] - baseAggregateRoot_contains: localmainnet_Bytes - baseAggregateRoot_not_contains: localmainnet_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: xdai_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: xdai_Bytes + asset_not: xdai_Bytes + asset_gt: xdai_Bytes + asset_lt: xdai_Bytes + asset_gte: xdai_Bytes + asset_lte: xdai_Bytes + asset_in: [xdai_Bytes!] + asset_not_in: [xdai_Bytes!] + asset_contains: xdai_Bytes + asset_not_contains: xdai_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83563,6 +82878,22 @@ input localmainnet_OptimisticRootProposed_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 @@ -83572,38 +82903,94 @@ input localmainnet_OptimisticRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootProposed_filter] - or: [localmainnet_OptimisticRootProposed_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFeesIncrease_filter] + or: [xdai_RelayerFeesIncrease_filter] } -enum localmainnet_OptimisticRootProposed_orderBy { +enum xdai_RelayerFeesIncrease_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -"""Defines the order direction, either ascending or descending""" -enum localmainnet_OrderDirection { - asc - desc +input xdai_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: 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: xdai_BlockChangedFilter + and: [xdai_Relayer_filter] + or: [xdai_Relayer_filter] } -type localmainnet_PolygonConnectorMeta { +enum xdai_Relayer_orderBy { + id + isActive + relayer +} + +type xdai_RootCount { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + count: BigInt } -input localmainnet_PolygonConnectorMeta_filter { +input xdai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -83612,220 +82999,40 @@ input localmainnet_PolygonConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_PolygonConnectorMeta_filter] - or: [localmainnet_PolygonConnectorMeta_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RootCount_filter] + or: [xdai_RootCount_filter] } -enum localmainnet_PolygonConnectorMeta_orderBy { +enum xdai_RootCount_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + count } -type localmainnet_RootAggregated { +type xdai_RootMessageSent { id: ID! - domain: BigInt! - receivedRoot: localmainnet_Bytes! - index: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: xdai_Bytes + count: BigInt + caller: xdai_Bytes + transactionHash: xdai_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input localmainnet_RootAggregated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: localmainnet_Bytes - receivedRoot_not: localmainnet_Bytes - receivedRoot_gt: localmainnet_Bytes - receivedRoot_lt: localmainnet_Bytes - receivedRoot_gte: localmainnet_Bytes - receivedRoot_lte: localmainnet_Bytes - receivedRoot_in: [localmainnet_Bytes!] - receivedRoot_not_in: [localmainnet_Bytes!] - receivedRoot_contains: localmainnet_Bytes - receivedRoot_not_contains: localmainnet_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootAggregated_filter] - or: [localmainnet_RootAggregated_filter] -} - -enum localmainnet_RootAggregated_orderBy { - id - domain - receivedRoot - index -} - -type localmainnet_RootManagerMeta { - id: ID! - domains: [BigInt!] - connectors: [localmainnet_Bytes!] -} - -input localmainnet_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: [localmainnet_Bytes!] - connectors_not: [localmainnet_Bytes!] - connectors_contains: [localmainnet_Bytes!] - connectors_contains_nocase: [localmainnet_Bytes!] - connectors_not_contains: [localmainnet_Bytes!] - connectors_not_contains_nocase: [localmainnet_Bytes!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootManagerMeta_filter] - or: [localmainnet_RootManagerMeta_filter] -} - -enum localmainnet_RootManagerMeta_orderBy { - id - domains - connectors -} - -type localmainnet_RootManagerMode { - id: ID! - mode: String! -} - -input localmainnet_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: localmainnet_BlockChangedFilter - and: [localmainnet_RootManagerMode_filter] - or: [localmainnet_RootManagerMode_filter] -} - -enum localmainnet_RootManagerMode_orderBy { - id - mode -} - -type localmainnet_RootMessageProcessed { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: localmainnet_Bytes - caller: localmainnet_Bytes - transactionHash: localmainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input localmainnet_RootMessageProcessed_filter { +input xdai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -83850,36 +83057,44 @@ input localmainnet_RootMessageProcessed_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + 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 + count_lt: BigInt + count_gte: BigInt + 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83913,16 +83128,17 @@ input localmainnet_RootMessageProcessed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootMessageProcessed_filter] - or: [localmainnet_RootMessageProcessed_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RootMessageSent_filter] + or: [xdai_RootMessageSent_filter] } -enum localmainnet_RootMessageProcessed_orderBy { +enum xdai_RootMessageSent_orderBy { id spokeDomain hubDomain root + count caller transactionHash timestamp @@ -83931,83 +83147,25 @@ enum localmainnet_RootMessageProcessed_orderBy { blockNumber } -type localmainnet_RootPropagated { +type xdai_Router { id: ID! - aggregate: localmainnet_Bytes! - domainsHash: localmainnet_Bytes! - count: BigInt! - blockNumber: BigInt -} - -input localmainnet_RootPropagated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregate: localmainnet_Bytes - aggregate_not: localmainnet_Bytes - aggregate_gt: localmainnet_Bytes - aggregate_lt: localmainnet_Bytes - aggregate_gte: localmainnet_Bytes - aggregate_lte: localmainnet_Bytes - aggregate_in: [localmainnet_Bytes!] - aggregate_not_in: [localmainnet_Bytes!] - aggregate_contains: localmainnet_Bytes - aggregate_not_contains: localmainnet_Bytes - domainsHash: localmainnet_Bytes - domainsHash_not: localmainnet_Bytes - domainsHash_gt: localmainnet_Bytes - domainsHash_lt: localmainnet_Bytes - domainsHash_gte: localmainnet_Bytes - domainsHash_lte: localmainnet_Bytes - domainsHash_in: [localmainnet_Bytes!] - domainsHash_not_in: [localmainnet_Bytes!] - domainsHash_contains: localmainnet_Bytes - domainsHash_not_contains: localmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootPropagated_filter] - or: [localmainnet_RootPropagated_filter] -} - -enum localmainnet_RootPropagated_orderBy { - id - aggregate - domainsHash - count - blockNumber + isActive: Boolean! + owner: xdai_Bytes + recipient: xdai_Bytes + proposedOwner: xdai_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! } -type localmainnet_ZkSyncConnectorMeta { +type xdai_RouterDailyTVL { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + router: xdai_Router! + asset: xdai_Asset! + timestamp: BigInt! + balance: BigInt! } -input localmainnet_ZkSyncConnectorMeta_filter { +input xdai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -84016,157 +83174,113 @@ input localmainnet_ZkSyncConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: xdai_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: xdai_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ZkSyncConnectorMeta_filter] - or: [localmainnet_ZkSyncConnectorMeta_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RouterDailyTVL_filter] + or: [xdai_RouterDailyTVL_filter] } -enum localmainnet_ZkSyncConnectorMeta_orderBy { +enum xdai_RouterDailyTVL_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type localmainnet__Block_ { - """The hash of the block""" - hash: localmainnet_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: localmainnet_Bytes -} - -"""The type for the top-level _meta field""" -type localmainnet__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: localmainnet__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! + router + router__id + router__isActive + router__owner + router__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 lineagoerli_AggregateRoot { +type xdai_RouterLiquidityEvent { id: ID! - root: lineagoerli_Bytes! + type: xdai_RouterLiquidityEventType + router: xdai_Router! + asset: xdai_Asset! + amount: BigInt! + balance: BigInt! + caller: xdai_Bytes blockNumber: BigInt! + timestamp: BigInt! + transactionHash: xdai_Bytes! + nonce: BigInt! } -input lineagoerli_AggregateRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_AggregateRoot_orderBy { - id - root - blockNumber -} - -type lineagoerli_Asset { - id: ID! - key: lineagoerli_Bytes - decimal: BigInt - canonicalId: lineagoerli_Bytes - canonicalDomain: BigInt - adoptedAsset: lineagoerli_Bytes - localAsset: lineagoerli_Bytes - blockNumber: BigInt - status: lineagoerli_AssetStatus -} - -type lineagoerli_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: lineagoerli_Router! - asset: lineagoerli_Asset! - feesEarned: BigInt! +enum xdai_RouterLiquidityEventType { + Add + Remove } -input lineagoerli_AssetBalance_filter { +input xdai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -84175,38 +83289,10 @@ input lineagoerli_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] + type: xdai_RouterLiquidityEventType + type_not: xdai_RouterLiquidityEventType + type_in: [xdai_RouterLiquidityEventType!] + type_not_in: [xdai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -84227,7 +83313,7 @@ input lineagoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: lineagoerli_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -84248,36 +83334,103 @@ input lineagoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + asset_: xdai_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: xdai_BlockChangedFilter + and: [xdai_RouterLiquidityEvent_filter] + or: [xdai_RouterLiquidityEvent_filter] } -enum lineagoerli_AssetBalance_orderBy { +enum xdai_RouterLiquidityEvent_orderBy { id - amount - locked - supplied - removed + type router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset - feesEarned -} - -type lineagoerli_AssetStatus { - id: ID! - status: Boolean + 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 lineagoerli_AssetStatus_filter { +input xdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -84286,20 +83439,72 @@ input lineagoerli_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + isActive: Boolean + 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 + 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_: xdai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: xdai_BlockChangedFilter + and: [xdai_Router_filter] + or: [xdai_Router_filter] } -enum lineagoerli_AssetStatus_orderBy { +enum xdai_Router_orderBy { id - status + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -input lineagoerli_Asset_filter { +type xdai_Sequencer { + id: ID! + isActive: Boolean! + sequencer: xdai_Bytes +} + +input xdai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -84308,115 +83513,39 @@ input lineagoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: lineagoerli_Bytes - key_not: lineagoerli_Bytes - key_in: [lineagoerli_Bytes!] - key_not_in: [lineagoerli_Bytes!] - key_contains: lineagoerli_Bytes - key_not_contains: lineagoerli_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: lineagoerli_Bytes - adoptedAsset_not: lineagoerli_Bytes - adoptedAsset_in: [lineagoerli_Bytes!] - adoptedAsset_not_in: [lineagoerli_Bytes!] - adoptedAsset_contains: lineagoerli_Bytes - adoptedAsset_not_contains: lineagoerli_Bytes - localAsset: lineagoerli_Bytes - localAsset_not: lineagoerli_Bytes - localAsset_in: [lineagoerli_Bytes!] - localAsset_not_in: [lineagoerli_Bytes!] - localAsset_contains: lineagoerli_Bytes - localAsset_not_contains: lineagoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: lineagoerli_AssetStatus_filter + isActive: Boolean + 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 """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: xdai_BlockChangedFilter + and: [xdai_Sequencer_filter] + or: [xdai_Sequencer_filter] } -enum lineagoerli_Asset_orderBy { +enum xdai_Sequencer_orderBy { id - key - decimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status -} - -scalar lineagoerli_BigDecimal - -input lineagoerli_BlockChangedFilter { - number_gte: Int! -} - -input lineagoerli_Block_height { - hash: lineagoerli_Bytes - number: Int - number_gte: Int + isActive + sequencer } -scalar lineagoerli_Bytes - -type lineagoerli_ConnectorMeta { +type xdai_Setting { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: lineagoerli_Bytes - rootManager: lineagoerli_Bytes - mirrorConnector: lineagoerli_Bytes + maxRoutersPerTransfer: BigInt! + caller: xdai_Bytes! } -input lineagoerli_ConnectorMeta_filter { +input xdai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -84425,95 +83554,49 @@ input lineagoerli_ConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: lineagoerli_Bytes - amb_not: lineagoerli_Bytes - amb_in: [lineagoerli_Bytes!] - amb_not_in: [lineagoerli_Bytes!] - amb_contains: lineagoerli_Bytes - amb_not_contains: lineagoerli_Bytes - rootManager: lineagoerli_Bytes - rootManager_not: lineagoerli_Bytes - rootManager_in: [lineagoerli_Bytes!] - rootManager_not_in: [lineagoerli_Bytes!] - rootManager_contains: lineagoerli_Bytes - rootManager_not_contains: lineagoerli_Bytes - mirrorConnector: lineagoerli_Bytes - mirrorConnector_not: lineagoerli_Bytes - mirrorConnector_in: [lineagoerli_Bytes!] - mirrorConnector_not_in: [lineagoerli_Bytes!] - mirrorConnector_contains: lineagoerli_Bytes - mirrorConnector_not_contains: lineagoerli_Bytes + 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: 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: lineagoerli_BlockChangedFilter + _change_block: xdai_BlockChangedFilter + and: [xdai_Setting_filter] + or: [xdai_Setting_filter] } -enum lineagoerli_ConnectorMeta_orderBy { +enum xdai_Setting_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + maxRoutersPerTransfer + caller } -type lineagoerli_DestinationTransfer { +type xdai_SlippageUpdate { id: ID! - chainId: BigInt - transferId: lineagoerli_Bytes - nonce: BigInt - status: lineagoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_Router_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_Router_filter): [lineagoerli_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: lineagoerli_Bytes - delegate: lineagoerli_Bytes - receiveLocal: Boolean - callData: lineagoerli_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: lineagoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: lineagoerli_Bytes - asset: lineagoerli_Asset - amount: BigInt - routersFee: BigInt - executedCaller: lineagoerli_Bytes - executedTransactionHash: lineagoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: lineagoerli_Bytes - executedTxNonce: BigInt - reconciledCaller: lineagoerli_Bytes - reconciledTransactionHash: lineagoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: lineagoerli_Bytes - reconciledTxNonce: BigInt + transfer: xdai_DestinationTransfer! + slippage: BigInt! + caller: xdai_Bytes! + transactionHash: xdai_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input lineagoerli_DestinationTransfer_filter { +input xdai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -84522,569 +83605,27 @@ input lineagoerli_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: lineagoerli_TransferStatus - status_not: lineagoerli_TransferStatus - status_in: [lineagoerli_TransferStatus!] - status_not_in: [lineagoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: lineagoerli_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: lineagoerli_Bytes - to_not: lineagoerli_Bytes - to_in: [lineagoerli_Bytes!] - to_not_in: [lineagoerli_Bytes!] - to_contains: lineagoerli_Bytes - to_not_contains: lineagoerli_Bytes - delegate: lineagoerli_Bytes - delegate_not: lineagoerli_Bytes - delegate_in: [lineagoerli_Bytes!] - delegate_not_in: [lineagoerli_Bytes!] - delegate_contains: lineagoerli_Bytes - delegate_not_contains: lineagoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: lineagoerli_Bytes - callData_not: lineagoerli_Bytes - callData_in: [lineagoerli_Bytes!] - callData_not_in: [lineagoerli_Bytes!] - callData_contains: lineagoerli_Bytes - callData_not_contains: lineagoerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: lineagoerli_Bytes - originSender_not: lineagoerli_Bytes - originSender_in: [lineagoerli_Bytes!] - originSender_not_in: [lineagoerli_Bytes!] - originSender_contains: lineagoerli_Bytes - originSender_not_contains: lineagoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: lineagoerli_Bytes - executedCaller_not: lineagoerli_Bytes - executedCaller_in: [lineagoerli_Bytes!] - executedCaller_not_in: [lineagoerli_Bytes!] - executedCaller_contains: lineagoerli_Bytes - executedCaller_not_contains: lineagoerli_Bytes - executedTransactionHash: lineagoerli_Bytes - executedTransactionHash_not: lineagoerli_Bytes - executedTransactionHash_in: [lineagoerli_Bytes!] - executedTransactionHash_not_in: [lineagoerli_Bytes!] - executedTransactionHash_contains: lineagoerli_Bytes - executedTransactionHash_not_contains: lineagoerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: lineagoerli_Bytes - executedTxOrigin_not: lineagoerli_Bytes - executedTxOrigin_in: [lineagoerli_Bytes!] - executedTxOrigin_not_in: [lineagoerli_Bytes!] - executedTxOrigin_contains: lineagoerli_Bytes - executedTxOrigin_not_contains: lineagoerli_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: lineagoerli_Bytes - reconciledCaller_not: lineagoerli_Bytes - reconciledCaller_in: [lineagoerli_Bytes!] - reconciledCaller_not_in: [lineagoerli_Bytes!] - reconciledCaller_contains: lineagoerli_Bytes - reconciledCaller_not_contains: lineagoerli_Bytes - reconciledTransactionHash: lineagoerli_Bytes - reconciledTransactionHash_not: lineagoerli_Bytes - reconciledTransactionHash_in: [lineagoerli_Bytes!] - reconciledTransactionHash_not_in: [lineagoerli_Bytes!] - reconciledTransactionHash_contains: lineagoerli_Bytes - reconciledTransactionHash_not_contains: lineagoerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: lineagoerli_Bytes - reconciledTxOrigin_not: lineagoerli_Bytes - reconciledTxOrigin_in: [lineagoerli_Bytes!] - reconciledTxOrigin_not_in: [lineagoerli_Bytes!] - reconciledTxOrigin_contains: lineagoerli_Bytes - reconciledTxOrigin_not_contains: lineagoerli_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_DestinationTransfer_orderBy { - id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce -} - -"""Defines the order direction, either ascending or descending""" -enum lineagoerli_OrderDirection { - asc - desc -} - -type lineagoerli_OriginMessage { - id: ID! - transferId: lineagoerli_Bytes - destinationDomain: BigInt - leaf: lineagoerli_Bytes - index: BigInt - message: lineagoerli_Bytes - root: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - blockNumber: BigInt - rootCount: lineagoerli_RootCount -} - -input lineagoerli_OriginMessage_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: lineagoerli_Bytes - leaf_not: lineagoerli_Bytes - leaf_in: [lineagoerli_Bytes!] - leaf_not_in: [lineagoerli_Bytes!] - leaf_contains: lineagoerli_Bytes - leaf_not_contains: lineagoerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: lineagoerli_Bytes - message_not: lineagoerli_Bytes - message_in: [lineagoerli_Bytes!] - message_not_in: [lineagoerli_Bytes!] - message_contains: lineagoerli_Bytes - message_not_contains: lineagoerli_Bytes - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: lineagoerli_RootCount_filter - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_OriginMessage_orderBy { - id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount -} - -type lineagoerli_OriginTransfer { - id: ID! - chainId: BigInt - transferId: lineagoerli_Bytes - nonce: BigInt - status: lineagoerli_TransferStatus - messageHash: lineagoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: lineagoerli_Bytes - delegate: lineagoerli_Bytes - receiveLocal: Boolean - callData: lineagoerli_Bytes - slippage: BigInt - originSender: lineagoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: lineagoerli_Bytes - asset: lineagoerli_Asset - transactingAsset: lineagoerli_Bytes - message: lineagoerli_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_RelayerFee_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_RelayerFee_filter): [lineagoerli_RelayerFee!] - initialRelayerFeeAsset: lineagoerli_Bytes - caller: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: lineagoerli_Bytes - txNonce: BigInt -} - -input lineagoerli_OriginTransfer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: lineagoerli_TransferStatus - status_not: lineagoerli_TransferStatus - status_in: [lineagoerli_TransferStatus!] - status_not_in: [lineagoerli_TransferStatus!] - messageHash: lineagoerli_Bytes - messageHash_not: lineagoerli_Bytes - messageHash_in: [lineagoerli_Bytes!] - messageHash_not_in: [lineagoerli_Bytes!] - messageHash_contains: lineagoerli_Bytes - messageHash_not_contains: lineagoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: lineagoerli_Bytes - to_not: lineagoerli_Bytes - to_in: [lineagoerli_Bytes!] - to_not_in: [lineagoerli_Bytes!] - to_contains: lineagoerli_Bytes - to_not_contains: lineagoerli_Bytes - delegate: lineagoerli_Bytes - delegate_not: lineagoerli_Bytes - delegate_in: [lineagoerli_Bytes!] - delegate_not_in: [lineagoerli_Bytes!] - delegate_contains: lineagoerli_Bytes - delegate_not_contains: lineagoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: lineagoerli_Bytes - callData_not: lineagoerli_Bytes - callData_in: [lineagoerli_Bytes!] - callData_not_in: [lineagoerli_Bytes!] - callData_contains: lineagoerli_Bytes - callData_not_contains: lineagoerli_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: xdai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -85093,115 +83634,26 @@ input lineagoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: lineagoerli_Bytes - originSender_not: lineagoerli_Bytes - originSender_in: [lineagoerli_Bytes!] - originSender_not_in: [lineagoerli_Bytes!] - originSender_contains: lineagoerli_Bytes - originSender_not_contains: lineagoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter - transactingAsset: lineagoerli_Bytes - transactingAsset_not: lineagoerli_Bytes - transactingAsset_in: [lineagoerli_Bytes!] - transactingAsset_not_in: [lineagoerli_Bytes!] - transactingAsset_contains: lineagoerli_Bytes - transactingAsset_not_contains: lineagoerli_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: lineagoerli_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: lineagoerli_RelayerFee_filter - initialRelayerFeeAsset: lineagoerli_Bytes - initialRelayerFeeAsset_not: lineagoerli_Bytes - initialRelayerFeeAsset_in: [lineagoerli_Bytes!] - initialRelayerFeeAsset_not_in: [lineagoerli_Bytes!] - initialRelayerFeeAsset_contains: lineagoerli_Bytes - initialRelayerFeeAsset_not_contains: lineagoerli_Bytes - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + 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 @@ -85234,141 +83686,70 @@ input lineagoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: lineagoerli_Bytes - txOrigin_not: lineagoerli_Bytes - txOrigin_in: [lineagoerli_Bytes!] - txOrigin_not_in: [lineagoerli_Bytes!] - txOrigin_contains: lineagoerli_Bytes - txOrigin_not_contains: lineagoerli_Bytes - 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: lineagoerli_BlockChangedFilter + _change_block: xdai_BlockChangedFilter + and: [xdai_SlippageUpdate_filter] + or: [xdai_SlippageUpdate_filter] } -enum lineagoerli_OriginTransfer_orderBy { +enum xdai_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 - transactingAsset - message - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset caller transactionHash timestamp gasPrice gasLimit blockNumber - txOrigin - txNonce -} - -type lineagoerli_Relayer { - id: ID! - isActive: Boolean! - relayer: lineagoerli_Bytes -} - -type lineagoerli_RelayerFee { - id: ID! - transfer: lineagoerli_OriginTransfer! - fee: BigInt! - asset: lineagoerli_Bytes! -} - -input lineagoerli_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_: lineagoerli_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: lineagoerli_Bytes - asset_not: lineagoerli_Bytes - asset_in: [lineagoerli_Bytes!] - asset_not_in: [lineagoerli_Bytes!] - asset_contains: lineagoerli_Bytes - asset_not_contains: lineagoerli_Bytes - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_RelayerFee_orderBy { - id - transfer - fee - asset } -type lineagoerli_RelayerFeesIncrease { +type xdai_SnapshotRoot { id: ID! - transfer: lineagoerli_OriginTransfer! - increase: BigInt - asset: lineagoerli_Bytes - caller: lineagoerli_Bytes! - transactionHash: lineagoerli_Bytes! + spokeDomain: BigInt + root: xdai_Bytes! + count: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! blockNumber: BigInt! } -input lineagoerli_RelayerFeesIncrease_filter { +input xdai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -85377,53 +83758,32 @@ input lineagoerli_RelayerFeesIncrease_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: lineagoerli_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: lineagoerli_Bytes - asset_not: lineagoerli_Bytes - asset_in: [lineagoerli_Bytes!] - asset_not_in: [lineagoerli_Bytes!] - asset_contains: lineagoerli_Bytes - asset_not_contains: lineagoerli_Bytes - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + 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: 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 + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85432,22 +83792,6 @@ input lineagoerli_RelayerFeesIncrease_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -85457,57 +83801,26 @@ input lineagoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: xdai_BlockChangedFilter + and: [xdai_SnapshotRoot_filter] + or: [xdai_SnapshotRoot_filter] } -enum lineagoerli_RelayerFeesIncrease_orderBy { +enum xdai_SnapshotRoot_orderBy { id - transfer - increase - asset - caller - transactionHash + spokeDomain + root + count timestamp - gasPrice - gasLimit blockNumber } -input lineagoerli_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: lineagoerli_Bytes - relayer_not: lineagoerli_Bytes - relayer_in: [lineagoerli_Bytes!] - relayer_not_in: [lineagoerli_Bytes!] - relayer_contains: lineagoerli_Bytes - relayer_not_contains: lineagoerli_Bytes - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_Relayer_orderBy { - id - isActive - relayer -} - -type lineagoerli_RootCount { +type xdai_SpokeConnectorMode { id: ID! - count: BigInt + mode: String! } -input lineagoerli_RootCount_filter { +input xdai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -85516,474 +83829,38 @@ input lineagoerli_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + 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: lineagoerli_BlockChangedFilter + _change_block: xdai_BlockChangedFilter + and: [xdai_SpokeConnectorMode_filter] + or: [xdai_SpokeConnectorMode_filter] } -enum lineagoerli_RootCount_orderBy { +enum xdai_SpokeConnectorMode_orderBy { id - count + mode } -type lineagoerli_RootMessageSent { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: lineagoerli_Bytes - count: BigInt - caller: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input lineagoerli_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: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type lineagoerli_Router { - id: ID! - isActive: Boolean! - owner: lineagoerli_Bytes - recipient: lineagoerli_Bytes - proposedOwner: lineagoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_AssetBalance_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_AssetBalance_filter): [lineagoerli_AssetBalance!]! -} - -type lineagoerli_RouterDailyTVL { - id: ID! - router: lineagoerli_Router! - asset: lineagoerli_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input lineagoerli_RouterDailyTVL_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: lineagoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter - 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: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_RouterDailyTVL_orderBy { - id - router - asset - timestamp - balance -} - -input lineagoerli_Router_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: lineagoerli_Bytes - owner_not: lineagoerli_Bytes - owner_in: [lineagoerli_Bytes!] - owner_not_in: [lineagoerli_Bytes!] - owner_contains: lineagoerli_Bytes - owner_not_contains: lineagoerli_Bytes - recipient: lineagoerli_Bytes - recipient_not: lineagoerli_Bytes - recipient_in: [lineagoerli_Bytes!] - recipient_not_in: [lineagoerli_Bytes!] - recipient_contains: lineagoerli_Bytes - recipient_not_contains: lineagoerli_Bytes - proposedOwner: lineagoerli_Bytes - proposedOwner_not: lineagoerli_Bytes - proposedOwner_in: [lineagoerli_Bytes!] - proposedOwner_not_in: [lineagoerli_Bytes!] - proposedOwner_contains: lineagoerli_Bytes - proposedOwner_not_contains: lineagoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: lineagoerli_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type lineagoerli_Sequencer { - id: ID! - isActive: Boolean! - sequencer: lineagoerli_Bytes -} - -input lineagoerli_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: lineagoerli_Bytes - sequencer_not: lineagoerli_Bytes - sequencer_in: [lineagoerli_Bytes!] - sequencer_not_in: [lineagoerli_Bytes!] - sequencer_contains: lineagoerli_Bytes - sequencer_not_contains: lineagoerli_Bytes - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_Sequencer_orderBy { - id - isActive - sequencer -} - -type lineagoerli_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: lineagoerli_Bytes! -} - -input lineagoerli_Setting_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} - -type lineagoerli_SlippageUpdate { - id: ID! - transfer: lineagoerli_DestinationTransfer! - slippage: BigInt! - caller: lineagoerli_Bytes! - transactionHash: lineagoerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input lineagoerli_SlippageUpdate_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: lineagoerli_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_SlippageUpdate_orderBy { - id - transfer - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -enum lineagoerli_TransferStatus { +enum xdai_TransferStatus { XCalled Executed Reconciled @@ -85991,17 +83868,19 @@ enum lineagoerli_TransferStatus { CompletedFast } -type lineagoerli__Block_ { +type xdai__Block_ { """The hash of the block""" - hash: lineagoerli_Bytes + hash: xdai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: xdai_Bytes } """The type for the top-level _meta field""" -type lineagoerli__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 @@ -86009,55 +83888,55 @@ type lineagoerli__Meta_ { and therefore asks for the latest block """ - block: lineagoerli__Block_! + block: xdai__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 optimismgoerli_swap_Aggregation_interval { hour day } -scalar xdai_swap_BigDecimal +scalar optimismgoerli_swap_BigDecimal -input xdai_swap_BlockChangedFilter { +input optimismgoerli_swap_BlockChangedFilter { number_gte: Int! } -input xdai_swap_Block_height { - hash: xdai_swap_Bytes +input optimismgoerli_swap_Block_height { + hash: optimismgoerli_swap_Bytes number: Int number_gte: Int } -scalar xdai_swap_Bytes +scalar optimismgoerli_swap_Bytes """ 8 bytes signed integer """ -scalar xdai_swap_Int8 +scalar optimismgoerli_swap_Int8 -type xdai_swap_LpAccount { +type optimismgoerli_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: optimismgoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpAccountBalance_filter): [optimismgoerli_swap_LpAccountBalance!]! } -type xdai_swap_LpAccountBalance { +type optimismgoerli_swap_LpAccountBalance { id: ID! - account: xdai_swap_LpAccount! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + account: optimismgoerli_swap_LpAccount! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: xdai_swap_Bytes + transaction: optimismgoerli_swap_Bytes } -input xdai_swap_LpAccountBalance_filter { +input optimismgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -86086,7 +83965,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_: optimismgoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -86107,15 +83986,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_: optimismgoerli_swap_LpToken_filter + amount: optimismgoerli_swap_BigDecimal + amount_not: optimismgoerli_swap_BigDecimal + amount_gt: optimismgoerli_swap_BigDecimal + amount_lt: optimismgoerli_swap_BigDecimal + amount_gte: optimismgoerli_swap_BigDecimal + amount_lte: optimismgoerli_swap_BigDecimal + amount_in: [optimismgoerli_swap_BigDecimal!] + amount_not_in: [optimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -86132,23 +84011,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: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccountBalance_filter] - or: [xdai_swap_LpAccountBalance_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpAccountBalance_filter] + or: [optimismgoerli_swap_LpAccountBalance_filter] } -enum xdai_swap_LpAccountBalance_orderBy { +enum optimismgoerli_swap_LpAccountBalance_orderBy { id account account__id @@ -86166,7 +84045,7 @@ enum xdai_swap_LpAccountBalance_orderBy { transaction } -input xdai_swap_LpAccount_filter { +input optimismgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -86175,51 +84054,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: optimismgoerli_swap_Bytes + address_not: optimismgoerli_swap_Bytes + address_gt: optimismgoerli_swap_Bytes + address_lt: optimismgoerli_swap_Bytes + address_gte: optimismgoerli_swap_Bytes + address_lte: optimismgoerli_swap_Bytes + address_in: [optimismgoerli_swap_Bytes!] + address_not_in: [optimismgoerli_swap_Bytes!] + address_contains: optimismgoerli_swap_Bytes + address_not_contains: optimismgoerli_swap_Bytes + balances_: optimismgoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccount_filter] - or: [xdai_swap_LpAccount_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpAccount_filter] + or: [optimismgoerli_swap_LpAccount_filter] } -enum xdai_swap_LpAccount_orderBy { +enum optimismgoerli_swap_LpAccount_orderBy { id address balances } -type xdai_swap_LpToken { +type optimismgoerli_swap_LpToken { id: ID! - address: xdai_swap_Bytes! - stableSwap: xdai_swap_StableSwap! + address: optimismgoerli_swap_Bytes! + stableSwap: optimismgoerli_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: optimismgoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpTokenEvent_filter): [optimismgoerli_swap_LpTokenEvent!]! } -interface xdai_swap_LpTokenEvent { +interface optimismgoerli_swap_LpTokenEvent { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTokenEvent_filter { +input optimismgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -86248,15 +84127,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_: optimismgoerli_swap_LpToken_filter + amount: optimismgoerli_swap_BigDecimal + amount_not: optimismgoerli_swap_BigDecimal + amount_gt: optimismgoerli_swap_BigDecimal + amount_lt: optimismgoerli_swap_BigDecimal + amount_gte: optimismgoerli_swap_BigDecimal + amount_lte: optimismgoerli_swap_BigDecimal + amount_in: [optimismgoerli_swap_BigDecimal!] + amount_not_in: [optimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -86273,16 +84152,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: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86292,12 +84171,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpTokenEvent_filter] + or: [optimismgoerli_swap_LpTokenEvent_filter] } -enum xdai_swap_LpTokenEvent_orderBy { +enum optimismgoerli_swap_LpTokenEvent_orderBy { id token token__id @@ -86313,7 +84192,7 @@ enum xdai_swap_LpTokenEvent_orderBy { nonce } -input xdai_swap_LpToken_filter { +input optimismgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -86322,16 +84201,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: optimismgoerli_swap_Bytes + address_not: optimismgoerli_swap_Bytes + address_gt: optimismgoerli_swap_Bytes + address_lt: optimismgoerli_swap_Bytes + address_gte: optimismgoerli_swap_Bytes + address_lte: optimismgoerli_swap_Bytes + address_in: [optimismgoerli_swap_Bytes!] + address_not_in: [optimismgoerli_swap_Bytes!] + address_contains: optimismgoerli_swap_Bytes + address_not_contains: optimismgoerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -86352,7 +84231,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_: optimismgoerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -86401,22 +84280,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: optimismgoerli_swap_BigDecimal + totalSupply_not: optimismgoerli_swap_BigDecimal + totalSupply_gt: optimismgoerli_swap_BigDecimal + totalSupply_lt: optimismgoerli_swap_BigDecimal + totalSupply_gte: optimismgoerli_swap_BigDecimal + totalSupply_lte: optimismgoerli_swap_BigDecimal + totalSupply_in: [optimismgoerli_swap_BigDecimal!] + totalSupply_not_in: [optimismgoerli_swap_BigDecimal!] + events_: optimismgoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpToken_filter] - or: [xdai_swap_LpToken_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpToken_filter] + or: [optimismgoerli_swap_LpToken_filter] } -enum xdai_swap_LpToken_orderBy { +enum optimismgoerli_swap_LpToken_orderBy { id address stableSwap @@ -86443,21 +84322,21 @@ enum xdai_swap_LpToken_orderBy { events } -type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { +type optimismgoerli_swap_LpTransferEvent implements optimismgoerli_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: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! + from: optimismgoerli_swap_Bytes! + to: optimismgoerli_swap_Bytes! + fromBalance: optimismgoerli_swap_BigDecimal! + toBalance: optimismgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTransferEvent_filter { +input optimismgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -86486,51 +84365,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_: optimismgoerli_swap_LpToken_filter + amount: optimismgoerli_swap_BigDecimal + amount_not: optimismgoerli_swap_BigDecimal + amount_gt: optimismgoerli_swap_BigDecimal + amount_lt: optimismgoerli_swap_BigDecimal + amount_gte: optimismgoerli_swap_BigDecimal + amount_lte: optimismgoerli_swap_BigDecimal + amount_in: [optimismgoerli_swap_BigDecimal!] + amount_not_in: [optimismgoerli_swap_BigDecimal!] + from: optimismgoerli_swap_Bytes + from_not: optimismgoerli_swap_Bytes + from_gt: optimismgoerli_swap_Bytes + from_lt: optimismgoerli_swap_Bytes + from_gte: optimismgoerli_swap_Bytes + from_lte: optimismgoerli_swap_Bytes + from_in: [optimismgoerli_swap_Bytes!] + from_not_in: [optimismgoerli_swap_Bytes!] + from_contains: optimismgoerli_swap_Bytes + from_not_contains: optimismgoerli_swap_Bytes + to: optimismgoerli_swap_Bytes + to_not: optimismgoerli_swap_Bytes + to_gt: optimismgoerli_swap_Bytes + to_lt: optimismgoerli_swap_Bytes + to_gte: optimismgoerli_swap_Bytes + to_lte: optimismgoerli_swap_Bytes + to_in: [optimismgoerli_swap_Bytes!] + to_not_in: [optimismgoerli_swap_Bytes!] + to_contains: optimismgoerli_swap_Bytes + to_not_contains: optimismgoerli_swap_Bytes + fromBalance: optimismgoerli_swap_BigDecimal + fromBalance_not: optimismgoerli_swap_BigDecimal + fromBalance_gt: optimismgoerli_swap_BigDecimal + fromBalance_lt: optimismgoerli_swap_BigDecimal + fromBalance_gte: optimismgoerli_swap_BigDecimal + fromBalance_lte: optimismgoerli_swap_BigDecimal + fromBalance_in: [optimismgoerli_swap_BigDecimal!] + fromBalance_not_in: [optimismgoerli_swap_BigDecimal!] + toBalance: optimismgoerli_swap_BigDecimal + toBalance_not: optimismgoerli_swap_BigDecimal + toBalance_gt: optimismgoerli_swap_BigDecimal + toBalance_lt: optimismgoerli_swap_BigDecimal + toBalance_gte: optimismgoerli_swap_BigDecimal + toBalance_lte: optimismgoerli_swap_BigDecimal + toBalance_in: [optimismgoerli_swap_BigDecimal!] + toBalance_not_in: [optimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -86547,16 +84426,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: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86566,12 +84445,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpTransferEvent_filter] + or: [optimismgoerli_swap_LpTransferEvent_filter] } -enum xdai_swap_LpTransferEvent_orderBy { +enum optimismgoerli_swap_LpTransferEvent_orderBy { id token token__id @@ -86592,17 +84471,17 @@ enum xdai_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum xdai_swap_OrderDirection { +enum optimismgoerli_swap_OrderDirection { asc desc } -type xdai_swap_PooledToken { +type optimismgoerli_swap_PooledToken { id: ID! - asset: xdai_swap_Bytes! + asset: optimismgoerli_swap_Bytes! } -input xdai_swap_PooledToken_filter { +input optimismgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -86611,59 +84490,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: optimismgoerli_swap_Bytes + asset_not: optimismgoerli_swap_Bytes + asset_gt: optimismgoerli_swap_Bytes + asset_lt: optimismgoerli_swap_Bytes + asset_gte: optimismgoerli_swap_Bytes + asset_lte: optimismgoerli_swap_Bytes + asset_in: [optimismgoerli_swap_Bytes!] + asset_not_in: [optimismgoerli_swap_Bytes!] + asset_contains: optimismgoerli_swap_Bytes + asset_not_contains: optimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_PooledToken_filter] - or: [xdai_swap_PooledToken_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_PooledToken_filter] + or: [optimismgoerli_swap_PooledToken_filter] } -enum xdai_swap_PooledToken_orderBy { +enum optimismgoerli_swap_PooledToken_orderBy { id asset } -type xdai_swap_StableSwap { +type optimismgoerli_swap_StableSwap { id: ID! isActive: Boolean - key: xdai_swap_Bytes! - canonicalId: xdai_swap_Bytes + key: optimismgoerli_swap_Bytes! + canonicalId: optimismgoerli_swap_Bytes domain: BigInt - swapPool: xdai_swap_Bytes - lpToken: xdai_swap_Bytes + swapPool: optimismgoerli_swap_Bytes + lpToken: optimismgoerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [xdai_swap_Bytes!]! + pooledTokens: [optimismgoerli_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: 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: optimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapEvent_filter): [optimismgoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapExchange_filter): [optimismgoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapHourlyVolume_filter): [optimismgoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapDailyVolume_filter): [optimismgoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapWeeklyVolume_filter): [optimismgoerli_swap_SwapWeeklyVolume!] } -type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { +type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + provider: optimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -86672,11 +84551,11 @@ type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapAddLiquidityEvent_filter { +input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -86705,17 +84584,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_: optimismgoerli_swap_StableSwap_filter + provider: optimismgoerli_swap_Bytes + provider_not: optimismgoerli_swap_Bytes + provider_gt: optimismgoerli_swap_Bytes + provider_lt: optimismgoerli_swap_Bytes + provider_gte: optimismgoerli_swap_Bytes + provider_lte: optimismgoerli_swap_Bytes + provider_in: [optimismgoerli_swap_Bytes!] + provider_not_in: [optimismgoerli_swap_Bytes!] + provider_contains: optimismgoerli_swap_Bytes + provider_not_contains: optimismgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -86774,16 +84653,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: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86793,12 +84672,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -86830,16 +84709,16 @@ enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface xdai_swap_StableSwapEvent { +interface optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapEvent_filter { +input optimismgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -86868,7 +84747,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_: optimismgoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -86885,16 +84764,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: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86904,12 +84783,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapEvent_filter] + or: [optimismgoerli_swap_StableSwapEvent_filter] } -enum xdai_swap_StableSwapEvent_orderBy { +enum optimismgoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -86934,10 +84813,10 @@ enum xdai_swap_StableSwapEvent_orderBy { nonce } -type xdai_swap_StableSwapExchange { +type optimismgoerli_swap_StableSwapExchange { id: ID! - stableSwap: xdai_swap_StableSwap! - buyer: xdai_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + buyer: optimismgoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -86946,11 +84825,11 @@ type xdai_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapExchange_filter { +input optimismgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -86979,17 +84858,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_: optimismgoerli_swap_StableSwap_filter + buyer: optimismgoerli_swap_Bytes + buyer_not: optimismgoerli_swap_Bytes + buyer_gt: optimismgoerli_swap_Bytes + buyer_lt: optimismgoerli_swap_Bytes + buyer_gte: optimismgoerli_swap_Bytes + buyer_lte: optimismgoerli_swap_Bytes + buyer_in: [optimismgoerli_swap_Bytes!] + buyer_not_in: [optimismgoerli_swap_Bytes!] + buyer_contains: optimismgoerli_swap_Bytes + buyer_not_contains: optimismgoerli_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -87052,31 +84931,31 @@ 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 - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapExchange_filter] - or: [xdai_swap_StableSwapExchange_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapExchange_filter] + or: [optimismgoerli_swap_StableSwapExchange_filter] } -enum xdai_swap_StableSwapExchange_orderBy { +enum optimismgoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -87108,10 +84987,10 @@ enum xdai_swap_StableSwapExchange_orderBy { nonce } -type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { +type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + provider: optimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -87120,11 +84999,11 @@ type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEve balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapRemoveLiquidityEvent_filter { +input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -87153,17 +85032,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_: optimismgoerli_swap_StableSwap_filter + provider: optimismgoerli_swap_Bytes + provider_not: optimismgoerli_swap_Bytes + provider_gt: optimismgoerli_swap_Bytes + provider_lt: optimismgoerli_swap_Bytes + provider_gte: optimismgoerli_swap_Bytes + provider_lte: optimismgoerli_swap_Bytes + provider_in: [optimismgoerli_swap_Bytes!] + provider_not_in: [optimismgoerli_swap_Bytes!] + provider_contains: optimismgoerli_swap_Bytes + provider_not_contains: optimismgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -87222,16 +85101,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: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -87241,12 +85120,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -87278,7 +85157,7 @@ enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input xdai_swap_StableSwap_filter { +input optimismgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -87291,26 +85170,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: optimismgoerli_swap_Bytes + key_not: optimismgoerli_swap_Bytes + key_gt: optimismgoerli_swap_Bytes + key_lt: optimismgoerli_swap_Bytes + key_gte: optimismgoerli_swap_Bytes + key_lte: optimismgoerli_swap_Bytes + key_in: [optimismgoerli_swap_Bytes!] + key_not_in: [optimismgoerli_swap_Bytes!] + key_contains: optimismgoerli_swap_Bytes + key_not_contains: optimismgoerli_swap_Bytes + canonicalId: optimismgoerli_swap_Bytes + canonicalId_not: optimismgoerli_swap_Bytes + canonicalId_gt: optimismgoerli_swap_Bytes + canonicalId_lt: optimismgoerli_swap_Bytes + canonicalId_gte: optimismgoerli_swap_Bytes + canonicalId_lte: optimismgoerli_swap_Bytes + canonicalId_in: [optimismgoerli_swap_Bytes!] + canonicalId_not_in: [optimismgoerli_swap_Bytes!] + canonicalId_contains: optimismgoerli_swap_Bytes + canonicalId_not_contains: optimismgoerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -87319,26 +85198,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: optimismgoerli_swap_Bytes + swapPool_not: optimismgoerli_swap_Bytes + swapPool_gt: optimismgoerli_swap_Bytes + swapPool_lt: optimismgoerli_swap_Bytes + swapPool_gte: optimismgoerli_swap_Bytes + swapPool_lte: optimismgoerli_swap_Bytes + swapPool_in: [optimismgoerli_swap_Bytes!] + swapPool_not_in: [optimismgoerli_swap_Bytes!] + swapPool_contains: optimismgoerli_swap_Bytes + swapPool_not_contains: optimismgoerli_swap_Bytes + lpToken: optimismgoerli_swap_Bytes + lpToken_not: optimismgoerli_swap_Bytes + lpToken_gt: optimismgoerli_swap_Bytes + lpToken_lt: optimismgoerli_swap_Bytes + lpToken_gte: optimismgoerli_swap_Bytes + lpToken_lte: optimismgoerli_swap_Bytes + lpToken_in: [optimismgoerli_swap_Bytes!] + lpToken_not_in: [optimismgoerli_swap_Bytes!] + lpToken_contains: optimismgoerli_swap_Bytes + lpToken_not_contains: optimismgoerli_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -87387,12 +85266,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: [optimismgoerli_swap_Bytes!] + pooledTokens_not: [optimismgoerli_swap_Bytes!] + pooledTokens_contains: [optimismgoerli_swap_Bytes!] + pooledTokens_contains_nocase: [optimismgoerli_swap_Bytes!] + pooledTokens_not_contains: [optimismgoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [optimismgoerli_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -87435,18 +85314,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_: optimismgoerli_swap_StableSwapEvent_filter + exchanges_: optimismgoerli_swap_StableSwapExchange_filter + hourlyVolumes_: optimismgoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: optimismgoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: optimismgoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwap_filter] - or: [xdai_swap_StableSwap_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwap_filter] + or: [optimismgoerli_swap_StableSwap_filter] } -enum xdai_swap_StableSwap_orderBy { +enum optimismgoerli_swap_StableSwap_orderBy { id isActive key @@ -87474,14 +85353,14 @@ enum xdai_swap_StableSwap_orderBy { weeklyVolumes } -type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapDailyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input xdai_swap_SwapDailyVolume_filter { +input optimismgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -87510,7 +85389,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_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87519,21 +85398,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: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapDailyVolume_filter] - or: [xdai_swap_SwapDailyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapDailyVolume_filter] + or: [optimismgoerli_swap_SwapDailyVolume_filter] } -enum xdai_swap_SwapDailyVolume_orderBy { +enum optimismgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -87556,14 +85435,14 @@ enum xdai_swap_SwapDailyVolume_orderBy { volume } -type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapHourlyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input xdai_swap_SwapHourlyVolume_filter { +input optimismgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -87592,7 +85471,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_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87601,21 +85480,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: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapHourlyVolume_filter] - or: [xdai_swap_SwapHourlyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapHourlyVolume_filter] + or: [optimismgoerli_swap_SwapHourlyVolume_filter] } -enum xdai_swap_SwapHourlyVolume_orderBy { +enum optimismgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -87638,13 +85517,13 @@ enum xdai_swap_SwapHourlyVolume_orderBy { volume } -interface xdai_swap_SwapTradeVolume { - stableSwap: xdai_swap_StableSwap! +interface optimismgoerli_swap_SwapTradeVolume { + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input xdai_swap_SwapTradeVolume_filter { +input optimismgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -87665,7 +85544,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_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87674,21 +85553,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: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapTradeVolume_filter] - or: [xdai_swap_SwapTradeVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapTradeVolume_filter] + or: [optimismgoerli_swap_SwapTradeVolume_filter] } -enum xdai_swap_SwapTradeVolume_orderBy { +enum optimismgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -87710,14 +85589,14 @@ enum xdai_swap_SwapTradeVolume_orderBy { volume } -type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapWeeklyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input xdai_swap_SwapWeeklyVolume_filter { +input optimismgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -87746,7 +85625,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_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87755,21 +85634,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: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapWeeklyVolume_filter] - or: [xdai_swap_SwapWeeklyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapWeeklyVolume_filter] + or: [optimismgoerli_swap_SwapWeeklyVolume_filter] } -enum xdai_swap_SwapWeeklyVolume_orderBy { +enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -87792,13 +85671,13 @@ enum xdai_swap_SwapWeeklyVolume_orderBy { volume } -type xdai_swap_SystemInfo { +type optimismgoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input xdai_swap_SystemInfo_filter { +input optimismgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -87824,30 +85703,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: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SystemInfo_filter] + or: [optimismgoerli_swap_SystemInfo_filter] } -enum xdai_swap_SystemInfo_orderBy { +enum optimismgoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type xdai_swap__Block_ { +type optimismgoerli_swap__Block_ { """The hash of the block""" - hash: xdai_swap_Bytes + hash: optimismgoerli_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: optimismgoerli_swap_Bytes } """The type for the top-level _meta field""" -type xdai_swap__Meta_ { +type optimismgoerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -87855,55 +85734,30 @@ type xdai_swap__Meta_ { and therefore asks for the latest block """ - block: xdai_swap__Block_! + block: optimismgoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum staginggoerli_swap_Aggregation_interval { - hour - day -} - -scalar staginggoerli_swap_BigDecimal - -input staginggoerli_swap_BlockChangedFilter { - number_gte: Int! -} - -input staginggoerli_swap_Block_height { - hash: staginggoerli_swap_Bytes - number: Int - number_gte: Int -} - -scalar staginggoerli_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar staginggoerli_swap_Int8 - -type staginggoerli_swap_LpAccount { +type bnb_AggregateRoot { id: ID! - address: staginggoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpAccountBalance_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpAccountBalance_filter): [staginggoerli_swap_LpAccountBalance!]! + root: bnb_Bytes! + blockNumber: BigInt! } -type staginggoerli_swap_LpAccountBalance { +type bnb_AggregateRootProposed { id: ID! - account: staginggoerli_swap_LpAccount! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: staginggoerli_swap_Bytes + aggregateRoot: bnb_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input staginggoerli_swap_LpAccountBalance_filter { +input bnb_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -87912,107 +85766,73 @@ input staginggoerli_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: staginggoerli_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: staginggoerli_swap_LpToken_filter - amount: staginggoerli_swap_BigDecimal - amount_not: staginggoerli_swap_BigDecimal - amount_gt: staginggoerli_swap_BigDecimal - amount_lt: staginggoerli_swap_BigDecimal - amount_gte: staginggoerli_swap_BigDecimal - amount_lte: staginggoerli_swap_BigDecimal - amount_in: [staginggoerli_swap_BigDecimal!] - amount_not_in: [staginggoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + 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 + 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: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpAccountBalance_filter] - or: [staginggoerli_swap_LpAccountBalance_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AggregateRootProposed_filter] + or: [bnb_AggregateRootProposed_filter] } -enum staginggoerli_swap_LpAccountBalance_orderBy { +enum bnb_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 staginggoerli_swap_LpAccount_filter { +input bnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -88021,51 +85841,66 @@ input staginggoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: staginggoerli_swap_Bytes - address_not: staginggoerli_swap_Bytes - address_gt: staginggoerli_swap_Bytes - address_lt: staginggoerli_swap_Bytes - address_gte: staginggoerli_swap_Bytes - address_lte: staginggoerli_swap_Bytes - address_in: [staginggoerli_swap_Bytes!] - address_not_in: [staginggoerli_swap_Bytes!] - address_contains: staginggoerli_swap_Bytes - address_not_contains: staginggoerli_swap_Bytes - balances_: staginggoerli_swap_LpAccountBalance_filter + 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 + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpAccount_filter] - or: [staginggoerli_swap_LpAccount_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AggregateRoot_filter] + or: [bnb_AggregateRoot_filter] } -enum staginggoerli_swap_LpAccount_orderBy { +enum bnb_AggregateRoot_orderBy { id - address - balances + root + blockNumber } -type staginggoerli_swap_LpToken { +enum bnb_Aggregation_interval { + hour + day +} + +type bnb_Asset { id: ID! - address: staginggoerli_swap_Bytes! - stableSwap: staginggoerli_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: staginggoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpTokenEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpTokenEvent_filter): [staginggoerli_swap_LpTokenEvent!]! + key: bnb_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: bnb_Bytes + canonicalDomain: BigInt + adoptedAsset: bnb_Bytes + localAsset: bnb_Bytes + blockNumber: BigInt + status: bnb_AssetStatus } -interface staginggoerli_swap_LpTokenEvent { +type bnb_AssetBalance { id: ID! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: bnb_Router! + asset: bnb_Asset! + feesEarned: BigInt! } -input staginggoerli_swap_LpTokenEvent_filter { +input bnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -88074,92 +85909,126 @@ input staginggoerli_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: staginggoerli_swap_LpToken_filter - amount: staginggoerli_swap_BigDecimal - amount_not: staginggoerli_swap_BigDecimal - amount_gt: staginggoerli_swap_BigDecimal - amount_lt: staginggoerli_swap_BigDecimal - amount_gte: staginggoerli_swap_BigDecimal - amount_lte: staginggoerli_swap_BigDecimal - amount_in: [staginggoerli_swap_BigDecimal!] - amount_not_in: [staginggoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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_: bnb_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: bnb_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpTokenEvent_filter] - or: [staginggoerli_swap_LpTokenEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AssetBalance_filter] + or: [bnb_AssetBalance_filter] } -enum staginggoerli_swap_LpTokenEvent_orderBy { +enum bnb_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 staginggoerli_swap_LpToken_filter { +type bnb_AssetStatus { + id: ID! + status: Boolean +} + +input bnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -88168,142 +86037,22 @@ input staginggoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: staginggoerli_swap_Bytes - address_not: staginggoerli_swap_Bytes - address_gt: staginggoerli_swap_Bytes - address_lt: staginggoerli_swap_Bytes - address_gte: staginggoerli_swap_Bytes - address_lte: staginggoerli_swap_Bytes - address_in: [staginggoerli_swap_Bytes!] - address_not_in: [staginggoerli_swap_Bytes!] - address_contains: staginggoerli_swap_Bytes - address_not_contains: staginggoerli_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: staginggoerli_swap_BigDecimal - totalSupply_not: staginggoerli_swap_BigDecimal - totalSupply_gt: staginggoerli_swap_BigDecimal - totalSupply_lt: staginggoerli_swap_BigDecimal - totalSupply_gte: staginggoerli_swap_BigDecimal - totalSupply_lte: staginggoerli_swap_BigDecimal - totalSupply_in: [staginggoerli_swap_BigDecimal!] - totalSupply_not_in: [staginggoerli_swap_BigDecimal!] - events_: staginggoerli_swap_LpTokenEvent_filter + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpToken_filter] - or: [staginggoerli_swap_LpToken_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AssetStatus_filter] + or: [bnb_AssetStatus_filter] } -enum staginggoerli_swap_LpToken_orderBy { +enum bnb_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 staginggoerli_swap_LpTransferEvent implements staginggoerli_swap_LpTokenEvent { - id: ID! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! - from: staginggoerli_swap_Bytes! - to: staginggoerli_swap_Bytes! - fromBalance: staginggoerli_swap_BigDecimal! - toBalance: staginggoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + status } -input staginggoerli_swap_LpTransferEvent_filter { +input bnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -88312,143 +86061,144 @@ input staginggoerli_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_: staginggoerli_swap_LpToken_filter - amount: staginggoerli_swap_BigDecimal - amount_not: staginggoerli_swap_BigDecimal - amount_gt: staginggoerli_swap_BigDecimal - amount_lt: staginggoerli_swap_BigDecimal - amount_gte: staginggoerli_swap_BigDecimal - amount_lte: staginggoerli_swap_BigDecimal - amount_in: [staginggoerli_swap_BigDecimal!] - amount_not_in: [staginggoerli_swap_BigDecimal!] - from: staginggoerli_swap_Bytes - from_not: staginggoerli_swap_Bytes - from_gt: staginggoerli_swap_Bytes - from_lt: staginggoerli_swap_Bytes - from_gte: staginggoerli_swap_Bytes - from_lte: staginggoerli_swap_Bytes - from_in: [staginggoerli_swap_Bytes!] - from_not_in: [staginggoerli_swap_Bytes!] - from_contains: staginggoerli_swap_Bytes - from_not_contains: staginggoerli_swap_Bytes - to: staginggoerli_swap_Bytes - to_not: staginggoerli_swap_Bytes - to_gt: staginggoerli_swap_Bytes - to_lt: staginggoerli_swap_Bytes - to_gte: staginggoerli_swap_Bytes - to_lte: staginggoerli_swap_Bytes - to_in: [staginggoerli_swap_Bytes!] - to_not_in: [staginggoerli_swap_Bytes!] - to_contains: staginggoerli_swap_Bytes - to_not_contains: staginggoerli_swap_Bytes - fromBalance: staginggoerli_swap_BigDecimal - fromBalance_not: staginggoerli_swap_BigDecimal - fromBalance_gt: staginggoerli_swap_BigDecimal - fromBalance_lt: staginggoerli_swap_BigDecimal - fromBalance_gte: staginggoerli_swap_BigDecimal - fromBalance_lte: staginggoerli_swap_BigDecimal - fromBalance_in: [staginggoerli_swap_BigDecimal!] - fromBalance_not_in: [staginggoerli_swap_BigDecimal!] - toBalance: staginggoerli_swap_BigDecimal - toBalance_not: staginggoerli_swap_BigDecimal - toBalance_gt: staginggoerli_swap_BigDecimal - toBalance_lt: staginggoerli_swap_BigDecimal - toBalance_gte: staginggoerli_swap_BigDecimal - toBalance_lte: staginggoerli_swap_BigDecimal - toBalance_in: [staginggoerli_swap_BigDecimal!] - toBalance_not_in: [staginggoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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 + 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: 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 + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + 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 + 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_: bnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpTransferEvent_filter] - or: [staginggoerli_swap_LpTransferEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Asset_filter] + or: [bnb_Asset_filter] } -enum staginggoerli_swap_LpTransferEvent_orderBy { +enum bnb_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 staginggoerli_swap_OrderDirection { - asc - desc +scalar bnb_BigDecimal + +input bnb_BlockChangedFilter { + number_gte: Int! } -type staginggoerli_swap_PooledToken { +input bnb_Block_height { + hash: bnb_Bytes + number: Int + number_gte: Int +} + +scalar bnb_Bytes + +type bnb_ConnectorMeta { id: ID! - asset: staginggoerli_swap_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: bnb_Bytes + rootManager: bnb_Bytes + mirrorConnector: bnb_Bytes } -input staginggoerli_swap_PooledToken_filter { +input bnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -88457,72 +86207,109 @@ input staginggoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: staginggoerli_swap_Bytes - asset_not: staginggoerli_swap_Bytes - asset_gt: staginggoerli_swap_Bytes - asset_lt: staginggoerli_swap_Bytes - asset_gte: staginggoerli_swap_Bytes - asset_lte: staginggoerli_swap_Bytes - asset_in: [staginggoerli_swap_Bytes!] - asset_not_in: [staginggoerli_swap_Bytes!] - asset_contains: staginggoerli_swap_Bytes - asset_not_contains: staginggoerli_swap_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + 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 """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_PooledToken_filter] - or: [staginggoerli_swap_PooledToken_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_ConnectorMeta_filter] + or: [bnb_ConnectorMeta_filter] } -enum staginggoerli_swap_PooledToken_orderBy { +enum bnb_ConnectorMeta_orderBy { id - asset -} - -type staginggoerli_swap_StableSwap { - id: ID! - isActive: Boolean - key: staginggoerli_swap_Bytes! - canonicalId: staginggoerli_swap_Bytes - domain: BigInt - swapPool: staginggoerli_swap_Bytes - lpToken: staginggoerli_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [staginggoerli_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapEvent_filter): [staginggoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapExchange_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapExchange_filter): [staginggoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapHourlyVolume_filter): [staginggoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapDailyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapDailyVolume_filter): [staginggoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapWeeklyVolume_filter): [staginggoerli_swap_SwapWeeklyVolume!] + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type staginggoerli_swap_StableSwapAddLiquidityEvent implements staginggoerli_swap_StableSwapEvent { +type bnb_DestinationTransfer { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - provider: staginggoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: bnb_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: bnb_Bytes + delegate: bnb_Bytes + receiveLocal: Boolean + callData: bnb_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: bnb_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: bnb_Bytes + asset: bnb_Asset + amount: BigInt + routersFee: BigInt + executedCaller: bnb_Bytes + executedTransactionHash: bnb_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: bnb_Bytes + executedTxNonce: BigInt + reconciledCaller: bnb_Bytes + reconciledTransactionHash: bnb_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: bnb_Bytes + reconciledTxNonce: BigInt } -input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { +input bnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -88531,105 +86318,24 @@ input staginggoerli_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_: staginggoerli_swap_StableSwap_filter - provider: staginggoerli_swap_Bytes - provider_not: staginggoerli_swap_Bytes - provider_gt: staginggoerli_swap_Bytes - provider_lt: staginggoerli_swap_Bytes - provider_gte: staginggoerli_swap_Bytes - provider_lte: staginggoerli_swap_Bytes - provider_in: [staginggoerli_swap_Bytes!] - provider_not_in: [staginggoerli_swap_Bytes!] - provider_contains: staginggoerli_swap_Bytes - provider_not_contains: staginggoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: bnb_Bytes + transferId_not: bnb_Bytes + transferId_gt: bnb_Bytes + transferId_lt: bnb_Bytes + transferId_gte: bnb_Bytes + transferId_lte: bnb_Bytes + transferId_in: [bnb_Bytes!] + transferId_not_in: [bnb_Bytes!] + transferId_contains: bnb_Bytes + transferId_not_contains: bnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -88638,54 +86344,374 @@ input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: bnb_TransferStatus + status_not: bnb_TransferStatus + status_in: [bnb_TransferStatus!] + status_not_in: [bnb_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: bnb_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: bnb_Bytes + to_not: bnb_Bytes + to_gt: bnb_Bytes + to_lt: bnb_Bytes + to_gte: bnb_Bytes + to_lte: bnb_Bytes + to_in: [bnb_Bytes!] + to_not_in: [bnb_Bytes!] + to_contains: bnb_Bytes + to_not_contains: bnb_Bytes + delegate: bnb_Bytes + delegate_not: bnb_Bytes + delegate_gt: bnb_Bytes + delegate_lt: bnb_Bytes + delegate_gte: bnb_Bytes + delegate_lte: bnb_Bytes + delegate_in: [bnb_Bytes!] + delegate_not_in: [bnb_Bytes!] + delegate_contains: bnb_Bytes + delegate_not_contains: bnb_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: bnb_Bytes + callData_not: bnb_Bytes + callData_gt: bnb_Bytes + callData_lt: bnb_Bytes + callData_gte: bnb_Bytes + callData_lte: bnb_Bytes + callData_in: [bnb_Bytes!] + callData_not_in: [bnb_Bytes!] + callData_contains: bnb_Bytes + callData_not_contains: bnb_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: bnb_Bytes + originSender_not: bnb_Bytes + originSender_gt: bnb_Bytes + originSender_lt: bnb_Bytes + originSender_gte: bnb_Bytes + originSender_lte: bnb_Bytes + originSender_in: [bnb_Bytes!] + originSender_not_in: [bnb_Bytes!] + originSender_contains: bnb_Bytes + originSender_not_contains: bnb_Bytes + 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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: bnb_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: bnb_Bytes + executedCaller_not: bnb_Bytes + executedCaller_gt: bnb_Bytes + executedCaller_lt: bnb_Bytes + executedCaller_gte: bnb_Bytes + executedCaller_lte: bnb_Bytes + executedCaller_in: [bnb_Bytes!] + executedCaller_not_in: [bnb_Bytes!] + executedCaller_contains: bnb_Bytes + executedCaller_not_contains: bnb_Bytes + executedTransactionHash: bnb_Bytes + executedTransactionHash_not: bnb_Bytes + executedTransactionHash_gt: bnb_Bytes + executedTransactionHash_lt: bnb_Bytes + executedTransactionHash_gte: bnb_Bytes + executedTransactionHash_lte: bnb_Bytes + executedTransactionHash_in: [bnb_Bytes!] + executedTransactionHash_not_in: [bnb_Bytes!] + executedTransactionHash_contains: bnb_Bytes + executedTransactionHash_not_contains: bnb_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: bnb_Bytes + executedTxOrigin_not: bnb_Bytes + executedTxOrigin_gt: bnb_Bytes + executedTxOrigin_lt: bnb_Bytes + executedTxOrigin_gte: bnb_Bytes + executedTxOrigin_lte: bnb_Bytes + executedTxOrigin_in: [bnb_Bytes!] + executedTxOrigin_not_in: [bnb_Bytes!] + executedTxOrigin_contains: bnb_Bytes + executedTxOrigin_not_contains: bnb_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: bnb_Bytes + reconciledCaller_not: bnb_Bytes + reconciledCaller_gt: bnb_Bytes + reconciledCaller_lt: bnb_Bytes + reconciledCaller_gte: bnb_Bytes + reconciledCaller_lte: bnb_Bytes + reconciledCaller_in: [bnb_Bytes!] + reconciledCaller_not_in: [bnb_Bytes!] + reconciledCaller_contains: bnb_Bytes + reconciledCaller_not_contains: bnb_Bytes + reconciledTransactionHash: bnb_Bytes + reconciledTransactionHash_not: bnb_Bytes + reconciledTransactionHash_gt: bnb_Bytes + reconciledTransactionHash_lt: bnb_Bytes + reconciledTransactionHash_gte: bnb_Bytes + reconciledTransactionHash_lte: bnb_Bytes + reconciledTransactionHash_in: [bnb_Bytes!] + reconciledTransactionHash_not_in: [bnb_Bytes!] + reconciledTransactionHash_contains: bnb_Bytes + reconciledTransactionHash_not_contains: bnb_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin_not: bnb_Bytes + reconciledTxOrigin_gt: bnb_Bytes + reconciledTxOrigin_lt: bnb_Bytes + reconciledTxOrigin_gte: bnb_Bytes + reconciledTxOrigin_lte: bnb_Bytes + reconciledTxOrigin_in: [bnb_Bytes!] + reconciledTxOrigin_not_in: [bnb_Bytes!] + reconciledTxOrigin_contains: bnb_Bytes + reconciledTxOrigin_not_contains: bnb_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_DestinationTransfer_filter] + or: [bnb_DestinationTransfer_filter] } -enum staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum bnb_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 staginggoerli_swap_StableSwapEvent { +""" +8 bytes signed integer + +""" +scalar bnb_Int8 + +type bnb_OptimisticRootFinalized { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - block: BigInt! + aggregateRoot: bnb_Bytes! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input staginggoerli_swap_StableSwapEvent_filter { +input bnb_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -88694,35 +86720,16 @@ input staginggoerli_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_: staginggoerli_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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 @@ -88731,72 +86738,47 @@ input staginggoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapEvent_filter] - or: [staginggoerli_swap_StableSwapEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OptimisticRootFinalized_filter] + or: [bnb_OptimisticRootFinalized_filter] } -enum staginggoerli_swap_StableSwapEvent_orderBy { +enum bnb_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 staginggoerli_swap_StableSwapExchange { +"""Defines the order direction, either ascending or descending""" +enum bnb_OrderDirection { + asc + desc +} + +type bnb_OriginMessage { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - buyer: staginggoerli_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + transferId: bnb_Bytes + destinationDomain: BigInt + leaf: bnb_Bytes + index: BigInt + message: bnb_Bytes + root: bnb_Bytes + transactionHash: bnb_Bytes + blockNumber: BigInt + rootCount: bnb_RootCount } -input staginggoerli_swap_StableSwapExchange_filter { +input bnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -88805,172 +86787,158 @@ input staginggoerli_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_: staginggoerli_swap_StableSwap_filter - buyer: staginggoerli_swap_Bytes - buyer_not: staginggoerli_swap_Bytes - buyer_gt: staginggoerli_swap_Bytes - buyer_lt: staginggoerli_swap_Bytes - buyer_gte: staginggoerli_swap_Bytes - buyer_lte: staginggoerli_swap_Bytes - buyer_in: [staginggoerli_swap_Bytes!] - buyer_not_in: [staginggoerli_swap_Bytes!] - buyer_contains: staginggoerli_swap_Bytes - buyer_not_contains: staginggoerli_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + transferId: bnb_Bytes + transferId_not: bnb_Bytes + transferId_gt: bnb_Bytes + transferId_lt: bnb_Bytes + transferId_gte: bnb_Bytes + transferId_lte: bnb_Bytes + transferId_in: [bnb_Bytes!] + transferId_not_in: [bnb_Bytes!] + transferId_contains: bnb_Bytes + transferId_not_contains: bnb_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: bnb_Bytes + leaf_not: bnb_Bytes + leaf_gt: bnb_Bytes + leaf_lt: bnb_Bytes + leaf_gte: bnb_Bytes + leaf_lte: bnb_Bytes + leaf_in: [bnb_Bytes!] + leaf_not_in: [bnb_Bytes!] + leaf_contains: bnb_Bytes + leaf_not_contains: bnb_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: bnb_Bytes + message_not: bnb_Bytes + message_gt: bnb_Bytes + message_lt: bnb_Bytes + message_gte: bnb_Bytes + message_lte: bnb_Bytes + message_in: [bnb_Bytes!] + message_not_in: [bnb_Bytes!] + message_contains: bnb_Bytes + message_not_contains: bnb_Bytes + root: bnb_Bytes + root_not: bnb_Bytes + root_gt: bnb_Bytes + root_lt: bnb_Bytes + root_gte: bnb_Bytes + root_lte: bnb_Bytes + root_in: [bnb_Bytes!] + root_not_in: [bnb_Bytes!] + root_contains: bnb_Bytes + root_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes + 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_: bnb_RootCount_filter """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapExchange_filter] - or: [staginggoerli_swap_StableSwapExchange_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginMessage_filter] + or: [bnb_OriginMessage_filter] } -enum staginggoerli_swap_StableSwapExchange_orderBy { +enum bnb_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 staginggoerli_swap_StableSwapRemoveLiquidityEvent implements staginggoerli_swap_StableSwapEvent { +type bnb_OriginTransfer { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - provider: staginggoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: bnb_Bytes + nonce: BigInt + status: bnb_TransferStatus + messageHash: bnb_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: bnb_Bytes + delegate: bnb_Bytes + receiveLocal: Boolean + callData: bnb_Bytes + slippage: BigInt + originSender: bnb_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: bnb_Bytes + asset: bnb_Asset + transactingAsset: bnb_Bytes + message: bnb_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: bnb_RelayerFee_orderBy, orderDirection: bnb_OrderDirection, where: bnb_RelayerFee_filter): [bnb_RelayerFee!] + initialRelayerFeeAsset: bnb_Bytes + caller: bnb_Bytes + transactionHash: bnb_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: bnb_Bytes + txNonce: BigInt } -input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input bnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -88979,105 +86947,24 @@ input staginggoerli_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_: staginggoerli_swap_StableSwap_filter - provider: staginggoerli_swap_Bytes - provider_not: staginggoerli_swap_Bytes - provider_gt: staginggoerli_swap_Bytes - provider_lt: staginggoerli_swap_Bytes - provider_gte: staginggoerli_swap_Bytes - provider_lte: staginggoerli_swap_Bytes - provider_in: [staginggoerli_swap_Bytes!] - provider_not_in: [staginggoerli_swap_Bytes!] - provider_contains: staginggoerli_swap_Bytes - provider_not_contains: staginggoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: bnb_Bytes + transferId_not: bnb_Bytes + transferId_gt: bnb_Bytes + transferId_lt: bnb_Bytes + transferId_gte: bnb_Bytes + transferId_lte: bnb_Bytes + transferId_in: [bnb_Bytes!] + transferId_not_in: [bnb_Bytes!] + transferId_contains: bnb_Bytes + transferId_not_contains: bnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -89086,45 +86973,342 @@ input staginggoerli_swap_StableSwapRemoveLiquidityEvent_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 + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: bnb_Bytes + to_not: bnb_Bytes + to_gt: bnb_Bytes + to_lt: bnb_Bytes + to_gte: bnb_Bytes + to_lte: bnb_Bytes + to_in: [bnb_Bytes!] + to_not_in: [bnb_Bytes!] + to_contains: bnb_Bytes + to_not_contains: bnb_Bytes + delegate: bnb_Bytes + delegate_not: bnb_Bytes + delegate_gt: bnb_Bytes + delegate_lt: bnb_Bytes + delegate_gte: bnb_Bytes + delegate_lte: bnb_Bytes + delegate_in: [bnb_Bytes!] + delegate_not_in: [bnb_Bytes!] + delegate_contains: bnb_Bytes + delegate_not_contains: bnb_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: bnb_Bytes + callData_not: bnb_Bytes + callData_gt: bnb_Bytes + callData_lt: bnb_Bytes + callData_gte: bnb_Bytes + callData_lte: bnb_Bytes + callData_in: [bnb_Bytes!] + callData_not_in: [bnb_Bytes!] + callData_contains: bnb_Bytes + callData_not_contains: bnb_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: bnb_Bytes + originSender_not: bnb_Bytes + originSender_gt: bnb_Bytes + originSender_lt: bnb_Bytes + originSender_gte: bnb_Bytes + originSender_lte: bnb_Bytes + originSender_in: [bnb_Bytes!] + originSender_not_in: [bnb_Bytes!] + originSender_contains: bnb_Bytes + originSender_not_contains: bnb_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: bnb_Bytes + canonicalId_not: bnb_Bytes + canonicalId_gt: bnb_Bytes + canonicalId_lt: bnb_Bytes + canonicalId_gte: bnb_Bytes + canonicalId_lte: bnb_Bytes + canonicalId_in: [bnb_Bytes!] + canonicalId_not_in: [bnb_Bytes!] + canonicalId_contains: bnb_Bytes + canonicalId_not_contains: bnb_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: bnb_Asset_filter + 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 + 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: 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: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginTransfer_filter] + or: [bnb_OriginTransfer_filter] } -enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum bnb_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 staginggoerli_swap_StableSwap_filter { +type bnb_Relayer { + id: ID! + isActive: Boolean! + relayer: bnb_Bytes +} + +type bnb_RelayerFee { + id: ID! + transfer: bnb_OriginTransfer! + fee: BigInt! + asset: bnb_Bytes! +} + +input bnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -89133,201 +87317,101 @@ input staginggoerli_swap_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: staginggoerli_swap_Bytes - key_not: staginggoerli_swap_Bytes - key_gt: staginggoerli_swap_Bytes - key_lt: staginggoerli_swap_Bytes - key_gte: staginggoerli_swap_Bytes - key_lte: staginggoerli_swap_Bytes - key_in: [staginggoerli_swap_Bytes!] - key_not_in: [staginggoerli_swap_Bytes!] - key_contains: staginggoerli_swap_Bytes - key_not_contains: staginggoerli_swap_Bytes - canonicalId: staginggoerli_swap_Bytes - canonicalId_not: staginggoerli_swap_Bytes - canonicalId_gt: staginggoerli_swap_Bytes - canonicalId_lt: staginggoerli_swap_Bytes - canonicalId_gte: staginggoerli_swap_Bytes - canonicalId_lte: staginggoerli_swap_Bytes - canonicalId_in: [staginggoerli_swap_Bytes!] - canonicalId_not_in: [staginggoerli_swap_Bytes!] - canonicalId_contains: staginggoerli_swap_Bytes - canonicalId_not_contains: staginggoerli_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: staginggoerli_swap_Bytes - swapPool_not: staginggoerli_swap_Bytes - swapPool_gt: staginggoerli_swap_Bytes - swapPool_lt: staginggoerli_swap_Bytes - swapPool_gte: staginggoerli_swap_Bytes - swapPool_lte: staginggoerli_swap_Bytes - swapPool_in: [staginggoerli_swap_Bytes!] - swapPool_not_in: [staginggoerli_swap_Bytes!] - swapPool_contains: staginggoerli_swap_Bytes - swapPool_not_contains: staginggoerli_swap_Bytes - lpToken: staginggoerli_swap_Bytes - lpToken_not: staginggoerli_swap_Bytes - lpToken_gt: staginggoerli_swap_Bytes - lpToken_lt: staginggoerli_swap_Bytes - lpToken_gte: staginggoerli_swap_Bytes - lpToken_lte: staginggoerli_swap_Bytes - lpToken_in: [staginggoerli_swap_Bytes!] - lpToken_not_in: [staginggoerli_swap_Bytes!] - lpToken_contains: staginggoerli_swap_Bytes - lpToken_not_contains: staginggoerli_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [staginggoerli_swap_Bytes!] - pooledTokens_not: [staginggoerli_swap_Bytes!] - pooledTokens_contains: [staginggoerli_swap_Bytes!] - pooledTokens_contains_nocase: [staginggoerli_swap_Bytes!] - pooledTokens_not_contains: [staginggoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [staginggoerli_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: staginggoerli_swap_StableSwapEvent_filter - exchanges_: staginggoerli_swap_StableSwapExchange_filter - hourlyVolumes_: staginggoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: staginggoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: staginggoerli_swap_SwapWeeklyVolume_filter + 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: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwap_filter] - or: [staginggoerli_swap_StableSwap_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFee_filter] + or: [bnb_RelayerFee_filter] } -enum staginggoerli_swap_StableSwap_orderBy { +enum bnb_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 staginggoerli_swap_SwapDailyVolume implements staginggoerli_swap_SwapTradeVolume { +type bnb_RelayerFeesIncrease { id: ID! - stableSwap: staginggoerli_swap_StableSwap! + transfer: bnb_OriginTransfer! + increase: BigInt + asset: bnb_Bytes + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input staginggoerli_swap_SwapDailyVolume_filter { +input bnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -89336,27 +87420,65 @@ input staginggoerli_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_: staginggoerli_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_: 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 @@ -89365,51 +87487,79 @@ input staginggoerli_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapDailyVolume_filter] - or: [staginggoerli_swap_SwapDailyVolume_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFeesIncrease_filter] + or: [bnb_RelayerFeesIncrease_filter] } -enum staginggoerli_swap_SwapDailyVolume_orderBy { +enum bnb_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 staginggoerli_swap_SwapHourlyVolume implements staginggoerli_swap_SwapTradeVolume { - id: ID! - stableSwap: staginggoerli_swap_StableSwap! - timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + gasPrice + gasLimit + blockNumber } -input staginggoerli_swap_SwapHourlyVolume_filter { +input bnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -89418,100 +87568,142 @@ input staginggoerli_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + 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: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapHourlyVolume_filter] - or: [staginggoerli_swap_SwapHourlyVolume_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Relayer_filter] + or: [bnb_Relayer_filter] } -enum staginggoerli_swap_SwapHourlyVolume_orderBy { +enum bnb_Relayer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + isActive + relayer } -interface staginggoerli_swap_SwapTradeVolume { - stableSwap: staginggoerli_swap_StableSwap! - timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! +type bnb_RootCount { + id: ID! + count: BigInt } -input staginggoerli_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter +input bnb_RootCount_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: bnb_BlockChangedFilter + and: [bnb_RootCount_filter] + or: [bnb_RootCount_filter] +} + +enum bnb_RootCount_orderBy { + id + count +} + +type bnb_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: bnb_Bytes + count: BigInt + caller: bnb_Bytes + transactionHash: bnb_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input bnb_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: 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 @@ -89520,50 +87712,69 @@ input staginggoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapTradeVolume_filter] - or: [staginggoerli_swap_SwapTradeVolume_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RootMessageSent_filter] + or: [bnb_RootMessageSent_filter] } -enum staginggoerli_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum bnb_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type staginggoerli_swap_SwapWeeklyVolume implements staginggoerli_swap_SwapTradeVolume { +type bnb_Router { id: ID! - stableSwap: staginggoerli_swap_StableSwap! + isActive: Boolean! + owner: bnb_Bytes + recipient: bnb_Bytes + proposedOwner: bnb_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: bnb_AssetBalance_orderBy, orderDirection: bnb_OrderDirection, where: bnb_AssetBalance_filter): [bnb_AssetBalance!]! +} + +type bnb_RouterDailyTVL { + id: ID! + router: bnb_Router! + asset: bnb_Asset! timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + balance: BigInt! } -input staginggoerli_swap_SwapWeeklyVolume_filter { +input bnb_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -89572,27 +87783,48 @@ input staginggoerli_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_: staginggoerli_swap_StableSwap_filter + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: bnb_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: bnb_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -89601,50 +87833,63 @@ input staginggoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapWeeklyVolume_filter] - or: [staginggoerli_swap_SwapWeeklyVolume_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterDailyTVL_filter] + or: [bnb_RouterDailyTVL_filter] } -enum staginggoerli_swap_SwapWeeklyVolume_orderBy { +enum bnb_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 } -type staginggoerli_swap_SystemInfo { +type bnb_RouterLiquidityEvent { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + 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! } -input staginggoerli_swap_SystemInfo_filter { +enum bnb_RouterLiquidityEventType { + Add + Remove +} + +input bnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -89653,103 +87898,222 @@ input staginggoerli_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!] + 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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: bnb_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + 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: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SystemInfo_filter] - or: [staginggoerli_swap_SystemInfo_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterLiquidityEvent_filter] + or: [bnb_RouterLiquidityEvent_filter] } -enum staginggoerli_swap_SystemInfo_orderBy { +enum bnb_RouterLiquidityEvent_orderBy { id - exchangeCount - swapCount -} - -type staginggoerli_swap__Block_ { - """The hash of the block""" - hash: staginggoerli_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: staginggoerli_swap_Bytes -} - -"""The type for the top-level _meta field""" -type staginggoerli_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: staginggoerli_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum arbitrumone_swap_Aggregation_interval { - hour - day -} - -scalar arbitrumone_swap_BigDecimal - -input arbitrumone_swap_BlockChangedFilter { - number_gte: Int! + 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 arbitrumone_swap_Block_height { - hash: arbitrumone_swap_Bytes - number: Int - number_gte: Int +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 arbitrumone_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar arbitrumone_swap_Int8 - -type arbitrumone_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!]! +enum bnb_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type arbitrumone_swap_LpAccountBalance { +type bnb_Sequencer { id: ID! - account: arbitrumone_swap_LpAccount! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: arbitrumone_swap_Bytes + isActive: Boolean! + sequencer: bnb_Bytes } -input arbitrumone_swap_LpAccountBalance_filter { +input bnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -89758,107 +88122,39 @@ input arbitrumone_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: arbitrumone_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccountBalance_filter] - or: [arbitrumone_swap_LpAccountBalance_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Sequencer_filter] + or: [bnb_Sequencer_filter] } -enum arbitrumone_swap_LpAccountBalance_orderBy { +enum bnb_Sequencer_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + isActive + sequencer } -input arbitrumone_swap_LpAccount_filter { +type bnb_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: bnb_Bytes! +} + +input bnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -89867,51 +88163,49 @@ 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 + 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccount_filter] - or: [arbitrumone_swap_LpAccount_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Setting_filter] + or: [bnb_Setting_filter] } -enum arbitrumone_swap_LpAccount_orderBy { +enum bnb_Setting_orderBy { id - address - balances -} - -type arbitrumone_swap_LpToken { - id: ID! - address: arbitrumone_swap_Bytes! - stableSwap: arbitrumone_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: arbitrumone_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! + maxRoutersPerTransfer + caller } -interface arbitrumone_swap_LpTokenEvent { +type bnb_SlippageUpdate { id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! - block: BigInt! + transfer: bnb_DestinationTransfer! + slippage: BigInt! + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input arbitrumone_swap_LpTokenEvent_filter { +input bnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -89920,43 +88214,55 @@ input arbitrumone_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: bnb_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -89965,191 +88271,94 @@ 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 - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTokenEvent_filter] - or: [arbitrumone_swap_LpTokenEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SlippageUpdate_filter] + or: [bnb_SlippageUpdate_filter] } -enum arbitrumone_swap_LpTokenEvent_orderBy { +enum bnb_SlippageUpdate_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -input arbitrumone_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: arbitrumone_swap_Bytes - address_not: arbitrumone_swap_Bytes - address_gt: arbitrumone_swap_Bytes - address_lt: arbitrumone_swap_Bytes - address_gte: arbitrumone_swap_Bytes - address_lte: arbitrumone_swap_Bytes - address_in: [arbitrumone_swap_Bytes!] - address_not_in: [arbitrumone_swap_Bytes!] - address_contains: arbitrumone_swap_Bytes - address_not_contains: arbitrumone_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: arbitrumone_swap_BigDecimal - totalSupply_not: arbitrumone_swap_BigDecimal - totalSupply_gt: arbitrumone_swap_BigDecimal - totalSupply_lt: arbitrumone_swap_BigDecimal - totalSupply_gte: arbitrumone_swap_BigDecimal - totalSupply_lte: arbitrumone_swap_BigDecimal - totalSupply_in: [arbitrumone_swap_BigDecimal!] - totalSupply_not_in: [arbitrumone_swap_BigDecimal!] - events_: arbitrumone_swap_LpTokenEvent_filter - """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpToken_filter] - or: [arbitrumone_swap_LpToken_filter] -} - -enum arbitrumone_swap_LpToken_orderBy { - id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events -} - -type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { +type bnb_SnapshotRoot { id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! - from: arbitrumone_swap_Bytes! - to: arbitrumone_swap_Bytes! - fromBalance: arbitrumone_swap_BigDecimal! - toBalance: arbitrumone_swap_BigDecimal! - block: BigInt! + spokeDomain: BigInt + root: bnb_Bytes! + count: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt! } -input arbitrumone_swap_LpTransferEvent_filter { +input bnb_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -90158,79 +88367,32 @@ input arbitrumone_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] - from: arbitrumone_swap_Bytes - from_not: arbitrumone_swap_Bytes - from_gt: arbitrumone_swap_Bytes - from_lt: arbitrumone_swap_Bytes - from_gte: arbitrumone_swap_Bytes - from_lte: arbitrumone_swap_Bytes - from_in: [arbitrumone_swap_Bytes!] - from_not_in: [arbitrumone_swap_Bytes!] - from_contains: arbitrumone_swap_Bytes - from_not_contains: arbitrumone_swap_Bytes - to: arbitrumone_swap_Bytes - to_not: arbitrumone_swap_Bytes - to_gt: arbitrumone_swap_Bytes - to_lt: arbitrumone_swap_Bytes - to_gte: arbitrumone_swap_Bytes - to_lte: arbitrumone_swap_Bytes - to_in: [arbitrumone_swap_Bytes!] - to_not_in: [arbitrumone_swap_Bytes!] - to_contains: arbitrumone_swap_Bytes - to_not_contains: arbitrumone_swap_Bytes - fromBalance: arbitrumone_swap_BigDecimal - fromBalance_not: arbitrumone_swap_BigDecimal - fromBalance_gt: arbitrumone_swap_BigDecimal - fromBalance_lt: arbitrumone_swap_BigDecimal - fromBalance_gte: arbitrumone_swap_BigDecimal - fromBalance_lte: arbitrumone_swap_BigDecimal - fromBalance_in: [arbitrumone_swap_BigDecimal!] - fromBalance_not_in: [arbitrumone_swap_BigDecimal!] - toBalance: arbitrumone_swap_BigDecimal - toBalance_not: arbitrumone_swap_BigDecimal - toBalance_gt: arbitrumone_swap_BigDecimal - toBalance_lt: arbitrumone_swap_BigDecimal - toBalance_gte: arbitrumone_swap_BigDecimal - toBalance_lte: arbitrumone_swap_BigDecimal - toBalance_in: [arbitrumone_swap_BigDecimal!] - toBalance_not_in: [arbitrumone_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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 @@ -90239,62 +88401,35 @@ 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 - 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTransferEvent_filter] - or: [arbitrumone_swap_LpTransferEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SnapshotRoot_filter] + or: [bnb_SnapshotRoot_filter] } -enum arbitrumone_swap_LpTransferEvent_orderBy { +enum bnb_SnapshotRoot_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block + spokeDomain + root + count timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum arbitrumone_swap_OrderDirection { - asc - desc + blockNumber } -type arbitrumone_swap_PooledToken { +type bnb_SpokeConnectorMode { id: ID! - asset: arbitrumone_swap_Bytes! + mode: String! } -input arbitrumone_swap_PooledToken_filter { +input bnb_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -90303,72 +88438,79 @@ 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 + 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_PooledToken_filter] - or: [arbitrumone_swap_PooledToken_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SpokeConnectorMode_filter] + or: [bnb_SpokeConnectorMode_filter] } -enum arbitrumone_swap_PooledToken_orderBy { +enum bnb_SpokeConnectorMode_orderBy { id - asset + mode } -type arbitrumone_swap_StableSwap { - id: ID! - isActive: Boolean - key: arbitrumone_swap_Bytes! - canonicalId: arbitrumone_swap_Bytes - domain: BigInt - swapPool: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [arbitrumone_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapEvent_filter): [arbitrumone_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapExchange_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapExchange_filter): [arbitrumone_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapHourlyVolume_filter): [arbitrumone_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapDailyVolume_filter): [arbitrumone_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapWeeklyVolume_filter): [arbitrumone_swap_SwapWeeklyVolume!] +enum bnb_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +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 hash of the parent block""" + parentHash: bnb_Bytes +} + +"""The type for the top-level _meta field""" +type bnb__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: bnb__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type lineagoerli_AggregateRoot { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + root: lineagoerli_Bytes! + blockNumber: BigInt! } -input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { +input lineagoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -90377,161 +88519,54 @@ input arbitrumone_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_: arbitrumone_swap_StableSwap_filter - provider: arbitrumone_swap_Bytes - provider_not: arbitrumone_swap_Bytes - provider_gt: arbitrumone_swap_Bytes - provider_lt: arbitrumone_swap_Bytes - provider_gte: arbitrumone_swap_Bytes - provider_lte: arbitrumone_swap_Bytes - provider_in: [arbitrumone_swap_Bytes!] - provider_not_in: [arbitrumone_swap_Bytes!] - provider_contains: arbitrumone_swap_Bytes - provider_not_contains: arbitrumone_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + root: lineagoerli_Bytes + root_not: lineagoerli_Bytes + root_in: [lineagoerli_Bytes!] + root_not_in: [lineagoerli_Bytes!] + root_contains: lineagoerli_Bytes + root_not_contains: lineagoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { +enum lineagoerli_AggregateRoot_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + root + blockNumber } -interface arbitrumone_swap_StableSwapEvent { +type lineagoerli_Asset { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + key: lineagoerli_Bytes + decimal: BigInt + canonicalId: lineagoerli_Bytes + canonicalDomain: BigInt + adoptedAsset: lineagoerli_Bytes + localAsset: lineagoerli_Bytes + blockNumber: BigInt + status: lineagoerli_AssetStatus } -input arbitrumone_swap_StableSwapEvent_filter { +type lineagoerli_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: lineagoerli_Router! + asset: lineagoerli_Asset! + feesEarned: BigInt! +} + +input lineagoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -90540,109 +88575,109 @@ input arbitrumone_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes - 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_: lineagoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: lineagoerli_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapEvent_filter] - or: [arbitrumone_swap_StableSwapEvent_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum arbitrumone_swap_StableSwapEvent_orderBy { +enum lineagoerli_AssetBalance_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + amount + locked + supplied + removed + router + asset + feesEarned } -type arbitrumone_swap_StableSwapExchange { +type lineagoerli_AssetStatus { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - buyer: arbitrumone_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + status: Boolean } -input arbitrumone_swap_StableSwapExchange_filter { +input lineagoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -90651,172 +88686,20 @@ input arbitrumone_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - buyer: arbitrumone_swap_Bytes - buyer_not: arbitrumone_swap_Bytes - buyer_gt: arbitrumone_swap_Bytes - buyer_lt: arbitrumone_swap_Bytes - buyer_gte: arbitrumone_swap_Bytes - buyer_lte: arbitrumone_swap_Bytes - buyer_in: [arbitrumone_swap_Bytes!] - buyer_not_in: [arbitrumone_swap_Bytes!] - buyer_contains: arbitrumone_swap_Bytes - buyer_not_contains: arbitrumone_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - 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: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapExchange_filter] - or: [arbitrumone_swap_StableSwapExchange_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum arbitrumone_swap_StableSwapExchange_orderBy { +enum lineagoerli_AssetStatus_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce -} - -type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { - id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + status } -input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { +input lineagoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -90825,355 +88708,115 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - provider: arbitrumone_swap_Bytes - provider_not: arbitrumone_swap_Bytes - provider_gt: arbitrumone_swap_Bytes - provider_lt: arbitrumone_swap_Bytes - provider_gte: arbitrumone_swap_Bytes - provider_lte: arbitrumone_swap_Bytes - provider_in: [arbitrumone_swap_Bytes!] - provider_not_in: [arbitrumone_swap_Bytes!] - provider_contains: arbitrumone_swap_Bytes - provider_not_contains: arbitrumone_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + key: lineagoerli_Bytes + key_not: lineagoerli_Bytes + key_in: [lineagoerli_Bytes!] + key_not_in: [lineagoerli_Bytes!] + key_contains: lineagoerli_Bytes + key_not_contains: lineagoerli_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + canonicalId: lineagoerli_Bytes + canonicalId_not: lineagoerli_Bytes + canonicalId_in: [lineagoerli_Bytes!] + canonicalId_not_in: [lineagoerli_Bytes!] + canonicalId_contains: lineagoerli_Bytes + canonicalId_not_contains: lineagoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: lineagoerli_Bytes + adoptedAsset_not: lineagoerli_Bytes + adoptedAsset_in: [lineagoerli_Bytes!] + adoptedAsset_not_in: [lineagoerli_Bytes!] + adoptedAsset_contains: lineagoerli_Bytes + adoptedAsset_not_contains: lineagoerli_Bytes + localAsset: lineagoerli_Bytes + localAsset_not: lineagoerli_Bytes + localAsset_in: [lineagoerli_Bytes!] + localAsset_not_in: [lineagoerli_Bytes!] + localAsset_contains: lineagoerli_Bytes + localAsset_not_contains: lineagoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: lineagoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum lineagoerli_Asset_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + key + decimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status } -input arbitrumone_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: arbitrumone_swap_Bytes - key_not: arbitrumone_swap_Bytes - key_gt: arbitrumone_swap_Bytes - key_lt: arbitrumone_swap_Bytes - key_gte: arbitrumone_swap_Bytes - key_lte: arbitrumone_swap_Bytes - key_in: [arbitrumone_swap_Bytes!] - key_not_in: [arbitrumone_swap_Bytes!] - key_contains: arbitrumone_swap_Bytes - key_not_contains: arbitrumone_swap_Bytes - canonicalId: arbitrumone_swap_Bytes - canonicalId_not: arbitrumone_swap_Bytes - canonicalId_gt: arbitrumone_swap_Bytes - canonicalId_lt: arbitrumone_swap_Bytes - canonicalId_gte: arbitrumone_swap_Bytes - canonicalId_lte: arbitrumone_swap_Bytes - canonicalId_in: [arbitrumone_swap_Bytes!] - canonicalId_not_in: [arbitrumone_swap_Bytes!] - canonicalId_contains: arbitrumone_swap_Bytes - canonicalId_not_contains: arbitrumone_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: arbitrumone_swap_Bytes - swapPool_not: arbitrumone_swap_Bytes - swapPool_gt: arbitrumone_swap_Bytes - swapPool_lt: arbitrumone_swap_Bytes - swapPool_gte: arbitrumone_swap_Bytes - swapPool_lte: arbitrumone_swap_Bytes - swapPool_in: [arbitrumone_swap_Bytes!] - swapPool_not_in: [arbitrumone_swap_Bytes!] - swapPool_contains: arbitrumone_swap_Bytes - swapPool_not_contains: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes - lpToken_not: arbitrumone_swap_Bytes - lpToken_gt: arbitrumone_swap_Bytes - lpToken_lt: arbitrumone_swap_Bytes - lpToken_gte: arbitrumone_swap_Bytes - lpToken_lte: arbitrumone_swap_Bytes - lpToken_in: [arbitrumone_swap_Bytes!] - lpToken_not_in: [arbitrumone_swap_Bytes!] - lpToken_contains: arbitrumone_swap_Bytes - lpToken_not_contains: arbitrumone_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [arbitrumone_swap_Bytes!] - pooledTokens_not: [arbitrumone_swap_Bytes!] - pooledTokens_contains: [arbitrumone_swap_Bytes!] - pooledTokens_contains_nocase: [arbitrumone_swap_Bytes!] - pooledTokens_not_contains: [arbitrumone_swap_Bytes!] - pooledTokens_not_contains_nocase: [arbitrumone_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: arbitrumone_swap_StableSwapEvent_filter - exchanges_: arbitrumone_swap_StableSwapExchange_filter - hourlyVolumes_: arbitrumone_swap_SwapHourlyVolume_filter - dailyVolumes_: arbitrumone_swap_SwapDailyVolume_filter - weeklyVolumes_: arbitrumone_swap_SwapWeeklyVolume_filter - """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwap_filter] - or: [arbitrumone_swap_StableSwap_filter] +scalar lineagoerli_BigDecimal + +input lineagoerli_BlockChangedFilter { + number_gte: Int! } -enum arbitrumone_swap_StableSwap_orderBy { - id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes +input lineagoerli_Block_height { + hash: lineagoerli_Bytes + number: Int + number_gte: Int } -type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { +scalar lineagoerli_Bytes + +type lineagoerli_ConnectorMeta { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + amb: lineagoerli_Bytes + rootManager: lineagoerli_Bytes + mirrorConnector: lineagoerli_Bytes } -input arbitrumone_swap_SwapDailyVolume_filter { +input lineagoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91182,80 +88825,95 @@ input arbitrumone_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: lineagoerli_Bytes + amb_not: lineagoerli_Bytes + amb_in: [lineagoerli_Bytes!] + amb_not_in: [lineagoerli_Bytes!] + amb_contains: lineagoerli_Bytes + amb_not_contains: lineagoerli_Bytes + rootManager: lineagoerli_Bytes + rootManager_not: lineagoerli_Bytes + rootManager_in: [lineagoerli_Bytes!] + rootManager_not_in: [lineagoerli_Bytes!] + rootManager_contains: lineagoerli_Bytes + rootManager_not_contains: lineagoerli_Bytes + mirrorConnector: lineagoerli_Bytes + mirrorConnector_not: lineagoerli_Bytes + mirrorConnector_in: [lineagoerli_Bytes!] + mirrorConnector_not_in: [lineagoerli_Bytes!] + mirrorConnector_contains: lineagoerli_Bytes + mirrorConnector_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapDailyVolume_filter] - or: [arbitrumone_swap_SwapDailyVolume_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum arbitrumone_swap_SwapDailyVolume_orderBy { +enum lineagoerli_ConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { +type lineagoerli_DestinationTransfer { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + chainId: BigInt + transferId: lineagoerli_Bytes + nonce: BigInt + status: lineagoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_Router_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_Router_filter): [lineagoerli_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: lineagoerli_Bytes + delegate: lineagoerli_Bytes + receiveLocal: Boolean + callData: lineagoerli_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: lineagoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: lineagoerli_Bytes + asset: lineagoerli_Asset + amount: BigInt + routersFee: BigInt + executedCaller: lineagoerli_Bytes + executedTransactionHash: lineagoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: lineagoerli_Bytes + executedTxNonce: BigInt + reconciledCaller: lineagoerli_Bytes + reconciledTransactionHash: lineagoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: lineagoerli_Bytes + reconciledTxNonce: BigInt } -input arbitrumone_swap_SwapHourlyVolume_filter { +input lineagoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -91264,152 +88922,347 @@ input arbitrumone_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: lineagoerli_Bytes + transferId_not: lineagoerli_Bytes + transferId_in: [lineagoerli_Bytes!] + transferId_not_in: [lineagoerli_Bytes!] + transferId_contains: lineagoerli_Bytes + transferId_not_contains: lineagoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: lineagoerli_TransferStatus + status_not: lineagoerli_TransferStatus + status_in: [lineagoerli_TransferStatus!] + status_not_in: [lineagoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: lineagoerli_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: lineagoerli_Bytes + to_not: lineagoerli_Bytes + to_in: [lineagoerli_Bytes!] + to_not_in: [lineagoerli_Bytes!] + to_contains: lineagoerli_Bytes + to_not_contains: lineagoerli_Bytes + delegate: lineagoerli_Bytes + delegate_not: lineagoerli_Bytes + delegate_in: [lineagoerli_Bytes!] + delegate_not_in: [lineagoerli_Bytes!] + delegate_contains: lineagoerli_Bytes + delegate_not_contains: lineagoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: lineagoerli_Bytes + callData_not: lineagoerli_Bytes + callData_in: [lineagoerli_Bytes!] + callData_not_in: [lineagoerli_Bytes!] + callData_contains: lineagoerli_Bytes + callData_not_contains: lineagoerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: lineagoerli_Bytes + originSender_not: lineagoerli_Bytes + originSender_in: [lineagoerli_Bytes!] + originSender_not_in: [lineagoerli_Bytes!] + originSender_contains: lineagoerli_Bytes + originSender_not_contains: lineagoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: lineagoerli_Bytes + canonicalId_not: lineagoerli_Bytes + canonicalId_in: [lineagoerli_Bytes!] + canonicalId_not_in: [lineagoerli_Bytes!] + canonicalId_contains: lineagoerli_Bytes + canonicalId_not_contains: lineagoerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: lineagoerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: lineagoerli_Bytes + executedCaller_not: lineagoerli_Bytes + executedCaller_in: [lineagoerli_Bytes!] + executedCaller_not_in: [lineagoerli_Bytes!] + executedCaller_contains: lineagoerli_Bytes + executedCaller_not_contains: lineagoerli_Bytes + executedTransactionHash: lineagoerli_Bytes + executedTransactionHash_not: lineagoerli_Bytes + executedTransactionHash_in: [lineagoerli_Bytes!] + executedTransactionHash_not_in: [lineagoerli_Bytes!] + executedTransactionHash_contains: lineagoerli_Bytes + executedTransactionHash_not_contains: lineagoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: lineagoerli_Bytes + executedTxOrigin_not: lineagoerli_Bytes + executedTxOrigin_in: [lineagoerli_Bytes!] + executedTxOrigin_not_in: [lineagoerli_Bytes!] + executedTxOrigin_contains: lineagoerli_Bytes + executedTxOrigin_not_contains: lineagoerli_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: lineagoerli_Bytes + reconciledCaller_not: lineagoerli_Bytes + reconciledCaller_in: [lineagoerli_Bytes!] + reconciledCaller_not_in: [lineagoerli_Bytes!] + reconciledCaller_contains: lineagoerli_Bytes + reconciledCaller_not_contains: lineagoerli_Bytes + reconciledTransactionHash: lineagoerli_Bytes + reconciledTransactionHash_not: lineagoerli_Bytes + reconciledTransactionHash_in: [lineagoerli_Bytes!] + reconciledTransactionHash_not_in: [lineagoerli_Bytes!] + reconciledTransactionHash_contains: lineagoerli_Bytes + reconciledTransactionHash_not_contains: lineagoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: lineagoerli_Bytes + reconciledTxOrigin_not: lineagoerli_Bytes + reconciledTxOrigin_in: [lineagoerli_Bytes!] + reconciledTxOrigin_not_in: [lineagoerli_Bytes!] + reconciledTxOrigin_contains: lineagoerli_Bytes + reconciledTxOrigin_not_contains: lineagoerli_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapHourlyVolume_filter] - or: [arbitrumone_swap_SwapHourlyVolume_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum arbitrumone_swap_SwapHourlyVolume_orderBy { +enum lineagoerli_DestinationTransfer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -interface arbitrumone_swap_SwapTradeVolume { - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! -} - -input arbitrumone_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapTradeVolume_filter] - or: [arbitrumone_swap_SwapTradeVolume_filter] + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -enum arbitrumone_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume +"""Defines the order direction, either ascending or descending""" +enum lineagoerli_OrderDirection { + asc + desc } -type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { +type lineagoerli_OriginMessage { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + transferId: lineagoerli_Bytes + destinationDomain: BigInt + leaf: lineagoerli_Bytes + index: BigInt + message: lineagoerli_Bytes + root: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + blockNumber: BigInt + rootCount: lineagoerli_RootCount } -input arbitrumone_swap_SwapWeeklyVolume_filter { +input lineagoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -91418,79 +89271,134 @@ input arbitrumone_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapWeeklyVolume_filter] - or: [arbitrumone_swap_SwapWeeklyVolume_filter] -} + transferId: lineagoerli_Bytes + transferId_not: lineagoerli_Bytes + transferId_in: [lineagoerli_Bytes!] + transferId_not_in: [lineagoerli_Bytes!] + transferId_contains: lineagoerli_Bytes + transferId_not_contains: lineagoerli_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: lineagoerli_Bytes + leaf_not: lineagoerli_Bytes + leaf_in: [lineagoerli_Bytes!] + leaf_not_in: [lineagoerli_Bytes!] + leaf_contains: lineagoerli_Bytes + leaf_not_contains: lineagoerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: lineagoerli_Bytes + message_not: lineagoerli_Bytes + message_in: [lineagoerli_Bytes!] + message_not_in: [lineagoerli_Bytes!] + message_contains: lineagoerli_Bytes + message_not_contains: lineagoerli_Bytes + root: lineagoerli_Bytes + root_not: lineagoerli_Bytes + root_in: [lineagoerli_Bytes!] + root_not_in: [lineagoerli_Bytes!] + root_contains: lineagoerli_Bytes + root_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: lineagoerli_RootCount_filter + """Filter for the block changed event.""" + _change_block: lineagoerli_BlockChangedFilter +} -enum arbitrumone_swap_SwapWeeklyVolume_orderBy { +enum lineagoerli_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 - timestamp - volume + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount } -type arbitrumone_swap_SystemInfo { +type lineagoerli_OriginTransfer { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + chainId: BigInt + transferId: lineagoerli_Bytes + nonce: BigInt + status: lineagoerli_TransferStatus + messageHash: lineagoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: lineagoerli_Bytes + delegate: lineagoerli_Bytes + receiveLocal: Boolean + callData: lineagoerli_Bytes + slippage: BigInt + originSender: lineagoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: lineagoerli_Bytes + asset: lineagoerli_Asset + transactingAsset: lineagoerli_Bytes + message: lineagoerli_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_RelayerFee_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_RelayerFee_filter): [lineagoerli_RelayerFee!] + initialRelayerFeeAsset: lineagoerli_Bytes + caller: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: lineagoerli_Bytes + txNonce: BigInt } -input arbitrumone_swap_SystemInfo_filter { +input lineagoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -91499,103 +89407,368 @@ input arbitrumone_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: lineagoerli_Bytes + transferId_not: lineagoerli_Bytes + transferId_in: [lineagoerli_Bytes!] + transferId_not_in: [lineagoerli_Bytes!] + transferId_contains: lineagoerli_Bytes + transferId_not_contains: lineagoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: lineagoerli_TransferStatus + status_not: lineagoerli_TransferStatus + status_in: [lineagoerli_TransferStatus!] + status_not_in: [lineagoerli_TransferStatus!] + messageHash: lineagoerli_Bytes + messageHash_not: lineagoerli_Bytes + messageHash_in: [lineagoerli_Bytes!] + messageHash_not_in: [lineagoerli_Bytes!] + messageHash_contains: lineagoerli_Bytes + messageHash_not_contains: lineagoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: lineagoerli_Bytes + to_not: lineagoerli_Bytes + to_in: [lineagoerli_Bytes!] + to_not_in: [lineagoerli_Bytes!] + to_contains: lineagoerli_Bytes + to_not_contains: lineagoerli_Bytes + delegate: lineagoerli_Bytes + delegate_not: lineagoerli_Bytes + delegate_in: [lineagoerli_Bytes!] + delegate_not_in: [lineagoerli_Bytes!] + delegate_contains: lineagoerli_Bytes + delegate_not_contains: lineagoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: lineagoerli_Bytes + callData_not: lineagoerli_Bytes + callData_in: [lineagoerli_Bytes!] + callData_not_in: [lineagoerli_Bytes!] + callData_contains: lineagoerli_Bytes + callData_not_contains: lineagoerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: lineagoerli_Bytes + originSender_not: lineagoerli_Bytes + originSender_in: [lineagoerli_Bytes!] + originSender_not_in: [lineagoerli_Bytes!] + originSender_contains: lineagoerli_Bytes + originSender_not_contains: lineagoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: lineagoerli_Bytes + canonicalId_not: lineagoerli_Bytes + canonicalId_in: [lineagoerli_Bytes!] + canonicalId_not_in: [lineagoerli_Bytes!] + canonicalId_contains: lineagoerli_Bytes + canonicalId_not_contains: lineagoerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: lineagoerli_Asset_filter + transactingAsset: lineagoerli_Bytes + transactingAsset_not: lineagoerli_Bytes + transactingAsset_in: [lineagoerli_Bytes!] + transactingAsset_not_in: [lineagoerli_Bytes!] + transactingAsset_contains: lineagoerli_Bytes + transactingAsset_not_contains: lineagoerli_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: lineagoerli_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: lineagoerli_RelayerFee_filter + initialRelayerFeeAsset: lineagoerli_Bytes + initialRelayerFeeAsset_not: lineagoerli_Bytes + initialRelayerFeeAsset_in: [lineagoerli_Bytes!] + initialRelayerFeeAsset_not_in: [lineagoerli_Bytes!] + initialRelayerFeeAsset_contains: lineagoerli_Bytes + initialRelayerFeeAsset_not_contains: lineagoerli_Bytes + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + 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: lineagoerli_Bytes + txOrigin_not: lineagoerli_Bytes + txOrigin_in: [lineagoerli_Bytes!] + txOrigin_not_in: [lineagoerli_Bytes!] + txOrigin_contains: lineagoerli_Bytes + txOrigin_not_contains: lineagoerli_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SystemInfo_filter] - or: [arbitrumone_swap_SystemInfo_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum arbitrumone_swap_SystemInfo_orderBy { +enum lineagoerli_OriginTransfer_orderBy { id - exchangeCount - swapCount -} - -type arbitrumone_swap__Block_ { - """The hash of the block""" - hash: arbitrumone_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: arbitrumone_swap_Bytes -} - -"""The type for the top-level _meta field""" -type arbitrumone_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: arbitrumone_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + transactingAsset + message + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -enum optimism_swap_Aggregation_interval { - hour - day +type lineagoerli_Relayer { + id: ID! + isActive: Boolean! + relayer: lineagoerli_Bytes } -scalar optimism_swap_BigDecimal - -input optimism_swap_BlockChangedFilter { - number_gte: Int! +type lineagoerli_RelayerFee { + id: ID! + transfer: lineagoerli_OriginTransfer! + fee: BigInt! + asset: lineagoerli_Bytes! } -input optimism_swap_Block_height { - hash: optimism_swap_Bytes - number: Int - number_gte: Int +input lineagoerli_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_: lineagoerli_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: lineagoerli_Bytes + asset_not: lineagoerli_Bytes + asset_in: [lineagoerli_Bytes!] + asset_not_in: [lineagoerli_Bytes!] + asset_contains: lineagoerli_Bytes + asset_not_contains: lineagoerli_Bytes + """Filter for the block changed event.""" + _change_block: lineagoerli_BlockChangedFilter } -scalar optimism_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar optimism_swap_Int8 - -type optimism_swap_LpAccount { - id: ID! - address: optimism_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpAccountBalance_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpAccountBalance_filter): [optimism_swap_LpAccountBalance!]! +enum lineagoerli_RelayerFee_orderBy { + id + transfer + fee + asset } -type optimism_swap_LpAccountBalance { +type lineagoerli_RelayerFeesIncrease { id: ID! - account: optimism_swap_LpAccount! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: optimism_swap_Bytes + transfer: lineagoerli_OriginTransfer! + increase: BigInt + asset: lineagoerli_Bytes + caller: lineagoerli_Bytes! + transactionHash: lineagoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input optimism_swap_LpAccountBalance_filter { +input lineagoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -91604,107 +89777,103 @@ input optimism_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_: optimism_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: lineagoerli_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: lineagoerli_Bytes + asset_not: lineagoerli_Bytes + asset_in: [lineagoerli_Bytes!] + asset_not_in: [lineagoerli_Bytes!] + asset_contains: lineagoerli_Bytes + asset_not_contains: lineagoerli_Bytes + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + 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: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccountBalance_filter] - or: [optimism_swap_LpAccountBalance_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum optimism_swap_LpAccountBalance_orderBy { +enum lineagoerli_RelayerFeesIncrease_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + transfer + increase + asset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -input optimism_swap_LpAccount_filter { +input lineagoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -91713,51 +89882,72 @@ 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 + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: lineagoerli_Bytes + relayer_not: lineagoerli_Bytes + relayer_in: [lineagoerli_Bytes!] + relayer_not_in: [lineagoerli_Bytes!] + relayer_contains: lineagoerli_Bytes + relayer_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccount_filter] - or: [optimism_swap_LpAccount_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum optimism_swap_LpAccount_orderBy { +enum lineagoerli_Relayer_orderBy { id - address - balances + isActive + relayer } -type optimism_swap_LpToken { +type lineagoerli_RootCount { id: ID! - address: optimism_swap_Bytes! - stableSwap: optimism_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: optimism_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpTokenEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpTokenEvent_filter): [optimism_swap_LpTokenEvent!]! + count: BigInt } -interface optimism_swap_LpTokenEvent { +input lineagoerli_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: lineagoerli_BlockChangedFilter +} + +enum lineagoerli_RootCount_orderBy { + id + count +} + +type lineagoerli_RootMessageSent { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: optimism_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: lineagoerli_Bytes + count: BigInt + caller: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input optimism_swap_LpTokenEvent_filter { +input lineagoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -91766,43 +89956,48 @@ input optimism_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: lineagoerli_Bytes + root_not: lineagoerli_Bytes + root_in: [lineagoerli_Bytes!] + root_not_in: [lineagoerli_Bytes!] + root_contains: lineagoerli_Bytes + root_not_contains: lineagoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91811,47 +90006,67 @@ input optimism_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTokenEvent_filter] - or: [optimism_swap_LpTokenEvent_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum optimism_swap_LpTokenEvent_orderBy { +enum lineagoerli_RootMessageSent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -input optimism_swap_LpToken_filter { +type lineagoerli_Router { + id: ID! + isActive: Boolean! + owner: lineagoerli_Bytes + recipient: lineagoerli_Bytes + proposedOwner: lineagoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_AssetBalance_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_AssetBalance_filter): [lineagoerli_AssetBalance!]! +} + +type lineagoerli_RouterDailyTVL { + id: ID! + router: lineagoerli_Router! + asset: lineagoerli_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input lineagoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -91860,20 +90075,667 @@ input optimism_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimism_swap_Bytes - address_not: optimism_swap_Bytes - address_gt: optimism_swap_Bytes - address_lt: optimism_swap_Bytes - address_gte: optimism_swap_Bytes - address_lte: optimism_swap_Bytes - address_in: [optimism_swap_Bytes!] - address_not_in: [optimism_swap_Bytes!] - address_contains: optimism_swap_Bytes - address_not_contains: optimism_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: lineagoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: lineagoerli_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + 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: lineagoerli_BlockChangedFilter +} + +enum lineagoerli_RouterDailyTVL_orderBy { + id + router + asset + timestamp + balance +} + +input lineagoerli_Router_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: lineagoerli_Bytes + owner_not: lineagoerli_Bytes + owner_in: [lineagoerli_Bytes!] + owner_not_in: [lineagoerli_Bytes!] + owner_contains: lineagoerli_Bytes + owner_not_contains: lineagoerli_Bytes + recipient: lineagoerli_Bytes + recipient_not: lineagoerli_Bytes + recipient_in: [lineagoerli_Bytes!] + recipient_not_in: [lineagoerli_Bytes!] + recipient_contains: lineagoerli_Bytes + recipient_not_contains: lineagoerli_Bytes + proposedOwner: lineagoerli_Bytes + proposedOwner_not: lineagoerli_Bytes + proposedOwner_in: [lineagoerli_Bytes!] + proposedOwner_not_in: [lineagoerli_Bytes!] + proposedOwner_contains: lineagoerli_Bytes + proposedOwner_not_contains: lineagoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: lineagoerli_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: lineagoerli_BlockChangedFilter +} + +enum lineagoerli_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type lineagoerli_Sequencer { + id: ID! + isActive: Boolean! + sequencer: lineagoerli_Bytes +} + +input lineagoerli_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: lineagoerli_Bytes + sequencer_not: lineagoerli_Bytes + sequencer_in: [lineagoerli_Bytes!] + sequencer_not_in: [lineagoerli_Bytes!] + sequencer_contains: lineagoerli_Bytes + sequencer_not_contains: lineagoerli_Bytes + """Filter for the block changed event.""" + _change_block: lineagoerli_BlockChangedFilter +} + +enum lineagoerli_Sequencer_orderBy { + id + isActive + sequencer +} + +type lineagoerli_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: lineagoerli_Bytes! +} + +input lineagoerli_Setting_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + """Filter for the block changed event.""" + _change_block: lineagoerli_BlockChangedFilter +} + +enum lineagoerli_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type lineagoerli_SlippageUpdate { + id: ID! + transfer: lineagoerli_DestinationTransfer! + slippage: BigInt! + caller: lineagoerli_Bytes! + transactionHash: lineagoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input lineagoerli_SlippageUpdate_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: lineagoerli_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: lineagoerli_BlockChangedFilter +} + +enum lineagoerli_SlippageUpdate_orderBy { + id + transfer + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +enum lineagoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type lineagoerli__Block_ { + """The hash of the block""" + hash: lineagoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type lineagoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: lineagoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum optimism_swap_Aggregation_interval { + hour + day +} + +scalar optimism_swap_BigDecimal + +input optimism_swap_BlockChangedFilter { + number_gte: Int! +} + +input optimism_swap_Block_height { + hash: optimism_swap_Bytes + number: Int + number_gte: Int +} + +scalar optimism_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar optimism_swap_Int8 + +type optimism_swap_LpAccount { + id: ID! + address: optimism_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpAccountBalance_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpAccountBalance_filter): [optimism_swap_LpAccountBalance!]! +} + +type optimism_swap_LpAccountBalance { + id: ID! + account: optimism_swap_LpAccount! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: optimism_swap_Bytes +} + +input optimism_swap_LpAccountBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: optimism_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes + """Filter for the block changed event.""" + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccountBalance_filter] + or: [optimism_swap_LpAccountBalance_filter] +} + +enum optimism_swap_LpAccountBalance_orderBy { + id + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction +} + +input optimism_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: 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: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccount_filter] + or: [optimism_swap_LpAccount_filter] +} + +enum optimism_swap_LpAccount_orderBy { + id + address + balances +} + +type optimism_swap_LpToken { + id: ID! + address: optimism_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: optimism_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpTokenEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpTokenEvent_filter): [optimism_swap_LpTokenEvent!]! +} + +interface optimism_swap_LpTokenEvent { + id: ID! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: optimism_swap_Bytes! + nonce: BigInt! +} + +input optimism_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_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTokenEvent_filter] + or: [optimism_swap_LpTokenEvent_filter] +} + +enum optimism_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input optimism_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: optimism_swap_Bytes + address_not: optimism_swap_Bytes + address_gt: optimism_swap_Bytes + address_lt: optimism_swap_Bytes + address_gte: optimism_swap_Bytes + address_lte: optimism_swap_Bytes + address_in: [optimism_swap_Bytes!] + address_not_in: [optimism_swap_Bytes!] + address_contains: optimism_swap_Bytes + address_not_contains: optimism_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String stableSwap_gte: String stableSwap_lte: String stableSwap_in: [String!] @@ -93400,48 +92262,48 @@ type optimism_swap__Meta_ { hasIndexingErrors: Boolean! } -enum polygon_swap_Aggregation_interval { +enum stagingmumbai_swap_Aggregation_interval { hour day } -scalar polygon_swap_BigDecimal +scalar stagingmumbai_swap_BigDecimal -input polygon_swap_BlockChangedFilter { +input stagingmumbai_swap_BlockChangedFilter { number_gte: Int! } -input polygon_swap_Block_height { - hash: polygon_swap_Bytes +input stagingmumbai_swap_Block_height { + hash: stagingmumbai_swap_Bytes number: Int number_gte: Int } -scalar polygon_swap_Bytes +scalar stagingmumbai_swap_Bytes """ 8 bytes signed integer """ -scalar polygon_swap_Int8 +scalar stagingmumbai_swap_Int8 -type polygon_swap_LpAccount { +type stagingmumbai_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: stagingmumbai_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_LpAccountBalance_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_LpAccountBalance_filter): [stagingmumbai_swap_LpAccountBalance!]! } -type polygon_swap_LpAccountBalance { +type stagingmumbai_swap_LpAccountBalance { id: ID! - account: polygon_swap_LpAccount! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + account: stagingmumbai_swap_LpAccount! + token: stagingmumbai_swap_LpToken! + amount: stagingmumbai_swap_BigDecimal! block: BigInt modified: BigInt - transaction: polygon_swap_Bytes + transaction: stagingmumbai_swap_Bytes } -input polygon_swap_LpAccountBalance_filter { +input stagingmumbai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -93470,7 +92332,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_: stagingmumbai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -93491,15 +92353,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_: stagingmumbai_swap_LpToken_filter + amount: stagingmumbai_swap_BigDecimal + amount_not: stagingmumbai_swap_BigDecimal + amount_gt: stagingmumbai_swap_BigDecimal + amount_lt: stagingmumbai_swap_BigDecimal + amount_gte: stagingmumbai_swap_BigDecimal + amount_lte: stagingmumbai_swap_BigDecimal + amount_in: [stagingmumbai_swap_BigDecimal!] + amount_not_in: [stagingmumbai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -93516,23 +92378,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: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccountBalance_filter] - or: [polygon_swap_LpAccountBalance_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpAccountBalance_filter] + or: [stagingmumbai_swap_LpAccountBalance_filter] } -enum polygon_swap_LpAccountBalance_orderBy { +enum stagingmumbai_swap_LpAccountBalance_orderBy { id account account__id @@ -93550,7 +92412,7 @@ enum polygon_swap_LpAccountBalance_orderBy { transaction } -input polygon_swap_LpAccount_filter { +input stagingmumbai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -93559,51 +92421,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: stagingmumbai_swap_Bytes + address_not: stagingmumbai_swap_Bytes + address_gt: stagingmumbai_swap_Bytes + address_lt: stagingmumbai_swap_Bytes + address_gte: stagingmumbai_swap_Bytes + address_lte: stagingmumbai_swap_Bytes + address_in: [stagingmumbai_swap_Bytes!] + address_not_in: [stagingmumbai_swap_Bytes!] + address_contains: stagingmumbai_swap_Bytes + address_not_contains: stagingmumbai_swap_Bytes + balances_: stagingmumbai_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccount_filter] - or: [polygon_swap_LpAccount_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpAccount_filter] + or: [stagingmumbai_swap_LpAccount_filter] } -enum polygon_swap_LpAccount_orderBy { +enum stagingmumbai_swap_LpAccount_orderBy { id address balances } -type polygon_swap_LpToken { +type stagingmumbai_swap_LpToken { id: ID! - address: polygon_swap_Bytes! - stableSwap: polygon_swap_StableSwap! + address: stagingmumbai_swap_Bytes! + stableSwap: stagingmumbai_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: stagingmumbai_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_LpTokenEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_LpTokenEvent_filter): [stagingmumbai_swap_LpTokenEvent!]! } -interface polygon_swap_LpTokenEvent { +interface stagingmumbai_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + token: stagingmumbai_swap_LpToken! + amount: stagingmumbai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTokenEvent_filter { +input stagingmumbai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -93632,15 +92494,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_: stagingmumbai_swap_LpToken_filter + amount: stagingmumbai_swap_BigDecimal + amount_not: stagingmumbai_swap_BigDecimal + amount_gt: stagingmumbai_swap_BigDecimal + amount_lt: stagingmumbai_swap_BigDecimal + amount_gte: stagingmumbai_swap_BigDecimal + amount_lte: stagingmumbai_swap_BigDecimal + amount_in: [stagingmumbai_swap_BigDecimal!] + amount_not_in: [stagingmumbai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -93657,16 +92519,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: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -93676,12 +92538,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: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpTokenEvent_filter] + or: [stagingmumbai_swap_LpTokenEvent_filter] } -enum polygon_swap_LpTokenEvent_orderBy { +enum stagingmumbai_swap_LpTokenEvent_orderBy { id token token__id @@ -93697,7 +92559,7 @@ enum polygon_swap_LpTokenEvent_orderBy { nonce } -input polygon_swap_LpToken_filter { +input stagingmumbai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -93706,16 +92568,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: stagingmumbai_swap_Bytes + address_not: stagingmumbai_swap_Bytes + address_gt: stagingmumbai_swap_Bytes + address_lt: stagingmumbai_swap_Bytes + address_gte: stagingmumbai_swap_Bytes + address_lte: stagingmumbai_swap_Bytes + address_in: [stagingmumbai_swap_Bytes!] + address_not_in: [stagingmumbai_swap_Bytes!] + address_contains: stagingmumbai_swap_Bytes + address_not_contains: stagingmumbai_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -93736,7 +92598,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_: stagingmumbai_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -93785,22 +92647,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: stagingmumbai_swap_BigDecimal + totalSupply_not: stagingmumbai_swap_BigDecimal + totalSupply_gt: stagingmumbai_swap_BigDecimal + totalSupply_lt: stagingmumbai_swap_BigDecimal + totalSupply_gte: stagingmumbai_swap_BigDecimal + totalSupply_lte: stagingmumbai_swap_BigDecimal + totalSupply_in: [stagingmumbai_swap_BigDecimal!] + totalSupply_not_in: [stagingmumbai_swap_BigDecimal!] + events_: stagingmumbai_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpToken_filter] - or: [polygon_swap_LpToken_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpToken_filter] + or: [stagingmumbai_swap_LpToken_filter] } -enum polygon_swap_LpToken_orderBy { +enum stagingmumbai_swap_LpToken_orderBy { id address stableSwap @@ -93827,21 +92689,21 @@ enum polygon_swap_LpToken_orderBy { events } -type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { +type stagingmumbai_swap_LpTransferEvent implements stagingmumbai_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: stagingmumbai_swap_LpToken! + amount: stagingmumbai_swap_BigDecimal! + from: stagingmumbai_swap_Bytes! + to: stagingmumbai_swap_Bytes! + fromBalance: stagingmumbai_swap_BigDecimal! + toBalance: stagingmumbai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTransferEvent_filter { +input stagingmumbai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -93870,51 +92732,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_: stagingmumbai_swap_LpToken_filter + amount: stagingmumbai_swap_BigDecimal + amount_not: stagingmumbai_swap_BigDecimal + amount_gt: stagingmumbai_swap_BigDecimal + amount_lt: stagingmumbai_swap_BigDecimal + amount_gte: stagingmumbai_swap_BigDecimal + amount_lte: stagingmumbai_swap_BigDecimal + amount_in: [stagingmumbai_swap_BigDecimal!] + amount_not_in: [stagingmumbai_swap_BigDecimal!] + from: stagingmumbai_swap_Bytes + from_not: stagingmumbai_swap_Bytes + from_gt: stagingmumbai_swap_Bytes + from_lt: stagingmumbai_swap_Bytes + from_gte: stagingmumbai_swap_Bytes + from_lte: stagingmumbai_swap_Bytes + from_in: [stagingmumbai_swap_Bytes!] + from_not_in: [stagingmumbai_swap_Bytes!] + from_contains: stagingmumbai_swap_Bytes + from_not_contains: stagingmumbai_swap_Bytes + to: stagingmumbai_swap_Bytes + to_not: stagingmumbai_swap_Bytes + to_gt: stagingmumbai_swap_Bytes + to_lt: stagingmumbai_swap_Bytes + to_gte: stagingmumbai_swap_Bytes + to_lte: stagingmumbai_swap_Bytes + to_in: [stagingmumbai_swap_Bytes!] + to_not_in: [stagingmumbai_swap_Bytes!] + to_contains: stagingmumbai_swap_Bytes + to_not_contains: stagingmumbai_swap_Bytes + fromBalance: stagingmumbai_swap_BigDecimal + fromBalance_not: stagingmumbai_swap_BigDecimal + fromBalance_gt: stagingmumbai_swap_BigDecimal + fromBalance_lt: stagingmumbai_swap_BigDecimal + fromBalance_gte: stagingmumbai_swap_BigDecimal + fromBalance_lte: stagingmumbai_swap_BigDecimal + fromBalance_in: [stagingmumbai_swap_BigDecimal!] + fromBalance_not_in: [stagingmumbai_swap_BigDecimal!] + toBalance: stagingmumbai_swap_BigDecimal + toBalance_not: stagingmumbai_swap_BigDecimal + toBalance_gt: stagingmumbai_swap_BigDecimal + toBalance_lt: stagingmumbai_swap_BigDecimal + toBalance_gte: stagingmumbai_swap_BigDecimal + toBalance_lte: stagingmumbai_swap_BigDecimal + toBalance_in: [stagingmumbai_swap_BigDecimal!] + toBalance_not_in: [stagingmumbai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -93931,16 +92793,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: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -93950,12 +92812,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: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpTransferEvent_filter] + or: [stagingmumbai_swap_LpTransferEvent_filter] } -enum polygon_swap_LpTransferEvent_orderBy { +enum stagingmumbai_swap_LpTransferEvent_orderBy { id token token__id @@ -93976,17 +92838,17 @@ enum polygon_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygon_swap_OrderDirection { +enum stagingmumbai_swap_OrderDirection { asc desc } -type polygon_swap_PooledToken { +type stagingmumbai_swap_PooledToken { id: ID! - asset: polygon_swap_Bytes! + asset: stagingmumbai_swap_Bytes! } -input polygon_swap_PooledToken_filter { +input stagingmumbai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -93995,59 +92857,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: stagingmumbai_swap_Bytes + asset_not: stagingmumbai_swap_Bytes + asset_gt: stagingmumbai_swap_Bytes + asset_lt: stagingmumbai_swap_Bytes + asset_gte: stagingmumbai_swap_Bytes + asset_lte: stagingmumbai_swap_Bytes + asset_in: [stagingmumbai_swap_Bytes!] + asset_not_in: [stagingmumbai_swap_Bytes!] + asset_contains: stagingmumbai_swap_Bytes + asset_not_contains: stagingmumbai_swap_Bytes """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_PooledToken_filter] - or: [polygon_swap_PooledToken_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_PooledToken_filter] + or: [stagingmumbai_swap_PooledToken_filter] } -enum polygon_swap_PooledToken_orderBy { +enum stagingmumbai_swap_PooledToken_orderBy { id asset } -type polygon_swap_StableSwap { +type stagingmumbai_swap_StableSwap { id: ID! isActive: Boolean - key: polygon_swap_Bytes! - canonicalId: polygon_swap_Bytes + key: stagingmumbai_swap_Bytes! + canonicalId: stagingmumbai_swap_Bytes domain: BigInt - swapPool: polygon_swap_Bytes - lpToken: polygon_swap_Bytes + swapPool: stagingmumbai_swap_Bytes + lpToken: stagingmumbai_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [polygon_swap_Bytes!]! + pooledTokens: [stagingmumbai_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: 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: stagingmumbai_swap_StableSwapEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapEvent_filter): [stagingmumbai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapExchange_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapExchange_filter): [stagingmumbai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapHourlyVolume_filter): [stagingmumbai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapDailyVolume_filter): [stagingmumbai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapWeeklyVolume_filter): [stagingmumbai_swap_SwapWeeklyVolume!] } -type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { +type stagingmumbai_swap_StableSwapAddLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: stagingmumbai_swap_StableSwap! + provider: stagingmumbai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -94056,11 +92918,11 @@ type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapAddLiquidityEvent_filter { +input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -94089,17 +92951,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_: stagingmumbai_swap_StableSwap_filter + provider: stagingmumbai_swap_Bytes + provider_not: stagingmumbai_swap_Bytes + provider_gt: stagingmumbai_swap_Bytes + provider_lt: stagingmumbai_swap_Bytes + provider_gte: stagingmumbai_swap_Bytes + provider_lte: stagingmumbai_swap_Bytes + provider_in: [stagingmumbai_swap_Bytes!] + provider_not_in: [stagingmumbai_swap_Bytes!] + provider_contains: stagingmumbai_swap_Bytes + provider_not_contains: stagingmumbai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -94158,16 +93020,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: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -94177,12 +93039,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: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] + or: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] } -enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -94214,16 +93076,16 @@ enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface polygon_swap_StableSwapEvent { +interface stagingmumbai_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: stagingmumbai_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapEvent_filter { +input stagingmumbai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -94252,7 +93114,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_: stagingmumbai_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -94269,16 +93131,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: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -94288,12 +93150,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: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapEvent_filter] + or: [stagingmumbai_swap_StableSwapEvent_filter] } -enum polygon_swap_StableSwapEvent_orderBy { +enum stagingmumbai_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -94318,10 +93180,10 @@ enum polygon_swap_StableSwapEvent_orderBy { nonce } -type polygon_swap_StableSwapExchange { +type stagingmumbai_swap_StableSwapExchange { id: ID! - stableSwap: polygon_swap_StableSwap! - buyer: polygon_swap_Bytes! + stableSwap: stagingmumbai_swap_StableSwap! + buyer: stagingmumbai_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -94330,11 +93192,11 @@ type polygon_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapExchange_filter { +input stagingmumbai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -94363,17 +93225,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_: stagingmumbai_swap_StableSwap_filter + buyer: stagingmumbai_swap_Bytes + buyer_not: stagingmumbai_swap_Bytes + buyer_gt: stagingmumbai_swap_Bytes + buyer_lt: stagingmumbai_swap_Bytes + buyer_gte: stagingmumbai_swap_Bytes + buyer_lte: stagingmumbai_swap_Bytes + buyer_in: [stagingmumbai_swap_Bytes!] + buyer_not_in: [stagingmumbai_swap_Bytes!] + buyer_contains: stagingmumbai_swap_Bytes + buyer_not_contains: stagingmumbai_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -94436,16 +93298,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: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -94455,12 +93317,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: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapExchange_filter] + or: [stagingmumbai_swap_StableSwapExchange_filter] } -enum polygon_swap_StableSwapExchange_orderBy { +enum stagingmumbai_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -94492,10 +93354,10 @@ enum polygon_swap_StableSwapExchange_orderBy { nonce } -type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { +type stagingmumbai_swap_StableSwapRemoveLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: stagingmumbai_swap_StableSwap! + provider: stagingmumbai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -94504,11 +93366,11 @@ type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableS balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -94537,17 +93399,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_: stagingmumbai_swap_StableSwap_filter + provider: stagingmumbai_swap_Bytes + provider_not: stagingmumbai_swap_Bytes + provider_gt: stagingmumbai_swap_Bytes + provider_lt: stagingmumbai_swap_Bytes + provider_gte: stagingmumbai_swap_Bytes + provider_lte: stagingmumbai_swap_Bytes + provider_in: [stagingmumbai_swap_Bytes!] + provider_not_in: [stagingmumbai_swap_Bytes!] + provider_contains: stagingmumbai_swap_Bytes + provider_not_contains: stagingmumbai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -94606,16 +93468,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: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -94625,12 +93487,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: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -94662,7 +93524,7 @@ enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input polygon_swap_StableSwap_filter { +input stagingmumbai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -94675,26 +93537,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: stagingmumbai_swap_Bytes + key_not: stagingmumbai_swap_Bytes + key_gt: stagingmumbai_swap_Bytes + key_lt: stagingmumbai_swap_Bytes + key_gte: stagingmumbai_swap_Bytes + key_lte: stagingmumbai_swap_Bytes + key_in: [stagingmumbai_swap_Bytes!] + key_not_in: [stagingmumbai_swap_Bytes!] + key_contains: stagingmumbai_swap_Bytes + key_not_contains: stagingmumbai_swap_Bytes + canonicalId: stagingmumbai_swap_Bytes + canonicalId_not: stagingmumbai_swap_Bytes + canonicalId_gt: stagingmumbai_swap_Bytes + canonicalId_lt: stagingmumbai_swap_Bytes + canonicalId_gte: stagingmumbai_swap_Bytes + canonicalId_lte: stagingmumbai_swap_Bytes + canonicalId_in: [stagingmumbai_swap_Bytes!] + canonicalId_not_in: [stagingmumbai_swap_Bytes!] + canonicalId_contains: stagingmumbai_swap_Bytes + canonicalId_not_contains: stagingmumbai_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -94703,26 +93565,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: stagingmumbai_swap_Bytes + swapPool_not: stagingmumbai_swap_Bytes + swapPool_gt: stagingmumbai_swap_Bytes + swapPool_lt: stagingmumbai_swap_Bytes + swapPool_gte: stagingmumbai_swap_Bytes + swapPool_lte: stagingmumbai_swap_Bytes + swapPool_in: [stagingmumbai_swap_Bytes!] + swapPool_not_in: [stagingmumbai_swap_Bytes!] + swapPool_contains: stagingmumbai_swap_Bytes + swapPool_not_contains: stagingmumbai_swap_Bytes + lpToken: stagingmumbai_swap_Bytes + lpToken_not: stagingmumbai_swap_Bytes + lpToken_gt: stagingmumbai_swap_Bytes + lpToken_lt: stagingmumbai_swap_Bytes + lpToken_gte: stagingmumbai_swap_Bytes + lpToken_lte: stagingmumbai_swap_Bytes + lpToken_in: [stagingmumbai_swap_Bytes!] + lpToken_not_in: [stagingmumbai_swap_Bytes!] + lpToken_contains: stagingmumbai_swap_Bytes + lpToken_not_contains: stagingmumbai_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -94771,12 +93633,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: [stagingmumbai_swap_Bytes!] + pooledTokens_not: [stagingmumbai_swap_Bytes!] + pooledTokens_contains: [stagingmumbai_swap_Bytes!] + pooledTokens_contains_nocase: [stagingmumbai_swap_Bytes!] + pooledTokens_not_contains: [stagingmumbai_swap_Bytes!] + pooledTokens_not_contains_nocase: [stagingmumbai_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -94819,18 +93681,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_: stagingmumbai_swap_StableSwapEvent_filter + exchanges_: stagingmumbai_swap_StableSwapExchange_filter + hourlyVolumes_: stagingmumbai_swap_SwapHourlyVolume_filter + dailyVolumes_: stagingmumbai_swap_SwapDailyVolume_filter + weeklyVolumes_: stagingmumbai_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwap_filter] - or: [polygon_swap_StableSwap_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwap_filter] + or: [stagingmumbai_swap_StableSwap_filter] } -enum polygon_swap_StableSwap_orderBy { +enum stagingmumbai_swap_StableSwap_orderBy { id isActive key @@ -94858,14 +93720,14 @@ enum polygon_swap_StableSwap_orderBy { weeklyVolumes } -type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { +type stagingmumbai_swap_SwapDailyVolume implements stagingmumbai_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: stagingmumbai_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: stagingmumbai_swap_BigDecimal! } -input polygon_swap_SwapDailyVolume_filter { +input stagingmumbai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -94894,7 +93756,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_: stagingmumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -94903,21 +93765,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: stagingmumbai_swap_BigDecimal + volume_not: stagingmumbai_swap_BigDecimal + volume_gt: stagingmumbai_swap_BigDecimal + volume_lt: stagingmumbai_swap_BigDecimal + volume_gte: stagingmumbai_swap_BigDecimal + volume_lte: stagingmumbai_swap_BigDecimal + volume_in: [stagingmumbai_swap_BigDecimal!] + volume_not_in: [stagingmumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapDailyVolume_filter] - or: [polygon_swap_SwapDailyVolume_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapDailyVolume_filter] + or: [stagingmumbai_swap_SwapDailyVolume_filter] } -enum polygon_swap_SwapDailyVolume_orderBy { +enum stagingmumbai_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -94940,14 +93802,14 @@ enum polygon_swap_SwapDailyVolume_orderBy { volume } -type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { +type stagingmumbai_swap_SwapHourlyVolume implements stagingmumbai_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: stagingmumbai_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: stagingmumbai_swap_BigDecimal! } -input polygon_swap_SwapHourlyVolume_filter { +input stagingmumbai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -94976,7 +93838,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_: stagingmumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -94985,21 +93847,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: stagingmumbai_swap_BigDecimal + volume_not: stagingmumbai_swap_BigDecimal + volume_gt: stagingmumbai_swap_BigDecimal + volume_lt: stagingmumbai_swap_BigDecimal + volume_gte: stagingmumbai_swap_BigDecimal + volume_lte: stagingmumbai_swap_BigDecimal + volume_in: [stagingmumbai_swap_BigDecimal!] + volume_not_in: [stagingmumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapHourlyVolume_filter] - or: [polygon_swap_SwapHourlyVolume_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapHourlyVolume_filter] + or: [stagingmumbai_swap_SwapHourlyVolume_filter] } -enum polygon_swap_SwapHourlyVolume_orderBy { +enum stagingmumbai_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -95022,13 +93884,13 @@ enum polygon_swap_SwapHourlyVolume_orderBy { volume } -interface polygon_swap_SwapTradeVolume { - stableSwap: polygon_swap_StableSwap! +interface stagingmumbai_swap_SwapTradeVolume { + stableSwap: stagingmumbai_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: stagingmumbai_swap_BigDecimal! } -input polygon_swap_SwapTradeVolume_filter { +input stagingmumbai_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -95049,7 +93911,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_: stagingmumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -95058,21 +93920,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: stagingmumbai_swap_BigDecimal + volume_not: stagingmumbai_swap_BigDecimal + volume_gt: stagingmumbai_swap_BigDecimal + volume_lt: stagingmumbai_swap_BigDecimal + volume_gte: stagingmumbai_swap_BigDecimal + volume_lte: stagingmumbai_swap_BigDecimal + volume_in: [stagingmumbai_swap_BigDecimal!] + volume_not_in: [stagingmumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapTradeVolume_filter] - or: [polygon_swap_SwapTradeVolume_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapTradeVolume_filter] + or: [stagingmumbai_swap_SwapTradeVolume_filter] } -enum polygon_swap_SwapTradeVolume_orderBy { +enum stagingmumbai_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -95094,14 +93956,14 @@ enum polygon_swap_SwapTradeVolume_orderBy { volume } -type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { +type stagingmumbai_swap_SwapWeeklyVolume implements stagingmumbai_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: stagingmumbai_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: stagingmumbai_swap_BigDecimal! } -input polygon_swap_SwapWeeklyVolume_filter { +input stagingmumbai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -95130,7 +93992,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_: stagingmumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -95139,21 +94001,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: stagingmumbai_swap_BigDecimal + volume_not: stagingmumbai_swap_BigDecimal + volume_gt: stagingmumbai_swap_BigDecimal + volume_lt: stagingmumbai_swap_BigDecimal + volume_gte: stagingmumbai_swap_BigDecimal + volume_lte: stagingmumbai_swap_BigDecimal + volume_in: [stagingmumbai_swap_BigDecimal!] + volume_not_in: [stagingmumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapWeeklyVolume_filter] - or: [polygon_swap_SwapWeeklyVolume_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapWeeklyVolume_filter] + or: [stagingmumbai_swap_SwapWeeklyVolume_filter] } -enum polygon_swap_SwapWeeklyVolume_orderBy { +enum stagingmumbai_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -95176,13 +94038,13 @@ enum polygon_swap_SwapWeeklyVolume_orderBy { volume } -type polygon_swap_SystemInfo { +type stagingmumbai_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input polygon_swap_SystemInfo_filter { +input stagingmumbai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -95208,30 +94070,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: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SystemInfo_filter] + or: [stagingmumbai_swap_SystemInfo_filter] } -enum polygon_swap_SystemInfo_orderBy { +enum stagingmumbai_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type polygon_swap__Block_ { +type stagingmumbai_swap__Block_ { """The hash of the block""" - hash: polygon_swap_Bytes + hash: stagingmumbai_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: stagingmumbai_swap_Bytes } """The type for the top-level _meta field""" -type polygon_swap__Meta_ { +type stagingmumbai_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -95239,235 +94101,55 @@ type polygon_swap__Meta_ { and therefore asks for the latest block """ - block: polygon_swap__Block_! + block: stagingmumbai_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type goerli_AggregateRootSavedSlow { - id: ID! - aggregateRoot: goerli_Bytes! - count: BigInt! - aggregatedRoots: [goerli_Bytes!] - rootTimestamp: BigInt! +enum goerli_swap_Aggregation_interval { + hour + day } -input goerli_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: goerli_Bytes - aggregateRoot_not: goerli_Bytes - aggregateRoot_gt: goerli_Bytes - aggregateRoot_lt: goerli_Bytes - aggregateRoot_gte: goerli_Bytes - aggregateRoot_lte: goerli_Bytes - aggregateRoot_in: [goerli_Bytes!] - aggregateRoot_not_in: [goerli_Bytes!] - aggregateRoot_contains: goerli_Bytes - aggregateRoot_not_contains: goerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [goerli_Bytes!] - aggregatedRoots_not: [goerli_Bytes!] - aggregatedRoots_contains: [goerli_Bytes!] - aggregatedRoots_contains_nocase: [goerli_Bytes!] - aggregatedRoots_not_contains: [goerli_Bytes!] - aggregatedRoots_not_contains_nocase: [goerli_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: goerli_BlockChangedFilter - and: [goerli_AggregateRootSavedSlow_filter] - or: [goerli_AggregateRootSavedSlow_filter] -} +scalar goerli_swap_BigDecimal -enum goerli_AggregateRootSavedSlow_orderBy { - id - aggregateRoot - count - aggregatedRoots - rootTimestamp +input goerli_swap_BlockChangedFilter { + number_gte: Int! } -type goerli_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: goerli_Bytes! - domain: BigInt - blockNumber: BigInt +input goerli_swap_Block_height { + hash: goerli_swap_Bytes + number: Int + number_gte: Int } -input goerli_AggregatedMessageRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: goerli_Bytes - receivedRoot_not: goerli_Bytes - receivedRoot_gt: goerli_Bytes - receivedRoot_lt: goerli_Bytes - receivedRoot_gte: goerli_Bytes - receivedRoot_lte: goerli_Bytes - receivedRoot_in: [goerli_Bytes!] - receivedRoot_not_in: [goerli_Bytes!] - receivedRoot_contains: goerli_Bytes - receivedRoot_not_contains: goerli_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AggregatedMessageRoot_filter] - or: [goerli_AggregatedMessageRoot_filter] -} +scalar goerli_swap_Bytes -enum goerli_AggregatedMessageRoot_orderBy { - id - index - receivedRoot - domain - blockNumber -} +""" +8 bytes signed integer -enum goerli_Aggregation_interval { - hour - day -} +""" +scalar goerli_swap_Int8 -type goerli_ArbitrumConnectorMeta { +type goerli_swap_LpAccount { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! -} - -input goerli_ArbitrumConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_ArbitrumConnectorMeta_filter] - or: [goerli_ArbitrumConnectorMeta_filter] -} - -enum goerli_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + address: goerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpAccountBalance_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpAccountBalance_filter): [goerli_swap_LpAccountBalance!]! } -type goerli_BaseConnectorMeta { +type goerli_swap_LpAccountBalance { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + account: goerli_swap_LpAccount! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: goerli_swap_Bytes } -input goerli_BaseConnectorMeta_filter { +input goerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -95476,89 +94158,107 @@ input goerli_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: goerli_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: goerli_swap_LpToken_filter + amount: goerli_swap_BigDecimal + amount_not: goerli_swap_BigDecimal + amount_gt: goerli_swap_BigDecimal + amount_lt: goerli_swap_BigDecimal + amount_gte: goerli_swap_BigDecimal + amount_lte: goerli_swap_BigDecimal + amount_in: [goerli_swap_BigDecimal!] + amount_not_in: [goerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_BaseConnectorMeta_filter] - or: [goerli_BaseConnectorMeta_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpAccountBalance_filter] + or: [goerli_swap_LpAccountBalance_filter] } -enum goerli_BaseConnectorMeta_orderBy { +enum goerli_swap_LpAccountBalance_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar goerli_BigDecimal - -input goerli_BlockChangedFilter { - number_gte: Int! -} - -input goerli_Block_height { - hash: goerli_Bytes - number: Int - number_gte: Int -} - -type goerli_BnbConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input goerli_BnbConnectorMeta_filter { +input goerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -95567,79 +94267,51 @@ input goerli_BnbConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + address: goerli_swap_Bytes + address_not: goerli_swap_Bytes + address_gt: goerli_swap_Bytes + address_lt: goerli_swap_Bytes + address_gte: goerli_swap_Bytes + address_lte: goerli_swap_Bytes + address_in: [goerli_swap_Bytes!] + address_not_in: [goerli_swap_Bytes!] + address_contains: goerli_swap_Bytes + address_not_contains: goerli_swap_Bytes + balances_: goerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_BnbConnectorMeta_filter] - or: [goerli_BnbConnectorMeta_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpAccount_filter] + or: [goerli_swap_LpAccount_filter] } -enum goerli_BnbConnectorMeta_orderBy { +enum goerli_swap_LpAccount_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + address + balances } -scalar goerli_Bytes +type goerli_swap_LpToken { + id: ID! + address: goerli_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: goerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpTokenEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpTokenEvent_filter): [goerli_swap_LpTokenEvent!]! +} -type goerli_GnosisConnectorMeta { +interface goerli_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: goerli_swap_Bytes! + nonce: BigInt! } -input goerli_GnosisConnectorMeta_filter { +input goerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -95648,73 +94320,92 @@ input goerli_GnosisConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: goerli_swap_LpToken_filter + amount: goerli_swap_BigDecimal + amount_not: goerli_swap_BigDecimal + amount_gt: goerli_swap_BigDecimal + amount_lt: goerli_swap_BigDecimal + amount_gte: goerli_swap_BigDecimal + amount_lte: goerli_swap_BigDecimal + amount_in: [goerli_swap_BigDecimal!] + amount_not_in: [goerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_GnosisConnectorMeta_filter] - or: [goerli_GnosisConnectorMeta_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpTokenEvent_filter] + or: [goerli_swap_LpTokenEvent_filter] } -enum goerli_GnosisConnectorMeta_orderBy { +enum goerli_swap_LpTokenEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type goerli_HubDomain { - id: ID! - domain: BigInt + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input goerli_HubDomain_filter { +input goerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -95723,33 +94414,142 @@ input goerli_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!] + address: goerli_swap_Bytes + address_not: goerli_swap_Bytes + address_gt: goerli_swap_Bytes + address_lt: goerli_swap_Bytes + address_gte: goerli_swap_Bytes + address_lte: goerli_swap_Bytes + address_in: [goerli_swap_Bytes!] + address_not_in: [goerli_swap_Bytes!] + address_contains: goerli_swap_Bytes + address_not_contains: goerli_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: goerli_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: goerli_swap_BigDecimal + totalSupply_not: goerli_swap_BigDecimal + totalSupply_gt: goerli_swap_BigDecimal + totalSupply_lt: goerli_swap_BigDecimal + totalSupply_gte: goerli_swap_BigDecimal + totalSupply_lte: goerli_swap_BigDecimal + totalSupply_in: [goerli_swap_BigDecimal!] + totalSupply_not_in: [goerli_swap_BigDecimal!] + events_: goerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_HubDomain_filter] - or: [goerli_HubDomain_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpToken_filter] + or: [goerli_swap_LpToken_filter] } -enum goerli_HubDomain_orderBy { +enum goerli_swap_LpToken_orderBy { id - domain + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type goerli_HubOptimisticRootFinalized { +type goerli_swap_LpTransferEvent implements goerli_swap_LpTokenEvent { id: ID! - aggregateRoot: goerli_Bytes! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! + from: goerli_swap_Bytes! + to: goerli_swap_Bytes! + fromBalance: goerli_swap_BigDecimal! + toBalance: goerli_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: goerli_swap_Bytes! + nonce: BigInt! } -input goerli_HubOptimisticRootFinalized_filter { +input goerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -95758,16 +94558,79 @@ input goerli_HubOptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: goerli_Bytes - aggregateRoot_not: goerli_Bytes - aggregateRoot_gt: goerli_Bytes - aggregateRoot_lt: goerli_Bytes - aggregateRoot_gte: goerli_Bytes - aggregateRoot_lte: goerli_Bytes - aggregateRoot_in: [goerli_Bytes!] - aggregateRoot_not_in: [goerli_Bytes!] - aggregateRoot_contains: goerli_Bytes - aggregateRoot_not_contains: goerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: goerli_swap_LpToken_filter + amount: goerli_swap_BigDecimal + amount_not: goerli_swap_BigDecimal + amount_gt: goerli_swap_BigDecimal + amount_lt: goerli_swap_BigDecimal + amount_gte: goerli_swap_BigDecimal + amount_lte: goerli_swap_BigDecimal + amount_in: [goerli_swap_BigDecimal!] + amount_not_in: [goerli_swap_BigDecimal!] + from: goerli_swap_Bytes + from_not: goerli_swap_Bytes + from_gt: goerli_swap_Bytes + from_lt: goerli_swap_Bytes + from_gte: goerli_swap_Bytes + from_lte: goerli_swap_Bytes + from_in: [goerli_swap_Bytes!] + from_not_in: [goerli_swap_Bytes!] + from_contains: goerli_swap_Bytes + from_not_contains: goerli_swap_Bytes + to: goerli_swap_Bytes + to_not: goerli_swap_Bytes + to_gt: goerli_swap_Bytes + to_lt: goerli_swap_Bytes + to_gte: goerli_swap_Bytes + to_lte: goerli_swap_Bytes + to_in: [goerli_swap_Bytes!] + to_not_in: [goerli_swap_Bytes!] + to_contains: goerli_swap_Bytes + to_not_contains: goerli_swap_Bytes + fromBalance: goerli_swap_BigDecimal + fromBalance_not: goerli_swap_BigDecimal + fromBalance_gt: goerli_swap_BigDecimal + fromBalance_lt: goerli_swap_BigDecimal + fromBalance_gte: goerli_swap_BigDecimal + fromBalance_lte: goerli_swap_BigDecimal + fromBalance_in: [goerli_swap_BigDecimal!] + fromBalance_not_in: [goerli_swap_BigDecimal!] + toBalance: goerli_swap_BigDecimal + toBalance_not: goerli_swap_BigDecimal + toBalance_gt: goerli_swap_BigDecimal + toBalance_lt: goerli_swap_BigDecimal + toBalance_gte: goerli_swap_BigDecimal + toBalance_lte: goerli_swap_BigDecimal + toBalance_in: [goerli_swap_BigDecimal!] + toBalance_not_in: [goerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -95776,43 +94639,62 @@ input goerli_HubOptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_HubOptimisticRootFinalized_filter] - or: [goerli_HubOptimisticRootFinalized_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpTransferEvent_filter] + or: [goerli_swap_LpTransferEvent_filter] } -enum goerli_HubOptimisticRootFinalized_orderBy { +enum goerli_swap_LpTransferEvent_orderBy { id - aggregateRoot + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - blockNumber + transaction + nonce } -""" -8 bytes signed integer - -""" -scalar goerli_Int8 +"""Defines the order direction, either ascending or descending""" +enum goerli_swap_OrderDirection { + asc + desc +} -type goerli_LineaConnectorMeta { +type goerli_swap_PooledToken { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + asset: goerli_swap_Bytes! } -input goerli_LineaConnectorMeta_filter { +input goerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -95821,77 +94703,72 @@ input goerli_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + asset: goerli_swap_Bytes + asset_not: goerli_swap_Bytes + asset_gt: goerli_swap_Bytes + asset_lt: goerli_swap_Bytes + asset_gte: goerli_swap_Bytes + asset_lte: goerli_swap_Bytes + asset_in: [goerli_swap_Bytes!] + asset_not_in: [goerli_swap_Bytes!] + asset_contains: goerli_swap_Bytes + asset_not_contains: goerli_swap_Bytes """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_LineaConnectorMeta_filter] - or: [goerli_LineaConnectorMeta_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_PooledToken_filter] + or: [goerli_swap_PooledToken_filter] } -enum goerli_LineaConnectorMeta_orderBy { +enum goerli_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -type goerli_OptimismConnectorMeta { +type goerli_swap_StableSwap { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + isActive: Boolean + key: goerli_swap_Bytes! + canonicalId: goerli_swap_Bytes + domain: BigInt + swapPool: goerli_swap_Bytes + lpToken: goerli_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [goerli_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapEvent_filter): [goerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapExchange_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapExchange_filter): [goerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapHourlyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapHourlyVolume_filter): [goerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapDailyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapDailyVolume_filter): [goerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapWeeklyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapWeeklyVolume_filter): [goerli_swap_SwapWeeklyVolume!] } -input goerli_OptimismConnectorMeta_filter { +type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEvent { + id: ID! + stableSwap: goerli_swap_StableSwap! + provider: goerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: goerli_swap_Bytes! + nonce: BigInt! +} + +input goerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -95900,76 +94777,161 @@ input goerli_OptimismConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: goerli_swap_StableSwap_filter + provider: goerli_swap_Bytes + provider_not: goerli_swap_Bytes + provider_gt: goerli_swap_Bytes + provider_lt: goerli_swap_Bytes + provider_gte: goerli_swap_Bytes + provider_lte: goerli_swap_Bytes + provider_in: [goerli_swap_Bytes!] + provider_not_in: [goerli_swap_Bytes!] + provider_contains: goerli_swap_Bytes + provider_not_contains: goerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OptimismConnectorMeta_filter] - or: [goerli_OptimismConnectorMeta_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapAddLiquidityEvent_filter] + or: [goerli_swap_StableSwapAddLiquidityEvent_filter] } -enum goerli_OptimismConnectorMeta_orderBy { +enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type goerli_OptimisticRootPropagated { +interface goerli_swap_StableSwapEvent { id: ID! - aggregateRoot: goerli_Bytes! - domainsHash: goerli_Bytes! + stableSwap: goerli_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: goerli_swap_Bytes! + nonce: BigInt! } -input goerli_OptimisticRootPropagated_filter { +input goerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -95978,26 +94940,35 @@ input goerli_OptimisticRootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: goerli_Bytes - aggregateRoot_not: goerli_Bytes - aggregateRoot_gt: goerli_Bytes - aggregateRoot_lt: goerli_Bytes - aggregateRoot_gte: goerli_Bytes - aggregateRoot_lte: goerli_Bytes - aggregateRoot_in: [goerli_Bytes!] - aggregateRoot_not_in: [goerli_Bytes!] - aggregateRoot_contains: goerli_Bytes - aggregateRoot_not_contains: goerli_Bytes - domainsHash: goerli_Bytes - domainsHash_not: goerli_Bytes - domainsHash_gt: goerli_Bytes - domainsHash_lt: goerli_Bytes - domainsHash_gte: goerli_Bytes - domainsHash_lte: goerli_Bytes - domainsHash_in: [goerli_Bytes!] - domainsHash_not_in: [goerli_Bytes!] - domainsHash_contains: goerli_Bytes - domainsHash_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: goerli_swap_StableSwap_filter + 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 @@ -96006,40 +94977,72 @@ input goerli_OptimisticRootPropagated_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OptimisticRootPropagated_filter] - or: [goerli_OptimisticRootPropagated_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapEvent_filter] + or: [goerli_swap_StableSwapEvent_filter] } -enum goerli_OptimisticRootPropagated_orderBy { +enum goerli_swap_StableSwapEvent_orderBy { id - aggregateRoot - domainsHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - blockNumber + transaction + nonce } -type goerli_OptimisticRootProposed { +type goerli_swap_StableSwapExchange { id: ID! - disputeCliff: BigInt! - aggregateRoot: goerli_Bytes! - snapshotsRoots: [goerli_Bytes!] - domains: [BigInt!] - baseAggregateRoot: goerli_Bytes! + stableSwap: goerli_swap_StableSwap! + buyer: goerli_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: goerli_swap_Bytes! + nonce: BigInt! } -input goerli_OptimisticRootProposed_filter { +input goerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -96048,46 +95051,91 @@ input goerli_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: goerli_Bytes - aggregateRoot_not: goerli_Bytes - aggregateRoot_gt: goerli_Bytes - aggregateRoot_lt: goerli_Bytes - aggregateRoot_gte: goerli_Bytes - aggregateRoot_lte: goerli_Bytes - aggregateRoot_in: [goerli_Bytes!] - aggregateRoot_not_in: [goerli_Bytes!] - aggregateRoot_contains: goerli_Bytes - aggregateRoot_not_contains: goerli_Bytes - snapshotsRoots: [goerli_Bytes!] - snapshotsRoots_not: [goerli_Bytes!] - snapshotsRoots_contains: [goerli_Bytes!] - snapshotsRoots_contains_nocase: [goerli_Bytes!] - snapshotsRoots_not_contains: [goerli_Bytes!] - snapshotsRoots_not_contains_nocase: [goerli_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: goerli_Bytes - baseAggregateRoot_not: goerli_Bytes - baseAggregateRoot_gt: goerli_Bytes - baseAggregateRoot_lt: goerli_Bytes - baseAggregateRoot_gte: goerli_Bytes - baseAggregateRoot_lte: goerli_Bytes - baseAggregateRoot_in: [goerli_Bytes!] - baseAggregateRoot_not_in: [goerli_Bytes!] - baseAggregateRoot_contains: goerli_Bytes - baseAggregateRoot_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: goerli_swap_StableSwap_filter + buyer: goerli_swap_Bytes + buyer_not: goerli_swap_Bytes + buyer_gt: goerli_swap_Bytes + buyer_lt: goerli_swap_Bytes + buyer_gte: goerli_swap_Bytes + buyer_lte: goerli_swap_Bytes + buyer_in: [goerli_swap_Bytes!] + buyer_not_in: [goerli_swap_Bytes!] + buyer_contains: goerli_swap_Bytes + buyer_not_contains: goerli_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + 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 @@ -96096,47 +95144,79 @@ input goerli_OptimisticRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OptimisticRootProposed_filter] - or: [goerli_OptimisticRootProposed_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapExchange_filter] + or: [goerli_swap_StableSwapExchange_filter] } -enum goerli_OptimisticRootProposed_orderBy { +enum goerli_swap_StableSwapExchange_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum goerli_OrderDirection { - asc - desc + transaction + nonce } -type goerli_PolygonConnectorMeta { +type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + stableSwap: goerli_swap_StableSwap! + provider: goerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: goerli_swap_Bytes! + nonce: BigInt! } -input goerli_PolygonConnectorMeta_filter { +input goerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -96145,75 +95225,152 @@ input goerli_PolygonConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: goerli_swap_StableSwap_filter + provider: goerli_swap_Bytes + provider_not: goerli_swap_Bytes + provider_gt: goerli_swap_Bytes + provider_lt: goerli_swap_Bytes + provider_gte: goerli_swap_Bytes + provider_lte: goerli_swap_Bytes + provider_in: [goerli_swap_Bytes!] + provider_not_in: [goerli_swap_Bytes!] + provider_contains: goerli_swap_Bytes + provider_not_contains: goerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_PolygonConnectorMeta_filter] - or: [goerli_PolygonConnectorMeta_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum goerli_PolygonConnectorMeta_orderBy { +enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type goerli_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: goerli_Bytes! - index: BigInt! + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -input goerli_RootAggregated_filter { +input goerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -96222,6 +95379,30 @@ input goerli_RootAggregated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: goerli_swap_Bytes + key_not: goerli_swap_Bytes + key_gt: goerli_swap_Bytes + key_lt: goerli_swap_Bytes + key_gte: goerli_swap_Bytes + key_lte: goerli_swap_Bytes + key_in: [goerli_swap_Bytes!] + key_not_in: [goerli_swap_Bytes!] + key_contains: goerli_swap_Bytes + key_not_contains: goerli_swap_Bytes + canonicalId: goerli_swap_Bytes + canonicalId_not: goerli_swap_Bytes + canonicalId_gt: goerli_swap_Bytes + canonicalId_lt: goerli_swap_Bytes + canonicalId_gte: goerli_swap_Bytes + canonicalId_lte: goerli_swap_Bytes + canonicalId_in: [goerli_swap_Bytes!] + canonicalId_not_in: [goerli_swap_Bytes!] + canonicalId_contains: goerli_swap_Bytes + canonicalId_not_contains: goerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -96230,82 +95411,169 @@ input goerli_RootAggregated_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - receivedRoot: goerli_Bytes - receivedRoot_not: goerli_Bytes - receivedRoot_gt: goerli_Bytes - receivedRoot_lt: goerli_Bytes - receivedRoot_gte: goerli_Bytes - receivedRoot_lte: goerli_Bytes - receivedRoot_in: [goerli_Bytes!] - receivedRoot_not_in: [goerli_Bytes!] - receivedRoot_contains: goerli_Bytes - receivedRoot_not_contains: goerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] + swapPool: goerli_swap_Bytes + swapPool_not: goerli_swap_Bytes + swapPool_gt: goerli_swap_Bytes + swapPool_lt: goerli_swap_Bytes + swapPool_gte: goerli_swap_Bytes + swapPool_lte: goerli_swap_Bytes + swapPool_in: [goerli_swap_Bytes!] + swapPool_not_in: [goerli_swap_Bytes!] + swapPool_contains: goerli_swap_Bytes + swapPool_not_contains: goerli_swap_Bytes + lpToken: goerli_swap_Bytes + lpToken_not: goerli_swap_Bytes + lpToken_gt: goerli_swap_Bytes + lpToken_lt: goerli_swap_Bytes + lpToken_gte: goerli_swap_Bytes + lpToken_lte: goerli_swap_Bytes + lpToken_in: [goerli_swap_Bytes!] + lpToken_not_in: [goerli_swap_Bytes!] + lpToken_contains: goerli_swap_Bytes + lpToken_not_contains: goerli_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [goerli_swap_Bytes!] + pooledTokens_not: [goerli_swap_Bytes!] + pooledTokens_contains: [goerli_swap_Bytes!] + pooledTokens_contains_nocase: [goerli_swap_Bytes!] + pooledTokens_not_contains: [goerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [goerli_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: goerli_swap_StableSwapEvent_filter + exchanges_: goerli_swap_StableSwapExchange_filter + hourlyVolumes_: goerli_swap_SwapHourlyVolume_filter + dailyVolumes_: goerli_swap_SwapDailyVolume_filter + weeklyVolumes_: goerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootAggregated_filter] - or: [goerli_RootAggregated_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwap_filter] + or: [goerli_swap_StableSwap_filter] } -enum goerli_RootAggregated_orderBy { +enum goerli_swap_StableSwap_orderBy { id + isActive + key + canonicalId domain - receivedRoot - index -} - -type goerli_RootManagerMeta { - id: ID! - domains: [BigInt!] - connectors: [goerli_Bytes!] -} - -input goerli_RootManagerMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [goerli_Bytes!] - connectors_not: [goerli_Bytes!] - connectors_contains: [goerli_Bytes!] - connectors_contains_nocase: [goerli_Bytes!] - connectors_not_contains: [goerli_Bytes!] - connectors_not_contains_nocase: [goerli_Bytes!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootManagerMeta_filter] - or: [goerli_RootManagerMeta_filter] -} - -enum goerli_RootManagerMeta_orderBy { - id - domains - connectors + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type goerli_RootManagerMode { +type goerli_swap_SwapDailyVolume implements goerli_swap_SwapTradeVolume { id: ID! - mode: String! + stableSwap: goerli_swap_StableSwap! + timestamp: BigInt! + volume: goerli_swap_BigDecimal! } -input goerli_RootManagerMode_filter { +input goerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -96314,51 +95582,80 @@ input goerli_RootManagerMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: goerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootManagerMode_filter] - or: [goerli_RootManagerMode_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapDailyVolume_filter] + or: [goerli_swap_SwapDailyVolume_filter] } -enum goerli_RootManagerMode_orderBy { +enum goerli_swap_SwapDailyVolume_orderBy { id - mode + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type goerli_RootMessageProcessed { +type goerli_swap_SwapHourlyVolume implements goerli_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: goerli_Bytes - caller: goerli_Bytes - transactionHash: goerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: goerli_swap_StableSwap! + timestamp: BigInt! + volume: goerli_swap_BigDecimal! } -input goerli_RootMessageProcessed_filter { +input goerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -96367,52 +95664,27 @@ input goerli_RootMessageProcessed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -96421,126 +95693,123 @@ input goerli_RootMessageProcessed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootMessageProcessed_filter] - or: [goerli_RootMessageProcessed_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapHourlyVolume_filter] + or: [goerli_swap_SwapHourlyVolume_filter] } -enum goerli_RootMessageProcessed_orderBy { +enum goerli_swap_SwapHourlyVolume_orderBy { id - spokeDomain - hubDomain - root - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type goerli_RootPropagated { - id: ID! - aggregate: goerli_Bytes! - domainsHash: goerli_Bytes! - count: BigInt! - blockNumber: BigInt +interface goerli_swap_SwapTradeVolume { + stableSwap: goerli_swap_StableSwap! + timestamp: BigInt! + volume: goerli_swap_BigDecimal! } -input goerli_RootPropagated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregate: goerli_Bytes - aggregate_not: goerli_Bytes - aggregate_gt: goerli_Bytes - aggregate_lt: goerli_Bytes - aggregate_gte: goerli_Bytes - aggregate_lte: goerli_Bytes - aggregate_in: [goerli_Bytes!] - aggregate_not_in: [goerli_Bytes!] - aggregate_contains: goerli_Bytes - aggregate_not_contains: goerli_Bytes - domainsHash: goerli_Bytes - domainsHash_not: goerli_Bytes - domainsHash_gt: goerli_Bytes - domainsHash_lt: goerli_Bytes - domainsHash_gte: goerli_Bytes - domainsHash_lte: goerli_Bytes - domainsHash_in: [goerli_Bytes!] - domainsHash_not_in: [goerli_Bytes!] - domainsHash_contains: goerli_Bytes - domainsHash_not_contains: goerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] +input goerli_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_: goerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootPropagated_filter] - or: [goerli_RootPropagated_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapTradeVolume_filter] + or: [goerli_swap_SwapTradeVolume_filter] } -enum goerli_RootPropagated_orderBy { - id - aggregate - domainsHash - count - blockNumber +enum goerli_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type goerli_X1ConnectorMeta { +type goerli_swap_SwapWeeklyVolume implements goerli_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + stableSwap: goerli_swap_StableSwap! + timestamp: BigInt! + volume: goerli_swap_BigDecimal! } -input goerli_X1ConnectorMeta_filter { +input goerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -96549,77 +95818,79 @@ input goerli_X1ConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: goerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_X1ConnectorMeta_filter] - or: [goerli_X1ConnectorMeta_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapWeeklyVolume_filter] + or: [goerli_swap_SwapWeeklyVolume_filter] } -enum goerli_X1ConnectorMeta_orderBy { +enum goerli_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type goerli_ZkSyncConnectorMeta { +type goerli_swap_SystemInfo { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + exchangeCount: BigInt! + swapCount: BigInt! } -input goerli_ZkSyncConnectorMeta_filter { +input goerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -96628,80 +95899,47 @@ input goerli_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_ZkSyncConnectorMeta_filter] - or: [goerli_ZkSyncConnectorMeta_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SystemInfo_filter] + or: [goerli_swap_SystemInfo_filter] } -enum goerli_ZkSyncConnectorMeta_orderBy { +enum goerli_swap_SystemInfo_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + exchangeCount + swapCount } -type goerli__Block_ { +type goerli_swap__Block_ { """The hash of the block""" - hash: goerli_Bytes + hash: goerli_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: goerli_Bytes + parentHash: goerli_swap_Bytes } """The type for the top-level _meta field""" -type goerli__Meta_ { +type goerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -96709,50 +95947,55 @@ type goerli__Meta_ { and therefore asks for the latest block """ - block: goerli__Block_! + block: goerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar metis_swap_BigDecimal +enum polygon_swap_Aggregation_interval { + hour + day +} -input metis_swap_BlockChangedFilter { +scalar polygon_swap_BigDecimal + +input polygon_swap_BlockChangedFilter { number_gte: Int! } -input metis_swap_Block_height { - hash: metis_swap_Bytes +input polygon_swap_Block_height { + hash: polygon_swap_Bytes number: Int number_gte: Int } -scalar metis_swap_Bytes +scalar polygon_swap_Bytes """ 8 bytes signed integer """ -scalar metis_swap_Int8 +scalar polygon_swap_Int8 -type metis_swap_LpAccount { +type polygon_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: 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 metis_swap_LpAccountBalance { +type polygon_swap_LpAccountBalance { id: ID! - account: metis_swap_LpAccount! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! + account: polygon_swap_LpAccount! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! block: BigInt modified: BigInt - transaction: metis_swap_Bytes + transaction: polygon_swap_Bytes } -input metis_swap_LpAccountBalance_filter { +input polygon_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -96781,7 +96024,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_: polygon_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -96802,15 +96045,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_: 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 @@ -96827,23 +96070,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: 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: metis_swap_BlockChangedFilter - and: [metis_swap_LpAccountBalance_filter] - or: [metis_swap_LpAccountBalance_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccountBalance_filter] + or: [polygon_swap_LpAccountBalance_filter] } -enum metis_swap_LpAccountBalance_orderBy { +enum polygon_swap_LpAccountBalance_orderBy { id account account__id @@ -96861,7 +96104,7 @@ enum metis_swap_LpAccountBalance_orderBy { transaction } -input metis_swap_LpAccount_filter { +input polygon_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -96870,51 +96113,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: 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: metis_swap_BlockChangedFilter - and: [metis_swap_LpAccount_filter] - or: [metis_swap_LpAccount_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccount_filter] + or: [polygon_swap_LpAccount_filter] } -enum metis_swap_LpAccount_orderBy { +enum polygon_swap_LpAccount_orderBy { id address balances } -type metis_swap_LpToken { +type polygon_swap_LpToken { id: ID! - address: metis_swap_Bytes! - stableSwap: metis_swap_StableSwap! + address: polygon_swap_Bytes! + stableSwap: polygon_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: 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 metis_swap_LpTokenEvent { +interface polygon_swap_LpTokenEvent { id: ID! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input metis_swap_LpTokenEvent_filter { +input polygon_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -96943,15 +96186,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_: 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 @@ -96968,16 +96211,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: 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 @@ -96987,12 +96230,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: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTokenEvent_filter] + or: [polygon_swap_LpTokenEvent_filter] } -enum metis_swap_LpTokenEvent_orderBy { +enum polygon_swap_LpTokenEvent_orderBy { id token token__id @@ -97008,7 +96251,7 @@ enum metis_swap_LpTokenEvent_orderBy { nonce } -input metis_swap_LpToken_filter { +input polygon_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -97017,16 +96260,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: 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 @@ -97047,7 +96290,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_: polygon_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -97096,22 +96339,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: 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: metis_swap_BlockChangedFilter - and: [metis_swap_LpToken_filter] - or: [metis_swap_LpToken_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpToken_filter] + or: [polygon_swap_LpToken_filter] } -enum metis_swap_LpToken_orderBy { +enum polygon_swap_LpToken_orderBy { id address stableSwap @@ -97138,21 +96381,21 @@ enum metis_swap_LpToken_orderBy { events } -type metis_swap_LpTransferEvent implements metis_swap_LpTokenEvent { +type polygon_swap_LpTransferEvent implements polygon_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: 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: metis_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input metis_swap_LpTransferEvent_filter { +input polygon_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -97181,51 +96424,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_: 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 @@ -97242,16 +96485,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: 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 @@ -97261,12 +96504,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: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTransferEvent_filter] + or: [polygon_swap_LpTransferEvent_filter] } -enum metis_swap_LpTransferEvent_orderBy { +enum polygon_swap_LpTransferEvent_orderBy { id token token__id @@ -97287,17 +96530,17 @@ enum metis_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum metis_swap_OrderDirection { +enum polygon_swap_OrderDirection { asc desc } -type metis_swap_PooledToken { +type polygon_swap_PooledToken { id: ID! - asset: metis_swap_Bytes! + asset: polygon_swap_Bytes! } -input metis_swap_PooledToken_filter { +input polygon_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -97306,59 +96549,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: 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: metis_swap_BlockChangedFilter - and: [metis_swap_PooledToken_filter] - or: [metis_swap_PooledToken_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_PooledToken_filter] + or: [polygon_swap_PooledToken_filter] } -enum metis_swap_PooledToken_orderBy { +enum polygon_swap_PooledToken_orderBy { id asset } -type metis_swap_StableSwap { +type polygon_swap_StableSwap { id: ID! isActive: Boolean - key: metis_swap_Bytes! - canonicalId: metis_swap_Bytes + key: polygon_swap_Bytes! + canonicalId: polygon_swap_Bytes domain: BigInt - swapPool: metis_swap_Bytes - lpToken: metis_swap_Bytes + swapPool: polygon_swap_Bytes + lpToken: polygon_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [metis_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: 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: 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 metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEvent { +type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - stableSwap: metis_swap_StableSwap! - provider: metis_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -97367,11 +96610,11 @@ type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEven balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input metis_swap_StableSwapAddLiquidityEvent_filter { +input polygon_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -97400,17 +96643,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_: 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!] @@ -97469,16 +96712,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: 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 @@ -97488,12 +96731,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: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapAddLiquidityEvent_filter] + or: [polygon_swap_StableSwapAddLiquidityEvent_filter] } -enum metis_swap_StableSwapAddLiquidityEvent_orderBy { +enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -97525,16 +96768,16 @@ enum metis_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface metis_swap_StableSwapEvent { +interface polygon_swap_StableSwapEvent { id: ID! - stableSwap: metis_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input metis_swap_StableSwapEvent_filter { +input polygon_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -97563,7 +96806,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_: polygon_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -97580,16 +96823,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: 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 @@ -97599,12 +96842,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: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapEvent_filter] + or: [polygon_swap_StableSwapEvent_filter] } -enum metis_swap_StableSwapEvent_orderBy { +enum polygon_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -97629,10 +96872,10 @@ enum metis_swap_StableSwapEvent_orderBy { nonce } -type metis_swap_StableSwapExchange { +type polygon_swap_StableSwapExchange { id: ID! - stableSwap: metis_swap_StableSwap! - buyer: metis_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + buyer: polygon_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -97641,11 +96884,11 @@ type metis_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input metis_swap_StableSwapExchange_filter { +input polygon_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -97674,17 +96917,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_: 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 @@ -97747,16 +96990,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: 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 @@ -97766,12 +97009,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: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapExchange_filter] + or: [polygon_swap_StableSwapExchange_filter] } -enum metis_swap_StableSwapExchange_orderBy { +enum polygon_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -97803,10 +97046,10 @@ enum metis_swap_StableSwapExchange_orderBy { nonce } -type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapEvent { +type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - stableSwap: metis_swap_StableSwap! - provider: metis_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -97815,11 +97058,11 @@ type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapE balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input metis_swap_StableSwapRemoveLiquidityEvent_filter { +input polygon_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -97848,17 +97091,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_: 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!] @@ -97917,16 +97160,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: 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 @@ -97936,12 +97179,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: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] } -enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -97973,7 +97216,7 @@ enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input metis_swap_StableSwap_filter { +input polygon_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -97986,26 +97229,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: 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 @@ -98014,26 +97257,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: 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 @@ -98082,12 +97325,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: [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!] @@ -98130,18 +97373,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_: 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: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwap_filter] - or: [metis_swap_StableSwap_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwap_filter] + or: [polygon_swap_StableSwap_filter] } -enum metis_swap_StableSwap_orderBy { +enum polygon_swap_StableSwap_orderBy { id isActive key @@ -98169,14 +97412,14 @@ enum metis_swap_StableSwap_orderBy { weeklyVolumes } -type metis_swap_SwapDailyVolume implements metis_swap_SwapTradeVolume { +type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: metis_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: metis_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input metis_swap_SwapDailyVolume_filter { +input polygon_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -98205,7 +97448,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_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -98214,21 +97457,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: 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: metis_swap_BlockChangedFilter - and: [metis_swap_SwapDailyVolume_filter] - or: [metis_swap_SwapDailyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapDailyVolume_filter] + or: [polygon_swap_SwapDailyVolume_filter] } -enum metis_swap_SwapDailyVolume_orderBy { +enum polygon_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -98251,14 +97494,14 @@ enum metis_swap_SwapDailyVolume_orderBy { volume } -type metis_swap_SwapHourlyVolume implements metis_swap_SwapTradeVolume { +type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: metis_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: metis_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input metis_swap_SwapHourlyVolume_filter { +input polygon_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -98287,7 +97530,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_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -98296,21 +97539,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: 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: metis_swap_BlockChangedFilter - and: [metis_swap_SwapHourlyVolume_filter] - or: [metis_swap_SwapHourlyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapHourlyVolume_filter] + or: [polygon_swap_SwapHourlyVolume_filter] } -enum metis_swap_SwapHourlyVolume_orderBy { +enum polygon_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -98333,13 +97576,13 @@ enum metis_swap_SwapHourlyVolume_orderBy { volume } -interface metis_swap_SwapTradeVolume { - stableSwap: metis_swap_StableSwap! +interface polygon_swap_SwapTradeVolume { + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: metis_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input metis_swap_SwapTradeVolume_filter { +input polygon_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -98360,7 +97603,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_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -98369,21 +97612,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: 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: metis_swap_BlockChangedFilter - and: [metis_swap_SwapTradeVolume_filter] - or: [metis_swap_SwapTradeVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapTradeVolume_filter] + or: [polygon_swap_SwapTradeVolume_filter] } -enum metis_swap_SwapTradeVolume_orderBy { +enum polygon_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -98405,14 +97648,14 @@ enum metis_swap_SwapTradeVolume_orderBy { volume } -type metis_swap_SwapWeeklyVolume implements metis_swap_SwapTradeVolume { +type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: metis_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: metis_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input metis_swap_SwapWeeklyVolume_filter { +input polygon_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -98441,7 +97684,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_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -98450,21 +97693,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: 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: metis_swap_BlockChangedFilter - and: [metis_swap_SwapWeeklyVolume_filter] - or: [metis_swap_SwapWeeklyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapWeeklyVolume_filter] + or: [polygon_swap_SwapWeeklyVolume_filter] } -enum metis_swap_SwapWeeklyVolume_orderBy { +enum polygon_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -98487,13 +97730,13 @@ enum metis_swap_SwapWeeklyVolume_orderBy { volume } -type metis_swap_SystemInfo { +type polygon_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input metis_swap_SystemInfo_filter { +input polygon_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -98519,28 +97762,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: polygon_swap_BlockChangedFilter + and: [polygon_swap_SystemInfo_filter] + or: [polygon_swap_SystemInfo_filter] } -enum metis_swap_SystemInfo_orderBy { +enum polygon_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type metis_swap__Block_ { +type polygon_swap__Block_ { """The hash of the block""" - hash: metis_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: polygon_swap_Bytes } """The type for the top-level _meta field""" -type metis_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 @@ -98548,55 +97793,85 @@ type metis_swap__Meta_ { and therefore asks for the latest block """ - block: metis_swap__Block_! + block: polygon_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum stagingmumbai_swap_Aggregation_interval { - hour - day -} - -scalar stagingmumbai_swap_BigDecimal - -input stagingmumbai_swap_BlockChangedFilter { - number_gte: Int! +type stagingmainnet_AggregateRootSavedSlow { + id: ID! + aggregateRoot: stagingmainnet_Bytes! + count: BigInt! + aggregatedRoots: [stagingmainnet_Bytes!] + rootTimestamp: BigInt! } -input stagingmumbai_swap_Block_height { - hash: stagingmumbai_swap_Bytes - number: Int - number_gte: Int +input stagingmainnet_AggregateRootSavedSlow_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [stagingmainnet_Bytes!] + aggregatedRoots_not: [stagingmainnet_Bytes!] + aggregatedRoots_contains: [stagingmainnet_Bytes!] + aggregatedRoots_contains_nocase: [stagingmainnet_Bytes!] + aggregatedRoots_not_contains: [stagingmainnet_Bytes!] + aggregatedRoots_not_contains_nocase: [stagingmainnet_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRootSavedSlow_filter] + or: [stagingmainnet_AggregateRootSavedSlow_filter] } -scalar stagingmumbai_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar stagingmumbai_swap_Int8 - -type stagingmumbai_swap_LpAccount { - id: ID! - address: stagingmumbai_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_LpAccountBalance_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_LpAccountBalance_filter): [stagingmumbai_swap_LpAccountBalance!]! +enum stagingmainnet_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp } -type stagingmumbai_swap_LpAccountBalance { +type stagingmainnet_AggregatedMessageRoot { id: ID! - account: stagingmumbai_swap_LpAccount! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: stagingmumbai_swap_Bytes + index: BigInt! + receivedRoot: stagingmainnet_Bytes! + domain: BigInt + blockNumber: BigInt } -input stagingmumbai_swap_LpAccountBalance_filter { +input stagingmainnet_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -98605,107 +97880,69 @@ input stagingmumbai_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: stagingmumbai_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingmumbai_swap_LpToken_filter - amount: stagingmumbai_swap_BigDecimal - amount_not: stagingmumbai_swap_BigDecimal - amount_gt: stagingmumbai_swap_BigDecimal - amount_lt: stagingmumbai_swap_BigDecimal - amount_gte: stagingmumbai_swap_BigDecimal - amount_lte: stagingmumbai_swap_BigDecimal - amount_in: [stagingmumbai_swap_BigDecimal!] - amount_not_in: [stagingmumbai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpAccountBalance_filter] - or: [stagingmumbai_swap_LpAccountBalance_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregatedMessageRoot_filter] + or: [stagingmainnet_AggregatedMessageRoot_filter] } -enum stagingmumbai_swap_LpAccountBalance_orderBy { +enum stagingmainnet_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 stagingmumbai_swap_LpAccount_filter { +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 @@ -98714,51 +97951,77 @@ input stagingmumbai_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingmumbai_swap_Bytes - address_not: stagingmumbai_swap_Bytes - address_gt: stagingmumbai_swap_Bytes - address_lt: stagingmumbai_swap_Bytes - address_gte: stagingmumbai_swap_Bytes - address_lte: stagingmumbai_swap_Bytes - address_in: [stagingmumbai_swap_Bytes!] - address_not_in: [stagingmumbai_swap_Bytes!] - address_contains: stagingmumbai_swap_Bytes - address_not_contains: stagingmumbai_swap_Bytes - balances_: stagingmumbai_swap_LpAccountBalance_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpAccount_filter] - or: [stagingmumbai_swap_LpAccount_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ArbitrumConnectorMeta_filter] + or: [stagingmainnet_ArbitrumConnectorMeta_filter] } -enum stagingmumbai_swap_LpAccount_orderBy { +enum stagingmainnet_ArbitrumConnectorMeta_orderBy { id - address - balances -} - -type stagingmumbai_swap_LpToken { - id: ID! - address: stagingmumbai_swap_Bytes! - stableSwap: stagingmumbai_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: stagingmumbai_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_LpTokenEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_LpTokenEvent_filter): [stagingmumbai_swap_LpTokenEvent!]! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -interface stagingmumbai_swap_LpTokenEvent { +type stagingmainnet_AvalancheConnectorMeta { id: ID! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input stagingmumbai_swap_LpTokenEvent_filter { +input stagingmainnet_AvalancheConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -98767,92 +98030,77 @@ input stagingmumbai_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingmumbai_swap_LpToken_filter - amount: stagingmumbai_swap_BigDecimal - amount_not: stagingmumbai_swap_BigDecimal - amount_gt: stagingmumbai_swap_BigDecimal - amount_lt: stagingmumbai_swap_BigDecimal - amount_gte: stagingmumbai_swap_BigDecimal - amount_lte: stagingmumbai_swap_BigDecimal - amount_in: [stagingmumbai_swap_BigDecimal!] - amount_not_in: [stagingmumbai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpTokenEvent_filter] - or: [stagingmumbai_swap_LpTokenEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AvalancheConnectorMeta_filter] + or: [stagingmainnet_AvalancheConnectorMeta_filter] } -enum stagingmumbai_swap_LpTokenEvent_orderBy { +enum stagingmainnet_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 stagingmumbai_swap_LpToken_filter { +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 @@ -98861,142 +98109,89 @@ input stagingmumbai_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingmumbai_swap_Bytes - address_not: stagingmumbai_swap_Bytes - address_gt: stagingmumbai_swap_Bytes - address_lt: stagingmumbai_swap_Bytes - address_gte: stagingmumbai_swap_Bytes - address_lte: stagingmumbai_swap_Bytes - address_in: [stagingmumbai_swap_Bytes!] - address_not_in: [stagingmumbai_swap_Bytes!] - address_contains: stagingmumbai_swap_Bytes - address_not_contains: stagingmumbai_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: stagingmumbai_swap_BigDecimal - totalSupply_not: stagingmumbai_swap_BigDecimal - totalSupply_gt: stagingmumbai_swap_BigDecimal - totalSupply_lt: stagingmumbai_swap_BigDecimal - totalSupply_gte: stagingmumbai_swap_BigDecimal - totalSupply_lte: stagingmumbai_swap_BigDecimal - totalSupply_in: [stagingmumbai_swap_BigDecimal!] - totalSupply_not_in: [stagingmumbai_swap_BigDecimal!] - events_: stagingmumbai_swap_LpTokenEvent_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpToken_filter] - or: [stagingmumbai_swap_LpToken_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_BaseConnectorMeta_filter] + or: [stagingmainnet_BaseConnectorMeta_filter] } -enum stagingmumbai_swap_LpToken_orderBy { +enum stagingmainnet_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 stagingmumbai_swap_LpTransferEvent implements stagingmumbai_swap_LpTokenEvent { +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! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! - from: stagingmumbai_swap_Bytes! - to: stagingmumbai_swap_Bytes! - fromBalance: stagingmumbai_swap_BigDecimal! - toBalance: stagingmumbai_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input stagingmumbai_swap_LpTransferEvent_filter { +input stagingmainnet_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99005,143 +98200,79 @@ input stagingmumbai_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingmumbai_swap_LpToken_filter - amount: stagingmumbai_swap_BigDecimal - amount_not: stagingmumbai_swap_BigDecimal - amount_gt: stagingmumbai_swap_BigDecimal - amount_lt: stagingmumbai_swap_BigDecimal - amount_gte: stagingmumbai_swap_BigDecimal - amount_lte: stagingmumbai_swap_BigDecimal - amount_in: [stagingmumbai_swap_BigDecimal!] - amount_not_in: [stagingmumbai_swap_BigDecimal!] - from: stagingmumbai_swap_Bytes - from_not: stagingmumbai_swap_Bytes - from_gt: stagingmumbai_swap_Bytes - from_lt: stagingmumbai_swap_Bytes - from_gte: stagingmumbai_swap_Bytes - from_lte: stagingmumbai_swap_Bytes - from_in: [stagingmumbai_swap_Bytes!] - from_not_in: [stagingmumbai_swap_Bytes!] - from_contains: stagingmumbai_swap_Bytes - from_not_contains: stagingmumbai_swap_Bytes - to: stagingmumbai_swap_Bytes - to_not: stagingmumbai_swap_Bytes - to_gt: stagingmumbai_swap_Bytes - to_lt: stagingmumbai_swap_Bytes - to_gte: stagingmumbai_swap_Bytes - to_lte: stagingmumbai_swap_Bytes - to_in: [stagingmumbai_swap_Bytes!] - to_not_in: [stagingmumbai_swap_Bytes!] - to_contains: stagingmumbai_swap_Bytes - to_not_contains: stagingmumbai_swap_Bytes - fromBalance: stagingmumbai_swap_BigDecimal - fromBalance_not: stagingmumbai_swap_BigDecimal - fromBalance_gt: stagingmumbai_swap_BigDecimal - fromBalance_lt: stagingmumbai_swap_BigDecimal - fromBalance_gte: stagingmumbai_swap_BigDecimal - fromBalance_lte: stagingmumbai_swap_BigDecimal - fromBalance_in: [stagingmumbai_swap_BigDecimal!] - fromBalance_not_in: [stagingmumbai_swap_BigDecimal!] - toBalance: stagingmumbai_swap_BigDecimal - toBalance_not: stagingmumbai_swap_BigDecimal - toBalance_gt: stagingmumbai_swap_BigDecimal - toBalance_lt: stagingmumbai_swap_BigDecimal - toBalance_gte: stagingmumbai_swap_BigDecimal - toBalance_lte: stagingmumbai_swap_BigDecimal - toBalance_in: [stagingmumbai_swap_BigDecimal!] - toBalance_not_in: [stagingmumbai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpTransferEvent_filter] - or: [stagingmumbai_swap_LpTransferEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_BnbConnectorMeta_filter] + or: [stagingmainnet_BnbConnectorMeta_filter] } -enum stagingmumbai_swap_LpTransferEvent_orderBy { +enum stagingmainnet_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 stagingmumbai_swap_OrderDirection { - asc - desc -} +scalar stagingmainnet_Bytes -type stagingmumbai_swap_PooledToken { +type stagingmainnet_GnosisConnectorMeta { id: ID! - asset: stagingmumbai_swap_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input stagingmumbai_swap_PooledToken_filter { +input stagingmainnet_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99150,72 +98281,108 @@ input stagingmumbai_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: stagingmumbai_swap_Bytes - asset_not: stagingmumbai_swap_Bytes - asset_gt: stagingmumbai_swap_Bytes - asset_lt: stagingmumbai_swap_Bytes - asset_gte: stagingmumbai_swap_Bytes - asset_lte: stagingmumbai_swap_Bytes - asset_in: [stagingmumbai_swap_Bytes!] - asset_not_in: [stagingmumbai_swap_Bytes!] - asset_contains: stagingmumbai_swap_Bytes - asset_not_contains: stagingmumbai_swap_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_PooledToken_filter] - or: [stagingmumbai_swap_PooledToken_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_GnosisConnectorMeta_filter] + or: [stagingmainnet_GnosisConnectorMeta_filter] } -enum stagingmumbai_swap_PooledToken_orderBy { +enum stagingmainnet_GnosisConnectorMeta_orderBy { id - asset + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmumbai_swap_StableSwap { +type stagingmainnet_HubDomain { id: ID! - isActive: Boolean - key: stagingmumbai_swap_Bytes! - canonicalId: stagingmumbai_swap_Bytes domain: BigInt - swapPool: stagingmumbai_swap_Bytes - lpToken: stagingmumbai_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [stagingmumbai_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapEvent_filter): [stagingmumbai_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapExchange_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapExchange_filter): [stagingmumbai_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapHourlyVolume_filter): [stagingmumbai_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapDailyVolume_filter): [stagingmumbai_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapWeeklyVolume_filter): [stagingmumbai_swap_SwapWeeklyVolume!] } -type stagingmumbai_swap_StableSwapAddLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { +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! - stableSwap: stagingmumbai_swap_StableSwap! - provider: stagingmumbai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + aggregateRoot: stagingmainnet_Bytes! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { +input stagingmainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -99224,87 +98391,16 @@ input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - provider: stagingmumbai_swap_Bytes - provider_not: stagingmumbai_swap_Bytes - provider_gt: stagingmumbai_swap_Bytes - provider_lt: stagingmumbai_swap_Bytes - provider_gte: stagingmumbai_swap_Bytes - provider_lte: stagingmumbai_swap_Bytes - provider_in: [stagingmumbai_swap_Bytes!] - provider_not_in: [stagingmumbai_swap_Bytes!] - provider_contains: stagingmumbai_swap_Bytes - provider_not_contains: stagingmumbai_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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 @@ -99313,72 +98409,43 @@ input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes - 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] - or: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_HubOptimisticRootFinalized_filter] + or: [stagingmainnet_HubOptimisticRootFinalized_filter] } -enum stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingmainnet_HubOptimisticRootFinalized_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + aggregateRoot timestamp - transaction - nonce + blockNumber } -interface stagingmumbai_swap_StableSwapEvent { +""" +8 bytes signed integer + +""" +scalar stagingmainnet_Int8 + +type stagingmainnet_LineaConnectorMeta { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input stagingmumbai_swap_StableSwapEvent_filter { +input stagingmainnet_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99387,109 +98454,77 @@ input stagingmumbai_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapEvent_filter] - or: [stagingmumbai_swap_StableSwapEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_LineaConnectorMeta_filter] + or: [stagingmainnet_LineaConnectorMeta_filter] } -enum stagingmumbai_swap_StableSwapEvent_orderBy { +enum stagingmainnet_LineaConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmumbai_swap_StableSwapExchange { +type stagingmainnet_MantleConnectorMeta { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - buyer: stagingmumbai_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input stagingmumbai_swap_StableSwapExchange_filter { +input stagingmainnet_MantleConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99498,172 +98533,77 @@ input stagingmumbai_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - buyer: stagingmumbai_swap_Bytes - buyer_not: stagingmumbai_swap_Bytes - buyer_gt: stagingmumbai_swap_Bytes - buyer_lt: stagingmumbai_swap_Bytes - buyer_gte: stagingmumbai_swap_Bytes - buyer_lte: stagingmumbai_swap_Bytes - buyer_in: [stagingmumbai_swap_Bytes!] - buyer_not_in: [stagingmumbai_swap_Bytes!] - buyer_contains: stagingmumbai_swap_Bytes - buyer_not_contains: stagingmumbai_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapExchange_filter] - or: [stagingmumbai_swap_StableSwapExchange_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_MantleConnectorMeta_filter] + or: [stagingmainnet_MantleConnectorMeta_filter] } -enum stagingmumbai_swap_StableSwapExchange_orderBy { +enum stagingmainnet_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 } -type stagingmumbai_swap_StableSwapRemoveLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { +type stagingmainnet_MetisConnectorMeta { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - provider: stagingmumbai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingmainnet_MetisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99672,152 +98612,77 @@ input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - provider: stagingmumbai_swap_Bytes - provider_not: stagingmumbai_swap_Bytes - provider_gt: stagingmumbai_swap_Bytes - provider_lt: stagingmumbai_swap_Bytes - provider_gte: stagingmumbai_swap_Bytes - provider_lte: stagingmumbai_swap_Bytes - provider_in: [stagingmumbai_swap_Bytes!] - provider_not_in: [stagingmumbai_swap_Bytes!] - provider_contains: stagingmumbai_swap_Bytes - provider_not_contains: stagingmumbai_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_MetisConnectorMeta_filter] + or: [stagingmainnet_MetisConnectorMeta_filter] } -enum stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingmainnet_MetisConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input stagingmumbai_swap_StableSwap_filter { +type stagingmainnet_ModeConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_ModeConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99826,201 +98691,77 @@ input stagingmumbai_swap_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: stagingmumbai_swap_Bytes - key_not: stagingmumbai_swap_Bytes - key_gt: stagingmumbai_swap_Bytes - key_lt: stagingmumbai_swap_Bytes - key_gte: stagingmumbai_swap_Bytes - key_lte: stagingmumbai_swap_Bytes - key_in: [stagingmumbai_swap_Bytes!] - key_not_in: [stagingmumbai_swap_Bytes!] - key_contains: stagingmumbai_swap_Bytes - key_not_contains: stagingmumbai_swap_Bytes - canonicalId: stagingmumbai_swap_Bytes - canonicalId_not: stagingmumbai_swap_Bytes - canonicalId_gt: stagingmumbai_swap_Bytes - canonicalId_lt: stagingmumbai_swap_Bytes - canonicalId_gte: stagingmumbai_swap_Bytes - canonicalId_lte: stagingmumbai_swap_Bytes - canonicalId_in: [stagingmumbai_swap_Bytes!] - canonicalId_not_in: [stagingmumbai_swap_Bytes!] - canonicalId_contains: stagingmumbai_swap_Bytes - canonicalId_not_contains: stagingmumbai_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: stagingmumbai_swap_Bytes - swapPool_not: stagingmumbai_swap_Bytes - swapPool_gt: stagingmumbai_swap_Bytes - swapPool_lt: stagingmumbai_swap_Bytes - swapPool_gte: stagingmumbai_swap_Bytes - swapPool_lte: stagingmumbai_swap_Bytes - swapPool_in: [stagingmumbai_swap_Bytes!] - swapPool_not_in: [stagingmumbai_swap_Bytes!] - swapPool_contains: stagingmumbai_swap_Bytes - swapPool_not_contains: stagingmumbai_swap_Bytes - lpToken: stagingmumbai_swap_Bytes - lpToken_not: stagingmumbai_swap_Bytes - lpToken_gt: stagingmumbai_swap_Bytes - lpToken_lt: stagingmumbai_swap_Bytes - lpToken_gte: stagingmumbai_swap_Bytes - lpToken_lte: stagingmumbai_swap_Bytes - lpToken_in: [stagingmumbai_swap_Bytes!] - lpToken_not_in: [stagingmumbai_swap_Bytes!] - lpToken_contains: stagingmumbai_swap_Bytes - lpToken_not_contains: stagingmumbai_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [stagingmumbai_swap_Bytes!] - pooledTokens_not: [stagingmumbai_swap_Bytes!] - pooledTokens_contains: [stagingmumbai_swap_Bytes!] - pooledTokens_contains_nocase: [stagingmumbai_swap_Bytes!] - pooledTokens_not_contains: [stagingmumbai_swap_Bytes!] - pooledTokens_not_contains_nocase: [stagingmumbai_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: stagingmumbai_swap_StableSwapEvent_filter - exchanges_: stagingmumbai_swap_StableSwapExchange_filter - hourlyVolumes_: stagingmumbai_swap_SwapHourlyVolume_filter - dailyVolumes_: stagingmumbai_swap_SwapDailyVolume_filter - weeklyVolumes_: stagingmumbai_swap_SwapWeeklyVolume_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwap_filter] - or: [stagingmumbai_swap_StableSwap_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ModeConnectorMeta_filter] + or: [stagingmainnet_ModeConnectorMeta_filter] } -enum stagingmumbai_swap_StableSwap_orderBy { +enum stagingmainnet_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 } -type stagingmumbai_swap_SwapDailyVolume implements stagingmumbai_swap_SwapTradeVolume { +type stagingmainnet_OptimismConnectorMeta { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input stagingmumbai_swap_SwapDailyVolume_filter { +input stagingmainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100029,80 +98770,76 @@ input stagingmumbai_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapDailyVolume_filter] - or: [stagingmumbai_swap_SwapDailyVolume_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimismConnectorMeta_filter] + or: [stagingmainnet_OptimismConnectorMeta_filter] } -enum stagingmumbai_swap_SwapDailyVolume_orderBy { +enum stagingmainnet_OptimismConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmumbai_swap_SwapHourlyVolume implements stagingmumbai_swap_SwapTradeVolume { +type stagingmainnet_OptimisticRootPropagated { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! + aggregateRoot: stagingmainnet_Bytes! + domainsHash: stagingmainnet_Bytes! timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + blockNumber: BigInt } -input stagingmumbai_swap_SwapHourlyVolume_filter { +input stagingmainnet_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -100111,27 +98848,26 @@ input stagingmumbai_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + 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 @@ -100140,71 +98876,88 @@ input stagingmumbai_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapHourlyVolume_filter] - or: [stagingmumbai_swap_SwapHourlyVolume_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootPropagated_filter] + or: [stagingmainnet_OptimisticRootPropagated_filter] } -enum stagingmumbai_swap_SwapHourlyVolume_orderBy { +enum stagingmainnet_OptimisticRootPropagated_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + aggregateRoot + domainsHash timestamp - volume + blockNumber } -interface stagingmumbai_swap_SwapTradeVolume { - stableSwap: stagingmumbai_swap_StableSwap! +type stagingmainnet_OptimisticRootProposed { + id: ID! + disputeCliff: BigInt! + aggregateRoot: stagingmainnet_Bytes! + snapshotsRoots: [stagingmainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: stagingmainnet_Bytes! timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + blockNumber: BigInt } -input stagingmumbai_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter +input stagingmainnet_OptimisticRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + disputeCliff: BigInt + disputeCliff_not: BigInt + disputeCliff_gt: BigInt + disputeCliff_lt: BigInt + disputeCliff_gte: BigInt + disputeCliff_lte: BigInt + disputeCliff_in: [BigInt!] + disputeCliff_not_in: [BigInt!] + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + snapshotsRoots: [stagingmainnet_Bytes!] + snapshotsRoots_not: [stagingmainnet_Bytes!] + snapshotsRoots_contains: [stagingmainnet_Bytes!] + snapshotsRoots_contains_nocase: [stagingmainnet_Bytes!] + snapshotsRoots_not_contains: [stagingmainnet_Bytes!] + snapshotsRoots_not_contains_nocase: [stagingmainnet_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: stagingmainnet_Bytes + baseAggregateRoot_not: stagingmainnet_Bytes + baseAggregateRoot_gt: stagingmainnet_Bytes + baseAggregateRoot_lt: stagingmainnet_Bytes + baseAggregateRoot_gte: stagingmainnet_Bytes + baseAggregateRoot_lte: stagingmainnet_Bytes + baseAggregateRoot_in: [stagingmainnet_Bytes!] + baseAggregateRoot_not_in: [stagingmainnet_Bytes!] + baseAggregateRoot_contains: stagingmainnet_Bytes + baseAggregateRoot_not_contains: stagingmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -100213,50 +98966,47 @@ input stagingmumbai_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapTradeVolume_filter] - or: [stagingmumbai_swap_SwapTradeVolume_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootProposed_filter] + or: [stagingmainnet_OptimisticRootProposed_filter] } -enum stagingmumbai_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum stagingmainnet_OptimisticRootProposed_orderBy { + id + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot timestamp - volume + blockNumber } -type stagingmumbai_swap_SwapWeeklyVolume implements stagingmumbai_swap_SwapTradeVolume { +"""Defines the order direction, either ascending or descending""" +enum stagingmainnet_OrderDirection { + asc + desc +} + +type stagingmainnet_PolygonConnectorMeta { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input stagingmumbai_swap_SwapWeeklyVolume_filter { +input stagingmainnet_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100265,79 +99015,77 @@ input stagingmumbai_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapWeeklyVolume_filter] - or: [stagingmumbai_swap_SwapWeeklyVolume_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_PolygonConnectorMeta_filter] + or: [stagingmainnet_PolygonConnectorMeta_filter] } -enum stagingmumbai_swap_SwapWeeklyVolume_orderBy { +enum stagingmainnet_PolygonConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmumbai_swap_SystemInfo { +type stagingmainnet_PolygonZkConnectorMeta { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input stagingmumbai_swap_SystemInfo_filter { +input stagingmainnet_PolygonZkConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100346,103 +99094,220 @@ input stagingmumbai_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SystemInfo_filter] - or: [stagingmumbai_swap_SystemInfo_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_PolygonZkConnectorMeta_filter] + or: [stagingmainnet_PolygonZkConnectorMeta_filter] } -enum stagingmumbai_swap_SystemInfo_orderBy { +enum stagingmainnet_PolygonZkConnectorMeta_orderBy { id - exchangeCount - swapCount + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmumbai_swap__Block_ { - """The hash of the block""" - hash: stagingmumbai_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: stagingmumbai_swap_Bytes +type stagingmainnet_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: stagingmainnet_Bytes! + index: BigInt! } -"""The type for the top-level _meta field""" -type stagingmumbai_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingmumbai_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! +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 mumbai_swap_Aggregation_interval { - hour - day +enum stagingmainnet_RootAggregated_orderBy { + id + domain + receivedRoot + index } -scalar mumbai_swap_BigDecimal - -input mumbai_swap_BlockChangedFilter { - number_gte: Int! +type stagingmainnet_RootManagerMeta { + id: ID! + domains: [BigInt!] + connectors: [stagingmainnet_Bytes!] } -input mumbai_swap_Block_height { - hash: mumbai_swap_Bytes - number: Int - number_gte: Int +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] } -scalar mumbai_swap_Bytes +enum stagingmainnet_RootManagerMeta_orderBy { + id + domains + connectors +} -""" -8 bytes signed integer +type stagingmainnet_RootManagerMode { + id: ID! + mode: String! +} -""" -scalar mumbai_swap_Int8 +input stagingmainnet_RootManagerMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootManagerMode_filter] + or: [stagingmainnet_RootManagerMode_filter] +} -type mumbai_swap_LpAccount { - id: ID! - address: mumbai_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpAccountBalance_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpAccountBalance_filter): [mumbai_swap_LpAccountBalance!]! +enum stagingmainnet_RootManagerMode_orderBy { + id + mode } -type mumbai_swap_LpAccountBalance { +type stagingmainnet_RootMessageProcessed { id: ID! - account: mumbai_swap_LpAccount! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: mumbai_swap_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + root: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input mumbai_swap_LpAccountBalance_filter { +input stagingmainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -100451,36 +99316,430 @@ input mumbai_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: mumbai_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootMessageProcessed_filter] + or: [stagingmainnet_RootMessageProcessed_filter] +} + +enum stagingmainnet_RootMessageProcessed_orderBy { + id + spokeDomain + hubDomain + root + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingmainnet_RootPropagated { + id: ID! + aggregate: stagingmainnet_Bytes! + domainsHash: stagingmainnet_Bytes! + count: BigInt! + blockNumber: BigInt +} + +input stagingmainnet_RootPropagated_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregate: stagingmainnet_Bytes + aggregate_not: stagingmainnet_Bytes + aggregate_gt: stagingmainnet_Bytes + aggregate_lt: stagingmainnet_Bytes + aggregate_gte: stagingmainnet_Bytes + aggregate_lte: stagingmainnet_Bytes + aggregate_in: [stagingmainnet_Bytes!] + aggregate_not_in: [stagingmainnet_Bytes!] + aggregate_contains: stagingmainnet_Bytes + aggregate_not_contains: stagingmainnet_Bytes + domainsHash: stagingmainnet_Bytes + domainsHash_not: stagingmainnet_Bytes + domainsHash_gt: stagingmainnet_Bytes + domainsHash_lt: stagingmainnet_Bytes + domainsHash_gte: stagingmainnet_Bytes + domainsHash_lte: stagingmainnet_Bytes + domainsHash_in: [stagingmainnet_Bytes!] + domainsHash_not_in: [stagingmainnet_Bytes!] + domainsHash_contains: stagingmainnet_Bytes + domainsHash_not_contains: stagingmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootPropagated_filter] + or: [stagingmainnet_RootPropagated_filter] +} + +enum stagingmainnet_RootPropagated_orderBy { + id + aggregate + domainsHash + count + blockNumber +} + +type stagingmainnet_ScrollConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_ScrollConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ScrollConnectorMeta_filter] + or: [stagingmainnet_ScrollConnectorMeta_filter] +} + +enum stagingmainnet_ScrollConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_ZkSyncConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_ZkSyncConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ZkSyncConnectorMeta_filter] + or: [stagingmainnet_ZkSyncConnectorMeta_filter] +} + +enum stagingmainnet_ZkSyncConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet__Block_ { + """The hash of the block""" + hash: stagingmainnet_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingmainnet_Bytes +} + +"""The type for the top-level _meta field""" +type stagingmainnet__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingmainnet__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar mode_swap_BigDecimal + +input mode_swap_BlockChangedFilter { + number_gte: Int! +} + +input mode_swap_Block_height { + hash: mode_swap_Bytes + number: Int + number_gte: Int +} + +scalar mode_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar mode_swap_Int8 + +type mode_swap_LpAccount { + id: ID! + address: mode_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpAccountBalance_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpAccountBalance_filter): [mode_swap_LpAccountBalance!]! +} + +type mode_swap_LpAccountBalance { + id: ID! + account: mode_swap_LpAccount! + token: mode_swap_LpToken! + amount: mode_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: mode_swap_Bytes +} + +input mode_swap_LpAccountBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: mode_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String token_contains_nocase: String token_not_contains: String token_not_contains_nocase: String @@ -100492,15 +99751,15 @@ input mumbai_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: mumbai_swap_LpToken_filter - amount: mumbai_swap_BigDecimal - amount_not: mumbai_swap_BigDecimal - amount_gt: mumbai_swap_BigDecimal - amount_lt: mumbai_swap_BigDecimal - amount_gte: mumbai_swap_BigDecimal - amount_lte: mumbai_swap_BigDecimal - amount_in: [mumbai_swap_BigDecimal!] - amount_not_in: [mumbai_swap_BigDecimal!] + token_: mode_swap_LpToken_filter + amount: mode_swap_BigDecimal + amount_not: mode_swap_BigDecimal + amount_gt: mode_swap_BigDecimal + amount_lt: mode_swap_BigDecimal + amount_gte: mode_swap_BigDecimal + amount_lte: mode_swap_BigDecimal + amount_in: [mode_swap_BigDecimal!] + amount_not_in: [mode_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -100517,23 +99776,23 @@ input mumbai_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpAccountBalance_filter] - or: [mumbai_swap_LpAccountBalance_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpAccountBalance_filter] + or: [mode_swap_LpAccountBalance_filter] } -enum mumbai_swap_LpAccountBalance_orderBy { +enum mode_swap_LpAccountBalance_orderBy { id account account__id @@ -100551,7 +99810,7 @@ enum mumbai_swap_LpAccountBalance_orderBy { transaction } -input mumbai_swap_LpAccount_filter { +input mode_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -100560,51 +99819,51 @@ input mumbai_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mumbai_swap_Bytes - address_not: mumbai_swap_Bytes - address_gt: mumbai_swap_Bytes - address_lt: mumbai_swap_Bytes - address_gte: mumbai_swap_Bytes - address_lte: mumbai_swap_Bytes - address_in: [mumbai_swap_Bytes!] - address_not_in: [mumbai_swap_Bytes!] - address_contains: mumbai_swap_Bytes - address_not_contains: mumbai_swap_Bytes - balances_: mumbai_swap_LpAccountBalance_filter + address: mode_swap_Bytes + address_not: mode_swap_Bytes + address_gt: mode_swap_Bytes + address_lt: mode_swap_Bytes + address_gte: mode_swap_Bytes + address_lte: mode_swap_Bytes + address_in: [mode_swap_Bytes!] + address_not_in: [mode_swap_Bytes!] + address_contains: mode_swap_Bytes + address_not_contains: mode_swap_Bytes + balances_: mode_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpAccount_filter] - or: [mumbai_swap_LpAccount_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpAccount_filter] + or: [mode_swap_LpAccount_filter] } -enum mumbai_swap_LpAccount_orderBy { +enum mode_swap_LpAccount_orderBy { id address balances } -type mumbai_swap_LpToken { +type mode_swap_LpToken { id: ID! - address: mumbai_swap_Bytes! - stableSwap: mumbai_swap_StableSwap! + address: mode_swap_Bytes! + stableSwap: mode_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: mumbai_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpTokenEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpTokenEvent_filter): [mumbai_swap_LpTokenEvent!]! + totalSupply: mode_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpTokenEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpTokenEvent_filter): [mode_swap_LpTokenEvent!]! } -interface mumbai_swap_LpTokenEvent { +interface mode_swap_LpTokenEvent { id: ID! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! + token: mode_swap_LpToken! + amount: mode_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input mumbai_swap_LpTokenEvent_filter { +input mode_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -100633,15 +99892,15 @@ input mumbai_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: mumbai_swap_LpToken_filter - amount: mumbai_swap_BigDecimal - amount_not: mumbai_swap_BigDecimal - amount_gt: mumbai_swap_BigDecimal - amount_lt: mumbai_swap_BigDecimal - amount_gte: mumbai_swap_BigDecimal - amount_lte: mumbai_swap_BigDecimal - amount_in: [mumbai_swap_BigDecimal!] - amount_not_in: [mumbai_swap_BigDecimal!] + token_: mode_swap_LpToken_filter + amount: mode_swap_BigDecimal + amount_not: mode_swap_BigDecimal + amount_gt: mode_swap_BigDecimal + amount_lt: mode_swap_BigDecimal + amount_gte: mode_swap_BigDecimal + amount_lte: mode_swap_BigDecimal + amount_in: [mode_swap_BigDecimal!] + amount_not_in: [mode_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -100658,16 +99917,16 @@ input mumbai_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -100677,12 +99936,12 @@ input mumbai_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpTokenEvent_filter] - or: [mumbai_swap_LpTokenEvent_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpTokenEvent_filter] + or: [mode_swap_LpTokenEvent_filter] } -enum mumbai_swap_LpTokenEvent_orderBy { +enum mode_swap_LpTokenEvent_orderBy { id token token__id @@ -100698,7 +99957,7 @@ enum mumbai_swap_LpTokenEvent_orderBy { nonce } -input mumbai_swap_LpToken_filter { +input mode_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -100707,16 +99966,16 @@ input mumbai_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mumbai_swap_Bytes - address_not: mumbai_swap_Bytes - address_gt: mumbai_swap_Bytes - address_lt: mumbai_swap_Bytes - address_gte: mumbai_swap_Bytes - address_lte: mumbai_swap_Bytes - address_in: [mumbai_swap_Bytes!] - address_not_in: [mumbai_swap_Bytes!] - address_contains: mumbai_swap_Bytes - address_not_contains: mumbai_swap_Bytes + address: mode_swap_Bytes + address_not: mode_swap_Bytes + address_gt: mode_swap_Bytes + address_lt: mode_swap_Bytes + address_gte: mode_swap_Bytes + address_lte: mode_swap_Bytes + address_in: [mode_swap_Bytes!] + address_not_in: [mode_swap_Bytes!] + address_contains: mode_swap_Bytes + address_not_contains: mode_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -100737,7 +99996,7 @@ input mumbai_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -100786,22 +100045,22 @@ input mumbai_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: mumbai_swap_BigDecimal - totalSupply_not: mumbai_swap_BigDecimal - totalSupply_gt: mumbai_swap_BigDecimal - totalSupply_lt: mumbai_swap_BigDecimal - totalSupply_gte: mumbai_swap_BigDecimal - totalSupply_lte: mumbai_swap_BigDecimal - totalSupply_in: [mumbai_swap_BigDecimal!] - totalSupply_not_in: [mumbai_swap_BigDecimal!] - events_: mumbai_swap_LpTokenEvent_filter + totalSupply: mode_swap_BigDecimal + totalSupply_not: mode_swap_BigDecimal + totalSupply_gt: mode_swap_BigDecimal + totalSupply_lt: mode_swap_BigDecimal + totalSupply_gte: mode_swap_BigDecimal + totalSupply_lte: mode_swap_BigDecimal + totalSupply_in: [mode_swap_BigDecimal!] + totalSupply_not_in: [mode_swap_BigDecimal!] + events_: mode_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpToken_filter] - or: [mumbai_swap_LpToken_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpToken_filter] + or: [mode_swap_LpToken_filter] } -enum mumbai_swap_LpToken_orderBy { +enum mode_swap_LpToken_orderBy { id address stableSwap @@ -100828,21 +100087,21 @@ enum mumbai_swap_LpToken_orderBy { events } -type mumbai_swap_LpTransferEvent implements mumbai_swap_LpTokenEvent { +type mode_swap_LpTransferEvent implements mode_swap_LpTokenEvent { id: ID! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! - from: mumbai_swap_Bytes! - to: mumbai_swap_Bytes! - fromBalance: mumbai_swap_BigDecimal! - toBalance: mumbai_swap_BigDecimal! + token: mode_swap_LpToken! + amount: mode_swap_BigDecimal! + from: mode_swap_Bytes! + to: mode_swap_Bytes! + fromBalance: mode_swap_BigDecimal! + toBalance: mode_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input mumbai_swap_LpTransferEvent_filter { +input mode_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -100871,51 +100130,51 @@ input mumbai_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: mumbai_swap_LpToken_filter - amount: mumbai_swap_BigDecimal - amount_not: mumbai_swap_BigDecimal - amount_gt: mumbai_swap_BigDecimal - amount_lt: mumbai_swap_BigDecimal - amount_gte: mumbai_swap_BigDecimal - amount_lte: mumbai_swap_BigDecimal - amount_in: [mumbai_swap_BigDecimal!] - amount_not_in: [mumbai_swap_BigDecimal!] - from: mumbai_swap_Bytes - from_not: mumbai_swap_Bytes - from_gt: mumbai_swap_Bytes - from_lt: mumbai_swap_Bytes - from_gte: mumbai_swap_Bytes - from_lte: mumbai_swap_Bytes - from_in: [mumbai_swap_Bytes!] - from_not_in: [mumbai_swap_Bytes!] - from_contains: mumbai_swap_Bytes - from_not_contains: mumbai_swap_Bytes - to: mumbai_swap_Bytes - to_not: mumbai_swap_Bytes - to_gt: mumbai_swap_Bytes - to_lt: mumbai_swap_Bytes - to_gte: mumbai_swap_Bytes - to_lte: mumbai_swap_Bytes - to_in: [mumbai_swap_Bytes!] - to_not_in: [mumbai_swap_Bytes!] - to_contains: mumbai_swap_Bytes - to_not_contains: mumbai_swap_Bytes - fromBalance: mumbai_swap_BigDecimal - fromBalance_not: mumbai_swap_BigDecimal - fromBalance_gt: mumbai_swap_BigDecimal - fromBalance_lt: mumbai_swap_BigDecimal - fromBalance_gte: mumbai_swap_BigDecimal - fromBalance_lte: mumbai_swap_BigDecimal - fromBalance_in: [mumbai_swap_BigDecimal!] - fromBalance_not_in: [mumbai_swap_BigDecimal!] - toBalance: mumbai_swap_BigDecimal - toBalance_not: mumbai_swap_BigDecimal - toBalance_gt: mumbai_swap_BigDecimal - toBalance_lt: mumbai_swap_BigDecimal - toBalance_gte: mumbai_swap_BigDecimal - toBalance_lte: mumbai_swap_BigDecimal - toBalance_in: [mumbai_swap_BigDecimal!] - toBalance_not_in: [mumbai_swap_BigDecimal!] + token_: mode_swap_LpToken_filter + amount: mode_swap_BigDecimal + amount_not: mode_swap_BigDecimal + amount_gt: mode_swap_BigDecimal + amount_lt: mode_swap_BigDecimal + amount_gte: mode_swap_BigDecimal + amount_lte: mode_swap_BigDecimal + amount_in: [mode_swap_BigDecimal!] + amount_not_in: [mode_swap_BigDecimal!] + from: mode_swap_Bytes + from_not: mode_swap_Bytes + from_gt: mode_swap_Bytes + from_lt: mode_swap_Bytes + from_gte: mode_swap_Bytes + from_lte: mode_swap_Bytes + from_in: [mode_swap_Bytes!] + from_not_in: [mode_swap_Bytes!] + from_contains: mode_swap_Bytes + from_not_contains: mode_swap_Bytes + to: mode_swap_Bytes + to_not: mode_swap_Bytes + to_gt: mode_swap_Bytes + to_lt: mode_swap_Bytes + to_gte: mode_swap_Bytes + to_lte: mode_swap_Bytes + to_in: [mode_swap_Bytes!] + to_not_in: [mode_swap_Bytes!] + to_contains: mode_swap_Bytes + to_not_contains: mode_swap_Bytes + fromBalance: mode_swap_BigDecimal + fromBalance_not: mode_swap_BigDecimal + fromBalance_gt: mode_swap_BigDecimal + fromBalance_lt: mode_swap_BigDecimal + fromBalance_gte: mode_swap_BigDecimal + fromBalance_lte: mode_swap_BigDecimal + fromBalance_in: [mode_swap_BigDecimal!] + fromBalance_not_in: [mode_swap_BigDecimal!] + toBalance: mode_swap_BigDecimal + toBalance_not: mode_swap_BigDecimal + toBalance_gt: mode_swap_BigDecimal + toBalance_lt: mode_swap_BigDecimal + toBalance_gte: mode_swap_BigDecimal + toBalance_lte: mode_swap_BigDecimal + toBalance_in: [mode_swap_BigDecimal!] + toBalance_not_in: [mode_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -100932,16 +100191,16 @@ input mumbai_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -100951,12 +100210,12 @@ input mumbai_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpTransferEvent_filter] - or: [mumbai_swap_LpTransferEvent_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpTransferEvent_filter] + or: [mode_swap_LpTransferEvent_filter] } -enum mumbai_swap_LpTransferEvent_orderBy { +enum mode_swap_LpTransferEvent_orderBy { id token token__id @@ -100977,17 +100236,17 @@ enum mumbai_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum mumbai_swap_OrderDirection { +enum mode_swap_OrderDirection { asc desc } -type mumbai_swap_PooledToken { +type mode_swap_PooledToken { id: ID! - asset: mumbai_swap_Bytes! + asset: mode_swap_Bytes! } -input mumbai_swap_PooledToken_filter { +input mode_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -100996,59 +100255,59 @@ input mumbai_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: mumbai_swap_Bytes - asset_not: mumbai_swap_Bytes - asset_gt: mumbai_swap_Bytes - asset_lt: mumbai_swap_Bytes - asset_gte: mumbai_swap_Bytes - asset_lte: mumbai_swap_Bytes - asset_in: [mumbai_swap_Bytes!] - asset_not_in: [mumbai_swap_Bytes!] - asset_contains: mumbai_swap_Bytes - asset_not_contains: mumbai_swap_Bytes + asset: mode_swap_Bytes + asset_not: mode_swap_Bytes + asset_gt: mode_swap_Bytes + asset_lt: mode_swap_Bytes + asset_gte: mode_swap_Bytes + asset_lte: mode_swap_Bytes + asset_in: [mode_swap_Bytes!] + asset_not_in: [mode_swap_Bytes!] + asset_contains: mode_swap_Bytes + asset_not_contains: mode_swap_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_PooledToken_filter] - or: [mumbai_swap_PooledToken_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_PooledToken_filter] + or: [mode_swap_PooledToken_filter] } -enum mumbai_swap_PooledToken_orderBy { +enum mode_swap_PooledToken_orderBy { id asset } -type mumbai_swap_StableSwap { +type mode_swap_StableSwap { id: ID! isActive: Boolean - key: mumbai_swap_Bytes! - canonicalId: mumbai_swap_Bytes + key: mode_swap_Bytes! + canonicalId: mode_swap_Bytes domain: BigInt - swapPool: mumbai_swap_Bytes - lpToken: mumbai_swap_Bytes + swapPool: mode_swap_Bytes + lpToken: mode_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [mumbai_swap_Bytes!]! + pooledTokens: [mode_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapEvent_filter): [mumbai_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapExchange_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapExchange_filter): [mumbai_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapHourlyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapHourlyVolume_filter): [mumbai_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapDailyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapDailyVolume_filter): [mumbai_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapWeeklyVolume_filter): [mumbai_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapEvent_filter): [mode_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapExchange_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapExchange_filter): [mode_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapHourlyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapHourlyVolume_filter): [mode_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapDailyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapDailyVolume_filter): [mode_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapWeeklyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapWeeklyVolume_filter): [mode_swap_SwapWeeklyVolume!] } -type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEvent { +type mode_swap_StableSwapAddLiquidityEvent implements mode_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! - provider: mumbai_swap_Bytes! + stableSwap: mode_swap_StableSwap! + provider: mode_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -101057,11 +100316,11 @@ type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEv balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapAddLiquidityEvent_filter { +input mode_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -101090,17 +100349,17 @@ input mumbai_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - provider: mumbai_swap_Bytes - provider_not: mumbai_swap_Bytes - provider_gt: mumbai_swap_Bytes - provider_lt: mumbai_swap_Bytes - provider_gte: mumbai_swap_Bytes - provider_lte: mumbai_swap_Bytes - provider_in: [mumbai_swap_Bytes!] - provider_not_in: [mumbai_swap_Bytes!] - provider_contains: mumbai_swap_Bytes - provider_not_contains: mumbai_swap_Bytes + stableSwap_: mode_swap_StableSwap_filter + provider: mode_swap_Bytes + provider_not: mode_swap_Bytes + provider_gt: mode_swap_Bytes + provider_lt: mode_swap_Bytes + provider_gte: mode_swap_Bytes + provider_lte: mode_swap_Bytes + provider_in: [mode_swap_Bytes!] + provider_not_in: [mode_swap_Bytes!] + provider_contains: mode_swap_Bytes + provider_not_contains: mode_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -101159,16 +100418,16 @@ input mumbai_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -101178,12 +100437,12 @@ input mumbai_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapAddLiquidityEvent_filter] - or: [mumbai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapAddLiquidityEvent_filter] + or: [mode_swap_StableSwapAddLiquidityEvent_filter] } -enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { +enum mode_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -101215,16 +100474,16 @@ enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface mumbai_swap_StableSwapEvent { +interface mode_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: mode_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapEvent_filter { +input mode_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -101253,7 +100512,7 @@ input mumbai_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -101270,16 +100529,16 @@ input mumbai_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -101289,12 +100548,12 @@ input mumbai_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapEvent_filter] - or: [mumbai_swap_StableSwapEvent_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapEvent_filter] + or: [mode_swap_StableSwapEvent_filter] } -enum mumbai_swap_StableSwapEvent_orderBy { +enum mode_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -101319,10 +100578,10 @@ enum mumbai_swap_StableSwapEvent_orderBy { nonce } -type mumbai_swap_StableSwapExchange { +type mode_swap_StableSwapExchange { id: ID! - stableSwap: mumbai_swap_StableSwap! - buyer: mumbai_swap_Bytes! + stableSwap: mode_swap_StableSwap! + buyer: mode_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -101331,11 +100590,11 @@ type mumbai_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapExchange_filter { +input mode_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -101364,17 +100623,17 @@ input mumbai_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - buyer: mumbai_swap_Bytes - buyer_not: mumbai_swap_Bytes - buyer_gt: mumbai_swap_Bytes - buyer_lt: mumbai_swap_Bytes - buyer_gte: mumbai_swap_Bytes - buyer_lte: mumbai_swap_Bytes - buyer_in: [mumbai_swap_Bytes!] - buyer_not_in: [mumbai_swap_Bytes!] - buyer_contains: mumbai_swap_Bytes - buyer_not_contains: mumbai_swap_Bytes + stableSwap_: mode_swap_StableSwap_filter + buyer: mode_swap_Bytes + buyer_not: mode_swap_Bytes + buyer_gt: mode_swap_Bytes + buyer_lt: mode_swap_Bytes + buyer_gte: mode_swap_Bytes + buyer_lte: mode_swap_Bytes + buyer_in: [mode_swap_Bytes!] + buyer_not_in: [mode_swap_Bytes!] + buyer_contains: mode_swap_Bytes + buyer_not_contains: mode_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -101437,16 +100696,16 @@ input mumbai_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -101456,12 +100715,12 @@ input mumbai_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapExchange_filter] - or: [mumbai_swap_StableSwapExchange_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapExchange_filter] + or: [mode_swap_StableSwapExchange_filter] } -enum mumbai_swap_StableSwapExchange_orderBy { +enum mode_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -101493,10 +100752,10 @@ enum mumbai_swap_StableSwapExchange_orderBy { nonce } -type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwapEvent { +type mode_swap_StableSwapRemoveLiquidityEvent implements mode_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! - provider: mumbai_swap_Bytes! + stableSwap: mode_swap_StableSwap! + provider: mode_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -101505,11 +100764,11 @@ type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { +input mode_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -101538,17 +100797,17 @@ input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - provider: mumbai_swap_Bytes - provider_not: mumbai_swap_Bytes - provider_gt: mumbai_swap_Bytes - provider_lt: mumbai_swap_Bytes - provider_gte: mumbai_swap_Bytes - provider_lte: mumbai_swap_Bytes - provider_in: [mumbai_swap_Bytes!] - provider_not_in: [mumbai_swap_Bytes!] - provider_contains: mumbai_swap_Bytes - provider_not_contains: mumbai_swap_Bytes + stableSwap_: mode_swap_StableSwap_filter + provider: mode_swap_Bytes + provider_not: mode_swap_Bytes + provider_gt: mode_swap_Bytes + provider_lt: mode_swap_Bytes + provider_gte: mode_swap_Bytes + provider_lte: mode_swap_Bytes + provider_in: [mode_swap_Bytes!] + provider_not_in: [mode_swap_Bytes!] + provider_contains: mode_swap_Bytes + provider_not_contains: mode_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -101607,16 +100866,16 @@ input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -101626,12 +100885,12 @@ input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mode_swap_StableSwapRemoveLiquidityEvent_filter] } -enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum mode_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -101663,7 +100922,7 @@ enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input mumbai_swap_StableSwap_filter { +input mode_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -101676,26 +100935,26 @@ input mumbai_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: mumbai_swap_Bytes - key_not: mumbai_swap_Bytes - key_gt: mumbai_swap_Bytes - key_lt: mumbai_swap_Bytes - key_gte: mumbai_swap_Bytes - key_lte: mumbai_swap_Bytes - key_in: [mumbai_swap_Bytes!] - key_not_in: [mumbai_swap_Bytes!] - key_contains: mumbai_swap_Bytes - key_not_contains: mumbai_swap_Bytes - canonicalId: mumbai_swap_Bytes - canonicalId_not: mumbai_swap_Bytes - canonicalId_gt: mumbai_swap_Bytes - canonicalId_lt: mumbai_swap_Bytes - canonicalId_gte: mumbai_swap_Bytes - canonicalId_lte: mumbai_swap_Bytes - canonicalId_in: [mumbai_swap_Bytes!] - canonicalId_not_in: [mumbai_swap_Bytes!] - canonicalId_contains: mumbai_swap_Bytes - canonicalId_not_contains: mumbai_swap_Bytes + key: mode_swap_Bytes + key_not: mode_swap_Bytes + key_gt: mode_swap_Bytes + key_lt: mode_swap_Bytes + key_gte: mode_swap_Bytes + key_lte: mode_swap_Bytes + key_in: [mode_swap_Bytes!] + key_not_in: [mode_swap_Bytes!] + key_contains: mode_swap_Bytes + key_not_contains: mode_swap_Bytes + canonicalId: mode_swap_Bytes + canonicalId_not: mode_swap_Bytes + canonicalId_gt: mode_swap_Bytes + canonicalId_lt: mode_swap_Bytes + canonicalId_gte: mode_swap_Bytes + canonicalId_lte: mode_swap_Bytes + canonicalId_in: [mode_swap_Bytes!] + canonicalId_not_in: [mode_swap_Bytes!] + canonicalId_contains: mode_swap_Bytes + canonicalId_not_contains: mode_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -101704,26 +100963,26 @@ input mumbai_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: mumbai_swap_Bytes - swapPool_not: mumbai_swap_Bytes - swapPool_gt: mumbai_swap_Bytes - swapPool_lt: mumbai_swap_Bytes - swapPool_gte: mumbai_swap_Bytes - swapPool_lte: mumbai_swap_Bytes - swapPool_in: [mumbai_swap_Bytes!] - swapPool_not_in: [mumbai_swap_Bytes!] - swapPool_contains: mumbai_swap_Bytes - swapPool_not_contains: mumbai_swap_Bytes - lpToken: mumbai_swap_Bytes - lpToken_not: mumbai_swap_Bytes - lpToken_gt: mumbai_swap_Bytes - lpToken_lt: mumbai_swap_Bytes - lpToken_gte: mumbai_swap_Bytes - lpToken_lte: mumbai_swap_Bytes - lpToken_in: [mumbai_swap_Bytes!] - lpToken_not_in: [mumbai_swap_Bytes!] - lpToken_contains: mumbai_swap_Bytes - lpToken_not_contains: mumbai_swap_Bytes + swapPool: mode_swap_Bytes + swapPool_not: mode_swap_Bytes + swapPool_gt: mode_swap_Bytes + swapPool_lt: mode_swap_Bytes + swapPool_gte: mode_swap_Bytes + swapPool_lte: mode_swap_Bytes + swapPool_in: [mode_swap_Bytes!] + swapPool_not_in: [mode_swap_Bytes!] + swapPool_contains: mode_swap_Bytes + swapPool_not_contains: mode_swap_Bytes + lpToken: mode_swap_Bytes + lpToken_not: mode_swap_Bytes + lpToken_gt: mode_swap_Bytes + lpToken_lt: mode_swap_Bytes + lpToken_gte: mode_swap_Bytes + lpToken_lte: mode_swap_Bytes + lpToken_in: [mode_swap_Bytes!] + lpToken_not_in: [mode_swap_Bytes!] + lpToken_contains: mode_swap_Bytes + lpToken_not_contains: mode_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -101772,12 +101031,12 @@ input mumbai_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [mumbai_swap_Bytes!] - pooledTokens_not: [mumbai_swap_Bytes!] - pooledTokens_contains: [mumbai_swap_Bytes!] - pooledTokens_contains_nocase: [mumbai_swap_Bytes!] - pooledTokens_not_contains: [mumbai_swap_Bytes!] - pooledTokens_not_contains_nocase: [mumbai_swap_Bytes!] + pooledTokens: [mode_swap_Bytes!] + pooledTokens_not: [mode_swap_Bytes!] + pooledTokens_contains: [mode_swap_Bytes!] + pooledTokens_contains_nocase: [mode_swap_Bytes!] + pooledTokens_not_contains: [mode_swap_Bytes!] + pooledTokens_not_contains_nocase: [mode_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -101820,18 +101079,18 @@ input mumbai_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: mumbai_swap_StableSwapEvent_filter - exchanges_: mumbai_swap_StableSwapExchange_filter - hourlyVolumes_: mumbai_swap_SwapHourlyVolume_filter - dailyVolumes_: mumbai_swap_SwapDailyVolume_filter - weeklyVolumes_: mumbai_swap_SwapWeeklyVolume_filter + events_: mode_swap_StableSwapEvent_filter + exchanges_: mode_swap_StableSwapExchange_filter + hourlyVolumes_: mode_swap_SwapHourlyVolume_filter + dailyVolumes_: mode_swap_SwapDailyVolume_filter + weeklyVolumes_: mode_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwap_filter] - or: [mumbai_swap_StableSwap_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwap_filter] + or: [mode_swap_StableSwap_filter] } -enum mumbai_swap_StableSwap_orderBy { +enum mode_swap_StableSwap_orderBy { id isActive key @@ -101859,14 +101118,14 @@ enum mumbai_swap_StableSwap_orderBy { weeklyVolumes } -type mumbai_swap_SwapDailyVolume implements mumbai_swap_SwapTradeVolume { +type mode_swap_SwapDailyVolume implements mode_swap_SwapTradeVolume { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: mode_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: mode_swap_BigDecimal! } -input mumbai_swap_SwapDailyVolume_filter { +input mode_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -101895,7 +101154,7 @@ input mumbai_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101904,21 +101163,21 @@ input mumbai_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + volume: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapDailyVolume_filter] - or: [mumbai_swap_SwapDailyVolume_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapDailyVolume_filter] + or: [mode_swap_SwapDailyVolume_filter] } -enum mumbai_swap_SwapDailyVolume_orderBy { +enum mode_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -101941,14 +101200,14 @@ enum mumbai_swap_SwapDailyVolume_orderBy { volume } -type mumbai_swap_SwapHourlyVolume implements mumbai_swap_SwapTradeVolume { +type mode_swap_SwapHourlyVolume implements mode_swap_SwapTradeVolume { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: mode_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: mode_swap_BigDecimal! } -input mumbai_swap_SwapHourlyVolume_filter { +input mode_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -101977,7 +101236,7 @@ input mumbai_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101986,21 +101245,21 @@ input mumbai_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + volume: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapHourlyVolume_filter] - or: [mumbai_swap_SwapHourlyVolume_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapHourlyVolume_filter] + or: [mode_swap_SwapHourlyVolume_filter] } -enum mumbai_swap_SwapHourlyVolume_orderBy { +enum mode_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -102023,13 +101282,13 @@ enum mumbai_swap_SwapHourlyVolume_orderBy { volume } -interface mumbai_swap_SwapTradeVolume { - stableSwap: mumbai_swap_StableSwap! +interface mode_swap_SwapTradeVolume { + stableSwap: mode_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: mode_swap_BigDecimal! } -input mumbai_swap_SwapTradeVolume_filter { +input mode_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -102050,7 +101309,7 @@ input mumbai_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -102059,21 +101318,21 @@ input mumbai_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + volume: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapTradeVolume_filter] - or: [mumbai_swap_SwapTradeVolume_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapTradeVolume_filter] + or: [mode_swap_SwapTradeVolume_filter] } -enum mumbai_swap_SwapTradeVolume_orderBy { +enum mode_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -102095,14 +101354,14 @@ enum mumbai_swap_SwapTradeVolume_orderBy { volume } -type mumbai_swap_SwapWeeklyVolume implements mumbai_swap_SwapTradeVolume { +type mode_swap_SwapWeeklyVolume implements mode_swap_SwapTradeVolume { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: mode_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: mode_swap_BigDecimal! } -input mumbai_swap_SwapWeeklyVolume_filter { +input mode_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -102131,7 +101390,7 @@ input mumbai_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -102140,21 +101399,21 @@ input mumbai_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + volume: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapWeeklyVolume_filter] - or: [mumbai_swap_SwapWeeklyVolume_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapWeeklyVolume_filter] + or: [mode_swap_SwapWeeklyVolume_filter] } -enum mumbai_swap_SwapWeeklyVolume_orderBy { +enum mode_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -102177,13 +101436,13 @@ enum mumbai_swap_SwapWeeklyVolume_orderBy { volume } -type mumbai_swap_SystemInfo { +type mode_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input mumbai_swap_SystemInfo_filter { +input mode_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -102209,30 +101468,28 @@ input mumbai_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SystemInfo_filter] - or: [mumbai_swap_SystemInfo_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SystemInfo_filter] + or: [mode_swap_SystemInfo_filter] } -enum mumbai_swap_SystemInfo_orderBy { +enum mode_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type mumbai_swap__Block_ { +type mode_swap__Block_ { """The hash of the block""" - hash: mumbai_swap_Bytes + hash: mode_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: mumbai_swap_Bytes } """The type for the top-level _meta field""" -type mumbai_swap__Meta_ { +type mode_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -102240,50 +101497,156 @@ type mumbai_swap__Meta_ { and therefore asks for the latest block """ - block: mumbai_swap__Block_! + block: mode_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar base_swap_BigDecimal +type goerli_AggregateRootSavedSlow { + id: ID! + aggregateRoot: goerli_Bytes! + count: BigInt! + aggregatedRoots: [goerli_Bytes!] + rootTimestamp: BigInt! +} -input base_swap_BlockChangedFilter { - number_gte: Int! +input goerli_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: goerli_Bytes + aggregateRoot_not: goerli_Bytes + aggregateRoot_gt: goerli_Bytes + aggregateRoot_lt: goerli_Bytes + aggregateRoot_gte: goerli_Bytes + aggregateRoot_lte: goerli_Bytes + aggregateRoot_in: [goerli_Bytes!] + aggregateRoot_not_in: [goerli_Bytes!] + aggregateRoot_contains: goerli_Bytes + aggregateRoot_not_contains: goerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [goerli_Bytes!] + aggregatedRoots_not: [goerli_Bytes!] + aggregatedRoots_contains: [goerli_Bytes!] + aggregatedRoots_contains_nocase: [goerli_Bytes!] + aggregatedRoots_not_contains: [goerli_Bytes!] + aggregatedRoots_not_contains_nocase: [goerli_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: goerli_BlockChangedFilter + and: [goerli_AggregateRootSavedSlow_filter] + or: [goerli_AggregateRootSavedSlow_filter] } -input base_swap_Block_height { - hash: base_swap_Bytes - number: Int - number_gte: Int +enum goerli_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp } -scalar base_swap_Bytes +type goerli_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: goerli_Bytes! + domain: BigInt + blockNumber: BigInt +} -""" -8 bytes signed integer +input goerli_AggregatedMessageRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: goerli_Bytes + receivedRoot_not: goerli_Bytes + receivedRoot_gt: goerli_Bytes + receivedRoot_lt: goerli_Bytes + receivedRoot_gte: goerli_Bytes + receivedRoot_lte: goerli_Bytes + receivedRoot_in: [goerli_Bytes!] + receivedRoot_not_in: [goerli_Bytes!] + receivedRoot_contains: goerli_Bytes + receivedRoot_not_contains: goerli_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_AggregatedMessageRoot_filter] + or: [goerli_AggregatedMessageRoot_filter] +} -""" -scalar base_swap_Int8 +enum goerli_AggregatedMessageRoot_orderBy { + id + index + receivedRoot + domain + blockNumber +} -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!]! +enum goerli_Aggregation_interval { + hour + day } -type base_swap_LpAccountBalance { +type goerli_ArbitrumConnectorMeta { id: ID! - account: base_swap_LpAccount! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: base_swap_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input base_swap_LpAccountBalance_filter { +input goerli_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -102292,107 +101655,77 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpAccountBalance_filter] - or: [base_swap_LpAccountBalance_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_ArbitrumConnectorMeta_filter] + or: [goerli_ArbitrumConnectorMeta_filter] } -enum base_swap_LpAccountBalance_orderBy { +enum goerli_ArbitrumConnectorMeta_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input base_swap_LpAccount_filter { +type goerli_BaseConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_BaseConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -102401,51 +101734,89 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpAccount_filter] - or: [base_swap_LpAccount_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_BaseConnectorMeta_filter] + or: [goerli_BaseConnectorMeta_filter] } -enum base_swap_LpAccount_orderBy { +enum goerli_BaseConnectorMeta_orderBy { id - address - balances + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -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!]! +scalar goerli_BigDecimal + +input goerli_BlockChangedFilter { + number_gte: Int! } -interface base_swap_LpTokenEvent { +input goerli_Block_height { + hash: goerli_Bytes + number: Int + number_gte: Int +} + +type goerli_BnbConnectorMeta { id: ID! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input base_swap_LpTokenEvent_filter { +input goerli_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -102454,92 +101825,79 @@ 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 - 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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpTokenEvent_filter] - or: [base_swap_LpTokenEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_BnbConnectorMeta_filter] + or: [goerli_BnbConnectorMeta_filter] } -enum base_swap_LpTokenEvent_orderBy { +enum goerli_BnbConnectorMeta_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input base_swap_LpToken_filter { +scalar goerli_Bytes + +type goerli_GnosisConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -102548,142 +101906,73 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpToken_filter] - or: [base_swap_LpToken_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_GnosisConnectorMeta_filter] + or: [goerli_GnosisConnectorMeta_filter] } -enum base_swap_LpToken_orderBy { +enum goerli_GnosisConnectorMeta_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type base_swap_LpTransferEvent implements base_swap_LpTokenEvent { +type goerli_HubDomain { 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! - timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + domain: BigInt } -input base_swap_LpTransferEvent_filter { +input goerli_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -102692,143 +101981,33 @@ 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!] - 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!] + 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: base_swap_BlockChangedFilter - and: [base_swap_LpTransferEvent_filter] - or: [base_swap_LpTransferEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_HubDomain_filter] + or: [goerli_HubDomain_filter] } -enum base_swap_LpTransferEvent_orderBy { +enum goerli_HubDomain_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum base_swap_OrderDirection { - asc - desc + domain } -type base_swap_PooledToken { +type goerli_HubOptimisticRootFinalized { id: ID! - asset: base_swap_Bytes! + aggregateRoot: goerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input base_swap_PooledToken_filter { +input goerli_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -102837,72 +102016,61 @@ 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 + aggregateRoot: goerli_Bytes + aggregateRoot_not: goerli_Bytes + aggregateRoot_gt: goerli_Bytes + aggregateRoot_lt: goerli_Bytes + aggregateRoot_gte: goerli_Bytes + aggregateRoot_lte: goerli_Bytes + aggregateRoot_in: [goerli_Bytes!] + aggregateRoot_not_in: [goerli_Bytes!] + aggregateRoot_contains: goerli_Bytes + aggregateRoot_not_contains: goerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_PooledToken_filter] - or: [base_swap_PooledToken_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_HubOptimisticRootFinalized_filter] + or: [goerli_HubOptimisticRootFinalized_filter] } -enum base_swap_PooledToken_orderBy { +enum goerli_HubOptimisticRootFinalized_orderBy { id - asset + aggregateRoot + timestamp + blockNumber } -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!] -} +""" +8 bytes signed integer -type base_swap_StableSwapAddLiquidityEvent implements base_swap_StableSwapEvent { +""" +scalar goerli_Int8 + +type goerli_LineaConnectorMeta { 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! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input base_swap_StableSwapAddLiquidityEvent_filter { +input goerli_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -102911,161 +102079,77 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwapAddLiquidityEvent_filter] - or: [base_swap_StableSwapAddLiquidityEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_LineaConnectorMeta_filter] + or: [goerli_LineaConnectorMeta_filter] } -enum base_swap_StableSwapAddLiquidityEvent_orderBy { +enum goerli_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 - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -interface base_swap_StableSwapEvent { +type goerli_OptimismConnectorMeta { id: ID! - stableSwap: base_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input base_swap_StableSwapEvent_filter { +input goerli_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -103074,109 +102158,76 @@ 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!] - 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwapEvent_filter] - or: [base_swap_StableSwapEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OptimismConnectorMeta_filter] + or: [goerli_OptimismConnectorMeta_filter] } -enum base_swap_StableSwapEvent_orderBy { +enum goerli_OptimismConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type base_swap_StableSwapExchange { +type goerli_OptimisticRootPropagated { id: ID! - stableSwap: base_swap_StableSwap! - buyer: base_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + aggregateRoot: goerli_Bytes! + domainsHash: goerli_Bytes! timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input base_swap_StableSwapExchange_filter { +input goerli_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -103185,91 +102236,26 @@ 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!] + aggregateRoot: goerli_Bytes + aggregateRoot_not: goerli_Bytes + aggregateRoot_gt: goerli_Bytes + aggregateRoot_lt: goerli_Bytes + aggregateRoot_gte: goerli_Bytes + aggregateRoot_lte: goerli_Bytes + aggregateRoot_in: [goerli_Bytes!] + aggregateRoot_not_in: [goerli_Bytes!] + aggregateRoot_contains: goerli_Bytes + aggregateRoot_not_contains: goerli_Bytes + domainsHash: goerli_Bytes + domainsHash_not: goerli_Bytes + domainsHash_gt: goerli_Bytes + domainsHash_lt: goerli_Bytes + domainsHash_gte: goerli_Bytes + domainsHash_lte: goerli_Bytes + domainsHash_in: [goerli_Bytes!] + domainsHash_not_in: [goerli_Bytes!] + domainsHash_contains: goerli_Bytes + domainsHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103278,79 +102264,40 @@ 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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_StableSwapExchange_filter] - or: [base_swap_StableSwapExchange_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OptimisticRootPropagated_filter] + or: [goerli_OptimisticRootPropagated_filter] } -enum base_swap_StableSwapExchange_orderBy { +enum goerli_OptimisticRootPropagated_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block + aggregateRoot + domainsHash timestamp - transaction - nonce + blockNumber } -type base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEvent { +type goerli_OptimisticRootProposed { id: ID! - stableSwap: base_swap_StableSwap! - provider: base_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + disputeCliff: BigInt! + aggregateRoot: goerli_Bytes! + snapshotsRoots: [goerli_Bytes!] + domains: [BigInt!] + baseAggregateRoot: goerli_Bytes! timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input base_swap_StableSwapRemoveLiquidityEvent_filter { +input goerli_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -103359,87 +102306,46 @@ 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!] + 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: goerli_Bytes + aggregateRoot_not: goerli_Bytes + aggregateRoot_gt: goerli_Bytes + aggregateRoot_lt: goerli_Bytes + aggregateRoot_gte: goerli_Bytes + aggregateRoot_lte: goerli_Bytes + aggregateRoot_in: [goerli_Bytes!] + aggregateRoot_not_in: [goerli_Bytes!] + aggregateRoot_contains: goerli_Bytes + aggregateRoot_not_contains: goerli_Bytes + snapshotsRoots: [goerli_Bytes!] + snapshotsRoots_not: [goerli_Bytes!] + snapshotsRoots_contains: [goerli_Bytes!] + snapshotsRoots_contains_nocase: [goerli_Bytes!] + snapshotsRoots_not_contains: [goerli_Bytes!] + snapshotsRoots_not_contains_nocase: [goerli_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: goerli_Bytes + baseAggregateRoot_not: goerli_Bytes + baseAggregateRoot_gt: goerli_Bytes + baseAggregateRoot_lt: goerli_Bytes + baseAggregateRoot_gte: goerli_Bytes + baseAggregateRoot_lte: goerli_Bytes + baseAggregateRoot_in: [goerli_Bytes!] + baseAggregateRoot_not_in: [goerli_Bytes!] + baseAggregateRoot_contains: goerli_Bytes + baseAggregateRoot_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103448,63 +102354,47 @@ 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 - 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: base_swap_BlockChangedFilter - and: [base_swap_StableSwapRemoveLiquidityEvent_filter] - or: [base_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OptimisticRootProposed_filter] + or: [goerli_OptimisticRootProposed_filter] } -enum base_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum goerli_OptimisticRootProposed_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot timestamp - transaction - nonce + blockNumber } -input base_swap_StableSwap_filter { +"""Defines the order direction, either ascending or descending""" +enum goerli_OrderDirection { + asc + desc +} + +type goerli_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -103513,201 +102403,75 @@ input base_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: 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwap_filter] - or: [base_swap_StableSwap_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_PolygonConnectorMeta_filter] + or: [goerli_PolygonConnectorMeta_filter] } -enum base_swap_StableSwap_orderBy { +enum goerli_PolygonConnectorMeta_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 base_swap_SwapDailyVolume implements base_swap_SwapTradeVolume { +type goerli_RootAggregated { id: ID! - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! + domain: BigInt! + receivedRoot: goerli_Bytes! + index: BigInt! } -input base_swap_SwapDailyVolume_filter { +input goerli_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -103716,80 +102480,52 @@ 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!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: goerli_Bytes + receivedRoot_not: goerli_Bytes + receivedRoot_gt: goerli_Bytes + receivedRoot_lt: goerli_Bytes + receivedRoot_gte: goerli_Bytes + receivedRoot_lte: goerli_Bytes + receivedRoot_in: [goerli_Bytes!] + receivedRoot_not_in: [goerli_Bytes!] + receivedRoot_contains: goerli_Bytes + receivedRoot_not_contains: goerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SwapDailyVolume_filter] - or: [base_swap_SwapDailyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootAggregated_filter] + or: [goerli_RootAggregated_filter] } -enum base_swap_SwapDailyVolume_orderBy { +enum goerli_RootAggregated_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + domain + receivedRoot + index } -type base_swap_SwapHourlyVolume implements base_swap_SwapTradeVolume { +type goerli_RootManagerMeta { id: ID! - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! + domains: [BigInt!] + connectors: [goerli_Bytes!] } -input base_swap_SwapHourlyVolume_filter { +input goerli_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -103798,152 +102534,89 @@ 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!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [goerli_Bytes!] + connectors_not: [goerli_Bytes!] + connectors_contains: [goerli_Bytes!] + connectors_contains_nocase: [goerli_Bytes!] + connectors_not_contains: [goerli_Bytes!] + connectors_not_contains_nocase: [goerli_Bytes!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SwapHourlyVolume_filter] - or: [base_swap_SwapHourlyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootManagerMeta_filter] + or: [goerli_RootManagerMeta_filter] } -enum base_swap_SwapHourlyVolume_orderBy { +enum goerli_RootManagerMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + domains + connectors } -interface base_swap_SwapTradeVolume { - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! +type goerli_RootManagerMode { + id: ID! + mode: String! } -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!] +input goerli_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: base_swap_BlockChangedFilter - and: [base_swap_SwapTradeVolume_filter] - or: [base_swap_SwapTradeVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootManagerMode_filter] + or: [goerli_RootManagerMode_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 +enum goerli_RootManagerMode_orderBy { + id + mode } -type base_swap_SwapWeeklyVolume implements base_swap_SwapTradeVolume { +type goerli_RootMessageProcessed { id: ID! - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + root: goerli_Bytes + caller: goerli_Bytes + transactionHash: goerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input base_swap_SwapWeeklyVolume_filter { +input goerli_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -103952,27 +102625,52 @@ 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!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103981,50 +102679,58 @@ 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!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + 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_SwapWeeklyVolume_filter] - or: [base_swap_SwapWeeklyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootMessageProcessed_filter] + or: [goerli_RootMessageProcessed_filter] } -enum base_swap_SwapWeeklyVolume_orderBy { +enum goerli_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 } -type base_swap_SystemInfo { +type goerli_RootPropagated { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + aggregate: goerli_Bytes! + domainsHash: goerli_Bytes! + count: BigInt! + blockNumber: BigInt } -input base_swap_SystemInfo_filter { +input goerli_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -104033,45 +102739,227 @@ 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!] + aggregate: goerli_Bytes + aggregate_not: goerli_Bytes + aggregate_gt: goerli_Bytes + aggregate_lt: goerli_Bytes + aggregate_gte: goerli_Bytes + aggregate_lte: goerli_Bytes + aggregate_in: [goerli_Bytes!] + aggregate_not_in: [goerli_Bytes!] + aggregate_contains: goerli_Bytes + aggregate_not_contains: goerli_Bytes + domainsHash: goerli_Bytes + domainsHash_not: goerli_Bytes + domainsHash_gt: goerli_Bytes + domainsHash_lt: goerli_Bytes + domainsHash_gte: goerli_Bytes + domainsHash_lte: goerli_Bytes + domainsHash_in: [goerli_Bytes!] + domainsHash_not_in: [goerli_Bytes!] + domainsHash_contains: goerli_Bytes + domainsHash_not_contains: goerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_SystemInfo_filter] - or: [base_swap_SystemInfo_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootPropagated_filter] + or: [goerli_RootPropagated_filter] } -enum base_swap_SystemInfo_orderBy { +enum goerli_RootPropagated_orderBy { id - exchangeCount - swapCount + aggregate + domainsHash + count + blockNumber } -type base_swap__Block_ { +type goerli_X1ConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_X1ConnectorMeta_filter] + or: [goerli_X1ConnectorMeta_filter] +} + +enum goerli_X1ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type goerli_ZkSyncConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_ZkSyncConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_ZkSyncConnectorMeta_filter] + or: [goerli_ZkSyncConnectorMeta_filter] +} + +enum goerli_ZkSyncConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type goerli__Block_ { """The hash of the block""" - hash: base_swap_Bytes + hash: goerli_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: goerli_Bytes } """The type for the top-level _meta field""" -type base_swap__Meta_ { +type goerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -104079,55 +102967,50 @@ type base_swap__Meta_ { and therefore asks for the latest block """ - block: base_swap__Block_! + block: goerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum goerli_swap_Aggregation_interval { - hour - day -} - -scalar goerli_swap_BigDecimal +scalar metis_swap_BigDecimal -input goerli_swap_BlockChangedFilter { +input metis_swap_BlockChangedFilter { number_gte: Int! } -input goerli_swap_Block_height { - hash: goerli_swap_Bytes +input metis_swap_Block_height { + hash: metis_swap_Bytes number: Int number_gte: Int } -scalar goerli_swap_Bytes +scalar metis_swap_Bytes """ 8 bytes signed integer """ -scalar goerli_swap_Int8 +scalar metis_swap_Int8 -type goerli_swap_LpAccount { +type metis_swap_LpAccount { id: ID! - address: goerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpAccountBalance_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpAccountBalance_filter): [goerli_swap_LpAccountBalance!]! + address: 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 goerli_swap_LpAccountBalance { +type metis_swap_LpAccountBalance { id: ID! - account: goerli_swap_LpAccount! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! + account: metis_swap_LpAccount! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! block: BigInt modified: BigInt - transaction: goerli_swap_Bytes + transaction: metis_swap_Bytes } -input goerli_swap_LpAccountBalance_filter { +input metis_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -104156,7 +103039,7 @@ input goerli_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: goerli_swap_LpAccount_filter + account_: metis_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -104177,15 +103060,15 @@ input goerli_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: goerli_swap_LpToken_filter - amount: goerli_swap_BigDecimal - amount_not: goerli_swap_BigDecimal - amount_gt: goerli_swap_BigDecimal - amount_lt: goerli_swap_BigDecimal - amount_gte: goerli_swap_BigDecimal - amount_lte: goerli_swap_BigDecimal - amount_in: [goerli_swap_BigDecimal!] - amount_not_in: [goerli_swap_BigDecimal!] + token_: 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 @@ -104202,23 +103085,23 @@ input goerli_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpAccountBalance_filter] - or: [goerli_swap_LpAccountBalance_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpAccountBalance_filter] + or: [metis_swap_LpAccountBalance_filter] } -enum goerli_swap_LpAccountBalance_orderBy { +enum metis_swap_LpAccountBalance_orderBy { id account account__id @@ -104236,7 +103119,7 @@ enum goerli_swap_LpAccountBalance_orderBy { transaction } -input goerli_swap_LpAccount_filter { +input metis_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -104245,51 +103128,51 @@ input goerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: goerli_swap_Bytes - address_not: goerli_swap_Bytes - address_gt: goerli_swap_Bytes - address_lt: goerli_swap_Bytes - address_gte: goerli_swap_Bytes - address_lte: goerli_swap_Bytes - address_in: [goerli_swap_Bytes!] - address_not_in: [goerli_swap_Bytes!] - address_contains: goerli_swap_Bytes - address_not_contains: goerli_swap_Bytes - balances_: goerli_swap_LpAccountBalance_filter + address: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpAccount_filter] - or: [goerli_swap_LpAccount_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpAccount_filter] + or: [metis_swap_LpAccount_filter] } -enum goerli_swap_LpAccount_orderBy { +enum metis_swap_LpAccount_orderBy { id address balances } -type goerli_swap_LpToken { +type metis_swap_LpToken { id: ID! - address: goerli_swap_Bytes! - stableSwap: goerli_swap_StableSwap! + address: metis_swap_Bytes! + stableSwap: metis_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: goerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpTokenEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpTokenEvent_filter): [goerli_swap_LpTokenEvent!]! + totalSupply: metis_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_LpTokenEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_LpTokenEvent_filter): [metis_swap_LpTokenEvent!]! } -interface goerli_swap_LpTokenEvent { +interface metis_swap_LpTokenEvent { id: ID! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input goerli_swap_LpTokenEvent_filter { +input metis_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -104318,15 +103201,15 @@ input goerli_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: goerli_swap_LpToken_filter - amount: goerli_swap_BigDecimal - amount_not: goerli_swap_BigDecimal - amount_gt: goerli_swap_BigDecimal - amount_lt: goerli_swap_BigDecimal - amount_gte: goerli_swap_BigDecimal - amount_lte: goerli_swap_BigDecimal - amount_in: [goerli_swap_BigDecimal!] - amount_not_in: [goerli_swap_BigDecimal!] + token_: 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 @@ -104343,16 +103226,16 @@ input goerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: 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 @@ -104362,12 +103245,12 @@ input goerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpTokenEvent_filter] - or: [goerli_swap_LpTokenEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpTokenEvent_filter] + or: [metis_swap_LpTokenEvent_filter] } -enum goerli_swap_LpTokenEvent_orderBy { +enum metis_swap_LpTokenEvent_orderBy { id token token__id @@ -104383,7 +103266,7 @@ enum goerli_swap_LpTokenEvent_orderBy { nonce } -input goerli_swap_LpToken_filter { +input metis_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -104392,16 +103275,16 @@ input goerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: goerli_swap_Bytes - address_not: goerli_swap_Bytes - address_gt: goerli_swap_Bytes - address_lt: goerli_swap_Bytes - address_gte: goerli_swap_Bytes - address_lte: goerli_swap_Bytes - address_in: [goerli_swap_Bytes!] - address_not_in: [goerli_swap_Bytes!] - address_contains: goerli_swap_Bytes - address_not_contains: goerli_swap_Bytes + address: 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 @@ -104422,7 +103305,7 @@ input goerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -104471,22 +103354,22 @@ input goerli_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: goerli_swap_BigDecimal - totalSupply_not: goerli_swap_BigDecimal - totalSupply_gt: goerli_swap_BigDecimal - totalSupply_lt: goerli_swap_BigDecimal - totalSupply_gte: goerli_swap_BigDecimal - totalSupply_lte: goerli_swap_BigDecimal - totalSupply_in: [goerli_swap_BigDecimal!] - totalSupply_not_in: [goerli_swap_BigDecimal!] - events_: goerli_swap_LpTokenEvent_filter + totalSupply: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpToken_filter] - or: [goerli_swap_LpToken_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpToken_filter] + or: [metis_swap_LpToken_filter] } -enum goerli_swap_LpToken_orderBy { +enum metis_swap_LpToken_orderBy { id address stableSwap @@ -104513,21 +103396,21 @@ enum goerli_swap_LpToken_orderBy { events } -type goerli_swap_LpTransferEvent implements goerli_swap_LpTokenEvent { +type metis_swap_LpTransferEvent implements metis_swap_LpTokenEvent { id: ID! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! - from: goerli_swap_Bytes! - to: goerli_swap_Bytes! - fromBalance: goerli_swap_BigDecimal! - toBalance: goerli_swap_BigDecimal! + token: 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: goerli_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input goerli_swap_LpTransferEvent_filter { +input metis_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -104556,51 +103439,51 @@ input goerli_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: goerli_swap_LpToken_filter - amount: goerli_swap_BigDecimal - amount_not: goerli_swap_BigDecimal - amount_gt: goerli_swap_BigDecimal - amount_lt: goerli_swap_BigDecimal - amount_gte: goerli_swap_BigDecimal - amount_lte: goerli_swap_BigDecimal - amount_in: [goerli_swap_BigDecimal!] - amount_not_in: [goerli_swap_BigDecimal!] - from: goerli_swap_Bytes - from_not: goerli_swap_Bytes - from_gt: goerli_swap_Bytes - from_lt: goerli_swap_Bytes - from_gte: goerli_swap_Bytes - from_lte: goerli_swap_Bytes - from_in: [goerli_swap_Bytes!] - from_not_in: [goerli_swap_Bytes!] - from_contains: goerli_swap_Bytes - from_not_contains: goerli_swap_Bytes - to: goerli_swap_Bytes - to_not: goerli_swap_Bytes - to_gt: goerli_swap_Bytes - to_lt: goerli_swap_Bytes - to_gte: goerli_swap_Bytes - to_lte: goerli_swap_Bytes - to_in: [goerli_swap_Bytes!] - to_not_in: [goerli_swap_Bytes!] - to_contains: goerli_swap_Bytes - to_not_contains: goerli_swap_Bytes - fromBalance: goerli_swap_BigDecimal - fromBalance_not: goerli_swap_BigDecimal - fromBalance_gt: goerli_swap_BigDecimal - fromBalance_lt: goerli_swap_BigDecimal - fromBalance_gte: goerli_swap_BigDecimal - fromBalance_lte: goerli_swap_BigDecimal - fromBalance_in: [goerli_swap_BigDecimal!] - fromBalance_not_in: [goerli_swap_BigDecimal!] - toBalance: goerli_swap_BigDecimal - toBalance_not: goerli_swap_BigDecimal - toBalance_gt: goerli_swap_BigDecimal - toBalance_lt: goerli_swap_BigDecimal - toBalance_gte: goerli_swap_BigDecimal - toBalance_lte: goerli_swap_BigDecimal - toBalance_in: [goerli_swap_BigDecimal!] - toBalance_not_in: [goerli_swap_BigDecimal!] + token_: 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 @@ -104617,16 +103500,16 @@ input goerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: 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 @@ -104636,12 +103519,12 @@ input goerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpTransferEvent_filter] - or: [goerli_swap_LpTransferEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpTransferEvent_filter] + or: [metis_swap_LpTransferEvent_filter] } -enum goerli_swap_LpTransferEvent_orderBy { +enum metis_swap_LpTransferEvent_orderBy { id token token__id @@ -104662,17 +103545,17 @@ enum goerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum goerli_swap_OrderDirection { +enum metis_swap_OrderDirection { asc desc } -type goerli_swap_PooledToken { +type metis_swap_PooledToken { id: ID! - asset: goerli_swap_Bytes! + asset: metis_swap_Bytes! } -input goerli_swap_PooledToken_filter { +input metis_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -104681,59 +103564,59 @@ input goerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: goerli_swap_Bytes - asset_not: goerli_swap_Bytes - asset_gt: goerli_swap_Bytes - asset_lt: goerli_swap_Bytes - asset_gte: goerli_swap_Bytes - asset_lte: goerli_swap_Bytes - asset_in: [goerli_swap_Bytes!] - asset_not_in: [goerli_swap_Bytes!] - asset_contains: goerli_swap_Bytes - asset_not_contains: goerli_swap_Bytes + asset: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_PooledToken_filter] - or: [goerli_swap_PooledToken_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_PooledToken_filter] + or: [metis_swap_PooledToken_filter] } -enum goerli_swap_PooledToken_orderBy { +enum metis_swap_PooledToken_orderBy { id asset } -type goerli_swap_StableSwap { +type metis_swap_StableSwap { id: ID! isActive: Boolean - key: goerli_swap_Bytes! - canonicalId: goerli_swap_Bytes + key: metis_swap_Bytes! + canonicalId: metis_swap_Bytes domain: BigInt - swapPool: goerli_swap_Bytes - lpToken: goerli_swap_Bytes + swapPool: metis_swap_Bytes + lpToken: metis_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [goerli_swap_Bytes!]! + pooledTokens: [metis_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapEvent_filter): [goerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapExchange_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapExchange_filter): [goerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapHourlyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapHourlyVolume_filter): [goerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapDailyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapDailyVolume_filter): [goerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapWeeklyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapWeeklyVolume_filter): [goerli_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: 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 goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEvent { +type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! - provider: goerli_swap_Bytes! + stableSwap: metis_swap_StableSwap! + provider: metis_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -104742,11 +103625,11 @@ type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEv balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapAddLiquidityEvent_filter { +input metis_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -104775,17 +103658,17 @@ input goerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - provider: goerli_swap_Bytes - provider_not: goerli_swap_Bytes - provider_gt: goerli_swap_Bytes - provider_lt: goerli_swap_Bytes - provider_gte: goerli_swap_Bytes - provider_lte: goerli_swap_Bytes - provider_in: [goerli_swap_Bytes!] - provider_not_in: [goerli_swap_Bytes!] - provider_contains: goerli_swap_Bytes - provider_not_contains: goerli_swap_Bytes + stableSwap_: 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!] @@ -104844,16 +103727,16 @@ input goerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: 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 @@ -104863,12 +103746,12 @@ input goerli_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapAddLiquidityEvent_filter] - or: [goerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapAddLiquidityEvent_filter] + or: [metis_swap_StableSwapAddLiquidityEvent_filter] } -enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum metis_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -104900,16 +103783,16 @@ enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface goerli_swap_StableSwapEvent { +interface metis_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: metis_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapEvent_filter { +input metis_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -104938,7 +103821,7 @@ input goerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -104955,16 +103838,16 @@ input goerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: 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 @@ -104974,12 +103857,12 @@ input goerli_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapEvent_filter] - or: [goerli_swap_StableSwapEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapEvent_filter] + or: [metis_swap_StableSwapEvent_filter] } -enum goerli_swap_StableSwapEvent_orderBy { +enum metis_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -105004,10 +103887,10 @@ enum goerli_swap_StableSwapEvent_orderBy { nonce } -type goerli_swap_StableSwapExchange { +type metis_swap_StableSwapExchange { id: ID! - stableSwap: goerli_swap_StableSwap! - buyer: goerli_swap_Bytes! + stableSwap: metis_swap_StableSwap! + buyer: metis_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -105016,11 +103899,11 @@ type goerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapExchange_filter { +input metis_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -105049,17 +103932,17 @@ input goerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - buyer: goerli_swap_Bytes - buyer_not: goerli_swap_Bytes - buyer_gt: goerli_swap_Bytes - buyer_lt: goerli_swap_Bytes - buyer_gte: goerli_swap_Bytes - buyer_lte: goerli_swap_Bytes - buyer_in: [goerli_swap_Bytes!] - buyer_not_in: [goerli_swap_Bytes!] - buyer_contains: goerli_swap_Bytes - buyer_not_contains: goerli_swap_Bytes + stableSwap_: 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 @@ -105122,16 +104005,16 @@ input goerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: 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 @@ -105141,12 +104024,12 @@ input goerli_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapExchange_filter] - or: [goerli_swap_StableSwapExchange_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapExchange_filter] + or: [metis_swap_StableSwapExchange_filter] } -enum goerli_swap_StableSwapExchange_orderBy { +enum metis_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -105178,10 +104061,10 @@ enum goerli_swap_StableSwapExchange_orderBy { nonce } -type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwapEvent { +type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! - provider: goerli_swap_Bytes! + stableSwap: metis_swap_StableSwap! + provider: metis_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -105190,11 +104073,11 @@ type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapRemoveLiquidityEvent_filter { +input metis_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -105223,17 +104106,17 @@ input goerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - provider: goerli_swap_Bytes - provider_not: goerli_swap_Bytes - provider_gt: goerli_swap_Bytes - provider_lt: goerli_swap_Bytes - provider_gte: goerli_swap_Bytes - provider_lte: goerli_swap_Bytes - provider_in: [goerli_swap_Bytes!] - provider_not_in: [goerli_swap_Bytes!] - provider_contains: goerli_swap_Bytes - provider_not_contains: goerli_swap_Bytes + stableSwap_: 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!] @@ -105292,16 +104175,16 @@ input goerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: 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 @@ -105311,12 +104194,12 @@ input goerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapRemoveLiquidityEvent_filter] + or: [metis_swap_StableSwapRemoveLiquidityEvent_filter] } -enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -105348,7 +104231,7 @@ enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input goerli_swap_StableSwap_filter { +input metis_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -105361,26 +104244,26 @@ input goerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: goerli_swap_Bytes - key_not: goerli_swap_Bytes - key_gt: goerli_swap_Bytes - key_lt: goerli_swap_Bytes - key_gte: goerli_swap_Bytes - key_lte: goerli_swap_Bytes - key_in: [goerli_swap_Bytes!] - key_not_in: [goerli_swap_Bytes!] - key_contains: goerli_swap_Bytes - key_not_contains: goerli_swap_Bytes - canonicalId: goerli_swap_Bytes - canonicalId_not: goerli_swap_Bytes - canonicalId_gt: goerli_swap_Bytes - canonicalId_lt: goerli_swap_Bytes - canonicalId_gte: goerli_swap_Bytes - canonicalId_lte: goerli_swap_Bytes - canonicalId_in: [goerli_swap_Bytes!] - canonicalId_not_in: [goerli_swap_Bytes!] - canonicalId_contains: goerli_swap_Bytes - canonicalId_not_contains: goerli_swap_Bytes + key: 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 @@ -105389,26 +104272,26 @@ input goerli_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: goerli_swap_Bytes - swapPool_not: goerli_swap_Bytes - swapPool_gt: goerli_swap_Bytes - swapPool_lt: goerli_swap_Bytes - swapPool_gte: goerli_swap_Bytes - swapPool_lte: goerli_swap_Bytes - swapPool_in: [goerli_swap_Bytes!] - swapPool_not_in: [goerli_swap_Bytes!] - swapPool_contains: goerli_swap_Bytes - swapPool_not_contains: goerli_swap_Bytes - lpToken: goerli_swap_Bytes - lpToken_not: goerli_swap_Bytes - lpToken_gt: goerli_swap_Bytes - lpToken_lt: goerli_swap_Bytes - lpToken_gte: goerli_swap_Bytes - lpToken_lte: goerli_swap_Bytes - lpToken_in: [goerli_swap_Bytes!] - lpToken_not_in: [goerli_swap_Bytes!] - lpToken_contains: goerli_swap_Bytes - lpToken_not_contains: goerli_swap_Bytes + swapPool: 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 @@ -105457,12 +104340,12 @@ input goerli_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [goerli_swap_Bytes!] - pooledTokens_not: [goerli_swap_Bytes!] - pooledTokens_contains: [goerli_swap_Bytes!] - pooledTokens_contains_nocase: [goerli_swap_Bytes!] - pooledTokens_not_contains: [goerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [goerli_swap_Bytes!] + pooledTokens: [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!] @@ -105505,18 +104388,18 @@ input goerli_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: goerli_swap_StableSwapEvent_filter - exchanges_: goerli_swap_StableSwapExchange_filter - hourlyVolumes_: goerli_swap_SwapHourlyVolume_filter - dailyVolumes_: goerli_swap_SwapDailyVolume_filter - weeklyVolumes_: goerli_swap_SwapWeeklyVolume_filter + events_: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwap_filter] - or: [goerli_swap_StableSwap_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwap_filter] + or: [metis_swap_StableSwap_filter] } -enum goerli_swap_StableSwap_orderBy { +enum metis_swap_StableSwap_orderBy { id isActive key @@ -105544,14 +104427,14 @@ enum goerli_swap_StableSwap_orderBy { weeklyVolumes } -type goerli_swap_SwapDailyVolume implements goerli_swap_SwapTradeVolume { +type metis_swap_SwapDailyVolume implements metis_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input goerli_swap_SwapDailyVolume_filter { +input metis_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -105580,7 +104463,7 @@ input goerli_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -105589,21 +104472,21 @@ input goerli_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] + volume: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapDailyVolume_filter] - or: [goerli_swap_SwapDailyVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapDailyVolume_filter] + or: [metis_swap_SwapDailyVolume_filter] } -enum goerli_swap_SwapDailyVolume_orderBy { +enum metis_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -105626,14 +104509,14 @@ enum goerli_swap_SwapDailyVolume_orderBy { volume } -type goerli_swap_SwapHourlyVolume implements goerli_swap_SwapTradeVolume { +type metis_swap_SwapHourlyVolume implements metis_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input goerli_swap_SwapHourlyVolume_filter { +input metis_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -105662,7 +104545,7 @@ input goerli_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -105671,21 +104554,21 @@ input goerli_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] + volume: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapHourlyVolume_filter] - or: [goerli_swap_SwapHourlyVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapHourlyVolume_filter] + or: [metis_swap_SwapHourlyVolume_filter] } -enum goerli_swap_SwapHourlyVolume_orderBy { +enum metis_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -105708,13 +104591,13 @@ enum goerli_swap_SwapHourlyVolume_orderBy { volume } -interface goerli_swap_SwapTradeVolume { - stableSwap: goerli_swap_StableSwap! +interface metis_swap_SwapTradeVolume { + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input goerli_swap_SwapTradeVolume_filter { +input metis_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -105735,7 +104618,7 @@ input goerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -105744,21 +104627,21 @@ input goerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] + volume: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapTradeVolume_filter] - or: [goerli_swap_SwapTradeVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapTradeVolume_filter] + or: [metis_swap_SwapTradeVolume_filter] } -enum goerli_swap_SwapTradeVolume_orderBy { +enum metis_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -105780,14 +104663,14 @@ enum goerli_swap_SwapTradeVolume_orderBy { volume } -type goerli_swap_SwapWeeklyVolume implements goerli_swap_SwapTradeVolume { +type metis_swap_SwapWeeklyVolume implements metis_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input goerli_swap_SwapWeeklyVolume_filter { +input metis_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -105816,7 +104699,7 @@ input goerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -105825,21 +104708,21 @@ input goerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] + volume: 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapWeeklyVolume_filter] - or: [goerli_swap_SwapWeeklyVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapWeeklyVolume_filter] + or: [metis_swap_SwapWeeklyVolume_filter] } -enum goerli_swap_SwapWeeklyVolume_orderBy { +enum metis_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -105862,13 +104745,13 @@ enum goerli_swap_SwapWeeklyVolume_orderBy { volume } -type goerli_swap_SystemInfo { +type metis_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input goerli_swap_SystemInfo_filter { +input metis_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -105894,30 +104777,28 @@ input goerli_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SystemInfo_filter] - or: [goerli_swap_SystemInfo_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SystemInfo_filter] + or: [metis_swap_SystemInfo_filter] } -enum goerli_swap_SystemInfo_orderBy { +enum metis_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type goerli_swap__Block_ { +type metis_swap__Block_ { """The hash of the block""" - hash: goerli_swap_Bytes + hash: metis_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: goerli_swap_Bytes } """The type for the top-level _meta field""" -type goerli_swap__Meta_ { +type metis_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -105925,55 +104806,50 @@ type goerli_swap__Meta_ { and therefore asks for the latest block """ - block: goerli_swap__Block_! + block: metis_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum avalanche_swap_Aggregation_interval { - hour - day -} - -scalar avalanche_swap_BigDecimal +scalar zksync_swap_BigDecimal -input avalanche_swap_BlockChangedFilter { +input zksync_swap_BlockChangedFilter { number_gte: Int! } -input avalanche_swap_Block_height { - hash: avalanche_swap_Bytes +input zksync_swap_Block_height { + hash: zksync_swap_Bytes number: Int number_gte: Int } -scalar avalanche_swap_Bytes +scalar zksync_swap_Bytes """ 8 bytes signed integer """ -scalar avalanche_swap_Int8 +scalar zksync_swap_Int8 -type avalanche_swap_LpAccount { +type zksync_swap_LpAccount { id: ID! - address: avalanche_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_LpAccountBalance_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_LpAccountBalance_filter): [avalanche_swap_LpAccountBalance!]! + address: 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 avalanche_swap_LpAccountBalance { +type zksync_swap_LpAccountBalance { id: ID! - account: avalanche_swap_LpAccount! - token: avalanche_swap_LpToken! - amount: avalanche_swap_BigDecimal! + account: zksync_swap_LpAccount! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! block: BigInt modified: BigInt - transaction: avalanche_swap_Bytes + transaction: zksync_swap_Bytes } -input avalanche_swap_LpAccountBalance_filter { +input zksync_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -106002,7 +104878,7 @@ input avalanche_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: avalanche_swap_LpAccount_filter + account_: zksync_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -106023,15 +104899,15 @@ input avalanche_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: avalanche_swap_LpToken_filter - amount: avalanche_swap_BigDecimal - amount_not: avalanche_swap_BigDecimal - amount_gt: avalanche_swap_BigDecimal - amount_lt: avalanche_swap_BigDecimal - amount_gte: avalanche_swap_BigDecimal - amount_lte: avalanche_swap_BigDecimal - amount_in: [avalanche_swap_BigDecimal!] - amount_not_in: [avalanche_swap_BigDecimal!] + token_: 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 @@ -106048,23 +104924,23 @@ input avalanche_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpAccountBalance_filter] - or: [avalanche_swap_LpAccountBalance_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpAccountBalance_filter] + or: [zksync_swap_LpAccountBalance_filter] } -enum avalanche_swap_LpAccountBalance_orderBy { +enum zksync_swap_LpAccountBalance_orderBy { id account account__id @@ -106082,7 +104958,7 @@ enum avalanche_swap_LpAccountBalance_orderBy { transaction } -input avalanche_swap_LpAccount_filter { +input zksync_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -106091,51 +104967,51 @@ input avalanche_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: avalanche_swap_Bytes - address_not: avalanche_swap_Bytes - address_gt: avalanche_swap_Bytes - address_lt: avalanche_swap_Bytes - address_gte: avalanche_swap_Bytes - address_lte: avalanche_swap_Bytes - address_in: [avalanche_swap_Bytes!] - address_not_in: [avalanche_swap_Bytes!] - address_contains: avalanche_swap_Bytes - address_not_contains: avalanche_swap_Bytes - balances_: avalanche_swap_LpAccountBalance_filter + address: 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpAccount_filter] - or: [avalanche_swap_LpAccount_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpAccount_filter] + or: [zksync_swap_LpAccount_filter] } -enum avalanche_swap_LpAccount_orderBy { +enum zksync_swap_LpAccount_orderBy { id address balances } -type avalanche_swap_LpToken { +type zksync_swap_LpToken { id: ID! - address: avalanche_swap_Bytes! - stableSwap: avalanche_swap_StableSwap! + address: zksync_swap_Bytes! + stableSwap: zksync_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: avalanche_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_LpTokenEvent_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_LpTokenEvent_filter): [avalanche_swap_LpTokenEvent!]! + totalSupply: zksync_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_LpTokenEvent_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_LpTokenEvent_filter): [zksync_swap_LpTokenEvent!]! } -interface avalanche_swap_LpTokenEvent { +interface zksync_swap_LpTokenEvent { id: ID! - token: avalanche_swap_LpToken! - amount: avalanche_swap_BigDecimal! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input avalanche_swap_LpTokenEvent_filter { +input zksync_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -106164,15 +105040,15 @@ input avalanche_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: avalanche_swap_LpToken_filter - amount: avalanche_swap_BigDecimal - amount_not: avalanche_swap_BigDecimal - amount_gt: avalanche_swap_BigDecimal - amount_lt: avalanche_swap_BigDecimal - amount_gte: avalanche_swap_BigDecimal - amount_lte: avalanche_swap_BigDecimal - amount_in: [avalanche_swap_BigDecimal!] - amount_not_in: [avalanche_swap_BigDecimal!] + token_: 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 @@ -106189,16 +105065,16 @@ input avalanche_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: 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 @@ -106208,12 +105084,12 @@ input avalanche_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpTokenEvent_filter] - or: [avalanche_swap_LpTokenEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpTokenEvent_filter] + or: [zksync_swap_LpTokenEvent_filter] } -enum avalanche_swap_LpTokenEvent_orderBy { +enum zksync_swap_LpTokenEvent_orderBy { id token token__id @@ -106229,7 +105105,7 @@ enum avalanche_swap_LpTokenEvent_orderBy { nonce } -input avalanche_swap_LpToken_filter { +input zksync_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -106238,16 +105114,16 @@ input avalanche_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: avalanche_swap_Bytes - address_not: avalanche_swap_Bytes - address_gt: avalanche_swap_Bytes - address_lt: avalanche_swap_Bytes - address_gte: avalanche_swap_Bytes - address_lte: avalanche_swap_Bytes - address_in: [avalanche_swap_Bytes!] - address_not_in: [avalanche_swap_Bytes!] - address_contains: avalanche_swap_Bytes - address_not_contains: avalanche_swap_Bytes + address: 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 @@ -106268,7 +105144,7 @@ input avalanche_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -106317,22 +105193,22 @@ input avalanche_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: avalanche_swap_BigDecimal - totalSupply_not: avalanche_swap_BigDecimal - totalSupply_gt: avalanche_swap_BigDecimal - totalSupply_lt: avalanche_swap_BigDecimal - totalSupply_gte: avalanche_swap_BigDecimal - totalSupply_lte: avalanche_swap_BigDecimal - totalSupply_in: [avalanche_swap_BigDecimal!] - totalSupply_not_in: [avalanche_swap_BigDecimal!] - events_: avalanche_swap_LpTokenEvent_filter + totalSupply: 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpToken_filter] - or: [avalanche_swap_LpToken_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpToken_filter] + or: [zksync_swap_LpToken_filter] } -enum avalanche_swap_LpToken_orderBy { +enum zksync_swap_LpToken_orderBy { id address stableSwap @@ -106359,21 +105235,21 @@ enum avalanche_swap_LpToken_orderBy { events } -type avalanche_swap_LpTransferEvent implements avalanche_swap_LpTokenEvent { +type zksync_swap_LpTransferEvent implements zksync_swap_LpTokenEvent { id: ID! - token: avalanche_swap_LpToken! - amount: avalanche_swap_BigDecimal! - from: avalanche_swap_Bytes! - to: avalanche_swap_Bytes! - fromBalance: avalanche_swap_BigDecimal! - toBalance: avalanche_swap_BigDecimal! + token: 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: avalanche_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input avalanche_swap_LpTransferEvent_filter { +input zksync_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -106402,51 +105278,51 @@ input avalanche_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: avalanche_swap_LpToken_filter - amount: avalanche_swap_BigDecimal - amount_not: avalanche_swap_BigDecimal - amount_gt: avalanche_swap_BigDecimal - amount_lt: avalanche_swap_BigDecimal - amount_gte: avalanche_swap_BigDecimal - amount_lte: avalanche_swap_BigDecimal - amount_in: [avalanche_swap_BigDecimal!] - amount_not_in: [avalanche_swap_BigDecimal!] - from: avalanche_swap_Bytes - from_not: avalanche_swap_Bytes - from_gt: avalanche_swap_Bytes - from_lt: avalanche_swap_Bytes - from_gte: avalanche_swap_Bytes - from_lte: avalanche_swap_Bytes - from_in: [avalanche_swap_Bytes!] - from_not_in: [avalanche_swap_Bytes!] - from_contains: avalanche_swap_Bytes - from_not_contains: avalanche_swap_Bytes - to: avalanche_swap_Bytes - to_not: avalanche_swap_Bytes - to_gt: avalanche_swap_Bytes - to_lt: avalanche_swap_Bytes - to_gte: avalanche_swap_Bytes - to_lte: avalanche_swap_Bytes - to_in: [avalanche_swap_Bytes!] - to_not_in: [avalanche_swap_Bytes!] - to_contains: avalanche_swap_Bytes - to_not_contains: avalanche_swap_Bytes - fromBalance: avalanche_swap_BigDecimal - fromBalance_not: avalanche_swap_BigDecimal - fromBalance_gt: avalanche_swap_BigDecimal - fromBalance_lt: avalanche_swap_BigDecimal - fromBalance_gte: avalanche_swap_BigDecimal - fromBalance_lte: avalanche_swap_BigDecimal - fromBalance_in: [avalanche_swap_BigDecimal!] - fromBalance_not_in: [avalanche_swap_BigDecimal!] - toBalance: avalanche_swap_BigDecimal - toBalance_not: avalanche_swap_BigDecimal - toBalance_gt: avalanche_swap_BigDecimal - toBalance_lt: avalanche_swap_BigDecimal - toBalance_gte: avalanche_swap_BigDecimal - toBalance_lte: avalanche_swap_BigDecimal - toBalance_in: [avalanche_swap_BigDecimal!] - toBalance_not_in: [avalanche_swap_BigDecimal!] + token_: 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 @@ -106463,16 +105339,16 @@ input avalanche_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: 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 @@ -106482,12 +105358,12 @@ input avalanche_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpTransferEvent_filter] - or: [avalanche_swap_LpTransferEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpTransferEvent_filter] + or: [zksync_swap_LpTransferEvent_filter] } -enum avalanche_swap_LpTransferEvent_orderBy { +enum zksync_swap_LpTransferEvent_orderBy { id token token__id @@ -106508,17 +105384,17 @@ enum avalanche_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum avalanche_swap_OrderDirection { +enum zksync_swap_OrderDirection { asc desc } -type avalanche_swap_PooledToken { +type zksync_swap_PooledToken { id: ID! - asset: avalanche_swap_Bytes! + asset: zksync_swap_Bytes! } -input avalanche_swap_PooledToken_filter { +input zksync_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -106527,59 +105403,59 @@ input avalanche_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: avalanche_swap_Bytes - asset_not: avalanche_swap_Bytes - asset_gt: avalanche_swap_Bytes - asset_lt: avalanche_swap_Bytes - asset_gte: avalanche_swap_Bytes - asset_lte: avalanche_swap_Bytes - asset_in: [avalanche_swap_Bytes!] - asset_not_in: [avalanche_swap_Bytes!] - asset_contains: avalanche_swap_Bytes - asset_not_contains: avalanche_swap_Bytes + asset: 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_PooledToken_filter] - or: [avalanche_swap_PooledToken_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_PooledToken_filter] + or: [zksync_swap_PooledToken_filter] } -enum avalanche_swap_PooledToken_orderBy { +enum zksync_swap_PooledToken_orderBy { id asset } -type avalanche_swap_StableSwap { +type zksync_swap_StableSwap { id: ID! isActive: Boolean - key: avalanche_swap_Bytes! - canonicalId: avalanche_swap_Bytes + key: zksync_swap_Bytes! + canonicalId: zksync_swap_Bytes domain: BigInt - swapPool: avalanche_swap_Bytes - lpToken: avalanche_swap_Bytes + swapPool: zksync_swap_Bytes + lpToken: zksync_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [avalanche_swap_Bytes!]! + pooledTokens: [zksync_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_StableSwapEvent_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_StableSwapEvent_filter): [avalanche_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_StableSwapExchange_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_StableSwapExchange_filter): [avalanche_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapHourlyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapHourlyVolume_filter): [avalanche_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapDailyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapDailyVolume_filter): [avalanche_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapWeeklyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapWeeklyVolume_filter): [avalanche_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: 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 avalanche_swap_StableSwapAddLiquidityEvent implements avalanche_swap_StableSwapEvent { +type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEvent { id: ID! - stableSwap: avalanche_swap_StableSwap! - provider: avalanche_swap_Bytes! + stableSwap: zksync_swap_StableSwap! + provider: zksync_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -106588,11 +105464,11 @@ type avalanche_swap_StableSwapAddLiquidityEvent implements avalanche_swap_Stable balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input avalanche_swap_StableSwapAddLiquidityEvent_filter { +input zksync_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -106621,17 +105497,17 @@ input avalanche_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter - provider: avalanche_swap_Bytes - provider_not: avalanche_swap_Bytes - provider_gt: avalanche_swap_Bytes - provider_lt: avalanche_swap_Bytes - provider_gte: avalanche_swap_Bytes - provider_lte: avalanche_swap_Bytes - provider_in: [avalanche_swap_Bytes!] - provider_not_in: [avalanche_swap_Bytes!] - provider_contains: avalanche_swap_Bytes - provider_not_contains: avalanche_swap_Bytes + stableSwap_: 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!] @@ -106690,16 +105566,16 @@ input avalanche_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: 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 @@ -106709,12 +105585,12 @@ input avalanche_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapAddLiquidityEvent_filter] - or: [avalanche_swap_StableSwapAddLiquidityEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapAddLiquidityEvent_filter] + or: [zksync_swap_StableSwapAddLiquidityEvent_filter] } -enum avalanche_swap_StableSwapAddLiquidityEvent_orderBy { +enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -106746,16 +105622,16 @@ enum avalanche_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface avalanche_swap_StableSwapEvent { +interface zksync_swap_StableSwapEvent { id: ID! - stableSwap: avalanche_swap_StableSwap! + stableSwap: zksync_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input avalanche_swap_StableSwapEvent_filter { +input zksync_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -106784,7 +105660,7 @@ input avalanche_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -106801,16 +105677,16 @@ input avalanche_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: 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 @@ -106820,12 +105696,12 @@ input avalanche_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapEvent_filter] - or: [avalanche_swap_StableSwapEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapEvent_filter] + or: [zksync_swap_StableSwapEvent_filter] } -enum avalanche_swap_StableSwapEvent_orderBy { +enum zksync_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -106850,10 +105726,10 @@ enum avalanche_swap_StableSwapEvent_orderBy { nonce } -type avalanche_swap_StableSwapExchange { +type zksync_swap_StableSwapExchange { id: ID! - stableSwap: avalanche_swap_StableSwap! - buyer: avalanche_swap_Bytes! + stableSwap: zksync_swap_StableSwap! + buyer: zksync_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -106862,11 +105738,11 @@ type avalanche_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input avalanche_swap_StableSwapExchange_filter { +input zksync_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -106895,17 +105771,17 @@ input avalanche_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter - buyer: avalanche_swap_Bytes - buyer_not: avalanche_swap_Bytes - buyer_gt: avalanche_swap_Bytes - buyer_lt: avalanche_swap_Bytes - buyer_gte: avalanche_swap_Bytes - buyer_lte: avalanche_swap_Bytes - buyer_in: [avalanche_swap_Bytes!] - buyer_not_in: [avalanche_swap_Bytes!] - buyer_contains: avalanche_swap_Bytes - buyer_not_contains: avalanche_swap_Bytes + stableSwap_: 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 @@ -106968,16 +105844,16 @@ input avalanche_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: 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 @@ -106987,12 +105863,12 @@ input avalanche_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapExchange_filter] - or: [avalanche_swap_StableSwapExchange_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapExchange_filter] + or: [zksync_swap_StableSwapExchange_filter] } -enum avalanche_swap_StableSwapExchange_orderBy { +enum zksync_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -107024,10 +105900,10 @@ enum avalanche_swap_StableSwapExchange_orderBy { nonce } -type avalanche_swap_StableSwapRemoveLiquidityEvent implements avalanche_swap_StableSwapEvent { +type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwapEvent { id: ID! - stableSwap: avalanche_swap_StableSwap! - provider: avalanche_swap_Bytes! + stableSwap: zksync_swap_StableSwap! + provider: zksync_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -107036,11 +105912,11 @@ type avalanche_swap_StableSwapRemoveLiquidityEvent implements avalanche_swap_Sta balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { +input zksync_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -107069,17 +105945,17 @@ input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter - provider: avalanche_swap_Bytes - provider_not: avalanche_swap_Bytes - provider_gt: avalanche_swap_Bytes - provider_lt: avalanche_swap_Bytes - provider_gte: avalanche_swap_Bytes - provider_lte: avalanche_swap_Bytes - provider_in: [avalanche_swap_Bytes!] - provider_not_in: [avalanche_swap_Bytes!] - provider_contains: avalanche_swap_Bytes - provider_not_contains: avalanche_swap_Bytes + stableSwap_: 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!] @@ -107138,16 +106014,16 @@ input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: 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 @@ -107157,12 +106033,12 @@ input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] - or: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] + or: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] } -enum avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -107194,7 +106070,7 @@ enum avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input avalanche_swap_StableSwap_filter { +input zksync_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -107207,26 +106083,26 @@ input avalanche_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: avalanche_swap_Bytes - key_not: avalanche_swap_Bytes - key_gt: avalanche_swap_Bytes - key_lt: avalanche_swap_Bytes - key_gte: avalanche_swap_Bytes - key_lte: avalanche_swap_Bytes - key_in: [avalanche_swap_Bytes!] - key_not_in: [avalanche_swap_Bytes!] - key_contains: avalanche_swap_Bytes - key_not_contains: avalanche_swap_Bytes - canonicalId: avalanche_swap_Bytes - canonicalId_not: avalanche_swap_Bytes - canonicalId_gt: avalanche_swap_Bytes - canonicalId_lt: avalanche_swap_Bytes - canonicalId_gte: avalanche_swap_Bytes - canonicalId_lte: avalanche_swap_Bytes - canonicalId_in: [avalanche_swap_Bytes!] - canonicalId_not_in: [avalanche_swap_Bytes!] - canonicalId_contains: avalanche_swap_Bytes - canonicalId_not_contains: avalanche_swap_Bytes + key: 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 @@ -107235,26 +106111,26 @@ input avalanche_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: avalanche_swap_Bytes - swapPool_not: avalanche_swap_Bytes - swapPool_gt: avalanche_swap_Bytes - swapPool_lt: avalanche_swap_Bytes - swapPool_gte: avalanche_swap_Bytes - swapPool_lte: avalanche_swap_Bytes - swapPool_in: [avalanche_swap_Bytes!] - swapPool_not_in: [avalanche_swap_Bytes!] - swapPool_contains: avalanche_swap_Bytes - swapPool_not_contains: avalanche_swap_Bytes - lpToken: avalanche_swap_Bytes - lpToken_not: avalanche_swap_Bytes - lpToken_gt: avalanche_swap_Bytes - lpToken_lt: avalanche_swap_Bytes - lpToken_gte: avalanche_swap_Bytes - lpToken_lte: avalanche_swap_Bytes - lpToken_in: [avalanche_swap_Bytes!] - lpToken_not_in: [avalanche_swap_Bytes!] - lpToken_contains: avalanche_swap_Bytes - lpToken_not_contains: avalanche_swap_Bytes + swapPool: 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 @@ -107303,12 +106179,12 @@ input avalanche_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [avalanche_swap_Bytes!] - pooledTokens_not: [avalanche_swap_Bytes!] - pooledTokens_contains: [avalanche_swap_Bytes!] - pooledTokens_contains_nocase: [avalanche_swap_Bytes!] - pooledTokens_not_contains: [avalanche_swap_Bytes!] - pooledTokens_not_contains_nocase: [avalanche_swap_Bytes!] + pooledTokens: [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!] @@ -107351,18 +106227,18 @@ input avalanche_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: avalanche_swap_StableSwapEvent_filter - exchanges_: avalanche_swap_StableSwapExchange_filter - hourlyVolumes_: avalanche_swap_SwapHourlyVolume_filter - dailyVolumes_: avalanche_swap_SwapDailyVolume_filter - weeklyVolumes_: avalanche_swap_SwapWeeklyVolume_filter + events_: 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwap_filter] - or: [avalanche_swap_StableSwap_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwap_filter] + or: [zksync_swap_StableSwap_filter] } -enum avalanche_swap_StableSwap_orderBy { +enum zksync_swap_StableSwap_orderBy { id isActive key @@ -107390,14 +106266,14 @@ enum avalanche_swap_StableSwap_orderBy { weeklyVolumes } -type avalanche_swap_SwapDailyVolume implements avalanche_swap_SwapTradeVolume { +type zksync_swap_SwapDailyVolume implements zksync_swap_SwapTradeVolume { id: ID! - stableSwap: avalanche_swap_StableSwap! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + volume: zksync_swap_BigDecimal! } -input avalanche_swap_SwapDailyVolume_filter { +input zksync_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -107426,7 +106302,7 @@ input avalanche_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -107435,21 +106311,21 @@ input avalanche_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: avalanche_swap_BigDecimal - volume_not: avalanche_swap_BigDecimal - volume_gt: avalanche_swap_BigDecimal - volume_lt: avalanche_swap_BigDecimal - volume_gte: avalanche_swap_BigDecimal - volume_lte: avalanche_swap_BigDecimal - volume_in: [avalanche_swap_BigDecimal!] - volume_not_in: [avalanche_swap_BigDecimal!] + volume: 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SwapDailyVolume_filter] - or: [avalanche_swap_SwapDailyVolume_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapDailyVolume_filter] + or: [zksync_swap_SwapDailyVolume_filter] } -enum avalanche_swap_SwapDailyVolume_orderBy { +enum zksync_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -107472,14 +106348,14 @@ enum avalanche_swap_SwapDailyVolume_orderBy { volume } -type avalanche_swap_SwapHourlyVolume implements avalanche_swap_SwapTradeVolume { +type zksync_swap_SwapHourlyVolume implements zksync_swap_SwapTradeVolume { id: ID! - stableSwap: avalanche_swap_StableSwap! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + volume: zksync_swap_BigDecimal! } -input avalanche_swap_SwapHourlyVolume_filter { +input zksync_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -107508,7 +106384,7 @@ input avalanche_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -107517,21 +106393,21 @@ input avalanche_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: avalanche_swap_BigDecimal - volume_not: avalanche_swap_BigDecimal - volume_gt: avalanche_swap_BigDecimal - volume_lt: avalanche_swap_BigDecimal - volume_gte: avalanche_swap_BigDecimal - volume_lte: avalanche_swap_BigDecimal - volume_in: [avalanche_swap_BigDecimal!] - volume_not_in: [avalanche_swap_BigDecimal!] + volume: 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SwapHourlyVolume_filter] - or: [avalanche_swap_SwapHourlyVolume_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapHourlyVolume_filter] + or: [zksync_swap_SwapHourlyVolume_filter] } -enum avalanche_swap_SwapHourlyVolume_orderBy { +enum zksync_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -107554,13 +106430,13 @@ enum avalanche_swap_SwapHourlyVolume_orderBy { volume } -interface avalanche_swap_SwapTradeVolume { - stableSwap: avalanche_swap_StableSwap! +interface zksync_swap_SwapTradeVolume { + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + volume: zksync_swap_BigDecimal! } -input avalanche_swap_SwapTradeVolume_filter { +input zksync_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -107581,7 +106457,7 @@ input avalanche_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -107590,21 +106466,21 @@ input avalanche_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: avalanche_swap_BigDecimal - volume_not: avalanche_swap_BigDecimal - volume_gt: avalanche_swap_BigDecimal - volume_lt: avalanche_swap_BigDecimal - volume_gte: avalanche_swap_BigDecimal - volume_lte: avalanche_swap_BigDecimal - volume_in: [avalanche_swap_BigDecimal!] - volume_not_in: [avalanche_swap_BigDecimal!] + volume: 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SwapTradeVolume_filter] - or: [avalanche_swap_SwapTradeVolume_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapTradeVolume_filter] + or: [zksync_swap_SwapTradeVolume_filter] } -enum avalanche_swap_SwapTradeVolume_orderBy { +enum zksync_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -107626,14 +106502,14 @@ enum avalanche_swap_SwapTradeVolume_orderBy { volume } -type avalanche_swap_SwapWeeklyVolume implements avalanche_swap_SwapTradeVolume { +type zksync_swap_SwapWeeklyVolume implements zksync_swap_SwapTradeVolume { id: ID! - stableSwap: avalanche_swap_StableSwap! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + volume: zksync_swap_BigDecimal! } -input avalanche_swap_SwapWeeklyVolume_filter { +input zksync_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -107662,7 +106538,7 @@ input avalanche_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -107671,21 +106547,21 @@ input avalanche_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: avalanche_swap_BigDecimal - volume_not: avalanche_swap_BigDecimal - volume_gt: avalanche_swap_BigDecimal - volume_lt: avalanche_swap_BigDecimal - volume_gte: avalanche_swap_BigDecimal - volume_lte: avalanche_swap_BigDecimal - volume_in: [avalanche_swap_BigDecimal!] - volume_not_in: [avalanche_swap_BigDecimal!] + volume: 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SwapWeeklyVolume_filter] - or: [avalanche_swap_SwapWeeklyVolume_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapWeeklyVolume_filter] + or: [zksync_swap_SwapWeeklyVolume_filter] } -enum avalanche_swap_SwapWeeklyVolume_orderBy { +enum zksync_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -107708,13 +106584,13 @@ enum avalanche_swap_SwapWeeklyVolume_orderBy { volume } -type avalanche_swap_SystemInfo { +type zksync_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input avalanche_swap_SystemInfo_filter { +input zksync_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -107740,30 +106616,28 @@ input avalanche_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SystemInfo_filter] - or: [avalanche_swap_SystemInfo_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SystemInfo_filter] + or: [zksync_swap_SystemInfo_filter] } -enum avalanche_swap_SystemInfo_orderBy { +enum zksync_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type avalanche_swap__Block_ { +type zksync_swap__Block_ { """The hash of the block""" - hash: avalanche_swap_Bytes + hash: zksync_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: avalanche_swap_Bytes } """The type for the top-level _meta field""" -type avalanche_swap__Meta_ { +type zksync_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -107771,30 +106645,55 @@ type avalanche_swap__Meta_ { and therefore asks for the latest block """ - block: avalanche_swap__Block_! + block: zksync_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type optimismgoerli_AggregateRoot { +enum bnb_swap_Aggregation_interval { + hour + day +} + +scalar bnb_swap_BigDecimal + +input bnb_swap_BlockChangedFilter { + number_gte: Int! +} + +input bnb_swap_Block_height { + hash: bnb_swap_Bytes + number: Int + number_gte: Int +} + +scalar bnb_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar bnb_swap_Int8 + +type bnb_swap_LpAccount { id: ID! - root: optimismgoerli_Bytes! - blockNumber: BigInt! + address: bnb_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpAccountBalance_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpAccountBalance_filter): [bnb_swap_LpAccountBalance!]! } -type optimismgoerli_AggregateRootProposed { +type bnb_swap_LpAccountBalance { id: ID! - aggregateRoot: optimismgoerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt + account: bnb_swap_LpAccount! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: bnb_swap_Bytes } -input optimismgoerli_AggregateRootProposed_filter { +input bnb_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -107803,73 +106702,107 @@ input optimismgoerli_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: optimismgoerli_Bytes - aggregateRoot_not: optimismgoerli_Bytes - aggregateRoot_gt: optimismgoerli_Bytes - aggregateRoot_lt: optimismgoerli_Bytes - aggregateRoot_gte: optimismgoerli_Bytes - aggregateRoot_lte: optimismgoerli_Bytes - aggregateRoot_in: [optimismgoerli_Bytes!] - aggregateRoot_not_in: [optimismgoerli_Bytes!] - aggregateRoot_contains: optimismgoerli_Bytes - aggregateRoot_not_contains: optimismgoerli_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_: bnb_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AggregateRootProposed_filter] - or: [optimismgoerli_AggregateRootProposed_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpAccountBalance_filter] + or: [bnb_swap_LpAccountBalance_filter] } -enum optimismgoerli_AggregateRootProposed_orderBy { +enum bnb_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 optimismgoerli_AggregateRoot_filter { +input bnb_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -107878,66 +106811,51 @@ input optimismgoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes - 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: bnb_swap_Bytes + address_not: bnb_swap_Bytes + address_gt: bnb_swap_Bytes + address_lt: bnb_swap_Bytes + address_gte: bnb_swap_Bytes + address_lte: bnb_swap_Bytes + address_in: [bnb_swap_Bytes!] + address_not_in: [bnb_swap_Bytes!] + address_contains: bnb_swap_Bytes + address_not_contains: bnb_swap_Bytes + balances_: bnb_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AggregateRoot_filter] - or: [optimismgoerli_AggregateRoot_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpAccount_filter] + or: [bnb_swap_LpAccount_filter] } -enum optimismgoerli_AggregateRoot_orderBy { +enum bnb_swap_LpAccount_orderBy { id - root - blockNumber -} - -enum optimismgoerli_Aggregation_interval { - hour - day + address + balances } -type optimismgoerli_Asset { +type bnb_swap_LpToken { id: ID! - key: optimismgoerli_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: optimismgoerli_Bytes - canonicalDomain: BigInt - adoptedAsset: optimismgoerli_Bytes - localAsset: optimismgoerli_Bytes - blockNumber: BigInt - status: optimismgoerli_AssetStatus + address: bnb_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: bnb_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpTokenEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpTokenEvent_filter): [bnb_swap_LpTokenEvent!]! } -type optimismgoerli_AssetBalance { +interface bnb_swap_LpTokenEvent { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! - feesEarned: BigInt! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input optimismgoerli_AssetBalance_filter { +input bnb_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -107946,126 +106864,92 @@ input optimismgoerli_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_: optimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter - 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_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AssetBalance_filter] - or: [optimismgoerli_AssetBalance_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpTokenEvent_filter] + or: [bnb_swap_LpTokenEvent_filter] } -enum optimismgoerli_AssetBalance_orderBy { +enum bnb_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 optimismgoerli_AssetStatus { - id: ID! - status: Boolean + block + timestamp + transaction + nonce } -input optimismgoerli_AssetStatus_filter { +input bnb_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -108074,22 +106958,142 @@ input optimismgoerli_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: bnb_swap_Bytes + address_not: bnb_swap_Bytes + address_gt: bnb_swap_Bytes + address_lt: bnb_swap_Bytes + address_gte: bnb_swap_Bytes + address_lte: bnb_swap_Bytes + address_in: [bnb_swap_Bytes!] + address_not_in: [bnb_swap_Bytes!] + address_contains: bnb_swap_Bytes + address_not_contains: bnb_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: bnb_swap_BigDecimal + totalSupply_not: bnb_swap_BigDecimal + totalSupply_gt: bnb_swap_BigDecimal + totalSupply_lt: bnb_swap_BigDecimal + totalSupply_gte: bnb_swap_BigDecimal + totalSupply_lte: bnb_swap_BigDecimal + totalSupply_in: [bnb_swap_BigDecimal!] + totalSupply_not_in: [bnb_swap_BigDecimal!] + events_: bnb_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AssetStatus_filter] - or: [optimismgoerli_AssetStatus_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpToken_filter] + or: [bnb_swap_LpToken_filter] } -enum optimismgoerli_AssetStatus_orderBy { +enum bnb_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 optimismgoerli_Asset_filter { +type bnb_swap_LpTransferEvent implements bnb_swap_LpTokenEvent { + id: ID! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! + from: bnb_swap_Bytes! + to: bnb_swap_Bytes! + fromBalance: bnb_swap_BigDecimal! + toBalance: bnb_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! +} + +input bnb_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -108098,144 +107102,143 @@ input optimismgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: optimismgoerli_Bytes - key_not: optimismgoerli_Bytes - key_gt: optimismgoerli_Bytes - key_lt: optimismgoerli_Bytes - key_gte: optimismgoerli_Bytes - key_lte: optimismgoerli_Bytes - key_in: [optimismgoerli_Bytes!] - key_not_in: [optimismgoerli_Bytes!] - key_contains: optimismgoerli_Bytes - key_not_contains: optimismgoerli_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: optimismgoerli_Bytes - canonicalId_not: optimismgoerli_Bytes - canonicalId_gt: optimismgoerli_Bytes - canonicalId_lt: optimismgoerli_Bytes - canonicalId_gte: optimismgoerli_Bytes - canonicalId_lte: optimismgoerli_Bytes - canonicalId_in: [optimismgoerli_Bytes!] - canonicalId_not_in: [optimismgoerli_Bytes!] - canonicalId_contains: optimismgoerli_Bytes - canonicalId_not_contains: optimismgoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: optimismgoerli_Bytes - adoptedAsset_not: optimismgoerli_Bytes - adoptedAsset_gt: optimismgoerli_Bytes - adoptedAsset_lt: optimismgoerli_Bytes - adoptedAsset_gte: optimismgoerli_Bytes - adoptedAsset_lte: optimismgoerli_Bytes - adoptedAsset_in: [optimismgoerli_Bytes!] - adoptedAsset_not_in: [optimismgoerli_Bytes!] - adoptedAsset_contains: optimismgoerli_Bytes - adoptedAsset_not_contains: optimismgoerli_Bytes - localAsset: optimismgoerli_Bytes - localAsset_not: optimismgoerli_Bytes - localAsset_gt: optimismgoerli_Bytes - localAsset_lt: optimismgoerli_Bytes - localAsset_gte: optimismgoerli_Bytes - localAsset_lte: optimismgoerli_Bytes - localAsset_in: [optimismgoerli_Bytes!] - localAsset_not_in: [optimismgoerli_Bytes!] - localAsset_contains: optimismgoerli_Bytes - localAsset_not_contains: optimismgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: optimismgoerli_AssetStatus_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] + from: bnb_swap_Bytes + from_not: bnb_swap_Bytes + from_gt: bnb_swap_Bytes + from_lt: bnb_swap_Bytes + from_gte: bnb_swap_Bytes + from_lte: bnb_swap_Bytes + from_in: [bnb_swap_Bytes!] + from_not_in: [bnb_swap_Bytes!] + from_contains: bnb_swap_Bytes + from_not_contains: bnb_swap_Bytes + to: bnb_swap_Bytes + to_not: bnb_swap_Bytes + to_gt: bnb_swap_Bytes + to_lt: bnb_swap_Bytes + to_gte: bnb_swap_Bytes + to_lte: bnb_swap_Bytes + to_in: [bnb_swap_Bytes!] + to_not_in: [bnb_swap_Bytes!] + to_contains: bnb_swap_Bytes + to_not_contains: bnb_swap_Bytes + fromBalance: bnb_swap_BigDecimal + fromBalance_not: bnb_swap_BigDecimal + fromBalance_gt: bnb_swap_BigDecimal + fromBalance_lt: bnb_swap_BigDecimal + fromBalance_gte: bnb_swap_BigDecimal + fromBalance_lte: bnb_swap_BigDecimal + fromBalance_in: [bnb_swap_BigDecimal!] + fromBalance_not_in: [bnb_swap_BigDecimal!] + toBalance: bnb_swap_BigDecimal + toBalance_not: bnb_swap_BigDecimal + toBalance_gt: bnb_swap_BigDecimal + toBalance_lt: bnb_swap_BigDecimal + toBalance_gte: bnb_swap_BigDecimal + toBalance_lte: bnb_swap_BigDecimal + toBalance_in: [bnb_swap_BigDecimal!] + toBalance_not_in: [bnb_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Asset_filter] - or: [optimismgoerli_Asset_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpTransferEvent_filter] + or: [bnb_swap_LpTransferEvent_filter] } -enum optimismgoerli_Asset_orderBy { +enum bnb_swap_LpTransferEvent_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar optimismgoerli_BigDecimal - -input optimismgoerli_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 optimismgoerli_Block_height { - hash: optimismgoerli_Bytes - number: Int - number_gte: Int +"""Defines the order direction, either ascending or descending""" +enum bnb_swap_OrderDirection { + asc + desc } -scalar optimismgoerli_Bytes - -type optimismgoerli_ConnectorMeta { +type bnb_swap_PooledToken { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: optimismgoerli_Bytes - rootManager: optimismgoerli_Bytes - mirrorConnector: optimismgoerli_Bytes + asset: bnb_swap_Bytes! } -input optimismgoerli_ConnectorMeta_filter { +input bnb_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -108244,135 +107247,179 @@ input optimismgoerli_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: optimismgoerli_Bytes - amb_not: optimismgoerli_Bytes - amb_gt: optimismgoerli_Bytes - amb_lt: optimismgoerli_Bytes - amb_gte: optimismgoerli_Bytes - amb_lte: optimismgoerli_Bytes - amb_in: [optimismgoerli_Bytes!] - amb_not_in: [optimismgoerli_Bytes!] - amb_contains: optimismgoerli_Bytes - amb_not_contains: optimismgoerli_Bytes - rootManager: optimismgoerli_Bytes - rootManager_not: optimismgoerli_Bytes - rootManager_gt: optimismgoerli_Bytes - rootManager_lt: optimismgoerli_Bytes - rootManager_gte: optimismgoerli_Bytes - rootManager_lte: optimismgoerli_Bytes - rootManager_in: [optimismgoerli_Bytes!] - rootManager_not_in: [optimismgoerli_Bytes!] - rootManager_contains: optimismgoerli_Bytes - rootManager_not_contains: optimismgoerli_Bytes - mirrorConnector: optimismgoerli_Bytes - mirrorConnector_not: optimismgoerli_Bytes - mirrorConnector_gt: optimismgoerli_Bytes - mirrorConnector_lt: optimismgoerli_Bytes - mirrorConnector_gte: optimismgoerli_Bytes - mirrorConnector_lte: optimismgoerli_Bytes - mirrorConnector_in: [optimismgoerli_Bytes!] - mirrorConnector_not_in: [optimismgoerli_Bytes!] - mirrorConnector_contains: optimismgoerli_Bytes - mirrorConnector_not_contains: optimismgoerli_Bytes + asset: bnb_swap_Bytes + asset_not: bnb_swap_Bytes + asset_gt: bnb_swap_Bytes + asset_lt: bnb_swap_Bytes + asset_gte: bnb_swap_Bytes + asset_lte: bnb_swap_Bytes + asset_in: [bnb_swap_Bytes!] + asset_not_in: [bnb_swap_Bytes!] + asset_contains: bnb_swap_Bytes + asset_not_contains: bnb_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_ConnectorMeta_filter] - or: [optimismgoerli_ConnectorMeta_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_PooledToken_filter] + or: [bnb_swap_PooledToken_filter] } -enum optimismgoerli_ConnectorMeta_orderBy { +enum bnb_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -type optimismgoerli_DestinationTransfer { +type bnb_swap_StableSwap { id: ID! - chainId: BigInt - transferId: optimismgoerli_Bytes - nonce: BigInt - status: optimismgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_Router_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_Router_filter): [optimismgoerli_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes - receiveLocal: Boolean - callData: optimismgoerli_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: optimismgoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: optimismgoerli_Bytes - asset: optimismgoerli_Asset - amount: BigInt - routersFee: BigInt - executedCaller: optimismgoerli_Bytes - executedTransactionHash: optimismgoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: optimismgoerli_Bytes - executedTxNonce: BigInt - reconciledCaller: optimismgoerli_Bytes - reconciledTransactionHash: optimismgoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: optimismgoerli_Bytes - reconciledTxNonce: BigInt + isActive: Boolean + key: bnb_swap_Bytes! + canonicalId: bnb_swap_Bytes + domain: BigInt + swapPool: bnb_swap_Bytes + lpToken: bnb_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [bnb_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapEvent_filter): [bnb_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapExchange_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapExchange_filter): [bnb_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapHourlyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapHourlyVolume_filter): [bnb_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapDailyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapDailyVolume_filter): [bnb_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapWeeklyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapWeeklyVolume_filter): [bnb_swap_SwapWeeklyVolume!] } -input optimismgoerli_DestinationTransfer_filter { - id: ID - id_not: ID - id_gt: ID +type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { + id: ID! + stableSwap: bnb_swap_StableSwap! + provider: bnb_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! +} + +input bnb_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!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: optimismgoerli_Bytes - transferId_not: optimismgoerli_Bytes - transferId_gt: optimismgoerli_Bytes - transferId_lt: optimismgoerli_Bytes - transferId_gte: optimismgoerli_Bytes - transferId_lte: optimismgoerli_Bytes - transferId_in: [optimismgoerli_Bytes!] - transferId_not_in: [optimismgoerli_Bytes!] - transferId_contains: optimismgoerli_Bytes - transferId_not_contains: optimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + provider: bnb_swap_Bytes + provider_not: bnb_swap_Bytes + provider_gt: bnb_swap_Bytes + provider_lt: bnb_swap_Bytes + provider_gte: bnb_swap_Bytes + provider_lte: bnb_swap_Bytes + provider_in: [bnb_swap_Bytes!] + provider_not_in: [bnb_swap_Bytes!] + provider_contains: bnb_swap_Bytes + provider_not_contains: bnb_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -108381,374 +107428,54 @@ input optimismgoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimismgoerli_TransferStatus - status_not: optimismgoerli_TransferStatus - status_in: [optimismgoerli_TransferStatus!] - status_not_in: [optimismgoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: optimismgoerli_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: optimismgoerli_Bytes - to_not: optimismgoerli_Bytes - to_gt: optimismgoerli_Bytes - to_lt: optimismgoerli_Bytes - to_gte: optimismgoerli_Bytes - to_lte: optimismgoerli_Bytes - to_in: [optimismgoerli_Bytes!] - to_not_in: [optimismgoerli_Bytes!] - to_contains: optimismgoerli_Bytes - to_not_contains: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes - delegate_not: optimismgoerli_Bytes - delegate_gt: optimismgoerli_Bytes - delegate_lt: optimismgoerli_Bytes - delegate_gte: optimismgoerli_Bytes - delegate_lte: optimismgoerli_Bytes - delegate_in: [optimismgoerli_Bytes!] - delegate_not_in: [optimismgoerli_Bytes!] - delegate_contains: optimismgoerli_Bytes - delegate_not_contains: optimismgoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: optimismgoerli_Bytes - callData_not: optimismgoerli_Bytes - callData_gt: optimismgoerli_Bytes - callData_lt: optimismgoerli_Bytes - callData_gte: optimismgoerli_Bytes - callData_lte: optimismgoerli_Bytes - callData_in: [optimismgoerli_Bytes!] - callData_not_in: [optimismgoerli_Bytes!] - callData_contains: optimismgoerli_Bytes - callData_not_contains: optimismgoerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: optimismgoerli_Bytes - originSender_not: optimismgoerli_Bytes - originSender_gt: optimismgoerli_Bytes - originSender_lt: optimismgoerli_Bytes - originSender_gte: optimismgoerli_Bytes - originSender_lte: optimismgoerli_Bytes - originSender_in: [optimismgoerli_Bytes!] - originSender_not_in: [optimismgoerli_Bytes!] - originSender_contains: optimismgoerli_Bytes - originSender_not_contains: optimismgoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: optimismgoerli_Bytes - canonicalId_not: optimismgoerli_Bytes - canonicalId_gt: optimismgoerli_Bytes - canonicalId_lt: optimismgoerli_Bytes - canonicalId_gte: optimismgoerli_Bytes - canonicalId_lte: optimismgoerli_Bytes - canonicalId_in: [optimismgoerli_Bytes!] - canonicalId_not_in: [optimismgoerli_Bytes!] - canonicalId_contains: optimismgoerli_Bytes - canonicalId_not_contains: optimismgoerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: optimismgoerli_Bytes - executedCaller_not: optimismgoerli_Bytes - executedCaller_gt: optimismgoerli_Bytes - executedCaller_lt: optimismgoerli_Bytes - executedCaller_gte: optimismgoerli_Bytes - executedCaller_lte: optimismgoerli_Bytes - executedCaller_in: [optimismgoerli_Bytes!] - executedCaller_not_in: [optimismgoerli_Bytes!] - executedCaller_contains: optimismgoerli_Bytes - executedCaller_not_contains: optimismgoerli_Bytes - executedTransactionHash: optimismgoerli_Bytes - executedTransactionHash_not: optimismgoerli_Bytes - executedTransactionHash_gt: optimismgoerli_Bytes - executedTransactionHash_lt: optimismgoerli_Bytes - executedTransactionHash_gte: optimismgoerli_Bytes - executedTransactionHash_lte: optimismgoerli_Bytes - executedTransactionHash_in: [optimismgoerli_Bytes!] - executedTransactionHash_not_in: [optimismgoerli_Bytes!] - executedTransactionHash_contains: optimismgoerli_Bytes - executedTransactionHash_not_contains: optimismgoerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: optimismgoerli_Bytes - executedTxOrigin_not: optimismgoerli_Bytes - executedTxOrigin_gt: optimismgoerli_Bytes - executedTxOrigin_lt: optimismgoerli_Bytes - executedTxOrigin_gte: optimismgoerli_Bytes - executedTxOrigin_lte: optimismgoerli_Bytes - executedTxOrigin_in: [optimismgoerli_Bytes!] - executedTxOrigin_not_in: [optimismgoerli_Bytes!] - executedTxOrigin_contains: optimismgoerli_Bytes - executedTxOrigin_not_contains: optimismgoerli_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: optimismgoerli_Bytes - reconciledCaller_not: optimismgoerli_Bytes - reconciledCaller_gt: optimismgoerli_Bytes - reconciledCaller_lt: optimismgoerli_Bytes - reconciledCaller_gte: optimismgoerli_Bytes - reconciledCaller_lte: optimismgoerli_Bytes - reconciledCaller_in: [optimismgoerli_Bytes!] - reconciledCaller_not_in: [optimismgoerli_Bytes!] - reconciledCaller_contains: optimismgoerli_Bytes - reconciledCaller_not_contains: optimismgoerli_Bytes - reconciledTransactionHash: optimismgoerli_Bytes - reconciledTransactionHash_not: optimismgoerli_Bytes - reconciledTransactionHash_gt: optimismgoerli_Bytes - reconciledTransactionHash_lt: optimismgoerli_Bytes - reconciledTransactionHash_gte: optimismgoerli_Bytes - reconciledTransactionHash_lte: optimismgoerli_Bytes - reconciledTransactionHash_in: [optimismgoerli_Bytes!] - reconciledTransactionHash_not_in: [optimismgoerli_Bytes!] - reconciledTransactionHash_contains: optimismgoerli_Bytes - reconciledTransactionHash_not_contains: optimismgoerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: optimismgoerli_Bytes - reconciledTxOrigin_not: optimismgoerli_Bytes - reconciledTxOrigin_gt: optimismgoerli_Bytes - reconciledTxOrigin_lt: optimismgoerli_Bytes - reconciledTxOrigin_gte: optimismgoerli_Bytes - reconciledTxOrigin_lte: optimismgoerli_Bytes - reconciledTxOrigin_in: [optimismgoerli_Bytes!] - reconciledTxOrigin_not_in: [optimismgoerli_Bytes!] - reconciledTxOrigin_contains: optimismgoerli_Bytes - reconciledTxOrigin_not_contains: optimismgoerli_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_DestinationTransfer_filter] - or: [optimismgoerli_DestinationTransfer_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapAddLiquidityEvent_filter] + or: [bnb_swap_StableSwapAddLiquidityEvent_filter] } -enum optimismgoerli_DestinationTransfer_orderBy { +enum bnb_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 optimismgoerli_Int8 - -type optimismgoerli_OptimisticRootFinalized { +interface bnb_swap_StableSwapEvent { id: ID! - aggregateRoot: optimismgoerli_Bytes! + stableSwap: bnb_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input optimismgoerli_OptimisticRootFinalized_filter { +input bnb_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -108757,16 +107484,35 @@ input optimismgoerli_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: optimismgoerli_Bytes - aggregateRoot_not: optimismgoerli_Bytes - aggregateRoot_gt: optimismgoerli_Bytes - aggregateRoot_lt: optimismgoerli_Bytes - aggregateRoot_gte: optimismgoerli_Bytes - aggregateRoot_lte: optimismgoerli_Bytes - aggregateRoot_in: [optimismgoerli_Bytes!] - aggregateRoot_not_in: [optimismgoerli_Bytes!] - aggregateRoot_contains: optimismgoerli_Bytes - aggregateRoot_not_contains: optimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + 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 @@ -108775,47 +107521,72 @@ input optimismgoerli_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: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OptimisticRootFinalized_filter] - or: [optimismgoerli_OptimisticRootFinalized_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapEvent_filter] + or: [bnb_swap_StableSwapEvent_filter] } -enum optimismgoerli_OptimisticRootFinalized_orderBy { +enum bnb_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 optimismgoerli_OrderDirection { - asc - desc + transaction + nonce } -type optimismgoerli_OriginMessage { +type bnb_swap_StableSwapExchange { id: ID! - transferId: optimismgoerli_Bytes - destinationDomain: BigInt - leaf: optimismgoerli_Bytes - index: BigInt - message: optimismgoerli_Bytes - root: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - blockNumber: BigInt - rootCount: optimismgoerli_RootCount + stableSwap: bnb_swap_StableSwap! + buyer: bnb_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input optimismgoerli_OriginMessage_filter { +input bnb_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -108824,158 +107595,172 @@ input optimismgoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: optimismgoerli_Bytes - transferId_not: optimismgoerli_Bytes - transferId_gt: optimismgoerli_Bytes - transferId_lt: optimismgoerli_Bytes - transferId_gte: optimismgoerli_Bytes - transferId_lte: optimismgoerli_Bytes - transferId_in: [optimismgoerli_Bytes!] - transferId_not_in: [optimismgoerli_Bytes!] - transferId_contains: optimismgoerli_Bytes - transferId_not_contains: optimismgoerli_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: optimismgoerli_Bytes - leaf_not: optimismgoerli_Bytes - leaf_gt: optimismgoerli_Bytes - leaf_lt: optimismgoerli_Bytes - leaf_gte: optimismgoerli_Bytes - leaf_lte: optimismgoerli_Bytes - leaf_in: [optimismgoerli_Bytes!] - leaf_not_in: [optimismgoerli_Bytes!] - leaf_contains: optimismgoerli_Bytes - leaf_not_contains: optimismgoerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: optimismgoerli_Bytes - message_not: optimismgoerli_Bytes - message_gt: optimismgoerli_Bytes - message_lt: optimismgoerli_Bytes - message_gte: optimismgoerli_Bytes - message_lte: optimismgoerli_Bytes - message_in: [optimismgoerli_Bytes!] - message_not_in: [optimismgoerli_Bytes!] - message_contains: optimismgoerli_Bytes - message_not_contains: optimismgoerli_Bytes - root: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: optimismgoerli_RootCount_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + buyer: bnb_swap_Bytes + buyer_not: bnb_swap_Bytes + buyer_gt: bnb_swap_Bytes + buyer_lt: bnb_swap_Bytes + buyer_gte: bnb_swap_Bytes + buyer_lte: bnb_swap_Bytes + buyer_in: [bnb_swap_Bytes!] + buyer_not_in: [bnb_swap_Bytes!] + buyer_contains: bnb_swap_Bytes + buyer_not_contains: bnb_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OriginMessage_filter] - or: [optimismgoerli_OriginMessage_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapExchange_filter] + or: [bnb_swap_StableSwapExchange_filter] } -enum optimismgoerli_OriginMessage_orderBy { +enum bnb_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 optimismgoerli_OriginTransfer { +type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { id: ID! - chainId: BigInt - transferId: optimismgoerli_Bytes - nonce: BigInt - status: optimismgoerli_TransferStatus - messageHash: optimismgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes - receiveLocal: Boolean - callData: optimismgoerli_Bytes - slippage: BigInt - originSender: optimismgoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: optimismgoerli_Bytes - asset: optimismgoerli_Asset - transactingAsset: optimismgoerli_Bytes - message: optimismgoerli_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_RelayerFee_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_RelayerFee_filter): [optimismgoerli_RelayerFee!] - initialRelayerFeeAsset: optimismgoerli_Bytes - caller: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: optimismgoerli_Bytes - txNonce: BigInt + stableSwap: bnb_swap_StableSwap! + provider: bnb_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input optimismgoerli_OriginTransfer_filter { +input bnb_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -108984,245 +107769,87 @@ input optimismgoerli_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: optimismgoerli_Bytes - transferId_not: optimismgoerli_Bytes - transferId_gt: optimismgoerli_Bytes - transferId_lt: optimismgoerli_Bytes - transferId_gte: optimismgoerli_Bytes - transferId_lte: optimismgoerli_Bytes - transferId_in: [optimismgoerli_Bytes!] - transferId_not_in: [optimismgoerli_Bytes!] - transferId_contains: optimismgoerli_Bytes - transferId_not_contains: optimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: optimismgoerli_TransferStatus - status_not: optimismgoerli_TransferStatus - status_in: [optimismgoerli_TransferStatus!] - status_not_in: [optimismgoerli_TransferStatus!] - messageHash: optimismgoerli_Bytes - messageHash_not: optimismgoerli_Bytes - messageHash_gt: optimismgoerli_Bytes - messageHash_lt: optimismgoerli_Bytes - messageHash_gte: optimismgoerli_Bytes - messageHash_lte: optimismgoerli_Bytes - messageHash_in: [optimismgoerli_Bytes!] - messageHash_not_in: [optimismgoerli_Bytes!] - messageHash_contains: optimismgoerli_Bytes - messageHash_not_contains: optimismgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: optimismgoerli_Bytes - to_not: optimismgoerli_Bytes - to_gt: optimismgoerli_Bytes - to_lt: optimismgoerli_Bytes - to_gte: optimismgoerli_Bytes - to_lte: optimismgoerli_Bytes - to_in: [optimismgoerli_Bytes!] - to_not_in: [optimismgoerli_Bytes!] - to_contains: optimismgoerli_Bytes - to_not_contains: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes - delegate_not: optimismgoerli_Bytes - delegate_gt: optimismgoerli_Bytes - delegate_lt: optimismgoerli_Bytes - delegate_gte: optimismgoerli_Bytes - delegate_lte: optimismgoerli_Bytes - delegate_in: [optimismgoerli_Bytes!] - delegate_not_in: [optimismgoerli_Bytes!] - delegate_contains: optimismgoerli_Bytes - delegate_not_contains: optimismgoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: optimismgoerli_Bytes - callData_not: optimismgoerli_Bytes - callData_gt: optimismgoerli_Bytes - callData_lt: optimismgoerli_Bytes - callData_gte: optimismgoerli_Bytes - callData_lte: optimismgoerli_Bytes - callData_in: [optimismgoerli_Bytes!] - callData_not_in: [optimismgoerli_Bytes!] - callData_contains: optimismgoerli_Bytes - callData_not_contains: optimismgoerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: optimismgoerli_Bytes - originSender_not: optimismgoerli_Bytes - originSender_gt: optimismgoerli_Bytes - originSender_lt: optimismgoerli_Bytes - originSender_gte: optimismgoerli_Bytes - originSender_lte: optimismgoerli_Bytes - originSender_in: [optimismgoerli_Bytes!] - originSender_not_in: [optimismgoerli_Bytes!] - originSender_contains: optimismgoerli_Bytes - originSender_not_contains: optimismgoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: optimismgoerli_Bytes - canonicalId_not: optimismgoerli_Bytes - canonicalId_gt: optimismgoerli_Bytes - canonicalId_lt: optimismgoerli_Bytes - canonicalId_gte: optimismgoerli_Bytes - canonicalId_lte: optimismgoerli_Bytes - canonicalId_in: [optimismgoerli_Bytes!] - canonicalId_not_in: [optimismgoerli_Bytes!] - canonicalId_contains: optimismgoerli_Bytes - canonicalId_not_contains: optimismgoerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter - transactingAsset: optimismgoerli_Bytes - transactingAsset_not: optimismgoerli_Bytes - transactingAsset_gt: optimismgoerli_Bytes - transactingAsset_lt: optimismgoerli_Bytes - transactingAsset_gte: optimismgoerli_Bytes - transactingAsset_lte: optimismgoerli_Bytes - transactingAsset_in: [optimismgoerli_Bytes!] - transactingAsset_not_in: [optimismgoerli_Bytes!] - transactingAsset_contains: optimismgoerli_Bytes - transactingAsset_not_contains: optimismgoerli_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: optimismgoerli_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: optimismgoerli_RelayerFee_filter - initialRelayerFeeAsset: optimismgoerli_Bytes - initialRelayerFeeAsset_not: optimismgoerli_Bytes - initialRelayerFeeAsset_gt: optimismgoerli_Bytes - initialRelayerFeeAsset_lt: optimismgoerli_Bytes - initialRelayerFeeAsset_gte: optimismgoerli_Bytes - initialRelayerFeeAsset_lte: optimismgoerli_Bytes - initialRelayerFeeAsset_in: [optimismgoerli_Bytes!] - initialRelayerFeeAsset_not_in: [optimismgoerli_Bytes!] - initialRelayerFeeAsset_contains: optimismgoerli_Bytes - initialRelayerFeeAsset_not_contains: optimismgoerli_Bytes - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + provider: bnb_swap_Bytes + provider_not: bnb_swap_Bytes + provider_gt: bnb_swap_Bytes + provider_lt: bnb_swap_Bytes + provider_gte: bnb_swap_Bytes + provider_lte: bnb_swap_Bytes + provider_in: [bnb_swap_Bytes!] + provider_not_in: [bnb_swap_Bytes!] + provider_contains: bnb_swap_Bytes + provider_not_contains: bnb_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -109231,121 +107858,63 @@ input optimismgoerli_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: optimismgoerli_Bytes - txOrigin_not: optimismgoerli_Bytes - txOrigin_gt: optimismgoerli_Bytes - txOrigin_lt: optimismgoerli_Bytes - txOrigin_gte: optimismgoerli_Bytes - txOrigin_lte: optimismgoerli_Bytes - txOrigin_in: [optimismgoerli_Bytes!] - txOrigin_not_in: [optimismgoerli_Bytes!] - txOrigin_contains: optimismgoerli_Bytes - txOrigin_not_contains: optimismgoerli_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OriginTransfer_filter] - or: [optimismgoerli_OriginTransfer_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] + or: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] } -enum optimismgoerli_OriginTransfer_orderBy { +enum bnb_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 optimismgoerli_Relayer { - id: ID! - isActive: Boolean! - relayer: optimismgoerli_Bytes -} - -type optimismgoerli_RelayerFee { - id: ID! - transfer: optimismgoerli_OriginTransfer! - fee: BigInt! - asset: optimismgoerli_Bytes! + transaction + nonce } -input optimismgoerli_RelayerFee_filter { +input bnb_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -109354,101 +107923,201 @@ input optimismgoerli_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_: optimismgoerli_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: optimismgoerli_Bytes - asset_not: optimismgoerli_Bytes - asset_gt: optimismgoerli_Bytes - asset_lt: optimismgoerli_Bytes - asset_gte: optimismgoerli_Bytes - asset_lte: optimismgoerli_Bytes - asset_in: [optimismgoerli_Bytes!] - asset_not_in: [optimismgoerli_Bytes!] - asset_contains: optimismgoerli_Bytes - asset_not_contains: optimismgoerli_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: bnb_swap_Bytes + key_not: bnb_swap_Bytes + key_gt: bnb_swap_Bytes + key_lt: bnb_swap_Bytes + key_gte: bnb_swap_Bytes + key_lte: bnb_swap_Bytes + key_in: [bnb_swap_Bytes!] + key_not_in: [bnb_swap_Bytes!] + key_contains: bnb_swap_Bytes + key_not_contains: bnb_swap_Bytes + canonicalId: bnb_swap_Bytes + canonicalId_not: bnb_swap_Bytes + canonicalId_gt: bnb_swap_Bytes + canonicalId_lt: bnb_swap_Bytes + canonicalId_gte: bnb_swap_Bytes + canonicalId_lte: bnb_swap_Bytes + canonicalId_in: [bnb_swap_Bytes!] + canonicalId_not_in: [bnb_swap_Bytes!] + canonicalId_contains: bnb_swap_Bytes + canonicalId_not_contains: bnb_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: bnb_swap_Bytes + swapPool_not: bnb_swap_Bytes + swapPool_gt: bnb_swap_Bytes + swapPool_lt: bnb_swap_Bytes + swapPool_gte: bnb_swap_Bytes + swapPool_lte: bnb_swap_Bytes + swapPool_in: [bnb_swap_Bytes!] + swapPool_not_in: [bnb_swap_Bytes!] + swapPool_contains: bnb_swap_Bytes + swapPool_not_contains: bnb_swap_Bytes + lpToken: bnb_swap_Bytes + lpToken_not: bnb_swap_Bytes + lpToken_gt: bnb_swap_Bytes + lpToken_lt: bnb_swap_Bytes + lpToken_gte: bnb_swap_Bytes + lpToken_lte: bnb_swap_Bytes + lpToken_in: [bnb_swap_Bytes!] + lpToken_not_in: [bnb_swap_Bytes!] + lpToken_contains: bnb_swap_Bytes + lpToken_not_contains: bnb_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [bnb_swap_Bytes!] + pooledTokens_not: [bnb_swap_Bytes!] + pooledTokens_contains: [bnb_swap_Bytes!] + pooledTokens_contains_nocase: [bnb_swap_Bytes!] + pooledTokens_not_contains: [bnb_swap_Bytes!] + pooledTokens_not_contains_nocase: [bnb_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: bnb_swap_StableSwapEvent_filter + exchanges_: bnb_swap_StableSwapExchange_filter + hourlyVolumes_: bnb_swap_SwapHourlyVolume_filter + dailyVolumes_: bnb_swap_SwapDailyVolume_filter + weeklyVolumes_: bnb_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RelayerFee_filter] - or: [optimismgoerli_RelayerFee_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwap_filter] + or: [bnb_swap_StableSwap_filter] } -enum optimismgoerli_RelayerFee_orderBy { +enum bnb_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 optimismgoerli_RelayerFeesIncrease { +type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { id: ID! - transfer: optimismgoerli_OriginTransfer! - increase: BigInt - asset: optimismgoerli_Bytes - caller: optimismgoerli_Bytes! - transactionHash: optimismgoerli_Bytes! + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: bnb_swap_BigDecimal! } -input optimismgoerli_RelayerFeesIncrease_filter { +input bnb_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -109457,65 +108126,27 @@ input optimismgoerli_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_: optimismgoerli_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: optimismgoerli_Bytes - asset_not: optimismgoerli_Bytes - asset_gt: optimismgoerli_Bytes - asset_lt: optimismgoerli_Bytes - asset_gte: optimismgoerli_Bytes - asset_lte: optimismgoerli_Bytes - asset_in: [optimismgoerli_Bytes!] - asset_not_in: [optimismgoerli_Bytes!] - asset_contains: optimismgoerli_Bytes - asset_not_contains: optimismgoerli_Bytes - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -109524,161 +108155,51 @@ input optimismgoerli_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: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RelayerFeesIncrease_filter] - or: [optimismgoerli_RelayerFeesIncrease_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapDailyVolume_filter] + or: [bnb_swap_SwapDailyVolume_filter] } -enum optimismgoerli_RelayerFeesIncrease_orderBy { +enum bnb_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 -} - -input optimismgoerli_Relayer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: optimismgoerli_Bytes - relayer_not: optimismgoerli_Bytes - relayer_gt: optimismgoerli_Bytes - relayer_lt: optimismgoerli_Bytes - relayer_gte: optimismgoerli_Bytes - relayer_lte: optimismgoerli_Bytes - relayer_in: [optimismgoerli_Bytes!] - relayer_not_in: [optimismgoerli_Bytes!] - relayer_contains: optimismgoerli_Bytes - relayer_not_contains: optimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Relayer_filter] - or: [optimismgoerli_Relayer_filter] -} - -enum optimismgoerli_Relayer_orderBy { - id - isActive - relayer -} - -type optimismgoerli_RootCount { - id: ID! - count: BigInt -} - -input optimismgoerli_RootCount_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RootCount_filter] - or: [optimismgoerli_RootCount_filter] -} - -enum optimismgoerli_RootCount_orderBy { - id - count + volume } -type optimismgoerli_RootMessageSent { +type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: optimismgoerli_Bytes - count: BigInt - caller: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: bnb_swap_StableSwap! + timestamp: BigInt! + volume: bnb_swap_BigDecimal! } -input optimismgoerli_RootMessageSent_filter { +input bnb_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -109687,60 +108208,27 @@ input optimismgoerli_RootMessageSent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -109749,119 +108237,71 @@ input optimismgoerli_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: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RootMessageSent_filter] - or: [optimismgoerli_RootMessageSent_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapHourlyVolume_filter] + or: [bnb_swap_SwapHourlyVolume_filter] } -enum optimismgoerli_RootMessageSent_orderBy { +enum bnb_swap_SwapHourlyVolume_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber -} - -type optimismgoerli_Router { - id: ID! - isActive: Boolean! - owner: optimismgoerli_Bytes - recipient: optimismgoerli_Bytes - proposedOwner: optimismgoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_AssetBalance_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_AssetBalance_filter): [optimismgoerli_AssetBalance!]! + volume } -type optimismgoerli_RouterDailyTVL { - id: ID! - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! +interface bnb_swap_SwapTradeVolume { + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - balance: BigInt! + volume: bnb_swap_BigDecimal! } -input optimismgoerli_RouterDailyTVL_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: optimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter +input bnb_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -109870,63 +108310,50 @@ input optimismgoerli_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: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RouterDailyTVL_filter] - or: [optimismgoerli_RouterDailyTVL_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapTradeVolume_filter] + or: [bnb_swap_SwapTradeVolume_filter] } -enum optimismgoerli_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber +enum bnb_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - balance + volume } -type optimismgoerli_RouterLiquidityEvent { +type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { id: ID! - type: optimismgoerli_RouterLiquidityEventType - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! - amount: BigInt! - balance: BigInt! - caller: optimismgoerli_Bytes - blockNumber: BigInt! + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - transactionHash: optimismgoerli_Bytes! - nonce: BigInt! -} - -enum optimismgoerli_RouterLiquidityEventType { - Add - Remove + volume: bnb_swap_BigDecimal! } -input optimismgoerli_RouterLiquidityEvent_filter { +input bnb_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -109935,86 +108362,27 @@ input optimismgoerli_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: optimismgoerli_RouterLiquidityEventType - type_not: optimismgoerli_RouterLiquidityEventType - type_in: [optimismgoerli_RouterLiquidityEventType!] - type_not_in: [optimismgoerli_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: optimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -110023,60 +108391,50 @@ input optimismgoerli_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RouterLiquidityEvent_filter] - or: [optimismgoerli_RouterLiquidityEvent_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapWeeklyVolume_filter] + or: [bnb_swap_SwapWeeklyVolume_filter] } -enum optimismgoerli_RouterLiquidityEvent_orderBy { +enum bnb_swap_SwapWeeklyVolume_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - transactionHash - nonce + volume } -input optimismgoerli_Router_filter { +type bnb_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input bnb_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -110085,113 +108443,103 @@ input optimismgoerli_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: optimismgoerli_Bytes - owner_not: optimismgoerli_Bytes - owner_gt: optimismgoerli_Bytes - owner_lt: optimismgoerli_Bytes - owner_gte: optimismgoerli_Bytes - owner_lte: optimismgoerli_Bytes - owner_in: [optimismgoerli_Bytes!] - owner_not_in: [optimismgoerli_Bytes!] - owner_contains: optimismgoerli_Bytes - owner_not_contains: optimismgoerli_Bytes - recipient: optimismgoerli_Bytes - recipient_not: optimismgoerli_Bytes - recipient_gt: optimismgoerli_Bytes - recipient_lt: optimismgoerli_Bytes - recipient_gte: optimismgoerli_Bytes - recipient_lte: optimismgoerli_Bytes - recipient_in: [optimismgoerli_Bytes!] - recipient_not_in: [optimismgoerli_Bytes!] - recipient_contains: optimismgoerli_Bytes - recipient_not_contains: optimismgoerli_Bytes - proposedOwner: optimismgoerli_Bytes - proposedOwner_not: optimismgoerli_Bytes - proposedOwner_gt: optimismgoerli_Bytes - proposedOwner_lt: optimismgoerli_Bytes - proposedOwner_gte: optimismgoerli_Bytes - proposedOwner_lte: optimismgoerli_Bytes - proposedOwner_in: [optimismgoerli_Bytes!] - proposedOwner_not_in: [optimismgoerli_Bytes!] - proposedOwner_contains: optimismgoerli_Bytes - proposedOwner_not_contains: optimismgoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimismgoerli_AssetBalance_filter + 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: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Router_filter] - or: [optimismgoerli_Router_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SystemInfo_filter] + or: [bnb_swap_SystemInfo_filter] } -enum optimismgoerli_Router_orderBy { +enum bnb_swap_SystemInfo_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + exchangeCount + swapCount } -type optimismgoerli_Sequencer { - id: ID! - isActive: Boolean! - sequencer: optimismgoerli_Bytes +type bnb_swap__Block_ { + """The hash of the block""" + hash: bnb_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: bnb_swap_Bytes } -input optimismgoerli_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: optimismgoerli_Bytes - sequencer_not: optimismgoerli_Bytes - sequencer_gt: optimismgoerli_Bytes - sequencer_lt: optimismgoerli_Bytes - sequencer_gte: optimismgoerli_Bytes - sequencer_lte: optimismgoerli_Bytes - sequencer_in: [optimismgoerli_Bytes!] - sequencer_not_in: [optimismgoerli_Bytes!] - sequencer_contains: optimismgoerli_Bytes - sequencer_not_contains: optimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Sequencer_filter] - or: [optimismgoerli_Sequencer_filter] +"""The type for the top-level _meta field""" +type bnb_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: bnb_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -enum optimismgoerli_Sequencer_orderBy { - id - isActive - sequencer +enum avalanche_swap_Aggregation_interval { + hour + day } -type optimismgoerli_Setting { +scalar avalanche_swap_BigDecimal + +input avalanche_swap_BlockChangedFilter { + number_gte: Int! +} + +input avalanche_swap_Block_height { + hash: avalanche_swap_Bytes + number: Int + number_gte: Int +} + +scalar avalanche_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar avalanche_swap_Int8 + +type avalanche_swap_LpAccount { id: ID! - maxRoutersPerTransfer: BigInt! - caller: optimismgoerli_Bytes! + address: avalanche_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_LpAccountBalance_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_LpAccountBalance_filter): [avalanche_swap_LpAccountBalance!]! } -input optimismgoerli_Setting_filter { +type avalanche_swap_LpAccountBalance { + id: ID! + account: avalanche_swap_LpAccount! + token: avalanche_swap_LpToken! + amount: avalanche_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: avalanche_swap_Bytes +} + +input avalanche_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -110200,49 +108548,107 @@ input optimismgoerli_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes + 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_: avalanche_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_: avalanche_swap_LpToken_filter + amount: avalanche_swap_BigDecimal + amount_not: avalanche_swap_BigDecimal + amount_gt: avalanche_swap_BigDecimal + amount_lt: avalanche_swap_BigDecimal + amount_gte: avalanche_swap_BigDecimal + amount_lte: avalanche_swap_BigDecimal + amount_in: [avalanche_swap_BigDecimal!] + amount_not_in: [avalanche_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + 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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Setting_filter] - or: [optimismgoerli_Setting_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpAccountBalance_filter] + or: [avalanche_swap_LpAccountBalance_filter] } -enum optimismgoerli_Setting_orderBy { +enum avalanche_swap_LpAccountBalance_orderBy { id - maxRoutersPerTransfer - caller -} - -type optimismgoerli_SlippageUpdate { - id: ID! - transfer: optimismgoerli_DestinationTransfer! - slippage: BigInt! - caller: optimismgoerli_Bytes! - transactionHash: optimismgoerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input optimismgoerli_SlippageUpdate_filter { +input avalanche_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -110251,151 +108657,51 @@ input optimismgoerli_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_: optimismgoerli_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - 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!] + address: avalanche_swap_Bytes + address_not: avalanche_swap_Bytes + address_gt: avalanche_swap_Bytes + address_lt: avalanche_swap_Bytes + address_gte: avalanche_swap_Bytes + address_lte: avalanche_swap_Bytes + address_in: [avalanche_swap_Bytes!] + address_not_in: [avalanche_swap_Bytes!] + address_contains: avalanche_swap_Bytes + address_not_contains: avalanche_swap_Bytes + balances_: avalanche_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_SlippageUpdate_filter] - or: [optimismgoerli_SlippageUpdate_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpAccount_filter] + or: [avalanche_swap_LpAccount_filter] } -enum optimismgoerli_SlippageUpdate_orderBy { +enum avalanche_swap_LpAccount_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 + address + balances } -type optimismgoerli_SnapshotRoot { +type avalanche_swap_LpToken { id: ID! - spokeDomain: BigInt - root: optimismgoerli_Bytes! - count: BigInt! + address: avalanche_swap_Bytes! + stableSwap: avalanche_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: avalanche_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_LpTokenEvent_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_LpTokenEvent_filter): [avalanche_swap_LpTokenEvent!]! +} + +interface avalanche_swap_LpTokenEvent { + id: ID! + token: avalanche_swap_LpToken! + amount: avalanche_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt! + transaction: avalanche_swap_Bytes! + nonce: BigInt! } -input optimismgoerli_SnapshotRoot_filter { +input avalanche_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -110404,32 +108710,43 @@ input optimismgoerli_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: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + 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_: avalanche_swap_LpToken_filter + amount: avalanche_swap_BigDecimal + amount_not: avalanche_swap_BigDecimal + amount_gt: avalanche_swap_BigDecimal + amount_lt: avalanche_swap_BigDecimal + amount_gte: avalanche_swap_BigDecimal + amount_lte: avalanche_swap_BigDecimal + amount_in: [avalanche_swap_BigDecimal!] + amount_not_in: [avalanche_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -110438,35 +108755,47 @@ input optimismgoerli_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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_SnapshotRoot_filter] - or: [optimismgoerli_SnapshotRoot_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpTokenEvent_filter] + or: [avalanche_swap_LpTokenEvent_filter] } -enum optimismgoerli_SnapshotRoot_orderBy { +enum avalanche_swap_LpTokenEvent_orderBy { id - spokeDomain - root - count + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block timestamp - blockNumber -} - -type optimismgoerli_SpokeConnectorMode { - id: ID! - mode: String! + transaction + nonce } -input optimismgoerli_SpokeConnectorMode_filter { +input avalanche_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -110475,89 +108804,142 @@ input optimismgoerli_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 + address: avalanche_swap_Bytes + address_not: avalanche_swap_Bytes + address_gt: avalanche_swap_Bytes + address_lt: avalanche_swap_Bytes + address_gte: avalanche_swap_Bytes + address_lte: avalanche_swap_Bytes + address_in: [avalanche_swap_Bytes!] + address_not_in: [avalanche_swap_Bytes!] + address_contains: avalanche_swap_Bytes + address_not_contains: avalanche_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: avalanche_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: avalanche_swap_BigDecimal + totalSupply_not: avalanche_swap_BigDecimal + totalSupply_gt: avalanche_swap_BigDecimal + totalSupply_lt: avalanche_swap_BigDecimal + totalSupply_gte: avalanche_swap_BigDecimal + totalSupply_lte: avalanche_swap_BigDecimal + totalSupply_in: [avalanche_swap_BigDecimal!] + totalSupply_not_in: [avalanche_swap_BigDecimal!] + events_: avalanche_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_SpokeConnectorMode_filter] - or: [optimismgoerli_SpokeConnectorMode_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpToken_filter] + or: [avalanche_swap_LpToken_filter] } -enum optimismgoerli_SpokeConnectorMode_orderBy { +enum avalanche_swap_LpToken_orderBy { id - mode -} - -enum optimismgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type optimismgoerli__Block_ { - """The hash of the block""" - hash: optimismgoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: optimismgoerli_Bytes -} - -"""The type for the top-level _meta field""" -type optimismgoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: optimismgoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type goerli_AggregateRoot { - id: ID! - root: goerli_Bytes! - blockNumber: BigInt! + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type goerli_AggregateRootProposed { +type avalanche_swap_LpTransferEvent implements avalanche_swap_LpTokenEvent { id: ID! - aggregateRoot: goerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + token: avalanche_swap_LpToken! + amount: avalanche_swap_BigDecimal! + from: avalanche_swap_Bytes! + to: avalanche_swap_Bytes! + fromBalance: avalanche_swap_BigDecimal! + toBalance: avalanche_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: avalanche_swap_Bytes! + nonce: BigInt! } -input goerli_AggregateRootProposed_filter { +input avalanche_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -110566,40 +108948,79 @@ input goerli_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: goerli_Bytes - aggregateRoot_not: goerli_Bytes - aggregateRoot_gt: goerli_Bytes - aggregateRoot_lt: goerli_Bytes - aggregateRoot_gte: goerli_Bytes - aggregateRoot_lte: goerli_Bytes - aggregateRoot_in: [goerli_Bytes!] - aggregateRoot_not_in: [goerli_Bytes!] - aggregateRoot_contains: goerli_Bytes - aggregateRoot_not_contains: goerli_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: avalanche_swap_LpToken_filter + amount: avalanche_swap_BigDecimal + amount_not: avalanche_swap_BigDecimal + amount_gt: avalanche_swap_BigDecimal + amount_lt: avalanche_swap_BigDecimal + amount_gte: avalanche_swap_BigDecimal + amount_lte: avalanche_swap_BigDecimal + amount_in: [avalanche_swap_BigDecimal!] + amount_not_in: [avalanche_swap_BigDecimal!] + from: avalanche_swap_Bytes + from_not: avalanche_swap_Bytes + from_gt: avalanche_swap_Bytes + from_lt: avalanche_swap_Bytes + from_gte: avalanche_swap_Bytes + from_lte: avalanche_swap_Bytes + from_in: [avalanche_swap_Bytes!] + from_not_in: [avalanche_swap_Bytes!] + from_contains: avalanche_swap_Bytes + from_not_contains: avalanche_swap_Bytes + to: avalanche_swap_Bytes + to_not: avalanche_swap_Bytes + to_gt: avalanche_swap_Bytes + to_lt: avalanche_swap_Bytes + to_gte: avalanche_swap_Bytes + to_lte: avalanche_swap_Bytes + to_in: [avalanche_swap_Bytes!] + to_not_in: [avalanche_swap_Bytes!] + to_contains: avalanche_swap_Bytes + to_not_contains: avalanche_swap_Bytes + fromBalance: avalanche_swap_BigDecimal + fromBalance_not: avalanche_swap_BigDecimal + fromBalance_gt: avalanche_swap_BigDecimal + fromBalance_lt: avalanche_swap_BigDecimal + fromBalance_gte: avalanche_swap_BigDecimal + fromBalance_lte: avalanche_swap_BigDecimal + fromBalance_in: [avalanche_swap_BigDecimal!] + fromBalance_not_in: [avalanche_swap_BigDecimal!] + toBalance: avalanche_swap_BigDecimal + toBalance_not: avalanche_swap_BigDecimal + toBalance_gt: avalanche_swap_BigDecimal + toBalance_lt: avalanche_swap_BigDecimal + toBalance_gte: avalanche_swap_BigDecimal + toBalance_lte: avalanche_swap_BigDecimal + toBalance_in: [avalanche_swap_BigDecimal!] + toBalance_not_in: [avalanche_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -110608,94 +109029,62 @@ input goerli_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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AggregateRootProposed_filter] - or: [goerli_AggregateRootProposed_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpTransferEvent_filter] + or: [avalanche_swap_LpTransferEvent_filter] } -enum goerli_AggregateRootProposed_orderBy { +enum avalanche_swap_LpTransferEvent_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - blockNumber -} - -input goerli_AggregateRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AggregateRoot_filter] - or: [goerli_AggregateRoot_filter] -} - -enum goerli_AggregateRoot_orderBy { - id - root - blockNumber + transaction + nonce } -type goerli_Asset { - id: ID! - key: goerli_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: goerli_Bytes - canonicalDomain: BigInt - adoptedAsset: goerli_Bytes - localAsset: goerli_Bytes - blockNumber: BigInt - status: goerli_AssetStatus +"""Defines the order direction, either ascending or descending""" +enum avalanche_swap_OrderDirection { + asc + desc } -type goerli_AssetBalance { +type avalanche_swap_PooledToken { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: goerli_Router! - asset: goerli_Asset! - feesEarned: BigInt! + asset: avalanche_swap_Bytes! } -input goerli_AssetBalance_filter { +input avalanche_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -110704,126 +109093,72 @@ input goerli_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: goerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + asset: avalanche_swap_Bytes + asset_not: avalanche_swap_Bytes + asset_gt: avalanche_swap_Bytes + asset_lt: avalanche_swap_Bytes + asset_gte: avalanche_swap_Bytes + asset_lte: avalanche_swap_Bytes + asset_in: [avalanche_swap_Bytes!] + asset_not_in: [avalanche_swap_Bytes!] + asset_contains: avalanche_swap_Bytes + asset_not_contains: avalanche_swap_Bytes """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AssetBalance_filter] - or: [goerli_AssetBalance_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_PooledToken_filter] + or: [avalanche_swap_PooledToken_filter] } -enum goerli_AssetBalance_orderBy { +enum avalanche_swap_PooledToken_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 goerli_AssetStatus { +type avalanche_swap_StableSwap { id: ID! - status: Boolean + isActive: Boolean + key: avalanche_swap_Bytes! + canonicalId: avalanche_swap_Bytes + domain: BigInt + swapPool: avalanche_swap_Bytes + lpToken: avalanche_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [avalanche_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_StableSwapEvent_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_StableSwapEvent_filter): [avalanche_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_StableSwapExchange_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_StableSwapExchange_filter): [avalanche_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapHourlyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapHourlyVolume_filter): [avalanche_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapDailyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapDailyVolume_filter): [avalanche_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapWeeklyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapWeeklyVolume_filter): [avalanche_swap_SwapWeeklyVolume!] } -input goerli_AssetStatus_filter { +type avalanche_swap_StableSwapAddLiquidityEvent implements avalanche_swap_StableSwapEvent { + id: ID! + stableSwap: avalanche_swap_StableSwap! + provider: avalanche_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: avalanche_swap_Bytes! + nonce: BigInt! +} + +input avalanche_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -110832,22 +109167,161 @@ input goerli_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: avalanche_swap_StableSwap_filter + provider: avalanche_swap_Bytes + provider_not: avalanche_swap_Bytes + provider_gt: avalanche_swap_Bytes + provider_lt: avalanche_swap_Bytes + provider_gte: avalanche_swap_Bytes + provider_lte: avalanche_swap_Bytes + provider_in: [avalanche_swap_Bytes!] + provider_not_in: [avalanche_swap_Bytes!] + provider_contains: avalanche_swap_Bytes + provider_not_contains: avalanche_swap_Bytes + 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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AssetStatus_filter] - or: [goerli_AssetStatus_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapAddLiquidityEvent_filter] + or: [avalanche_swap_StableSwapAddLiquidityEvent_filter] } -enum goerli_AssetStatus_orderBy { +enum avalanche_swap_StableSwapAddLiquidityEvent_orderBy { id - status + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -input goerli_Asset_filter { +interface avalanche_swap_StableSwapEvent { + id: ID! + stableSwap: avalanche_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: avalanche_swap_Bytes! + nonce: BigInt! +} + +input avalanche_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -110856,130 +109330,109 @@ input goerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: goerli_Bytes - key_not: goerli_Bytes - key_gt: goerli_Bytes - key_lt: goerli_Bytes - key_gte: goerli_Bytes - key_lte: goerli_Bytes - key_in: [goerli_Bytes!] - key_not_in: [goerli_Bytes!] - key_contains: goerli_Bytes - key_not_contains: goerli_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: goerli_Bytes - canonicalId_not: goerli_Bytes - canonicalId_gt: goerli_Bytes - canonicalId_lt: goerli_Bytes - canonicalId_gte: goerli_Bytes - canonicalId_lte: goerli_Bytes - canonicalId_in: [goerli_Bytes!] - canonicalId_not_in: [goerli_Bytes!] - canonicalId_contains: goerli_Bytes - canonicalId_not_contains: goerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: goerli_Bytes - adoptedAsset_not: goerli_Bytes - adoptedAsset_gt: goerli_Bytes - adoptedAsset_lt: goerli_Bytes - adoptedAsset_gte: goerli_Bytes - adoptedAsset_lte: goerli_Bytes - adoptedAsset_in: [goerli_Bytes!] - adoptedAsset_not_in: [goerli_Bytes!] - adoptedAsset_contains: goerli_Bytes - adoptedAsset_not_contains: goerli_Bytes - localAsset: goerli_Bytes - localAsset_not: goerli_Bytes - localAsset_gt: goerli_Bytes - localAsset_lt: goerli_Bytes - localAsset_gte: goerli_Bytes - localAsset_lte: goerli_Bytes - localAsset_in: [goerli_Bytes!] - localAsset_not_in: [goerli_Bytes!] - localAsset_contains: goerli_Bytes - localAsset_not_contains: goerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: goerli_AssetStatus_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: avalanche_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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Asset_filter] - or: [goerli_Asset_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapEvent_filter] + or: [avalanche_swap_StableSwapEvent_filter] } -enum goerli_Asset_orderBy { +enum avalanche_swap_StableSwapEvent_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__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 + block + timestamp + transaction + nonce } -type goerli_ConnectorMeta { +type avalanche_swap_StableSwapExchange { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: goerli_Bytes - rootManager: goerli_Bytes - mirrorConnector: goerli_Bytes + stableSwap: avalanche_swap_StableSwap! + buyer: avalanche_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: avalanche_swap_Bytes! + nonce: BigInt! } -input goerli_ConnectorMeta_filter { +input avalanche_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -110988,109 +109441,172 @@ input goerli_ConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_ConnectorMeta_filter] - or: [goerli_ConnectorMeta_filter] -} - -enum goerli_ConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type goerli_DestinationTransfer { - id: ID! - chainId: BigInt - transferId: goerli_Bytes - nonce: BigInt - status: goerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: goerli_Router_orderBy, orderDirection: goerli_OrderDirection, where: goerli_Router_filter): [goerli_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: goerli_Bytes - delegate: goerli_Bytes - receiveLocal: Boolean - callData: goerli_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: goerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: goerli_Bytes - asset: goerli_Asset - amount: BigInt - routersFee: BigInt - executedCaller: goerli_Bytes - executedTransactionHash: goerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: goerli_Bytes - executedTxNonce: BigInt - reconciledCaller: goerli_Bytes - reconciledTransactionHash: goerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: goerli_Bytes - reconciledTxNonce: BigInt + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: avalanche_swap_StableSwap_filter + buyer: avalanche_swap_Bytes + buyer_not: avalanche_swap_Bytes + buyer_gt: avalanche_swap_Bytes + buyer_lt: avalanche_swap_Bytes + buyer_gte: avalanche_swap_Bytes + buyer_lte: avalanche_swap_Bytes + buyer_in: [avalanche_swap_Bytes!] + buyer_not_in: [avalanche_swap_Bytes!] + buyer_contains: avalanche_swap_Bytes + buyer_not_contains: avalanche_swap_Bytes + 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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapExchange_filter] + or: [avalanche_swap_StableSwapExchange_filter] } -input goerli_DestinationTransfer_filter { +enum avalanche_swap_StableSwapExchange_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce +} + +type avalanche_swap_StableSwapRemoveLiquidityEvent implements avalanche_swap_StableSwapEvent { + id: ID! + stableSwap: avalanche_swap_StableSwap! + provider: avalanche_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: avalanche_swap_Bytes! + nonce: BigInt! +} + +input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -111099,24 +109615,105 @@ input goerli_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: goerli_Bytes - transferId_not: goerli_Bytes - transferId_gt: goerli_Bytes - transferId_lt: goerli_Bytes - transferId_gte: goerli_Bytes - transferId_lte: goerli_Bytes - transferId_in: [goerli_Bytes!] - transferId_not_in: [goerli_Bytes!] - transferId_contains: goerli_Bytes - transferId_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: avalanche_swap_StableSwap_filter + provider: avalanche_swap_Bytes + provider_not: avalanche_swap_Bytes + provider_gt: avalanche_swap_Bytes + provider_lt: avalanche_swap_Bytes + provider_gte: avalanche_swap_Bytes + provider_lte: avalanche_swap_Bytes + provider_in: [avalanche_swap_Bytes!] + provider_not_in: [avalanche_swap_Bytes!] + provider_contains: avalanche_swap_Bytes + provider_not_contains: avalanche_swap_Bytes + 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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -111125,368 +109722,248 @@ input goerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: goerli_TransferStatus - status_not: goerli_TransferStatus - status_in: [goerli_TransferStatus!] - status_not_in: [goerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: goerli_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: goerli_Bytes - to_not: goerli_Bytes - to_gt: goerli_Bytes - to_lt: goerli_Bytes - to_gte: goerli_Bytes - to_lte: goerli_Bytes - to_in: [goerli_Bytes!] - to_not_in: [goerli_Bytes!] - to_contains: goerli_Bytes - to_not_contains: goerli_Bytes - delegate: goerli_Bytes - delegate_not: goerli_Bytes - delegate_gt: goerli_Bytes - delegate_lt: goerli_Bytes - delegate_gte: goerli_Bytes - delegate_lte: goerli_Bytes - delegate_in: [goerli_Bytes!] - delegate_not_in: [goerli_Bytes!] - delegate_contains: goerli_Bytes - delegate_not_contains: goerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: goerli_Bytes - callData_not: goerli_Bytes - callData_gt: goerli_Bytes - callData_lt: goerli_Bytes - callData_gte: goerli_Bytes - callData_lte: goerli_Bytes - callData_in: [goerli_Bytes!] - callData_not_in: [goerli_Bytes!] - callData_contains: goerli_Bytes - callData_not_contains: goerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: goerli_Bytes - originSender_not: goerli_Bytes - originSender_gt: goerli_Bytes - originSender_lt: goerli_Bytes - originSender_gte: goerli_Bytes - originSender_lte: goerli_Bytes - originSender_in: [goerli_Bytes!] - originSender_not_in: [goerli_Bytes!] - originSender_contains: goerli_Bytes - originSender_not_contains: goerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: goerli_Bytes - canonicalId_not: goerli_Bytes - canonicalId_gt: goerli_Bytes - canonicalId_lt: goerli_Bytes - canonicalId_gte: goerli_Bytes - canonicalId_lte: goerli_Bytes - canonicalId_in: [goerli_Bytes!] - canonicalId_not_in: [goerli_Bytes!] - canonicalId_contains: goerli_Bytes - canonicalId_not_contains: goerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: goerli_Bytes - executedCaller_not: goerli_Bytes - executedCaller_gt: goerli_Bytes - executedCaller_lt: goerli_Bytes - executedCaller_gte: goerli_Bytes - executedCaller_lte: goerli_Bytes - executedCaller_in: [goerli_Bytes!] - executedCaller_not_in: [goerli_Bytes!] - executedCaller_contains: goerli_Bytes - executedCaller_not_contains: goerli_Bytes - executedTransactionHash: goerli_Bytes - executedTransactionHash_not: goerli_Bytes - executedTransactionHash_gt: goerli_Bytes - executedTransactionHash_lt: goerli_Bytes - executedTransactionHash_gte: goerli_Bytes - executedTransactionHash_lte: goerli_Bytes - executedTransactionHash_in: [goerli_Bytes!] - executedTransactionHash_not_in: [goerli_Bytes!] - executedTransactionHash_contains: goerli_Bytes - executedTransactionHash_not_contains: goerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: goerli_Bytes - executedTxOrigin_not: goerli_Bytes - executedTxOrigin_gt: goerli_Bytes - executedTxOrigin_lt: goerli_Bytes - executedTxOrigin_gte: goerli_Bytes - executedTxOrigin_lte: goerli_Bytes - executedTxOrigin_in: [goerli_Bytes!] - executedTxOrigin_not_in: [goerli_Bytes!] - executedTxOrigin_contains: goerli_Bytes - executedTxOrigin_not_contains: goerli_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: goerli_Bytes - reconciledCaller_not: goerli_Bytes - reconciledCaller_gt: goerli_Bytes - reconciledCaller_lt: goerli_Bytes - reconciledCaller_gte: goerli_Bytes - reconciledCaller_lte: goerli_Bytes - reconciledCaller_in: [goerli_Bytes!] - reconciledCaller_not_in: [goerli_Bytes!] - reconciledCaller_contains: goerli_Bytes - reconciledCaller_not_contains: goerli_Bytes - reconciledTransactionHash: goerli_Bytes - reconciledTransactionHash_not: goerli_Bytes - reconciledTransactionHash_gt: goerli_Bytes - reconciledTransactionHash_lt: goerli_Bytes - reconciledTransactionHash_gte: goerli_Bytes - reconciledTransactionHash_lte: goerli_Bytes - reconciledTransactionHash_in: [goerli_Bytes!] - reconciledTransactionHash_not_in: [goerli_Bytes!] - reconciledTransactionHash_contains: goerli_Bytes - reconciledTransactionHash_not_contains: goerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: goerli_Bytes - reconciledTxOrigin_not: goerli_Bytes - reconciledTxOrigin_gt: goerli_Bytes - reconciledTxOrigin_lt: goerli_Bytes - reconciledTxOrigin_gte: goerli_Bytes - reconciledTxOrigin_lte: goerli_Bytes - reconciledTxOrigin_in: [goerli_Bytes!] - reconciledTxOrigin_not_in: [goerli_Bytes!] - reconciledTxOrigin_contains: goerli_Bytes - reconciledTxOrigin_not_contains: goerli_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_DestinationTransfer_filter] - or: [goerli_DestinationTransfer_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] + or: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] } -enum goerli_DestinationTransfer_orderBy { +enum avalanche_swap_StableSwapRemoveLiquidityEvent_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 +} + +input avalanche_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: avalanche_swap_Bytes + key_not: avalanche_swap_Bytes + key_gt: avalanche_swap_Bytes + key_lt: avalanche_swap_Bytes + key_gte: avalanche_swap_Bytes + key_lte: avalanche_swap_Bytes + key_in: [avalanche_swap_Bytes!] + key_not_in: [avalanche_swap_Bytes!] + key_contains: avalanche_swap_Bytes + key_not_contains: avalanche_swap_Bytes + canonicalId: avalanche_swap_Bytes + canonicalId_not: avalanche_swap_Bytes + canonicalId_gt: avalanche_swap_Bytes + canonicalId_lt: avalanche_swap_Bytes + canonicalId_gte: avalanche_swap_Bytes + canonicalId_lte: avalanche_swap_Bytes + canonicalId_in: [avalanche_swap_Bytes!] + canonicalId_not_in: [avalanche_swap_Bytes!] + canonicalId_contains: avalanche_swap_Bytes + canonicalId_not_contains: avalanche_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: avalanche_swap_Bytes + swapPool_not: avalanche_swap_Bytes + swapPool_gt: avalanche_swap_Bytes + swapPool_lt: avalanche_swap_Bytes + swapPool_gte: avalanche_swap_Bytes + swapPool_lte: avalanche_swap_Bytes + swapPool_in: [avalanche_swap_Bytes!] + swapPool_not_in: [avalanche_swap_Bytes!] + swapPool_contains: avalanche_swap_Bytes + swapPool_not_contains: avalanche_swap_Bytes + lpToken: avalanche_swap_Bytes + lpToken_not: avalanche_swap_Bytes + lpToken_gt: avalanche_swap_Bytes + lpToken_lt: avalanche_swap_Bytes + lpToken_gte: avalanche_swap_Bytes + lpToken_lte: avalanche_swap_Bytes + lpToken_in: [avalanche_swap_Bytes!] + lpToken_not_in: [avalanche_swap_Bytes!] + lpToken_contains: avalanche_swap_Bytes + lpToken_not_contains: avalanche_swap_Bytes + 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: [avalanche_swap_Bytes!] + pooledTokens_not: [avalanche_swap_Bytes!] + pooledTokens_contains: [avalanche_swap_Bytes!] + pooledTokens_contains_nocase: [avalanche_swap_Bytes!] + pooledTokens_not_contains: [avalanche_swap_Bytes!] + pooledTokens_not_contains_nocase: [avalanche_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + 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_: avalanche_swap_StableSwapEvent_filter + exchanges_: avalanche_swap_StableSwapExchange_filter + hourlyVolumes_: avalanche_swap_SwapHourlyVolume_filter + dailyVolumes_: avalanche_swap_SwapDailyVolume_filter + weeklyVolumes_: avalanche_swap_SwapWeeklyVolume_filter + """Filter for the block changed event.""" + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwap_filter] + or: [avalanche_swap_StableSwap_filter] +} + +enum avalanche_swap_StableSwap_orderBy { + id + 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 } -type goerli_OptimisticRootFinalized { +type avalanche_swap_SwapDailyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - aggregateRoot: goerli_Bytes! + stableSwap: avalanche_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt + volume: avalanche_swap_BigDecimal! } -input goerli_OptimisticRootFinalized_filter { +input avalanche_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -111495,16 +109972,27 @@ input goerli_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: goerli_Bytes - aggregateRoot_not: goerli_Bytes - aggregateRoot_gt: goerli_Bytes - aggregateRoot_lt: goerli_Bytes - aggregateRoot_gte: goerli_Bytes - aggregateRoot_lte: goerli_Bytes - aggregateRoot_in: [goerli_Bytes!] - aggregateRoot_not_in: [goerli_Bytes!] - aggregateRoot_contains: goerli_Bytes - aggregateRoot_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111513,41 +110001,51 @@ input goerli_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: avalanche_swap_BigDecimal + volume_not: avalanche_swap_BigDecimal + volume_gt: avalanche_swap_BigDecimal + volume_lt: avalanche_swap_BigDecimal + volume_gte: avalanche_swap_BigDecimal + volume_lte: avalanche_swap_BigDecimal + volume_in: [avalanche_swap_BigDecimal!] + volume_not_in: [avalanche_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OptimisticRootFinalized_filter] - or: [goerli_OptimisticRootFinalized_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapDailyVolume_filter] + or: [avalanche_swap_SwapDailyVolume_filter] } -enum goerli_OptimisticRootFinalized_orderBy { +enum avalanche_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 } -type goerli_OriginMessage { +type avalanche_swap_SwapHourlyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - transferId: goerli_Bytes - destinationDomain: BigInt - leaf: goerli_Bytes - index: BigInt - message: goerli_Bytes - root: goerli_Bytes - transactionHash: goerli_Bytes - blockNumber: BigInt - rootCount: goerli_RootCount + stableSwap: avalanche_swap_StableSwap! + timestamp: BigInt! + volume: avalanche_swap_BigDecimal! } -input goerli_OriginMessage_filter { +input avalanche_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -111556,405 +110054,27 @@ input goerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: goerli_Bytes - transferId_not: goerli_Bytes - transferId_gt: goerli_Bytes - transferId_lt: goerli_Bytes - transferId_gte: goerli_Bytes - transferId_lte: goerli_Bytes - transferId_in: [goerli_Bytes!] - transferId_not_in: [goerli_Bytes!] - transferId_contains: goerli_Bytes - transferId_not_contains: goerli_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: goerli_Bytes - leaf_not: goerli_Bytes - leaf_gt: goerli_Bytes - leaf_lt: goerli_Bytes - leaf_gte: goerli_Bytes - leaf_lte: goerli_Bytes - leaf_in: [goerli_Bytes!] - leaf_not_in: [goerli_Bytes!] - leaf_contains: goerli_Bytes - leaf_not_contains: goerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: goerli_Bytes - message_not: goerli_Bytes - message_gt: goerli_Bytes - message_lt: goerli_Bytes - message_gte: goerli_Bytes - message_lte: goerli_Bytes - message_in: [goerli_Bytes!] - message_not_in: [goerli_Bytes!] - message_contains: goerli_Bytes - message_not_contains: goerli_Bytes - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: goerli_RootCount_filter - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OriginMessage_filter] - or: [goerli_OriginMessage_filter] -} - -enum goerli_OriginMessage_orderBy { - id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count -} - -type goerli_OriginTransfer { - id: ID! - chainId: BigInt - transferId: goerli_Bytes - nonce: BigInt - status: goerli_TransferStatus - messageHash: goerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: goerli_Bytes - delegate: goerli_Bytes - receiveLocal: Boolean - callData: goerli_Bytes - slippage: BigInt - originSender: goerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: goerli_Bytes - asset: goerli_Asset - transactingAsset: goerli_Bytes - message: goerli_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: goerli_RelayerFee_orderBy, orderDirection: goerli_OrderDirection, where: goerli_RelayerFee_filter): [goerli_RelayerFee!] - initialRelayerFeeAsset: goerli_Bytes - caller: goerli_Bytes - transactionHash: goerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: goerli_Bytes - txNonce: BigInt -} - -input goerli_OriginTransfer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: goerli_Bytes - transferId_not: goerli_Bytes - transferId_gt: goerli_Bytes - transferId_lt: goerli_Bytes - transferId_gte: goerli_Bytes - transferId_lte: goerli_Bytes - transferId_in: [goerli_Bytes!] - transferId_not_in: [goerli_Bytes!] - transferId_contains: goerli_Bytes - transferId_not_contains: goerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: goerli_TransferStatus - status_not: goerli_TransferStatus - status_in: [goerli_TransferStatus!] - status_not_in: [goerli_TransferStatus!] - messageHash: goerli_Bytes - messageHash_not: goerli_Bytes - messageHash_gt: goerli_Bytes - messageHash_lt: goerli_Bytes - messageHash_gte: goerli_Bytes - messageHash_lte: goerli_Bytes - messageHash_in: [goerli_Bytes!] - messageHash_not_in: [goerli_Bytes!] - messageHash_contains: goerli_Bytes - messageHash_not_contains: goerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: goerli_Bytes - to_not: goerli_Bytes - to_gt: goerli_Bytes - to_lt: goerli_Bytes - to_gte: goerli_Bytes - to_lte: goerli_Bytes - to_in: [goerli_Bytes!] - to_not_in: [goerli_Bytes!] - to_contains: goerli_Bytes - to_not_contains: goerli_Bytes - delegate: goerli_Bytes - delegate_not: goerli_Bytes - delegate_gt: goerli_Bytes - delegate_lt: goerli_Bytes - delegate_gte: goerli_Bytes - delegate_lte: goerli_Bytes - delegate_in: [goerli_Bytes!] - delegate_not_in: [goerli_Bytes!] - delegate_contains: goerli_Bytes - delegate_not_contains: goerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: goerli_Bytes - callData_not: goerli_Bytes - callData_gt: goerli_Bytes - callData_lt: goerli_Bytes - callData_gte: goerli_Bytes - callData_lte: goerli_Bytes - callData_in: [goerli_Bytes!] - callData_not_in: [goerli_Bytes!] - callData_contains: goerli_Bytes - callData_not_contains: goerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: goerli_Bytes - originSender_not: goerli_Bytes - originSender_gt: goerli_Bytes - originSender_lt: goerli_Bytes - originSender_gte: goerli_Bytes - originSender_lte: goerli_Bytes - originSender_in: [goerli_Bytes!] - originSender_not_in: [goerli_Bytes!] - originSender_contains: goerli_Bytes - originSender_not_contains: goerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: goerli_Bytes - canonicalId_not: goerli_Bytes - canonicalId_gt: goerli_Bytes - canonicalId_lt: goerli_Bytes - canonicalId_gte: goerli_Bytes - canonicalId_lte: goerli_Bytes - canonicalId_in: [goerli_Bytes!] - canonicalId_not_in: [goerli_Bytes!] - canonicalId_contains: goerli_Bytes - canonicalId_not_contains: goerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter - transactingAsset: goerli_Bytes - transactingAsset_not: goerli_Bytes - transactingAsset_gt: goerli_Bytes - transactingAsset_lt: goerli_Bytes - transactingAsset_gte: goerli_Bytes - transactingAsset_lte: goerli_Bytes - transactingAsset_in: [goerli_Bytes!] - transactingAsset_not_in: [goerli_Bytes!] - transactingAsset_contains: goerli_Bytes - transactingAsset_not_contains: goerli_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: goerli_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: goerli_RelayerFee_filter - initialRelayerFeeAsset: goerli_Bytes - initialRelayerFeeAsset_not: goerli_Bytes - initialRelayerFeeAsset_gt: goerli_Bytes - initialRelayerFeeAsset_lt: goerli_Bytes - initialRelayerFeeAsset_gte: goerli_Bytes - initialRelayerFeeAsset_lte: goerli_Bytes - initialRelayerFeeAsset_in: [goerli_Bytes!] - initialRelayerFeeAsset_not_in: [goerli_Bytes!] - initialRelayerFeeAsset_contains: goerli_Bytes - initialRelayerFeeAsset_not_contains: goerli_Bytes - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111963,224 +110083,123 @@ input goerli_OriginTransfer_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - txOrigin: goerli_Bytes - txOrigin_not: goerli_Bytes - txOrigin_gt: goerli_Bytes - txOrigin_lt: goerli_Bytes - txOrigin_gte: goerli_Bytes - txOrigin_lte: goerli_Bytes - txOrigin_in: [goerli_Bytes!] - txOrigin_not_in: [goerli_Bytes!] - txOrigin_contains: goerli_Bytes - txOrigin_not_contains: goerli_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + volume: avalanche_swap_BigDecimal + volume_not: avalanche_swap_BigDecimal + volume_gt: avalanche_swap_BigDecimal + volume_lt: avalanche_swap_BigDecimal + volume_gte: avalanche_swap_BigDecimal + volume_lte: avalanche_swap_BigDecimal + volume_in: [avalanche_swap_BigDecimal!] + volume_not_in: [avalanche_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OriginTransfer_filter] - or: [goerli_OriginTransfer_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapHourlyVolume_filter] + or: [avalanche_swap_SwapHourlyVolume_filter] } -enum goerli_OriginTransfer_orderBy { +enum avalanche_swap_SwapHourlyVolume_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 goerli_Relayer { - id: ID! - isActive: Boolean! - relayer: goerli_Bytes + volume } -type goerli_RelayerFee { - id: ID! - transfer: goerli_OriginTransfer! - fee: BigInt! - asset: goerli_Bytes! +interface avalanche_swap_SwapTradeVolume { + stableSwap: avalanche_swap_StableSwap! + timestamp: BigInt! + volume: avalanche_swap_BigDecimal! } -input goerli_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_: goerli_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: goerli_Bytes - asset_not: goerli_Bytes - asset_gt: goerli_Bytes - asset_lt: goerli_Bytes - asset_gte: goerli_Bytes - asset_lte: goerli_Bytes - asset_in: [goerli_Bytes!] - asset_not_in: [goerli_Bytes!] - asset_contains: goerli_Bytes - asset_not_contains: goerli_Bytes +input avalanche_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_: avalanche_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: avalanche_swap_BigDecimal + volume_not: avalanche_swap_BigDecimal + volume_gt: avalanche_swap_BigDecimal + volume_lt: avalanche_swap_BigDecimal + volume_gte: avalanche_swap_BigDecimal + volume_lte: avalanche_swap_BigDecimal + volume_in: [avalanche_swap_BigDecimal!] + volume_not_in: [avalanche_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RelayerFee_filter] - or: [goerli_RelayerFee_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapTradeVolume_filter] + or: [avalanche_swap_SwapTradeVolume_filter] } -enum goerli_RelayerFee_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset +enum avalanche_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type goerli_RelayerFeesIncrease { +type avalanche_swap_SwapWeeklyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - transfer: goerli_OriginTransfer! - increase: BigInt - asset: goerli_Bytes - caller: goerli_Bytes! - transactionHash: goerli_Bytes! + stableSwap: avalanche_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: avalanche_swap_BigDecimal! } -input goerli_RelayerFeesIncrease_filter { +input avalanche_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -112189,65 +110208,27 @@ input goerli_RelayerFeesIncrease_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: goerli_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: goerli_Bytes - asset_not: goerli_Bytes - asset_gt: goerli_Bytes - asset_lt: goerli_Bytes - asset_gte: goerli_Bytes - asset_lte: goerli_Bytes - asset_in: [goerli_Bytes!] - asset_not_in: [goerli_Bytes!] - asset_contains: goerli_Bytes - asset_not_contains: goerli_Bytes - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -112256,79 +110237,50 @@ input goerli_RelayerFeesIncrease_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: avalanche_swap_BigDecimal + volume_not: avalanche_swap_BigDecimal + volume_gt: avalanche_swap_BigDecimal + volume_lt: avalanche_swap_BigDecimal + volume_gte: avalanche_swap_BigDecimal + volume_lte: avalanche_swap_BigDecimal + volume_in: [avalanche_swap_BigDecimal!] + volume_not_in: [avalanche_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RelayerFeesIncrease_filter] - or: [goerli_RelayerFeesIncrease_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapWeeklyVolume_filter] + or: [avalanche_swap_SwapWeeklyVolume_filter] } -enum goerli_RelayerFeesIncrease_orderBy { +enum avalanche_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 goerli_Relayer_filter { +type avalanche_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input avalanche_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -112337,80 +110289,98 @@ input goerli_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: goerli_Bytes - relayer_not: goerli_Bytes - relayer_gt: goerli_Bytes - relayer_lt: goerli_Bytes - relayer_gte: goerli_Bytes - relayer_lte: goerli_Bytes - relayer_in: [goerli_Bytes!] - relayer_not_in: [goerli_Bytes!] - relayer_contains: goerli_Bytes - relayer_not_contains: goerli_Bytes + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Relayer_filter] - or: [goerli_Relayer_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SystemInfo_filter] + or: [avalanche_swap_SystemInfo_filter] } -enum goerli_Relayer_orderBy { +enum avalanche_swap_SystemInfo_orderBy { id - isActive - relayer + exchangeCount + swapCount } -type goerli_RootCount { - id: ID! - count: BigInt +type avalanche_swap__Block_ { + """The hash of the block""" + hash: avalanche_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: avalanche_swap_Bytes } -input goerli_RootCount_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootCount_filter] - or: [goerli_RootCount_filter] +"""The type for the top-level _meta field""" +type avalanche_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: avalanche_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -enum goerli_RootCount_orderBy { - id - count +scalar base_swap_BigDecimal + +input base_swap_BlockChangedFilter { + number_gte: Int! } -type goerli_RootMessageSent { +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! - spokeDomain: BigInt - hubDomain: BigInt - root: goerli_Bytes - count: BigInt - caller: goerli_Bytes - transactionHash: goerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + 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 goerli_RootMessageSent_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 @@ -112419,131 +110389,107 @@ input goerli_RootMessageSent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes - 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!] + 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: goerli_BlockChangedFilter - and: [goerli_RootMessageSent_filter] - or: [goerli_RootMessageSent_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpAccountBalance_filter] + or: [base_swap_LpAccountBalance_filter] } -enum goerli_RootMessageSent_orderBy { +enum base_swap_LpAccountBalance_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type goerli_Router { - id: ID! - isActive: Boolean! - owner: goerli_Bytes - recipient: goerli_Bytes - proposedOwner: goerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: goerli_AssetBalance_orderBy, orderDirection: goerli_OrderDirection, where: goerli_AssetBalance_filter): [goerli_AssetBalance!]! -} - -type goerli_RouterDailyTVL { - id: ID! - router: goerli_Router! - asset: goerli_Asset! - timestamp: BigInt! - balance: BigInt! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input goerli_RouterDailyTVL_filter { +input base_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -112552,113 +110498,51 @@ input goerli_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: goerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter - 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!] + 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: goerli_BlockChangedFilter - and: [goerli_RouterDailyTVL_filter] - or: [goerli_RouterDailyTVL_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpAccount_filter] + or: [base_swap_LpAccount_filter] } -enum goerli_RouterDailyTVL_orderBy { +enum base_swap_LpAccount_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 + address + balances } -type goerli_RouterLiquidityEvent { +type base_swap_LpToken { id: ID! - type: goerli_RouterLiquidityEventType - router: goerli_Router! - asset: goerli_Asset! - amount: BigInt! - balance: BigInt! - caller: goerli_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: goerli_Bytes! - nonce: BigInt! + 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!]! } -enum goerli_RouterLiquidityEventType { - Add - Remove +interface base_swap_LpTokenEvent { + id: ID! + token: base_swap_LpToken! + amount: base_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! } -input goerli_RouterLiquidityEvent_filter { +input base_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -112667,86 +110551,43 @@ input goerli_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: goerli_RouterLiquidityEventType - type_not: goerli_RouterLiquidityEventType - type_in: [goerli_RouterLiquidityEventType!] - type_not_in: [goerli_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: goerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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 @@ -112755,16 +110596,16 @@ input goerli_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + 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 @@ -112774,41 +110615,28 @@ input goerli_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RouterLiquidityEvent_filter] - or: [goerli_RouterLiquidityEvent_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpTokenEvent_filter] + or: [base_swap_LpTokenEvent_filter] } -enum goerli_RouterLiquidityEvent_orderBy { +enum base_swap_LpTokenEvent_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 + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply amount - balance - caller - blockNumber + block timestamp - transactionHash + transaction nonce } -input goerli_Router_filter { +input base_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -112817,72 +110645,142 @@ input goerli_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: goerli_Bytes - owner_not: goerli_Bytes - owner_gt: goerli_Bytes - owner_lt: goerli_Bytes - owner_gte: goerli_Bytes - owner_lte: goerli_Bytes - owner_in: [goerli_Bytes!] - owner_not_in: [goerli_Bytes!] - owner_contains: goerli_Bytes - owner_not_contains: goerli_Bytes - recipient: goerli_Bytes - recipient_not: goerli_Bytes - recipient_gt: goerli_Bytes - recipient_lt: goerli_Bytes - recipient_gte: goerli_Bytes - recipient_lte: goerli_Bytes - recipient_in: [goerli_Bytes!] - recipient_not_in: [goerli_Bytes!] - recipient_contains: goerli_Bytes - recipient_not_contains: goerli_Bytes - proposedOwner: goerli_Bytes - proposedOwner_not: goerli_Bytes - proposedOwner_gt: goerli_Bytes - proposedOwner_lt: goerli_Bytes - proposedOwner_gte: goerli_Bytes - proposedOwner_lte: goerli_Bytes - proposedOwner_in: [goerli_Bytes!] - proposedOwner_not_in: [goerli_Bytes!] - proposedOwner_contains: goerli_Bytes - proposedOwner_not_contains: goerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: goerli_AssetBalance_filter + 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: goerli_BlockChangedFilter - and: [goerli_Router_filter] - or: [goerli_Router_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpToken_filter] + or: [base_swap_LpToken_filter] } -enum goerli_Router_orderBy { +enum base_swap_LpToken_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type goerli_Sequencer { +type base_swap_LpTransferEvent implements base_swap_LpTokenEvent { id: ID! - isActive: Boolean! - sequencer: goerli_Bytes + token: base_swap_LpToken! + amount: base_swap_BigDecimal! + from: base_swap_Bytes! + to: base_swap_Bytes! + fromBalance: base_swap_BigDecimal! + toBalance: base_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! } -input goerli_Sequencer_filter { +input base_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -112891,39 +110789,143 @@ input goerli_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: goerli_Bytes - sequencer_not: goerli_Bytes - sequencer_gt: goerli_Bytes - sequencer_lt: goerli_Bytes - sequencer_gte: goerli_Bytes - sequencer_lte: goerli_Bytes - sequencer_in: [goerli_Bytes!] - sequencer_not_in: [goerli_Bytes!] - sequencer_contains: goerli_Bytes - sequencer_not_contains: goerli_Bytes + 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 + 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: goerli_BlockChangedFilter - and: [goerli_Sequencer_filter] - or: [goerli_Sequencer_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpTransferEvent_filter] + or: [base_swap_LpTransferEvent_filter] } -enum goerli_Sequencer_orderBy { +enum base_swap_LpTransferEvent_orderBy { id - isActive - sequencer + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -type goerli_Setting { +"""Defines the order direction, either ascending or descending""" +enum base_swap_OrderDirection { + asc + desc +} + +type base_swap_PooledToken { id: ID! - maxRoutersPerTransfer: BigInt! - caller: goerli_Bytes! + asset: base_swap_Bytes! } -input goerli_Setting_filter { +input base_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -112932,49 +110934,72 @@ input goerli_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes + 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: goerli_BlockChangedFilter - and: [goerli_Setting_filter] - or: [goerli_Setting_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_PooledToken_filter] + or: [base_swap_PooledToken_filter] } -enum goerli_Setting_orderBy { +enum base_swap_PooledToken_orderBy { id - maxRoutersPerTransfer - caller + asset } -type goerli_SlippageUpdate { +type base_swap_StableSwap { id: ID! - transfer: goerli_DestinationTransfer! - slippage: BigInt! - caller: goerli_Bytes! - transactionHash: goerli_Bytes! + 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 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! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! } -input goerli_SlippageUpdate_filter { +input base_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -112983,151 +111008,161 @@ input goerli_SlippageUpdate_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: goerli_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_SlippageUpdate_filter] - or: [goerli_SlippageUpdate_filter] -} - -enum goerli_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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] +} + +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 - gasPrice - gasLimit - blockNumber + transaction + nonce } -type goerli_SnapshotRoot { +interface base_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - root: goerli_Bytes! - count: BigInt! + stableSwap: base_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! } -input goerli_SnapshotRoot_filter { +input base_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -113136,32 +111171,35 @@ input goerli_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: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -113170,35 +111208,72 @@ input goerli_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: goerli_BlockChangedFilter - and: [goerli_SnapshotRoot_filter] - or: [goerli_SnapshotRoot_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapEvent_filter] + or: [base_swap_StableSwapEvent_filter] } -enum goerli_SnapshotRoot_orderBy { +enum base_swap_StableSwapEvent_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 + block timestamp - blockNumber + transaction + nonce } -type goerli_SpokeConnectorMode { +type base_swap_StableSwapExchange { id: ID! - mode: String! + 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 goerli_SpokeConnectorMode_filter { +input base_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -113207,62 +111282,172 @@ input goerli_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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: goerli_BlockChangedFilter - and: [goerli_SpokeConnectorMode_filter] - or: [goerli_SpokeConnectorMode_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapExchange_filter] + or: [base_swap_StableSwapExchange_filter] } -enum goerli_SpokeConnectorMode_orderBy { +enum base_swap_StableSwapExchange_orderBy { id - mode -} - -enum goerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type stagingoptimismgoerli_AggregateRoot { - id: ID! - root: stagingoptimismgoerli_Bytes! - blockNumber: BigInt! + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type stagingoptimismgoerli_AggregateRootProposed { +type base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEvent { id: ID! - aggregateRoot: stagingoptimismgoerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: 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! - blockNumber: BigInt + transaction: base_swap_Bytes! + nonce: BigInt! } -input stagingoptimismgoerli_AggregateRootProposed_filter { +input base_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -113271,40 +111456,87 @@ input stagingoptimismgoerli_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingoptimismgoerli_Bytes - aggregateRoot_not: stagingoptimismgoerli_Bytes - aggregateRoot_gt: stagingoptimismgoerli_Bytes - aggregateRoot_lt: stagingoptimismgoerli_Bytes - aggregateRoot_gte: stagingoptimismgoerli_Bytes - aggregateRoot_lte: stagingoptimismgoerli_Bytes - aggregateRoot_in: [stagingoptimismgoerli_Bytes!] - aggregateRoot_not_in: [stagingoptimismgoerli_Bytes!] - aggregateRoot_contains: stagingoptimismgoerli_Bytes - aggregateRoot_not_contains: stagingoptimismgoerli_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -113313,31 +111545,63 @@ input stagingoptimismgoerli_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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AggregateRootProposed_filter] - or: [stagingoptimismgoerli_AggregateRootProposed_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapRemoveLiquidityEvent_filter] + or: [base_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingoptimismgoerli_AggregateRootProposed_orderBy { +enum base_swap_StableSwapRemoveLiquidityEvent_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 } -input stagingoptimismgoerli_AggregateRoot_filter { +input base_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -113346,66 +111610,201 @@ input stagingoptimismgoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes - 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!] + 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AggregateRoot_filter] - or: [stagingoptimismgoerli_AggregateRoot_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwap_filter] + or: [base_swap_StableSwap_filter] } -enum stagingoptimismgoerli_AggregateRoot_orderBy { +enum base_swap_StableSwap_orderBy { id - root - blockNumber -} - -enum stagingoptimismgoerli_Aggregation_interval { - hour - day -} - -type stagingoptimismgoerli_Asset { - id: ID! - key: stagingoptimismgoerli_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: stagingoptimismgoerli_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingoptimismgoerli_Bytes - localAsset: stagingoptimismgoerli_Bytes - blockNumber: BigInt - status: stagingoptimismgoerli_AssetStatus + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type stagingoptimismgoerli_AssetBalance { +type base_swap_SwapDailyVolume implements base_swap_SwapTradeVolume { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingoptimismgoerli_Router! - asset: stagingoptimismgoerli_Asset! - feesEarned: BigInt! + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! } -input stagingoptimismgoerli_AssetBalance_filter { +input base_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -113414,2660 +111813,27 @@ input stagingoptimismgoerli_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingoptimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingoptimismgoerli_Asset_filter - 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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AssetBalance_filter] - or: [stagingoptimismgoerli_AssetBalance_filter] -} - -enum stagingoptimismgoerli_AssetBalance_orderBy { - id - amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned -} - -type stagingoptimismgoerli_AssetStatus { - id: ID! - status: Boolean -} - -input stagingoptimismgoerli_AssetStatus_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AssetStatus_filter] - or: [stagingoptimismgoerli_AssetStatus_filter] -} - -enum stagingoptimismgoerli_AssetStatus_orderBy { - id - status -} - -input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes - key_not: stagingoptimismgoerli_Bytes - key_gt: stagingoptimismgoerli_Bytes - key_lt: stagingoptimismgoerli_Bytes - key_gte: stagingoptimismgoerli_Bytes - key_lte: stagingoptimismgoerli_Bytes - key_in: [stagingoptimismgoerli_Bytes!] - key_not_in: [stagingoptimismgoerli_Bytes!] - key_contains: stagingoptimismgoerli_Bytes - key_not_contains: stagingoptimismgoerli_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - 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: stagingoptimismgoerli_Bytes - canonicalId_not: stagingoptimismgoerli_Bytes - canonicalId_gt: stagingoptimismgoerli_Bytes - canonicalId_lt: stagingoptimismgoerli_Bytes - canonicalId_gte: stagingoptimismgoerli_Bytes - canonicalId_lte: stagingoptimismgoerli_Bytes - canonicalId_in: [stagingoptimismgoerli_Bytes!] - canonicalId_not_in: [stagingoptimismgoerli_Bytes!] - canonicalId_contains: stagingoptimismgoerli_Bytes - canonicalId_not_contains: stagingoptimismgoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingoptimismgoerli_Bytes - adoptedAsset_not: stagingoptimismgoerli_Bytes - adoptedAsset_gt: stagingoptimismgoerli_Bytes - adoptedAsset_lt: stagingoptimismgoerli_Bytes - adoptedAsset_gte: stagingoptimismgoerli_Bytes - adoptedAsset_lte: stagingoptimismgoerli_Bytes - adoptedAsset_in: [stagingoptimismgoerli_Bytes!] - adoptedAsset_not_in: [stagingoptimismgoerli_Bytes!] - adoptedAsset_contains: stagingoptimismgoerli_Bytes - adoptedAsset_not_contains: stagingoptimismgoerli_Bytes - localAsset: stagingoptimismgoerli_Bytes - localAsset_not: stagingoptimismgoerli_Bytes - localAsset_gt: stagingoptimismgoerli_Bytes - localAsset_lt: stagingoptimismgoerli_Bytes - localAsset_gte: stagingoptimismgoerli_Bytes - localAsset_lte: stagingoptimismgoerli_Bytes - localAsset_in: [stagingoptimismgoerli_Bytes!] - localAsset_not_in: [stagingoptimismgoerli_Bytes!] - localAsset_contains: stagingoptimismgoerli_Bytes - localAsset_not_contains: stagingoptimismgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: stagingoptimismgoerli_AssetStatus_filter - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Asset_filter] - or: [stagingoptimismgoerli_Asset_filter] -} - -enum stagingoptimismgoerli_Asset_orderBy { - id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingoptimismgoerli_BigDecimal - -input stagingoptimismgoerli_BlockChangedFilter { - number_gte: Int! -} - -input stagingoptimismgoerli_Block_height { - hash: stagingoptimismgoerli_Bytes - number: Int - number_gte: Int -} - -scalar stagingoptimismgoerli_Bytes - -type stagingoptimismgoerli_ConnectorMeta { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingoptimismgoerli_Bytes - rootManager: stagingoptimismgoerli_Bytes - mirrorConnector: stagingoptimismgoerli_Bytes -} - -input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes - amb_not: stagingoptimismgoerli_Bytes - amb_gt: stagingoptimismgoerli_Bytes - amb_lt: stagingoptimismgoerli_Bytes - amb_gte: stagingoptimismgoerli_Bytes - amb_lte: stagingoptimismgoerli_Bytes - amb_in: [stagingoptimismgoerli_Bytes!] - amb_not_in: [stagingoptimismgoerli_Bytes!] - amb_contains: stagingoptimismgoerli_Bytes - amb_not_contains: stagingoptimismgoerli_Bytes - rootManager: stagingoptimismgoerli_Bytes - rootManager_not: stagingoptimismgoerli_Bytes - rootManager_gt: stagingoptimismgoerli_Bytes - rootManager_lt: stagingoptimismgoerli_Bytes - rootManager_gte: stagingoptimismgoerli_Bytes - rootManager_lte: stagingoptimismgoerli_Bytes - rootManager_in: [stagingoptimismgoerli_Bytes!] - rootManager_not_in: [stagingoptimismgoerli_Bytes!] - rootManager_contains: stagingoptimismgoerli_Bytes - rootManager_not_contains: stagingoptimismgoerli_Bytes - mirrorConnector: stagingoptimismgoerli_Bytes - mirrorConnector_not: stagingoptimismgoerli_Bytes - mirrorConnector_gt: stagingoptimismgoerli_Bytes - mirrorConnector_lt: stagingoptimismgoerli_Bytes - mirrorConnector_gte: stagingoptimismgoerli_Bytes - mirrorConnector_lte: stagingoptimismgoerli_Bytes - mirrorConnector_in: [stagingoptimismgoerli_Bytes!] - mirrorConnector_not_in: [stagingoptimismgoerli_Bytes!] - mirrorConnector_contains: stagingoptimismgoerli_Bytes - mirrorConnector_not_contains: stagingoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_ConnectorMeta_filter] - or: [stagingoptimismgoerli_ConnectorMeta_filter] -} - -enum stagingoptimismgoerli_ConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingoptimismgoerli_DestinationTransfer { - id: ID! - chainId: BigInt - transferId: stagingoptimismgoerli_Bytes - nonce: BigInt - status: stagingoptimismgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_Router_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_Router_filter): [stagingoptimismgoerli_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes - receiveLocal: Boolean - callData: stagingoptimismgoerli_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: stagingoptimismgoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingoptimismgoerli_Bytes - asset: stagingoptimismgoerli_Asset - amount: BigInt - routersFee: BigInt - executedCaller: stagingoptimismgoerli_Bytes - executedTransactionHash: stagingoptimismgoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: stagingoptimismgoerli_Bytes - executedTxNonce: BigInt - reconciledCaller: stagingoptimismgoerli_Bytes - reconciledTransactionHash: stagingoptimismgoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingoptimismgoerli_Bytes - reconciledTxNonce: BigInt -} - -input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes - transferId_not: stagingoptimismgoerli_Bytes - transferId_gt: stagingoptimismgoerli_Bytes - transferId_lt: stagingoptimismgoerli_Bytes - transferId_gte: stagingoptimismgoerli_Bytes - transferId_lte: stagingoptimismgoerli_Bytes - transferId_in: [stagingoptimismgoerli_Bytes!] - transferId_not_in: [stagingoptimismgoerli_Bytes!] - transferId_contains: stagingoptimismgoerli_Bytes - transferId_not_contains: stagingoptimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingoptimismgoerli_TransferStatus - status_not: stagingoptimismgoerli_TransferStatus - status_in: [stagingoptimismgoerli_TransferStatus!] - status_not_in: [stagingoptimismgoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: stagingoptimismgoerli_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingoptimismgoerli_Bytes - to_not: stagingoptimismgoerli_Bytes - to_gt: stagingoptimismgoerli_Bytes - to_lt: stagingoptimismgoerli_Bytes - to_gte: stagingoptimismgoerli_Bytes - to_lte: stagingoptimismgoerli_Bytes - to_in: [stagingoptimismgoerli_Bytes!] - to_not_in: [stagingoptimismgoerli_Bytes!] - to_contains: stagingoptimismgoerli_Bytes - to_not_contains: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes - delegate_not: stagingoptimismgoerli_Bytes - delegate_gt: stagingoptimismgoerli_Bytes - delegate_lt: stagingoptimismgoerli_Bytes - delegate_gte: stagingoptimismgoerli_Bytes - delegate_lte: stagingoptimismgoerli_Bytes - delegate_in: [stagingoptimismgoerli_Bytes!] - delegate_not_in: [stagingoptimismgoerli_Bytes!] - delegate_contains: stagingoptimismgoerli_Bytes - delegate_not_contains: stagingoptimismgoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingoptimismgoerli_Bytes - callData_not: stagingoptimismgoerli_Bytes - callData_gt: stagingoptimismgoerli_Bytes - callData_lt: stagingoptimismgoerli_Bytes - callData_gte: stagingoptimismgoerli_Bytes - callData_lte: stagingoptimismgoerli_Bytes - callData_in: [stagingoptimismgoerli_Bytes!] - callData_not_in: [stagingoptimismgoerli_Bytes!] - callData_contains: stagingoptimismgoerli_Bytes - callData_not_contains: stagingoptimismgoerli_Bytes - 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: stagingoptimismgoerli_Bytes - originSender_not: stagingoptimismgoerli_Bytes - originSender_gt: stagingoptimismgoerli_Bytes - originSender_lt: stagingoptimismgoerli_Bytes - originSender_gte: stagingoptimismgoerli_Bytes - originSender_lte: stagingoptimismgoerli_Bytes - originSender_in: [stagingoptimismgoerli_Bytes!] - originSender_not_in: [stagingoptimismgoerli_Bytes!] - originSender_contains: stagingoptimismgoerli_Bytes - originSender_not_contains: stagingoptimismgoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingoptimismgoerli_Bytes - canonicalId_not: stagingoptimismgoerli_Bytes - canonicalId_gt: stagingoptimismgoerli_Bytes - canonicalId_lt: stagingoptimismgoerli_Bytes - canonicalId_gte: stagingoptimismgoerli_Bytes - canonicalId_lte: stagingoptimismgoerli_Bytes - canonicalId_in: [stagingoptimismgoerli_Bytes!] - canonicalId_not_in: [stagingoptimismgoerli_Bytes!] - canonicalId_contains: stagingoptimismgoerli_Bytes - canonicalId_not_contains: stagingoptimismgoerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingoptimismgoerli_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: stagingoptimismgoerli_Bytes - executedCaller_not: stagingoptimismgoerli_Bytes - executedCaller_gt: stagingoptimismgoerli_Bytes - executedCaller_lt: stagingoptimismgoerli_Bytes - executedCaller_gte: stagingoptimismgoerli_Bytes - executedCaller_lte: stagingoptimismgoerli_Bytes - executedCaller_in: [stagingoptimismgoerli_Bytes!] - executedCaller_not_in: [stagingoptimismgoerli_Bytes!] - executedCaller_contains: stagingoptimismgoerli_Bytes - executedCaller_not_contains: stagingoptimismgoerli_Bytes - executedTransactionHash: stagingoptimismgoerli_Bytes - executedTransactionHash_not: stagingoptimismgoerli_Bytes - executedTransactionHash_gt: stagingoptimismgoerli_Bytes - executedTransactionHash_lt: stagingoptimismgoerli_Bytes - executedTransactionHash_gte: stagingoptimismgoerli_Bytes - executedTransactionHash_lte: stagingoptimismgoerli_Bytes - executedTransactionHash_in: [stagingoptimismgoerli_Bytes!] - executedTransactionHash_not_in: [stagingoptimismgoerli_Bytes!] - executedTransactionHash_contains: stagingoptimismgoerli_Bytes - executedTransactionHash_not_contains: stagingoptimismgoerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingoptimismgoerli_Bytes - executedTxOrigin_not: stagingoptimismgoerli_Bytes - executedTxOrigin_gt: stagingoptimismgoerli_Bytes - executedTxOrigin_lt: stagingoptimismgoerli_Bytes - executedTxOrigin_gte: stagingoptimismgoerli_Bytes - executedTxOrigin_lte: stagingoptimismgoerli_Bytes - executedTxOrigin_in: [stagingoptimismgoerli_Bytes!] - executedTxOrigin_not_in: [stagingoptimismgoerli_Bytes!] - executedTxOrigin_contains: stagingoptimismgoerli_Bytes - executedTxOrigin_not_contains: stagingoptimismgoerli_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingoptimismgoerli_Bytes - reconciledCaller_not: stagingoptimismgoerli_Bytes - reconciledCaller_gt: stagingoptimismgoerli_Bytes - reconciledCaller_lt: stagingoptimismgoerli_Bytes - reconciledCaller_gte: stagingoptimismgoerli_Bytes - reconciledCaller_lte: stagingoptimismgoerli_Bytes - reconciledCaller_in: [stagingoptimismgoerli_Bytes!] - reconciledCaller_not_in: [stagingoptimismgoerli_Bytes!] - reconciledCaller_contains: stagingoptimismgoerli_Bytes - reconciledCaller_not_contains: stagingoptimismgoerli_Bytes - reconciledTransactionHash: stagingoptimismgoerli_Bytes - reconciledTransactionHash_not: stagingoptimismgoerli_Bytes - reconciledTransactionHash_gt: stagingoptimismgoerli_Bytes - reconciledTransactionHash_lt: stagingoptimismgoerli_Bytes - reconciledTransactionHash_gte: stagingoptimismgoerli_Bytes - reconciledTransactionHash_lte: stagingoptimismgoerli_Bytes - reconciledTransactionHash_in: [stagingoptimismgoerli_Bytes!] - reconciledTransactionHash_not_in: [stagingoptimismgoerli_Bytes!] - reconciledTransactionHash_contains: stagingoptimismgoerli_Bytes - reconciledTransactionHash_not_contains: stagingoptimismgoerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingoptimismgoerli_Bytes - reconciledTxOrigin_not: stagingoptimismgoerli_Bytes - reconciledTxOrigin_gt: stagingoptimismgoerli_Bytes - reconciledTxOrigin_lt: stagingoptimismgoerli_Bytes - reconciledTxOrigin_gte: stagingoptimismgoerli_Bytes - reconciledTxOrigin_lte: stagingoptimismgoerli_Bytes - reconciledTxOrigin_in: [stagingoptimismgoerli_Bytes!] - reconciledTxOrigin_not_in: [stagingoptimismgoerli_Bytes!] - reconciledTxOrigin_contains: stagingoptimismgoerli_Bytes - reconciledTxOrigin_not_contains: stagingoptimismgoerli_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_DestinationTransfer_filter] - or: [stagingoptimismgoerli_DestinationTransfer_filter] -} - -enum stagingoptimismgoerli_DestinationTransfer_orderBy { - id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__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 stagingoptimismgoerli_Int8 - -type stagingoptimismgoerli_OptimisticRootFinalized { - id: ID! - aggregateRoot: stagingoptimismgoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingoptimismgoerli_OptimisticRootFinalized_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: stagingoptimismgoerli_Bytes - aggregateRoot_not: stagingoptimismgoerli_Bytes - aggregateRoot_gt: stagingoptimismgoerli_Bytes - aggregateRoot_lt: stagingoptimismgoerli_Bytes - aggregateRoot_gte: stagingoptimismgoerli_Bytes - aggregateRoot_lte: stagingoptimismgoerli_Bytes - aggregateRoot_in: [stagingoptimismgoerli_Bytes!] - aggregateRoot_not_in: [stagingoptimismgoerli_Bytes!] - aggregateRoot_contains: stagingoptimismgoerli_Bytes - aggregateRoot_not_contains: stagingoptimismgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OptimisticRootFinalized_filter] - or: [stagingoptimismgoerli_OptimisticRootFinalized_filter] -} - -enum stagingoptimismgoerli_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum stagingoptimismgoerli_OrderDirection { - asc - desc -} - -type stagingoptimismgoerli_OriginMessage { - id: ID! - transferId: stagingoptimismgoerli_Bytes - destinationDomain: BigInt - leaf: stagingoptimismgoerli_Bytes - index: BigInt - message: stagingoptimismgoerli_Bytes - root: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - blockNumber: BigInt - rootCount: stagingoptimismgoerli_RootCount -} - -input stagingoptimismgoerli_OriginMessage_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transferId: stagingoptimismgoerli_Bytes - transferId_not: stagingoptimismgoerli_Bytes - transferId_gt: stagingoptimismgoerli_Bytes - transferId_lt: stagingoptimismgoerli_Bytes - transferId_gte: stagingoptimismgoerli_Bytes - transferId_lte: stagingoptimismgoerli_Bytes - transferId_in: [stagingoptimismgoerli_Bytes!] - transferId_not_in: [stagingoptimismgoerli_Bytes!] - transferId_contains: stagingoptimismgoerli_Bytes - transferId_not_contains: stagingoptimismgoerli_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: stagingoptimismgoerli_Bytes - leaf_not: stagingoptimismgoerli_Bytes - leaf_gt: stagingoptimismgoerli_Bytes - leaf_lt: stagingoptimismgoerli_Bytes - leaf_gte: stagingoptimismgoerli_Bytes - leaf_lte: stagingoptimismgoerli_Bytes - leaf_in: [stagingoptimismgoerli_Bytes!] - leaf_not_in: [stagingoptimismgoerli_Bytes!] - leaf_contains: stagingoptimismgoerli_Bytes - leaf_not_contains: stagingoptimismgoerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: stagingoptimismgoerli_Bytes - message_not: stagingoptimismgoerli_Bytes - message_gt: stagingoptimismgoerli_Bytes - message_lt: stagingoptimismgoerli_Bytes - message_gte: stagingoptimismgoerli_Bytes - message_lte: stagingoptimismgoerli_Bytes - message_in: [stagingoptimismgoerli_Bytes!] - message_not_in: [stagingoptimismgoerli_Bytes!] - message_contains: stagingoptimismgoerli_Bytes - message_not_contains: stagingoptimismgoerli_Bytes - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: stagingoptimismgoerli_RootCount_filter - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OriginMessage_filter] - or: [stagingoptimismgoerli_OriginMessage_filter] -} - -enum stagingoptimismgoerli_OriginMessage_orderBy { - id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count -} - -type stagingoptimismgoerli_OriginTransfer { - id: ID! - chainId: BigInt - transferId: stagingoptimismgoerli_Bytes - nonce: BigInt - status: stagingoptimismgoerli_TransferStatus - messageHash: stagingoptimismgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes - receiveLocal: Boolean - callData: stagingoptimismgoerli_Bytes - slippage: BigInt - originSender: stagingoptimismgoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingoptimismgoerli_Bytes - asset: stagingoptimismgoerli_Asset - transactingAsset: stagingoptimismgoerli_Bytes - message: stagingoptimismgoerli_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_RelayerFee_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_RelayerFee_filter): [stagingoptimismgoerli_RelayerFee!] - initialRelayerFeeAsset: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: stagingoptimismgoerli_Bytes - txNonce: BigInt -} - -input stagingoptimismgoerli_OriginTransfer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: stagingoptimismgoerli_Bytes - transferId_not: stagingoptimismgoerli_Bytes - transferId_gt: stagingoptimismgoerli_Bytes - transferId_lt: stagingoptimismgoerli_Bytes - transferId_gte: stagingoptimismgoerli_Bytes - transferId_lte: stagingoptimismgoerli_Bytes - transferId_in: [stagingoptimismgoerli_Bytes!] - transferId_not_in: [stagingoptimismgoerli_Bytes!] - transferId_contains: stagingoptimismgoerli_Bytes - transferId_not_contains: stagingoptimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingoptimismgoerli_TransferStatus - status_not: stagingoptimismgoerli_TransferStatus - status_in: [stagingoptimismgoerli_TransferStatus!] - status_not_in: [stagingoptimismgoerli_TransferStatus!] - messageHash: stagingoptimismgoerli_Bytes - messageHash_not: stagingoptimismgoerli_Bytes - messageHash_gt: stagingoptimismgoerli_Bytes - messageHash_lt: stagingoptimismgoerli_Bytes - messageHash_gte: stagingoptimismgoerli_Bytes - messageHash_lte: stagingoptimismgoerli_Bytes - messageHash_in: [stagingoptimismgoerli_Bytes!] - messageHash_not_in: [stagingoptimismgoerli_Bytes!] - messageHash_contains: stagingoptimismgoerli_Bytes - messageHash_not_contains: stagingoptimismgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingoptimismgoerli_Bytes - to_not: stagingoptimismgoerli_Bytes - to_gt: stagingoptimismgoerli_Bytes - to_lt: stagingoptimismgoerli_Bytes - to_gte: stagingoptimismgoerli_Bytes - to_lte: stagingoptimismgoerli_Bytes - to_in: [stagingoptimismgoerli_Bytes!] - to_not_in: [stagingoptimismgoerli_Bytes!] - to_contains: stagingoptimismgoerli_Bytes - to_not_contains: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes - delegate_not: stagingoptimismgoerli_Bytes - delegate_gt: stagingoptimismgoerli_Bytes - delegate_lt: stagingoptimismgoerli_Bytes - delegate_gte: stagingoptimismgoerli_Bytes - delegate_lte: stagingoptimismgoerli_Bytes - delegate_in: [stagingoptimismgoerli_Bytes!] - delegate_not_in: [stagingoptimismgoerli_Bytes!] - delegate_contains: stagingoptimismgoerli_Bytes - delegate_not_contains: stagingoptimismgoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingoptimismgoerli_Bytes - callData_not: stagingoptimismgoerli_Bytes - callData_gt: stagingoptimismgoerli_Bytes - callData_lt: stagingoptimismgoerli_Bytes - callData_gte: stagingoptimismgoerli_Bytes - callData_lte: stagingoptimismgoerli_Bytes - callData_in: [stagingoptimismgoerli_Bytes!] - callData_not_in: [stagingoptimismgoerli_Bytes!] - callData_contains: stagingoptimismgoerli_Bytes - callData_not_contains: stagingoptimismgoerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: stagingoptimismgoerli_Bytes - originSender_not: stagingoptimismgoerli_Bytes - originSender_gt: stagingoptimismgoerli_Bytes - originSender_lt: stagingoptimismgoerli_Bytes - originSender_gte: stagingoptimismgoerli_Bytes - originSender_lte: stagingoptimismgoerli_Bytes - originSender_in: [stagingoptimismgoerli_Bytes!] - originSender_not_in: [stagingoptimismgoerli_Bytes!] - originSender_contains: stagingoptimismgoerli_Bytes - originSender_not_contains: stagingoptimismgoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingoptimismgoerli_Bytes - canonicalId_not: stagingoptimismgoerli_Bytes - canonicalId_gt: stagingoptimismgoerli_Bytes - canonicalId_lt: stagingoptimismgoerli_Bytes - canonicalId_gte: stagingoptimismgoerli_Bytes - canonicalId_lte: stagingoptimismgoerli_Bytes - canonicalId_in: [stagingoptimismgoerli_Bytes!] - canonicalId_not_in: [stagingoptimismgoerli_Bytes!] - canonicalId_contains: stagingoptimismgoerli_Bytes - canonicalId_not_contains: stagingoptimismgoerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingoptimismgoerli_Asset_filter - transactingAsset: stagingoptimismgoerli_Bytes - transactingAsset_not: stagingoptimismgoerli_Bytes - transactingAsset_gt: stagingoptimismgoerli_Bytes - transactingAsset_lt: stagingoptimismgoerli_Bytes - transactingAsset_gte: stagingoptimismgoerli_Bytes - transactingAsset_lte: stagingoptimismgoerli_Bytes - transactingAsset_in: [stagingoptimismgoerli_Bytes!] - transactingAsset_not_in: [stagingoptimismgoerli_Bytes!] - transactingAsset_contains: stagingoptimismgoerli_Bytes - transactingAsset_not_contains: stagingoptimismgoerli_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: stagingoptimismgoerli_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingoptimismgoerli_RelayerFee_filter - initialRelayerFeeAsset: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_not: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_gt: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_lt: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_gte: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_lte: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_in: [stagingoptimismgoerli_Bytes!] - initialRelayerFeeAsset_not_in: [stagingoptimismgoerli_Bytes!] - initialRelayerFeeAsset_contains: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_not_contains: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes - 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: stagingoptimismgoerli_Bytes - txOrigin_not: stagingoptimismgoerli_Bytes - txOrigin_gt: stagingoptimismgoerli_Bytes - txOrigin_lt: stagingoptimismgoerli_Bytes - txOrigin_gte: stagingoptimismgoerli_Bytes - txOrigin_lte: stagingoptimismgoerli_Bytes - txOrigin_in: [stagingoptimismgoerli_Bytes!] - txOrigin_not_in: [stagingoptimismgoerli_Bytes!] - txOrigin_contains: stagingoptimismgoerli_Bytes - txOrigin_not_contains: stagingoptimismgoerli_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OriginTransfer_filter] - or: [stagingoptimismgoerli_OriginTransfer_filter] -} - -enum stagingoptimismgoerli_OriginTransfer_orderBy { - id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__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 stagingoptimismgoerli_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingoptimismgoerli_Bytes -} - -type stagingoptimismgoerli_RelayerFee { - id: ID! - transfer: stagingoptimismgoerli_OriginTransfer! - fee: BigInt! - asset: stagingoptimismgoerli_Bytes! -} - -input stagingoptimismgoerli_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_: stagingoptimismgoerli_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: stagingoptimismgoerli_Bytes - asset_not: stagingoptimismgoerli_Bytes - asset_gt: stagingoptimismgoerli_Bytes - asset_lt: stagingoptimismgoerli_Bytes - asset_gte: stagingoptimismgoerli_Bytes - asset_lte: stagingoptimismgoerli_Bytes - asset_in: [stagingoptimismgoerli_Bytes!] - asset_not_in: [stagingoptimismgoerli_Bytes!] - asset_contains: stagingoptimismgoerli_Bytes - asset_not_contains: stagingoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RelayerFee_filter] - or: [stagingoptimismgoerli_RelayerFee_filter] -} - -enum stagingoptimismgoerli_RelayerFee_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset -} - -type stagingoptimismgoerli_RelayerFeesIncrease { - id: ID! - transfer: stagingoptimismgoerli_OriginTransfer! - increase: BigInt - asset: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes! - transactionHash: stagingoptimismgoerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input stagingoptimismgoerli_RelayerFeesIncrease_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingoptimismgoerli_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: stagingoptimismgoerli_Bytes - asset_not: stagingoptimismgoerli_Bytes - asset_gt: stagingoptimismgoerli_Bytes - asset_lt: stagingoptimismgoerli_Bytes - asset_gte: stagingoptimismgoerli_Bytes - asset_lte: stagingoptimismgoerli_Bytes - asset_in: [stagingoptimismgoerli_Bytes!] - asset_not_in: [stagingoptimismgoerli_Bytes!] - asset_contains: stagingoptimismgoerli_Bytes - asset_not_contains: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RelayerFeesIncrease_filter] - or: [stagingoptimismgoerli_RelayerFeesIncrease_filter] -} - -enum stagingoptimismgoerli_RelayerFeesIncrease_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes - relayer_not: stagingoptimismgoerli_Bytes - relayer_gt: stagingoptimismgoerli_Bytes - relayer_lt: stagingoptimismgoerli_Bytes - relayer_gte: stagingoptimismgoerli_Bytes - relayer_lte: stagingoptimismgoerli_Bytes - relayer_in: [stagingoptimismgoerli_Bytes!] - relayer_not_in: [stagingoptimismgoerli_Bytes!] - relayer_contains: stagingoptimismgoerli_Bytes - relayer_not_contains: stagingoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Relayer_filter] - or: [stagingoptimismgoerli_Relayer_filter] -} - -enum stagingoptimismgoerli_Relayer_orderBy { - id - isActive - relayer -} - -type stagingoptimismgoerli_RootCount { - id: ID! - count: BigInt -} - -input stagingoptimismgoerli_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: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RootCount_filter] - or: [stagingoptimismgoerli_RootCount_filter] -} - -enum stagingoptimismgoerli_RootCount_orderBy { - id - count -} - -type stagingoptimismgoerli_RootMessageSent { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingoptimismgoerli_Bytes - count: BigInt - caller: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RootMessageSent_filter] - or: [stagingoptimismgoerli_RootMessageSent_filter] -} - -enum stagingoptimismgoerli_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingoptimismgoerli_Router { - id: ID! - isActive: Boolean! - owner: stagingoptimismgoerli_Bytes - recipient: stagingoptimismgoerli_Bytes - proposedOwner: stagingoptimismgoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_AssetBalance_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_AssetBalance_filter): [stagingoptimismgoerli_AssetBalance!]! -} - -type stagingoptimismgoerli_RouterDailyTVL { - id: ID! - router: stagingoptimismgoerli_Router! - asset: stagingoptimismgoerli_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input stagingoptimismgoerli_RouterDailyTVL_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingoptimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingoptimismgoerli_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RouterDailyTVL_filter] - or: [stagingoptimismgoerli_RouterDailyTVL_filter] -} - -enum stagingoptimismgoerli_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance -} - -type stagingoptimismgoerli_RouterLiquidityEvent { - id: ID! - type: stagingoptimismgoerli_RouterLiquidityEventType - router: stagingoptimismgoerli_Router! - asset: stagingoptimismgoerli_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingoptimismgoerli_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: stagingoptimismgoerli_Bytes! - nonce: BigInt! -} - -enum stagingoptimismgoerli_RouterLiquidityEventType { - Add - Remove -} - -input stagingoptimismgoerli_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: stagingoptimismgoerli_RouterLiquidityEventType - type_not: stagingoptimismgoerli_RouterLiquidityEventType - type_in: [stagingoptimismgoerli_RouterLiquidityEventType!] - type_not_in: [stagingoptimismgoerli_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_: stagingoptimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingoptimismgoerli_Asset_filter - 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: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - 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: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RouterLiquidityEvent_filter] - or: [stagingoptimismgoerli_RouterLiquidityEvent_filter] -} - -enum stagingoptimismgoerli_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 stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes - owner_not: stagingoptimismgoerli_Bytes - owner_gt: stagingoptimismgoerli_Bytes - owner_lt: stagingoptimismgoerli_Bytes - owner_gte: stagingoptimismgoerli_Bytes - owner_lte: stagingoptimismgoerli_Bytes - owner_in: [stagingoptimismgoerli_Bytes!] - owner_not_in: [stagingoptimismgoerli_Bytes!] - owner_contains: stagingoptimismgoerli_Bytes - owner_not_contains: stagingoptimismgoerli_Bytes - recipient: stagingoptimismgoerli_Bytes - recipient_not: stagingoptimismgoerli_Bytes - recipient_gt: stagingoptimismgoerli_Bytes - recipient_lt: stagingoptimismgoerli_Bytes - recipient_gte: stagingoptimismgoerli_Bytes - recipient_lte: stagingoptimismgoerli_Bytes - recipient_in: [stagingoptimismgoerli_Bytes!] - recipient_not_in: [stagingoptimismgoerli_Bytes!] - recipient_contains: stagingoptimismgoerli_Bytes - recipient_not_contains: stagingoptimismgoerli_Bytes - proposedOwner: stagingoptimismgoerli_Bytes - proposedOwner_not: stagingoptimismgoerli_Bytes - proposedOwner_gt: stagingoptimismgoerli_Bytes - proposedOwner_lt: stagingoptimismgoerli_Bytes - proposedOwner_gte: stagingoptimismgoerli_Bytes - proposedOwner_lte: stagingoptimismgoerli_Bytes - proposedOwner_in: [stagingoptimismgoerli_Bytes!] - proposedOwner_not_in: [stagingoptimismgoerli_Bytes!] - proposedOwner_contains: stagingoptimismgoerli_Bytes - proposedOwner_not_contains: stagingoptimismgoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingoptimismgoerli_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Router_filter] - or: [stagingoptimismgoerli_Router_filter] -} - -enum stagingoptimismgoerli_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type stagingoptimismgoerli_Sequencer { - id: ID! - isActive: Boolean! - sequencer: stagingoptimismgoerli_Bytes -} - -input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes - sequencer_not: stagingoptimismgoerli_Bytes - sequencer_gt: stagingoptimismgoerli_Bytes - sequencer_lt: stagingoptimismgoerli_Bytes - sequencer_gte: stagingoptimismgoerli_Bytes - sequencer_lte: stagingoptimismgoerli_Bytes - sequencer_in: [stagingoptimismgoerli_Bytes!] - sequencer_not_in: [stagingoptimismgoerli_Bytes!] - sequencer_contains: stagingoptimismgoerli_Bytes - sequencer_not_contains: stagingoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Sequencer_filter] - or: [stagingoptimismgoerli_Sequencer_filter] -} - -enum stagingoptimismgoerli_Sequencer_orderBy { - id - isActive - sequencer -} - -type stagingoptimismgoerli_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingoptimismgoerli_Bytes! -} - -input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Setting_filter] - or: [stagingoptimismgoerli_Setting_filter] -} - -enum stagingoptimismgoerli_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} - -type stagingoptimismgoerli_SlippageUpdate { - id: ID! - transfer: stagingoptimismgoerli_DestinationTransfer! - slippage: BigInt! - caller: stagingoptimismgoerli_Bytes! - transactionHash: stagingoptimismgoerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input stagingoptimismgoerli_SlippageUpdate_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingoptimismgoerli_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SlippageUpdate_filter] - or: [stagingoptimismgoerli_SlippageUpdate_filter] -} - -enum stagingoptimismgoerli_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingoptimismgoerli_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: stagingoptimismgoerli_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input stagingoptimismgoerli_SnapshotRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SnapshotRoot_filter] - or: [stagingoptimismgoerli_SnapshotRoot_filter] -} - -enum stagingoptimismgoerli_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type stagingoptimismgoerli_SpokeConnectorMode { - id: ID! - mode: String! -} - -input stagingoptimismgoerli_SpokeConnectorMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SpokeConnectorMode_filter] - or: [stagingoptimismgoerli_SpokeConnectorMode_filter] -} - -enum stagingoptimismgoerli_SpokeConnectorMode_orderBy { - id - mode -} - -enum stagingoptimismgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type stagingoptimismgoerli__Block_ { - """The hash of the block""" - hash: stagingoptimismgoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: stagingoptimismgoerli_Bytes -} - -"""The type for the top-level _meta field""" -type stagingoptimismgoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingoptimismgoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type mumbai_AggregateRoot { - id: ID! - root: mumbai_Bytes! - blockNumber: BigInt! -} - -type mumbai_AggregateRootProposed { - id: ID! - aggregateRoot: mumbai_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input mumbai_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: mumbai_Bytes - aggregateRoot_not: mumbai_Bytes - aggregateRoot_gt: mumbai_Bytes - aggregateRoot_lt: mumbai_Bytes - aggregateRoot_gte: mumbai_Bytes - aggregateRoot_lte: mumbai_Bytes - aggregateRoot_in: [mumbai_Bytes!] - aggregateRoot_not_in: [mumbai_Bytes!] - aggregateRoot_contains: mumbai_Bytes - aggregateRoot_not_contains: mumbai_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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -116076,910 +111842,51 @@ input mumbai_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!] - """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AggregateRootProposed_filter] - or: [mumbai_AggregateRootProposed_filter] -} - -enum mumbai_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input mumbai_AggregateRoot_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AggregateRoot_filter] - or: [mumbai_AggregateRoot_filter] -} - -enum mumbai_AggregateRoot_orderBy { - id - root - blockNumber -} - -enum mumbai_Aggregation_interval { - hour - day -} - -type mumbai_Asset { - id: ID! - key: mumbai_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: mumbai_Bytes - canonicalDomain: BigInt - adoptedAsset: mumbai_Bytes - localAsset: mumbai_Bytes - blockNumber: BigInt - status: mumbai_AssetStatus -} - -type mumbai_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: mumbai_Router! - asset: mumbai_Asset! - feesEarned: BigInt! -} - -input mumbai_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_: mumbai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter - 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: mumbai_BlockChangedFilter - and: [mumbai_AssetBalance_filter] - or: [mumbai_AssetBalance_filter] -} - -enum mumbai_AssetBalance_orderBy { - id - amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned -} - -type mumbai_AssetStatus { - id: ID! - status: Boolean -} - -input mumbai_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: mumbai_BlockChangedFilter - and: [mumbai_AssetStatus_filter] - or: [mumbai_AssetStatus_filter] -} - -enum mumbai_AssetStatus_orderBy { - id - status -} - -input mumbai_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: mumbai_Bytes - key_not: mumbai_Bytes - key_gt: mumbai_Bytes - key_lt: mumbai_Bytes - key_gte: mumbai_Bytes - key_lte: mumbai_Bytes - key_in: [mumbai_Bytes!] - key_not_in: [mumbai_Bytes!] - key_contains: mumbai_Bytes - key_not_contains: mumbai_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - 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: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: mumbai_Bytes - adoptedAsset_not: mumbai_Bytes - adoptedAsset_gt: mumbai_Bytes - adoptedAsset_lt: mumbai_Bytes - adoptedAsset_gte: mumbai_Bytes - adoptedAsset_lte: mumbai_Bytes - adoptedAsset_in: [mumbai_Bytes!] - adoptedAsset_not_in: [mumbai_Bytes!] - adoptedAsset_contains: mumbai_Bytes - adoptedAsset_not_contains: mumbai_Bytes - localAsset: mumbai_Bytes - localAsset_not: mumbai_Bytes - localAsset_gt: mumbai_Bytes - localAsset_lt: mumbai_Bytes - localAsset_gte: mumbai_Bytes - localAsset_lte: mumbai_Bytes - localAsset_in: [mumbai_Bytes!] - localAsset_not_in: [mumbai_Bytes!] - localAsset_contains: mumbai_Bytes - localAsset_not_contains: mumbai_Bytes - 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_: mumbai_AssetStatus_filter - """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Asset_filter] - or: [mumbai_Asset_filter] -} - -enum mumbai_Asset_orderBy { - id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar mumbai_BigDecimal - -input mumbai_BlockChangedFilter { - number_gte: Int! -} - -input mumbai_Block_height { - hash: mumbai_Bytes - number: Int - number_gte: Int -} - -scalar mumbai_Bytes - -type mumbai_ConnectorMeta { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: mumbai_Bytes - rootManager: mumbai_Bytes - mirrorConnector: mumbai_Bytes -} - -input mumbai_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: mumbai_Bytes - amb_not: mumbai_Bytes - amb_gt: mumbai_Bytes - amb_lt: mumbai_Bytes - amb_gte: mumbai_Bytes - amb_lte: mumbai_Bytes - amb_in: [mumbai_Bytes!] - amb_not_in: [mumbai_Bytes!] - amb_contains: mumbai_Bytes - amb_not_contains: mumbai_Bytes - rootManager: mumbai_Bytes - rootManager_not: mumbai_Bytes - rootManager_gt: mumbai_Bytes - rootManager_lt: mumbai_Bytes - rootManager_gte: mumbai_Bytes - rootManager_lte: mumbai_Bytes - rootManager_in: [mumbai_Bytes!] - rootManager_not_in: [mumbai_Bytes!] - rootManager_contains: mumbai_Bytes - rootManager_not_contains: mumbai_Bytes - mirrorConnector: mumbai_Bytes - mirrorConnector_not: mumbai_Bytes - mirrorConnector_gt: mumbai_Bytes - mirrorConnector_lt: mumbai_Bytes - mirrorConnector_gte: mumbai_Bytes - mirrorConnector_lte: mumbai_Bytes - mirrorConnector_in: [mumbai_Bytes!] - mirrorConnector_not_in: [mumbai_Bytes!] - mirrorConnector_contains: mumbai_Bytes - mirrorConnector_not_contains: mumbai_Bytes - """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_ConnectorMeta_filter] - or: [mumbai_ConnectorMeta_filter] -} - -enum mumbai_ConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mumbai_DestinationTransfer { - id: ID! - chainId: BigInt - transferId: mumbai_Bytes - nonce: BigInt - status: mumbai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mumbai_Router_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_Router_filter): [mumbai_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: mumbai_Bytes - delegate: mumbai_Bytes - receiveLocal: Boolean - callData: mumbai_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: mumbai_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: mumbai_Bytes - asset: mumbai_Asset - amount: BigInt - routersFee: BigInt - executedCaller: mumbai_Bytes - executedTransactionHash: mumbai_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: mumbai_Bytes - executedTxNonce: BigInt - reconciledCaller: mumbai_Bytes - reconciledTransactionHash: mumbai_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: mumbai_Bytes - reconciledTxNonce: BigInt -} - -input mumbai_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: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: mumbai_TransferStatus - status_not: mumbai_TransferStatus - status_in: [mumbai_TransferStatus!] - status_not_in: [mumbai_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: mumbai_Router_filter - 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: mumbai_Bytes - to_not: mumbai_Bytes - to_gt: mumbai_Bytes - to_lt: mumbai_Bytes - to_gte: mumbai_Bytes - to_lte: mumbai_Bytes - to_in: [mumbai_Bytes!] - to_not_in: [mumbai_Bytes!] - to_contains: mumbai_Bytes - to_not_contains: mumbai_Bytes - delegate: mumbai_Bytes - delegate_not: mumbai_Bytes - delegate_gt: mumbai_Bytes - delegate_lt: mumbai_Bytes - delegate_gte: mumbai_Bytes - delegate_lte: mumbai_Bytes - delegate_in: [mumbai_Bytes!] - delegate_not_in: [mumbai_Bytes!] - delegate_contains: mumbai_Bytes - delegate_not_contains: mumbai_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: mumbai_Bytes - callData_not: mumbai_Bytes - callData_gt: mumbai_Bytes - callData_lt: mumbai_Bytes - callData_gte: mumbai_Bytes - callData_lte: mumbai_Bytes - callData_in: [mumbai_Bytes!] - callData_not_in: [mumbai_Bytes!] - callData_contains: mumbai_Bytes - callData_not_contains: mumbai_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - 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: mumbai_Bytes - originSender_not: mumbai_Bytes - originSender_gt: mumbai_Bytes - originSender_lt: mumbai_Bytes - originSender_gte: mumbai_Bytes - originSender_lte: mumbai_Bytes - originSender_in: [mumbai_Bytes!] - originSender_not_in: [mumbai_Bytes!] - originSender_contains: mumbai_Bytes - originSender_not_contains: mumbai_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - 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: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - 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: mumbai_Bytes - executedCaller_not: mumbai_Bytes - executedCaller_gt: mumbai_Bytes - executedCaller_lt: mumbai_Bytes - executedCaller_gte: mumbai_Bytes - executedCaller_lte: mumbai_Bytes - executedCaller_in: [mumbai_Bytes!] - executedCaller_not_in: [mumbai_Bytes!] - executedCaller_contains: mumbai_Bytes - executedCaller_not_contains: mumbai_Bytes - executedTransactionHash: mumbai_Bytes - executedTransactionHash_not: mumbai_Bytes - executedTransactionHash_gt: mumbai_Bytes - executedTransactionHash_lt: mumbai_Bytes - executedTransactionHash_gte: mumbai_Bytes - executedTransactionHash_lte: mumbai_Bytes - executedTransactionHash_in: [mumbai_Bytes!] - executedTransactionHash_not_in: [mumbai_Bytes!] - executedTransactionHash_contains: mumbai_Bytes - executedTransactionHash_not_contains: mumbai_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - 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: mumbai_Bytes - executedTxOrigin_not: mumbai_Bytes - executedTxOrigin_gt: mumbai_Bytes - executedTxOrigin_lt: mumbai_Bytes - executedTxOrigin_gte: mumbai_Bytes - executedTxOrigin_lte: mumbai_Bytes - executedTxOrigin_in: [mumbai_Bytes!] - executedTxOrigin_not_in: [mumbai_Bytes!] - executedTxOrigin_contains: mumbai_Bytes - executedTxOrigin_not_contains: mumbai_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: mumbai_Bytes - reconciledCaller_not: mumbai_Bytes - reconciledCaller_gt: mumbai_Bytes - reconciledCaller_lt: mumbai_Bytes - reconciledCaller_gte: mumbai_Bytes - reconciledCaller_lte: mumbai_Bytes - reconciledCaller_in: [mumbai_Bytes!] - reconciledCaller_not_in: [mumbai_Bytes!] - reconciledCaller_contains: mumbai_Bytes - reconciledCaller_not_contains: mumbai_Bytes - reconciledTransactionHash: mumbai_Bytes - reconciledTransactionHash_not: mumbai_Bytes - reconciledTransactionHash_gt: mumbai_Bytes - reconciledTransactionHash_lt: mumbai_Bytes - reconciledTransactionHash_gte: mumbai_Bytes - reconciledTransactionHash_lte: mumbai_Bytes - reconciledTransactionHash_in: [mumbai_Bytes!] - reconciledTransactionHash_not_in: [mumbai_Bytes!] - reconciledTransactionHash_contains: mumbai_Bytes - reconciledTransactionHash_not_contains: mumbai_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - 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: mumbai_Bytes - reconciledTxOrigin_not: mumbai_Bytes - reconciledTxOrigin_gt: mumbai_Bytes - reconciledTxOrigin_lt: mumbai_Bytes - reconciledTxOrigin_gte: mumbai_Bytes - reconciledTxOrigin_lte: mumbai_Bytes - reconciledTxOrigin_in: [mumbai_Bytes!] - reconciledTxOrigin_not_in: [mumbai_Bytes!] - reconciledTxOrigin_contains: mumbai_Bytes - reconciledTxOrigin_not_contains: mumbai_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_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: mumbai_BlockChangedFilter - and: [mumbai_DestinationTransfer_filter] - or: [mumbai_DestinationTransfer_filter] -} - -enum mumbai_DestinationTransfer_orderBy { - id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__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 + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapDailyVolume_filter] + or: [base_swap_SwapDailyVolume_filter] } -""" -8 bytes signed integer - -""" -scalar mumbai_Int8 +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 mumbai_OptimisticRootFinalized { +type base_swap_SwapHourlyVolume implements base_swap_SwapTradeVolume { id: ID! - aggregateRoot: mumbai_Bytes! + stableSwap: base_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt + volume: base_swap_BigDecimal! } -input mumbai_OptimisticRootFinalized_filter { +input base_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -116988,16 +111895,27 @@ input mumbai_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mumbai_Bytes - aggregateRoot_not: mumbai_Bytes - aggregateRoot_gt: mumbai_Bytes - aggregateRoot_lt: mumbai_Bytes - aggregateRoot_gte: mumbai_Bytes - aggregateRoot_lte: mumbai_Bytes - aggregateRoot_in: [mumbai_Bytes!] - aggregateRoot_not_in: [mumbai_Bytes!] - aggregateRoot_contains: mumbai_Bytes - aggregateRoot_not_contains: mumbai_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: base_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -117006,207 +111924,123 @@ input mumbai_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: 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: mumbai_BlockChangedFilter - and: [mumbai_OptimisticRootFinalized_filter] - or: [mumbai_OptimisticRootFinalized_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapHourlyVolume_filter] + or: [base_swap_SwapHourlyVolume_filter] } -enum mumbai_OptimisticRootFinalized_orderBy { +enum base_swap_SwapHourlyVolume_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 -} - -"""Defines the order direction, either ascending or descending""" -enum mumbai_OrderDirection { - asc - desc + volume } -type mumbai_OriginMessage { - id: ID! - transferId: mumbai_Bytes - destinationDomain: BigInt - leaf: mumbai_Bytes - index: BigInt - message: mumbai_Bytes - root: mumbai_Bytes - transactionHash: mumbai_Bytes - blockNumber: BigInt - rootCount: mumbai_RootCount +interface base_swap_SwapTradeVolume { + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! } -input mumbai_OriginMessage_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - transferId: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: mumbai_Bytes - leaf_not: mumbai_Bytes - leaf_gt: mumbai_Bytes - leaf_lt: mumbai_Bytes - leaf_gte: mumbai_Bytes - leaf_lte: mumbai_Bytes - leaf_in: [mumbai_Bytes!] - leaf_not_in: [mumbai_Bytes!] - leaf_contains: mumbai_Bytes - leaf_not_contains: mumbai_Bytes - 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: mumbai_Bytes - message_not: mumbai_Bytes - message_gt: mumbai_Bytes - message_lt: mumbai_Bytes - message_gte: mumbai_Bytes - message_lte: mumbai_Bytes - message_in: [mumbai_Bytes!] - message_not_in: [mumbai_Bytes!] - message_contains: mumbai_Bytes - message_not_contains: mumbai_Bytes - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - 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_: mumbai_RootCount_filter +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: mumbai_BlockChangedFilter - and: [mumbai_OriginMessage_filter] - or: [mumbai_OriginMessage_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapTradeVolume_filter] + or: [base_swap_SwapTradeVolume_filter] } -enum mumbai_OriginMessage_orderBy { - id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count +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 mumbai_OriginTransfer { +type base_swap_SwapWeeklyVolume implements base_swap_SwapTradeVolume { id: ID! - chainId: BigInt - transferId: mumbai_Bytes - nonce: BigInt - status: mumbai_TransferStatus - messageHash: mumbai_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: mumbai_Bytes - delegate: mumbai_Bytes - receiveLocal: Boolean - callData: mumbai_Bytes - slippage: BigInt - originSender: mumbai_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: mumbai_Bytes - asset: mumbai_Asset - transactingAsset: mumbai_Bytes - message: mumbai_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mumbai_RelayerFee_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_RelayerFee_filter): [mumbai_RelayerFee!] - initialRelayerFeeAsset: mumbai_Bytes - caller: mumbai_Bytes - transactionHash: mumbai_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: mumbai_Bytes - txNonce: BigInt + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! } -input mumbai_OriginTransfer_filter { +input base_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -117215,245 +112049,27 @@ input mumbai_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: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: mumbai_TransferStatus - status_not: mumbai_TransferStatus - status_in: [mumbai_TransferStatus!] - status_not_in: [mumbai_TransferStatus!] - messageHash: mumbai_Bytes - messageHash_not: mumbai_Bytes - messageHash_gt: mumbai_Bytes - messageHash_lt: mumbai_Bytes - messageHash_gte: mumbai_Bytes - messageHash_lte: mumbai_Bytes - messageHash_in: [mumbai_Bytes!] - messageHash_not_in: [mumbai_Bytes!] - messageHash_contains: mumbai_Bytes - messageHash_not_contains: mumbai_Bytes - 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: mumbai_Bytes - to_not: mumbai_Bytes - to_gt: mumbai_Bytes - to_lt: mumbai_Bytes - to_gte: mumbai_Bytes - to_lte: mumbai_Bytes - to_in: [mumbai_Bytes!] - to_not_in: [mumbai_Bytes!] - to_contains: mumbai_Bytes - to_not_contains: mumbai_Bytes - delegate: mumbai_Bytes - delegate_not: mumbai_Bytes - delegate_gt: mumbai_Bytes - delegate_lt: mumbai_Bytes - delegate_gte: mumbai_Bytes - delegate_lte: mumbai_Bytes - delegate_in: [mumbai_Bytes!] - delegate_not_in: [mumbai_Bytes!] - delegate_contains: mumbai_Bytes - delegate_not_contains: mumbai_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: mumbai_Bytes - callData_not: mumbai_Bytes - callData_gt: mumbai_Bytes - callData_lt: mumbai_Bytes - callData_gte: mumbai_Bytes - callData_lte: mumbai_Bytes - callData_in: [mumbai_Bytes!] - callData_not_in: [mumbai_Bytes!] - callData_contains: mumbai_Bytes - callData_not_contains: mumbai_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: mumbai_Bytes - originSender_not: mumbai_Bytes - originSender_gt: mumbai_Bytes - originSender_lt: mumbai_Bytes - originSender_gte: mumbai_Bytes - originSender_lte: mumbai_Bytes - originSender_in: [mumbai_Bytes!] - originSender_not_in: [mumbai_Bytes!] - originSender_contains: mumbai_Bytes - originSender_not_contains: mumbai_Bytes - 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: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter - transactingAsset: mumbai_Bytes - transactingAsset_not: mumbai_Bytes - transactingAsset_gt: mumbai_Bytes - transactingAsset_lt: mumbai_Bytes - transactingAsset_gte: mumbai_Bytes - transactingAsset_lte: mumbai_Bytes - transactingAsset_in: [mumbai_Bytes!] - transactingAsset_not_in: [mumbai_Bytes!] - transactingAsset_contains: mumbai_Bytes - transactingAsset_not_contains: mumbai_Bytes - message: String - message_not: String - message_gt: String - 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_: mumbai_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: mumbai_RelayerFee_filter - initialRelayerFeeAsset: mumbai_Bytes - initialRelayerFeeAsset_not: mumbai_Bytes - initialRelayerFeeAsset_gt: mumbai_Bytes - initialRelayerFeeAsset_lt: mumbai_Bytes - initialRelayerFeeAsset_gte: mumbai_Bytes - initialRelayerFeeAsset_lte: mumbai_Bytes - initialRelayerFeeAsset_in: [mumbai_Bytes!] - initialRelayerFeeAsset_not_in: [mumbai_Bytes!] - initialRelayerFeeAsset_contains: mumbai_Bytes - initialRelayerFeeAsset_not_contains: mumbai_Bytes - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -117462,121 +112078,50 @@ input mumbai_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: mumbai_Bytes - txOrigin_not: mumbai_Bytes - txOrigin_gt: mumbai_Bytes - txOrigin_lt: mumbai_Bytes - txOrigin_gte: mumbai_Bytes - txOrigin_lte: mumbai_Bytes - txOrigin_in: [mumbai_Bytes!] - txOrigin_not_in: [mumbai_Bytes!] - txOrigin_contains: mumbai_Bytes - txOrigin_not_contains: mumbai_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_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: mumbai_BlockChangedFilter - and: [mumbai_OriginTransfer_filter] - or: [mumbai_OriginTransfer_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapWeeklyVolume_filter] + or: [base_swap_SwapWeeklyVolume_filter] } -enum mumbai_OriginTransfer_orderBy { +enum base_swap_SwapWeeklyVolume_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 mumbai_Relayer { - id: ID! - isActive: Boolean! - relayer: mumbai_Bytes + volume } -type mumbai_RelayerFee { +type base_swap_SystemInfo { id: ID! - transfer: mumbai_OriginTransfer! - fee: BigInt! - asset: mumbai_Bytes! + exchangeCount: BigInt! + swapCount: BigInt! } -input mumbai_RelayerFee_filter { +input base_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -117585,249 +112130,101 @@ input mumbai_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_: mumbai_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: mumbai_Bytes - asset_not: mumbai_Bytes - asset_gt: mumbai_Bytes - asset_lt: mumbai_Bytes - asset_gte: mumbai_Bytes - asset_lte: mumbai_Bytes - asset_in: [mumbai_Bytes!] - asset_not_in: [mumbai_Bytes!] - asset_contains: mumbai_Bytes - asset_not_contains: mumbai_Bytes + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RelayerFee_filter] - or: [mumbai_RelayerFee_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SystemInfo_filter] + or: [base_swap_SystemInfo_filter] } -enum mumbai_RelayerFee_orderBy { +enum base_swap_SystemInfo_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - 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 mumbai_RelayerFeesIncrease { - id: ID! - transfer: mumbai_OriginTransfer! - increase: BigInt - asset: mumbai_Bytes - caller: mumbai_Bytes! - transactionHash: mumbai_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + exchangeCount + swapCount } -input mumbai_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_: mumbai_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: mumbai_Bytes - asset_not: mumbai_Bytes - asset_gt: mumbai_Bytes - asset_lt: mumbai_Bytes - asset_gte: mumbai_Bytes - asset_lte: mumbai_Bytes - asset_in: [mumbai_Bytes!] - asset_not_in: [mumbai_Bytes!] - asset_contains: mumbai_Bytes - asset_not_contains: mumbai_Bytes - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RelayerFeesIncrease_filter] - or: [mumbai_RelayerFeesIncrease_filter] +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 } -enum mumbai_RelayerFeesIncrease_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber +"""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! } -input mumbai_Relayer_filter { +enum xdai_swap_Aggregation_interval { + hour + day +} + +scalar xdai_swap_BigDecimal + +input xdai_swap_BlockChangedFilter { + number_gte: Int! +} + +input xdai_swap_Block_height { + hash: xdai_swap_Bytes + number: Int + number_gte: Int +} + +scalar xdai_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar xdai_swap_Int8 + +type xdai_swap_LpAccount { + id: ID! + address: xdai_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpAccountBalance_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpAccountBalance_filter): [xdai_swap_LpAccountBalance!]! +} + +type xdai_swap_LpAccountBalance { + id: ID! + account: xdai_swap_LpAccount! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: xdai_swap_Bytes +} + +input xdai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -117836,38 +112233,107 @@ input mumbai_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: mumbai_Bytes - relayer_not: mumbai_Bytes - relayer_gt: mumbai_Bytes - relayer_lt: mumbai_Bytes - relayer_gte: mumbai_Bytes - relayer_lte: mumbai_Bytes - relayer_in: [mumbai_Bytes!] - relayer_not_in: [mumbai_Bytes!] - relayer_contains: mumbai_Bytes - relayer_not_contains: mumbai_Bytes + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: xdai_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Relayer_filter] - or: [mumbai_Relayer_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccountBalance_filter] + or: [xdai_swap_LpAccountBalance_filter] } -enum mumbai_Relayer_orderBy { +enum xdai_swap_LpAccountBalance_orderBy { id - isActive - relayer -} - -type mumbai_RootCount { - id: ID! - count: BigInt + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input mumbai_RootCount_filter { +input xdai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -117876,40 +112342,51 @@ input mumbai_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!] + 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: mumbai_BlockChangedFilter - and: [mumbai_RootCount_filter] - or: [mumbai_RootCount_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccount_filter] + or: [xdai_swap_LpAccount_filter] } -enum mumbai_RootCount_orderBy { +enum xdai_swap_LpAccount_orderBy { id - count + address + balances } -type mumbai_RootMessageSent { +type xdai_swap_LpToken { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: mumbai_Bytes - count: BigInt - caller: mumbai_Bytes - transactionHash: mumbai_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + address: xdai_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: xdai_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpTokenEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpTokenEvent_filter): [xdai_swap_LpTokenEvent!]! } -input mumbai_RootMessageSent_filter { +interface xdai_swap_LpTokenEvent { + id: ID! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! +} + +input xdai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -117918,60 +112395,43 @@ input mumbai_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: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -117980,69 +112440,47 @@ input mumbai_RootMessageSent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RootMessageSent_filter] - or: [mumbai_RootMessageSent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTokenEvent_filter] + or: [xdai_swap_LpTokenEvent_filter] } -enum mumbai_RootMessageSent_orderBy { +enum xdai_swap_LpTokenEvent_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block timestamp - gasPrice - gasLimit - blockNumber -} - -type mumbai_Router { - id: ID! - isActive: Boolean! - owner: mumbai_Bytes - recipient: mumbai_Bytes - proposedOwner: mumbai_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mumbai_AssetBalance_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_AssetBalance_filter): [mumbai_AssetBalance!]! -} - -type mumbai_RouterDailyTVL { - id: ID! - router: mumbai_Router! - asset: mumbai_Asset! - timestamp: BigInt! - balance: BigInt! + transaction + nonce } -input mumbai_RouterDailyTVL_filter { +input xdai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -118051,113 +112489,142 @@ input mumbai_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_: mumbai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter - 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!] + address: xdai_swap_Bytes + address_not: xdai_swap_Bytes + address_gt: xdai_swap_Bytes + address_lt: xdai_swap_Bytes + address_gte: xdai_swap_Bytes + address_lte: xdai_swap_Bytes + address_in: [xdai_swap_Bytes!] + address_not_in: [xdai_swap_Bytes!] + address_contains: xdai_swap_Bytes + address_not_contains: xdai_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: xdai_swap_BigDecimal + totalSupply_not: xdai_swap_BigDecimal + totalSupply_gt: xdai_swap_BigDecimal + totalSupply_lt: xdai_swap_BigDecimal + totalSupply_gte: xdai_swap_BigDecimal + totalSupply_lte: xdai_swap_BigDecimal + totalSupply_in: [xdai_swap_BigDecimal!] + totalSupply_not_in: [xdai_swap_BigDecimal!] + events_: xdai_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RouterDailyTVL_filter] - or: [mumbai_RouterDailyTVL_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpToken_filter] + or: [xdai_swap_LpToken_filter] } -enum mumbai_RouterDailyTVL_orderBy { +enum xdai_swap_LpToken_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 + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type mumbai_RouterLiquidityEvent { +type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { id: ID! - type: mumbai_RouterLiquidityEventType - router: mumbai_Router! - asset: mumbai_Asset! - amount: BigInt! - balance: BigInt! - caller: mumbai_Bytes - blockNumber: BigInt! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! + from: xdai_swap_Bytes! + to: xdai_swap_Bytes! + fromBalance: xdai_swap_BigDecimal! + toBalance: xdai_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - transactionHash: mumbai_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -enum mumbai_RouterLiquidityEventType { - Add - Remove -} - -input mumbai_RouterLiquidityEvent_filter { +input xdai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -118166,86 +112633,79 @@ input mumbai_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mumbai_RouterLiquidityEventType - type_not: mumbai_RouterLiquidityEventType - type_in: [mumbai_RouterLiquidityEventType!] - type_not_in: [mumbai_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: mumbai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] + from: xdai_swap_Bytes + from_not: xdai_swap_Bytes + from_gt: xdai_swap_Bytes + from_lt: xdai_swap_Bytes + from_gte: xdai_swap_Bytes + from_lte: xdai_swap_Bytes + from_in: [xdai_swap_Bytes!] + from_not_in: [xdai_swap_Bytes!] + from_contains: xdai_swap_Bytes + from_not_contains: xdai_swap_Bytes + to: xdai_swap_Bytes + to_not: xdai_swap_Bytes + to_gt: xdai_swap_Bytes + to_lt: xdai_swap_Bytes + to_gte: xdai_swap_Bytes + to_lte: xdai_swap_Bytes + to_in: [xdai_swap_Bytes!] + to_not_in: [xdai_swap_Bytes!] + to_contains: xdai_swap_Bytes + to_not_contains: xdai_swap_Bytes + fromBalance: xdai_swap_BigDecimal + fromBalance_not: xdai_swap_BigDecimal + fromBalance_gt: xdai_swap_BigDecimal + fromBalance_lt: xdai_swap_BigDecimal + fromBalance_gte: xdai_swap_BigDecimal + fromBalance_lte: xdai_swap_BigDecimal + fromBalance_in: [xdai_swap_BigDecimal!] + fromBalance_not_in: [xdai_swap_BigDecimal!] + toBalance: xdai_swap_BigDecimal + toBalance_not: xdai_swap_BigDecimal + toBalance_gt: xdai_swap_BigDecimal + toBalance_lt: xdai_swap_BigDecimal + toBalance_gte: xdai_swap_BigDecimal + toBalance_lte: xdai_swap_BigDecimal + toBalance_in: [xdai_swap_BigDecimal!] + toBalance_not_in: [xdai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -118254,16 +112714,16 @@ input mumbai_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + 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 @@ -118273,115 +112733,43 @@ input mumbai_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RouterLiquidityEvent_filter] - or: [mumbai_RouterLiquidityEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTransferEvent_filter] + or: [xdai_swap_LpTransferEvent_filter] } -enum mumbai_RouterLiquidityEvent_orderBy { +enum xdai_swap_LpTransferEvent_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 + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply amount - balance - caller - blockNumber + from + to + fromBalance + toBalance + block timestamp - transactionHash + transaction nonce } -input mumbai_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: mumbai_Bytes - owner_not: mumbai_Bytes - owner_gt: mumbai_Bytes - owner_lt: mumbai_Bytes - owner_gte: mumbai_Bytes - owner_lte: mumbai_Bytes - owner_in: [mumbai_Bytes!] - owner_not_in: [mumbai_Bytes!] - owner_contains: mumbai_Bytes - owner_not_contains: mumbai_Bytes - recipient: mumbai_Bytes - recipient_not: mumbai_Bytes - recipient_gt: mumbai_Bytes - recipient_lt: mumbai_Bytes - recipient_gte: mumbai_Bytes - recipient_lte: mumbai_Bytes - recipient_in: [mumbai_Bytes!] - recipient_not_in: [mumbai_Bytes!] - recipient_contains: mumbai_Bytes - recipient_not_contains: mumbai_Bytes - proposedOwner: mumbai_Bytes - proposedOwner_not: mumbai_Bytes - proposedOwner_gt: mumbai_Bytes - proposedOwner_lt: mumbai_Bytes - proposedOwner_gte: mumbai_Bytes - proposedOwner_lte: mumbai_Bytes - proposedOwner_in: [mumbai_Bytes!] - proposedOwner_not_in: [mumbai_Bytes!] - proposedOwner_contains: mumbai_Bytes - proposedOwner_not_contains: mumbai_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: mumbai_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Router_filter] - or: [mumbai_Router_filter] -} - -enum mumbai_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances +"""Defines the order direction, either ascending or descending""" +enum xdai_swap_OrderDirection { + asc + desc } -type mumbai_Sequencer { +type xdai_swap_PooledToken { id: ID! - isActive: Boolean! - sequencer: mumbai_Bytes + asset: xdai_swap_Bytes! } -input mumbai_Sequencer_filter { +input xdai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -118390,90 +112778,72 @@ input mumbai_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: mumbai_Bytes - sequencer_not: mumbai_Bytes - sequencer_gt: mumbai_Bytes - sequencer_lt: mumbai_Bytes - sequencer_gte: mumbai_Bytes - sequencer_lte: mumbai_Bytes - sequencer_in: [mumbai_Bytes!] - sequencer_not_in: [mumbai_Bytes!] - sequencer_contains: mumbai_Bytes - sequencer_not_contains: mumbai_Bytes + 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: mumbai_BlockChangedFilter - and: [mumbai_Sequencer_filter] - or: [mumbai_Sequencer_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_PooledToken_filter] + or: [xdai_swap_PooledToken_filter] } -enum mumbai_Sequencer_orderBy { +enum xdai_swap_PooledToken_orderBy { id - isActive - sequencer + asset } -type mumbai_Setting { +type xdai_swap_StableSwap { id: ID! - maxRoutersPerTransfer: BigInt! - caller: mumbai_Bytes! -} - -input mumbai_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: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Setting_filter] - or: [mumbai_Setting_filter] -} - -enum mumbai_Setting_orderBy { - id - maxRoutersPerTransfer - caller + isActive: Boolean + key: xdai_swap_Bytes! + canonicalId: xdai_swap_Bytes + domain: BigInt + swapPool: xdai_swap_Bytes + lpToken: xdai_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [xdai_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapEvent_filter): [xdai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapExchange_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapExchange_filter): [xdai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapHourlyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapHourlyVolume_filter): [xdai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapDailyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapDailyVolume_filter): [xdai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapWeeklyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapWeeklyVolume_filter): [xdai_swap_SwapWeeklyVolume!] } -type mumbai_SlippageUpdate { +type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - transfer: mumbai_DestinationTransfer! - slippage: BigInt! - caller: mumbai_Bytes! - transactionHash: mumbai_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input mumbai_SlippageUpdate_filter { +input xdai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -118482,55 +112852,87 @@ input mumbai_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_: mumbai_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: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + provider: xdai_swap_Bytes + provider_not: xdai_swap_Bytes + provider_gt: xdai_swap_Bytes + provider_lt: xdai_swap_Bytes + provider_gte: xdai_swap_Bytes + provider_lte: xdai_swap_Bytes + provider_in: [xdai_swap_Bytes!] + provider_not_in: [xdai_swap_Bytes!] + provider_contains: xdai_swap_Bytes + provider_not_contains: xdai_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -118539,94 +112941,72 @@ input mumbai_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: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_SlippageUpdate_filter] - or: [mumbai_SlippageUpdate_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapAddLiquidityEvent_filter] + or: [xdai_swap_StableSwapAddLiquidityEvent_filter] } -enum mumbai_SlippageUpdate_orderBy { +enum xdai_swap_StableSwapAddLiquidityEvent_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 + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -type mumbai_SnapshotRoot { +interface xdai_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - root: mumbai_Bytes! - count: BigInt! + stableSwap: xdai_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input mumbai_SnapshotRoot_filter { +input xdai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -118635,32 +113015,35 @@ input mumbai_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: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -118669,35 +113052,72 @@ input mumbai_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: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_SnapshotRoot_filter] - or: [mumbai_SnapshotRoot_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapEvent_filter] + or: [xdai_swap_StableSwapEvent_filter] } -enum mumbai_SnapshotRoot_orderBy { +enum xdai_swap_StableSwapEvent_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 + block timestamp - blockNumber + transaction + nonce } -type mumbai_SpokeConnectorMode { +type xdai_swap_StableSwapExchange { id: ID! - mode: String! + stableSwap: xdai_swap_StableSwap! + buyer: xdai_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input mumbai_SpokeConnectorMode_filter { +input xdai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -118706,89 +113126,172 @@ input mumbai_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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + buyer: xdai_swap_Bytes + buyer_not: xdai_swap_Bytes + buyer_gt: xdai_swap_Bytes + buyer_lt: xdai_swap_Bytes + buyer_gte: xdai_swap_Bytes + buyer_lte: xdai_swap_Bytes + buyer_in: [xdai_swap_Bytes!] + buyer_not_in: [xdai_swap_Bytes!] + buyer_contains: xdai_swap_Bytes + buyer_not_contains: xdai_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_SpokeConnectorMode_filter] - or: [mumbai_SpokeConnectorMode_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapExchange_filter] + or: [xdai_swap_StableSwapExchange_filter] } -enum mumbai_SpokeConnectorMode_orderBy { +enum xdai_swap_StableSwapExchange_orderBy { id - mode -} - -enum mumbai_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type mumbai__Block_ { - """The hash of the block""" - hash: mumbai_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: mumbai_Bytes -} - -"""The type for the top-level _meta field""" -type mumbai__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mumbai__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type basegoerli_AggregateRoot { - id: ID! - root: basegoerli_Bytes! - blockNumber: BigInt! + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type basegoerli_AggregateRootProposed { +type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - aggregateRoot: basegoerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input basegoerli_AggregateRootProposed_filter { +input xdai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -118797,40 +113300,87 @@ input basegoerli_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: basegoerli_Bytes - aggregateRoot_not: basegoerli_Bytes - aggregateRoot_gt: basegoerli_Bytes - aggregateRoot_lt: basegoerli_Bytes - aggregateRoot_gte: basegoerli_Bytes - aggregateRoot_lte: basegoerli_Bytes - aggregateRoot_in: [basegoerli_Bytes!] - aggregateRoot_not_in: [basegoerli_Bytes!] - aggregateRoot_contains: basegoerli_Bytes - aggregateRoot_not_contains: basegoerli_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_: xdai_swap_StableSwap_filter + provider: xdai_swap_Bytes + provider_not: xdai_swap_Bytes + provider_gt: xdai_swap_Bytes + provider_lt: xdai_swap_Bytes + provider_gte: xdai_swap_Bytes + provider_lte: xdai_swap_Bytes + provider_in: [xdai_swap_Bytes!] + provider_not_in: [xdai_swap_Bytes!] + provider_contains: xdai_swap_Bytes + provider_not_contains: xdai_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -118839,99 +113389,63 @@ input basegoerli_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: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_AggregateRootProposed_filter] - or: [basegoerli_AggregateRootProposed_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum basegoerli_AggregateRootProposed_orderBy { +enum xdai_swap_StableSwapRemoveLiquidityEvent_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 -} - -input basegoerli_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: basegoerli_Bytes - root_not: basegoerli_Bytes - root_gt: basegoerli_Bytes - root_lt: basegoerli_Bytes - root_gte: basegoerli_Bytes - root_lte: basegoerli_Bytes - root_in: [basegoerli_Bytes!] - root_not_in: [basegoerli_Bytes!] - root_contains: basegoerli_Bytes - root_not_contains: basegoerli_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: basegoerli_BlockChangedFilter - and: [basegoerli_AggregateRoot_filter] - or: [basegoerli_AggregateRoot_filter] -} - -enum basegoerli_AggregateRoot_orderBy { - id - root - blockNumber -} - -enum basegoerli_Aggregation_interval { - hour - day -} - -type basegoerli_Asset { - id: ID! - key: basegoerli_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: basegoerli_Bytes - canonicalDomain: BigInt - adoptedAsset: basegoerli_Bytes - localAsset: basegoerli_Bytes - blockNumber: BigInt - status: basegoerli_AssetStatus -} - -type basegoerli_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: basegoerli_Router! - asset: basegoerli_Asset! - feesEarned: BigInt! + transaction + nonce } -input basegoerli_AssetBalance_filter { +input xdai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -118940,126 +113454,201 @@ input basegoerli_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_: basegoerli_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_: basegoerli_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: xdai_swap_Bytes + key_not: xdai_swap_Bytes + key_gt: xdai_swap_Bytes + key_lt: xdai_swap_Bytes + key_gte: xdai_swap_Bytes + key_lte: xdai_swap_Bytes + key_in: [xdai_swap_Bytes!] + key_not_in: [xdai_swap_Bytes!] + key_contains: xdai_swap_Bytes + key_not_contains: xdai_swap_Bytes + canonicalId: xdai_swap_Bytes + canonicalId_not: xdai_swap_Bytes + canonicalId_gt: xdai_swap_Bytes + canonicalId_lt: xdai_swap_Bytes + canonicalId_gte: xdai_swap_Bytes + canonicalId_lte: xdai_swap_Bytes + canonicalId_in: [xdai_swap_Bytes!] + canonicalId_not_in: [xdai_swap_Bytes!] + canonicalId_contains: xdai_swap_Bytes + canonicalId_not_contains: xdai_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: xdai_swap_Bytes + swapPool_not: xdai_swap_Bytes + swapPool_gt: xdai_swap_Bytes + swapPool_lt: xdai_swap_Bytes + swapPool_gte: xdai_swap_Bytes + swapPool_lte: xdai_swap_Bytes + swapPool_in: [xdai_swap_Bytes!] + swapPool_not_in: [xdai_swap_Bytes!] + swapPool_contains: xdai_swap_Bytes + swapPool_not_contains: xdai_swap_Bytes + lpToken: xdai_swap_Bytes + lpToken_not: xdai_swap_Bytes + lpToken_gt: xdai_swap_Bytes + lpToken_lt: xdai_swap_Bytes + lpToken_gte: xdai_swap_Bytes + lpToken_lte: xdai_swap_Bytes + lpToken_in: [xdai_swap_Bytes!] + lpToken_not_in: [xdai_swap_Bytes!] + lpToken_contains: xdai_swap_Bytes + lpToken_not_contains: xdai_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [xdai_swap_Bytes!] + pooledTokens_not: [xdai_swap_Bytes!] + pooledTokens_contains: [xdai_swap_Bytes!] + pooledTokens_contains_nocase: [xdai_swap_Bytes!] + pooledTokens_not_contains: [xdai_swap_Bytes!] + pooledTokens_not_contains_nocase: [xdai_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: xdai_swap_StableSwapEvent_filter + exchanges_: xdai_swap_StableSwapExchange_filter + hourlyVolumes_: xdai_swap_SwapHourlyVolume_filter + dailyVolumes_: xdai_swap_SwapDailyVolume_filter + weeklyVolumes_: xdai_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_AssetBalance_filter] - or: [basegoerli_AssetBalance_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwap_filter] + or: [xdai_swap_StableSwap_filter] } -enum basegoerli_AssetBalance_orderBy { +enum xdai_swap_StableSwap_orderBy { id - amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type basegoerli_AssetStatus { +type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { id: ID! - status: Boolean + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! } -input basegoerli_AssetStatus_filter { +input xdai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -119068,22 +113657,80 @@ input basegoerli_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_AssetStatus_filter] - or: [basegoerli_AssetStatus_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapDailyVolume_filter] + or: [xdai_swap_SwapDailyVolume_filter] } -enum basegoerli_AssetStatus_orderBy { +enum xdai_swap_SwapDailyVolume_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 + timestamp + volume } -input basegoerli_Asset_filter { +type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { + id: ID! + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! +} + +input xdai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -119092,144 +113739,152 @@ input basegoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: basegoerli_Bytes - key_not: basegoerli_Bytes - key_gt: basegoerli_Bytes - key_lt: basegoerli_Bytes - key_gte: basegoerli_Bytes - key_lte: basegoerli_Bytes - key_in: [basegoerli_Bytes!] - key_not_in: [basegoerli_Bytes!] - key_contains: basegoerli_Bytes - key_not_contains: basegoerli_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: basegoerli_Bytes - canonicalId_not: basegoerli_Bytes - canonicalId_gt: basegoerli_Bytes - canonicalId_lt: basegoerli_Bytes - canonicalId_gte: basegoerli_Bytes - canonicalId_lte: basegoerli_Bytes - canonicalId_in: [basegoerli_Bytes!] - canonicalId_not_in: [basegoerli_Bytes!] - canonicalId_contains: basegoerli_Bytes - canonicalId_not_contains: basegoerli_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: basegoerli_Bytes - adoptedAsset_not: basegoerli_Bytes - adoptedAsset_gt: basegoerli_Bytes - adoptedAsset_lt: basegoerli_Bytes - adoptedAsset_gte: basegoerli_Bytes - adoptedAsset_lte: basegoerli_Bytes - adoptedAsset_in: [basegoerli_Bytes!] - adoptedAsset_not_in: [basegoerli_Bytes!] - adoptedAsset_contains: basegoerli_Bytes - adoptedAsset_not_contains: basegoerli_Bytes - localAsset: basegoerli_Bytes - localAsset_not: basegoerli_Bytes - localAsset_gt: basegoerli_Bytes - localAsset_lt: basegoerli_Bytes - localAsset_gte: basegoerli_Bytes - localAsset_lte: basegoerli_Bytes - localAsset_in: [basegoerli_Bytes!] - localAsset_not_in: [basegoerli_Bytes!] - localAsset_contains: basegoerli_Bytes - localAsset_not_contains: basegoerli_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_: basegoerli_AssetStatus_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_Asset_filter] - or: [basegoerli_Asset_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapHourlyVolume_filter] + or: [xdai_swap_SwapHourlyVolume_filter] } -enum basegoerli_Asset_orderBy { +enum xdai_swap_SwapHourlyVolume_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__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 + timestamp + volume } -scalar basegoerli_BigDecimal - -input basegoerli_BlockChangedFilter { - number_gte: Int! +interface xdai_swap_SwapTradeVolume { + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! } -input basegoerli_Block_height { - hash: basegoerli_Bytes - number: Int - number_gte: Int +input xdai_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapTradeVolume_filter] + or: [xdai_swap_SwapTradeVolume_filter] } -scalar basegoerli_Bytes +enum xdai_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} -type basegoerli_ConnectorMeta { +type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: basegoerli_Bytes - rootManager: basegoerli_Bytes - mirrorConnector: basegoerli_Bytes + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! } -input basegoerli_ConnectorMeta_filter { +input xdai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -119238,109 +113893,79 @@ input basegoerli_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: basegoerli_Bytes - amb_not: basegoerli_Bytes - amb_gt: basegoerli_Bytes - amb_lt: basegoerli_Bytes - amb_gte: basegoerli_Bytes - amb_lte: basegoerli_Bytes - amb_in: [basegoerli_Bytes!] - amb_not_in: [basegoerli_Bytes!] - amb_contains: basegoerli_Bytes - amb_not_contains: basegoerli_Bytes - rootManager: basegoerli_Bytes - rootManager_not: basegoerli_Bytes - rootManager_gt: basegoerli_Bytes - rootManager_lt: basegoerli_Bytes - rootManager_gte: basegoerli_Bytes - rootManager_lte: basegoerli_Bytes - rootManager_in: [basegoerli_Bytes!] - rootManager_not_in: [basegoerli_Bytes!] - rootManager_contains: basegoerli_Bytes - rootManager_not_contains: basegoerli_Bytes - mirrorConnector: basegoerli_Bytes - mirrorConnector_not: basegoerli_Bytes - mirrorConnector_gt: basegoerli_Bytes - mirrorConnector_lt: basegoerli_Bytes - mirrorConnector_gte: basegoerli_Bytes - mirrorConnector_lte: basegoerli_Bytes - mirrorConnector_in: [basegoerli_Bytes!] - mirrorConnector_not_in: [basegoerli_Bytes!] - mirrorConnector_contains: basegoerli_Bytes - mirrorConnector_not_contains: basegoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_ConnectorMeta_filter] - or: [basegoerli_ConnectorMeta_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapWeeklyVolume_filter] + or: [xdai_swap_SwapWeeklyVolume_filter] } -enum basegoerli_ConnectorMeta_orderBy { +enum xdai_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type basegoerli_DestinationTransfer { +type xdai_swap_SystemInfo { id: ID! - chainId: BigInt - transferId: basegoerli_Bytes - nonce: BigInt - status: basegoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: basegoerli_Router_orderBy, orderDirection: basegoerli_OrderDirection, where: basegoerli_Router_filter): [basegoerli_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: basegoerli_Bytes - delegate: basegoerli_Bytes - receiveLocal: Boolean - callData: basegoerli_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: basegoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: basegoerli_Bytes - asset: basegoerli_Asset - amount: BigInt - routersFee: BigInt - executedCaller: basegoerli_Bytes - executedTransactionHash: basegoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: basegoerli_Bytes - executedTxNonce: BigInt - reconciledCaller: basegoerli_Bytes - reconciledTransactionHash: basegoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: basegoerli_Bytes - reconciledTxNonce: BigInt + exchangeCount: BigInt! + swapCount: BigInt! } -input basegoerli_DestinationTransfer_filter { +input xdai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -119349,400 +113974,234 @@ input basegoerli_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: basegoerli_Bytes - transferId_not: basegoerli_Bytes - transferId_gt: basegoerli_Bytes - transferId_lt: basegoerli_Bytes - transferId_gte: basegoerli_Bytes - transferId_lte: basegoerli_Bytes - transferId_in: [basegoerli_Bytes!] - transferId_not_in: [basegoerli_Bytes!] - transferId_contains: basegoerli_Bytes - transferId_not_contains: basegoerli_Bytes - 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: basegoerli_TransferStatus - status_not: basegoerli_TransferStatus - status_in: [basegoerli_TransferStatus!] - status_not_in: [basegoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: basegoerli_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: basegoerli_Bytes - to_not: basegoerli_Bytes - to_gt: basegoerli_Bytes - to_lt: basegoerli_Bytes - to_gte: basegoerli_Bytes - to_lte: basegoerli_Bytes - to_in: [basegoerli_Bytes!] - to_not_in: [basegoerli_Bytes!] - to_contains: basegoerli_Bytes - to_not_contains: basegoerli_Bytes - delegate: basegoerli_Bytes - delegate_not: basegoerli_Bytes - delegate_gt: basegoerli_Bytes - delegate_lt: basegoerli_Bytes - delegate_gte: basegoerli_Bytes - delegate_lte: basegoerli_Bytes - delegate_in: [basegoerli_Bytes!] - delegate_not_in: [basegoerli_Bytes!] - delegate_contains: basegoerli_Bytes - delegate_not_contains: basegoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: basegoerli_Bytes - callData_not: basegoerli_Bytes - callData_gt: basegoerli_Bytes - callData_lt: basegoerli_Bytes - callData_gte: basegoerli_Bytes - callData_lte: basegoerli_Bytes - callData_in: [basegoerli_Bytes!] - callData_not_in: [basegoerli_Bytes!] - callData_contains: basegoerli_Bytes - callData_not_contains: basegoerli_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: basegoerli_Bytes - originSender_not: basegoerli_Bytes - originSender_gt: basegoerli_Bytes - originSender_lt: basegoerli_Bytes - originSender_gte: basegoerli_Bytes - originSender_lte: basegoerli_Bytes - originSender_in: [basegoerli_Bytes!] - originSender_not_in: [basegoerli_Bytes!] - originSender_contains: basegoerli_Bytes - originSender_not_contains: basegoerli_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: basegoerli_Bytes - canonicalId_not: basegoerli_Bytes - canonicalId_gt: basegoerli_Bytes - canonicalId_lt: basegoerli_Bytes - canonicalId_gte: basegoerli_Bytes - canonicalId_lte: basegoerli_Bytes - canonicalId_in: [basegoerli_Bytes!] - canonicalId_not_in: [basegoerli_Bytes!] - canonicalId_contains: basegoerli_Bytes - canonicalId_not_contains: basegoerli_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_: basegoerli_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: basegoerli_Bytes - executedCaller_not: basegoerli_Bytes - executedCaller_gt: basegoerli_Bytes - executedCaller_lt: basegoerli_Bytes - executedCaller_gte: basegoerli_Bytes - executedCaller_lte: basegoerli_Bytes - executedCaller_in: [basegoerli_Bytes!] - executedCaller_not_in: [basegoerli_Bytes!] - executedCaller_contains: basegoerli_Bytes - executedCaller_not_contains: basegoerli_Bytes - executedTransactionHash: basegoerli_Bytes - executedTransactionHash_not: basegoerli_Bytes - executedTransactionHash_gt: basegoerli_Bytes - executedTransactionHash_lt: basegoerli_Bytes - executedTransactionHash_gte: basegoerli_Bytes - executedTransactionHash_lte: basegoerli_Bytes - executedTransactionHash_in: [basegoerli_Bytes!] - executedTransactionHash_not_in: [basegoerli_Bytes!] - executedTransactionHash_contains: basegoerli_Bytes - executedTransactionHash_not_contains: basegoerli_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: basegoerli_Bytes - executedTxOrigin_not: basegoerli_Bytes - executedTxOrigin_gt: basegoerli_Bytes - executedTxOrigin_lt: basegoerli_Bytes - executedTxOrigin_gte: basegoerli_Bytes - executedTxOrigin_lte: basegoerli_Bytes - executedTxOrigin_in: [basegoerli_Bytes!] - executedTxOrigin_not_in: [basegoerli_Bytes!] - executedTxOrigin_contains: basegoerli_Bytes - executedTxOrigin_not_contains: basegoerli_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: basegoerli_Bytes - reconciledCaller_not: basegoerli_Bytes - reconciledCaller_gt: basegoerli_Bytes - reconciledCaller_lt: basegoerli_Bytes - reconciledCaller_gte: basegoerli_Bytes - reconciledCaller_lte: basegoerli_Bytes - reconciledCaller_in: [basegoerli_Bytes!] - reconciledCaller_not_in: [basegoerli_Bytes!] - reconciledCaller_contains: basegoerli_Bytes - reconciledCaller_not_contains: basegoerli_Bytes - reconciledTransactionHash: basegoerli_Bytes - reconciledTransactionHash_not: basegoerli_Bytes - reconciledTransactionHash_gt: basegoerli_Bytes - reconciledTransactionHash_lt: basegoerli_Bytes - reconciledTransactionHash_gte: basegoerli_Bytes - reconciledTransactionHash_lte: basegoerli_Bytes - reconciledTransactionHash_in: [basegoerli_Bytes!] - reconciledTransactionHash_not_in: [basegoerli_Bytes!] - reconciledTransactionHash_contains: basegoerli_Bytes - reconciledTransactionHash_not_contains: basegoerli_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: basegoerli_Bytes - reconciledTxOrigin_not: basegoerli_Bytes - reconciledTxOrigin_gt: basegoerli_Bytes - reconciledTxOrigin_lt: basegoerli_Bytes - reconciledTxOrigin_gte: basegoerli_Bytes - reconciledTxOrigin_lte: basegoerli_Bytes - reconciledTxOrigin_in: [basegoerli_Bytes!] - reconciledTxOrigin_not_in: [basegoerli_Bytes!] - reconciledTxOrigin_contains: basegoerli_Bytes - reconciledTxOrigin_not_contains: basegoerli_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!] + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SystemInfo_filter] + or: [xdai_swap_SystemInfo_filter] +} + +enum xdai_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type xdai_swap__Block_ { + """The hash of the block""" + hash: 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: xdai_swap_Bytes +} + +"""The type for the top-level _meta field""" +type xdai_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: xdai_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar linea_swap_BigDecimal + +input linea_swap_BlockChangedFilter { + number_gte: Int! +} + +input linea_swap_Block_height { + hash: linea_swap_Bytes + number: Int + number_gte: Int +} + +scalar linea_swap_Bytes + +type linea_swap_LpAccount { + id: ID! + address: linea_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpAccountBalance_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpAccountBalance_filter): [linea_swap_LpAccountBalance!]! +} + +type linea_swap_LpAccountBalance { + id: ID! + account: linea_swap_LpAccount! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: linea_swap_Bytes +} + +input linea_swap_LpAccountBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: linea_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_DestinationTransfer_filter] - or: [basegoerli_DestinationTransfer_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_DestinationTransfer_orderBy { +enum linea_swap_LpAccountBalance_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 + account + token amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + block + modified + transaction } -""" -8 bytes signed integer +input linea_swap_LpAccount_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes + balances_: linea_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} -""" -scalar basegoerli_Int8 +enum linea_swap_LpAccount_orderBy { + id + address + balances +} -type basegoerli_OptimisticRootFinalized { +type linea_swap_LpToken { id: ID! - aggregateRoot: basegoerli_Bytes! + address: linea_swap_Bytes! + stableSwap: linea_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: linea_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! +} + +interface linea_swap_LpTokenEvent { + id: ID! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: linea_swap_Bytes! + nonce: BigInt! } -input basegoerli_OptimisticRootFinalized_filter { +input linea_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -119751,16 +114210,43 @@ input basegoerli_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: basegoerli_Bytes - aggregateRoot_not: basegoerli_Bytes - aggregateRoot_gt: basegoerli_Bytes - aggregateRoot_lt: basegoerli_Bytes - aggregateRoot_gte: basegoerli_Bytes - aggregateRoot_lte: basegoerli_Bytes - aggregateRoot_in: [basegoerli_Bytes!] - aggregateRoot_not_in: [basegoerli_Bytes!] - aggregateRoot_contains: basegoerli_Bytes - aggregateRoot_not_contains: basegoerli_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_: 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 @@ -119769,47 +114255,35 @@ input basegoerli_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: basegoerli_BlockChangedFilter - and: [basegoerli_OptimisticRootFinalized_filter] - or: [basegoerli_OptimisticRootFinalized_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_OptimisticRootFinalized_orderBy { +enum linea_swap_LpTokenEvent_orderBy { id - aggregateRoot + token + amount + block timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum basegoerli_OrderDirection { - asc - desc -} - -type basegoerli_OriginMessage { - id: ID! - transferId: basegoerli_Bytes - destinationDomain: BigInt - leaf: basegoerli_Bytes - index: BigInt - message: basegoerli_Bytes - root: basegoerli_Bytes - transactionHash: basegoerli_Bytes - blockNumber: BigInt - rootCount: basegoerli_RootCount + transaction + nonce } -input basegoerli_OriginMessage_filter { +input linea_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -119818,158 +114292,119 @@ input basegoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: basegoerli_Bytes - transferId_not: basegoerli_Bytes - transferId_gt: basegoerli_Bytes - transferId_lt: basegoerli_Bytes - transferId_gte: basegoerli_Bytes - transferId_lte: basegoerli_Bytes - transferId_in: [basegoerli_Bytes!] - transferId_not_in: [basegoerli_Bytes!] - transferId_contains: basegoerli_Bytes - transferId_not_contains: basegoerli_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: basegoerli_Bytes - leaf_not: basegoerli_Bytes - leaf_gt: basegoerli_Bytes - leaf_lt: basegoerli_Bytes - leaf_gte: basegoerli_Bytes - leaf_lte: basegoerli_Bytes - leaf_in: [basegoerli_Bytes!] - leaf_not_in: [basegoerli_Bytes!] - leaf_contains: basegoerli_Bytes - leaf_not_contains: basegoerli_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: basegoerli_Bytes - message_not: basegoerli_Bytes - message_gt: basegoerli_Bytes - message_lt: basegoerli_Bytes - message_gte: basegoerli_Bytes - message_lte: basegoerli_Bytes - message_in: [basegoerli_Bytes!] - message_not_in: [basegoerli_Bytes!] - message_contains: basegoerli_Bytes - message_not_contains: basegoerli_Bytes - root: basegoerli_Bytes - root_not: basegoerli_Bytes - root_gt: basegoerli_Bytes - root_lt: basegoerli_Bytes - root_gte: basegoerli_Bytes - root_lte: basegoerli_Bytes - root_in: [basegoerli_Bytes!] - root_not_in: [basegoerli_Bytes!] - root_contains: basegoerli_Bytes - root_not_contains: basegoerli_Bytes - transactionHash: basegoerli_Bytes - transactionHash_not: basegoerli_Bytes - transactionHash_gt: basegoerli_Bytes - transactionHash_lt: basegoerli_Bytes - transactionHash_gte: basegoerli_Bytes - transactionHash_lte: basegoerli_Bytes - transactionHash_in: [basegoerli_Bytes!] - transactionHash_not_in: [basegoerli_Bytes!] - transactionHash_contains: basegoerli_Bytes - transactionHash_not_contains: basegoerli_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_: basegoerli_RootCount_filter + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: basegoerli_BlockChangedFilter - and: [basegoerli_OriginMessage_filter] - or: [basegoerli_OriginMessage_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_OriginMessage_orderBy { +enum linea_swap_LpToken_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + address + stableSwap + decimals + name + symbol + totalSupply + events } -type basegoerli_OriginTransfer { +type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { id: ID! - chainId: BigInt - transferId: basegoerli_Bytes - nonce: BigInt - status: basegoerli_TransferStatus - messageHash: basegoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: basegoerli_Bytes - delegate: basegoerli_Bytes - receiveLocal: Boolean - callData: basegoerli_Bytes - slippage: BigInt - originSender: basegoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: basegoerli_Bytes - asset: basegoerli_Asset - transactingAsset: basegoerli_Bytes - message: basegoerli_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: basegoerli_RelayerFee_orderBy, orderDirection: basegoerli_OrderDirection, where: basegoerli_RelayerFee_filter): [basegoerli_RelayerFee!] - initialRelayerFeeAsset: basegoerli_Bytes - caller: basegoerli_Bytes - transactionHash: basegoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: basegoerli_Bytes - txNonce: BigInt + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + from: linea_swap_Bytes! + to: linea_swap_Bytes! + fromBalance: linea_swap_BigDecimal! + toBalance: linea_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input basegoerli_OriginTransfer_filter { +input linea_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -119978,24 +114413,85 @@ input basegoerli_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: basegoerli_Bytes - transferId_not: basegoerli_Bytes - transferId_gt: basegoerli_Bytes - transferId_lt: basegoerli_Bytes - transferId_gte: basegoerli_Bytes - transferId_lte: basegoerli_Bytes - transferId_in: [basegoerli_Bytes!] - transferId_not_in: [basegoerli_Bytes!] - transferId_contains: basegoerli_Bytes - transferId_not_contains: basegoerli_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_: 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 @@ -120004,219 +114500,189 @@ input basegoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: basegoerli_TransferStatus - status_not: basegoerli_TransferStatus - status_in: [basegoerli_TransferStatus!] - status_not_in: [basegoerli_TransferStatus!] - messageHash: basegoerli_Bytes - messageHash_not: basegoerli_Bytes - messageHash_gt: basegoerli_Bytes - messageHash_lt: basegoerli_Bytes - messageHash_gte: basegoerli_Bytes - messageHash_lte: basegoerli_Bytes - messageHash_in: [basegoerli_Bytes!] - messageHash_not_in: [basegoerli_Bytes!] - messageHash_contains: basegoerli_Bytes - messageHash_not_contains: basegoerli_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: basegoerli_Bytes - to_not: basegoerli_Bytes - to_gt: basegoerli_Bytes - to_lt: basegoerli_Bytes - to_gte: basegoerli_Bytes - to_lte: basegoerli_Bytes - to_in: [basegoerli_Bytes!] - to_not_in: [basegoerli_Bytes!] - to_contains: basegoerli_Bytes - to_not_contains: basegoerli_Bytes - delegate: basegoerli_Bytes - delegate_not: basegoerli_Bytes - delegate_gt: basegoerli_Bytes - delegate_lt: basegoerli_Bytes - delegate_gte: basegoerli_Bytes - delegate_lte: basegoerli_Bytes - delegate_in: [basegoerli_Bytes!] - delegate_not_in: [basegoerli_Bytes!] - delegate_contains: basegoerli_Bytes - delegate_not_contains: basegoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: basegoerli_Bytes - callData_not: basegoerli_Bytes - callData_gt: basegoerli_Bytes - callData_lt: basegoerli_Bytes - callData_gte: basegoerli_Bytes - callData_lte: basegoerli_Bytes - callData_in: [basegoerli_Bytes!] - callData_not_in: [basegoerli_Bytes!] - callData_contains: basegoerli_Bytes - callData_not_contains: basegoerli_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: basegoerli_Bytes - originSender_not: basegoerli_Bytes - originSender_gt: basegoerli_Bytes - originSender_lt: basegoerli_Bytes - originSender_gte: basegoerli_Bytes - originSender_lte: basegoerli_Bytes - originSender_in: [basegoerli_Bytes!] - originSender_not_in: [basegoerli_Bytes!] - originSender_contains: basegoerli_Bytes - originSender_not_contains: basegoerli_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: basegoerli_Bytes - canonicalId_not: basegoerli_Bytes - canonicalId_gt: basegoerli_Bytes - canonicalId_lt: basegoerli_Bytes - canonicalId_gte: basegoerli_Bytes - canonicalId_lte: basegoerli_Bytes - canonicalId_in: [basegoerli_Bytes!] - canonicalId_not_in: [basegoerli_Bytes!] - canonicalId_contains: basegoerli_Bytes - canonicalId_not_contains: basegoerli_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_: basegoerli_Asset_filter - transactingAsset: basegoerli_Bytes - transactingAsset_not: basegoerli_Bytes - transactingAsset_gt: basegoerli_Bytes - transactingAsset_lt: basegoerli_Bytes - transactingAsset_gte: basegoerli_Bytes - transactingAsset_lte: basegoerli_Bytes - transactingAsset_in: [basegoerli_Bytes!] - transactingAsset_not_in: [basegoerli_Bytes!] - transactingAsset_contains: basegoerli_Bytes - transactingAsset_not_contains: basegoerli_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_: basegoerli_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_: basegoerli_RelayerFee_filter - initialRelayerFeeAsset: basegoerli_Bytes - initialRelayerFeeAsset_not: basegoerli_Bytes - initialRelayerFeeAsset_gt: basegoerli_Bytes - initialRelayerFeeAsset_lt: basegoerli_Bytes - initialRelayerFeeAsset_gte: basegoerli_Bytes - initialRelayerFeeAsset_lte: basegoerli_Bytes - initialRelayerFeeAsset_in: [basegoerli_Bytes!] - initialRelayerFeeAsset_not_in: [basegoerli_Bytes!] - initialRelayerFeeAsset_contains: basegoerli_Bytes - initialRelayerFeeAsset_not_contains: basegoerli_Bytes - caller: basegoerli_Bytes - caller_not: basegoerli_Bytes - caller_gt: basegoerli_Bytes - caller_lt: basegoerli_Bytes - caller_gte: basegoerli_Bytes - caller_lte: basegoerli_Bytes - caller_in: [basegoerli_Bytes!] - caller_not_in: [basegoerli_Bytes!] - caller_contains: basegoerli_Bytes - caller_not_contains: basegoerli_Bytes - transactionHash: basegoerli_Bytes - transactionHash_not: basegoerli_Bytes - transactionHash_gt: basegoerli_Bytes - transactionHash_lt: basegoerli_Bytes - transactionHash_gte: basegoerli_Bytes - transactionHash_lte: basegoerli_Bytes - transactionHash_in: [basegoerli_Bytes!] - transactionHash_not_in: [basegoerli_Bytes!] - transactionHash_contains: basegoerli_Bytes - transactionHash_not_contains: basegoerli_Bytes + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_LpTransferEvent_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 +} + +type linea_swap_PooledToken { + id: ID! + asset: linea_swap_Bytes! +} + +input linea_swap_PooledToken_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + asset: 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: linea_swap_BlockChangedFilter +} + +enum linea_swap_PooledToken_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!] +} + +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 + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + provider: linea_swap_Bytes + provider_not: linea_swap_Bytes + provider_in: [linea_swap_Bytes!] + provider_not_in: [linea_swap_Bytes!] + provider_contains: linea_swap_Bytes + provider_not_contains: linea_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -120225,121 +114691,139 @@ input basegoerli_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: basegoerli_Bytes - txOrigin_not: basegoerli_Bytes - txOrigin_gt: basegoerli_Bytes - txOrigin_lt: basegoerli_Bytes - txOrigin_gte: basegoerli_Bytes - txOrigin_lte: basegoerli_Bytes - txOrigin_in: [basegoerli_Bytes!] - txOrigin_not_in: [basegoerli_Bytes!] - txOrigin_contains: basegoerli_Bytes - txOrigin_not_contains: basegoerli_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: 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: basegoerli_BlockChangedFilter - and: [basegoerli_OriginTransfer_filter] - or: [basegoerli_OriginTransfer_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_OriginTransfer_orderBy { +enum linea_swap_StableSwapAddLiquidityEvent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__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 basegoerli_Relayer { +interface linea_swap_StableSwapEvent { id: ID! - isActive: Boolean! - relayer: basegoerli_Bytes + stableSwap: linea_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -type basegoerli_RelayerFee { +input linea_swap_StableSwapEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_StableSwapEvent_orderBy { + id + stableSwap + block + timestamp + transaction + nonce +} + +type linea_swap_StableSwapExchange { id: ID! - transfer: basegoerli_OriginTransfer! + stableSwap: linea_swap_StableSwap! + buyer: linea_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! fee: BigInt! - asset: basegoerli_Bytes! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input basegoerli_RelayerFee_filter { +input linea_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -120348,27 +114832,71 @@ input basegoerli_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_: basegoerli_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_: 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 @@ -120377,72 +114905,73 @@ input basegoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: basegoerli_Bytes - asset_not: basegoerli_Bytes - asset_gt: basegoerli_Bytes - asset_lt: basegoerli_Bytes - asset_gte: basegoerli_Bytes - asset_lte: basegoerli_Bytes - asset_in: [basegoerli_Bytes!] - asset_not_in: [basegoerli_Bytes!] - asset_contains: basegoerli_Bytes - asset_not_contains: basegoerli_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: 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: basegoerli_BlockChangedFilter - and: [basegoerli_RelayerFee_filter] - or: [basegoerli_RelayerFee_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_RelayerFee_orderBy { +enum linea_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 + buyer + boughtId + tokensBought + soldId + tokensSold + balances fee - asset + block + timestamp + transaction + nonce } -type basegoerli_RelayerFeesIncrease { +type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { id: ID! - transfer: basegoerli_OriginTransfer! - increase: BigInt - asset: basegoerli_Bytes - caller: basegoerli_Bytes! - transactionHash: basegoerli_Bytes! + stableSwap: linea_swap_StableSwap! + provider: linea_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: linea_swap_Bytes! + nonce: BigInt! } -input basegoerli_RelayerFeesIncrease_filter { +input linea_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -120451,65 +114980,83 @@ input basegoerli_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_: basegoerli_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: basegoerli_Bytes - asset_not: basegoerli_Bytes - asset_gt: basegoerli_Bytes - asset_lt: basegoerli_Bytes - asset_gte: basegoerli_Bytes - asset_lte: basegoerli_Bytes - asset_in: [basegoerli_Bytes!] - asset_not_in: [basegoerli_Bytes!] - asset_contains: basegoerli_Bytes - asset_not_contains: basegoerli_Bytes - caller: basegoerli_Bytes - caller_not: basegoerli_Bytes - caller_gt: basegoerli_Bytes - caller_lt: basegoerli_Bytes - caller_gte: basegoerli_Bytes - caller_lte: basegoerli_Bytes - caller_in: [basegoerli_Bytes!] - caller_not_in: [basegoerli_Bytes!] - caller_contains: basegoerli_Bytes - caller_not_contains: basegoerli_Bytes - transactionHash: basegoerli_Bytes - transactionHash_not: basegoerli_Bytes - transactionHash_gt: basegoerli_Bytes - transactionHash_lt: basegoerli_Bytes - transactionHash_gte: basegoerli_Bytes - transactionHash_lte: basegoerli_Bytes - transactionHash_in: [basegoerli_Bytes!] - transactionHash_not_in: [basegoerli_Bytes!] - transactionHash_contains: basegoerli_Bytes - transactionHash_not_contains: basegoerli_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 @@ -120518,79 +115065,41 @@ input basegoerli_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: 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: basegoerli_BlockChangedFilter - and: [basegoerli_RelayerFeesIncrease_filter] - or: [basegoerli_RelayerFeesIncrease_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_RelayerFeesIncrease_orderBy { +enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash + stableSwap + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -input basegoerli_Relayer_filter { +input linea_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -120603,76 +115112,178 @@ input basegoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: basegoerli_Bytes - relayer_not: basegoerli_Bytes - relayer_gt: basegoerli_Bytes - relayer_lt: basegoerli_Bytes - relayer_gte: basegoerli_Bytes - relayer_lte: basegoerli_Bytes - relayer_in: [basegoerli_Bytes!] - relayer_not_in: [basegoerli_Bytes!] - relayer_contains: basegoerli_Bytes - relayer_not_contains: basegoerli_Bytes + key: linea_swap_Bytes + key_not: linea_swap_Bytes + key_in: [linea_swap_Bytes!] + key_not_in: [linea_swap_Bytes!] + key_contains: linea_swap_Bytes + key_not_contains: linea_swap_Bytes + canonicalId: linea_swap_Bytes + canonicalId_not: linea_swap_Bytes + canonicalId_in: [linea_swap_Bytes!] + canonicalId_not_in: [linea_swap_Bytes!] + canonicalId_contains: linea_swap_Bytes + canonicalId_not_contains: linea_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + 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: basegoerli_BlockChangedFilter - and: [basegoerli_Relayer_filter] - or: [basegoerli_Relayer_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_Relayer_orderBy { +enum linea_swap_StableSwap_orderBy { id isActive - relayer -} - -type basegoerli_RootCount { - id: ID! - count: BigInt -} - -input basegoerli_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: basegoerli_BlockChangedFilter - and: [basegoerli_RootCount_filter] - or: [basegoerli_RootCount_filter] -} - -enum basegoerli_RootCount_orderBy { - id - count + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type basegoerli_RootMessageSent { +type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: basegoerli_Bytes - count: BigInt - caller: basegoerli_Bytes - transactionHash: basegoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! } -input basegoerli_RootMessageSent_filter { +input linea_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -120681,60 +115292,27 @@ input basegoerli_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: basegoerli_Bytes - root_not: basegoerli_Bytes - root_gt: basegoerli_Bytes - root_lt: basegoerli_Bytes - root_gte: basegoerli_Bytes - root_lte: basegoerli_Bytes - root_in: [basegoerli_Bytes!] - root_not_in: [basegoerli_Bytes!] - root_contains: basegoerli_Bytes - root_not_contains: basegoerli_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: basegoerli_Bytes - caller_not: basegoerli_Bytes - caller_gt: basegoerli_Bytes - caller_lt: basegoerli_Bytes - caller_gte: basegoerli_Bytes - caller_lte: basegoerli_Bytes - caller_in: [basegoerli_Bytes!] - caller_not_in: [basegoerli_Bytes!] - caller_contains: basegoerli_Bytes - caller_not_contains: basegoerli_Bytes - transactionHash: basegoerli_Bytes - transactionHash_not: basegoerli_Bytes - transactionHash_gt: basegoerli_Bytes - transactionHash_lt: basegoerli_Bytes - transactionHash_gte: basegoerli_Bytes - transactionHash_lte: basegoerli_Bytes - transactionHash_in: [basegoerli_Bytes!] - transactionHash_not_in: [basegoerli_Bytes!] - transactionHash_contains: basegoerli_Bytes - transactionHash_not_contains: basegoerli_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 @@ -120743,69 +115321,33 @@ input basegoerli_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: 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: basegoerli_BlockChangedFilter - and: [basegoerli_RootMessageSent_filter] - or: [basegoerli_RootMessageSent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_RootMessageSent_orderBy { +enum linea_swap_SwapDailyVolume_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + stableSwap timestamp - gasPrice - gasLimit - blockNumber -} - -type basegoerli_Router { - id: ID! - isActive: Boolean! - owner: basegoerli_Bytes - recipient: basegoerli_Bytes - proposedOwner: basegoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: basegoerli_AssetBalance_orderBy, orderDirection: basegoerli_OrderDirection, where: basegoerli_AssetBalance_filter): [basegoerli_AssetBalance!]! + volume } -type basegoerli_RouterDailyTVL { +type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { id: ID! - router: basegoerli_Router! - asset: basegoerli_Asset! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - balance: BigInt! + volume: linea_swap_BigDecimal! } -input basegoerli_RouterDailyTVL_filter { +input linea_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -120814,48 +115356,27 @@ input basegoerli_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_: basegoerli_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_: basegoerli_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_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -120864,63 +115385,87 @@ input basegoerli_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: 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: basegoerli_BlockChangedFilter - and: [basegoerli_RouterDailyTVL_filter] - or: [basegoerli_RouterDailyTVL_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_RouterDailyTVL_orderBy { +enum linea_swap_SwapHourlyVolume_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap timestamp - balance + volume } -type basegoerli_RouterLiquidityEvent { - id: ID! - type: basegoerli_RouterLiquidityEventType - router: basegoerli_Router! - asset: basegoerli_Asset! - amount: BigInt! - balance: BigInt! - caller: basegoerli_Bytes - blockNumber: BigInt! +interface linea_swap_SwapTradeVolume { + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - transactionHash: basegoerli_Bytes! - nonce: BigInt! + volume: linea_swap_BigDecimal! } -enum basegoerli_RouterLiquidityEventType { - Add - Remove +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 } -input basegoerli_RouterLiquidityEvent_filter { +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 @@ -120929,86 +115474,27 @@ input basegoerli_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: basegoerli_RouterLiquidityEventType - type_not: basegoerli_RouterLiquidityEventType - type_in: [basegoerli_RouterLiquidityEventType!] - type_not_in: [basegoerli_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_: basegoerli_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_: basegoerli_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: basegoerli_Bytes - caller_not: basegoerli_Bytes - caller_gt: basegoerli_Bytes - caller_lt: basegoerli_Bytes - caller_gte: basegoerli_Bytes - caller_lte: basegoerli_Bytes - caller_in: [basegoerli_Bytes!] - caller_not_in: [basegoerli_Bytes!] - caller_contains: basegoerli_Bytes - caller_not_contains: basegoerli_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_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -121017,60 +115503,32 @@ input basegoerli_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: basegoerli_Bytes - transactionHash_not: basegoerli_Bytes - transactionHash_gt: basegoerli_Bytes - transactionHash_lt: basegoerli_Bytes - transactionHash_gte: basegoerli_Bytes - transactionHash_lte: basegoerli_Bytes - transactionHash_in: [basegoerli_Bytes!] - transactionHash_not_in: [basegoerli_Bytes!] - transactionHash_contains: basegoerli_Bytes - transactionHash_not_contains: basegoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: 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: basegoerli_BlockChangedFilter - and: [basegoerli_RouterLiquidityEvent_filter] - or: [basegoerli_RouterLiquidityEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_RouterLiquidityEvent_orderBy { +enum linea_swap_SwapWeeklyVolume_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber + stableSwap timestamp - transactionHash - nonce + volume } -input basegoerli_Router_filter { +type linea_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input linea_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -121079,72 +115537,99 @@ input basegoerli_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: basegoerli_Bytes - owner_not: basegoerli_Bytes - owner_gt: basegoerli_Bytes - owner_lt: basegoerli_Bytes - owner_gte: basegoerli_Bytes - owner_lte: basegoerli_Bytes - owner_in: [basegoerli_Bytes!] - owner_not_in: [basegoerli_Bytes!] - owner_contains: basegoerli_Bytes - owner_not_contains: basegoerli_Bytes - recipient: basegoerli_Bytes - recipient_not: basegoerli_Bytes - recipient_gt: basegoerli_Bytes - recipient_lt: basegoerli_Bytes - recipient_gte: basegoerli_Bytes - recipient_lte: basegoerli_Bytes - recipient_in: [basegoerli_Bytes!] - recipient_not_in: [basegoerli_Bytes!] - recipient_contains: basegoerli_Bytes - recipient_not_contains: basegoerli_Bytes - proposedOwner: basegoerli_Bytes - proposedOwner_not: basegoerli_Bytes - proposedOwner_gt: basegoerli_Bytes - proposedOwner_lt: basegoerli_Bytes - proposedOwner_gte: basegoerli_Bytes - proposedOwner_lte: basegoerli_Bytes - proposedOwner_in: [basegoerli_Bytes!] - proposedOwner_not_in: [basegoerli_Bytes!] - proposedOwner_contains: basegoerli_Bytes - proposedOwner_not_contains: basegoerli_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_: basegoerli_AssetBalance_filter + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_Router_filter] - or: [basegoerli_Router_filter] + _change_block: linea_swap_BlockChangedFilter } -enum basegoerli_Router_orderBy { +enum linea_swap_SystemInfo_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + exchangeCount + swapCount } -type basegoerli_Sequencer { +type linea_swap__Block_ { + """The hash of the block""" + hash: linea_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""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! +} + +enum arbitrumone_swap_Aggregation_interval { + hour + day +} + +scalar arbitrumone_swap_BigDecimal + +input arbitrumone_swap_BlockChangedFilter { + number_gte: Int! +} + +input arbitrumone_swap_Block_height { + hash: arbitrumone_swap_Bytes + number: Int + number_gte: Int +} + +scalar arbitrumone_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar arbitrumone_swap_Int8 + +type arbitrumone_swap_LpAccount { id: ID! - isActive: Boolean! - sequencer: basegoerli_Bytes + 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!]! } -input basegoerli_Sequencer_filter { +type arbitrumone_swap_LpAccountBalance { + id: ID! + account: arbitrumone_swap_LpAccount! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: arbitrumone_swap_Bytes +} + +input arbitrumone_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -121153,39 +115638,107 @@ input basegoerli_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: basegoerli_Bytes - sequencer_not: basegoerli_Bytes - sequencer_gt: basegoerli_Bytes - sequencer_lt: basegoerli_Bytes - sequencer_gte: basegoerli_Bytes - sequencer_lte: basegoerli_Bytes - sequencer_in: [basegoerli_Bytes!] - sequencer_not_in: [basegoerli_Bytes!] - sequencer_contains: basegoerli_Bytes - sequencer_not_contains: basegoerli_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_: arbitrumone_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_Sequencer_filter] - or: [basegoerli_Sequencer_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccountBalance_filter] + or: [arbitrumone_swap_LpAccountBalance_filter] } -enum basegoerli_Sequencer_orderBy { +enum arbitrumone_swap_LpAccountBalance_orderBy { id - isActive - sequencer -} - -type basegoerli_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: basegoerli_Bytes! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input basegoerli_Setting_filter { +input arbitrumone_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -121194,49 +115747,51 @@ input basegoerli_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: basegoerli_Bytes - caller_not: basegoerli_Bytes - caller_gt: basegoerli_Bytes - caller_lt: basegoerli_Bytes - caller_gte: basegoerli_Bytes - caller_lte: basegoerli_Bytes - caller_in: [basegoerli_Bytes!] - caller_not_in: [basegoerli_Bytes!] - caller_contains: basegoerli_Bytes - caller_not_contains: basegoerli_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 + balances_: arbitrumone_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_Setting_filter] - or: [basegoerli_Setting_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccount_filter] + or: [arbitrumone_swap_LpAccount_filter] } -enum basegoerli_Setting_orderBy { +enum arbitrumone_swap_LpAccount_orderBy { id - maxRoutersPerTransfer - caller + address + balances } -type basegoerli_SlippageUpdate { +type arbitrumone_swap_LpToken { id: ID! - transfer: basegoerli_DestinationTransfer! - slippage: BigInt! - caller: basegoerli_Bytes! - transactionHash: basegoerli_Bytes! + address: arbitrumone_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: arbitrumone_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! +} + +interface arbitrumone_swap_LpTokenEvent { + id: ID! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input basegoerli_SlippageUpdate_filter { +input arbitrumone_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -121245,55 +115800,43 @@ input basegoerli_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_: basegoerli_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: basegoerli_Bytes - caller_not: basegoerli_Bytes - caller_gt: basegoerli_Bytes - caller_lt: basegoerli_Bytes - caller_gte: basegoerli_Bytes - caller_lte: basegoerli_Bytes - caller_in: [basegoerli_Bytes!] - caller_not_in: [basegoerli_Bytes!] - caller_contains: basegoerli_Bytes - caller_not_contains: basegoerli_Bytes - transactionHash: basegoerli_Bytes - transactionHash_not: basegoerli_Bytes - transactionHash_gt: basegoerli_Bytes - transactionHash_lt: basegoerli_Bytes - transactionHash_gte: basegoerli_Bytes - transactionHash_lte: basegoerli_Bytes - transactionHash_in: [basegoerli_Bytes!] - transactionHash_not_in: [basegoerli_Bytes!] - transactionHash_contains: basegoerli_Bytes - transactionHash_not_contains: basegoerli_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_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -121302,94 +115845,191 @@ input basegoerli_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: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_SlippageUpdate_filter] - or: [basegoerli_SlippageUpdate_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTokenEvent_filter] + or: [arbitrumone_swap_LpTokenEvent_filter] } -enum basegoerli_SlippageUpdate_orderBy { +enum arbitrumone_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 +} + +input arbitrumone_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: arbitrumone_swap_Bytes + address_not: arbitrumone_swap_Bytes + address_gt: arbitrumone_swap_Bytes + address_lt: arbitrumone_swap_Bytes + address_gte: arbitrumone_swap_Bytes + address_lte: arbitrumone_swap_Bytes + address_in: [arbitrumone_swap_Bytes!] + address_not_in: [arbitrumone_swap_Bytes!] + address_contains: arbitrumone_swap_Bytes + address_not_contains: arbitrumone_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumone_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: arbitrumone_swap_BigDecimal + totalSupply_not: arbitrumone_swap_BigDecimal + totalSupply_gt: arbitrumone_swap_BigDecimal + totalSupply_lt: arbitrumone_swap_BigDecimal + totalSupply_gte: arbitrumone_swap_BigDecimal + totalSupply_lte: arbitrumone_swap_BigDecimal + totalSupply_in: [arbitrumone_swap_BigDecimal!] + totalSupply_not_in: [arbitrumone_swap_BigDecimal!] + events_: arbitrumone_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpToken_filter] + or: [arbitrumone_swap_LpToken_filter] +} + +enum arbitrumone_swap_LpToken_orderBy { + id + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type basegoerli_SnapshotRoot { +type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt - root: basegoerli_Bytes! - count: BigInt! + 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! - blockNumber: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input basegoerli_SnapshotRoot_filter { +input arbitrumone_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -121398,32 +116038,79 @@ input basegoerli_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: basegoerli_Bytes - root_not: basegoerli_Bytes - root_gt: basegoerli_Bytes - root_lt: basegoerli_Bytes - root_gte: basegoerli_Bytes - root_lte: basegoerli_Bytes - root_in: [basegoerli_Bytes!] - root_not_in: [basegoerli_Bytes!] - root_contains: basegoerli_Bytes - root_not_contains: basegoerli_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_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] + from: arbitrumone_swap_Bytes + from_not: arbitrumone_swap_Bytes + from_gt: arbitrumone_swap_Bytes + from_lt: arbitrumone_swap_Bytes + from_gte: arbitrumone_swap_Bytes + from_lte: arbitrumone_swap_Bytes + from_in: [arbitrumone_swap_Bytes!] + from_not_in: [arbitrumone_swap_Bytes!] + from_contains: arbitrumone_swap_Bytes + from_not_contains: arbitrumone_swap_Bytes + to: arbitrumone_swap_Bytes + to_not: arbitrumone_swap_Bytes + to_gt: arbitrumone_swap_Bytes + to_lt: arbitrumone_swap_Bytes + to_gte: arbitrumone_swap_Bytes + to_lte: arbitrumone_swap_Bytes + to_in: [arbitrumone_swap_Bytes!] + to_not_in: [arbitrumone_swap_Bytes!] + to_contains: arbitrumone_swap_Bytes + to_not_contains: arbitrumone_swap_Bytes + fromBalance: arbitrumone_swap_BigDecimal + fromBalance_not: arbitrumone_swap_BigDecimal + fromBalance_gt: arbitrumone_swap_BigDecimal + fromBalance_lt: arbitrumone_swap_BigDecimal + fromBalance_gte: arbitrumone_swap_BigDecimal + fromBalance_lte: arbitrumone_swap_BigDecimal + fromBalance_in: [arbitrumone_swap_BigDecimal!] + fromBalance_not_in: [arbitrumone_swap_BigDecimal!] + toBalance: arbitrumone_swap_BigDecimal + toBalance_not: arbitrumone_swap_BigDecimal + toBalance_gt: arbitrumone_swap_BigDecimal + toBalance_lt: arbitrumone_swap_BigDecimal + toBalance_gte: arbitrumone_swap_BigDecimal + toBalance_lte: arbitrumone_swap_BigDecimal + toBalance_in: [arbitrumone_swap_BigDecimal!] + toBalance_not_in: [arbitrumone_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -121432,35 +116119,62 @@ input basegoerli_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: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: basegoerli_BlockChangedFilter - and: [basegoerli_SnapshotRoot_filter] - or: [basegoerli_SnapshotRoot_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTransferEvent_filter] + or: [arbitrumone_swap_LpTransferEvent_filter] } -enum basegoerli_SnapshotRoot_orderBy { +enum arbitrumone_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 basegoerli_SpokeConnectorMode { +"""Defines the order direction, either ascending or descending""" +enum arbitrumone_swap_OrderDirection { + asc + desc +} + +type arbitrumone_swap_PooledToken { id: ID! - mode: String! + asset: arbitrumone_swap_Bytes! } -input basegoerli_SpokeConnectorMode_filter { +input arbitrumone_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -121469,89 +116183,72 @@ input basegoerli_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: 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: basegoerli_BlockChangedFilter - and: [basegoerli_SpokeConnectorMode_filter] - or: [basegoerli_SpokeConnectorMode_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_PooledToken_filter] + or: [arbitrumone_swap_PooledToken_filter] } -enum basegoerli_SpokeConnectorMode_orderBy { +enum arbitrumone_swap_PooledToken_orderBy { id - mode -} - -enum basegoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type basegoerli__Block_ { - """The hash of the block""" - hash: basegoerli_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: basegoerli_Bytes -} - -"""The type for the top-level _meta field""" -type basegoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: basegoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! + asset } -type stagingmumbai_AggregateRoot { +type arbitrumone_swap_StableSwap { id: ID! - root: stagingmumbai_Bytes! - blockNumber: BigInt! + isActive: Boolean + key: arbitrumone_swap_Bytes! + canonicalId: arbitrumone_swap_Bytes + domain: BigInt + swapPool: arbitrumone_swap_Bytes + lpToken: arbitrumone_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [arbitrumone_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapEvent_filter): [arbitrumone_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapExchange_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapExchange_filter): [arbitrumone_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapHourlyVolume_filter): [arbitrumone_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapDailyVolume_filter): [arbitrumone_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapWeeklyVolume_filter): [arbitrumone_swap_SwapWeeklyVolume!] } -type stagingmumbai_AggregateRootProposed { +type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - aggregateRoot: stagingmumbai_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input stagingmumbai_AggregateRootProposed_filter { +input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -121560,40 +116257,87 @@ input stagingmumbai_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmumbai_Bytes - aggregateRoot_not: stagingmumbai_Bytes - aggregateRoot_gt: stagingmumbai_Bytes - aggregateRoot_lt: stagingmumbai_Bytes - aggregateRoot_gte: stagingmumbai_Bytes - aggregateRoot_lte: stagingmumbai_Bytes - aggregateRoot_in: [stagingmumbai_Bytes!] - aggregateRoot_not_in: [stagingmumbai_Bytes!] - aggregateRoot_contains: stagingmumbai_Bytes - aggregateRoot_not_contains: stagingmumbai_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumone_swap_StableSwap_filter + provider: arbitrumone_swap_Bytes + provider_not: arbitrumone_swap_Bytes + provider_gt: arbitrumone_swap_Bytes + provider_lt: arbitrumone_swap_Bytes + provider_gte: arbitrumone_swap_Bytes + provider_lte: arbitrumone_swap_Bytes + provider_in: [arbitrumone_swap_Bytes!] + provider_not_in: [arbitrumone_swap_Bytes!] + provider_contains: arbitrumone_swap_Bytes + provider_not_contains: arbitrumone_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -121602,31 +116346,72 @@ input stagingmumbai_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: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AggregateRootProposed_filter] - or: [stagingmumbai_AggregateRootProposed_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingmumbai_AggregateRootProposed_orderBy { +enum arbitrumone_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 } -input stagingmumbai_AggregateRoot_filter { +interface arbitrumone_swap_StableSwapEvent { + id: ID! + stableSwap: arbitrumone_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! +} + +input arbitrumone_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -121635,66 +116420,109 @@ input stagingmumbai_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - 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_: arbitrumone_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AggregateRoot_filter] - or: [stagingmumbai_AggregateRoot_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapEvent_filter] + or: [arbitrumone_swap_StableSwapEvent_filter] } -enum stagingmumbai_AggregateRoot_orderBy { +enum arbitrumone_swap_StableSwapEvent_orderBy { id - root - blockNumber -} - -enum stagingmumbai_Aggregation_interval { - hour - day -} - -type stagingmumbai_Asset { - id: ID! - key: stagingmumbai_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: stagingmumbai_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingmumbai_Bytes - localAsset: stagingmumbai_Bytes - blockNumber: BigInt - status: stagingmumbai_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 + block + timestamp + transaction + nonce } -type stagingmumbai_AssetBalance { +type arbitrumone_swap_StableSwapExchange { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! - feesEarned: BigInt! + stableSwap: arbitrumone_swap_StableSwap! + buyer: arbitrumone_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input stagingmumbai_AssetBalance_filter { +input arbitrumone_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -121703,126 +116531,172 @@ input stagingmumbai_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingmumbai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_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_: arbitrumone_swap_StableSwap_filter + buyer: arbitrumone_swap_Bytes + buyer_not: arbitrumone_swap_Bytes + buyer_gt: arbitrumone_swap_Bytes + buyer_lt: arbitrumone_swap_Bytes + buyer_gte: arbitrumone_swap_Bytes + buyer_lte: arbitrumone_swap_Bytes + buyer_in: [arbitrumone_swap_Bytes!] + buyer_not_in: [arbitrumone_swap_Bytes!] + buyer_contains: arbitrumone_swap_Bytes + buyer_not_contains: arbitrumone_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + 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: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AssetBalance_filter] - or: [stagingmumbai_AssetBalance_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapExchange_filter] + or: [arbitrumone_swap_StableSwapExchange_filter] } -enum stagingmumbai_AssetBalance_orderBy { +enum arbitrumone_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 + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + 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 stagingmumbai_AssetStatus { +type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - status: Boolean + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input stagingmumbai_AssetStatus_filter { +input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -121831,22 +116705,152 @@ input stagingmumbai_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumone_swap_StableSwap_filter + provider: arbitrumone_swap_Bytes + provider_not: arbitrumone_swap_Bytes + provider_gt: arbitrumone_swap_Bytes + provider_lt: arbitrumone_swap_Bytes + provider_gte: arbitrumone_swap_Bytes + provider_lte: arbitrumone_swap_Bytes + provider_in: [arbitrumone_swap_Bytes!] + provider_not_in: [arbitrumone_swap_Bytes!] + provider_contains: arbitrumone_swap_Bytes + provider_not_contains: arbitrumone_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AssetStatus_filter] - or: [stagingmumbai_AssetStatus_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingmumbai_AssetStatus_orderBy { +enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { id - status + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -input stagingmumbai_Asset_filter { +input arbitrumone_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -121855,144 +116859,201 @@ input stagingmumbai_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingmumbai_Bytes - key_not: stagingmumbai_Bytes - key_gt: stagingmumbai_Bytes - key_lt: stagingmumbai_Bytes - key_gte: stagingmumbai_Bytes - key_lte: stagingmumbai_Bytes - key_in: [stagingmumbai_Bytes!] - key_not_in: [stagingmumbai_Bytes!] - key_contains: stagingmumbai_Bytes - key_not_contains: stagingmumbai_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - 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: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingmumbai_Bytes - adoptedAsset_not: stagingmumbai_Bytes - adoptedAsset_gt: stagingmumbai_Bytes - adoptedAsset_lt: stagingmumbai_Bytes - adoptedAsset_gte: stagingmumbai_Bytes - adoptedAsset_lte: stagingmumbai_Bytes - adoptedAsset_in: [stagingmumbai_Bytes!] - adoptedAsset_not_in: [stagingmumbai_Bytes!] - adoptedAsset_contains: stagingmumbai_Bytes - adoptedAsset_not_contains: stagingmumbai_Bytes - localAsset: stagingmumbai_Bytes - localAsset_not: stagingmumbai_Bytes - localAsset_gt: stagingmumbai_Bytes - localAsset_lt: stagingmumbai_Bytes - localAsset_gte: stagingmumbai_Bytes - localAsset_lte: stagingmumbai_Bytes - localAsset_in: [stagingmumbai_Bytes!] - localAsset_not_in: [stagingmumbai_Bytes!] - localAsset_contains: stagingmumbai_Bytes - localAsset_not_contains: stagingmumbai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: stagingmumbai_AssetStatus_filter + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: arbitrumone_swap_Bytes + key_not: arbitrumone_swap_Bytes + key_gt: arbitrumone_swap_Bytes + key_lt: arbitrumone_swap_Bytes + key_gte: arbitrumone_swap_Bytes + key_lte: arbitrumone_swap_Bytes + key_in: [arbitrumone_swap_Bytes!] + key_not_in: [arbitrumone_swap_Bytes!] + key_contains: arbitrumone_swap_Bytes + key_not_contains: arbitrumone_swap_Bytes + canonicalId: arbitrumone_swap_Bytes + canonicalId_not: arbitrumone_swap_Bytes + canonicalId_gt: arbitrumone_swap_Bytes + canonicalId_lt: arbitrumone_swap_Bytes + canonicalId_gte: arbitrumone_swap_Bytes + canonicalId_lte: arbitrumone_swap_Bytes + canonicalId_in: [arbitrumone_swap_Bytes!] + canonicalId_not_in: [arbitrumone_swap_Bytes!] + canonicalId_contains: arbitrumone_swap_Bytes + canonicalId_not_contains: arbitrumone_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: arbitrumone_swap_Bytes + swapPool_not: arbitrumone_swap_Bytes + swapPool_gt: arbitrumone_swap_Bytes + swapPool_lt: arbitrumone_swap_Bytes + swapPool_gte: arbitrumone_swap_Bytes + swapPool_lte: arbitrumone_swap_Bytes + swapPool_in: [arbitrumone_swap_Bytes!] + swapPool_not_in: [arbitrumone_swap_Bytes!] + swapPool_contains: arbitrumone_swap_Bytes + swapPool_not_contains: arbitrumone_swap_Bytes + lpToken: arbitrumone_swap_Bytes + lpToken_not: arbitrumone_swap_Bytes + lpToken_gt: arbitrumone_swap_Bytes + lpToken_lt: arbitrumone_swap_Bytes + lpToken_gte: arbitrumone_swap_Bytes + lpToken_lte: arbitrumone_swap_Bytes + lpToken_in: [arbitrumone_swap_Bytes!] + lpToken_not_in: [arbitrumone_swap_Bytes!] + lpToken_contains: arbitrumone_swap_Bytes + lpToken_not_contains: arbitrumone_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [arbitrumone_swap_Bytes!] + pooledTokens_not: [arbitrumone_swap_Bytes!] + pooledTokens_contains: [arbitrumone_swap_Bytes!] + pooledTokens_contains_nocase: [arbitrumone_swap_Bytes!] + pooledTokens_not_contains: [arbitrumone_swap_Bytes!] + pooledTokens_not_contains_nocase: [arbitrumone_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: arbitrumone_swap_StableSwapEvent_filter + exchanges_: arbitrumone_swap_StableSwapExchange_filter + hourlyVolumes_: arbitrumone_swap_SwapHourlyVolume_filter + dailyVolumes_: arbitrumone_swap_SwapDailyVolume_filter + weeklyVolumes_: arbitrumone_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Asset_filter] - or: [stagingmumbai_Asset_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwap_filter] + or: [arbitrumone_swap_StableSwap_filter] } -enum stagingmumbai_Asset_orderBy { +enum arbitrumone_swap_StableSwap_orderBy { id + isActive key - decimal - adoptedDecimal canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingmumbai_BigDecimal - -input stagingmumbai_BlockChangedFilter { - number_gte: Int! -} - -input stagingmumbai_Block_height { - hash: stagingmumbai_Bytes - number: Int - number_gte: Int + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -scalar stagingmumbai_Bytes - -type stagingmumbai_ConnectorMeta { +type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingmumbai_Bytes - rootManager: stagingmumbai_Bytes - mirrorConnector: stagingmumbai_Bytes + stableSwap: arbitrumone_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumone_swap_BigDecimal! } -input stagingmumbai_ConnectorMeta_filter { +input arbitrumone_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -122001,109 +117062,80 @@ input stagingmumbai_ConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmumbai_Bytes - amb_not: stagingmumbai_Bytes - amb_gt: stagingmumbai_Bytes - amb_lt: stagingmumbai_Bytes - amb_gte: stagingmumbai_Bytes - amb_lte: stagingmumbai_Bytes - amb_in: [stagingmumbai_Bytes!] - amb_not_in: [stagingmumbai_Bytes!] - amb_contains: stagingmumbai_Bytes - amb_not_contains: stagingmumbai_Bytes - rootManager: stagingmumbai_Bytes - rootManager_not: stagingmumbai_Bytes - rootManager_gt: stagingmumbai_Bytes - rootManager_lt: stagingmumbai_Bytes - rootManager_gte: stagingmumbai_Bytes - rootManager_lte: stagingmumbai_Bytes - rootManager_in: [stagingmumbai_Bytes!] - rootManager_not_in: [stagingmumbai_Bytes!] - rootManager_contains: stagingmumbai_Bytes - rootManager_not_contains: stagingmumbai_Bytes - mirrorConnector: stagingmumbai_Bytes - mirrorConnector_not: stagingmumbai_Bytes - mirrorConnector_gt: stagingmumbai_Bytes - mirrorConnector_lt: stagingmumbai_Bytes - mirrorConnector_gte: stagingmumbai_Bytes - mirrorConnector_lte: stagingmumbai_Bytes - mirrorConnector_in: [stagingmumbai_Bytes!] - mirrorConnector_not_in: [stagingmumbai_Bytes!] - mirrorConnector_contains: stagingmumbai_Bytes - mirrorConnector_not_contains: stagingmumbai_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumone_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_ConnectorMeta_filter] - or: [stagingmumbai_ConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapDailyVolume_filter] + or: [arbitrumone_swap_SwapDailyVolume_filter] } -enum stagingmumbai_ConnectorMeta_orderBy { +enum arbitrumone_swap_SwapDailyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type stagingmumbai_DestinationTransfer { +type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - chainId: BigInt - transferId: stagingmumbai_Bytes - nonce: BigInt - status: stagingmumbai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_Router_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_Router_filter): [stagingmumbai_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - receiveLocal: Boolean - callData: stagingmumbai_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: stagingmumbai_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingmumbai_Bytes - asset: stagingmumbai_Asset - amount: BigInt - routersFee: BigInt - executedCaller: stagingmumbai_Bytes - executedTransactionHash: stagingmumbai_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: stagingmumbai_Bytes - executedTxNonce: BigInt - reconciledCaller: stagingmumbai_Bytes - reconciledTransactionHash: stagingmumbai_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmumbai_Bytes - reconciledTxNonce: BigInt + stableSwap: arbitrumone_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumone_swap_BigDecimal! } -input stagingmumbai_DestinationTransfer_filter { +input arbitrumone_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -122112,400 +117144,152 @@ input stagingmumbai_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingmumbai_TransferStatus - status_not: stagingmumbai_TransferStatus - status_in: [stagingmumbai_TransferStatus!] - status_not_in: [stagingmumbai_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: stagingmumbai_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingmumbai_Bytes - to_not: stagingmumbai_Bytes - to_gt: stagingmumbai_Bytes - to_lt: stagingmumbai_Bytes - to_gte: stagingmumbai_Bytes - to_lte: stagingmumbai_Bytes - to_in: [stagingmumbai_Bytes!] - to_not_in: [stagingmumbai_Bytes!] - to_contains: stagingmumbai_Bytes - to_not_contains: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - delegate_not: stagingmumbai_Bytes - delegate_gt: stagingmumbai_Bytes - delegate_lt: stagingmumbai_Bytes - delegate_gte: stagingmumbai_Bytes - delegate_lte: stagingmumbai_Bytes - delegate_in: [stagingmumbai_Bytes!] - delegate_not_in: [stagingmumbai_Bytes!] - delegate_contains: stagingmumbai_Bytes - delegate_not_contains: stagingmumbai_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingmumbai_Bytes - callData_not: stagingmumbai_Bytes - callData_gt: stagingmumbai_Bytes - callData_lt: stagingmumbai_Bytes - callData_gte: stagingmumbai_Bytes - callData_lte: stagingmumbai_Bytes - callData_in: [stagingmumbai_Bytes!] - callData_not_in: [stagingmumbai_Bytes!] - callData_contains: stagingmumbai_Bytes - callData_not_contains: stagingmumbai_Bytes - 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: stagingmumbai_Bytes - originSender_not: stagingmumbai_Bytes - originSender_gt: stagingmumbai_Bytes - originSender_lt: stagingmumbai_Bytes - originSender_gte: stagingmumbai_Bytes - originSender_lte: stagingmumbai_Bytes - originSender_in: [stagingmumbai_Bytes!] - originSender_not_in: [stagingmumbai_Bytes!] - originSender_contains: stagingmumbai_Bytes - originSender_not_contains: stagingmumbai_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: stagingmumbai_Bytes - executedCaller_not: stagingmumbai_Bytes - executedCaller_gt: stagingmumbai_Bytes - executedCaller_lt: stagingmumbai_Bytes - executedCaller_gte: stagingmumbai_Bytes - executedCaller_lte: stagingmumbai_Bytes - executedCaller_in: [stagingmumbai_Bytes!] - executedCaller_not_in: [stagingmumbai_Bytes!] - executedCaller_contains: stagingmumbai_Bytes - executedCaller_not_contains: stagingmumbai_Bytes - executedTransactionHash: stagingmumbai_Bytes - executedTransactionHash_not: stagingmumbai_Bytes - executedTransactionHash_gt: stagingmumbai_Bytes - executedTransactionHash_lt: stagingmumbai_Bytes - executedTransactionHash_gte: stagingmumbai_Bytes - executedTransactionHash_lte: stagingmumbai_Bytes - executedTransactionHash_in: [stagingmumbai_Bytes!] - executedTransactionHash_not_in: [stagingmumbai_Bytes!] - executedTransactionHash_contains: stagingmumbai_Bytes - executedTransactionHash_not_contains: stagingmumbai_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingmumbai_Bytes - executedTxOrigin_not: stagingmumbai_Bytes - executedTxOrigin_gt: stagingmumbai_Bytes - executedTxOrigin_lt: stagingmumbai_Bytes - executedTxOrigin_gte: stagingmumbai_Bytes - executedTxOrigin_lte: stagingmumbai_Bytes - executedTxOrigin_in: [stagingmumbai_Bytes!] - executedTxOrigin_not_in: [stagingmumbai_Bytes!] - executedTxOrigin_contains: stagingmumbai_Bytes - executedTxOrigin_not_contains: stagingmumbai_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingmumbai_Bytes - reconciledCaller_not: stagingmumbai_Bytes - reconciledCaller_gt: stagingmumbai_Bytes - reconciledCaller_lt: stagingmumbai_Bytes - reconciledCaller_gte: stagingmumbai_Bytes - reconciledCaller_lte: stagingmumbai_Bytes - reconciledCaller_in: [stagingmumbai_Bytes!] - reconciledCaller_not_in: [stagingmumbai_Bytes!] - reconciledCaller_contains: stagingmumbai_Bytes - reconciledCaller_not_contains: stagingmumbai_Bytes - reconciledTransactionHash: stagingmumbai_Bytes - reconciledTransactionHash_not: stagingmumbai_Bytes - reconciledTransactionHash_gt: stagingmumbai_Bytes - reconciledTransactionHash_lt: stagingmumbai_Bytes - reconciledTransactionHash_gte: stagingmumbai_Bytes - reconciledTransactionHash_lte: stagingmumbai_Bytes - reconciledTransactionHash_in: [stagingmumbai_Bytes!] - reconciledTransactionHash_not_in: [stagingmumbai_Bytes!] - reconciledTransactionHash_contains: stagingmumbai_Bytes - reconciledTransactionHash_not_contains: stagingmumbai_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmumbai_Bytes - reconciledTxOrigin_not: stagingmumbai_Bytes - reconciledTxOrigin_gt: stagingmumbai_Bytes - reconciledTxOrigin_lt: stagingmumbai_Bytes - reconciledTxOrigin_gte: stagingmumbai_Bytes - reconciledTxOrigin_lte: stagingmumbai_Bytes - reconciledTxOrigin_in: [stagingmumbai_Bytes!] - reconciledTxOrigin_not_in: [stagingmumbai_Bytes!] - reconciledTxOrigin_contains: stagingmumbai_Bytes - reconciledTxOrigin_not_contains: stagingmumbai_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumone_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_DestinationTransfer_filter] - or: [stagingmumbai_DestinationTransfer_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapHourlyVolume_filter] + or: [arbitrumone_swap_SwapHourlyVolume_filter] } -enum stagingmumbai_DestinationTransfer_orderBy { +enum arbitrumone_swap_SwapHourlyVolume_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 + timestamp + volume } -""" -8 bytes signed integer +interface arbitrumone_swap_SwapTradeVolume { + stableSwap: arbitrumone_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumone_swap_BigDecimal! +} -""" -scalar stagingmumbai_Int8 +input arbitrumone_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumone_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapTradeVolume_filter] + or: [arbitrumone_swap_SwapTradeVolume_filter] +} -type stagingmumbai_OptimisticRootFinalized { +enum arbitrumone_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - aggregateRoot: stagingmumbai_Bytes! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt + volume: arbitrumone_swap_BigDecimal! } -input stagingmumbai_OptimisticRootFinalized_filter { +input arbitrumone_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -122514,16 +117298,27 @@ input stagingmumbai_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmumbai_Bytes - aggregateRoot_not: stagingmumbai_Bytes - aggregateRoot_gt: stagingmumbai_Bytes - aggregateRoot_lt: stagingmumbai_Bytes - aggregateRoot_gte: stagingmumbai_Bytes - aggregateRoot_lte: stagingmumbai_Bytes - aggregateRoot_in: [stagingmumbai_Bytes!] - aggregateRoot_not_in: [stagingmumbai_Bytes!] - aggregateRoot_contains: stagingmumbai_Bytes - aggregateRoot_not_contains: stagingmumbai_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -122532,47 +117327,185 @@ input stagingmumbai_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OptimisticRootFinalized_filter] - or: [stagingmumbai_OptimisticRootFinalized_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapWeeklyVolume_filter] + or: [arbitrumone_swap_SwapWeeklyVolume_filter] } -enum stagingmumbai_OptimisticRootFinalized_orderBy { +enum arbitrumone_swap_SwapWeeklyVolume_orderBy { id - aggregateRoot + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - blockNumber + volume } -"""Defines the order direction, either ascending or descending""" -enum stagingmumbai_OrderDirection { - asc - desc +type arbitrumone_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! } -type stagingmumbai_OriginMessage { +input arbitrumone_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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SystemInfo_filter] + or: [arbitrumone_swap_SystemInfo_filter] +} + +enum arbitrumone_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type arbitrumone_swap__Block_ { + """The hash of the block""" + hash: arbitrumone_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: arbitrumone_swap_Bytes +} + +"""The type for the top-level _meta field""" +type arbitrumone_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: arbitrumone_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type mainnet_AggregateRootSavedSlow { id: ID! - transferId: stagingmumbai_Bytes - destinationDomain: BigInt - leaf: stagingmumbai_Bytes - index: BigInt - message: stagingmumbai_Bytes - root: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes + aggregateRoot: mainnet_Bytes! + count: BigInt! + aggregatedRoots: [mainnet_Bytes!] + rootTimestamp: BigInt! +} + +input mainnet_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: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [mainnet_Bytes!] + aggregatedRoots_not: [mainnet_Bytes!] + aggregatedRoots_contains: [mainnet_Bytes!] + aggregatedRoots_contains_nocase: [mainnet_Bytes!] + aggregatedRoots_not_contains: [mainnet_Bytes!] + aggregatedRoots_not_contains_nocase: [mainnet_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRootSavedSlow_filter] + or: [mainnet_AggregateRootSavedSlow_filter] +} + +enum mainnet_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp +} + +type mainnet_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: mainnet_Bytes! + domain: BigInt blockNumber: BigInt - rootCount: stagingmumbai_RootCount } -input stagingmumbai_OriginMessage_filter { +input mainnet_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -122581,34 +117514,6 @@ input stagingmumbai_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: stagingmumbai_Bytes - leaf_not: stagingmumbai_Bytes - leaf_gt: stagingmumbai_Bytes - leaf_lt: stagingmumbai_Bytes - leaf_gte: stagingmumbai_Bytes - leaf_lte: stagingmumbai_Bytes - leaf_in: [stagingmumbai_Bytes!] - leaf_not_in: [stagingmumbai_Bytes!] - leaf_contains: stagingmumbai_Bytes - leaf_not_contains: stagingmumbai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -122617,36 +117522,24 @@ input stagingmumbai_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingmumbai_Bytes - message_not: stagingmumbai_Bytes - message_gt: stagingmumbai_Bytes - message_lt: stagingmumbai_Bytes - message_gte: stagingmumbai_Bytes - message_lte: stagingmumbai_Bytes - message_in: [stagingmumbai_Bytes!] - message_not_in: [stagingmumbai_Bytes!] - message_contains: stagingmumbai_Bytes - message_not_contains: stagingmumbai_Bytes - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + 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 @@ -122655,84 +117548,30 @@ input stagingmumbai_OriginMessage_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: stagingmumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OriginMessage_filter] - or: [stagingmumbai_OriginMessage_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregatedMessageRoot_filter] + or: [mainnet_AggregatedMessageRoot_filter] } -enum stagingmumbai_OriginMessage_orderBy { +enum mainnet_AggregatedMessageRoot_orderBy { id - transferId - destinationDomain - leaf index - message - root - transactionHash + receivedRoot + domain blockNumber - rootCount - rootCount__id - rootCount__count } -type stagingmumbai_OriginTransfer { +type mainnet_ArbitrumConnectorMeta { id: ID! - chainId: BigInt - transferId: stagingmumbai_Bytes - nonce: BigInt - status: stagingmumbai_TransferStatus - messageHash: stagingmumbai_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - receiveLocal: Boolean - callData: stagingmumbai_Bytes - slippage: BigInt - originSender: stagingmumbai_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingmumbai_Bytes - asset: stagingmumbai_Asset - transactingAsset: stagingmumbai_Bytes - message: stagingmumbai_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_RelayerFee_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_RelayerFee_filter): [stagingmumbai_RelayerFee!] - initialRelayerFeeAsset: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: stagingmumbai_Bytes - txNonce: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingmumbai_OriginTransfer_filter { +input mainnet_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -122741,368 +117580,403 @@ input stagingmumbai_OriginTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingmumbai_TransferStatus - status_not: stagingmumbai_TransferStatus - status_in: [stagingmumbai_TransferStatus!] - status_not_in: [stagingmumbai_TransferStatus!] - messageHash: stagingmumbai_Bytes - messageHash_not: stagingmumbai_Bytes - messageHash_gt: stagingmumbai_Bytes - messageHash_lt: stagingmumbai_Bytes - messageHash_gte: stagingmumbai_Bytes - messageHash_lte: stagingmumbai_Bytes - messageHash_in: [stagingmumbai_Bytes!] - messageHash_not_in: [stagingmumbai_Bytes!] - messageHash_contains: stagingmumbai_Bytes - messageHash_not_contains: stagingmumbai_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingmumbai_Bytes - to_not: stagingmumbai_Bytes - to_gt: stagingmumbai_Bytes - to_lt: stagingmumbai_Bytes - to_gte: stagingmumbai_Bytes - to_lte: stagingmumbai_Bytes - to_in: [stagingmumbai_Bytes!] - to_not_in: [stagingmumbai_Bytes!] - to_contains: stagingmumbai_Bytes - to_not_contains: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - delegate_not: stagingmumbai_Bytes - delegate_gt: stagingmumbai_Bytes - delegate_lt: stagingmumbai_Bytes - delegate_gte: stagingmumbai_Bytes - delegate_lte: stagingmumbai_Bytes - delegate_in: [stagingmumbai_Bytes!] - delegate_not_in: [stagingmumbai_Bytes!] - delegate_contains: stagingmumbai_Bytes - delegate_not_contains: stagingmumbai_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingmumbai_Bytes - callData_not: stagingmumbai_Bytes - callData_gt: stagingmumbai_Bytes - callData_lt: stagingmumbai_Bytes - callData_gte: stagingmumbai_Bytes - callData_lte: stagingmumbai_Bytes - callData_in: [stagingmumbai_Bytes!] - callData_not_in: [stagingmumbai_Bytes!] - callData_contains: stagingmumbai_Bytes - callData_not_contains: stagingmumbai_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: stagingmumbai_Bytes - originSender_not: stagingmumbai_Bytes - originSender_gt: stagingmumbai_Bytes - originSender_lt: stagingmumbai_Bytes - originSender_gte: stagingmumbai_Bytes - originSender_lte: stagingmumbai_Bytes - originSender_in: [stagingmumbai_Bytes!] - originSender_not_in: [stagingmumbai_Bytes!] - originSender_contains: stagingmumbai_Bytes - originSender_not_contains: stagingmumbai_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter - transactingAsset: stagingmumbai_Bytes - transactingAsset_not: stagingmumbai_Bytes - transactingAsset_gt: stagingmumbai_Bytes - transactingAsset_lt: stagingmumbai_Bytes - transactingAsset_gte: stagingmumbai_Bytes - transactingAsset_lte: stagingmumbai_Bytes - transactingAsset_in: [stagingmumbai_Bytes!] - transactingAsset_not_in: [stagingmumbai_Bytes!] - transactingAsset_contains: stagingmumbai_Bytes - transactingAsset_not_contains: stagingmumbai_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: stagingmumbai_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingmumbai_RelayerFee_filter - initialRelayerFeeAsset: stagingmumbai_Bytes - initialRelayerFeeAsset_not: stagingmumbai_Bytes - initialRelayerFeeAsset_gt: stagingmumbai_Bytes - initialRelayerFeeAsset_lt: stagingmumbai_Bytes - initialRelayerFeeAsset_gte: stagingmumbai_Bytes - initialRelayerFeeAsset_lte: stagingmumbai_Bytes - initialRelayerFeeAsset_in: [stagingmumbai_Bytes!] - initialRelayerFeeAsset_not_in: [stagingmumbai_Bytes!] - initialRelayerFeeAsset_contains: stagingmumbai_Bytes - initialRelayerFeeAsset_not_contains: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes - 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: stagingmumbai_Bytes - txOrigin_not: stagingmumbai_Bytes - txOrigin_gt: stagingmumbai_Bytes - txOrigin_lt: stagingmumbai_Bytes - txOrigin_gte: stagingmumbai_Bytes - txOrigin_lte: stagingmumbai_Bytes - txOrigin_in: [stagingmumbai_Bytes!] - txOrigin_not_in: [stagingmumbai_Bytes!] - txOrigin_contains: stagingmumbai_Bytes - txOrigin_not_contains: stagingmumbai_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ArbitrumConnectorMeta_filter] + or: [mainnet_ArbitrumConnectorMeta_filter] +} + +enum mainnet_ArbitrumConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_AvalancheConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_AvalancheConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AvalancheConnectorMeta_filter] + or: [mainnet_AvalancheConnectorMeta_filter] +} + +enum mainnet_AvalancheConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_BaseConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_BaseConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_BaseConnectorMeta_filter] + or: [mainnet_BaseConnectorMeta_filter] +} + +enum mainnet_BaseConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar mainnet_BigDecimal + +input mainnet_BlockChangedFilter { + number_gte: Int! +} + +input mainnet_Block_height { + hash: mainnet_Bytes + number: Int + number_gte: Int +} + +type mainnet_BnbConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_BnbConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_BnbConnectorMeta_filter] + or: [mainnet_BnbConnectorMeta_filter] +} + +enum mainnet_BnbConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar mainnet_Bytes + +type mainnet_GnosisConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_GnosisConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OriginTransfer_filter] - or: [stagingmumbai_OriginTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_GnosisConnectorMeta_filter] + or: [mainnet_GnosisConnectorMeta_filter] } -enum stagingmumbai_OriginTransfer_orderBy { +enum mainnet_GnosisConnectorMeta_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 stagingmumbai_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingmumbai_Bytes + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmumbai_RelayerFee { +type mainnet_HubDomain { id: ID! - transfer: stagingmumbai_OriginTransfer! - fee: BigInt! - asset: stagingmumbai_Bytes! + domain: BigInt } -input stagingmumbai_RelayerFee_filter { +input mainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -123111,101 +117985,33 @@ input stagingmumbai_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingmumbai_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: stagingmumbai_Bytes - asset_not: stagingmumbai_Bytes - asset_gt: stagingmumbai_Bytes - asset_lt: stagingmumbai_Bytes - asset_gte: stagingmumbai_Bytes - asset_lte: stagingmumbai_Bytes - asset_in: [stagingmumbai_Bytes!] - asset_not_in: [stagingmumbai_Bytes!] - asset_contains: stagingmumbai_Bytes - asset_not_contains: stagingmumbai_Bytes + 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RelayerFee_filter] - or: [stagingmumbai_RelayerFee_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_HubDomain_filter] + or: [mainnet_HubDomain_filter] } -enum stagingmumbai_RelayerFee_orderBy { +enum mainnet_HubDomain_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - 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 + domain } -type stagingmumbai_RelayerFeesIncrease { +type mainnet_HubOptimisticRootFinalized { id: ID! - transfer: stagingmumbai_OriginTransfer! - increase: BigInt - asset: stagingmumbai_Bytes - caller: stagingmumbai_Bytes! - transactionHash: stagingmumbai_Bytes! + aggregateRoot: mainnet_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input stagingmumbai_RelayerFeesIncrease_filter { +input mainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -123214,65 +118020,16 @@ input stagingmumbai_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_: stagingmumbai_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: stagingmumbai_Bytes - asset_not: stagingmumbai_Bytes - asset_gt: stagingmumbai_Bytes - asset_lt: stagingmumbai_Bytes - asset_gte: stagingmumbai_Bytes - asset_lte: stagingmumbai_Bytes - asset_in: [stagingmumbai_Bytes!] - asset_not_in: [stagingmumbai_Bytes!] - asset_contains: stagingmumbai_Bytes - asset_not_contains: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + 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 @@ -123281,22 +118038,6 @@ input stagingmumbai_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 @@ -123306,54 +118047,34 @@ input stagingmumbai_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RelayerFeesIncrease_filter] - or: [stagingmumbai_RelayerFeesIncrease_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_HubOptimisticRootFinalized_filter] + or: [mainnet_HubOptimisticRootFinalized_filter] } -enum stagingmumbai_RelayerFeesIncrease_orderBy { +enum mainnet_HubOptimisticRootFinalized_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit blockNumber } -input stagingmumbai_Relayer_filter { +""" +8 bytes signed integer + +""" +scalar mainnet_Int8 + +type mainnet_LineaConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -123362,38 +118083,77 @@ input stagingmumbai_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: stagingmumbai_Bytes - relayer_not: stagingmumbai_Bytes - relayer_gt: stagingmumbai_Bytes - relayer_lt: stagingmumbai_Bytes - relayer_gte: stagingmumbai_Bytes - relayer_lte: stagingmumbai_Bytes - relayer_in: [stagingmumbai_Bytes!] - relayer_not_in: [stagingmumbai_Bytes!] - relayer_contains: stagingmumbai_Bytes - relayer_not_contains: stagingmumbai_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Relayer_filter] - or: [stagingmumbai_Relayer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_LineaConnectorMeta_filter] + or: [mainnet_LineaConnectorMeta_filter] } -enum stagingmumbai_Relayer_orderBy { +enum mainnet_LineaConnectorMeta_orderBy { id - isActive - relayer + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmumbai_RootCount { +type mainnet_MantleConnectorMeta { id: ID! - count: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingmumbai_RootCount_filter { +input mainnet_MantleConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -123402,40 +118162,235 @@ input stagingmumbai_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RootCount_filter] - or: [stagingmumbai_RootCount_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_MantleConnectorMeta_filter] + or: [mainnet_MantleConnectorMeta_filter] } -enum stagingmumbai_RootCount_orderBy { +enum mainnet_MantleConnectorMeta_orderBy { id - count + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmumbai_RootMessageSent { +type mainnet_MetisConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +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! + 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 - root: stagingmumbai_Bytes - count: BigInt - caller: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: 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] } -input stagingmumbai_RootMessageSent_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 @@ -123460,44 +118415,88 @@ input stagingmumbai_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + 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 mainnet_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: 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 @@ -123506,22 +118505,6 @@ input stagingmumbai_RootMessageSent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -123531,44 +118514,31 @@ input stagingmumbai_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RootMessageSent_filter] - or: [stagingmumbai_RootMessageSent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootPropagated_filter] + or: [mainnet_OptimisticRootPropagated_filter] } -enum stagingmumbai_RootMessageSent_orderBy { +enum mainnet_OptimisticRootPropagated_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + aggregateRoot + domainsHash timestamp - gasPrice - gasLimit blockNumber } -type stagingmumbai_Router { - id: ID! - isActive: Boolean! - owner: stagingmumbai_Bytes - recipient: stagingmumbai_Bytes - proposedOwner: stagingmumbai_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_AssetBalance_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_AssetBalance_filter): [stagingmumbai_AssetBalance!]! -} - -type stagingmumbai_RouterDailyTVL { +type mainnet_OptimisticRootProposed { id: ID! - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! + disputeCliff: BigInt! + aggregateRoot: mainnet_Bytes! + snapshotsRoots: [mainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: mainnet_Bytes! timestamp: BigInt! - balance: BigInt! + blockNumber: BigInt } -input stagingmumbai_RouterDailyTVL_filter { +input mainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -123577,48 +118547,46 @@ input stagingmumbai_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_: stagingmumbai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter + 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 @@ -123627,63 +118595,126 @@ input stagingmumbai_RouterDailyTVL_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootProposed_filter] + or: [mainnet_OptimisticRootProposed_filter] +} + +enum mainnet_OptimisticRootProposed_orderBy { + id + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum mainnet_OrderDirection { + asc + desc +} + +type mainnet_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_PolygonConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RouterDailyTVL_filter] - or: [stagingmumbai_RouterDailyTVL_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_PolygonConnectorMeta_filter] + or: [mainnet_PolygonConnectorMeta_filter] } -enum stagingmumbai_RouterDailyTVL_orderBy { +enum mainnet_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 } -type stagingmumbai_RouterLiquidityEvent { +type mainnet_PolygonZkConnectorMeta { id: ID! - type: stagingmumbai_RouterLiquidityEventType - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingmumbai_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: stagingmumbai_Bytes! - nonce: BigInt! -} - -enum stagingmumbai_RouterLiquidityEventType { - Add - Remove + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingmumbai_RouterLiquidityEvent_filter { +input mainnet_PolygonZkConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -123692,148 +118723,75 @@ input stagingmumbai_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingmumbai_RouterLiquidityEventType - type_not: stagingmumbai_RouterLiquidityEventType - type_in: [stagingmumbai_RouterLiquidityEventType!] - type_not_in: [stagingmumbai_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_: stagingmumbai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter - 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: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - 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: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes - 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RouterLiquidityEvent_filter] - or: [stagingmumbai_RouterLiquidityEvent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_PolygonZkConnectorMeta_filter] + or: [mainnet_PolygonZkConnectorMeta_filter] } -enum stagingmumbai_RouterLiquidityEvent_orderBy { +enum 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 } -input stagingmumbai_Router_filter { +type mainnet_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: mainnet_Bytes! + index: BigInt! +} + +input mainnet_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -123842,72 +118800,52 @@ input stagingmumbai_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: stagingmumbai_Bytes - owner_not: stagingmumbai_Bytes - owner_gt: stagingmumbai_Bytes - owner_lt: stagingmumbai_Bytes - owner_gte: stagingmumbai_Bytes - owner_lte: stagingmumbai_Bytes - owner_in: [stagingmumbai_Bytes!] - owner_not_in: [stagingmumbai_Bytes!] - owner_contains: stagingmumbai_Bytes - owner_not_contains: stagingmumbai_Bytes - recipient: stagingmumbai_Bytes - recipient_not: stagingmumbai_Bytes - recipient_gt: stagingmumbai_Bytes - recipient_lt: stagingmumbai_Bytes - recipient_gte: stagingmumbai_Bytes - recipient_lte: stagingmumbai_Bytes - recipient_in: [stagingmumbai_Bytes!] - recipient_not_in: [stagingmumbai_Bytes!] - recipient_contains: stagingmumbai_Bytes - recipient_not_contains: stagingmumbai_Bytes - proposedOwner: stagingmumbai_Bytes - proposedOwner_not: stagingmumbai_Bytes - proposedOwner_gt: stagingmumbai_Bytes - proposedOwner_lt: stagingmumbai_Bytes - proposedOwner_gte: stagingmumbai_Bytes - proposedOwner_lte: stagingmumbai_Bytes - proposedOwner_in: [stagingmumbai_Bytes!] - proposedOwner_not_in: [stagingmumbai_Bytes!] - proposedOwner_contains: stagingmumbai_Bytes - proposedOwner_not_contains: stagingmumbai_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmumbai_AssetBalance_filter + 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Router_filter] - or: [stagingmumbai_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootAggregated_filter] + or: [mainnet_RootAggregated_filter] } -enum stagingmumbai_Router_orderBy { +enum mainnet_RootAggregated_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + domain + receivedRoot + index } -type stagingmumbai_Sequencer { +type mainnet_RootManagerMeta { id: ID! - isActive: Boolean! - sequencer: stagingmumbai_Bytes + domains: [BigInt!] + connectors: [mainnet_Bytes!] } -input stagingmumbai_Sequencer_filter { +input mainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -123916,39 +118854,36 @@ input stagingmumbai_Sequencer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: stagingmumbai_Bytes - sequencer_not: stagingmumbai_Bytes - sequencer_gt: stagingmumbai_Bytes - sequencer_lt: stagingmumbai_Bytes - sequencer_gte: stagingmumbai_Bytes - sequencer_lte: stagingmumbai_Bytes - sequencer_in: [stagingmumbai_Bytes!] - sequencer_not_in: [stagingmumbai_Bytes!] - sequencer_contains: stagingmumbai_Bytes - sequencer_not_contains: stagingmumbai_Bytes + 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Sequencer_filter] - or: [stagingmumbai_Sequencer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMeta_filter] + or: [mainnet_RootManagerMeta_filter] } -enum stagingmumbai_Sequencer_orderBy { +enum mainnet_RootManagerMeta_orderBy { id - isActive - sequencer + domains + connectors } -type stagingmumbai_Setting { +type mainnet_RootManagerMode { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingmumbai_Bytes! + mode: String! } -input stagingmumbai_Setting_filter { +input mainnet_RootManagerMode_filter { id: ID id_not: ID id_gt: ID @@ -123957,49 +118892,51 @@ input stagingmumbai_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Setting_filter] - or: [stagingmumbai_Setting_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMode_filter] + or: [mainnet_RootManagerMode_filter] } -enum stagingmumbai_Setting_orderBy { +enum mainnet_RootManagerMode_orderBy { id - maxRoutersPerTransfer - caller + mode } -type stagingmumbai_SlippageUpdate { +type mainnet_RootMessageProcessed { id: ID! - transfer: stagingmumbai_DestinationTransfer! - slippage: BigInt! - caller: stagingmumbai_Bytes! - transactionHash: stagingmumbai_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + root: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input stagingmumbai_SlippageUpdate_filter { +input mainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -124008,55 +118945,52 @@ input stagingmumbai_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_: stagingmumbai_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -124090,51 +119024,16 @@ input stagingmumbai_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SlippageUpdate_filter] - or: [stagingmumbai_SlippageUpdate_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageProcessed_filter] + or: [mainnet_RootMessageProcessed_filter] } -enum stagingmumbai_SlippageUpdate_orderBy { +enum 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 @@ -124143,16 +119042,15 @@ enum stagingmumbai_SlippageUpdate_orderBy { blockNumber } -type stagingmumbai_SnapshotRoot { +type mainnet_RootPropagated { id: ID! - spokeDomain: BigInt - root: stagingmumbai_Bytes! + aggregate: mainnet_Bytes! + domainsHash: mainnet_Bytes! count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input stagingmumbai_SnapshotRoot_filter { +input mainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -124161,24 +119059,26 @@ input stagingmumbai_SnapshotRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes + 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 @@ -124187,14 +119087,6 @@ input stagingmumbai_SnapshotRoot_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -124204,26 +119096,29 @@ input stagingmumbai_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SnapshotRoot_filter] - or: [stagingmumbai_SnapshotRoot_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootPropagated_filter] + or: [mainnet_RootPropagated_filter] } -enum stagingmumbai_SnapshotRoot_orderBy { +enum mainnet_RootPropagated_orderBy { id - spokeDomain - root + aggregate + domainsHash count - timestamp blockNumber } -type stagingmumbai_SpokeConnectorMode { +type mainnet_ZkSyncConnectorMeta { id: ID! - mode: String! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingmumbai_SpokeConnectorMode_filter { +input mainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -124232,58 +119127,80 @@ input stagingmumbai_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SpokeConnectorMode_filter] - or: [stagingmumbai_SpokeConnectorMode_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ZkSyncConnectorMeta_filter] + or: [mainnet_ZkSyncConnectorMeta_filter] } -enum stagingmumbai_SpokeConnectorMode_orderBy { +enum mainnet_ZkSyncConnectorMeta_orderBy { id - mode -} - -enum stagingmumbai_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmumbai__Block_ { +type mainnet__Block_ { """The hash of the block""" - hash: stagingmumbai_Bytes + 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: stagingmumbai_Bytes + parentHash: mainnet_Bytes } """The type for the top-level _meta field""" -type stagingmumbai__Meta_ { +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 @@ -124291,30 +119208,22 @@ type stagingmumbai__Meta_ { and therefore asks for the latest block """ - block: stagingmumbai__Block_! + block: mainnet__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 { +type localmainnet_AggregateRootSavedSlow { id: ID! - aggregateRoot: polygon_Bytes! + aggregateRoot: localmainnet_Bytes! + count: BigInt! + aggregatedRoots: [localmainnet_Bytes!] rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt } -input polygon_AggregateRootProposed_filter { +input localmainnet_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -124323,16 +119232,30 @@ 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: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [localmainnet_Bytes!] + aggregatedRoots_not: [localmainnet_Bytes!] + aggregatedRoots_contains: [localmainnet_Bytes!] + aggregatedRoots_contains_nocase: [localmainnet_Bytes!] + aggregatedRoots_not_contains: [localmainnet_Bytes!] + aggregatedRoots_not_contains_nocase: [localmainnet_Bytes!] rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -124341,14 +119264,55 @@ input polygon_AggregateRootProposed_filter { 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!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRootSavedSlow_filter] + or: [localmainnet_AggregateRootSavedSlow_filter] +} + +enum localmainnet_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp +} + +type localmainnet_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: localmainnet_Bytes! + domain: BigInt + blockNumber: BigInt +} + +input localmainnet_AggregatedMessageRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: localmainnet_Bytes + receivedRoot_not: localmainnet_Bytes + receivedRoot_gt: localmainnet_Bytes + receivedRoot_lt: localmainnet_Bytes + receivedRoot_gte: localmainnet_Bytes + receivedRoot_lte: localmainnet_Bytes + receivedRoot_in: [localmainnet_Bytes!] + receivedRoot_not_in: [localmainnet_Bytes!] + receivedRoot_contains: localmainnet_Bytes + receivedRoot_not_contains: localmainnet_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -124357,14 +119321,6 @@ input polygon_AggregateRootProposed_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -124374,22 +119330,125 @@ 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: localmainnet_BlockChangedFilter + and: [localmainnet_AggregatedMessageRoot_filter] + or: [localmainnet_AggregatedMessageRoot_filter] +} + +enum localmainnet_AggregatedMessageRoot_orderBy { + id + index + receivedRoot + domain + blockNumber +} + +enum localmainnet_Aggregation_interval { + hour + day +} + +type localmainnet_ArbitrumConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! +} + +input localmainnet_ArbitrumConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_ArbitrumConnectorMeta_filter] + or: [localmainnet_ArbitrumConnectorMeta_filter] +} + +enum localmainnet_ArbitrumConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar localmainnet_BigDecimal + +input localmainnet_BlockChangedFilter { + number_gte: Int! +} + +input localmainnet_Block_height { + hash: localmainnet_Bytes + number: Int + number_gte: Int } -enum polygon_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber +type localmainnet_BnbConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input polygon_AggregateRoot_filter { +input localmainnet_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -124398,66 +119457,79 @@ 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 - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AggregateRoot_filter] - or: [polygon_AggregateRoot_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_BnbConnectorMeta_filter] + or: [localmainnet_BnbConnectorMeta_filter] } -enum polygon_AggregateRoot_orderBy { +enum localmainnet_BnbConnectorMeta_orderBy { id - root - blockNumber -} - -enum polygon_Aggregation_interval { - hour - day + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type polygon_Asset { - id: ID! - key: polygon_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: polygon_Bytes - canonicalDomain: BigInt - adoptedAsset: polygon_Bytes - localAsset: polygon_Bytes - blockNumber: BigInt - status: polygon_AssetStatus -} +scalar localmainnet_Bytes -type polygon_AssetBalance { +type localmainnet_GnosisConnectorMeta { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: polygon_Router! - asset: polygon_Asset! - feesEarned: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input polygon_AssetBalance_filter { +input localmainnet_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -124466,126 +119538,73 @@ input polygon_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: polygon_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AssetBalance_filter] - or: [polygon_AssetBalance_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_GnosisConnectorMeta_filter] + or: [localmainnet_GnosisConnectorMeta_filter] } -enum polygon_AssetBalance_orderBy { +enum localmainnet_GnosisConnectorMeta_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 polygon_AssetStatus { +type localmainnet_HubDomain { id: ID! - status: Boolean + domain: BigInt } -input polygon_AssetStatus_filter { +input localmainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -124594,22 +119613,33 @@ input polygon_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AssetStatus_filter] - or: [polygon_AssetStatus_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_HubDomain_filter] + or: [localmainnet_HubDomain_filter] } -enum polygon_AssetStatus_orderBy { +enum localmainnet_HubDomain_orderBy { id - status + domain } -input polygon_Asset_filter { +type localmainnet_HubOptimisticRootFinalized { + id: ID! + aggregateRoot: localmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input localmainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -124618,70 +119648,24 @@ input polygon_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: polygon_Bytes - key_not: polygon_Bytes - key_gt: polygon_Bytes - key_lt: polygon_Bytes - key_gte: polygon_Bytes - key_lte: polygon_Bytes - key_in: [polygon_Bytes!] - key_not_in: [polygon_Bytes!] - key_contains: polygon_Bytes - key_not_contains: polygon_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: polygon_Bytes - adoptedAsset_not: polygon_Bytes - adoptedAsset_gt: polygon_Bytes - adoptedAsset_lt: polygon_Bytes - adoptedAsset_gte: polygon_Bytes - adoptedAsset_lte: polygon_Bytes - adoptedAsset_in: [polygon_Bytes!] - adoptedAsset_not_in: [polygon_Bytes!] - adoptedAsset_contains: polygon_Bytes - adoptedAsset_not_contains: polygon_Bytes - localAsset: polygon_Bytes - localAsset_not: polygon_Bytes - localAsset_gt: polygon_Bytes - localAsset_lt: polygon_Bytes - localAsset_gte: polygon_Bytes - localAsset_lte: polygon_Bytes - localAsset_in: [polygon_Bytes!] - localAsset_not_in: [polygon_Bytes!] - localAsset_contains: polygon_Bytes - localAsset_not_contains: polygon_Bytes + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -124690,72 +119674,35 @@ input polygon_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_: polygon_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Asset_filter] - or: [polygon_Asset_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_HubOptimisticRootFinalized_filter] + or: [localmainnet_HubOptimisticRootFinalized_filter] } -enum polygon_Asset_orderBy { +enum localmainnet_HubOptimisticRootFinalized_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset + aggregateRoot + timestamp blockNumber - status - status__id - status__status } -scalar polygon_BigDecimal - -input polygon_BlockChangedFilter { - number_gte: Int! -} - -input polygon_Block_height { - hash: polygon_Bytes - number: Int - number_gte: Int -} +""" +8 bytes signed integer -scalar polygon_Bytes +""" +scalar localmainnet_Int8 -type polygon_ConnectorMeta { +type localmainnet_OptimismConnectorMeta { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: polygon_Bytes - rootManager: polygon_Bytes - mirrorConnector: polygon_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input polygon_ConnectorMeta_filter { +input localmainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -124780,43 +119727,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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_ConnectorMeta_filter] - or: [polygon_ConnectorMeta_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimismConnectorMeta_filter] + or: [localmainnet_OptimismConnectorMeta_filter] } -enum polygon_ConnectorMeta_orderBy { +enum localmainnet_OptimismConnectorMeta_orderBy { id spokeDomain hubDomain @@ -124825,48 +119772,15 @@ enum polygon_ConnectorMeta_orderBy { mirrorConnector } -type polygon_DestinationTransfer { +type localmainnet_OptimisticRootPropagated { id: ID! - chainId: BigInt - transferId: polygon_Bytes - nonce: BigInt - status: polygon_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: polygon_Router_orderBy, orderDirection: polygon_OrderDirection, where: polygon_Router_filter): [polygon_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: polygon_Bytes - delegate: polygon_Bytes - receiveLocal: Boolean - callData: polygon_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: polygon_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset - amount: BigInt - routersFee: BigInt - executedCaller: polygon_Bytes - executedTransactionHash: polygon_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: polygon_Bytes - executedTxNonce: BigInt - reconciledCaller: polygon_Bytes - reconciledTransactionHash: polygon_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: polygon_Bytes - reconciledTxNonce: BigInt + aggregateRoot: localmainnet_Bytes! + domainsHash: localmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input polygon_DestinationTransfer_filter { +input localmainnet_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -124875,400 +119789,68 @@ input polygon_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: polygon_TransferStatus - status_not: polygon_TransferStatus - status_in: [polygon_TransferStatus!] - status_not_in: [polygon_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: polygon_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: polygon_Bytes - to_not: polygon_Bytes - to_gt: polygon_Bytes - to_lt: polygon_Bytes - to_gte: polygon_Bytes - to_lte: polygon_Bytes - to_in: [polygon_Bytes!] - to_not_in: [polygon_Bytes!] - to_contains: polygon_Bytes - to_not_contains: polygon_Bytes - delegate: polygon_Bytes - delegate_not: polygon_Bytes - delegate_gt: polygon_Bytes - delegate_lt: polygon_Bytes - delegate_gte: polygon_Bytes - delegate_lte: polygon_Bytes - delegate_in: [polygon_Bytes!] - delegate_not_in: [polygon_Bytes!] - delegate_contains: polygon_Bytes - delegate_not_contains: polygon_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: polygon_Bytes - callData_not: polygon_Bytes - callData_gt: polygon_Bytes - callData_lt: polygon_Bytes - callData_gte: polygon_Bytes - callData_lte: polygon_Bytes - callData_in: [polygon_Bytes!] - callData_not_in: [polygon_Bytes!] - callData_contains: polygon_Bytes - callData_not_contains: polygon_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: polygon_Bytes - originSender_not: polygon_Bytes - originSender_gt: polygon_Bytes - originSender_lt: polygon_Bytes - originSender_gte: polygon_Bytes - originSender_lte: polygon_Bytes - originSender_in: [polygon_Bytes!] - originSender_not_in: [polygon_Bytes!] - originSender_contains: polygon_Bytes - originSender_not_contains: polygon_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: polygon_Bytes - executedCaller_not: polygon_Bytes - executedCaller_gt: polygon_Bytes - executedCaller_lt: polygon_Bytes - executedCaller_gte: polygon_Bytes - executedCaller_lte: polygon_Bytes - executedCaller_in: [polygon_Bytes!] - executedCaller_not_in: [polygon_Bytes!] - executedCaller_contains: polygon_Bytes - executedCaller_not_contains: polygon_Bytes - executedTransactionHash: polygon_Bytes - executedTransactionHash_not: polygon_Bytes - executedTransactionHash_gt: polygon_Bytes - executedTransactionHash_lt: polygon_Bytes - executedTransactionHash_gte: polygon_Bytes - executedTransactionHash_lte: polygon_Bytes - executedTransactionHash_in: [polygon_Bytes!] - executedTransactionHash_not_in: [polygon_Bytes!] - executedTransactionHash_contains: polygon_Bytes - executedTransactionHash_not_contains: polygon_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: polygon_Bytes - executedTxOrigin_not: polygon_Bytes - executedTxOrigin_gt: polygon_Bytes - executedTxOrigin_lt: polygon_Bytes - executedTxOrigin_gte: polygon_Bytes - executedTxOrigin_lte: polygon_Bytes - executedTxOrigin_in: [polygon_Bytes!] - executedTxOrigin_not_in: [polygon_Bytes!] - executedTxOrigin_contains: polygon_Bytes - executedTxOrigin_not_contains: polygon_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: polygon_Bytes - reconciledCaller_not: polygon_Bytes - reconciledCaller_gt: polygon_Bytes - reconciledCaller_lt: polygon_Bytes - reconciledCaller_gte: polygon_Bytes - reconciledCaller_lte: polygon_Bytes - reconciledCaller_in: [polygon_Bytes!] - reconciledCaller_not_in: [polygon_Bytes!] - reconciledCaller_contains: polygon_Bytes - reconciledCaller_not_contains: polygon_Bytes - reconciledTransactionHash: polygon_Bytes - reconciledTransactionHash_not: polygon_Bytes - reconciledTransactionHash_gt: polygon_Bytes - reconciledTransactionHash_lt: polygon_Bytes - reconciledTransactionHash_gte: polygon_Bytes - reconciledTransactionHash_lte: polygon_Bytes - reconciledTransactionHash_in: [polygon_Bytes!] - reconciledTransactionHash_not_in: [polygon_Bytes!] - reconciledTransactionHash_contains: polygon_Bytes - reconciledTransactionHash_not_contains: polygon_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: polygon_Bytes - reconciledTxOrigin_not: polygon_Bytes - reconciledTxOrigin_gt: polygon_Bytes - reconciledTxOrigin_lt: polygon_Bytes - reconciledTxOrigin_gte: polygon_Bytes - reconciledTxOrigin_lte: polygon_Bytes - reconciledTxOrigin_in: [polygon_Bytes!] - reconciledTxOrigin_not_in: [polygon_Bytes!] - reconciledTxOrigin_contains: polygon_Bytes - reconciledTxOrigin_not_contains: polygon_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + domainsHash: localmainnet_Bytes + domainsHash_not: localmainnet_Bytes + domainsHash_gt: localmainnet_Bytes + domainsHash_lt: localmainnet_Bytes + domainsHash_gte: localmainnet_Bytes + domainsHash_lte: localmainnet_Bytes + domainsHash_in: [localmainnet_Bytes!] + domainsHash_not_in: [localmainnet_Bytes!] + domainsHash_contains: localmainnet_Bytes + domainsHash_not_contains: localmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_DestinationTransfer_filter] - or: [polygon_DestinationTransfer_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootPropagated_filter] + or: [localmainnet_OptimisticRootPropagated_filter] } -enum polygon_DestinationTransfer_orderBy { +enum localmainnet_OptimisticRootPropagated_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 + domainsHash + timestamp + blockNumber } -""" -8 bytes signed integer - -""" -scalar polygon_Int8 - -type polygon_OptimisticRootFinalized { +type localmainnet_OptimisticRootProposed { id: ID! - aggregateRoot: polygon_Bytes! + disputeCliff: BigInt! + aggregateRoot: localmainnet_Bytes! + snapshotsRoots: [localmainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: localmainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygon_OptimisticRootFinalized_filter { +input localmainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -125277,16 +119859,46 @@ 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 + disputeCliff: BigInt + disputeCliff_not: BigInt + disputeCliff_gt: BigInt + disputeCliff_lt: BigInt + disputeCliff_gte: BigInt + disputeCliff_lte: BigInt + disputeCliff_in: [BigInt!] + disputeCliff_not_in: [BigInt!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + snapshotsRoots: [localmainnet_Bytes!] + snapshotsRoots_not: [localmainnet_Bytes!] + snapshotsRoots_contains: [localmainnet_Bytes!] + snapshotsRoots_contains_nocase: [localmainnet_Bytes!] + snapshotsRoots_not_contains: [localmainnet_Bytes!] + snapshotsRoots_not_contains_nocase: [localmainnet_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: localmainnet_Bytes + baseAggregateRoot_not: localmainnet_Bytes + baseAggregateRoot_gt: localmainnet_Bytes + baseAggregateRoot_lt: localmainnet_Bytes + baseAggregateRoot_gte: localmainnet_Bytes + baseAggregateRoot_lte: localmainnet_Bytes + baseAggregateRoot_in: [localmainnet_Bytes!] + baseAggregateRoot_not_in: [localmainnet_Bytes!] + baseAggregateRoot_contains: localmainnet_Bytes + baseAggregateRoot_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -125304,38 +119916,38 @@ 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: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootProposed_filter] + or: [localmainnet_OptimisticRootProposed_filter] } -enum polygon_OptimisticRootFinalized_orderBy { +enum localmainnet_OptimisticRootProposed_orderBy { id + disputeCliff aggregateRoot + snapshotsRoots + domains + baseAggregateRoot timestamp blockNumber } """Defines the order direction, either ascending or descending""" -enum polygon_OrderDirection { +enum localmainnet_OrderDirection { asc desc } -type polygon_OriginMessage { +type localmainnet_PolygonConnectorMeta { id: ID! - transferId: polygon_Bytes - destinationDomain: BigInt - leaf: polygon_Bytes - index: BigInt - message: polygon_Bytes - root: polygon_Bytes - transactionHash: polygon_Bytes - blockNumber: BigInt - rootCount: polygon_RootCount + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input polygon_OriginMessage_filter { +input localmainnet_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -125344,34 +119956,101 @@ input polygon_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: polygon_Bytes - leaf_not: polygon_Bytes - leaf_gt: polygon_Bytes - leaf_lt: polygon_Bytes - leaf_gte: polygon_Bytes - leaf_lte: polygon_Bytes - leaf_in: [polygon_Bytes!] - leaf_not_in: [polygon_Bytes!] - leaf_contains: polygon_Bytes - leaf_not_contains: polygon_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_PolygonConnectorMeta_filter] + or: [localmainnet_PolygonConnectorMeta_filter] +} + +enum localmainnet_PolygonConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type localmainnet_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: localmainnet_Bytes! + index: BigInt! +} + +input localmainnet_RootAggregated_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: localmainnet_Bytes + receivedRoot_not: localmainnet_Bytes + receivedRoot_gt: localmainnet_Bytes + receivedRoot_lt: localmainnet_Bytes + receivedRoot_gte: localmainnet_Bytes + receivedRoot_lte: localmainnet_Bytes + receivedRoot_in: [localmainnet_Bytes!] + receivedRoot_not_in: [localmainnet_Bytes!] + receivedRoot_contains: localmainnet_Bytes + receivedRoot_not_contains: localmainnet_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -125380,122 +120059,117 @@ 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 - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: polygon_RootCount_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginMessage_filter] - or: [polygon_OriginMessage_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootAggregated_filter] + or: [localmainnet_RootAggregated_filter] } -enum polygon_OriginMessage_orderBy { +enum localmainnet_RootAggregated_orderBy { id - transferId - destinationDomain - leaf + domain + receivedRoot index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count } -type polygon_OriginTransfer { +type localmainnet_RootManagerMeta { id: ID! - chainId: BigInt - transferId: polygon_Bytes - nonce: BigInt - status: polygon_TransferStatus - messageHash: polygon_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: polygon_Bytes - delegate: polygon_Bytes - receiveLocal: Boolean - callData: polygon_Bytes - slippage: BigInt - originSender: polygon_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset - transactingAsset: polygon_Bytes - message: polygon_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: polygon_RelayerFee_orderBy, orderDirection: polygon_OrderDirection, where: polygon_RelayerFee_filter): [polygon_RelayerFee!] - initialRelayerFeeAsset: polygon_Bytes - caller: polygon_Bytes - transactionHash: polygon_Bytes + domains: [BigInt!] + connectors: [localmainnet_Bytes!] +} + +input localmainnet_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: [localmainnet_Bytes!] + connectors_not: [localmainnet_Bytes!] + connectors_contains: [localmainnet_Bytes!] + connectors_contains_nocase: [localmainnet_Bytes!] + connectors_not_contains: [localmainnet_Bytes!] + connectors_not_contains_nocase: [localmainnet_Bytes!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootManagerMeta_filter] + or: [localmainnet_RootManagerMeta_filter] +} + +enum localmainnet_RootManagerMeta_orderBy { + id + domains + connectors +} + +type localmainnet_RootManagerMode { + id: ID! + mode: String! +} + +input localmainnet_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: localmainnet_BlockChangedFilter + and: [localmainnet_RootManagerMode_filter] + or: [localmainnet_RootManagerMode_filter] +} + +enum localmainnet_RootManagerMode_orderBy { + id + mode +} + +type localmainnet_RootMessageProcessed { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + root: localmainnet_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: polygon_Bytes - txNonce: BigInt } -input polygon_OriginTransfer_filter { +input localmainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -125504,245 +120178,52 @@ input polygon_OriginTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: polygon_TransferStatus - status_not: polygon_TransferStatus - status_in: [polygon_TransferStatus!] - status_not_in: [polygon_TransferStatus!] - messageHash: polygon_Bytes - messageHash_not: polygon_Bytes - messageHash_gt: polygon_Bytes - messageHash_lt: polygon_Bytes - messageHash_gte: polygon_Bytes - messageHash_lte: polygon_Bytes - messageHash_in: [polygon_Bytes!] - messageHash_not_in: [polygon_Bytes!] - messageHash_contains: polygon_Bytes - messageHash_not_contains: polygon_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: polygon_Bytes - to_not: polygon_Bytes - to_gt: polygon_Bytes - to_lt: polygon_Bytes - to_gte: polygon_Bytes - to_lte: polygon_Bytes - to_in: [polygon_Bytes!] - to_not_in: [polygon_Bytes!] - to_contains: polygon_Bytes - to_not_contains: polygon_Bytes - delegate: polygon_Bytes - delegate_not: polygon_Bytes - delegate_gt: polygon_Bytes - delegate_lt: polygon_Bytes - delegate_gte: polygon_Bytes - delegate_lte: polygon_Bytes - delegate_in: [polygon_Bytes!] - delegate_not_in: [polygon_Bytes!] - delegate_contains: polygon_Bytes - delegate_not_contains: polygon_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: polygon_Bytes - callData_not: polygon_Bytes - callData_gt: polygon_Bytes - callData_lt: polygon_Bytes - callData_gte: polygon_Bytes - callData_lte: polygon_Bytes - callData_in: [polygon_Bytes!] - callData_not_in: [polygon_Bytes!] - callData_contains: polygon_Bytes - callData_not_contains: polygon_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: polygon_Bytes - originSender_not: polygon_Bytes - originSender_gt: polygon_Bytes - originSender_lt: polygon_Bytes - originSender_gte: polygon_Bytes - originSender_lte: polygon_Bytes - originSender_in: [polygon_Bytes!] - originSender_not_in: [polygon_Bytes!] - originSender_contains: polygon_Bytes - originSender_not_contains: polygon_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter - transactingAsset: polygon_Bytes - transactingAsset_not: polygon_Bytes - transactingAsset_gt: polygon_Bytes - transactingAsset_lt: polygon_Bytes - transactingAsset_gte: polygon_Bytes - transactingAsset_lte: polygon_Bytes - transactingAsset_in: [polygon_Bytes!] - transactingAsset_not_in: [polygon_Bytes!] - transactingAsset_contains: polygon_Bytes - transactingAsset_not_contains: polygon_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: polygon_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: polygon_RelayerFee_filter - initialRelayerFeeAsset: polygon_Bytes - initialRelayerFeeAsset_not: polygon_Bytes - initialRelayerFeeAsset_gt: polygon_Bytes - initialRelayerFeeAsset_lt: polygon_Bytes - initialRelayerFeeAsset_gte: polygon_Bytes - initialRelayerFeeAsset_lte: polygon_Bytes - initialRelayerFeeAsset_in: [polygon_Bytes!] - initialRelayerFeeAsset_not_in: [polygon_Bytes!] - initialRelayerFeeAsset_contains: polygon_Bytes - initialRelayerFeeAsset_not_contains: polygon_Bytes - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -125775,97 +120256,349 @@ input polygon_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: polygon_Bytes - txOrigin_not: polygon_Bytes - txOrigin_gt: polygon_Bytes - txOrigin_lt: polygon_Bytes - txOrigin_gte: polygon_Bytes - txOrigin_lte: polygon_Bytes - txOrigin_in: [polygon_Bytes!] - txOrigin_not_in: [polygon_Bytes!] - txOrigin_contains: polygon_Bytes - txOrigin_not_contains: polygon_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginTransfer_filter] - or: [polygon_OriginTransfer_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootMessageProcessed_filter] + or: [localmainnet_RootMessageProcessed_filter] +} + +enum localmainnet_RootMessageProcessed_orderBy { + id + spokeDomain + hubDomain + root + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type localmainnet_RootPropagated { + id: ID! + aggregate: localmainnet_Bytes! + domainsHash: localmainnet_Bytes! + count: BigInt! + blockNumber: BigInt +} + +input localmainnet_RootPropagated_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregate: localmainnet_Bytes + aggregate_not: localmainnet_Bytes + aggregate_gt: localmainnet_Bytes + aggregate_lt: localmainnet_Bytes + aggregate_gte: localmainnet_Bytes + aggregate_lte: localmainnet_Bytes + aggregate_in: [localmainnet_Bytes!] + aggregate_not_in: [localmainnet_Bytes!] + aggregate_contains: localmainnet_Bytes + aggregate_not_contains: localmainnet_Bytes + domainsHash: localmainnet_Bytes + domainsHash_not: localmainnet_Bytes + domainsHash_gt: localmainnet_Bytes + domainsHash_lt: localmainnet_Bytes + domainsHash_gte: localmainnet_Bytes + domainsHash_lte: localmainnet_Bytes + domainsHash_in: [localmainnet_Bytes!] + domainsHash_not_in: [localmainnet_Bytes!] + domainsHash_contains: localmainnet_Bytes + domainsHash_not_contains: localmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootPropagated_filter] + or: [localmainnet_RootPropagated_filter] +} + +enum localmainnet_RootPropagated_orderBy { + id + aggregate + domainsHash + count + blockNumber +} + +type localmainnet_ZkSyncConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! +} + +input localmainnet_ZkSyncConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_ZkSyncConnectorMeta_filter] + or: [localmainnet_ZkSyncConnectorMeta_filter] +} + +enum localmainnet_ZkSyncConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type localmainnet__Block_ { + """The hash of the block""" + hash: localmainnet_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: localmainnet_Bytes +} + +"""The type for the top-level _meta field""" +type localmainnet__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: localmainnet__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum staginggoerli_swap_Aggregation_interval { + hour + day +} + +scalar staginggoerli_swap_BigDecimal + +input staginggoerli_swap_BlockChangedFilter { + number_gte: Int! +} + +input staginggoerli_swap_Block_height { + hash: staginggoerli_swap_Bytes + number: Int + number_gte: Int +} + +scalar staginggoerli_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar staginggoerli_swap_Int8 + +type staginggoerli_swap_LpAccount { + id: ID! + address: staginggoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpAccountBalance_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpAccountBalance_filter): [staginggoerli_swap_LpAccountBalance!]! +} + +type staginggoerli_swap_LpAccountBalance { + id: ID! + account: staginggoerli_swap_LpAccount! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: staginggoerli_swap_Bytes +} + +input staginggoerli_swap_LpAccountBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: staginggoerli_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: staginggoerli_swap_LpToken_filter + amount: staginggoerli_swap_BigDecimal + amount_not: staginggoerli_swap_BigDecimal + amount_gt: staginggoerli_swap_BigDecimal + amount_lt: staginggoerli_swap_BigDecimal + amount_gte: staginggoerli_swap_BigDecimal + amount_lte: staginggoerli_swap_BigDecimal + amount_in: [staginggoerli_swap_BigDecimal!] + amount_not_in: [staginggoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpAccountBalance_filter] + or: [staginggoerli_swap_LpAccountBalance_filter] } -enum polygon_OriginTransfer_orderBy { +enum staginggoerli_swap_LpAccountBalance_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 polygon_Relayer { - id: ID! - isActive: Boolean! - relayer: polygon_Bytes -} - -type polygon_RelayerFee { - id: ID! - transfer: polygon_OriginTransfer! - fee: BigInt! - asset: polygon_Bytes! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input polygon_RelayerFee_filter { +input staginggoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -125874,101 +120607,51 @@ input polygon_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: polygon_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: polygon_Bytes - asset_not: polygon_Bytes - asset_gt: polygon_Bytes - asset_lt: polygon_Bytes - asset_gte: polygon_Bytes - asset_lte: polygon_Bytes - asset_in: [polygon_Bytes!] - asset_not_in: [polygon_Bytes!] - asset_contains: polygon_Bytes - asset_not_contains: polygon_Bytes + address: staginggoerli_swap_Bytes + address_not: staginggoerli_swap_Bytes + address_gt: staginggoerli_swap_Bytes + address_lt: staginggoerli_swap_Bytes + address_gte: staginggoerli_swap_Bytes + address_lte: staginggoerli_swap_Bytes + address_in: [staginggoerli_swap_Bytes!] + address_not_in: [staginggoerli_swap_Bytes!] + address_contains: staginggoerli_swap_Bytes + address_not_contains: staginggoerli_swap_Bytes + balances_: staginggoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RelayerFee_filter] - or: [polygon_RelayerFee_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpAccount_filter] + or: [staginggoerli_swap_LpAccount_filter] } -enum polygon_RelayerFee_orderBy { +enum staginggoerli_swap_LpAccount_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - 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 + balances } -type polygon_RelayerFeesIncrease { +type staginggoerli_swap_LpToken { id: ID! - transfer: polygon_OriginTransfer! - increase: BigInt - asset: polygon_Bytes - caller: polygon_Bytes! - transactionHash: polygon_Bytes! + address: staginggoerli_swap_Bytes! + stableSwap: staginggoerli_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: staginggoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpTokenEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpTokenEvent_filter): [staginggoerli_swap_LpTokenEvent!]! +} + +interface staginggoerli_swap_LpTokenEvent { + id: ID! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input polygon_RelayerFeesIncrease_filter { +input staginggoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -125977,65 +120660,43 @@ input polygon_RelayerFeesIncrease_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: polygon_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: polygon_Bytes - asset_not: polygon_Bytes - asset_gt: polygon_Bytes - asset_lt: polygon_Bytes - asset_gte: polygon_Bytes - asset_lte: polygon_Bytes - asset_in: [polygon_Bytes!] - asset_not_in: [polygon_Bytes!] - asset_contains: polygon_Bytes - asset_not_contains: polygon_Bytes - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: staginggoerli_swap_LpToken_filter + amount: staginggoerli_swap_BigDecimal + amount_not: staginggoerli_swap_BigDecimal + amount_gt: staginggoerli_swap_BigDecimal + amount_lt: staginggoerli_swap_BigDecimal + amount_gte: staginggoerli_swap_BigDecimal + amount_lte: staginggoerli_swap_BigDecimal + amount_in: [staginggoerli_swap_BigDecimal!] + amount_not_in: [staginggoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126044,79 +120705,47 @@ input polygon_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: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RelayerFeesIncrease_filter] - or: [polygon_RelayerFeesIncrease_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpTokenEvent_filter] + or: [staginggoerli_swap_LpTokenEvent_filter] } -enum polygon_RelayerFeesIncrease_orderBy { +enum staginggoerli_swap_LpTokenEvent_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - 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 + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -input polygon_Relayer_filter { +input staginggoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -126125,38 +120754,142 @@ input polygon_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: polygon_Bytes - relayer_not: polygon_Bytes - relayer_gt: polygon_Bytes - relayer_lt: polygon_Bytes - relayer_gte: polygon_Bytes - relayer_lte: polygon_Bytes - relayer_in: [polygon_Bytes!] - relayer_not_in: [polygon_Bytes!] - relayer_contains: polygon_Bytes - relayer_not_contains: polygon_Bytes + address: staginggoerli_swap_Bytes + address_not: staginggoerli_swap_Bytes + address_gt: staginggoerli_swap_Bytes + address_lt: staginggoerli_swap_Bytes + address_gte: staginggoerli_swap_Bytes + address_lte: staginggoerli_swap_Bytes + address_in: [staginggoerli_swap_Bytes!] + address_not_in: [staginggoerli_swap_Bytes!] + address_contains: staginggoerli_swap_Bytes + address_not_contains: staginggoerli_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: staginggoerli_swap_BigDecimal + totalSupply_not: staginggoerli_swap_BigDecimal + totalSupply_gt: staginggoerli_swap_BigDecimal + totalSupply_lt: staginggoerli_swap_BigDecimal + totalSupply_gte: staginggoerli_swap_BigDecimal + totalSupply_lte: staginggoerli_swap_BigDecimal + totalSupply_in: [staginggoerli_swap_BigDecimal!] + totalSupply_not_in: [staginggoerli_swap_BigDecimal!] + events_: staginggoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Relayer_filter] - or: [polygon_Relayer_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpToken_filter] + or: [staginggoerli_swap_LpToken_filter] } -enum polygon_Relayer_orderBy { +enum staginggoerli_swap_LpToken_orderBy { id - isActive - relayer + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type polygon_RootCount { +type staginggoerli_swap_LpTransferEvent implements staginggoerli_swap_LpTokenEvent { id: ID! - count: BigInt + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + from: staginggoerli_swap_Bytes! + to: staginggoerli_swap_Bytes! + fromBalance: staginggoerli_swap_BigDecimal! + toBalance: staginggoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input polygon_RootCount_filter { +input staginggoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -126165,40 +120898,143 @@ input polygon_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!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: staginggoerli_swap_LpToken_filter + amount: staginggoerli_swap_BigDecimal + amount_not: staginggoerli_swap_BigDecimal + amount_gt: staginggoerli_swap_BigDecimal + amount_lt: staginggoerli_swap_BigDecimal + amount_gte: staginggoerli_swap_BigDecimal + amount_lte: staginggoerli_swap_BigDecimal + amount_in: [staginggoerli_swap_BigDecimal!] + amount_not_in: [staginggoerli_swap_BigDecimal!] + from: staginggoerli_swap_Bytes + from_not: staginggoerli_swap_Bytes + from_gt: staginggoerli_swap_Bytes + from_lt: staginggoerli_swap_Bytes + from_gte: staginggoerli_swap_Bytes + from_lte: staginggoerli_swap_Bytes + from_in: [staginggoerli_swap_Bytes!] + from_not_in: [staginggoerli_swap_Bytes!] + from_contains: staginggoerli_swap_Bytes + from_not_contains: staginggoerli_swap_Bytes + to: staginggoerli_swap_Bytes + to_not: staginggoerli_swap_Bytes + to_gt: staginggoerli_swap_Bytes + to_lt: staginggoerli_swap_Bytes + to_gte: staginggoerli_swap_Bytes + to_lte: staginggoerli_swap_Bytes + to_in: [staginggoerli_swap_Bytes!] + to_not_in: [staginggoerli_swap_Bytes!] + to_contains: staginggoerli_swap_Bytes + to_not_contains: staginggoerli_swap_Bytes + fromBalance: staginggoerli_swap_BigDecimal + fromBalance_not: staginggoerli_swap_BigDecimal + fromBalance_gt: staginggoerli_swap_BigDecimal + fromBalance_lt: staginggoerli_swap_BigDecimal + fromBalance_gte: staginggoerli_swap_BigDecimal + fromBalance_lte: staginggoerli_swap_BigDecimal + fromBalance_in: [staginggoerli_swap_BigDecimal!] + fromBalance_not_in: [staginggoerli_swap_BigDecimal!] + toBalance: staginggoerli_swap_BigDecimal + toBalance_not: staginggoerli_swap_BigDecimal + toBalance_gt: staginggoerli_swap_BigDecimal + toBalance_lt: staginggoerli_swap_BigDecimal + toBalance_gte: staginggoerli_swap_BigDecimal + toBalance_lte: staginggoerli_swap_BigDecimal + toBalance_in: [staginggoerli_swap_BigDecimal!] + toBalance_not_in: [staginggoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RootCount_filter] - or: [polygon_RootCount_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpTransferEvent_filter] + or: [staginggoerli_swap_LpTransferEvent_filter] } -enum polygon_RootCount_orderBy { +enum staginggoerli_swap_LpTransferEvent_orderBy { id - count + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -type polygon_RootMessageSent { +"""Defines the order direction, either ascending or descending""" +enum staginggoerli_swap_OrderDirection { + asc + desc +} + +type staginggoerli_swap_PooledToken { 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 + asset: staginggoerli_swap_Bytes! } -input polygon_RootMessageSent_filter { +input staginggoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -126207,60 +121043,161 @@ input polygon_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: 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 + asset: staginggoerli_swap_Bytes + asset_not: staginggoerli_swap_Bytes + asset_gt: staginggoerli_swap_Bytes + asset_lt: staginggoerli_swap_Bytes + asset_gte: staginggoerli_swap_Bytes + asset_lte: staginggoerli_swap_Bytes + asset_in: [staginggoerli_swap_Bytes!] + asset_not_in: [staginggoerli_swap_Bytes!] + asset_contains: staginggoerli_swap_Bytes + asset_not_contains: staginggoerli_swap_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_PooledToken_filter] + or: [staginggoerli_swap_PooledToken_filter] +} + +enum staginggoerli_swap_PooledToken_orderBy { + id + asset +} + +type staginggoerli_swap_StableSwap { + id: ID! + isActive: Boolean + key: staginggoerli_swap_Bytes! + canonicalId: staginggoerli_swap_Bytes + domain: BigInt + swapPool: staginggoerli_swap_Bytes + lpToken: staginggoerli_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [staginggoerli_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapEvent_filter): [staginggoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapExchange_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapExchange_filter): [staginggoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapHourlyVolume_filter): [staginggoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapDailyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapDailyVolume_filter): [staginggoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapWeeklyVolume_filter): [staginggoerli_swap_SwapWeeklyVolume!] +} + +type staginggoerli_swap_StableSwapAddLiquidityEvent implements staginggoerli_swap_StableSwapEvent { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + provider: staginggoerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! +} + +input staginggoerli_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_: staginggoerli_swap_StableSwap_filter + provider: staginggoerli_swap_Bytes + provider_not: staginggoerli_swap_Bytes + provider_gt: staginggoerli_swap_Bytes + provider_lt: staginggoerli_swap_Bytes + provider_gte: staginggoerli_swap_Bytes + provider_lte: staginggoerli_swap_Bytes + provider_in: [staginggoerli_swap_Bytes!] + provider_not_in: [staginggoerli_swap_Bytes!] + provider_contains: staginggoerli_swap_Bytes + provider_not_contains: staginggoerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126269,69 +121206,72 @@ input polygon_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: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RootMessageSent_filter] - or: [polygon_RootMessageSent_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum polygon_RootMessageSent_orderBy { +enum staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - gasPrice - gasLimit - blockNumber -} - -type 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!]! + transaction + nonce } -type polygon_RouterDailyTVL { +interface staginggoerli_swap_StableSwapEvent { id: ID! - router: polygon_Router! - asset: polygon_Asset! + stableSwap: staginggoerli_swap_StableSwap! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input polygon_RouterDailyTVL_filter { +input staginggoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -126340,48 +121280,35 @@ input polygon_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: polygon_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + 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 @@ -126390,63 +121317,72 @@ input polygon_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: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RouterDailyTVL_filter] - or: [polygon_RouterDailyTVL_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapEvent_filter] + or: [staginggoerli_swap_StableSwapEvent_filter] } -enum polygon_RouterDailyTVL_orderBy { +enum staginggoerli_swap_StableSwapEvent_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - balance + transaction + nonce } -type polygon_RouterLiquidityEvent { +type staginggoerli_swap_StableSwapExchange { id: ID! - type: polygon_RouterLiquidityEventType - router: polygon_Router! - asset: polygon_Asset! - amount: BigInt! - balance: BigInt! - caller: polygon_Bytes - blockNumber: BigInt! + stableSwap: staginggoerli_swap_StableSwap! + buyer: staginggoerli_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - transactionHash: polygon_Bytes! + transaction: staginggoerli_swap_Bytes! nonce: BigInt! } -enum polygon_RouterLiquidityEventType { - Add - Remove -} - -input polygon_RouterLiquidityEvent_filter { +input staginggoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -126455,86 +121391,91 @@ input polygon_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: polygon_RouterLiquidityEventType - type_not: polygon_RouterLiquidityEventType - type_in: [polygon_RouterLiquidityEventType!] - type_not_in: [polygon_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: polygon_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + buyer: staginggoerli_swap_Bytes + buyer_not: staginggoerli_swap_Bytes + buyer_gt: staginggoerli_swap_Bytes + buyer_lt: staginggoerli_swap_Bytes + buyer_gte: staginggoerli_swap_Bytes + buyer_lte: staginggoerli_swap_Bytes + buyer_in: [staginggoerli_swap_Bytes!] + buyer_not_in: [staginggoerli_swap_Bytes!] + buyer_contains: staginggoerli_swap_Bytes + buyer_not_contains: staginggoerli_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126543,16 +121484,16 @@ input polygon_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -126562,41 +121503,60 @@ input polygon_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RouterLiquidityEvent_filter] - or: [polygon_RouterLiquidityEvent_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapExchange_filter] + or: [staginggoerli_swap_StableSwapExchange_filter] } -enum polygon_RouterLiquidityEvent_orderBy { +enum staginggoerli_swap_StableSwapExchange_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - transactionHash + transaction nonce } -input polygon_Router_filter { +type staginggoerli_swap_StableSwapRemoveLiquidityEvent implements staginggoerli_swap_StableSwapEvent { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + provider: staginggoerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! +} + +input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -126605,72 +121565,152 @@ input polygon_Router_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: polygon_Bytes - owner_not: polygon_Bytes - owner_gt: polygon_Bytes - owner_lt: polygon_Bytes - owner_gte: polygon_Bytes - owner_lte: polygon_Bytes - owner_in: [polygon_Bytes!] - owner_not_in: [polygon_Bytes!] - owner_contains: polygon_Bytes - owner_not_contains: polygon_Bytes - recipient: polygon_Bytes - recipient_not: polygon_Bytes - recipient_gt: polygon_Bytes - recipient_lt: polygon_Bytes - recipient_gte: polygon_Bytes - recipient_lte: polygon_Bytes - recipient_in: [polygon_Bytes!] - recipient_not_in: [polygon_Bytes!] - recipient_contains: polygon_Bytes - recipient_not_contains: polygon_Bytes - proposedOwner: polygon_Bytes - proposedOwner_not: polygon_Bytes - proposedOwner_gt: polygon_Bytes - proposedOwner_lt: polygon_Bytes - proposedOwner_gte: polygon_Bytes - proposedOwner_lte: polygon_Bytes - proposedOwner_in: [polygon_Bytes!] - proposedOwner_not_in: [polygon_Bytes!] - proposedOwner_contains: polygon_Bytes - proposedOwner_not_contains: polygon_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygon_AssetBalance_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + provider: staginggoerli_swap_Bytes + provider_not: staginggoerli_swap_Bytes + provider_gt: staginggoerli_swap_Bytes + provider_lt: staginggoerli_swap_Bytes + provider_gte: staginggoerli_swap_Bytes + provider_lte: staginggoerli_swap_Bytes + provider_in: [staginggoerli_swap_Bytes!] + provider_not_in: [staginggoerli_swap_Bytes!] + provider_contains: staginggoerli_swap_Bytes + provider_not_contains: staginggoerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + 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_Router_filter] - or: [polygon_Router_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum polygon_Router_orderBy { +enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type polygon_Sequencer { - id: ID! - isActive: Boolean! - sequencer: polygon_Bytes + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -input polygon_Sequencer_filter { +input staginggoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -126683,35 +121723,197 @@ input polygon_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: polygon_Bytes - sequencer_not: polygon_Bytes - sequencer_gt: polygon_Bytes - sequencer_lt: polygon_Bytes - sequencer_gte: polygon_Bytes - sequencer_lte: polygon_Bytes - sequencer_in: [polygon_Bytes!] - sequencer_not_in: [polygon_Bytes!] - sequencer_contains: polygon_Bytes - sequencer_not_contains: polygon_Bytes + key: staginggoerli_swap_Bytes + key_not: staginggoerli_swap_Bytes + key_gt: staginggoerli_swap_Bytes + key_lt: staginggoerli_swap_Bytes + key_gte: staginggoerli_swap_Bytes + key_lte: staginggoerli_swap_Bytes + key_in: [staginggoerli_swap_Bytes!] + key_not_in: [staginggoerli_swap_Bytes!] + key_contains: staginggoerli_swap_Bytes + key_not_contains: staginggoerli_swap_Bytes + canonicalId: staginggoerli_swap_Bytes + canonicalId_not: staginggoerli_swap_Bytes + canonicalId_gt: staginggoerli_swap_Bytes + canonicalId_lt: staginggoerli_swap_Bytes + canonicalId_gte: staginggoerli_swap_Bytes + canonicalId_lte: staginggoerli_swap_Bytes + canonicalId_in: [staginggoerli_swap_Bytes!] + canonicalId_not_in: [staginggoerli_swap_Bytes!] + canonicalId_contains: staginggoerli_swap_Bytes + canonicalId_not_contains: staginggoerli_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: staginggoerli_swap_Bytes + swapPool_not: staginggoerli_swap_Bytes + swapPool_gt: staginggoerli_swap_Bytes + swapPool_lt: staginggoerli_swap_Bytes + swapPool_gte: staginggoerli_swap_Bytes + swapPool_lte: staginggoerli_swap_Bytes + swapPool_in: [staginggoerli_swap_Bytes!] + swapPool_not_in: [staginggoerli_swap_Bytes!] + swapPool_contains: staginggoerli_swap_Bytes + swapPool_not_contains: staginggoerli_swap_Bytes + lpToken: staginggoerli_swap_Bytes + lpToken_not: staginggoerli_swap_Bytes + lpToken_gt: staginggoerli_swap_Bytes + lpToken_lt: staginggoerli_swap_Bytes + lpToken_gte: staginggoerli_swap_Bytes + lpToken_lte: staginggoerli_swap_Bytes + lpToken_in: [staginggoerli_swap_Bytes!] + lpToken_not_in: [staginggoerli_swap_Bytes!] + lpToken_contains: staginggoerli_swap_Bytes + lpToken_not_contains: staginggoerli_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [staginggoerli_swap_Bytes!] + pooledTokens_not: [staginggoerli_swap_Bytes!] + pooledTokens_contains: [staginggoerli_swap_Bytes!] + pooledTokens_contains_nocase: [staginggoerli_swap_Bytes!] + pooledTokens_not_contains: [staginggoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [staginggoerli_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: staginggoerli_swap_StableSwapEvent_filter + exchanges_: staginggoerli_swap_StableSwapExchange_filter + hourlyVolumes_: staginggoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: staginggoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: staginggoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Sequencer_filter] - or: [polygon_Sequencer_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwap_filter] + or: [staginggoerli_swap_StableSwap_filter] } -enum polygon_Sequencer_orderBy { +enum staginggoerli_swap_StableSwap_orderBy { id isActive - sequencer + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type polygon_Setting { +type staginggoerli_swap_SwapDailyVolume implements staginggoerli_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: polygon_Bytes! + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! } -input polygon_Setting_filter { +input staginggoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -126720,49 +121922,80 @@ input polygon_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Setting_filter] - or: [polygon_Setting_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapDailyVolume_filter] + or: [staginggoerli_swap_SwapDailyVolume_filter] } -enum polygon_Setting_orderBy { +enum staginggoerli_swap_SwapDailyVolume_orderBy { id - maxRoutersPerTransfer - caller + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type polygon_SlippageUpdate { +type staginggoerli_swap_SwapHourlyVolume implements staginggoerli_swap_SwapTradeVolume { id: ID! - transfer: polygon_DestinationTransfer! - slippage: BigInt! - caller: polygon_Bytes! - transactionHash: polygon_Bytes! + stableSwap: staginggoerli_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: staginggoerli_swap_BigDecimal! } -input polygon_SlippageUpdate_filter { +input staginggoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -126771,55 +122004,100 @@ input polygon_SlippageUpdate_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: polygon_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapHourlyVolume_filter] + or: [staginggoerli_swap_SwapHourlyVolume_filter] +} + +enum staginggoerli_swap_SwapHourlyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +interface staginggoerli_swap_SwapTradeVolume { + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! +} + +input staginggoerli_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126828,94 +122106,50 @@ input polygon_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: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_SlippageUpdate_filter] - or: [polygon_SlippageUpdate_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapTradeVolume_filter] + or: [staginggoerli_swap_SwapTradeVolume_filter] } -enum polygon_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash +enum staginggoerli_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type polygon_SnapshotRoot { +type staginggoerli_swap_SwapWeeklyVolume implements staginggoerli_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: polygon_Bytes! - count: BigInt! + stableSwap: staginggoerli_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: staginggoerli_swap_BigDecimal! } -input polygon_SnapshotRoot_filter { +input staginggoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -126924,32 +122158,27 @@ input polygon_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: 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126958,35 +122187,50 @@ input polygon_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: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_SnapshotRoot_filter] - or: [polygon_SnapshotRoot_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapWeeklyVolume_filter] + or: [staginggoerli_swap_SwapWeeklyVolume_filter] } -enum polygon_SnapshotRoot_orderBy { +enum staginggoerli_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 polygon_SpokeConnectorMode { +type staginggoerli_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input polygon_SpokeConnectorMode_filter { +input staginggoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -126995,58 +122239,47 @@ 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 + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_SpokeConnectorMode_filter] - or: [polygon_SpokeConnectorMode_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SystemInfo_filter] + or: [staginggoerli_swap_SystemInfo_filter] } -enum polygon_SpokeConnectorMode_orderBy { +enum staginggoerli_swap_SystemInfo_orderBy { id - mode -} - -enum polygon_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type polygon__Block_ { +type staginggoerli_swap__Block_ { """The hash of the block""" - hash: polygon_Bytes + hash: staginggoerli_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_Bytes + parentHash: staginggoerli_swap_Bytes } """The type for the top-level _meta field""" -type polygon__Meta_ { +type staginggoerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -127054,22 +122287,22 @@ type polygon__Meta_ { and therefore asks for the latest block """ - block: polygon__Block_! + block: staginggoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type staginggoerli_AggregateRoot { +type stagingoptimismgoerli_AggregateRoot { id: ID! - root: staginggoerli_Bytes! + root: stagingoptimismgoerli_Bytes! blockNumber: BigInt! } -type staginggoerli_AggregateRootProposed { +type stagingoptimismgoerli_AggregateRootProposed { id: ID! - aggregateRoot: staginggoerli_Bytes! + aggregateRoot: stagingoptimismgoerli_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -127077,7 +122310,7 @@ type staginggoerli_AggregateRootProposed { blockNumber: BigInt } -input staginggoerli_AggregateRootProposed_filter { +input stagingoptimismgoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -127086,16 +122319,16 @@ input staginggoerli_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes + aggregateRoot: stagingoptimismgoerli_Bytes + aggregateRoot_not: stagingoptimismgoerli_Bytes + aggregateRoot_gt: stagingoptimismgoerli_Bytes + aggregateRoot_lt: stagingoptimismgoerli_Bytes + aggregateRoot_gte: stagingoptimismgoerli_Bytes + aggregateRoot_lte: stagingoptimismgoerli_Bytes + aggregateRoot_in: [stagingoptimismgoerli_Bytes!] + aggregateRoot_not_in: [stagingoptimismgoerli_Bytes!] + aggregateRoot_contains: stagingoptimismgoerli_Bytes + aggregateRoot_not_contains: stagingoptimismgoerli_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -127137,12 +122370,12 @@ input staginggoerli_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregateRootProposed_filter] - or: [staginggoerli_AggregateRootProposed_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AggregateRootProposed_filter] + or: [stagingoptimismgoerli_AggregateRootProposed_filter] } -enum staginggoerli_AggregateRootProposed_orderBy { +enum stagingoptimismgoerli_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -127152,7 +122385,7 @@ enum staginggoerli_AggregateRootProposed_orderBy { blockNumber } -input staginggoerli_AggregateRoot_filter { +input stagingoptimismgoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -127161,16 +122394,16 @@ input staginggoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes + root: stagingoptimismgoerli_Bytes + root_not: stagingoptimismgoerli_Bytes + root_gt: stagingoptimismgoerli_Bytes + root_lt: stagingoptimismgoerli_Bytes + root_gte: stagingoptimismgoerli_Bytes + root_lte: stagingoptimismgoerli_Bytes + root_in: [stagingoptimismgoerli_Bytes!] + root_not_in: [stagingoptimismgoerli_Bytes!] + root_contains: stagingoptimismgoerli_Bytes + root_not_contains: stagingoptimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -127180,42 +122413,47 @@ input staginggoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregateRoot_filter] - or: [staginggoerli_AggregateRoot_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AggregateRoot_filter] + or: [stagingoptimismgoerli_AggregateRoot_filter] } -enum staginggoerli_AggregateRoot_orderBy { +enum stagingoptimismgoerli_AggregateRoot_orderBy { id root blockNumber } -type staginggoerli_Asset { +enum stagingoptimismgoerli_Aggregation_interval { + hour + day +} + +type stagingoptimismgoerli_Asset { id: ID! - key: staginggoerli_Bytes + key: stagingoptimismgoerli_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: staginggoerli_Bytes + canonicalId: stagingoptimismgoerli_Bytes canonicalDomain: BigInt - adoptedAsset: staginggoerli_Bytes - localAsset: staginggoerli_Bytes + adoptedAsset: stagingoptimismgoerli_Bytes + localAsset: stagingoptimismgoerli_Bytes blockNumber: BigInt - status: staginggoerli_AssetStatus + status: stagingoptimismgoerli_AssetStatus } -type staginggoerli_AssetBalance { +type stagingoptimismgoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: staginggoerli_Router! - asset: staginggoerli_Asset! + router: stagingoptimismgoerli_Router! + asset: stagingoptimismgoerli_Asset! feesEarned: BigInt! } -input staginggoerli_AssetBalance_filter { +input stagingoptimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -127276,7 +122514,7 @@ input staginggoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginggoerli_Router_filter + router_: stagingoptimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -127297,7 +122535,7 @@ input staginggoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter + asset_: stagingoptimismgoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -127307,12 +122545,12 @@ input staginggoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AssetBalance_filter] - or: [staginggoerli_AssetBalance_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AssetBalance_filter] + or: [stagingoptimismgoerli_AssetBalance_filter] } -enum staginggoerli_AssetBalance_orderBy { +enum stagingoptimismgoerli_AssetBalance_orderBy { id amount locked @@ -127338,12 +122576,12 @@ enum staginggoerli_AssetBalance_orderBy { feesEarned } -type staginggoerli_AssetStatus { +type stagingoptimismgoerli_AssetStatus { id: ID! status: Boolean } -input staginggoerli_AssetStatus_filter { +input stagingoptimismgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -127357,17 +122595,17 @@ input staginggoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AssetStatus_filter] - or: [staginggoerli_AssetStatus_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AssetStatus_filter] + or: [stagingoptimismgoerli_AssetStatus_filter] } -enum staginggoerli_AssetStatus_orderBy { +enum stagingoptimismgoerli_AssetStatus_orderBy { id status } -input staginggoerli_Asset_filter { +input stagingoptimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -127376,16 +122614,16 @@ input staginggoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: staginggoerli_Bytes - key_not: staginggoerli_Bytes - key_gt: staginggoerli_Bytes - key_lt: staginggoerli_Bytes - key_gte: staginggoerli_Bytes - key_lte: staginggoerli_Bytes - key_in: [staginggoerli_Bytes!] - key_not_in: [staginggoerli_Bytes!] - key_contains: staginggoerli_Bytes - key_not_contains: staginggoerli_Bytes + key: stagingoptimismgoerli_Bytes + key_not: stagingoptimismgoerli_Bytes + key_gt: stagingoptimismgoerli_Bytes + key_lt: stagingoptimismgoerli_Bytes + key_gte: stagingoptimismgoerli_Bytes + key_lte: stagingoptimismgoerli_Bytes + key_in: [stagingoptimismgoerli_Bytes!] + key_not_in: [stagingoptimismgoerli_Bytes!] + key_contains: stagingoptimismgoerli_Bytes + key_not_contains: stagingoptimismgoerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -127402,16 +122640,16 @@ input staginggoerli_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: staginggoerli_Bytes - canonicalId_not: staginggoerli_Bytes - canonicalId_gt: staginggoerli_Bytes - canonicalId_lt: staginggoerli_Bytes - canonicalId_gte: staginggoerli_Bytes - canonicalId_lte: staginggoerli_Bytes - canonicalId_in: [staginggoerli_Bytes!] - canonicalId_not_in: [staginggoerli_Bytes!] - canonicalId_contains: staginggoerli_Bytes - canonicalId_not_contains: staginggoerli_Bytes + canonicalId: stagingoptimismgoerli_Bytes + canonicalId_not: stagingoptimismgoerli_Bytes + canonicalId_gt: stagingoptimismgoerli_Bytes + canonicalId_lt: stagingoptimismgoerli_Bytes + canonicalId_gte: stagingoptimismgoerli_Bytes + canonicalId_lte: stagingoptimismgoerli_Bytes + canonicalId_in: [stagingoptimismgoerli_Bytes!] + canonicalId_not_in: [stagingoptimismgoerli_Bytes!] + canonicalId_contains: stagingoptimismgoerli_Bytes + canonicalId_not_contains: stagingoptimismgoerli_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -127420,26 +122658,26 @@ input staginggoerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: staginggoerli_Bytes - adoptedAsset_not: staginggoerli_Bytes - adoptedAsset_gt: staginggoerli_Bytes - adoptedAsset_lt: staginggoerli_Bytes - adoptedAsset_gte: staginggoerli_Bytes - adoptedAsset_lte: staginggoerli_Bytes - adoptedAsset_in: [staginggoerli_Bytes!] - adoptedAsset_not_in: [staginggoerli_Bytes!] - adoptedAsset_contains: staginggoerli_Bytes - adoptedAsset_not_contains: staginggoerli_Bytes - localAsset: staginggoerli_Bytes - localAsset_not: staginggoerli_Bytes - localAsset_gt: staginggoerli_Bytes - localAsset_lt: staginggoerli_Bytes - localAsset_gte: staginggoerli_Bytes - localAsset_lte: staginggoerli_Bytes - localAsset_in: [staginggoerli_Bytes!] - localAsset_not_in: [staginggoerli_Bytes!] - localAsset_contains: staginggoerli_Bytes - localAsset_not_contains: staginggoerli_Bytes + adoptedAsset: stagingoptimismgoerli_Bytes + adoptedAsset_not: stagingoptimismgoerli_Bytes + adoptedAsset_gt: stagingoptimismgoerli_Bytes + adoptedAsset_lt: stagingoptimismgoerli_Bytes + adoptedAsset_gte: stagingoptimismgoerli_Bytes + adoptedAsset_lte: stagingoptimismgoerli_Bytes + adoptedAsset_in: [stagingoptimismgoerli_Bytes!] + adoptedAsset_not_in: [stagingoptimismgoerli_Bytes!] + adoptedAsset_contains: stagingoptimismgoerli_Bytes + adoptedAsset_not_contains: stagingoptimismgoerli_Bytes + localAsset: stagingoptimismgoerli_Bytes + localAsset_not: stagingoptimismgoerli_Bytes + localAsset_gt: stagingoptimismgoerli_Bytes + localAsset_lt: stagingoptimismgoerli_Bytes + localAsset_gte: stagingoptimismgoerli_Bytes + localAsset_lte: stagingoptimismgoerli_Bytes + localAsset_in: [stagingoptimismgoerli_Bytes!] + localAsset_not_in: [stagingoptimismgoerli_Bytes!] + localAsset_contains: stagingoptimismgoerli_Bytes + localAsset_not_contains: stagingoptimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -127468,14 +122706,14 @@ input staginggoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: staginggoerli_AssetStatus_filter + status_: stagingoptimismgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Asset_filter] - or: [staginggoerli_Asset_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Asset_filter] + or: [stagingoptimismgoerli_Asset_filter] } -enum staginggoerli_Asset_orderBy { +enum stagingoptimismgoerli_Asset_orderBy { id key decimal @@ -127490,16 +122728,30 @@ enum staginggoerli_Asset_orderBy { status__status } -type staginggoerli_ConnectorMeta { +scalar stagingoptimismgoerli_BigDecimal + +input stagingoptimismgoerli_BlockChangedFilter { + number_gte: Int! +} + +input stagingoptimismgoerli_Block_height { + hash: stagingoptimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar stagingoptimismgoerli_Bytes + +type stagingoptimismgoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes + amb: stagingoptimismgoerli_Bytes + rootManager: stagingoptimismgoerli_Bytes + mirrorConnector: stagingoptimismgoerli_Bytes } -input staginggoerli_ConnectorMeta_filter { +input stagingoptimismgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -127524,43 +122776,43 @@ input staginggoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + amb: stagingoptimismgoerli_Bytes + amb_not: stagingoptimismgoerli_Bytes + amb_gt: stagingoptimismgoerli_Bytes + amb_lt: stagingoptimismgoerli_Bytes + amb_gte: stagingoptimismgoerli_Bytes + amb_lte: stagingoptimismgoerli_Bytes + amb_in: [stagingoptimismgoerli_Bytes!] + amb_not_in: [stagingoptimismgoerli_Bytes!] + amb_contains: stagingoptimismgoerli_Bytes + amb_not_contains: stagingoptimismgoerli_Bytes + rootManager: stagingoptimismgoerli_Bytes + rootManager_not: stagingoptimismgoerli_Bytes + rootManager_gt: stagingoptimismgoerli_Bytes + rootManager_lt: stagingoptimismgoerli_Bytes + rootManager_gte: stagingoptimismgoerli_Bytes + rootManager_lte: stagingoptimismgoerli_Bytes + rootManager_in: [stagingoptimismgoerli_Bytes!] + rootManager_not_in: [stagingoptimismgoerli_Bytes!] + rootManager_contains: stagingoptimismgoerli_Bytes + rootManager_not_contains: stagingoptimismgoerli_Bytes + mirrorConnector: stagingoptimismgoerli_Bytes + mirrorConnector_not: stagingoptimismgoerli_Bytes + mirrorConnector_gt: stagingoptimismgoerli_Bytes + mirrorConnector_lt: stagingoptimismgoerli_Bytes + mirrorConnector_gte: stagingoptimismgoerli_Bytes + mirrorConnector_lte: stagingoptimismgoerli_Bytes + mirrorConnector_in: [stagingoptimismgoerli_Bytes!] + mirrorConnector_not_in: [stagingoptimismgoerli_Bytes!] + mirrorConnector_contains: stagingoptimismgoerli_Bytes + mirrorConnector_not_contains: stagingoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_ConnectorMeta_filter] - or: [staginggoerli_ConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_ConnectorMeta_filter] + or: [stagingoptimismgoerli_ConnectorMeta_filter] } -enum staginggoerli_ConnectorMeta_orderBy { +enum stagingoptimismgoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -127569,48 +122821,48 @@ enum staginggoerli_ConnectorMeta_orderBy { mirrorConnector } -type staginggoerli_DestinationTransfer { +type stagingoptimismgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: staginggoerli_Bytes + transferId: stagingoptimismgoerli_Bytes nonce: BigInt - status: staginggoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_Router_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_Router_filter): [staginggoerli_Router!] + status: stagingoptimismgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_Router_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_Router_filter): [stagingoptimismgoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginggoerli_Bytes - delegate: staginggoerli_Bytes + to: stagingoptimismgoerli_Bytes + delegate: stagingoptimismgoerli_Bytes receiveLocal: Boolean - callData: staginggoerli_Bytes + callData: stagingoptimismgoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: staginggoerli_Bytes + originSender: stagingoptimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginggoerli_Bytes - asset: staginggoerli_Asset + canonicalId: stagingoptimismgoerli_Bytes + asset: stagingoptimismgoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: staginggoerli_Bytes - executedTransactionHash: staginggoerli_Bytes + executedCaller: stagingoptimismgoerli_Bytes + executedTransactionHash: stagingoptimismgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: staginggoerli_Bytes + executedTxOrigin: stagingoptimismgoerli_Bytes executedTxNonce: BigInt - reconciledCaller: staginggoerli_Bytes - reconciledTransactionHash: staginggoerli_Bytes + reconciledCaller: stagingoptimismgoerli_Bytes + reconciledTransactionHash: stagingoptimismgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: staginggoerli_Bytes + reconciledTxOrigin: stagingoptimismgoerli_Bytes reconciledTxNonce: BigInt } -input staginggoerli_DestinationTransfer_filter { +input stagingoptimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -127627,16 +122879,16 @@ input staginggoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: staginggoerli_Bytes - transferId_not: staginggoerli_Bytes - transferId_gt: staginggoerli_Bytes - transferId_lt: staginggoerli_Bytes - transferId_gte: staginggoerli_Bytes - transferId_lte: staginggoerli_Bytes - transferId_in: [staginggoerli_Bytes!] - transferId_not_in: [staginggoerli_Bytes!] - transferId_contains: staginggoerli_Bytes - transferId_not_contains: staginggoerli_Bytes + transferId: stagingoptimismgoerli_Bytes + transferId_not: stagingoptimismgoerli_Bytes + transferId_gt: stagingoptimismgoerli_Bytes + transferId_lt: stagingoptimismgoerli_Bytes + transferId_gte: stagingoptimismgoerli_Bytes + transferId_lte: stagingoptimismgoerli_Bytes + transferId_in: [stagingoptimismgoerli_Bytes!] + transferId_not_in: [stagingoptimismgoerli_Bytes!] + transferId_contains: stagingoptimismgoerli_Bytes + transferId_not_contains: stagingoptimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -127645,17 +122897,17 @@ input staginggoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: staginggoerli_TransferStatus - status_not: staginggoerli_TransferStatus - status_in: [staginggoerli_TransferStatus!] - status_not_in: [staginggoerli_TransferStatus!] + status: stagingoptimismgoerli_TransferStatus + status_not: stagingoptimismgoerli_TransferStatus + status_in: [stagingoptimismgoerli_TransferStatus!] + status_not_in: [stagingoptimismgoerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: staginggoerli_Router_filter + routers_: stagingoptimismgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -127680,40 +122932,40 @@ input staginggoerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: staginggoerli_Bytes - to_not: staginggoerli_Bytes - to_gt: staginggoerli_Bytes - to_lt: staginggoerli_Bytes - to_gte: staginggoerli_Bytes - to_lte: staginggoerli_Bytes - to_in: [staginggoerli_Bytes!] - to_not_in: [staginggoerli_Bytes!] - to_contains: staginggoerli_Bytes - to_not_contains: staginggoerli_Bytes - delegate: staginggoerli_Bytes - delegate_not: staginggoerli_Bytes - delegate_gt: staginggoerli_Bytes - delegate_lt: staginggoerli_Bytes - delegate_gte: staginggoerli_Bytes - delegate_lte: staginggoerli_Bytes - delegate_in: [staginggoerli_Bytes!] - delegate_not_in: [staginggoerli_Bytes!] - delegate_contains: staginggoerli_Bytes - delegate_not_contains: staginggoerli_Bytes + to: stagingoptimismgoerli_Bytes + to_not: stagingoptimismgoerli_Bytes + to_gt: stagingoptimismgoerli_Bytes + to_lt: stagingoptimismgoerli_Bytes + to_gte: stagingoptimismgoerli_Bytes + to_lte: stagingoptimismgoerli_Bytes + to_in: [stagingoptimismgoerli_Bytes!] + to_not_in: [stagingoptimismgoerli_Bytes!] + to_contains: stagingoptimismgoerli_Bytes + to_not_contains: stagingoptimismgoerli_Bytes + delegate: stagingoptimismgoerli_Bytes + delegate_not: stagingoptimismgoerli_Bytes + delegate_gt: stagingoptimismgoerli_Bytes + delegate_lt: stagingoptimismgoerli_Bytes + delegate_gte: stagingoptimismgoerli_Bytes + delegate_lte: stagingoptimismgoerli_Bytes + delegate_in: [stagingoptimismgoerli_Bytes!] + delegate_not_in: [stagingoptimismgoerli_Bytes!] + delegate_contains: stagingoptimismgoerli_Bytes + delegate_not_contains: stagingoptimismgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: staginggoerli_Bytes - callData_not: staginggoerli_Bytes - callData_gt: staginggoerli_Bytes - callData_lt: staginggoerli_Bytes - callData_gte: staginggoerli_Bytes - callData_lte: staginggoerli_Bytes - callData_in: [staginggoerli_Bytes!] - callData_not_in: [staginggoerli_Bytes!] - callData_contains: staginggoerli_Bytes - callData_not_contains: staginggoerli_Bytes + callData: stagingoptimismgoerli_Bytes + callData_not: stagingoptimismgoerli_Bytes + callData_gt: stagingoptimismgoerli_Bytes + callData_lt: stagingoptimismgoerli_Bytes + callData_gte: stagingoptimismgoerli_Bytes + callData_lte: stagingoptimismgoerli_Bytes + callData_in: [stagingoptimismgoerli_Bytes!] + callData_not_in: [stagingoptimismgoerli_Bytes!] + callData_contains: stagingoptimismgoerli_Bytes + callData_not_contains: stagingoptimismgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -127730,16 +122982,16 @@ input staginggoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: staginggoerli_Bytes - originSender_not: staginggoerli_Bytes - originSender_gt: staginggoerli_Bytes - originSender_lt: staginggoerli_Bytes - originSender_gte: staginggoerli_Bytes - originSender_lte: staginggoerli_Bytes - originSender_in: [staginggoerli_Bytes!] - originSender_not_in: [staginggoerli_Bytes!] - originSender_contains: staginggoerli_Bytes - originSender_not_contains: staginggoerli_Bytes + originSender: stagingoptimismgoerli_Bytes + originSender_not: stagingoptimismgoerli_Bytes + originSender_gt: stagingoptimismgoerli_Bytes + originSender_lt: stagingoptimismgoerli_Bytes + originSender_gte: stagingoptimismgoerli_Bytes + originSender_lte: stagingoptimismgoerli_Bytes + originSender_in: [stagingoptimismgoerli_Bytes!] + originSender_not_in: [stagingoptimismgoerli_Bytes!] + originSender_contains: stagingoptimismgoerli_Bytes + originSender_not_contains: stagingoptimismgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -127756,16 +123008,16 @@ input staginggoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: staginggoerli_Bytes - canonicalId_not: staginggoerli_Bytes - canonicalId_gt: staginggoerli_Bytes - canonicalId_lt: staginggoerli_Bytes - canonicalId_gte: staginggoerli_Bytes - canonicalId_lte: staginggoerli_Bytes - canonicalId_in: [staginggoerli_Bytes!] - canonicalId_not_in: [staginggoerli_Bytes!] - canonicalId_contains: staginggoerli_Bytes - canonicalId_not_contains: staginggoerli_Bytes + canonicalId: stagingoptimismgoerli_Bytes + canonicalId_not: stagingoptimismgoerli_Bytes + canonicalId_gt: stagingoptimismgoerli_Bytes + canonicalId_lt: stagingoptimismgoerli_Bytes + canonicalId_gte: stagingoptimismgoerli_Bytes + canonicalId_lte: stagingoptimismgoerli_Bytes + canonicalId_in: [stagingoptimismgoerli_Bytes!] + canonicalId_not_in: [stagingoptimismgoerli_Bytes!] + canonicalId_contains: stagingoptimismgoerli_Bytes + canonicalId_not_contains: stagingoptimismgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -127786,7 +123038,7 @@ input staginggoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter + asset_: stagingoptimismgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -127803,26 +123055,26 @@ input staginggoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: staginggoerli_Bytes - executedCaller_not: staginggoerli_Bytes - executedCaller_gt: staginggoerli_Bytes - executedCaller_lt: staginggoerli_Bytes - executedCaller_gte: staginggoerli_Bytes - executedCaller_lte: staginggoerli_Bytes - executedCaller_in: [staginggoerli_Bytes!] - executedCaller_not_in: [staginggoerli_Bytes!] - executedCaller_contains: staginggoerli_Bytes - executedCaller_not_contains: staginggoerli_Bytes - executedTransactionHash: staginggoerli_Bytes - executedTransactionHash_not: staginggoerli_Bytes - executedTransactionHash_gt: staginggoerli_Bytes - executedTransactionHash_lt: staginggoerli_Bytes - executedTransactionHash_gte: staginggoerli_Bytes - executedTransactionHash_lte: staginggoerli_Bytes - executedTransactionHash_in: [staginggoerli_Bytes!] - executedTransactionHash_not_in: [staginggoerli_Bytes!] - executedTransactionHash_contains: staginggoerli_Bytes - executedTransactionHash_not_contains: staginggoerli_Bytes + executedCaller: stagingoptimismgoerli_Bytes + executedCaller_not: stagingoptimismgoerli_Bytes + executedCaller_gt: stagingoptimismgoerli_Bytes + executedCaller_lt: stagingoptimismgoerli_Bytes + executedCaller_gte: stagingoptimismgoerli_Bytes + executedCaller_lte: stagingoptimismgoerli_Bytes + executedCaller_in: [stagingoptimismgoerli_Bytes!] + executedCaller_not_in: [stagingoptimismgoerli_Bytes!] + executedCaller_contains: stagingoptimismgoerli_Bytes + executedCaller_not_contains: stagingoptimismgoerli_Bytes + executedTransactionHash: stagingoptimismgoerli_Bytes + executedTransactionHash_not: stagingoptimismgoerli_Bytes + executedTransactionHash_gt: stagingoptimismgoerli_Bytes + executedTransactionHash_lt: stagingoptimismgoerli_Bytes + executedTransactionHash_gte: stagingoptimismgoerli_Bytes + executedTransactionHash_lte: stagingoptimismgoerli_Bytes + executedTransactionHash_in: [stagingoptimismgoerli_Bytes!] + executedTransactionHash_not_in: [stagingoptimismgoerli_Bytes!] + executedTransactionHash_contains: stagingoptimismgoerli_Bytes + executedTransactionHash_not_contains: stagingoptimismgoerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -127855,16 +123107,16 @@ input staginggoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: staginggoerli_Bytes - executedTxOrigin_not: staginggoerli_Bytes - executedTxOrigin_gt: staginggoerli_Bytes - executedTxOrigin_lt: staginggoerli_Bytes - executedTxOrigin_gte: staginggoerli_Bytes - executedTxOrigin_lte: staginggoerli_Bytes - executedTxOrigin_in: [staginggoerli_Bytes!] - executedTxOrigin_not_in: [staginggoerli_Bytes!] - executedTxOrigin_contains: staginggoerli_Bytes - executedTxOrigin_not_contains: staginggoerli_Bytes + executedTxOrigin: stagingoptimismgoerli_Bytes + executedTxOrigin_not: stagingoptimismgoerli_Bytes + executedTxOrigin_gt: stagingoptimismgoerli_Bytes + executedTxOrigin_lt: stagingoptimismgoerli_Bytes + executedTxOrigin_gte: stagingoptimismgoerli_Bytes + executedTxOrigin_lte: stagingoptimismgoerli_Bytes + executedTxOrigin_in: [stagingoptimismgoerli_Bytes!] + executedTxOrigin_not_in: [stagingoptimismgoerli_Bytes!] + executedTxOrigin_contains: stagingoptimismgoerli_Bytes + executedTxOrigin_not_contains: stagingoptimismgoerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -127873,26 +123125,26 @@ input staginggoerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: staginggoerli_Bytes - reconciledCaller_not: staginggoerli_Bytes - reconciledCaller_gt: staginggoerli_Bytes - reconciledCaller_lt: staginggoerli_Bytes - reconciledCaller_gte: staginggoerli_Bytes - reconciledCaller_lte: staginggoerli_Bytes - reconciledCaller_in: [staginggoerli_Bytes!] - reconciledCaller_not_in: [staginggoerli_Bytes!] - reconciledCaller_contains: staginggoerli_Bytes - reconciledCaller_not_contains: staginggoerli_Bytes - reconciledTransactionHash: staginggoerli_Bytes - reconciledTransactionHash_not: staginggoerli_Bytes - reconciledTransactionHash_gt: staginggoerli_Bytes - reconciledTransactionHash_lt: staginggoerli_Bytes - reconciledTransactionHash_gte: staginggoerli_Bytes - reconciledTransactionHash_lte: staginggoerli_Bytes - reconciledTransactionHash_in: [staginggoerli_Bytes!] - reconciledTransactionHash_not_in: [staginggoerli_Bytes!] - reconciledTransactionHash_contains: staginggoerli_Bytes - reconciledTransactionHash_not_contains: staginggoerli_Bytes + reconciledCaller: stagingoptimismgoerli_Bytes + reconciledCaller_not: stagingoptimismgoerli_Bytes + reconciledCaller_gt: stagingoptimismgoerli_Bytes + reconciledCaller_lt: stagingoptimismgoerli_Bytes + reconciledCaller_gte: stagingoptimismgoerli_Bytes + reconciledCaller_lte: stagingoptimismgoerli_Bytes + reconciledCaller_in: [stagingoptimismgoerli_Bytes!] + reconciledCaller_not_in: [stagingoptimismgoerli_Bytes!] + reconciledCaller_contains: stagingoptimismgoerli_Bytes + reconciledCaller_not_contains: stagingoptimismgoerli_Bytes + reconciledTransactionHash: stagingoptimismgoerli_Bytes + reconciledTransactionHash_not: stagingoptimismgoerli_Bytes + reconciledTransactionHash_gt: stagingoptimismgoerli_Bytes + reconciledTransactionHash_lt: stagingoptimismgoerli_Bytes + reconciledTransactionHash_gte: stagingoptimismgoerli_Bytes + reconciledTransactionHash_lte: stagingoptimismgoerli_Bytes + reconciledTransactionHash_in: [stagingoptimismgoerli_Bytes!] + reconciledTransactionHash_not_in: [stagingoptimismgoerli_Bytes!] + reconciledTransactionHash_contains: stagingoptimismgoerli_Bytes + reconciledTransactionHash_not_contains: stagingoptimismgoerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -127925,16 +123177,16 @@ input staginggoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: staginggoerli_Bytes - reconciledTxOrigin_not: staginggoerli_Bytes - reconciledTxOrigin_gt: staginggoerli_Bytes - reconciledTxOrigin_lt: staginggoerli_Bytes - reconciledTxOrigin_gte: staginggoerli_Bytes - reconciledTxOrigin_lte: staginggoerli_Bytes - reconciledTxOrigin_in: [staginggoerli_Bytes!] - reconciledTxOrigin_not_in: [staginggoerli_Bytes!] - reconciledTxOrigin_contains: staginggoerli_Bytes - reconciledTxOrigin_not_contains: staginggoerli_Bytes + reconciledTxOrigin: stagingoptimismgoerli_Bytes + reconciledTxOrigin_not: stagingoptimismgoerli_Bytes + reconciledTxOrigin_gt: stagingoptimismgoerli_Bytes + reconciledTxOrigin_lt: stagingoptimismgoerli_Bytes + reconciledTxOrigin_gte: stagingoptimismgoerli_Bytes + reconciledTxOrigin_lte: stagingoptimismgoerli_Bytes + reconciledTxOrigin_in: [stagingoptimismgoerli_Bytes!] + reconciledTxOrigin_not_in: [stagingoptimismgoerli_Bytes!] + reconciledTxOrigin_contains: stagingoptimismgoerli_Bytes + reconciledTxOrigin_not_contains: stagingoptimismgoerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -127944,12 +123196,12 @@ input staginggoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_DestinationTransfer_filter] - or: [staginggoerli_DestinationTransfer_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_DestinationTransfer_filter] + or: [stagingoptimismgoerli_DestinationTransfer_filter] } -enum staginggoerli_DestinationTransfer_orderBy { +enum stagingoptimismgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -127999,14 +123251,20 @@ enum staginggoerli_DestinationTransfer_orderBy { reconciledTxNonce } -type staginggoerli_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar stagingoptimismgoerli_Int8 + +type stagingoptimismgoerli_OptimisticRootFinalized { id: ID! - aggregateRoot: staginggoerli_Bytes! + aggregateRoot: stagingoptimismgoerli_Bytes! timestamp: BigInt! blockNumber: BigInt } -input staginggoerli_OptimisticRootFinalized_filter { +input stagingoptimismgoerli_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -128015,16 +123273,16 @@ input staginggoerli_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes + aggregateRoot: stagingoptimismgoerli_Bytes + aggregateRoot_not: stagingoptimismgoerli_Bytes + aggregateRoot_gt: stagingoptimismgoerli_Bytes + aggregateRoot_lt: stagingoptimismgoerli_Bytes + aggregateRoot_gte: stagingoptimismgoerli_Bytes + aggregateRoot_lte: stagingoptimismgoerli_Bytes + aggregateRoot_in: [stagingoptimismgoerli_Bytes!] + aggregateRoot_not_in: [stagingoptimismgoerli_Bytes!] + aggregateRoot_contains: stagingoptimismgoerli_Bytes + aggregateRoot_not_contains: stagingoptimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -128042,32 +123300,38 @@ input staginggoerli_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootFinalized_filter] - or: [staginggoerli_OptimisticRootFinalized_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OptimisticRootFinalized_filter] + or: [stagingoptimismgoerli_OptimisticRootFinalized_filter] } -enum staginggoerli_OptimisticRootFinalized_orderBy { +enum stagingoptimismgoerli_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type staginggoerli_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum stagingoptimismgoerli_OrderDirection { + asc + desc +} + +type stagingoptimismgoerli_OriginMessage { id: ID! - transferId: staginggoerli_Bytes + transferId: stagingoptimismgoerli_Bytes destinationDomain: BigInt - leaf: staginggoerli_Bytes + leaf: stagingoptimismgoerli_Bytes index: BigInt - message: staginggoerli_Bytes - root: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + message: stagingoptimismgoerli_Bytes + root: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes blockNumber: BigInt - rootCount: staginggoerli_RootCount + rootCount: stagingoptimismgoerli_RootCount } -input staginggoerli_OriginMessage_filter { +input stagingoptimismgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -128076,16 +123340,16 @@ input staginggoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: staginggoerli_Bytes - transferId_not: staginggoerli_Bytes - transferId_gt: staginggoerli_Bytes - transferId_lt: staginggoerli_Bytes - transferId_gte: staginggoerli_Bytes - transferId_lte: staginggoerli_Bytes - transferId_in: [staginggoerli_Bytes!] - transferId_not_in: [staginggoerli_Bytes!] - transferId_contains: staginggoerli_Bytes - transferId_not_contains: staginggoerli_Bytes + transferId: stagingoptimismgoerli_Bytes + transferId_not: stagingoptimismgoerli_Bytes + transferId_gt: stagingoptimismgoerli_Bytes + transferId_lt: stagingoptimismgoerli_Bytes + transferId_gte: stagingoptimismgoerli_Bytes + transferId_lte: stagingoptimismgoerli_Bytes + transferId_in: [stagingoptimismgoerli_Bytes!] + transferId_not_in: [stagingoptimismgoerli_Bytes!] + transferId_contains: stagingoptimismgoerli_Bytes + transferId_not_contains: stagingoptimismgoerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -128094,16 +123358,16 @@ input staginggoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: staginggoerli_Bytes - leaf_not: staginggoerli_Bytes - leaf_gt: staginggoerli_Bytes - leaf_lt: staginggoerli_Bytes - leaf_gte: staginggoerli_Bytes - leaf_lte: staginggoerli_Bytes - leaf_in: [staginggoerli_Bytes!] - leaf_not_in: [staginggoerli_Bytes!] - leaf_contains: staginggoerli_Bytes - leaf_not_contains: staginggoerli_Bytes + leaf: stagingoptimismgoerli_Bytes + leaf_not: stagingoptimismgoerli_Bytes + leaf_gt: stagingoptimismgoerli_Bytes + leaf_lt: stagingoptimismgoerli_Bytes + leaf_gte: stagingoptimismgoerli_Bytes + leaf_lte: stagingoptimismgoerli_Bytes + leaf_in: [stagingoptimismgoerli_Bytes!] + leaf_not_in: [stagingoptimismgoerli_Bytes!] + leaf_contains: stagingoptimismgoerli_Bytes + leaf_not_contains: stagingoptimismgoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -128112,36 +123376,36 @@ input staginggoerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: staginggoerli_Bytes - message_not: staginggoerli_Bytes - message_gt: staginggoerli_Bytes - message_lt: staginggoerli_Bytes - message_gte: staginggoerli_Bytes - message_lte: staginggoerli_Bytes - message_in: [staginggoerli_Bytes!] - message_not_in: [staginggoerli_Bytes!] - message_contains: staginggoerli_Bytes - message_not_contains: staginggoerli_Bytes - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + message: stagingoptimismgoerli_Bytes + message_not: stagingoptimismgoerli_Bytes + message_gt: stagingoptimismgoerli_Bytes + message_lt: stagingoptimismgoerli_Bytes + message_gte: stagingoptimismgoerli_Bytes + message_lte: stagingoptimismgoerli_Bytes + message_in: [stagingoptimismgoerli_Bytes!] + message_not_in: [stagingoptimismgoerli_Bytes!] + message_contains: stagingoptimismgoerli_Bytes + message_not_contains: stagingoptimismgoerli_Bytes + root: stagingoptimismgoerli_Bytes + root_not: stagingoptimismgoerli_Bytes + root_gt: stagingoptimismgoerli_Bytes + root_lt: stagingoptimismgoerli_Bytes + root_gte: stagingoptimismgoerli_Bytes + root_lte: stagingoptimismgoerli_Bytes + root_in: [stagingoptimismgoerli_Bytes!] + root_not_in: [stagingoptimismgoerli_Bytes!] + root_contains: stagingoptimismgoerli_Bytes + root_not_contains: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -128170,14 +123434,14 @@ input staginggoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: staginggoerli_RootCount_filter + rootCount_: stagingoptimismgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OriginMessage_filter] - or: [staginggoerli_OriginMessage_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OriginMessage_filter] + or: [stagingoptimismgoerli_OriginMessage_filter] } -enum staginggoerli_OriginMessage_orderBy { +enum stagingoptimismgoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -128192,42 +123456,42 @@ enum staginggoerli_OriginMessage_orderBy { rootCount__count } -type staginggoerli_OriginTransfer { +type stagingoptimismgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: staginggoerli_Bytes + transferId: stagingoptimismgoerli_Bytes nonce: BigInt - status: staginggoerli_TransferStatus - messageHash: staginggoerli_Bytes + status: stagingoptimismgoerli_TransferStatus + messageHash: stagingoptimismgoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginggoerli_Bytes - delegate: staginggoerli_Bytes + to: stagingoptimismgoerli_Bytes + delegate: stagingoptimismgoerli_Bytes receiveLocal: Boolean - callData: staginggoerli_Bytes + callData: stagingoptimismgoerli_Bytes slippage: BigInt - originSender: staginggoerli_Bytes + originSender: stagingoptimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginggoerli_Bytes - asset: staginggoerli_Asset - transactingAsset: staginggoerli_Bytes - message: staginggoerli_OriginMessage + canonicalId: stagingoptimismgoerli_Bytes + asset: stagingoptimismgoerli_Asset + transactingAsset: stagingoptimismgoerli_Bytes + message: stagingoptimismgoerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_RelayerFee_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_RelayerFee_filter): [staginggoerli_RelayerFee!] - initialRelayerFeeAsset: staginggoerli_Bytes - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_RelayerFee_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_RelayerFee_filter): [stagingoptimismgoerli_RelayerFee!] + initialRelayerFeeAsset: stagingoptimismgoerli_Bytes + caller: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: staginggoerli_Bytes + txOrigin: stagingoptimismgoerli_Bytes txNonce: BigInt } -input staginggoerli_OriginTransfer_filter { +input stagingoptimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -128244,16 +123508,16 @@ input staginggoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: staginggoerli_Bytes - transferId_not: staginggoerli_Bytes - transferId_gt: staginggoerli_Bytes - transferId_lt: staginggoerli_Bytes - transferId_gte: staginggoerli_Bytes - transferId_lte: staginggoerli_Bytes - transferId_in: [staginggoerli_Bytes!] - transferId_not_in: [staginggoerli_Bytes!] - transferId_contains: staginggoerli_Bytes - transferId_not_contains: staginggoerli_Bytes + transferId: stagingoptimismgoerli_Bytes + transferId_not: stagingoptimismgoerli_Bytes + transferId_gt: stagingoptimismgoerli_Bytes + transferId_lt: stagingoptimismgoerli_Bytes + transferId_gte: stagingoptimismgoerli_Bytes + transferId_lte: stagingoptimismgoerli_Bytes + transferId_in: [stagingoptimismgoerli_Bytes!] + transferId_not_in: [stagingoptimismgoerli_Bytes!] + transferId_contains: stagingoptimismgoerli_Bytes + transferId_not_contains: stagingoptimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -128262,20 +123526,20 @@ input staginggoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: staginggoerli_TransferStatus - status_not: staginggoerli_TransferStatus - status_in: [staginggoerli_TransferStatus!] - status_not_in: [staginggoerli_TransferStatus!] - messageHash: staginggoerli_Bytes - messageHash_not: staginggoerli_Bytes - messageHash_gt: staginggoerli_Bytes - messageHash_lt: staginggoerli_Bytes - messageHash_gte: staginggoerli_Bytes - messageHash_lte: staginggoerli_Bytes - messageHash_in: [staginggoerli_Bytes!] - messageHash_not_in: [staginggoerli_Bytes!] - messageHash_contains: staginggoerli_Bytes - messageHash_not_contains: staginggoerli_Bytes + status: stagingoptimismgoerli_TransferStatus + status_not: stagingoptimismgoerli_TransferStatus + status_in: [stagingoptimismgoerli_TransferStatus!] + status_not_in: [stagingoptimismgoerli_TransferStatus!] + messageHash: stagingoptimismgoerli_Bytes + messageHash_not: stagingoptimismgoerli_Bytes + messageHash_gt: stagingoptimismgoerli_Bytes + messageHash_lt: stagingoptimismgoerli_Bytes + messageHash_gte: stagingoptimismgoerli_Bytes + messageHash_lte: stagingoptimismgoerli_Bytes + messageHash_in: [stagingoptimismgoerli_Bytes!] + messageHash_not_in: [stagingoptimismgoerli_Bytes!] + messageHash_contains: stagingoptimismgoerli_Bytes + messageHash_not_contains: stagingoptimismgoerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -128300,40 +123564,40 @@ input staginggoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: staginggoerli_Bytes - to_not: staginggoerli_Bytes - to_gt: staginggoerli_Bytes - to_lt: staginggoerli_Bytes - to_gte: staginggoerli_Bytes - to_lte: staginggoerli_Bytes - to_in: [staginggoerli_Bytes!] - to_not_in: [staginggoerli_Bytes!] - to_contains: staginggoerli_Bytes - to_not_contains: staginggoerli_Bytes - delegate: staginggoerli_Bytes - delegate_not: staginggoerli_Bytes - delegate_gt: staginggoerli_Bytes - delegate_lt: staginggoerli_Bytes - delegate_gte: staginggoerli_Bytes - delegate_lte: staginggoerli_Bytes - delegate_in: [staginggoerli_Bytes!] - delegate_not_in: [staginggoerli_Bytes!] - delegate_contains: staginggoerli_Bytes - delegate_not_contains: staginggoerli_Bytes + to: stagingoptimismgoerli_Bytes + to_not: stagingoptimismgoerli_Bytes + to_gt: stagingoptimismgoerli_Bytes + to_lt: stagingoptimismgoerli_Bytes + to_gte: stagingoptimismgoerli_Bytes + to_lte: stagingoptimismgoerli_Bytes + to_in: [stagingoptimismgoerli_Bytes!] + to_not_in: [stagingoptimismgoerli_Bytes!] + to_contains: stagingoptimismgoerli_Bytes + to_not_contains: stagingoptimismgoerli_Bytes + delegate: stagingoptimismgoerli_Bytes + delegate_not: stagingoptimismgoerli_Bytes + delegate_gt: stagingoptimismgoerli_Bytes + delegate_lt: stagingoptimismgoerli_Bytes + delegate_gte: stagingoptimismgoerli_Bytes + delegate_lte: stagingoptimismgoerli_Bytes + delegate_in: [stagingoptimismgoerli_Bytes!] + delegate_not_in: [stagingoptimismgoerli_Bytes!] + delegate_contains: stagingoptimismgoerli_Bytes + delegate_not_contains: stagingoptimismgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: staginggoerli_Bytes - callData_not: staginggoerli_Bytes - callData_gt: staginggoerli_Bytes - callData_lt: staginggoerli_Bytes - callData_gte: staginggoerli_Bytes - callData_lte: staginggoerli_Bytes - callData_in: [staginggoerli_Bytes!] - callData_not_in: [staginggoerli_Bytes!] - callData_contains: staginggoerli_Bytes - callData_not_contains: staginggoerli_Bytes + callData: stagingoptimismgoerli_Bytes + callData_not: stagingoptimismgoerli_Bytes + callData_gt: stagingoptimismgoerli_Bytes + callData_lt: stagingoptimismgoerli_Bytes + callData_gte: stagingoptimismgoerli_Bytes + callData_lte: stagingoptimismgoerli_Bytes + callData_in: [stagingoptimismgoerli_Bytes!] + callData_not_in: [stagingoptimismgoerli_Bytes!] + callData_contains: stagingoptimismgoerli_Bytes + callData_not_contains: stagingoptimismgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -128342,16 +123606,16 @@ input staginggoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: staginggoerli_Bytes - originSender_not: staginggoerli_Bytes - originSender_gt: staginggoerli_Bytes - originSender_lt: staginggoerli_Bytes - originSender_gte: staginggoerli_Bytes - originSender_lte: staginggoerli_Bytes - originSender_in: [staginggoerli_Bytes!] - originSender_not_in: [staginggoerli_Bytes!] - originSender_contains: staginggoerli_Bytes - originSender_not_contains: staginggoerli_Bytes + originSender: stagingoptimismgoerli_Bytes + originSender_not: stagingoptimismgoerli_Bytes + originSender_gt: stagingoptimismgoerli_Bytes + originSender_lt: stagingoptimismgoerli_Bytes + originSender_gte: stagingoptimismgoerli_Bytes + originSender_lte: stagingoptimismgoerli_Bytes + originSender_in: [stagingoptimismgoerli_Bytes!] + originSender_not_in: [stagingoptimismgoerli_Bytes!] + originSender_contains: stagingoptimismgoerli_Bytes + originSender_not_contains: stagingoptimismgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -128368,16 +123632,16 @@ input staginggoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: staginggoerli_Bytes - canonicalId_not: staginggoerli_Bytes - canonicalId_gt: staginggoerli_Bytes - canonicalId_lt: staginggoerli_Bytes - canonicalId_gte: staginggoerli_Bytes - canonicalId_lte: staginggoerli_Bytes - canonicalId_in: [staginggoerli_Bytes!] - canonicalId_not_in: [staginggoerli_Bytes!] - canonicalId_contains: staginggoerli_Bytes - canonicalId_not_contains: staginggoerli_Bytes + canonicalId: stagingoptimismgoerli_Bytes + canonicalId_not: stagingoptimismgoerli_Bytes + canonicalId_gt: stagingoptimismgoerli_Bytes + canonicalId_lt: stagingoptimismgoerli_Bytes + canonicalId_gte: stagingoptimismgoerli_Bytes + canonicalId_lte: stagingoptimismgoerli_Bytes + canonicalId_in: [stagingoptimismgoerli_Bytes!] + canonicalId_not_in: [stagingoptimismgoerli_Bytes!] + canonicalId_contains: stagingoptimismgoerli_Bytes + canonicalId_not_contains: stagingoptimismgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -128398,17 +123662,17 @@ input staginggoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter - transactingAsset: staginggoerli_Bytes - transactingAsset_not: staginggoerli_Bytes - transactingAsset_gt: staginggoerli_Bytes - transactingAsset_lt: staginggoerli_Bytes - transactingAsset_gte: staginggoerli_Bytes - transactingAsset_lte: staginggoerli_Bytes - transactingAsset_in: [staginggoerli_Bytes!] - transactingAsset_not_in: [staginggoerli_Bytes!] - transactingAsset_contains: staginggoerli_Bytes - transactingAsset_not_contains: staginggoerli_Bytes + asset_: stagingoptimismgoerli_Asset_filter + transactingAsset: stagingoptimismgoerli_Bytes + transactingAsset_not: stagingoptimismgoerli_Bytes + transactingAsset_gt: stagingoptimismgoerli_Bytes + transactingAsset_lt: stagingoptimismgoerli_Bytes + transactingAsset_gte: stagingoptimismgoerli_Bytes + transactingAsset_lte: stagingoptimismgoerli_Bytes + transactingAsset_in: [stagingoptimismgoerli_Bytes!] + transactingAsset_not_in: [stagingoptimismgoerli_Bytes!] + transactingAsset_contains: stagingoptimismgoerli_Bytes + transactingAsset_not_contains: stagingoptimismgoerli_Bytes message: String message_not: String message_gt: String @@ -128429,7 +123693,7 @@ input staginggoerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: staginggoerli_OriginMessage_filter + message_: stagingoptimismgoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -128444,37 +123708,555 @@ input staginggoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: staginggoerli_RelayerFee_filter - initialRelayerFeeAsset: staginggoerli_Bytes - initialRelayerFeeAsset_not: staginggoerli_Bytes - initialRelayerFeeAsset_gt: staginggoerli_Bytes - initialRelayerFeeAsset_lt: staginggoerli_Bytes - initialRelayerFeeAsset_gte: staginggoerli_Bytes - initialRelayerFeeAsset_lte: staginggoerli_Bytes - initialRelayerFeeAsset_in: [staginggoerli_Bytes!] - initialRelayerFeeAsset_not_in: [staginggoerli_Bytes!] - initialRelayerFeeAsset_contains: staginggoerli_Bytes - initialRelayerFeeAsset_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + relayerFees_: stagingoptimismgoerli_RelayerFee_filter + initialRelayerFeeAsset: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_not: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_gt: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_lt: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_gte: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_lte: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_in: [stagingoptimismgoerli_Bytes!] + initialRelayerFeeAsset_not_in: [stagingoptimismgoerli_Bytes!] + initialRelayerFeeAsset_contains: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_not_contains: stagingoptimismgoerli_Bytes + caller: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + 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: stagingoptimismgoerli_Bytes + txOrigin_not: stagingoptimismgoerli_Bytes + txOrigin_gt: stagingoptimismgoerli_Bytes + txOrigin_lt: stagingoptimismgoerli_Bytes + txOrigin_gte: stagingoptimismgoerli_Bytes + txOrigin_lte: stagingoptimismgoerli_Bytes + txOrigin_in: [stagingoptimismgoerli_Bytes!] + txOrigin_not_in: [stagingoptimismgoerli_Bytes!] + txOrigin_contains: stagingoptimismgoerli_Bytes + txOrigin_not_contains: stagingoptimismgoerli_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OriginTransfer_filter] + or: [stagingoptimismgoerli_OriginTransfer_filter] +} + +enum stagingoptimismgoerli_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__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 stagingoptimismgoerli_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingoptimismgoerli_Bytes +} + +type stagingoptimismgoerli_RelayerFee { + id: ID! + transfer: stagingoptimismgoerli_OriginTransfer! + fee: BigInt! + asset: stagingoptimismgoerli_Bytes! +} + +input stagingoptimismgoerli_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_: stagingoptimismgoerli_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: stagingoptimismgoerli_Bytes + asset_not: stagingoptimismgoerli_Bytes + asset_gt: stagingoptimismgoerli_Bytes + asset_lt: stagingoptimismgoerli_Bytes + asset_gte: stagingoptimismgoerli_Bytes + asset_lte: stagingoptimismgoerli_Bytes + asset_in: [stagingoptimismgoerli_Bytes!] + asset_not_in: [stagingoptimismgoerli_Bytes!] + asset_contains: stagingoptimismgoerli_Bytes + asset_not_contains: stagingoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RelayerFee_filter] + or: [stagingoptimismgoerli_RelayerFee_filter] +} + +enum stagingoptimismgoerli_RelayerFee_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset +} + +type stagingoptimismgoerli_RelayerFeesIncrease { + id: ID! + transfer: stagingoptimismgoerli_OriginTransfer! + increase: BigInt + asset: stagingoptimismgoerli_Bytes + caller: stagingoptimismgoerli_Bytes! + transactionHash: stagingoptimismgoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingoptimismgoerli_RelayerFeesIncrease_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingoptimismgoerli_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: stagingoptimismgoerli_Bytes + asset_not: stagingoptimismgoerli_Bytes + asset_gt: stagingoptimismgoerli_Bytes + asset_lt: stagingoptimismgoerli_Bytes + asset_gte: stagingoptimismgoerli_Bytes + asset_lte: stagingoptimismgoerli_Bytes + asset_in: [stagingoptimismgoerli_Bytes!] + asset_not_in: [stagingoptimismgoerli_Bytes!] + asset_contains: stagingoptimismgoerli_Bytes + asset_not_contains: stagingoptimismgoerli_Bytes + caller: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RelayerFeesIncrease_filter] + or: [stagingoptimismgoerli_RelayerFeesIncrease_filter] +} + +enum stagingoptimismgoerli_RelayerFeesIncrease_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes + relayer_not: stagingoptimismgoerli_Bytes + relayer_gt: stagingoptimismgoerli_Bytes + relayer_lt: stagingoptimismgoerli_Bytes + relayer_gte: stagingoptimismgoerli_Bytes + relayer_lte: stagingoptimismgoerli_Bytes + relayer_in: [stagingoptimismgoerli_Bytes!] + relayer_not_in: [stagingoptimismgoerli_Bytes!] + relayer_contains: stagingoptimismgoerli_Bytes + relayer_not_contains: stagingoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Relayer_filter] + or: [stagingoptimismgoerli_Relayer_filter] +} + +enum stagingoptimismgoerli_Relayer_orderBy { + id + isActive + relayer +} + +type stagingoptimismgoerli_RootCount { + id: ID! + count: BigInt +} + +input stagingoptimismgoerli_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: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RootCount_filter] + or: [stagingoptimismgoerli_RootCount_filter] +} + +enum stagingoptimismgoerli_RootCount_orderBy { + id + count +} + +type stagingoptimismgoerli_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingoptimismgoerli_Bytes + count: BigInt + caller: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes + root_not: stagingoptimismgoerli_Bytes + root_gt: stagingoptimismgoerli_Bytes + root_lt: stagingoptimismgoerli_Bytes + root_gte: stagingoptimismgoerli_Bytes + root_lte: stagingoptimismgoerli_Bytes + root_in: [stagingoptimismgoerli_Bytes!] + root_not_in: [stagingoptimismgoerli_Bytes!] + root_contains: stagingoptimismgoerli_Bytes + root_not_contains: stagingoptimismgoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -128507,49 +124289,290 @@ input staginggoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: staginggoerli_Bytes - txOrigin_not: staginggoerli_Bytes - txOrigin_gt: staginggoerli_Bytes - txOrigin_lt: staginggoerli_Bytes - txOrigin_gte: staginggoerli_Bytes - txOrigin_lte: staginggoerli_Bytes - txOrigin_in: [staginggoerli_Bytes!] - txOrigin_not_in: [staginggoerli_Bytes!] - txOrigin_contains: staginggoerli_Bytes - txOrigin_not_contains: staginggoerli_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OriginTransfer_filter] - or: [staginggoerli_OriginTransfer_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RootMessageSent_filter] + or: [stagingoptimismgoerli_RootMessageSent_filter] +} + +enum stagingoptimismgoerli_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingoptimismgoerli_Router { + id: ID! + isActive: Boolean! + owner: stagingoptimismgoerli_Bytes + recipient: stagingoptimismgoerli_Bytes + proposedOwner: stagingoptimismgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_AssetBalance_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_AssetBalance_filter): [stagingoptimismgoerli_AssetBalance!]! +} + +type stagingoptimismgoerli_RouterDailyTVL { + id: ID! + router: stagingoptimismgoerli_Router! + asset: stagingoptimismgoerli_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingoptimismgoerli_RouterDailyTVL_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingoptimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingoptimismgoerli_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RouterDailyTVL_filter] + or: [stagingoptimismgoerli_RouterDailyTVL_filter] +} + +enum stagingoptimismgoerli_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingoptimismgoerli_RouterLiquidityEvent { + id: ID! + type: stagingoptimismgoerli_RouterLiquidityEventType + router: stagingoptimismgoerli_Router! + asset: stagingoptimismgoerli_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingoptimismgoerli_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingoptimismgoerli_Bytes! + nonce: BigInt! +} + +enum stagingoptimismgoerli_RouterLiquidityEventType { + Add + Remove +} + +input stagingoptimismgoerli_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: stagingoptimismgoerli_RouterLiquidityEventType + type_not: stagingoptimismgoerli_RouterLiquidityEventType + type_in: [stagingoptimismgoerli_RouterLiquidityEventType!] + type_not_in: [stagingoptimismgoerli_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_: stagingoptimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingoptimismgoerli_Asset_filter + 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: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + 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: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RouterLiquidityEvent_filter] + or: [stagingoptimismgoerli_RouterLiquidityEvent_filter] } -enum staginggoerli_OriginTransfer_orderBy { +enum stagingoptimismgoerli_RouterLiquidityEvent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -128560,44 +124583,182 @@ enum staginggoerli_OriginTransfer_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset + amount + balance caller - transactionHash - timestamp - gasPrice - gasLimit blockNumber - txOrigin - txNonce + timestamp + transactionHash + nonce } -type staginggoerli_Relayer { +input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes + owner_not: stagingoptimismgoerli_Bytes + owner_gt: stagingoptimismgoerli_Bytes + owner_lt: stagingoptimismgoerli_Bytes + owner_gte: stagingoptimismgoerli_Bytes + owner_lte: stagingoptimismgoerli_Bytes + owner_in: [stagingoptimismgoerli_Bytes!] + owner_not_in: [stagingoptimismgoerli_Bytes!] + owner_contains: stagingoptimismgoerli_Bytes + owner_not_contains: stagingoptimismgoerli_Bytes + recipient: stagingoptimismgoerli_Bytes + recipient_not: stagingoptimismgoerli_Bytes + recipient_gt: stagingoptimismgoerli_Bytes + recipient_lt: stagingoptimismgoerli_Bytes + recipient_gte: stagingoptimismgoerli_Bytes + recipient_lte: stagingoptimismgoerli_Bytes + recipient_in: [stagingoptimismgoerli_Bytes!] + recipient_not_in: [stagingoptimismgoerli_Bytes!] + recipient_contains: stagingoptimismgoerli_Bytes + recipient_not_contains: stagingoptimismgoerli_Bytes + proposedOwner: stagingoptimismgoerli_Bytes + proposedOwner_not: stagingoptimismgoerli_Bytes + proposedOwner_gt: stagingoptimismgoerli_Bytes + proposedOwner_lt: stagingoptimismgoerli_Bytes + proposedOwner_gte: stagingoptimismgoerli_Bytes + proposedOwner_lte: stagingoptimismgoerli_Bytes + proposedOwner_in: [stagingoptimismgoerli_Bytes!] + proposedOwner_not_in: [stagingoptimismgoerli_Bytes!] + proposedOwner_contains: stagingoptimismgoerli_Bytes + proposedOwner_not_contains: stagingoptimismgoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: stagingoptimismgoerli_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Router_filter] + or: [stagingoptimismgoerli_Router_filter] +} + +enum stagingoptimismgoerli_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingoptimismgoerli_Sequencer { id: ID! isActive: Boolean! - relayer: staginggoerli_Bytes + sequencer: stagingoptimismgoerli_Bytes } -type staginggoerli_RelayerFee { +input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes + sequencer_not: stagingoptimismgoerli_Bytes + sequencer_gt: stagingoptimismgoerli_Bytes + sequencer_lt: stagingoptimismgoerli_Bytes + sequencer_gte: stagingoptimismgoerli_Bytes + sequencer_lte: stagingoptimismgoerli_Bytes + sequencer_in: [stagingoptimismgoerli_Bytes!] + sequencer_not_in: [stagingoptimismgoerli_Bytes!] + sequencer_contains: stagingoptimismgoerli_Bytes + sequencer_not_contains: stagingoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Sequencer_filter] + or: [stagingoptimismgoerli_Sequencer_filter] +} + +enum stagingoptimismgoerli_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingoptimismgoerli_Setting { id: ID! - transfer: staginggoerli_OriginTransfer! - fee: BigInt! - asset: staginggoerli_Bytes! + maxRoutersPerTransfer: BigInt! + caller: stagingoptimismgoerli_Bytes! } -input staginggoerli_RelayerFee_filter { +input stagingoptimismgoerli_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: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Setting_filter] + or: [stagingoptimismgoerli_Setting_filter] +} + +enum stagingoptimismgoerli_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingoptimismgoerli_SlippageUpdate { + id: ID! + transfer: stagingoptimismgoerli_DestinationTransfer! + slippage: BigInt! + caller: stagingoptimismgoerli_Bytes! + transactionHash: stagingoptimismgoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingoptimismgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -128626,32 +124787,74 @@ input staginggoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginggoerli_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: staginggoerli_Bytes - asset_not: staginggoerli_Bytes - asset_gt: staginggoerli_Bytes - asset_lt: staginggoerli_Bytes - asset_gte: staginggoerli_Bytes - asset_lte: staginggoerli_Bytes - asset_in: [staginggoerli_Bytes!] - asset_not_in: [staginggoerli_Bytes!] - asset_contains: staginggoerli_Bytes - asset_not_contains: staginggoerli_Bytes + transfer_: stagingoptimismgoerli_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RelayerFee_filter] - or: [staginggoerli_RelayerFee_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_SlippageUpdate_filter] + or: [stagingoptimismgoerli_SlippageUpdate_filter] } -enum staginggoerli_RelayerFee_orderBy { +enum stagingoptimismgoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -128659,7 +124862,6 @@ enum staginggoerli_RelayerFee_orderBy { transfer__transferId transfer__nonce transfer__status - transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -128668,39 +124870,630 @@ enum staginggoerli_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 stagingoptimismgoerli_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingoptimismgoerli_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingoptimismgoerli_SnapshotRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingoptimismgoerli_Bytes + root_not: stagingoptimismgoerli_Bytes + root_gt: stagingoptimismgoerli_Bytes + root_lt: stagingoptimismgoerli_Bytes + root_gte: stagingoptimismgoerli_Bytes + root_lte: stagingoptimismgoerli_Bytes + root_in: [stagingoptimismgoerli_Bytes!] + root_not_in: [stagingoptimismgoerli_Bytes!] + root_contains: stagingoptimismgoerli_Bytes + root_not_contains: stagingoptimismgoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_SnapshotRoot_filter] + or: [stagingoptimismgoerli_SnapshotRoot_filter] +} + +enum stagingoptimismgoerli_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingoptimismgoerli_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingoptimismgoerli_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_SpokeConnectorMode_filter] + or: [stagingoptimismgoerli_SpokeConnectorMode_filter] +} + +enum stagingoptimismgoerli_SpokeConnectorMode_orderBy { + id + mode +} + +enum stagingoptimismgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingoptimismgoerli__Block_ { + """The hash of the block""" + hash: stagingoptimismgoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingoptimismgoerli_Bytes +} + +"""The type for the top-level _meta field""" +type stagingoptimismgoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingoptimismgoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar 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 mantle_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: 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: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpToken_filter] + or: [mantle_swap_LpToken_filter] } -type staginggoerli_RelayerFeesIncrease { +enum 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 +} + +type mantle_swap_LpTransferEvent implements mantle_swap_LpTokenEvent { id: ID! - transfer: staginggoerli_OriginTransfer! - increase: BigInt - asset: staginggoerli_Bytes - caller: staginggoerli_Bytes! - transactionHash: staginggoerli_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 staginggoerli_RelayerFeesIncrease_filter { +input mantle_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -128709,65 +125502,79 @@ input staginggoerli_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_: staginggoerli_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: staginggoerli_Bytes - asset_not: staginggoerli_Bytes - asset_gt: staginggoerli_Bytes - asset_lt: staginggoerli_Bytes - asset_gte: staginggoerli_Bytes - asset_lte: staginggoerli_Bytes - asset_in: [staginggoerli_Bytes!] - asset_not_in: [staginggoerli_Bytes!] - asset_contains: staginggoerli_Bytes - asset_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + 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 @@ -128776,119 +125583,62 @@ input staginggoerli_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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RelayerFeesIncrease_filter] - or: [staginggoerli_RelayerFeesIncrease_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpTransferEvent_filter] + or: [mantle_swap_LpTransferEvent_filter] } -enum staginggoerli_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 -} - -input staginggoerli_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: staginggoerli_Bytes - relayer_not: staginggoerli_Bytes - relayer_gt: staginggoerli_Bytes - relayer_lt: staginggoerli_Bytes - relayer_gte: staginggoerli_Bytes - relayer_lte: staginggoerli_Bytes - relayer_in: [staginggoerli_Bytes!] - relayer_not_in: [staginggoerli_Bytes!] - relayer_contains: staginggoerli_Bytes - relayer_not_contains: staginggoerli_Bytes - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Relayer_filter] - or: [staginggoerli_Relayer_filter] + transaction + nonce } -enum staginggoerli_Relayer_orderBy { - id - isActive - relayer +"""Defines the order direction, either ascending or descending""" +enum mantle_swap_OrderDirection { + asc + desc } -type staginggoerli_RootCount { +type mantle_swap_PooledToken { id: ID! - count: BigInt + asset: mantle_swap_Bytes! } -input staginggoerli_RootCount_filter { +input mantle_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -128897,40 +125647,72 @@ input staginggoerli_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + asset: 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootCount_filter] - or: [staginggoerli_RootCount_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_PooledToken_filter] + or: [mantle_swap_PooledToken_filter] } -enum staginggoerli_RootCount_orderBy { +enum mantle_swap_PooledToken_orderBy { id - count + asset } -type staginggoerli_RootMessageSent { +type mantle_swap_StableSwap { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: staginggoerli_Bytes - count: BigInt - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: 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 staginggoerli_RootMessageSent_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 @@ -128939,60 +125721,87 @@ input staginggoerli_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: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -129001,69 +125810,72 @@ input staginggoerli_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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootMessageSent_filter] - or: [staginggoerli_RootMessageSent_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapAddLiquidityEvent_filter] + or: [mantle_swap_StableSwapAddLiquidityEvent_filter] } -enum staginggoerli_RootMessageSent_orderBy { +enum 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 -} - -type staginggoerli_Router { - id: ID! - isActive: Boolean! - owner: staginggoerli_Bytes - recipient: staginggoerli_Bytes - proposedOwner: staginggoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_AssetBalance_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_AssetBalance_filter): [staginggoerli_AssetBalance!]! + transaction + nonce } -type staginggoerli_RouterDailyTVL { +interface mantle_swap_StableSwapEvent { id: ID! - router: staginggoerli_Router! - asset: staginggoerli_Asset! + stableSwap: mantle_swap_StableSwap! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input staginggoerli_RouterDailyTVL_filter { +input mantle_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -129072,48 +125884,35 @@ input staginggoerli_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_: staginggoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -129122,63 +125921,72 @@ input staginggoerli_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: staginggoerli_BlockChangedFilter - and: [staginggoerli_RouterDailyTVL_filter] - or: [staginggoerli_RouterDailyTVL_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapEvent_filter] + or: [mantle_swap_StableSwapEvent_filter] } -enum staginggoerli_RouterDailyTVL_orderBy { +enum 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 } -type staginggoerli_RouterLiquidityEvent { +type mantle_swap_StableSwapExchange { id: ID! - type: staginggoerli_RouterLiquidityEventType - router: staginggoerli_Router! - asset: staginggoerli_Asset! - amount: BigInt! - balance: BigInt! - caller: staginggoerli_Bytes - blockNumber: BigInt! + stableSwap: mantle_swap_StableSwap! + buyer: mantle_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - transactionHash: staginggoerli_Bytes! + transaction: mantle_swap_Bytes! nonce: BigInt! } -enum staginggoerli_RouterLiquidityEventType { - Add - Remove -} - -input staginggoerli_RouterLiquidityEvent_filter { +input mantle_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -129187,86 +125995,261 @@ input staginggoerli_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: staginggoerli_RouterLiquidityEventType - type_not: staginggoerli_RouterLiquidityEventType - type_in: [staginggoerli_RouterLiquidityEventType!] - type_not_in: [staginggoerli_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_: staginggoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter - 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: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - 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 + 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 + 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_StableSwapExchange_filter] + or: [mantle_swap_StableSwapExchange_filter] +} + +enum mantle_swap_StableSwapExchange_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce +} + +type mantle_swap_StableSwapRemoveLiquidityEvent 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_StableSwapRemoveLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: 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 @@ -129275,16 +126258,16 @@ input staginggoerli_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + 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 @@ -129294,41 +126277,44 @@ input staginggoerli_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RouterLiquidityEvent_filter] - or: [staginggoerli_RouterLiquidityEvent_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] } -enum staginggoerli_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 staginggoerli_Router_filter { +input mantle_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -129341,68 +126327,197 @@ input staginggoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: staginggoerli_Bytes - owner_not: staginggoerli_Bytes - owner_gt: staginggoerli_Bytes - owner_lt: staginggoerli_Bytes - owner_gte: staginggoerli_Bytes - owner_lte: staginggoerli_Bytes - owner_in: [staginggoerli_Bytes!] - owner_not_in: [staginggoerli_Bytes!] - owner_contains: staginggoerli_Bytes - owner_not_contains: staginggoerli_Bytes - recipient: staginggoerli_Bytes - recipient_not: staginggoerli_Bytes - recipient_gt: staginggoerli_Bytes - recipient_lt: staginggoerli_Bytes - recipient_gte: staginggoerli_Bytes - recipient_lte: staginggoerli_Bytes - recipient_in: [staginggoerli_Bytes!] - recipient_not_in: [staginggoerli_Bytes!] - recipient_contains: staginggoerli_Bytes - recipient_not_contains: staginggoerli_Bytes - proposedOwner: staginggoerli_Bytes - proposedOwner_not: staginggoerli_Bytes - proposedOwner_gt: staginggoerli_Bytes - proposedOwner_lt: staginggoerli_Bytes - proposedOwner_gte: staginggoerli_Bytes - proposedOwner_lte: staginggoerli_Bytes - proposedOwner_in: [staginggoerli_Bytes!] - proposedOwner_not_in: [staginggoerli_Bytes!] - proposedOwner_contains: staginggoerli_Bytes - proposedOwner_not_contains: staginggoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: staginggoerli_AssetBalance_filter + 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: staginggoerli_BlockChangedFilter - and: [staginggoerli_Router_filter] - or: [staginggoerli_Router_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwap_filter] + or: [mantle_swap_StableSwap_filter] } -enum staginggoerli_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 staginggoerli_Sequencer { +type mantle_swap_SwapDailyVolume implements mantle_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: staginggoerli_Bytes + stableSwap: mantle_swap_StableSwap! + timestamp: BigInt! + volume: mantle_swap_BigDecimal! } -input staginggoerli_Sequencer_filter { +input mantle_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -129411,39 +126526,80 @@ input staginggoerli_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: staginggoerli_Bytes - sequencer_not: staginggoerli_Bytes - sequencer_gt: staginggoerli_Bytes - sequencer_lt: staginggoerli_Bytes - sequencer_gte: staginggoerli_Bytes - sequencer_lte: staginggoerli_Bytes - sequencer_in: [staginggoerli_Bytes!] - sequencer_not_in: [staginggoerli_Bytes!] - sequencer_contains: staginggoerli_Bytes - sequencer_not_contains: staginggoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: staginggoerli_BlockChangedFilter - and: [staginggoerli_Sequencer_filter] - or: [staginggoerli_Sequencer_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapDailyVolume_filter] + or: [mantle_swap_SwapDailyVolume_filter] } -enum staginggoerli_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 staginggoerli_Setting { +type mantle_swap_SwapHourlyVolume implements mantle_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: staginggoerli_Bytes! + stableSwap: mantle_swap_StableSwap! + timestamp: BigInt! + volume: mantle_swap_BigDecimal! } -input staginggoerli_Setting_filter { +input mantle_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -129452,106 +126608,100 @@ input staginggoerli_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: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: staginggoerli_BlockChangedFilter - and: [staginggoerli_Setting_filter] - or: [staginggoerli_Setting_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapHourlyVolume_filter] + or: [mantle_swap_SwapHourlyVolume_filter] } -enum staginggoerli_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 staginggoerli_SlippageUpdate { - id: ID! - transfer: staginggoerli_DestinationTransfer! - slippage: BigInt! - caller: staginggoerli_Bytes! - transactionHash: staginggoerli_Bytes! +interface mantle_swap_SwapTradeVolume { + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: mantle_swap_BigDecimal! } -input staginggoerli_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_: staginggoerli_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes +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 @@ -129560,94 +126710,50 @@ input staginggoerli_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: staginggoerli_BlockChangedFilter - and: [staginggoerli_SlippageUpdate_filter] - or: [staginggoerli_SlippageUpdate_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapTradeVolume_filter] + or: [mantle_swap_SwapTradeVolume_filter] } -enum staginggoerli_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash +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 staginggoerli_SnapshotRoot { +type mantle_swap_SwapWeeklyVolume implements mantle_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: staginggoerli_Bytes! - count: BigInt! + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: mantle_swap_BigDecimal! } -input staginggoerli_SnapshotRoot_filter { +input mantle_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -129656,32 +126762,27 @@ input staginggoerli_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: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -129690,35 +126791,50 @@ input staginggoerli_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: staginggoerli_BlockChangedFilter - and: [staginggoerli_SnapshotRoot_filter] - or: [staginggoerli_SnapshotRoot_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapWeeklyVolume_filter] + or: [mantle_swap_SwapWeeklyVolume_filter] } -enum staginggoerli_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 staginggoerli_SpokeConnectorMode { +type mantle_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input staginggoerli_SpokeConnectorMode_filter { +input mantle_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -129727,54 +126843,68 @@ input staginggoerli_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: staginggoerli_BlockChangedFilter - and: [staginggoerli_SpokeConnectorMode_filter] - or: [staginggoerli_SpokeConnectorMode_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SystemInfo_filter] + or: [mantle_swap_SystemInfo_filter] } -enum staginggoerli_SpokeConnectorMode_orderBy { +enum mantle_swap_SystemInfo_orderBy { id - mode + exchangeCount + swapCount } -enum staginggoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast +type mantle_swap__Block_ { + """The hash of the block""" + hash: mantle_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int } -type optimism_AggregateRoot { +"""The type for the top-level _meta field""" +type mantle_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mantle_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type stagingmumbai_AggregateRoot { id: ID! - root: optimism_Bytes! + root: stagingmumbai_Bytes! blockNumber: BigInt! } -type optimism_AggregateRootProposed { +type stagingmumbai_AggregateRootProposed { id: ID! - aggregateRoot: optimism_Bytes! + aggregateRoot: stagingmumbai_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -129782,25 +126912,25 @@ type optimism_AggregateRootProposed { 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 +input stagingmumbai_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingmumbai_Bytes + aggregateRoot_not: stagingmumbai_Bytes + aggregateRoot_gt: stagingmumbai_Bytes + aggregateRoot_lt: stagingmumbai_Bytes + aggregateRoot_gte: stagingmumbai_Bytes + aggregateRoot_lte: stagingmumbai_Bytes + aggregateRoot_in: [stagingmumbai_Bytes!] + aggregateRoot_not_in: [stagingmumbai_Bytes!] + aggregateRoot_contains: stagingmumbai_Bytes + aggregateRoot_not_contains: stagingmumbai_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -129842,12 +126972,12 @@ input optimism_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AggregateRootProposed_filter] - or: [optimism_AggregateRootProposed_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AggregateRootProposed_filter] + or: [stagingmumbai_AggregateRootProposed_filter] } -enum optimism_AggregateRootProposed_orderBy { +enum stagingmumbai_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -129857,7 +126987,7 @@ enum optimism_AggregateRootProposed_orderBy { blockNumber } -input optimism_AggregateRoot_filter { +input stagingmumbai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -129866,16 +126996,16 @@ input optimism_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -129885,42 +127015,47 @@ input optimism_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AggregateRoot_filter] - or: [optimism_AggregateRoot_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AggregateRoot_filter] + or: [stagingmumbai_AggregateRoot_filter] } -enum optimism_AggregateRoot_orderBy { +enum stagingmumbai_AggregateRoot_orderBy { id root blockNumber } -type optimism_Asset { +enum stagingmumbai_Aggregation_interval { + hour + day +} + +type stagingmumbai_Asset { id: ID! - key: optimism_Bytes + key: stagingmumbai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: optimism_Bytes + canonicalId: stagingmumbai_Bytes canonicalDomain: BigInt - adoptedAsset: optimism_Bytes - localAsset: optimism_Bytes + adoptedAsset: stagingmumbai_Bytes + localAsset: stagingmumbai_Bytes blockNumber: BigInt - status: optimism_AssetStatus + status: stagingmumbai_AssetStatus } -type optimism_AssetBalance { +type stagingmumbai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: optimism_Router! - asset: optimism_Asset! + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! feesEarned: BigInt! } -input optimism_AssetBalance_filter { +input stagingmumbai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -129981,7 +127116,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_: stagingmumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -130002,7 +127137,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_: stagingmumbai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -130012,12 +127147,12 @@ input optimism_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AssetBalance_filter] - or: [optimism_AssetBalance_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AssetBalance_filter] + or: [stagingmumbai_AssetBalance_filter] } -enum optimism_AssetBalance_orderBy { +enum stagingmumbai_AssetBalance_orderBy { id amount locked @@ -130043,12 +127178,12 @@ enum optimism_AssetBalance_orderBy { feesEarned } -type optimism_AssetStatus { +type stagingmumbai_AssetStatus { id: ID! status: Boolean } -input optimism_AssetStatus_filter { +input stagingmumbai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -130062,17 +127197,17 @@ input optimism_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AssetStatus_filter] - or: [optimism_AssetStatus_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AssetStatus_filter] + or: [stagingmumbai_AssetStatus_filter] } -enum optimism_AssetStatus_orderBy { +enum stagingmumbai_AssetStatus_orderBy { id status } -input optimism_Asset_filter { +input stagingmumbai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -130081,16 +127216,16 @@ input optimism_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: optimism_Bytes - key_not: optimism_Bytes - key_gt: optimism_Bytes - key_lt: optimism_Bytes - key_gte: optimism_Bytes - key_lte: optimism_Bytes - key_in: [optimism_Bytes!] - key_not_in: [optimism_Bytes!] - key_contains: optimism_Bytes - key_not_contains: optimism_Bytes + key: stagingmumbai_Bytes + key_not: stagingmumbai_Bytes + key_gt: stagingmumbai_Bytes + key_lt: stagingmumbai_Bytes + key_gte: stagingmumbai_Bytes + key_lte: stagingmumbai_Bytes + key_in: [stagingmumbai_Bytes!] + key_not_in: [stagingmumbai_Bytes!] + key_contains: stagingmumbai_Bytes + key_not_contains: stagingmumbai_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -130107,16 +127242,16 @@ input optimism_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: stagingmumbai_Bytes + canonicalId_not: stagingmumbai_Bytes + canonicalId_gt: stagingmumbai_Bytes + canonicalId_lt: stagingmumbai_Bytes + canonicalId_gte: stagingmumbai_Bytes + canonicalId_lte: stagingmumbai_Bytes + canonicalId_in: [stagingmumbai_Bytes!] + canonicalId_not_in: [stagingmumbai_Bytes!] + canonicalId_contains: stagingmumbai_Bytes + canonicalId_not_contains: stagingmumbai_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -130125,26 +127260,26 @@ input optimism_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: optimism_Bytes - adoptedAsset_not: optimism_Bytes - adoptedAsset_gt: optimism_Bytes - adoptedAsset_lt: optimism_Bytes - adoptedAsset_gte: optimism_Bytes - adoptedAsset_lte: optimism_Bytes - adoptedAsset_in: [optimism_Bytes!] - adoptedAsset_not_in: [optimism_Bytes!] - adoptedAsset_contains: optimism_Bytes - adoptedAsset_not_contains: optimism_Bytes - localAsset: optimism_Bytes - localAsset_not: optimism_Bytes - localAsset_gt: optimism_Bytes - localAsset_lt: optimism_Bytes - localAsset_gte: optimism_Bytes - localAsset_lte: optimism_Bytes - localAsset_in: [optimism_Bytes!] - localAsset_not_in: [optimism_Bytes!] - localAsset_contains: optimism_Bytes - localAsset_not_contains: optimism_Bytes + adoptedAsset: stagingmumbai_Bytes + adoptedAsset_not: stagingmumbai_Bytes + adoptedAsset_gt: stagingmumbai_Bytes + adoptedAsset_lt: stagingmumbai_Bytes + adoptedAsset_gte: stagingmumbai_Bytes + adoptedAsset_lte: stagingmumbai_Bytes + adoptedAsset_in: [stagingmumbai_Bytes!] + adoptedAsset_not_in: [stagingmumbai_Bytes!] + adoptedAsset_contains: stagingmumbai_Bytes + adoptedAsset_not_contains: stagingmumbai_Bytes + localAsset: stagingmumbai_Bytes + localAsset_not: stagingmumbai_Bytes + localAsset_gt: stagingmumbai_Bytes + localAsset_lt: stagingmumbai_Bytes + localAsset_gte: stagingmumbai_Bytes + localAsset_lte: stagingmumbai_Bytes + localAsset_in: [stagingmumbai_Bytes!] + localAsset_not_in: [stagingmumbai_Bytes!] + localAsset_contains: stagingmumbai_Bytes + localAsset_not_contains: stagingmumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -130173,14 +127308,14 @@ input optimism_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: optimism_AssetStatus_filter + status_: stagingmumbai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Asset_filter] - or: [optimism_Asset_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Asset_filter] + or: [stagingmumbai_Asset_filter] } -enum optimism_Asset_orderBy { +enum stagingmumbai_Asset_orderBy { id key decimal @@ -130195,30 +127330,30 @@ enum optimism_Asset_orderBy { status__status } -scalar optimism_BigDecimal +scalar stagingmumbai_BigDecimal -input optimism_BlockChangedFilter { +input stagingmumbai_BlockChangedFilter { number_gte: Int! } -input optimism_Block_height { - hash: optimism_Bytes +input stagingmumbai_Block_height { + hash: stagingmumbai_Bytes number: Int number_gte: Int } -scalar optimism_Bytes +scalar stagingmumbai_Bytes -type optimism_ConnectorMeta { +type stagingmumbai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimism_Bytes - rootManager: optimism_Bytes - mirrorConnector: optimism_Bytes + amb: stagingmumbai_Bytes + rootManager: stagingmumbai_Bytes + mirrorConnector: stagingmumbai_Bytes } -input optimism_ConnectorMeta_filter { +input stagingmumbai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -130243,43 +127378,43 @@ input optimism_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: optimism_Bytes - amb_not: optimism_Bytes - amb_gt: optimism_Bytes - amb_lt: optimism_Bytes - amb_gte: optimism_Bytes - amb_lte: optimism_Bytes - amb_in: [optimism_Bytes!] - amb_not_in: [optimism_Bytes!] - amb_contains: optimism_Bytes - amb_not_contains: optimism_Bytes - rootManager: optimism_Bytes - rootManager_not: optimism_Bytes - rootManager_gt: optimism_Bytes - rootManager_lt: optimism_Bytes - rootManager_gte: optimism_Bytes - rootManager_lte: optimism_Bytes - rootManager_in: [optimism_Bytes!] - rootManager_not_in: [optimism_Bytes!] - rootManager_contains: optimism_Bytes - rootManager_not_contains: optimism_Bytes - mirrorConnector: optimism_Bytes - mirrorConnector_not: optimism_Bytes - mirrorConnector_gt: optimism_Bytes - mirrorConnector_lt: optimism_Bytes - mirrorConnector_gte: optimism_Bytes - mirrorConnector_lte: optimism_Bytes - mirrorConnector_in: [optimism_Bytes!] - mirrorConnector_not_in: [optimism_Bytes!] - mirrorConnector_contains: optimism_Bytes - mirrorConnector_not_contains: optimism_Bytes + amb: stagingmumbai_Bytes + amb_not: stagingmumbai_Bytes + amb_gt: stagingmumbai_Bytes + amb_lt: stagingmumbai_Bytes + amb_gte: stagingmumbai_Bytes + amb_lte: stagingmumbai_Bytes + amb_in: [stagingmumbai_Bytes!] + amb_not_in: [stagingmumbai_Bytes!] + amb_contains: stagingmumbai_Bytes + amb_not_contains: stagingmumbai_Bytes + rootManager: stagingmumbai_Bytes + rootManager_not: stagingmumbai_Bytes + rootManager_gt: stagingmumbai_Bytes + rootManager_lt: stagingmumbai_Bytes + rootManager_gte: stagingmumbai_Bytes + rootManager_lte: stagingmumbai_Bytes + rootManager_in: [stagingmumbai_Bytes!] + rootManager_not_in: [stagingmumbai_Bytes!] + rootManager_contains: stagingmumbai_Bytes + rootManager_not_contains: stagingmumbai_Bytes + mirrorConnector: stagingmumbai_Bytes + mirrorConnector_not: stagingmumbai_Bytes + mirrorConnector_gt: stagingmumbai_Bytes + mirrorConnector_lt: stagingmumbai_Bytes + mirrorConnector_gte: stagingmumbai_Bytes + mirrorConnector_lte: stagingmumbai_Bytes + mirrorConnector_in: [stagingmumbai_Bytes!] + mirrorConnector_not_in: [stagingmumbai_Bytes!] + mirrorConnector_contains: stagingmumbai_Bytes + mirrorConnector_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_ConnectorMeta_filter] - or: [optimism_ConnectorMeta_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_ConnectorMeta_filter] + or: [stagingmumbai_ConnectorMeta_filter] } -enum optimism_ConnectorMeta_orderBy { +enum stagingmumbai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -130288,48 +127423,48 @@ enum optimism_ConnectorMeta_orderBy { mirrorConnector } -type optimism_DestinationTransfer { +type stagingmumbai_DestinationTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: stagingmumbai_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: stagingmumbai_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_Router_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_Router_filter): [stagingmumbai_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes + to: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: stagingmumbai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimism_Bytes + originSender: stagingmumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset + canonicalId: stagingmumbai_Bytes + asset: stagingmumbai_Asset amount: BigInt routersFee: BigInt - executedCaller: optimism_Bytes - executedTransactionHash: optimism_Bytes + executedCaller: stagingmumbai_Bytes + executedTransactionHash: stagingmumbai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimism_Bytes + executedTxOrigin: stagingmumbai_Bytes executedTxNonce: BigInt - reconciledCaller: optimism_Bytes - reconciledTransactionHash: optimism_Bytes + reconciledCaller: stagingmumbai_Bytes + reconciledTransactionHash: stagingmumbai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimism_Bytes + reconciledTxOrigin: stagingmumbai_Bytes reconciledTxNonce: BigInt } -input optimism_DestinationTransfer_filter { +input stagingmumbai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -130346,16 +127481,16 @@ input optimism_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: stagingmumbai_Bytes + transferId_not: stagingmumbai_Bytes + transferId_gt: stagingmumbai_Bytes + transferId_lt: stagingmumbai_Bytes + transferId_gte: stagingmumbai_Bytes + transferId_lte: stagingmumbai_Bytes + transferId_in: [stagingmumbai_Bytes!] + transferId_not_in: [stagingmumbai_Bytes!] + transferId_contains: stagingmumbai_Bytes + transferId_not_contains: stagingmumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -130364,17 +127499,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: stagingmumbai_TransferStatus + status_not: stagingmumbai_TransferStatus + status_in: [stagingmumbai_TransferStatus!] + status_not_in: [stagingmumbai_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: optimism_Router_filter + routers_: stagingmumbai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -130399,40 +127534,40 @@ input optimism_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimism_Bytes - to_not: optimism_Bytes - to_gt: optimism_Bytes - to_lt: optimism_Bytes - to_gte: optimism_Bytes - to_lte: optimism_Bytes - to_in: [optimism_Bytes!] - to_not_in: [optimism_Bytes!] - to_contains: optimism_Bytes - to_not_contains: optimism_Bytes - delegate: optimism_Bytes - delegate_not: optimism_Bytes - delegate_gt: optimism_Bytes - delegate_lt: optimism_Bytes - delegate_gte: optimism_Bytes - delegate_lte: optimism_Bytes - delegate_in: [optimism_Bytes!] - delegate_not_in: [optimism_Bytes!] - delegate_contains: optimism_Bytes - delegate_not_contains: optimism_Bytes + to: stagingmumbai_Bytes + to_not: stagingmumbai_Bytes + to_gt: stagingmumbai_Bytes + to_lt: stagingmumbai_Bytes + to_gte: stagingmumbai_Bytes + to_lte: stagingmumbai_Bytes + to_in: [stagingmumbai_Bytes!] + to_not_in: [stagingmumbai_Bytes!] + to_contains: stagingmumbai_Bytes + to_not_contains: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes + delegate_not: stagingmumbai_Bytes + delegate_gt: stagingmumbai_Bytes + delegate_lt: stagingmumbai_Bytes + delegate_gte: stagingmumbai_Bytes + delegate_lte: stagingmumbai_Bytes + delegate_in: [stagingmumbai_Bytes!] + delegate_not_in: [stagingmumbai_Bytes!] + delegate_contains: stagingmumbai_Bytes + delegate_not_contains: stagingmumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: stagingmumbai_Bytes + callData_not: stagingmumbai_Bytes + callData_gt: stagingmumbai_Bytes + callData_lt: stagingmumbai_Bytes + callData_gte: stagingmumbai_Bytes + callData_lte: stagingmumbai_Bytes + callData_in: [stagingmumbai_Bytes!] + callData_not_in: [stagingmumbai_Bytes!] + callData_contains: stagingmumbai_Bytes + callData_not_contains: stagingmumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -130449,16 +127584,16 @@ input optimism_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: optimism_Bytes - originSender_not: optimism_Bytes - originSender_gt: optimism_Bytes - originSender_lt: optimism_Bytes - originSender_gte: optimism_Bytes - originSender_lte: optimism_Bytes - originSender_in: [optimism_Bytes!] - originSender_not_in: [optimism_Bytes!] - originSender_contains: optimism_Bytes - originSender_not_contains: optimism_Bytes + originSender: stagingmumbai_Bytes + originSender_not: stagingmumbai_Bytes + originSender_gt: stagingmumbai_Bytes + originSender_lt: stagingmumbai_Bytes + originSender_gte: stagingmumbai_Bytes + originSender_lte: stagingmumbai_Bytes + originSender_in: [stagingmumbai_Bytes!] + originSender_not_in: [stagingmumbai_Bytes!] + originSender_contains: stagingmumbai_Bytes + originSender_not_contains: stagingmumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -130475,16 +127610,16 @@ input optimism_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: stagingmumbai_Bytes + canonicalId_not: stagingmumbai_Bytes + canonicalId_gt: stagingmumbai_Bytes + canonicalId_lt: stagingmumbai_Bytes + canonicalId_gte: stagingmumbai_Bytes + canonicalId_lte: stagingmumbai_Bytes + canonicalId_in: [stagingmumbai_Bytes!] + canonicalId_not_in: [stagingmumbai_Bytes!] + canonicalId_contains: stagingmumbai_Bytes + canonicalId_not_contains: stagingmumbai_Bytes asset: String asset_not: String asset_gt: String @@ -130505,7 +127640,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_: stagingmumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -130522,26 +127657,26 @@ input optimism_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: optimism_Bytes - executedCaller_not: optimism_Bytes - executedCaller_gt: optimism_Bytes - executedCaller_lt: optimism_Bytes - executedCaller_gte: optimism_Bytes - executedCaller_lte: optimism_Bytes - executedCaller_in: [optimism_Bytes!] - executedCaller_not_in: [optimism_Bytes!] - executedCaller_contains: optimism_Bytes - executedCaller_not_contains: optimism_Bytes - executedTransactionHash: optimism_Bytes - executedTransactionHash_not: optimism_Bytes - executedTransactionHash_gt: optimism_Bytes - executedTransactionHash_lt: optimism_Bytes - executedTransactionHash_gte: optimism_Bytes - executedTransactionHash_lte: optimism_Bytes - executedTransactionHash_in: [optimism_Bytes!] - executedTransactionHash_not_in: [optimism_Bytes!] - executedTransactionHash_contains: optimism_Bytes - executedTransactionHash_not_contains: optimism_Bytes + executedCaller: stagingmumbai_Bytes + executedCaller_not: stagingmumbai_Bytes + executedCaller_gt: stagingmumbai_Bytes + executedCaller_lt: stagingmumbai_Bytes + executedCaller_gte: stagingmumbai_Bytes + executedCaller_lte: stagingmumbai_Bytes + executedCaller_in: [stagingmumbai_Bytes!] + executedCaller_not_in: [stagingmumbai_Bytes!] + executedCaller_contains: stagingmumbai_Bytes + executedCaller_not_contains: stagingmumbai_Bytes + executedTransactionHash: stagingmumbai_Bytes + executedTransactionHash_not: stagingmumbai_Bytes + executedTransactionHash_gt: stagingmumbai_Bytes + executedTransactionHash_lt: stagingmumbai_Bytes + executedTransactionHash_gte: stagingmumbai_Bytes + executedTransactionHash_lte: stagingmumbai_Bytes + executedTransactionHash_in: [stagingmumbai_Bytes!] + executedTransactionHash_not_in: [stagingmumbai_Bytes!] + executedTransactionHash_contains: stagingmumbai_Bytes + executedTransactionHash_not_contains: stagingmumbai_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -130574,16 +127709,16 @@ input optimism_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: optimism_Bytes - executedTxOrigin_not: optimism_Bytes - executedTxOrigin_gt: optimism_Bytes - executedTxOrigin_lt: optimism_Bytes - executedTxOrigin_gte: optimism_Bytes - executedTxOrigin_lte: optimism_Bytes - executedTxOrigin_in: [optimism_Bytes!] - executedTxOrigin_not_in: [optimism_Bytes!] - executedTxOrigin_contains: optimism_Bytes - executedTxOrigin_not_contains: optimism_Bytes + executedTxOrigin: stagingmumbai_Bytes + executedTxOrigin_not: stagingmumbai_Bytes + executedTxOrigin_gt: stagingmumbai_Bytes + executedTxOrigin_lt: stagingmumbai_Bytes + executedTxOrigin_gte: stagingmumbai_Bytes + executedTxOrigin_lte: stagingmumbai_Bytes + executedTxOrigin_in: [stagingmumbai_Bytes!] + executedTxOrigin_not_in: [stagingmumbai_Bytes!] + executedTxOrigin_contains: stagingmumbai_Bytes + executedTxOrigin_not_contains: stagingmumbai_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -130592,26 +127727,26 @@ input optimism_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: optimism_Bytes - reconciledCaller_not: optimism_Bytes - reconciledCaller_gt: optimism_Bytes - reconciledCaller_lt: optimism_Bytes - reconciledCaller_gte: optimism_Bytes - reconciledCaller_lte: optimism_Bytes - reconciledCaller_in: [optimism_Bytes!] - reconciledCaller_not_in: [optimism_Bytes!] - reconciledCaller_contains: optimism_Bytes - reconciledCaller_not_contains: optimism_Bytes - reconciledTransactionHash: optimism_Bytes - reconciledTransactionHash_not: optimism_Bytes - reconciledTransactionHash_gt: optimism_Bytes - reconciledTransactionHash_lt: optimism_Bytes - reconciledTransactionHash_gte: optimism_Bytes - reconciledTransactionHash_lte: optimism_Bytes - reconciledTransactionHash_in: [optimism_Bytes!] - reconciledTransactionHash_not_in: [optimism_Bytes!] - reconciledTransactionHash_contains: optimism_Bytes - reconciledTransactionHash_not_contains: optimism_Bytes + reconciledCaller: stagingmumbai_Bytes + reconciledCaller_not: stagingmumbai_Bytes + reconciledCaller_gt: stagingmumbai_Bytes + reconciledCaller_lt: stagingmumbai_Bytes + reconciledCaller_gte: stagingmumbai_Bytes + reconciledCaller_lte: stagingmumbai_Bytes + reconciledCaller_in: [stagingmumbai_Bytes!] + reconciledCaller_not_in: [stagingmumbai_Bytes!] + reconciledCaller_contains: stagingmumbai_Bytes + reconciledCaller_not_contains: stagingmumbai_Bytes + reconciledTransactionHash: stagingmumbai_Bytes + reconciledTransactionHash_not: stagingmumbai_Bytes + reconciledTransactionHash_gt: stagingmumbai_Bytes + reconciledTransactionHash_lt: stagingmumbai_Bytes + reconciledTransactionHash_gte: stagingmumbai_Bytes + reconciledTransactionHash_lte: stagingmumbai_Bytes + reconciledTransactionHash_in: [stagingmumbai_Bytes!] + reconciledTransactionHash_not_in: [stagingmumbai_Bytes!] + reconciledTransactionHash_contains: stagingmumbai_Bytes + reconciledTransactionHash_not_contains: stagingmumbai_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -130644,16 +127779,16 @@ input optimism_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: optimism_Bytes - reconciledTxOrigin_not: optimism_Bytes - reconciledTxOrigin_gt: optimism_Bytes - reconciledTxOrigin_lt: optimism_Bytes - reconciledTxOrigin_gte: optimism_Bytes - reconciledTxOrigin_lte: optimism_Bytes - reconciledTxOrigin_in: [optimism_Bytes!] - reconciledTxOrigin_not_in: [optimism_Bytes!] - reconciledTxOrigin_contains: optimism_Bytes - reconciledTxOrigin_not_contains: optimism_Bytes + reconciledTxOrigin: stagingmumbai_Bytes + reconciledTxOrigin_not: stagingmumbai_Bytes + reconciledTxOrigin_gt: stagingmumbai_Bytes + reconciledTxOrigin_lt: stagingmumbai_Bytes + reconciledTxOrigin_gte: stagingmumbai_Bytes + reconciledTxOrigin_lte: stagingmumbai_Bytes + reconciledTxOrigin_in: [stagingmumbai_Bytes!] + reconciledTxOrigin_not_in: [stagingmumbai_Bytes!] + reconciledTxOrigin_contains: stagingmumbai_Bytes + reconciledTxOrigin_not_contains: stagingmumbai_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -130663,12 +127798,12 @@ input optimism_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_DestinationTransfer_filter] - or: [optimism_DestinationTransfer_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_DestinationTransfer_filter] + or: [stagingmumbai_DestinationTransfer_filter] } -enum optimism_DestinationTransfer_orderBy { +enum stagingmumbai_DestinationTransfer_orderBy { id chainId transferId @@ -130722,16 +127857,16 @@ enum optimism_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar optimism_Int8 +scalar stagingmumbai_Int8 -type optimism_OptimisticRootFinalized { +type stagingmumbai_OptimisticRootFinalized { id: ID! - aggregateRoot: optimism_Bytes! + aggregateRoot: stagingmumbai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input optimism_OptimisticRootFinalized_filter { +input stagingmumbai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -130740,16 +127875,16 @@ input optimism_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: optimism_Bytes - aggregateRoot_not: optimism_Bytes - aggregateRoot_gt: optimism_Bytes - aggregateRoot_lt: optimism_Bytes - aggregateRoot_gte: optimism_Bytes - aggregateRoot_lte: optimism_Bytes - aggregateRoot_in: [optimism_Bytes!] - aggregateRoot_not_in: [optimism_Bytes!] - aggregateRoot_contains: optimism_Bytes - aggregateRoot_not_contains: optimism_Bytes + aggregateRoot: stagingmumbai_Bytes + aggregateRoot_not: stagingmumbai_Bytes + aggregateRoot_gt: stagingmumbai_Bytes + aggregateRoot_lt: stagingmumbai_Bytes + aggregateRoot_gte: stagingmumbai_Bytes + aggregateRoot_lte: stagingmumbai_Bytes + aggregateRoot_in: [stagingmumbai_Bytes!] + aggregateRoot_not_in: [stagingmumbai_Bytes!] + aggregateRoot_contains: stagingmumbai_Bytes + aggregateRoot_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -130767,12 +127902,12 @@ input optimism_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OptimisticRootFinalized_filter] - or: [optimism_OptimisticRootFinalized_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OptimisticRootFinalized_filter] + or: [stagingmumbai_OptimisticRootFinalized_filter] } -enum optimism_OptimisticRootFinalized_orderBy { +enum stagingmumbai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -130780,25 +127915,25 @@ enum optimism_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimism_OrderDirection { +enum stagingmumbai_OrderDirection { asc desc } -type optimism_OriginMessage { +type stagingmumbai_OriginMessage { id: ID! - transferId: optimism_Bytes + transferId: stagingmumbai_Bytes destinationDomain: BigInt - leaf: optimism_Bytes + leaf: stagingmumbai_Bytes index: BigInt - message: optimism_Bytes - root: optimism_Bytes - transactionHash: optimism_Bytes + message: stagingmumbai_Bytes + root: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes blockNumber: BigInt - rootCount: optimism_RootCount + rootCount: stagingmumbai_RootCount } -input optimism_OriginMessage_filter { +input stagingmumbai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -130807,16 +127942,16 @@ input optimism_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: stagingmumbai_Bytes + transferId_not: stagingmumbai_Bytes + transferId_gt: stagingmumbai_Bytes + transferId_lt: stagingmumbai_Bytes + transferId_gte: stagingmumbai_Bytes + transferId_lte: stagingmumbai_Bytes + transferId_in: [stagingmumbai_Bytes!] + transferId_not_in: [stagingmumbai_Bytes!] + transferId_contains: stagingmumbai_Bytes + transferId_not_contains: stagingmumbai_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -130825,16 +127960,16 @@ input optimism_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: optimism_Bytes - leaf_not: optimism_Bytes - leaf_gt: optimism_Bytes - leaf_lt: optimism_Bytes - leaf_gte: optimism_Bytes - leaf_lte: optimism_Bytes - leaf_in: [optimism_Bytes!] - leaf_not_in: [optimism_Bytes!] - leaf_contains: optimism_Bytes - leaf_not_contains: optimism_Bytes + leaf: stagingmumbai_Bytes + leaf_not: stagingmumbai_Bytes + leaf_gt: stagingmumbai_Bytes + leaf_lt: stagingmumbai_Bytes + leaf_gte: stagingmumbai_Bytes + leaf_lte: stagingmumbai_Bytes + leaf_in: [stagingmumbai_Bytes!] + leaf_not_in: [stagingmumbai_Bytes!] + leaf_contains: stagingmumbai_Bytes + leaf_not_contains: stagingmumbai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -130843,36 +127978,36 @@ input optimism_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: optimism_Bytes - message_not: optimism_Bytes - message_gt: optimism_Bytes - message_lt: optimism_Bytes - message_gte: optimism_Bytes - message_lte: optimism_Bytes - message_in: [optimism_Bytes!] - message_not_in: [optimism_Bytes!] - message_contains: optimism_Bytes - message_not_contains: optimism_Bytes - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + message: stagingmumbai_Bytes + message_not: stagingmumbai_Bytes + message_gt: stagingmumbai_Bytes + message_lt: stagingmumbai_Bytes + message_gte: stagingmumbai_Bytes + message_lte: stagingmumbai_Bytes + message_in: [stagingmumbai_Bytes!] + message_not_in: [stagingmumbai_Bytes!] + message_contains: stagingmumbai_Bytes + message_not_contains: stagingmumbai_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -130901,14 +128036,14 @@ input optimism_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: optimism_RootCount_filter + rootCount_: stagingmumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginMessage_filter] - or: [optimism_OriginMessage_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OriginMessage_filter] + or: [stagingmumbai_OriginMessage_filter] } -enum optimism_OriginMessage_orderBy { +enum stagingmumbai_OriginMessage_orderBy { id transferId destinationDomain @@ -130923,42 +128058,42 @@ enum optimism_OriginMessage_orderBy { rootCount__count } -type optimism_OriginTransfer { +type stagingmumbai_OriginTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: stagingmumbai_Bytes nonce: BigInt - status: optimism_TransferStatus - messageHash: optimism_Bytes + status: stagingmumbai_TransferStatus + messageHash: stagingmumbai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes + to: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: stagingmumbai_Bytes slippage: BigInt - originSender: optimism_Bytes + originSender: stagingmumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset - transactingAsset: optimism_Bytes - message: optimism_OriginMessage + canonicalId: stagingmumbai_Bytes + asset: stagingmumbai_Asset + transactingAsset: stagingmumbai_Bytes + message: stagingmumbai_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: stagingmumbai_RelayerFee_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_RelayerFee_filter): [stagingmumbai_RelayerFee!] + initialRelayerFeeAsset: stagingmumbai_Bytes + caller: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: optimism_Bytes + txOrigin: stagingmumbai_Bytes txNonce: BigInt } -input optimism_OriginTransfer_filter { +input stagingmumbai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -130975,16 +128110,16 @@ input optimism_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: stagingmumbai_Bytes + transferId_not: stagingmumbai_Bytes + transferId_gt: stagingmumbai_Bytes + transferId_lt: stagingmumbai_Bytes + transferId_gte: stagingmumbai_Bytes + transferId_lte: stagingmumbai_Bytes + transferId_in: [stagingmumbai_Bytes!] + transferId_not_in: [stagingmumbai_Bytes!] + transferId_contains: stagingmumbai_Bytes + transferId_not_contains: stagingmumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -130993,20 +128128,20 @@ input optimism_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimism_TransferStatus - status_not: optimism_TransferStatus - status_in: [optimism_TransferStatus!] - status_not_in: [optimism_TransferStatus!] - messageHash: optimism_Bytes - messageHash_not: optimism_Bytes - messageHash_gt: optimism_Bytes - messageHash_lt: optimism_Bytes - messageHash_gte: optimism_Bytes - messageHash_lte: optimism_Bytes - messageHash_in: [optimism_Bytes!] - messageHash_not_in: [optimism_Bytes!] - messageHash_contains: optimism_Bytes - messageHash_not_contains: optimism_Bytes + status: stagingmumbai_TransferStatus + status_not: stagingmumbai_TransferStatus + status_in: [stagingmumbai_TransferStatus!] + status_not_in: [stagingmumbai_TransferStatus!] + messageHash: stagingmumbai_Bytes + messageHash_not: stagingmumbai_Bytes + messageHash_gt: stagingmumbai_Bytes + messageHash_lt: stagingmumbai_Bytes + messageHash_gte: stagingmumbai_Bytes + messageHash_lte: stagingmumbai_Bytes + messageHash_in: [stagingmumbai_Bytes!] + messageHash_not_in: [stagingmumbai_Bytes!] + messageHash_contains: stagingmumbai_Bytes + messageHash_not_contains: stagingmumbai_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -131031,40 +128166,40 @@ input optimism_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimism_Bytes - to_not: optimism_Bytes - to_gt: optimism_Bytes - to_lt: optimism_Bytes - to_gte: optimism_Bytes - to_lte: optimism_Bytes - to_in: [optimism_Bytes!] - to_not_in: [optimism_Bytes!] - to_contains: optimism_Bytes - to_not_contains: optimism_Bytes - delegate: optimism_Bytes - delegate_not: optimism_Bytes - delegate_gt: optimism_Bytes - delegate_lt: optimism_Bytes - delegate_gte: optimism_Bytes - delegate_lte: optimism_Bytes - delegate_in: [optimism_Bytes!] - delegate_not_in: [optimism_Bytes!] - delegate_contains: optimism_Bytes - delegate_not_contains: optimism_Bytes + to: stagingmumbai_Bytes + to_not: stagingmumbai_Bytes + to_gt: stagingmumbai_Bytes + to_lt: stagingmumbai_Bytes + to_gte: stagingmumbai_Bytes + to_lte: stagingmumbai_Bytes + to_in: [stagingmumbai_Bytes!] + to_not_in: [stagingmumbai_Bytes!] + to_contains: stagingmumbai_Bytes + to_not_contains: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes + delegate_not: stagingmumbai_Bytes + delegate_gt: stagingmumbai_Bytes + delegate_lt: stagingmumbai_Bytes + delegate_gte: stagingmumbai_Bytes + delegate_lte: stagingmumbai_Bytes + delegate_in: [stagingmumbai_Bytes!] + delegate_not_in: [stagingmumbai_Bytes!] + delegate_contains: stagingmumbai_Bytes + delegate_not_contains: stagingmumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: stagingmumbai_Bytes + callData_not: stagingmumbai_Bytes + callData_gt: stagingmumbai_Bytes + callData_lt: stagingmumbai_Bytes + callData_gte: stagingmumbai_Bytes + callData_lte: stagingmumbai_Bytes + callData_in: [stagingmumbai_Bytes!] + callData_not_in: [stagingmumbai_Bytes!] + callData_contains: stagingmumbai_Bytes + callData_not_contains: stagingmumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -131073,16 +128208,16 @@ input optimism_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: optimism_Bytes - originSender_not: optimism_Bytes - originSender_gt: optimism_Bytes - originSender_lt: optimism_Bytes - originSender_gte: optimism_Bytes - originSender_lte: optimism_Bytes - originSender_in: [optimism_Bytes!] - originSender_not_in: [optimism_Bytes!] - originSender_contains: optimism_Bytes - originSender_not_contains: optimism_Bytes + originSender: stagingmumbai_Bytes + originSender_not: stagingmumbai_Bytes + originSender_gt: stagingmumbai_Bytes + originSender_lt: stagingmumbai_Bytes + originSender_gte: stagingmumbai_Bytes + originSender_lte: stagingmumbai_Bytes + originSender_in: [stagingmumbai_Bytes!] + originSender_not_in: [stagingmumbai_Bytes!] + originSender_contains: stagingmumbai_Bytes + originSender_not_contains: stagingmumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -131099,16 +128234,16 @@ input optimism_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: stagingmumbai_Bytes + canonicalId_not: stagingmumbai_Bytes + canonicalId_gt: stagingmumbai_Bytes + canonicalId_lt: stagingmumbai_Bytes + canonicalId_gte: stagingmumbai_Bytes + canonicalId_lte: stagingmumbai_Bytes + canonicalId_in: [stagingmumbai_Bytes!] + canonicalId_not_in: [stagingmumbai_Bytes!] + canonicalId_contains: stagingmumbai_Bytes + canonicalId_not_contains: stagingmumbai_Bytes asset: String asset_not: String asset_gt: String @@ -131129,17 +128264,17 @@ input optimism_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - transactingAsset: optimism_Bytes - transactingAsset_not: optimism_Bytes - transactingAsset_gt: optimism_Bytes - transactingAsset_lt: optimism_Bytes - transactingAsset_gte: optimism_Bytes - transactingAsset_lte: optimism_Bytes - transactingAsset_in: [optimism_Bytes!] - transactingAsset_not_in: [optimism_Bytes!] - transactingAsset_contains: optimism_Bytes - transactingAsset_not_contains: optimism_Bytes + asset_: stagingmumbai_Asset_filter + transactingAsset: stagingmumbai_Bytes + transactingAsset_not: stagingmumbai_Bytes + transactingAsset_gt: stagingmumbai_Bytes + transactingAsset_lt: stagingmumbai_Bytes + transactingAsset_gte: stagingmumbai_Bytes + transactingAsset_lte: stagingmumbai_Bytes + transactingAsset_in: [stagingmumbai_Bytes!] + transactingAsset_not_in: [stagingmumbai_Bytes!] + transactingAsset_contains: stagingmumbai_Bytes + transactingAsset_not_contains: stagingmumbai_Bytes message: String message_not: String message_gt: String @@ -131160,7 +128295,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_: stagingmumbai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -131175,37 +128310,37 @@ input optimism_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: optimism_RelayerFee_filter - initialRelayerFeeAsset: optimism_Bytes - initialRelayerFeeAsset_not: optimism_Bytes - initialRelayerFeeAsset_gt: optimism_Bytes - initialRelayerFeeAsset_lt: optimism_Bytes - initialRelayerFeeAsset_gte: optimism_Bytes - initialRelayerFeeAsset_lte: optimism_Bytes - initialRelayerFeeAsset_in: [optimism_Bytes!] - initialRelayerFeeAsset_not_in: [optimism_Bytes!] - initialRelayerFeeAsset_contains: optimism_Bytes - initialRelayerFeeAsset_not_contains: optimism_Bytes - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + relayerFees_: stagingmumbai_RelayerFee_filter + initialRelayerFeeAsset: stagingmumbai_Bytes + initialRelayerFeeAsset_not: stagingmumbai_Bytes + initialRelayerFeeAsset_gt: stagingmumbai_Bytes + initialRelayerFeeAsset_lt: stagingmumbai_Bytes + initialRelayerFeeAsset_gte: stagingmumbai_Bytes + initialRelayerFeeAsset_lte: stagingmumbai_Bytes + initialRelayerFeeAsset_in: [stagingmumbai_Bytes!] + initialRelayerFeeAsset_not_in: [stagingmumbai_Bytes!] + initialRelayerFeeAsset_contains: stagingmumbai_Bytes + initialRelayerFeeAsset_not_contains: stagingmumbai_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -131238,16 +128373,16 @@ input optimism_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: optimism_Bytes - txOrigin_not: optimism_Bytes - txOrigin_gt: optimism_Bytes - txOrigin_lt: optimism_Bytes - txOrigin_gte: optimism_Bytes - txOrigin_lte: optimism_Bytes - txOrigin_in: [optimism_Bytes!] - txOrigin_not_in: [optimism_Bytes!] - txOrigin_contains: optimism_Bytes - txOrigin_not_contains: optimism_Bytes + txOrigin: stagingmumbai_Bytes + txOrigin_not: stagingmumbai_Bytes + txOrigin_gt: stagingmumbai_Bytes + txOrigin_lt: stagingmumbai_Bytes + txOrigin_gte: stagingmumbai_Bytes + txOrigin_lte: stagingmumbai_Bytes + txOrigin_in: [stagingmumbai_Bytes!] + txOrigin_not_in: [stagingmumbai_Bytes!] + txOrigin_contains: stagingmumbai_Bytes + txOrigin_not_contains: stagingmumbai_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -131257,12 +128392,12 @@ input optimism_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginTransfer_filter] - or: [optimism_OriginTransfer_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OriginTransfer_filter] + or: [stagingmumbai_OriginTransfer_filter] } -enum optimism_OriginTransfer_orderBy { +enum stagingmumbai_OriginTransfer_orderBy { id chainId transferId @@ -131315,20 +128450,20 @@ enum optimism_OriginTransfer_orderBy { txNonce } -type optimism_Relayer { +type stagingmumbai_Relayer { id: ID! isActive: Boolean! - relayer: optimism_Bytes + relayer: stagingmumbai_Bytes } -type optimism_RelayerFee { +type stagingmumbai_RelayerFee { id: ID! - transfer: optimism_OriginTransfer! + transfer: stagingmumbai_OriginTransfer! fee: BigInt! - asset: optimism_Bytes! + asset: stagingmumbai_Bytes! } -input optimism_RelayerFee_filter { +input stagingmumbai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -131357,7 +128492,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_: stagingmumbai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -131366,23 +128501,23 @@ input optimism_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: optimism_Bytes - asset_not: optimism_Bytes - asset_gt: optimism_Bytes - asset_lt: optimism_Bytes - asset_gte: optimism_Bytes - asset_lte: optimism_Bytes - asset_in: [optimism_Bytes!] - asset_not_in: [optimism_Bytes!] - asset_contains: optimism_Bytes - asset_not_contains: optimism_Bytes + asset: stagingmumbai_Bytes + asset_not: stagingmumbai_Bytes + asset_gt: stagingmumbai_Bytes + asset_lt: stagingmumbai_Bytes + asset_gte: stagingmumbai_Bytes + asset_lte: stagingmumbai_Bytes + asset_in: [stagingmumbai_Bytes!] + asset_not_in: [stagingmumbai_Bytes!] + asset_contains: stagingmumbai_Bytes + asset_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RelayerFee_filter] - or: [optimism_RelayerFee_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RelayerFee_filter] + or: [stagingmumbai_RelayerFee_filter] } -enum optimism_RelayerFee_orderBy { +enum stagingmumbai_RelayerFee_orderBy { id transfer transfer__id @@ -131418,20 +128553,20 @@ enum optimism_RelayerFee_orderBy { asset } -type optimism_RelayerFeesIncrease { +type stagingmumbai_RelayerFeesIncrease { id: ID! - transfer: optimism_OriginTransfer! + transfer: stagingmumbai_OriginTransfer! increase: BigInt - asset: optimism_Bytes - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + asset: stagingmumbai_Bytes + caller: stagingmumbai_Bytes! + transactionHash: stagingmumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_RelayerFeesIncrease_filter { +input stagingmumbai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -131460,7 +128595,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_: stagingmumbai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -131469,36 +128604,36 @@ input optimism_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: optimism_Bytes - asset_not: optimism_Bytes - asset_gt: optimism_Bytes - asset_lt: optimism_Bytes - asset_gte: optimism_Bytes - asset_lte: optimism_Bytes - asset_in: [optimism_Bytes!] - asset_not_in: [optimism_Bytes!] - asset_contains: optimism_Bytes - asset_not_contains: optimism_Bytes - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + asset: stagingmumbai_Bytes + asset_not: stagingmumbai_Bytes + asset_gt: stagingmumbai_Bytes + asset_lt: stagingmumbai_Bytes + asset_gte: stagingmumbai_Bytes + asset_lte: stagingmumbai_Bytes + asset_in: [stagingmumbai_Bytes!] + asset_not_in: [stagingmumbai_Bytes!] + asset_contains: stagingmumbai_Bytes + asset_not_contains: stagingmumbai_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -131532,12 +128667,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: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RelayerFeesIncrease_filter] + or: [stagingmumbai_RelayerFeesIncrease_filter] } -enum optimism_RelayerFeesIncrease_orderBy { +enum stagingmumbai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -131579,7 +128714,7 @@ enum optimism_RelayerFeesIncrease_orderBy { blockNumber } -input optimism_Relayer_filter { +input stagingmumbai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -131592,34 +128727,34 @@ input optimism_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: optimism_Bytes - relayer_not: optimism_Bytes - relayer_gt: optimism_Bytes - relayer_lt: optimism_Bytes - relayer_gte: optimism_Bytes - relayer_lte: optimism_Bytes - relayer_in: [optimism_Bytes!] - relayer_not_in: [optimism_Bytes!] - relayer_contains: optimism_Bytes - relayer_not_contains: optimism_Bytes + relayer: stagingmumbai_Bytes + relayer_not: stagingmumbai_Bytes + relayer_gt: stagingmumbai_Bytes + relayer_lt: stagingmumbai_Bytes + relayer_gte: stagingmumbai_Bytes + relayer_lte: stagingmumbai_Bytes + relayer_in: [stagingmumbai_Bytes!] + relayer_not_in: [stagingmumbai_Bytes!] + relayer_contains: stagingmumbai_Bytes + relayer_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Relayer_filter] - or: [optimism_Relayer_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Relayer_filter] + or: [stagingmumbai_Relayer_filter] } -enum optimism_Relayer_orderBy { +enum stagingmumbai_Relayer_orderBy { id isActive relayer } -type optimism_RootCount { +type stagingmumbai_RootCount { id: ID! count: BigInt } -input optimism_RootCount_filter { +input stagingmumbai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -131637,31 +128772,31 @@ input optimism_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RootCount_filter] - or: [optimism_RootCount_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RootCount_filter] + or: [stagingmumbai_RootCount_filter] } -enum optimism_RootCount_orderBy { +enum stagingmumbai_RootCount_orderBy { id count } -type optimism_RootMessageSent { +type stagingmumbai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: optimism_Bytes + root: stagingmumbai_Bytes count: BigInt - caller: optimism_Bytes - transactionHash: optimism_Bytes + caller: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input optimism_RootMessageSent_filter { +input stagingmumbai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -131686,16 +128821,16 @@ input optimism_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -131704,26 +128839,26 @@ input optimism_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -131757,12 +128892,12 @@ input optimism_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RootMessageSent_filter] - or: [optimism_RootMessageSent_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RootMessageSent_filter] + or: [stagingmumbai_RootMessageSent_filter] } -enum optimism_RootMessageSent_orderBy { +enum stagingmumbai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -131776,25 +128911,25 @@ enum optimism_RootMessageSent_orderBy { blockNumber } -type optimism_Router { +type stagingmumbai_Router { id: ID! isActive: Boolean! - owner: optimism_Bytes - recipient: optimism_Bytes - proposedOwner: optimism_Bytes + owner: stagingmumbai_Bytes + recipient: stagingmumbai_Bytes + proposedOwner: stagingmumbai_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: stagingmumbai_AssetBalance_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_AssetBalance_filter): [stagingmumbai_AssetBalance!]! } -type optimism_RouterDailyTVL { +type stagingmumbai_RouterDailyTVL { id: ID! - router: optimism_Router! - asset: optimism_Asset! + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! timestamp: BigInt! balance: BigInt! } -input optimism_RouterDailyTVL_filter { +input stagingmumbai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -131823,7 +128958,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_: stagingmumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -131844,7 +128979,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_: stagingmumbai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -131862,12 +128997,12 @@ input optimism_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RouterDailyTVL_filter] - or: [optimism_RouterDailyTVL_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RouterDailyTVL_filter] + or: [stagingmumbai_RouterDailyTVL_filter] } -enum optimism_RouterDailyTVL_orderBy { +enum stagingmumbai_RouterDailyTVL_orderBy { id router router__id @@ -131890,26 +129025,26 @@ enum optimism_RouterDailyTVL_orderBy { balance } -type optimism_RouterLiquidityEvent { +type stagingmumbai_RouterLiquidityEvent { id: ID! - type: optimism_RouterLiquidityEventType - router: optimism_Router! - asset: optimism_Asset! + type: stagingmumbai_RouterLiquidityEventType + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! amount: BigInt! balance: BigInt! - caller: optimism_Bytes + caller: stagingmumbai_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: optimism_Bytes! + transactionHash: stagingmumbai_Bytes! nonce: BigInt! } -enum optimism_RouterLiquidityEventType { +enum stagingmumbai_RouterLiquidityEventType { Add Remove } -input optimism_RouterLiquidityEvent_filter { +input stagingmumbai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -131918,10 +129053,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: stagingmumbai_RouterLiquidityEventType + type_not: stagingmumbai_RouterLiquidityEventType + type_in: [stagingmumbai_RouterLiquidityEventType!] + type_not_in: [stagingmumbai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -131942,7 +129077,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_: stagingmumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -131963,7 +129098,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_: stagingmumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -131980,16 +129115,16 @@ input optimism_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -132006,16 +129141,16 @@ input optimism_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -132025,12 +129160,12 @@ input optimism_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RouterLiquidityEvent_filter] - or: [optimism_RouterLiquidityEvent_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RouterLiquidityEvent_filter] + or: [stagingmumbai_RouterLiquidityEvent_filter] } -enum optimism_RouterLiquidityEvent_orderBy { +enum stagingmumbai_RouterLiquidityEvent_orderBy { id type router @@ -132059,7 +129194,7 @@ enum optimism_RouterLiquidityEvent_orderBy { nonce } -input optimism_Router_filter { +input stagingmumbai_Router_filter { id: ID id_not: ID id_gt: ID @@ -132072,36 +129207,36 @@ input optimism_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: optimism_Bytes - owner_not: optimism_Bytes - owner_gt: optimism_Bytes - owner_lt: optimism_Bytes - owner_gte: optimism_Bytes - owner_lte: optimism_Bytes - owner_in: [optimism_Bytes!] - owner_not_in: [optimism_Bytes!] - owner_contains: optimism_Bytes - owner_not_contains: optimism_Bytes - recipient: optimism_Bytes - recipient_not: optimism_Bytes - recipient_gt: optimism_Bytes - recipient_lt: optimism_Bytes - recipient_gte: optimism_Bytes - recipient_lte: optimism_Bytes - recipient_in: [optimism_Bytes!] - recipient_not_in: [optimism_Bytes!] - recipient_contains: optimism_Bytes - recipient_not_contains: optimism_Bytes - proposedOwner: optimism_Bytes - proposedOwner_not: optimism_Bytes - proposedOwner_gt: optimism_Bytes - proposedOwner_lt: optimism_Bytes - proposedOwner_gte: optimism_Bytes - proposedOwner_lte: optimism_Bytes - proposedOwner_in: [optimism_Bytes!] - proposedOwner_not_in: [optimism_Bytes!] - proposedOwner_contains: optimism_Bytes - proposedOwner_not_contains: optimism_Bytes + owner: stagingmumbai_Bytes + owner_not: stagingmumbai_Bytes + owner_gt: stagingmumbai_Bytes + owner_lt: stagingmumbai_Bytes + owner_gte: stagingmumbai_Bytes + owner_lte: stagingmumbai_Bytes + owner_in: [stagingmumbai_Bytes!] + owner_not_in: [stagingmumbai_Bytes!] + owner_contains: stagingmumbai_Bytes + owner_not_contains: stagingmumbai_Bytes + recipient: stagingmumbai_Bytes + recipient_not: stagingmumbai_Bytes + recipient_gt: stagingmumbai_Bytes + recipient_lt: stagingmumbai_Bytes + recipient_gte: stagingmumbai_Bytes + recipient_lte: stagingmumbai_Bytes + recipient_in: [stagingmumbai_Bytes!] + recipient_not_in: [stagingmumbai_Bytes!] + recipient_contains: stagingmumbai_Bytes + recipient_not_contains: stagingmumbai_Bytes + proposedOwner: stagingmumbai_Bytes + proposedOwner_not: stagingmumbai_Bytes + proposedOwner_gt: stagingmumbai_Bytes + proposedOwner_lt: stagingmumbai_Bytes + proposedOwner_gte: stagingmumbai_Bytes + proposedOwner_lte: stagingmumbai_Bytes + proposedOwner_in: [stagingmumbai_Bytes!] + proposedOwner_not_in: [stagingmumbai_Bytes!] + proposedOwner_contains: stagingmumbai_Bytes + proposedOwner_not_contains: stagingmumbai_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -132110,14 +129245,14 @@ input optimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimism_AssetBalance_filter + assetBalances_: stagingmumbai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Router_filter] - or: [optimism_Router_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Router_filter] + or: [stagingmumbai_Router_filter] } -enum optimism_Router_orderBy { +enum stagingmumbai_Router_orderBy { id isActive owner @@ -132127,13 +129262,13 @@ enum optimism_Router_orderBy { assetBalances } -type optimism_Sequencer { +type stagingmumbai_Sequencer { id: ID! isActive: Boolean! - sequencer: optimism_Bytes + sequencer: stagingmumbai_Bytes } -input optimism_Sequencer_filter { +input stagingmumbai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -132146,35 +129281,35 @@ input optimism_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: optimism_Bytes - sequencer_not: optimism_Bytes - sequencer_gt: optimism_Bytes - sequencer_lt: optimism_Bytes - sequencer_gte: optimism_Bytes - sequencer_lte: optimism_Bytes - sequencer_in: [optimism_Bytes!] - sequencer_not_in: [optimism_Bytes!] - sequencer_contains: optimism_Bytes - sequencer_not_contains: optimism_Bytes + sequencer: stagingmumbai_Bytes + sequencer_not: stagingmumbai_Bytes + sequencer_gt: stagingmumbai_Bytes + sequencer_lt: stagingmumbai_Bytes + sequencer_gte: stagingmumbai_Bytes + sequencer_lte: stagingmumbai_Bytes + sequencer_in: [stagingmumbai_Bytes!] + sequencer_not_in: [stagingmumbai_Bytes!] + sequencer_contains: stagingmumbai_Bytes + sequencer_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Sequencer_filter] - or: [optimism_Sequencer_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Sequencer_filter] + or: [stagingmumbai_Sequencer_filter] } -enum optimism_Sequencer_orderBy { +enum stagingmumbai_Sequencer_orderBy { id isActive sequencer } -type optimism_Setting { +type stagingmumbai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: optimism_Bytes! + caller: stagingmumbai_Bytes! } -input optimism_Setting_filter { +input stagingmumbai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -132191,41 +129326,41 @@ input optimism_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Setting_filter] - or: [optimism_Setting_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Setting_filter] + or: [stagingmumbai_Setting_filter] } -enum optimism_Setting_orderBy { +enum stagingmumbai_Setting_orderBy { id maxRoutersPerTransfer caller } -type optimism_SlippageUpdate { +type stagingmumbai_SlippageUpdate { id: ID! - transfer: optimism_DestinationTransfer! + transfer: stagingmumbai_DestinationTransfer! slippage: BigInt! - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + caller: stagingmumbai_Bytes! + transactionHash: stagingmumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_SlippageUpdate_filter { +input stagingmumbai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -132254,7 +129389,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_: stagingmumbai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -132263,26 +129398,26 @@ input optimism_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -132316,12 +129451,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: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SlippageUpdate_filter] + or: [stagingmumbai_SlippageUpdate_filter] } -enum optimism_SlippageUpdate_orderBy { +enum stagingmumbai_SlippageUpdate_orderBy { id transfer transfer__id @@ -132369,16 +129504,16 @@ enum optimism_SlippageUpdate_orderBy { blockNumber } -type optimism_SnapshotRoot { +type stagingmumbai_SnapshotRoot { id: ID! spokeDomain: BigInt - root: optimism_Bytes! + root: stagingmumbai_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input optimism_SnapshotRoot_filter { +input stagingmumbai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -132395,16 +129530,16 @@ input optimism_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -132430,12 +129565,12 @@ input optimism_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_SnapshotRoot_filter] - or: [optimism_SnapshotRoot_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SnapshotRoot_filter] + or: [stagingmumbai_SnapshotRoot_filter] } -enum optimism_SnapshotRoot_orderBy { +enum stagingmumbai_SnapshotRoot_orderBy { id spokeDomain root @@ -132444,12 +129579,12 @@ enum optimism_SnapshotRoot_orderBy { blockNumber } -type optimism_SpokeConnectorMode { +type stagingmumbai_SpokeConnectorMode { id: ID! mode: String! } -input optimism_SpokeConnectorMode_filter { +input stagingmumbai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -132479,17 +129614,17 @@ input optimism_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_SpokeConnectorMode_filter] - or: [optimism_SpokeConnectorMode_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SpokeConnectorMode_filter] + or: [stagingmumbai_SpokeConnectorMode_filter] } -enum optimism_SpokeConnectorMode_orderBy { +enum stagingmumbai_SpokeConnectorMode_orderBy { id mode } -enum optimism_TransferStatus { +enum stagingmumbai_TransferStatus { XCalled Executed Reconciled @@ -132497,17 +129632,19 @@ enum optimism_TransferStatus { CompletedFast } -type optimism__Block_ { +type stagingmumbai__Block_ { """The hash of the block""" - hash: optimism_Bytes + hash: stagingmumbai_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: stagingmumbai_Bytes } """The type for the top-level _meta field""" -type optimism__Meta_ { +type stagingmumbai__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -132515,50 +129652,30 @@ type optimism__Meta_ { and therefore asks for the latest block """ - block: optimism__Block_! + block: stagingmumbai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -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 { +type arbitrumone_AggregateRoot { 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!]! + root: arbitrumone_Bytes! + blockNumber: BigInt! } -type mantle_swap_LpAccountBalance { +type arbitrumone_AggregateRootProposed { id: ID! - account: mantle_swap_LpAccount! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: mantle_swap_Bytes + aggregateRoot: arbitrumone_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input mantle_swap_LpAccountBalance_filter { +input arbitrumone_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -132567,107 +129684,73 @@ input mantle_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_: 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 + aggregateRoot: arbitrumone_Bytes + aggregateRoot_not: arbitrumone_Bytes + aggregateRoot_gt: arbitrumone_Bytes + aggregateRoot_lt: arbitrumone_Bytes + aggregateRoot_gte: arbitrumone_Bytes + aggregateRoot_lte: arbitrumone_Bytes + aggregateRoot_in: [arbitrumone_Bytes!] + aggregateRoot_not_in: [arbitrumone_Bytes!] + aggregateRoot_contains: arbitrumone_Bytes + aggregateRoot_not_contains: arbitrumone_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: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpAccountBalance_filter] - or: [mantle_swap_LpAccountBalance_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_AggregateRootProposed_filter] + or: [arbitrumone_AggregateRootProposed_filter] } -enum mantle_swap_LpAccountBalance_orderBy { +enum arbitrumone_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 mantle_swap_LpAccount_filter { +input arbitrumone_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -132676,51 +129759,61 @@ 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 + root: arbitrumone_Bytes + root_not: arbitrumone_Bytes + root_gt: arbitrumone_Bytes + root_lt: arbitrumone_Bytes + root_gte: arbitrumone_Bytes + root_lte: arbitrumone_Bytes + root_in: [arbitrumone_Bytes!] + root_not_in: [arbitrumone_Bytes!] + root_contains: arbitrumone_Bytes + root_not_contains: arbitrumone_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpAccount_filter] - or: [mantle_swap_LpAccount_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_AggregateRoot_filter] + or: [arbitrumone_AggregateRoot_filter] } -enum mantle_swap_LpAccount_orderBy { +enum arbitrumone_AggregateRoot_orderBy { id - address - balances + root + blockNumber } -type mantle_swap_LpToken { +type arbitrumone_Asset { 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!]! + key: arbitrumone_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: arbitrumone_Bytes + canonicalDomain: BigInt + adoptedAsset: arbitrumone_Bytes + localAsset: arbitrumone_Bytes + blockNumber: BigInt + status: arbitrumone_AssetStatus } -interface mantle_swap_LpTokenEvent { +type arbitrumone_AssetBalance { id: ID! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: arbitrumone_Router! + asset: arbitrumone_Asset! + feesEarned: BigInt! } -input mantle_swap_LpTokenEvent_filter { +input arbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -132729,92 +129822,126 @@ input mantle_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mantle_swap_LpToken_filter - amount: mantle_swap_BigDecimal - amount_not: mantle_swap_BigDecimal - amount_gt: mantle_swap_BigDecimal - amount_lt: mantle_swap_BigDecimal - amount_gte: mantle_swap_BigDecimal - amount_lte: mantle_swap_BigDecimal - amount_in: [mantle_swap_BigDecimal!] - amount_not_in: [mantle_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - 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!] + 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_: arbitrumone_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_: arbitrumone_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_swap_BlockChangedFilter - and: [mantle_swap_LpTokenEvent_filter] - or: [mantle_swap_LpTokenEvent_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_AssetBalance_filter] + or: [arbitrumone_AssetBalance_filter] } -enum mantle_swap_LpTokenEvent_orderBy { +enum arbitrumone_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 mantle_swap_LpToken_filter { +type arbitrumone_AssetStatus { + id: ID! + status: Boolean +} + +input arbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -132823,142 +129950,22 @@ input mantle_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mantle_swap_Bytes - address_not: mantle_swap_Bytes - address_gt: mantle_swap_Bytes - address_lt: mantle_swap_Bytes - address_gte: mantle_swap_Bytes - address_lte: mantle_swap_Bytes - address_in: [mantle_swap_Bytes!] - address_not_in: [mantle_swap_Bytes!] - address_contains: mantle_swap_Bytes - address_not_contains: mantle_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: mantle_swap_BigDecimal - totalSupply_not: mantle_swap_BigDecimal - totalSupply_gt: mantle_swap_BigDecimal - totalSupply_lt: mantle_swap_BigDecimal - totalSupply_gte: mantle_swap_BigDecimal - totalSupply_lte: mantle_swap_BigDecimal - totalSupply_in: [mantle_swap_BigDecimal!] - totalSupply_not_in: [mantle_swap_BigDecimal!] - events_: mantle_swap_LpTokenEvent_filter + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpToken_filter] - or: [mantle_swap_LpToken_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_AssetStatus_filter] + or: [arbitrumone_AssetStatus_filter] } -enum mantle_swap_LpToken_orderBy { +enum arbitrumone_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 mantle_swap_LpTransferEvent implements mantle_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! - block: BigInt! - timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + status } -input mantle_swap_LpTransferEvent_filter { +input arbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -132967,143 +129974,144 @@ input mantle_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mantle_swap_LpToken_filter - amount: mantle_swap_BigDecimal - amount_not: mantle_swap_BigDecimal - amount_gt: mantle_swap_BigDecimal - amount_lt: mantle_swap_BigDecimal - amount_gte: mantle_swap_BigDecimal - amount_lte: mantle_swap_BigDecimal - amount_in: [mantle_swap_BigDecimal!] - amount_not_in: [mantle_swap_BigDecimal!] - from: mantle_swap_Bytes - from_not: mantle_swap_Bytes - from_gt: mantle_swap_Bytes - from_lt: mantle_swap_Bytes - from_gte: mantle_swap_Bytes - from_lte: mantle_swap_Bytes - from_in: [mantle_swap_Bytes!] - from_not_in: [mantle_swap_Bytes!] - from_contains: mantle_swap_Bytes - from_not_contains: mantle_swap_Bytes - to: mantle_swap_Bytes - to_not: mantle_swap_Bytes - to_gt: mantle_swap_Bytes - to_lt: mantle_swap_Bytes - to_gte: mantle_swap_Bytes - to_lte: mantle_swap_Bytes - to_in: [mantle_swap_Bytes!] - to_not_in: [mantle_swap_Bytes!] - to_contains: mantle_swap_Bytes - to_not_contains: mantle_swap_Bytes - fromBalance: mantle_swap_BigDecimal - fromBalance_not: mantle_swap_BigDecimal - fromBalance_gt: mantle_swap_BigDecimal - fromBalance_lt: mantle_swap_BigDecimal - fromBalance_gte: mantle_swap_BigDecimal - fromBalance_lte: mantle_swap_BigDecimal - fromBalance_in: [mantle_swap_BigDecimal!] - fromBalance_not_in: [mantle_swap_BigDecimal!] - toBalance: mantle_swap_BigDecimal - toBalance_not: mantle_swap_BigDecimal - toBalance_gt: mantle_swap_BigDecimal - toBalance_lt: mantle_swap_BigDecimal - toBalance_gte: mantle_swap_BigDecimal - toBalance_lte: mantle_swap_BigDecimal - toBalance_in: [mantle_swap_BigDecimal!] - toBalance_not_in: [mantle_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - 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!] + key: arbitrumone_Bytes + key_not: arbitrumone_Bytes + key_gt: arbitrumone_Bytes + key_lt: arbitrumone_Bytes + key_gte: arbitrumone_Bytes + key_lte: arbitrumone_Bytes + key_in: [arbitrumone_Bytes!] + key_not_in: [arbitrumone_Bytes!] + key_contains: arbitrumone_Bytes + key_not_contains: arbitrumone_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + 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: arbitrumone_Bytes + canonicalId_not: arbitrumone_Bytes + canonicalId_gt: arbitrumone_Bytes + canonicalId_lt: arbitrumone_Bytes + canonicalId_gte: arbitrumone_Bytes + canonicalId_lte: arbitrumone_Bytes + canonicalId_in: [arbitrumone_Bytes!] + canonicalId_not_in: [arbitrumone_Bytes!] + canonicalId_contains: arbitrumone_Bytes + canonicalId_not_contains: arbitrumone_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: arbitrumone_Bytes + adoptedAsset_not: arbitrumone_Bytes + adoptedAsset_gt: arbitrumone_Bytes + adoptedAsset_lt: arbitrumone_Bytes + adoptedAsset_gte: arbitrumone_Bytes + adoptedAsset_lte: arbitrumone_Bytes + adoptedAsset_in: [arbitrumone_Bytes!] + adoptedAsset_not_in: [arbitrumone_Bytes!] + adoptedAsset_contains: arbitrumone_Bytes + adoptedAsset_not_contains: arbitrumone_Bytes + localAsset: arbitrumone_Bytes + localAsset_not: arbitrumone_Bytes + localAsset_gt: arbitrumone_Bytes + localAsset_lt: arbitrumone_Bytes + localAsset_gte: arbitrumone_Bytes + localAsset_lte: arbitrumone_Bytes + localAsset_in: [arbitrumone_Bytes!] + localAsset_not_in: [arbitrumone_Bytes!] + localAsset_contains: arbitrumone_Bytes + localAsset_not_contains: arbitrumone_Bytes + 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_: arbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpTransferEvent_filter] - or: [mantle_swap_LpTransferEvent_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Asset_filter] + or: [arbitrumone_Asset_filter] } -enum mantle_swap_LpTransferEvent_orderBy { +enum arbitrumone_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 mantle_swap_OrderDirection { - asc - desc +scalar arbitrumone_BigDecimal + +input arbitrumone_BlockChangedFilter { + number_gte: Int! } -type mantle_swap_PooledToken { +input arbitrumone_Block_height { + hash: arbitrumone_Bytes + number: Int + number_gte: Int +} + +scalar arbitrumone_Bytes + +type arbitrumone_ConnectorMeta { id: ID! - asset: mantle_swap_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: arbitrumone_Bytes + rootManager: arbitrumone_Bytes + mirrorConnector: arbitrumone_Bytes } -input mantle_swap_PooledToken_filter { +input arbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -133112,72 +130120,109 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: arbitrumone_Bytes + amb_not: arbitrumone_Bytes + amb_gt: arbitrumone_Bytes + amb_lt: arbitrumone_Bytes + amb_gte: arbitrumone_Bytes + amb_lte: arbitrumone_Bytes + amb_in: [arbitrumone_Bytes!] + amb_not_in: [arbitrumone_Bytes!] + amb_contains: arbitrumone_Bytes + amb_not_contains: arbitrumone_Bytes + rootManager: arbitrumone_Bytes + rootManager_not: arbitrumone_Bytes + rootManager_gt: arbitrumone_Bytes + rootManager_lt: arbitrumone_Bytes + rootManager_gte: arbitrumone_Bytes + rootManager_lte: arbitrumone_Bytes + rootManager_in: [arbitrumone_Bytes!] + rootManager_not_in: [arbitrumone_Bytes!] + rootManager_contains: arbitrumone_Bytes + rootManager_not_contains: arbitrumone_Bytes + mirrorConnector: arbitrumone_Bytes + mirrorConnector_not: arbitrumone_Bytes + mirrorConnector_gt: arbitrumone_Bytes + mirrorConnector_lt: arbitrumone_Bytes + mirrorConnector_gte: arbitrumone_Bytes + mirrorConnector_lte: arbitrumone_Bytes + mirrorConnector_in: [arbitrumone_Bytes!] + mirrorConnector_not_in: [arbitrumone_Bytes!] + mirrorConnector_contains: arbitrumone_Bytes + mirrorConnector_not_contains: arbitrumone_Bytes """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_PooledToken_filter] - or: [mantle_swap_PooledToken_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_ConnectorMeta_filter] + or: [arbitrumone_ConnectorMeta_filter] } -enum mantle_swap_PooledToken_orderBy { +enum arbitrumone_ConnectorMeta_orderBy { id - asset -} - -type mantle_swap_StableSwap { - id: ID! - isActive: Boolean - key: mantle_swap_Bytes! - canonicalId: mantle_swap_Bytes - domain: BigInt - swapPool: mantle_swap_Bytes - lpToken: mantle_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [mantle_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_StableSwapEvent_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_StableSwapEvent_filter): [mantle_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_StableSwapExchange_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_StableSwapExchange_filter): [mantle_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_SwapHourlyVolume_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_SwapHourlyVolume_filter): [mantle_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_SwapDailyVolume_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_SwapDailyVolume_filter): [mantle_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_SwapWeeklyVolume_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_SwapWeeklyVolume_filter): [mantle_swap_SwapWeeklyVolume!] + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mantle_swap_StableSwapAddLiquidityEvent implements mantle_swap_StableSwapEvent { +type arbitrumone_DestinationTransfer { 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! + chainId: BigInt + transferId: arbitrumone_Bytes + nonce: BigInt + status: arbitrumone_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_Router_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_Router_filter): [arbitrumone_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: arbitrumone_Bytes + delegate: arbitrumone_Bytes + receiveLocal: Boolean + callData: arbitrumone_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: arbitrumone_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: arbitrumone_Bytes + asset: arbitrumone_Asset + amount: BigInt + routersFee: BigInt + executedCaller: arbitrumone_Bytes + executedTransactionHash: arbitrumone_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: arbitrumone_Bytes + executedTxNonce: BigInt + reconciledCaller: arbitrumone_Bytes + reconciledTransactionHash: arbitrumone_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: arbitrumone_Bytes + reconciledTxNonce: BigInt } -input mantle_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -133186,105 +130231,24 @@ input mantle_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - provider: mantle_swap_Bytes - provider_not: mantle_swap_Bytes - provider_gt: mantle_swap_Bytes - provider_lt: mantle_swap_Bytes - provider_gte: mantle_swap_Bytes - provider_lte: mantle_swap_Bytes - provider_in: [mantle_swap_Bytes!] - provider_not_in: [mantle_swap_Bytes!] - provider_contains: mantle_swap_Bytes - provider_not_contains: mantle_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes + 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: arbitrumone_Bytes + transferId_not: arbitrumone_Bytes + transferId_gt: arbitrumone_Bytes + transferId_lt: arbitrumone_Bytes + transferId_gte: arbitrumone_Bytes + transferId_lte: arbitrumone_Bytes + transferId_in: [arbitrumone_Bytes!] + transferId_not_in: [arbitrumone_Bytes!] + transferId_contains: arbitrumone_Bytes + transferId_not_contains: arbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -133293,54 +130257,374 @@ input mantle_swap_StableSwapAddLiquidityEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: arbitrumone_TransferStatus + status_not: arbitrumone_TransferStatus + status_in: [arbitrumone_TransferStatus!] + status_not_in: [arbitrumone_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: arbitrumone_Router_filter + 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: arbitrumone_Bytes + to_not: arbitrumone_Bytes + to_gt: arbitrumone_Bytes + to_lt: arbitrumone_Bytes + to_gte: arbitrumone_Bytes + to_lte: arbitrumone_Bytes + to_in: [arbitrumone_Bytes!] + to_not_in: [arbitrumone_Bytes!] + to_contains: arbitrumone_Bytes + to_not_contains: arbitrumone_Bytes + delegate: arbitrumone_Bytes + delegate_not: arbitrumone_Bytes + delegate_gt: arbitrumone_Bytes + delegate_lt: arbitrumone_Bytes + delegate_gte: arbitrumone_Bytes + delegate_lte: arbitrumone_Bytes + delegate_in: [arbitrumone_Bytes!] + delegate_not_in: [arbitrumone_Bytes!] + delegate_contains: arbitrumone_Bytes + delegate_not_contains: arbitrumone_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: arbitrumone_Bytes + callData_not: arbitrumone_Bytes + callData_gt: arbitrumone_Bytes + callData_lt: arbitrumone_Bytes + callData_gte: arbitrumone_Bytes + callData_lte: arbitrumone_Bytes + callData_in: [arbitrumone_Bytes!] + callData_not_in: [arbitrumone_Bytes!] + callData_contains: arbitrumone_Bytes + callData_not_contains: arbitrumone_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + 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: arbitrumone_Bytes + originSender_not: arbitrumone_Bytes + originSender_gt: arbitrumone_Bytes + originSender_lt: arbitrumone_Bytes + originSender_gte: arbitrumone_Bytes + originSender_lte: arbitrumone_Bytes + originSender_in: [arbitrumone_Bytes!] + originSender_not_in: [arbitrumone_Bytes!] + originSender_contains: arbitrumone_Bytes + originSender_not_contains: arbitrumone_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + 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: arbitrumone_Bytes + canonicalId_not: arbitrumone_Bytes + canonicalId_gt: arbitrumone_Bytes + canonicalId_lt: arbitrumone_Bytes + canonicalId_gte: arbitrumone_Bytes + canonicalId_lte: arbitrumone_Bytes + canonicalId_in: [arbitrumone_Bytes!] + canonicalId_not_in: [arbitrumone_Bytes!] + canonicalId_contains: arbitrumone_Bytes + canonicalId_not_contains: arbitrumone_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: arbitrumone_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: arbitrumone_Bytes + executedCaller_not: arbitrumone_Bytes + executedCaller_gt: arbitrumone_Bytes + executedCaller_lt: arbitrumone_Bytes + executedCaller_gte: arbitrumone_Bytes + executedCaller_lte: arbitrumone_Bytes + executedCaller_in: [arbitrumone_Bytes!] + executedCaller_not_in: [arbitrumone_Bytes!] + executedCaller_contains: arbitrumone_Bytes + executedCaller_not_contains: arbitrumone_Bytes + executedTransactionHash: arbitrumone_Bytes + executedTransactionHash_not: arbitrumone_Bytes + executedTransactionHash_gt: arbitrumone_Bytes + executedTransactionHash_lt: arbitrumone_Bytes + executedTransactionHash_gte: arbitrumone_Bytes + executedTransactionHash_lte: arbitrumone_Bytes + executedTransactionHash_in: [arbitrumone_Bytes!] + executedTransactionHash_not_in: [arbitrumone_Bytes!] + executedTransactionHash_contains: arbitrumone_Bytes + executedTransactionHash_not_contains: arbitrumone_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + 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: arbitrumone_Bytes + executedTxOrigin_not: arbitrumone_Bytes + executedTxOrigin_gt: arbitrumone_Bytes + executedTxOrigin_lt: arbitrumone_Bytes + executedTxOrigin_gte: arbitrumone_Bytes + executedTxOrigin_lte: arbitrumone_Bytes + executedTxOrigin_in: [arbitrumone_Bytes!] + executedTxOrigin_not_in: [arbitrumone_Bytes!] + executedTxOrigin_contains: arbitrumone_Bytes + executedTxOrigin_not_contains: arbitrumone_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: arbitrumone_Bytes + reconciledCaller_not: arbitrumone_Bytes + reconciledCaller_gt: arbitrumone_Bytes + reconciledCaller_lt: arbitrumone_Bytes + reconciledCaller_gte: arbitrumone_Bytes + reconciledCaller_lte: arbitrumone_Bytes + reconciledCaller_in: [arbitrumone_Bytes!] + reconciledCaller_not_in: [arbitrumone_Bytes!] + reconciledCaller_contains: arbitrumone_Bytes + reconciledCaller_not_contains: arbitrumone_Bytes + reconciledTransactionHash: arbitrumone_Bytes + reconciledTransactionHash_not: arbitrumone_Bytes + reconciledTransactionHash_gt: arbitrumone_Bytes + reconciledTransactionHash_lt: arbitrumone_Bytes + reconciledTransactionHash_gte: arbitrumone_Bytes + reconciledTransactionHash_lte: arbitrumone_Bytes + reconciledTransactionHash_in: [arbitrumone_Bytes!] + reconciledTransactionHash_not_in: [arbitrumone_Bytes!] + reconciledTransactionHash_contains: arbitrumone_Bytes + reconciledTransactionHash_not_contains: arbitrumone_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + 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: arbitrumone_Bytes + reconciledTxOrigin_not: arbitrumone_Bytes + reconciledTxOrigin_gt: arbitrumone_Bytes + reconciledTxOrigin_lt: arbitrumone_Bytes + reconciledTxOrigin_gte: arbitrumone_Bytes + reconciledTxOrigin_lte: arbitrumone_Bytes + reconciledTxOrigin_in: [arbitrumone_Bytes!] + reconciledTxOrigin_not_in: [arbitrumone_Bytes!] + reconciledTxOrigin_contains: arbitrumone_Bytes + reconciledTxOrigin_not_contains: arbitrumone_Bytes + 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_swap_BlockChangedFilter - and: [mantle_swap_StableSwapAddLiquidityEvent_filter] - or: [mantle_swap_StableSwapAddLiquidityEvent_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_DestinationTransfer_filter] + or: [arbitrumone_DestinationTransfer_filter] } -enum mantle_swap_StableSwapAddLiquidityEvent_orderBy { +enum arbitrumone_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 mantle_swap_StableSwapEvent { +""" +8 bytes signed integer + +""" +scalar arbitrumone_Int8 + +type arbitrumone_OptimisticRootFinalized { id: ID! - stableSwap: mantle_swap_StableSwap! - block: BigInt! + aggregateRoot: arbitrumone_Bytes! timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input mantle_swap_StableSwapEvent_filter { +input arbitrumone_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -133349,35 +130633,16 @@ input mantle_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + aggregateRoot: arbitrumone_Bytes + aggregateRoot_not: arbitrumone_Bytes + aggregateRoot_gt: arbitrumone_Bytes + aggregateRoot_lt: arbitrumone_Bytes + aggregateRoot_gte: arbitrumone_Bytes + aggregateRoot_lte: arbitrumone_Bytes + aggregateRoot_in: [arbitrumone_Bytes!] + aggregateRoot_not_in: [arbitrumone_Bytes!] + aggregateRoot_contains: arbitrumone_Bytes + aggregateRoot_not_contains: arbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -133386,72 +130651,47 @@ input mantle_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapEvent_filter] - or: [mantle_swap_StableSwapEvent_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_OptimisticRootFinalized_filter] + or: [arbitrumone_OptimisticRootFinalized_filter] } -enum mantle_swap_StableSwapEvent_orderBy { +enum arbitrumone_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 mantle_swap_StableSwapExchange { +"""Defines the order direction, either ascending or descending""" +enum arbitrumone_OrderDirection { + asc + desc +} + +type arbitrumone_OriginMessage { id: ID! - stableSwap: mantle_swap_StableSwap! - buyer: mantle_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + transferId: arbitrumone_Bytes + destinationDomain: BigInt + leaf: arbitrumone_Bytes + index: BigInt + message: arbitrumone_Bytes + root: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + blockNumber: BigInt + rootCount: arbitrumone_RootCount } -input mantle_swap_StableSwapExchange_filter { +input arbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -133460,109 +130700,184 @@ input mantle_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - buyer: mantle_swap_Bytes - buyer_not: mantle_swap_Bytes - buyer_gt: mantle_swap_Bytes - buyer_lt: mantle_swap_Bytes - buyer_gte: mantle_swap_Bytes - buyer_lte: mantle_swap_Bytes - buyer_in: [mantle_swap_Bytes!] - buyer_not_in: [mantle_swap_Bytes!] - buyer_contains: mantle_swap_Bytes - buyer_not_contains: mantle_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transferId: arbitrumone_Bytes + transferId_not: arbitrumone_Bytes + transferId_gt: arbitrumone_Bytes + transferId_lt: arbitrumone_Bytes + transferId_gte: arbitrumone_Bytes + transferId_lte: arbitrumone_Bytes + transferId_in: [arbitrumone_Bytes!] + transferId_not_in: [arbitrumone_Bytes!] + transferId_contains: arbitrumone_Bytes + transferId_not_contains: arbitrumone_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: arbitrumone_Bytes + leaf_not: arbitrumone_Bytes + leaf_gt: arbitrumone_Bytes + leaf_lt: arbitrumone_Bytes + leaf_gte: arbitrumone_Bytes + leaf_lte: arbitrumone_Bytes + leaf_in: [arbitrumone_Bytes!] + leaf_not_in: [arbitrumone_Bytes!] + leaf_contains: arbitrumone_Bytes + leaf_not_contains: arbitrumone_Bytes + 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: arbitrumone_Bytes + message_not: arbitrumone_Bytes + message_gt: arbitrumone_Bytes + message_lt: arbitrumone_Bytes + message_gte: arbitrumone_Bytes + message_lte: arbitrumone_Bytes + message_in: [arbitrumone_Bytes!] + message_not_in: [arbitrumone_Bytes!] + message_contains: arbitrumone_Bytes + message_not_contains: arbitrumone_Bytes + root: arbitrumone_Bytes + root_not: arbitrumone_Bytes + root_gt: arbitrumone_Bytes + root_lt: arbitrumone_Bytes + root_gte: arbitrumone_Bytes + root_lte: arbitrumone_Bytes + root_in: [arbitrumone_Bytes!] + root_not_in: [arbitrumone_Bytes!] + root_contains: arbitrumone_Bytes + root_not_contains: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_: arbitrumone_RootCount_filter + """Filter for the block changed event.""" + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_OriginMessage_filter] + or: [arbitrumone_OriginMessage_filter] +} + +enum arbitrumone_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type arbitrumone_OriginTransfer { + id: ID! + chainId: BigInt + transferId: arbitrumone_Bytes + nonce: BigInt + status: arbitrumone_TransferStatus + messageHash: arbitrumone_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: arbitrumone_Bytes + delegate: arbitrumone_Bytes + receiveLocal: Boolean + callData: arbitrumone_Bytes + slippage: BigInt + originSender: arbitrumone_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: arbitrumone_Bytes + asset: arbitrumone_Asset + transactingAsset: arbitrumone_Bytes + message: arbitrumone_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_RelayerFee_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_RelayerFee_filter): [arbitrumone_RelayerFee!] + initialRelayerFeeAsset: arbitrumone_Bytes + caller: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes 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 + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: arbitrumone_Bytes + txNonce: BigInt +} + +input arbitrumone_OriginTransfer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: arbitrumone_Bytes + transferId_not: arbitrumone_Bytes + transferId_gt: arbitrumone_Bytes + transferId_lt: arbitrumone_Bytes + transferId_gte: arbitrumone_Bytes + transferId_lte: arbitrumone_Bytes + transferId_in: [arbitrumone_Bytes!] + transferId_not_in: [arbitrumone_Bytes!] + transferId_contains: arbitrumone_Bytes + transferId_not_contains: arbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -133571,61 +130886,342 @@ input mantle_swap_StableSwapExchange_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: arbitrumone_TransferStatus + status_not: arbitrumone_TransferStatus + status_in: [arbitrumone_TransferStatus!] + status_not_in: [arbitrumone_TransferStatus!] + messageHash: arbitrumone_Bytes + messageHash_not: arbitrumone_Bytes + messageHash_gt: arbitrumone_Bytes + messageHash_lt: arbitrumone_Bytes + messageHash_gte: arbitrumone_Bytes + messageHash_lte: arbitrumone_Bytes + messageHash_in: [arbitrumone_Bytes!] + messageHash_not_in: [arbitrumone_Bytes!] + messageHash_contains: arbitrumone_Bytes + messageHash_not_contains: arbitrumone_Bytes + 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: arbitrumone_Bytes + to_not: arbitrumone_Bytes + to_gt: arbitrumone_Bytes + to_lt: arbitrumone_Bytes + to_gte: arbitrumone_Bytes + to_lte: arbitrumone_Bytes + to_in: [arbitrumone_Bytes!] + to_not_in: [arbitrumone_Bytes!] + to_contains: arbitrumone_Bytes + to_not_contains: arbitrumone_Bytes + delegate: arbitrumone_Bytes + delegate_not: arbitrumone_Bytes + delegate_gt: arbitrumone_Bytes + delegate_lt: arbitrumone_Bytes + delegate_gte: arbitrumone_Bytes + delegate_lte: arbitrumone_Bytes + delegate_in: [arbitrumone_Bytes!] + delegate_not_in: [arbitrumone_Bytes!] + delegate_contains: arbitrumone_Bytes + delegate_not_contains: arbitrumone_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: arbitrumone_Bytes + callData_not: arbitrumone_Bytes + callData_gt: arbitrumone_Bytes + callData_lt: arbitrumone_Bytes + callData_gte: arbitrumone_Bytes + callData_lte: arbitrumone_Bytes + callData_in: [arbitrumone_Bytes!] + callData_not_in: [arbitrumone_Bytes!] + callData_contains: arbitrumone_Bytes + callData_not_contains: arbitrumone_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: arbitrumone_Bytes + originSender_not: arbitrumone_Bytes + originSender_gt: arbitrumone_Bytes + originSender_lt: arbitrumone_Bytes + originSender_gte: arbitrumone_Bytes + originSender_lte: arbitrumone_Bytes + originSender_in: [arbitrumone_Bytes!] + originSender_not_in: [arbitrumone_Bytes!] + originSender_contains: arbitrumone_Bytes + originSender_not_contains: arbitrumone_Bytes + 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: arbitrumone_Bytes + canonicalId_not: arbitrumone_Bytes + canonicalId_gt: arbitrumone_Bytes + canonicalId_lt: arbitrumone_Bytes + canonicalId_gte: arbitrumone_Bytes + canonicalId_lte: arbitrumone_Bytes + canonicalId_in: [arbitrumone_Bytes!] + canonicalId_not_in: [arbitrumone_Bytes!] + canonicalId_contains: arbitrumone_Bytes + canonicalId_not_contains: arbitrumone_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: arbitrumone_Asset_filter + transactingAsset: arbitrumone_Bytes + transactingAsset_not: arbitrumone_Bytes + transactingAsset_gt: arbitrumone_Bytes + transactingAsset_lt: arbitrumone_Bytes + transactingAsset_gte: arbitrumone_Bytes + transactingAsset_lte: arbitrumone_Bytes + transactingAsset_in: [arbitrumone_Bytes!] + transactingAsset_not_in: [arbitrumone_Bytes!] + transactingAsset_contains: arbitrumone_Bytes + transactingAsset_not_contains: arbitrumone_Bytes + 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_: arbitrumone_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_: arbitrumone_RelayerFee_filter + initialRelayerFeeAsset: arbitrumone_Bytes + initialRelayerFeeAsset_not: arbitrumone_Bytes + initialRelayerFeeAsset_gt: arbitrumone_Bytes + initialRelayerFeeAsset_lt: arbitrumone_Bytes + initialRelayerFeeAsset_gte: arbitrumone_Bytes + initialRelayerFeeAsset_lte: arbitrumone_Bytes + initialRelayerFeeAsset_in: [arbitrumone_Bytes!] + initialRelayerFeeAsset_not_in: [arbitrumone_Bytes!] + initialRelayerFeeAsset_contains: arbitrumone_Bytes + initialRelayerFeeAsset_not_contains: arbitrumone_Bytes + caller: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + 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: arbitrumone_Bytes + txOrigin_not: arbitrumone_Bytes + txOrigin_gt: arbitrumone_Bytes + txOrigin_lt: arbitrumone_Bytes + txOrigin_gte: arbitrumone_Bytes + txOrigin_lte: arbitrumone_Bytes + txOrigin_in: [arbitrumone_Bytes!] + txOrigin_not_in: [arbitrumone_Bytes!] + txOrigin_contains: arbitrumone_Bytes + txOrigin_not_contains: arbitrumone_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapExchange_filter] - or: [mantle_swap_StableSwapExchange_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_OriginTransfer_filter] + or: [arbitrumone_OriginTransfer_filter] } -enum mantle_swap_StableSwapExchange_orderBy { +enum arbitrumone_OriginTransfer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction + chainId + transferId nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type mantle_swap_StableSwapRemoveLiquidityEvent implements mantle_swap_StableSwapEvent { +type arbitrumone_Relayer { 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! + isActive: Boolean! + relayer: arbitrumone_Bytes } -input mantle_swap_StableSwapRemoveLiquidityEvent_filter { +type arbitrumone_RelayerFee { + id: ID! + transfer: arbitrumone_OriginTransfer! + fee: BigInt! + asset: arbitrumone_Bytes! +} + +input arbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -133634,87 +131230,168 @@ input mantle_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - provider: mantle_swap_Bytes - provider_not: mantle_swap_Bytes - provider_gt: mantle_swap_Bytes - provider_lt: mantle_swap_Bytes - provider_gte: mantle_swap_Bytes - provider_lte: mantle_swap_Bytes - provider_in: [mantle_swap_Bytes!] - provider_not_in: [mantle_swap_Bytes!] - provider_contains: mantle_swap_Bytes - provider_not_contains: mantle_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: arbitrumone_OriginTransfer_filter + 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: arbitrumone_Bytes + asset_not: arbitrumone_Bytes + asset_gt: arbitrumone_Bytes + asset_lt: arbitrumone_Bytes + asset_gte: arbitrumone_Bytes + asset_lte: arbitrumone_Bytes + asset_in: [arbitrumone_Bytes!] + asset_not_in: [arbitrumone_Bytes!] + asset_contains: arbitrumone_Bytes + asset_not_contains: arbitrumone_Bytes + """Filter for the block changed event.""" + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RelayerFee_filter] + or: [arbitrumone_RelayerFee_filter] +} + +enum arbitrumone_RelayerFee_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset +} + +type arbitrumone_RelayerFeesIncrease { + id: ID! + transfer: arbitrumone_OriginTransfer! + increase: BigInt + asset: arbitrumone_Bytes + caller: arbitrumone_Bytes! + transactionHash: arbitrumone_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input arbitrumone_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_: arbitrumone_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: arbitrumone_Bytes + asset_not: arbitrumone_Bytes + asset_gt: arbitrumone_Bytes + asset_lt: arbitrumone_Bytes + asset_gte: arbitrumone_Bytes + asset_lte: arbitrumone_Bytes + asset_in: [arbitrumone_Bytes!] + asset_not_in: [arbitrumone_Bytes!] + asset_contains: arbitrumone_Bytes + asset_not_contains: arbitrumone_Bytes + caller: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -133723,63 +131400,79 @@ 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 - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] - or: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RelayerFeesIncrease_filter] + or: [arbitrumone_RelayerFeesIncrease_filter] } -enum mantle_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumone_RelayerFeesIncrease_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -input mantle_swap_StableSwap_filter { +input arbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -133792,197 +131485,34 @@ input mantle_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: mantle_swap_Bytes - key_not: mantle_swap_Bytes - key_gt: mantle_swap_Bytes - key_lt: mantle_swap_Bytes - key_gte: mantle_swap_Bytes - key_lte: mantle_swap_Bytes - key_in: [mantle_swap_Bytes!] - key_not_in: [mantle_swap_Bytes!] - key_contains: mantle_swap_Bytes - key_not_contains: mantle_swap_Bytes - canonicalId: mantle_swap_Bytes - canonicalId_not: mantle_swap_Bytes - canonicalId_gt: mantle_swap_Bytes - canonicalId_lt: mantle_swap_Bytes - canonicalId_gte: mantle_swap_Bytes - canonicalId_lte: mantle_swap_Bytes - canonicalId_in: [mantle_swap_Bytes!] - canonicalId_not_in: [mantle_swap_Bytes!] - canonicalId_contains: mantle_swap_Bytes - canonicalId_not_contains: mantle_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: mantle_swap_Bytes - swapPool_not: mantle_swap_Bytes - swapPool_gt: mantle_swap_Bytes - swapPool_lt: mantle_swap_Bytes - swapPool_gte: mantle_swap_Bytes - swapPool_lte: mantle_swap_Bytes - swapPool_in: [mantle_swap_Bytes!] - swapPool_not_in: [mantle_swap_Bytes!] - swapPool_contains: mantle_swap_Bytes - swapPool_not_contains: mantle_swap_Bytes - lpToken: mantle_swap_Bytes - lpToken_not: mantle_swap_Bytes - lpToken_gt: mantle_swap_Bytes - lpToken_lt: mantle_swap_Bytes - lpToken_gte: mantle_swap_Bytes - lpToken_lte: mantle_swap_Bytes - lpToken_in: [mantle_swap_Bytes!] - lpToken_not_in: [mantle_swap_Bytes!] - lpToken_contains: mantle_swap_Bytes - lpToken_not_contains: mantle_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [mantle_swap_Bytes!] - pooledTokens_not: [mantle_swap_Bytes!] - pooledTokens_contains: [mantle_swap_Bytes!] - pooledTokens_contains_nocase: [mantle_swap_Bytes!] - pooledTokens_not_contains: [mantle_swap_Bytes!] - pooledTokens_not_contains_nocase: [mantle_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: mantle_swap_StableSwapEvent_filter - exchanges_: mantle_swap_StableSwapExchange_filter - hourlyVolumes_: mantle_swap_SwapHourlyVolume_filter - dailyVolumes_: mantle_swap_SwapDailyVolume_filter - weeklyVolumes_: mantle_swap_SwapWeeklyVolume_filter + relayer: arbitrumone_Bytes + relayer_not: arbitrumone_Bytes + relayer_gt: arbitrumone_Bytes + relayer_lt: arbitrumone_Bytes + relayer_gte: arbitrumone_Bytes + relayer_lte: arbitrumone_Bytes + relayer_in: [arbitrumone_Bytes!] + relayer_not_in: [arbitrumone_Bytes!] + relayer_contains: arbitrumone_Bytes + relayer_not_contains: arbitrumone_Bytes """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwap_filter] - or: [mantle_swap_StableSwap_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Relayer_filter] + or: [arbitrumone_Relayer_filter] } -enum mantle_swap_StableSwap_orderBy { +enum arbitrumone_Relayer_orderBy { id isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + relayer } -type mantle_swap_SwapDailyVolume implements mantle_swap_SwapTradeVolume { +type arbitrumone_RootCount { id: ID! - stableSwap: mantle_swap_StableSwap! - timestamp: BigInt! - volume: mantle_swap_BigDecimal! + count: BigInt } -input mantle_swap_SwapDailyVolume_filter { +input arbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -133991,80 +131521,40 @@ input mantle_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapDailyVolume_filter] - or: [mantle_swap_SwapDailyVolume_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RootCount_filter] + or: [arbitrumone_RootCount_filter] } -enum mantle_swap_SwapDailyVolume_orderBy { +enum arbitrumone_RootCount_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + count } -type mantle_swap_SwapHourlyVolume implements mantle_swap_SwapTradeVolume { +type arbitrumone_RootMessageSent { id: ID! - stableSwap: mantle_swap_StableSwap! - timestamp: BigInt! - volume: mantle_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + root: arbitrumone_Bytes + count: BigInt + caller: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input mantle_swap_SwapHourlyVolume_filter { +input arbitrumone_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -134073,27 +131563,60 @@ input mantle_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: arbitrumone_Bytes + root_not: arbitrumone_Bytes + root_gt: arbitrumone_Bytes + root_lt: arbitrumone_Bytes + root_gte: arbitrumone_Bytes + root_lte: arbitrumone_Bytes + root_in: [arbitrumone_Bytes!] + root_not_in: [arbitrumone_Bytes!] + root_contains: arbitrumone_Bytes + root_not_contains: arbitrumone_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -134102,123 +131625,69 @@ 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!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapHourlyVolume_filter] - or: [mantle_swap_SwapHourlyVolume_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RootMessageSent_filter] + or: [arbitrumone_RootMessageSent_filter] } -enum mantle_swap_SwapHourlyVolume_orderBy { +enum arbitrumone_RootMessageSent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - volume -} - -interface mantle_swap_SwapTradeVolume { - stableSwap: mantle_swap_StableSwap! - timestamp: BigInt! - volume: mantle_swap_BigDecimal! -} - -input mantle_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapTradeVolume_filter] - or: [mantle_swap_SwapTradeVolume_filter] + gasPrice + gasLimit + blockNumber } -enum mantle_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume +type arbitrumone_Router { + id: ID! + isActive: Boolean! + owner: arbitrumone_Bytes + recipient: arbitrumone_Bytes + proposedOwner: arbitrumone_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_AssetBalance_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_AssetBalance_filter): [arbitrumone_AssetBalance!]! } -type mantle_swap_SwapWeeklyVolume implements mantle_swap_SwapTradeVolume { +type arbitrumone_RouterDailyTVL { id: ID! - stableSwap: mantle_swap_StableSwap! + router: arbitrumone_Router! + asset: arbitrumone_Asset! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + balance: BigInt! } -input mantle_swap_SwapWeeklyVolume_filter { +input arbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -134227,27 +131696,48 @@ input mantle_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + 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_: arbitrumone_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_: arbitrumone_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -134256,50 +131746,63 @@ 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!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapWeeklyVolume_filter] - or: [mantle_swap_SwapWeeklyVolume_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RouterDailyTVL_filter] + or: [arbitrumone_RouterDailyTVL_filter] } -enum mantle_swap_SwapWeeklyVolume_orderBy { +enum arbitrumone_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 } -type mantle_swap_SystemInfo { +type arbitrumone_RouterLiquidityEvent { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + type: arbitrumone_RouterLiquidityEventType + router: arbitrumone_Router! + asset: arbitrumone_Asset! + amount: BigInt! + balance: BigInt! + caller: arbitrumone_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: arbitrumone_Bytes! + nonce: BigInt! } -input mantle_swap_SystemInfo_filter { +enum arbitrumone_RouterLiquidityEventType { + Add + Remove +} + +input arbitrumone_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -134308,68 +131811,148 @@ input mantle_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SystemInfo_filter] - or: [mantle_swap_SystemInfo_filter] -} - -enum mantle_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type mantle_swap__Block_ { - """The hash of the block""" - hash: mantle_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type mantle_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mantle_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! + type: arbitrumone_RouterLiquidityEventType + type_not: arbitrumone_RouterLiquidityEventType + type_in: [arbitrumone_RouterLiquidityEventType!] + type_not_in: [arbitrumone_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_: arbitrumone_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_: arbitrumone_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: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes + 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: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RouterLiquidityEvent_filter] + or: [arbitrumone_RouterLiquidityEvent_filter] } -type mainnet_AggregateRootSavedSlow { - id: ID! - aggregateRoot: mainnet_Bytes! - count: BigInt! - aggregatedRoots: [mainnet_Bytes!] - rootTimestamp: BigInt! +enum arbitrumone_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce } -input mainnet_AggregateRootSavedSlow_filter { +input arbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -134378,61 +131961,72 @@ 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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: arbitrumone_Bytes + owner_not: arbitrumone_Bytes + owner_gt: arbitrumone_Bytes + owner_lt: arbitrumone_Bytes + owner_gte: arbitrumone_Bytes + owner_lte: arbitrumone_Bytes + owner_in: [arbitrumone_Bytes!] + owner_not_in: [arbitrumone_Bytes!] + owner_contains: arbitrumone_Bytes + owner_not_contains: arbitrumone_Bytes + recipient: arbitrumone_Bytes + recipient_not: arbitrumone_Bytes + recipient_gt: arbitrumone_Bytes + recipient_lt: arbitrumone_Bytes + recipient_gte: arbitrumone_Bytes + recipient_lte: arbitrumone_Bytes + recipient_in: [arbitrumone_Bytes!] + recipient_not_in: [arbitrumone_Bytes!] + recipient_contains: arbitrumone_Bytes + recipient_not_contains: arbitrumone_Bytes + proposedOwner: arbitrumone_Bytes + proposedOwner_not: arbitrumone_Bytes + proposedOwner_gt: arbitrumone_Bytes + proposedOwner_lt: arbitrumone_Bytes + proposedOwner_gte: arbitrumone_Bytes + proposedOwner_lte: arbitrumone_Bytes + proposedOwner_in: [arbitrumone_Bytes!] + proposedOwner_not_in: [arbitrumone_Bytes!] + proposedOwner_contains: arbitrumone_Bytes + proposedOwner_not_contains: arbitrumone_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: arbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregateRootSavedSlow_filter] - or: [mainnet_AggregateRootSavedSlow_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Router_filter] + or: [arbitrumone_Router_filter] } -enum mainnet_AggregateRootSavedSlow_orderBy { +enum arbitrumone_Router_orderBy { id - aggregateRoot - count - aggregatedRoots - rootTimestamp + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type mainnet_AggregatedMessageRoot { +type arbitrumone_Sequencer { id: ID! - index: BigInt! - receivedRoot: mainnet_Bytes! - domain: BigInt - blockNumber: BigInt + isActive: Boolean! + sequencer: arbitrumone_Bytes } -input mainnet_AggregatedMessageRoot_filter { +input arbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -134441,69 +132035,39 @@ 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!] - 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: arbitrumone_Bytes + sequencer_not: arbitrumone_Bytes + sequencer_gt: arbitrumone_Bytes + sequencer_lt: arbitrumone_Bytes + sequencer_gte: arbitrumone_Bytes + sequencer_lte: arbitrumone_Bytes + sequencer_in: [arbitrumone_Bytes!] + sequencer_not_in: [arbitrumone_Bytes!] + sequencer_contains: arbitrumone_Bytes + sequencer_not_contains: arbitrumone_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregatedMessageRoot_filter] - or: [mainnet_AggregatedMessageRoot_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Sequencer_filter] + or: [arbitrumone_Sequencer_filter] } -enum mainnet_AggregatedMessageRoot_orderBy { +enum arbitrumone_Sequencer_orderBy { id - index - receivedRoot - domain - blockNumber -} - -enum mainnet_Aggregation_interval { - hour - day + isActive + sequencer } -type mainnet_ArbitrumConnectorMeta { +type arbitrumone_Setting { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + maxRoutersPerTransfer: BigInt! + caller: arbitrumone_Bytes! } -input mainnet_ArbitrumConnectorMeta_filter { +input arbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -134512,77 +132076,49 @@ input mainnet_ArbitrumConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_ArbitrumConnectorMeta_filter] - or: [mainnet_ArbitrumConnectorMeta_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Setting_filter] + or: [arbitrumone_Setting_filter] } -enum mainnet_ArbitrumConnectorMeta_orderBy { +enum arbitrumone_Setting_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + maxRoutersPerTransfer + caller } -type mainnet_AvalancheConnectorMeta { +type arbitrumone_SlippageUpdate { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + transfer: arbitrumone_DestinationTransfer! + slippage: BigInt! + caller: arbitrumone_Bytes! + transactionHash: arbitrumone_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input mainnet_AvalancheConnectorMeta_filter { +input arbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -134591,77 +132127,151 @@ input mainnet_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: 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_: arbitrumone_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: arbitrumone_Bytes + caller_not: arbitrumone_Bytes + caller_gt: arbitrumone_Bytes + caller_lt: arbitrumone_Bytes + caller_gte: arbitrumone_Bytes + caller_lte: arbitrumone_Bytes + caller_in: [arbitrumone_Bytes!] + caller_not_in: [arbitrumone_Bytes!] + caller_contains: arbitrumone_Bytes + caller_not_contains: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes + transactionHash_not: arbitrumone_Bytes + transactionHash_gt: arbitrumone_Bytes + transactionHash_lt: arbitrumone_Bytes + transactionHash_gte: arbitrumone_Bytes + transactionHash_lte: arbitrumone_Bytes + transactionHash_in: [arbitrumone_Bytes!] + transactionHash_not_in: [arbitrumone_Bytes!] + transactionHash_contains: arbitrumone_Bytes + transactionHash_not_contains: arbitrumone_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AvalancheConnectorMeta_filter] - or: [mainnet_AvalancheConnectorMeta_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_SlippageUpdate_filter] + or: [arbitrumone_SlippageUpdate_filter] } -enum mainnet_AvalancheConnectorMeta_orderBy { +enum arbitrumone_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 } -type mainnet_BaseConnectorMeta { +type arbitrumone_SnapshotRoot { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + spokeDomain: BigInt + root: arbitrumone_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! } -input mainnet_BaseConnectorMeta_filter { +input arbitrumone_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -134678,81 +132288,61 @@ input mainnet_BaseConnectorMeta_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: 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: arbitrumone_Bytes + root_not: arbitrumone_Bytes + root_gt: arbitrumone_Bytes + root_lt: arbitrumone_Bytes + root_gte: arbitrumone_Bytes + root_lte: arbitrumone_Bytes + root_in: [arbitrumone_Bytes!] + root_not_in: [arbitrumone_Bytes!] + root_contains: arbitrumone_Bytes + root_not_contains: arbitrumone_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + 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_BaseConnectorMeta_filter] - or: [mainnet_BaseConnectorMeta_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_SnapshotRoot_filter] + or: [arbitrumone_SnapshotRoot_filter] } -enum mainnet_BaseConnectorMeta_orderBy { +enum arbitrumone_SnapshotRoot_orderBy { id spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar mainnet_BigDecimal - -input mainnet_BlockChangedFilter { - number_gte: Int! -} - -input mainnet_Block_height { - hash: mainnet_Bytes - number: Int - number_gte: Int + root + count + timestamp + blockNumber } -type mainnet_BnbConnectorMeta { +type arbitrumone_SpokeConnectorMode { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + mode: String! } -input mainnet_BnbConnectorMeta_filter { +input arbitrumone_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -134761,154 +132351,87 @@ 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 + 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_BnbConnectorMeta_filter] - or: [mainnet_BnbConnectorMeta_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_SpokeConnectorMode_filter] + or: [arbitrumone_SpokeConnectorMode_filter] } -enum mainnet_BnbConnectorMeta_orderBy { +enum arbitrumone_SpokeConnectorMode_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + mode } -scalar mainnet_Bytes +enum arbitrumone_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} -type mainnet_GnosisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! +type arbitrumone__Block_ { + """The hash of the block""" + hash: arbitrumone_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int } -input mainnet_GnosisConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_GnosisConnectorMeta_filter] - or: [mainnet_GnosisConnectorMeta_filter] +"""The type for the top-level _meta field""" +type arbitrumone__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: arbitrumone__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -enum mainnet_GnosisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +type basegoerli_AggregateRoot { + id: ID! + root: basegoerli_Bytes! + blockNumber: BigInt! } -type mainnet_HubDomain { +type basegoerli_AggregateRootProposed { id: ID! - domain: BigInt + aggregateRoot: basegoerli_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input mainnet_HubDomain_filter { +input basegoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -134917,6 +132440,32 @@ input mainnet_HubDomain_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + aggregateRoot: basegoerli_Bytes + aggregateRoot_not: basegoerli_Bytes + aggregateRoot_gt: basegoerli_Bytes + aggregateRoot_lt: basegoerli_Bytes + aggregateRoot_gte: basegoerli_Bytes + aggregateRoot_lte: basegoerli_Bytes + aggregateRoot_in: [basegoerli_Bytes!] + aggregateRoot_not_in: [basegoerli_Bytes!] + aggregateRoot_contains: basegoerli_Bytes + aggregateRoot_not_contains: basegoerli_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 @@ -134925,43 +132474,6 @@ input mainnet_HubDomain_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_HubDomain_filter] - or: [mainnet_HubDomain_filter] -} - -enum mainnet_HubDomain_orderBy { - id - domain -} - -type mainnet_HubOptimisticRootFinalized { - id: ID! - aggregateRoot: mainnet_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input mainnet_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: 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 @@ -134979,34 +132491,22 @@ input mainnet_HubOptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_HubOptimisticRootFinalized_filter] - or: [mainnet_HubOptimisticRootFinalized_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_AggregateRootProposed_filter] + or: [basegoerli_AggregateRootProposed_filter] } -enum mainnet_HubOptimisticRootFinalized_orderBy { +enum basegoerli_AggregateRootProposed_orderBy { id aggregateRoot + rootTimestamp + endOfDispute + domain timestamp blockNumber } -""" -8 bytes signed integer - -""" -scalar mainnet_Int8 - -type mainnet_LineaConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_LineaConnectorMeta_filter { +input basegoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -135015,77 +132515,66 @@ input mainnet_LineaConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + root: basegoerli_Bytes + root_not: basegoerli_Bytes + root_gt: basegoerli_Bytes + root_lt: basegoerli_Bytes + root_gte: basegoerli_Bytes + root_lte: basegoerli_Bytes + root_in: [basegoerli_Bytes!] + root_not_in: [basegoerli_Bytes!] + root_contains: basegoerli_Bytes + root_not_contains: basegoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_LineaConnectorMeta_filter] - or: [mainnet_LineaConnectorMeta_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_AggregateRoot_filter] + or: [basegoerli_AggregateRoot_filter] } -enum mainnet_LineaConnectorMeta_orderBy { +enum basegoerli_AggregateRoot_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + root + blockNumber } -type mainnet_MantleConnectorMeta { +enum basegoerli_Aggregation_interval { + hour + day +} + +type basegoerli_Asset { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + key: basegoerli_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: basegoerli_Bytes + canonicalDomain: BigInt + adoptedAsset: basegoerli_Bytes + localAsset: basegoerli_Bytes + blockNumber: BigInt + status: basegoerli_AssetStatus +} + +type basegoerli_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: basegoerli_Router! + asset: basegoerli_Asset! + feesEarned: BigInt! } -input mainnet_MantleConnectorMeta_filter { +input basegoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -135094,77 +132583,126 @@ 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 + 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_: basegoerli_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_: basegoerli_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_MantleConnectorMeta_filter] - or: [mainnet_MantleConnectorMeta_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_AssetBalance_filter] + or: [basegoerli_AssetBalance_filter] } -enum mainnet_MantleConnectorMeta_orderBy { +enum basegoerli_AssetBalance_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -type mainnet_MetisConnectorMeta { +type basegoerli_AssetStatus { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + status: Boolean } -input mainnet_MetisConnectorMeta_filter { +input basegoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -135173,77 +132711,22 @@ 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 + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_MetisConnectorMeta_filter] - or: [mainnet_MetisConnectorMeta_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_AssetStatus_filter] + or: [basegoerli_AssetStatus_filter] } -enum mainnet_MetisConnectorMeta_orderBy { +enum basegoerli_AssetStatus_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! + status } -input mainnet_ModeConnectorMeta_filter { +input basegoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -135252,77 +132735,144 @@ 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 + key: basegoerli_Bytes + key_not: basegoerli_Bytes + key_gt: basegoerli_Bytes + key_lt: basegoerli_Bytes + key_gte: basegoerli_Bytes + key_lte: basegoerli_Bytes + key_in: [basegoerli_Bytes!] + key_not_in: [basegoerli_Bytes!] + key_contains: basegoerli_Bytes + key_not_contains: basegoerli_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: basegoerli_Bytes + canonicalId_not: basegoerli_Bytes + canonicalId_gt: basegoerli_Bytes + canonicalId_lt: basegoerli_Bytes + canonicalId_gte: basegoerli_Bytes + canonicalId_lte: basegoerli_Bytes + canonicalId_in: [basegoerli_Bytes!] + canonicalId_not_in: [basegoerli_Bytes!] + canonicalId_contains: basegoerli_Bytes + canonicalId_not_contains: basegoerli_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: basegoerli_Bytes + adoptedAsset_not: basegoerli_Bytes + adoptedAsset_gt: basegoerli_Bytes + adoptedAsset_lt: basegoerli_Bytes + adoptedAsset_gte: basegoerli_Bytes + adoptedAsset_lte: basegoerli_Bytes + adoptedAsset_in: [basegoerli_Bytes!] + adoptedAsset_not_in: [basegoerli_Bytes!] + adoptedAsset_contains: basegoerli_Bytes + adoptedAsset_not_contains: basegoerli_Bytes + localAsset: basegoerli_Bytes + localAsset_not: basegoerli_Bytes + localAsset_gt: basegoerli_Bytes + localAsset_lt: basegoerli_Bytes + localAsset_gte: basegoerli_Bytes + localAsset_lte: basegoerli_Bytes + localAsset_in: [basegoerli_Bytes!] + localAsset_not_in: [basegoerli_Bytes!] + localAsset_contains: basegoerli_Bytes + localAsset_not_contains: basegoerli_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_: basegoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_ModeConnectorMeta_filter] - or: [mainnet_ModeConnectorMeta_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_Asset_filter] + or: [basegoerli_Asset_filter] } -enum mainnet_ModeConnectorMeta_orderBy { +enum basegoerli_Asset_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -type mainnet_OptimismConnectorMeta { +scalar basegoerli_BigDecimal + +input basegoerli_BlockChangedFilter { + number_gte: Int! +} + +input basegoerli_Block_height { + hash: basegoerli_Bytes + number: Int + number_gte: Int +} + +scalar basegoerli_Bytes + +type basegoerli_ConnectorMeta { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: basegoerli_Bytes + rootManager: basegoerli_Bytes + mirrorConnector: basegoerli_Bytes } -input mainnet_OptimismConnectorMeta_filter { +input basegoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -135347,43 +132897,43 @@ 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 + amb: basegoerli_Bytes + amb_not: basegoerli_Bytes + amb_gt: basegoerli_Bytes + amb_lt: basegoerli_Bytes + amb_gte: basegoerli_Bytes + amb_lte: basegoerli_Bytes + amb_in: [basegoerli_Bytes!] + amb_not_in: [basegoerli_Bytes!] + amb_contains: basegoerli_Bytes + amb_not_contains: basegoerli_Bytes + rootManager: basegoerli_Bytes + rootManager_not: basegoerli_Bytes + rootManager_gt: basegoerli_Bytes + rootManager_lt: basegoerli_Bytes + rootManager_gte: basegoerli_Bytes + rootManager_lte: basegoerli_Bytes + rootManager_in: [basegoerli_Bytes!] + rootManager_not_in: [basegoerli_Bytes!] + rootManager_contains: basegoerli_Bytes + rootManager_not_contains: basegoerli_Bytes + mirrorConnector: basegoerli_Bytes + mirrorConnector_not: basegoerli_Bytes + mirrorConnector_gt: basegoerli_Bytes + mirrorConnector_lt: basegoerli_Bytes + mirrorConnector_gte: basegoerli_Bytes + mirrorConnector_lte: basegoerli_Bytes + mirrorConnector_in: [basegoerli_Bytes!] + mirrorConnector_not_in: [basegoerli_Bytes!] + mirrorConnector_contains: basegoerli_Bytes + mirrorConnector_not_contains: basegoerli_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimismConnectorMeta_filter] - or: [mainnet_OptimismConnectorMeta_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_ConnectorMeta_filter] + or: [basegoerli_ConnectorMeta_filter] } -enum mainnet_OptimismConnectorMeta_orderBy { +enum basegoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -135392,15 +132942,48 @@ enum mainnet_OptimismConnectorMeta_orderBy { mirrorConnector } -type mainnet_OptimisticRootPropagated { +type basegoerli_DestinationTransfer { id: ID! - aggregateRoot: mainnet_Bytes! - domainsHash: mainnet_Bytes! - timestamp: BigInt! - blockNumber: BigInt + chainId: BigInt + transferId: basegoerli_Bytes + nonce: BigInt + status: basegoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: basegoerli_Router_orderBy, orderDirection: basegoerli_OrderDirection, where: basegoerli_Router_filter): [basegoerli_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: basegoerli_Bytes + delegate: basegoerli_Bytes + receiveLocal: Boolean + callData: basegoerli_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: basegoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: basegoerli_Bytes + asset: basegoerli_Asset + amount: BigInt + routersFee: BigInt + executedCaller: basegoerli_Bytes + executedTransactionHash: basegoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: basegoerli_Bytes + executedTxNonce: BigInt + reconciledCaller: basegoerli_Bytes + reconciledTransactionHash: basegoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: basegoerli_Bytes + reconciledTxNonce: BigInt } -input mainnet_OptimisticRootPropagated_filter { +input basegoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -135409,116 +132992,418 @@ 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 - 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!] + 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: basegoerli_Bytes + transferId_not: basegoerli_Bytes + transferId_gt: basegoerli_Bytes + transferId_lt: basegoerli_Bytes + transferId_gte: basegoerli_Bytes + transferId_lte: basegoerli_Bytes + transferId_in: [basegoerli_Bytes!] + transferId_not_in: [basegoerli_Bytes!] + transferId_contains: basegoerli_Bytes + transferId_not_contains: basegoerli_Bytes + 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: basegoerli_TransferStatus + status_not: basegoerli_TransferStatus + status_in: [basegoerli_TransferStatus!] + status_not_in: [basegoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: basegoerli_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: basegoerli_Bytes + to_not: basegoerli_Bytes + to_gt: basegoerli_Bytes + to_lt: basegoerli_Bytes + to_gte: basegoerli_Bytes + to_lte: basegoerli_Bytes + to_in: [basegoerli_Bytes!] + to_not_in: [basegoerli_Bytes!] + to_contains: basegoerli_Bytes + to_not_contains: basegoerli_Bytes + delegate: basegoerli_Bytes + delegate_not: basegoerli_Bytes + delegate_gt: basegoerli_Bytes + delegate_lt: basegoerli_Bytes + delegate_gte: basegoerli_Bytes + delegate_lte: basegoerli_Bytes + delegate_in: [basegoerli_Bytes!] + delegate_not_in: [basegoerli_Bytes!] + delegate_contains: basegoerli_Bytes + delegate_not_contains: basegoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: basegoerli_Bytes + callData_not: basegoerli_Bytes + callData_gt: basegoerli_Bytes + callData_lt: basegoerli_Bytes + callData_gte: basegoerli_Bytes + callData_lte: basegoerli_Bytes + callData_in: [basegoerli_Bytes!] + callData_not_in: [basegoerli_Bytes!] + callData_contains: basegoerli_Bytes + callData_not_contains: basegoerli_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: basegoerli_Bytes + originSender_not: basegoerli_Bytes + originSender_gt: basegoerli_Bytes + originSender_lt: basegoerli_Bytes + originSender_gte: basegoerli_Bytes + originSender_lte: basegoerli_Bytes + originSender_in: [basegoerli_Bytes!] + originSender_not_in: [basegoerli_Bytes!] + originSender_contains: basegoerli_Bytes + originSender_not_contains: basegoerli_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: basegoerli_Bytes + canonicalId_not: basegoerli_Bytes + canonicalId_gt: basegoerli_Bytes + canonicalId_lt: basegoerli_Bytes + canonicalId_gte: basegoerli_Bytes + canonicalId_lte: basegoerli_Bytes + canonicalId_in: [basegoerli_Bytes!] + canonicalId_not_in: [basegoerli_Bytes!] + canonicalId_contains: basegoerli_Bytes + canonicalId_not_contains: basegoerli_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_: basegoerli_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: basegoerli_Bytes + executedCaller_not: basegoerli_Bytes + executedCaller_gt: basegoerli_Bytes + executedCaller_lt: basegoerli_Bytes + executedCaller_gte: basegoerli_Bytes + executedCaller_lte: basegoerli_Bytes + executedCaller_in: [basegoerli_Bytes!] + executedCaller_not_in: [basegoerli_Bytes!] + executedCaller_contains: basegoerli_Bytes + executedCaller_not_contains: basegoerli_Bytes + executedTransactionHash: basegoerli_Bytes + executedTransactionHash_not: basegoerli_Bytes + executedTransactionHash_gt: basegoerli_Bytes + executedTransactionHash_lt: basegoerli_Bytes + executedTransactionHash_gte: basegoerli_Bytes + executedTransactionHash_lte: basegoerli_Bytes + executedTransactionHash_in: [basegoerli_Bytes!] + executedTransactionHash_not_in: [basegoerli_Bytes!] + executedTransactionHash_contains: basegoerli_Bytes + executedTransactionHash_not_contains: basegoerli_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: basegoerli_Bytes + executedTxOrigin_not: basegoerli_Bytes + executedTxOrigin_gt: basegoerli_Bytes + executedTxOrigin_lt: basegoerli_Bytes + executedTxOrigin_gte: basegoerli_Bytes + executedTxOrigin_lte: basegoerli_Bytes + executedTxOrigin_in: [basegoerli_Bytes!] + executedTxOrigin_not_in: [basegoerli_Bytes!] + executedTxOrigin_contains: basegoerli_Bytes + executedTxOrigin_not_contains: basegoerli_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: basegoerli_Bytes + reconciledCaller_not: basegoerli_Bytes + reconciledCaller_gt: basegoerli_Bytes + reconciledCaller_lt: basegoerli_Bytes + reconciledCaller_gte: basegoerli_Bytes + reconciledCaller_lte: basegoerli_Bytes + reconciledCaller_in: [basegoerli_Bytes!] + reconciledCaller_not_in: [basegoerli_Bytes!] + reconciledCaller_contains: basegoerli_Bytes + reconciledCaller_not_contains: basegoerli_Bytes + reconciledTransactionHash: basegoerli_Bytes + reconciledTransactionHash_not: basegoerli_Bytes + reconciledTransactionHash_gt: basegoerli_Bytes + reconciledTransactionHash_lt: basegoerli_Bytes + reconciledTransactionHash_gte: basegoerli_Bytes + reconciledTransactionHash_lte: basegoerli_Bytes + reconciledTransactionHash_in: [basegoerli_Bytes!] + reconciledTransactionHash_not_in: [basegoerli_Bytes!] + reconciledTransactionHash_contains: basegoerli_Bytes + reconciledTransactionHash_not_contains: basegoerli_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: basegoerli_Bytes + reconciledTxOrigin_not: basegoerli_Bytes + reconciledTxOrigin_gt: basegoerli_Bytes + reconciledTxOrigin_lt: basegoerli_Bytes + reconciledTxOrigin_gte: basegoerli_Bytes + reconciledTxOrigin_lte: basegoerli_Bytes + reconciledTxOrigin_in: [basegoerli_Bytes!] + reconciledTxOrigin_not_in: [basegoerli_Bytes!] + reconciledTxOrigin_contains: basegoerli_Bytes + reconciledTxOrigin_not_contains: basegoerli_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_OptimisticRootPropagated_filter] - or: [mainnet_OptimisticRootPropagated_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_DestinationTransfer_filter] + or: [basegoerli_DestinationTransfer_filter] } -enum mainnet_OptimisticRootPropagated_orderBy { +enum basegoerli_DestinationTransfer_orderBy { id - aggregateRoot - domainsHash - timestamp - blockNumber -} - -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 - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes - snapshotsRoots: [mainnet_Bytes!] - snapshotsRoots_not: [mainnet_Bytes!] - snapshotsRoots_contains: [mainnet_Bytes!] - snapshotsRoots_contains_nocase: [mainnet_Bytes!] - snapshotsRoots_not_contains: [mainnet_Bytes!] - snapshotsRoots_not_contains_nocase: [mainnet_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: mainnet_Bytes - baseAggregateRoot_not: mainnet_Bytes - baseAggregateRoot_gt: mainnet_Bytes - baseAggregateRoot_lt: mainnet_Bytes - baseAggregateRoot_gte: mainnet_Bytes - baseAggregateRoot_lte: mainnet_Bytes - baseAggregateRoot_in: [mainnet_Bytes!] - baseAggregateRoot_not_in: [mainnet_Bytes!] - baseAggregateRoot_contains: mainnet_Bytes - baseAggregateRoot_not_contains: mainnet_Bytes + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar basegoerli_Int8 + +type basegoerli_OptimisticRootFinalized { + id: ID! + aggregateRoot: basegoerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input basegoerli_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: basegoerli_Bytes + aggregateRoot_not: basegoerli_Bytes + aggregateRoot_gt: basegoerli_Bytes + aggregateRoot_lt: basegoerli_Bytes + aggregateRoot_gte: basegoerli_Bytes + aggregateRoot_lte: basegoerli_Bytes + aggregateRoot_in: [basegoerli_Bytes!] + aggregateRoot_not_in: [basegoerli_Bytes!] + aggregateRoot_contains: basegoerli_Bytes + aggregateRoot_not_contains: basegoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -135536,194 +133421,38 @@ input mainnet_OptimisticRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootProposed_filter] - or: [mainnet_OptimisticRootProposed_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_OptimisticRootFinalized_filter] + or: [basegoerli_OptimisticRootFinalized_filter] } -enum mainnet_OptimisticRootProposed_orderBy { +enum basegoerli_OptimisticRootFinalized_orderBy { id - disputeCliff aggregateRoot - snapshotsRoots - domains - baseAggregateRoot timestamp blockNumber } """Defines the order direction, either ascending or descending""" -enum mainnet_OrderDirection { +enum basegoerli_OrderDirection { asc desc } -type mainnet_PolygonConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_PolygonConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_PolygonConnectorMeta_filter] - or: [mainnet_PolygonConnectorMeta_filter] -} - -enum mainnet_PolygonConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_PolygonZkConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_PolygonZkConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_PolygonZkConnectorMeta_filter] - or: [mainnet_PolygonZkConnectorMeta_filter] -} - -enum mainnet_PolygonZkConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_RootAggregated { +type basegoerli_OriginMessage { id: ID! - domain: BigInt! - receivedRoot: mainnet_Bytes! - index: BigInt! + transferId: basegoerli_Bytes + destinationDomain: BigInt + leaf: basegoerli_Bytes + index: BigInt + message: basegoerli_Bytes + root: basegoerli_Bytes + transactionHash: basegoerli_Bytes + blockNumber: BigInt + rootCount: basegoerli_RootCount } -input mainnet_RootAggregated_filter { +input basegoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -135732,24 +133461,34 @@ 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 + transferId: basegoerli_Bytes + transferId_not: basegoerli_Bytes + transferId_gt: basegoerli_Bytes + transferId_lt: basegoerli_Bytes + transferId_gte: basegoerli_Bytes + transferId_lte: basegoerli_Bytes + transferId_in: [basegoerli_Bytes!] + transferId_not_in: [basegoerli_Bytes!] + transferId_contains: basegoerli_Bytes + transferId_not_contains: basegoerli_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: basegoerli_Bytes + leaf_not: basegoerli_Bytes + leaf_gt: basegoerli_Bytes + leaf_lt: basegoerli_Bytes + leaf_gte: basegoerli_Bytes + leaf_lte: basegoerli_Bytes + leaf_in: [basegoerli_Bytes!] + leaf_not_in: [basegoerli_Bytes!] + leaf_contains: basegoerli_Bytes + leaf_not_contains: basegoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -135758,117 +133497,122 @@ input mainnet_RootAggregated_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] + message: basegoerli_Bytes + message_not: basegoerli_Bytes + message_gt: basegoerli_Bytes + message_lt: basegoerli_Bytes + message_gte: basegoerli_Bytes + message_lte: basegoerli_Bytes + message_in: [basegoerli_Bytes!] + message_not_in: [basegoerli_Bytes!] + message_contains: basegoerli_Bytes + message_not_contains: basegoerli_Bytes + root: basegoerli_Bytes + root_not: basegoerli_Bytes + root_gt: basegoerli_Bytes + root_lt: basegoerli_Bytes + root_gte: basegoerli_Bytes + root_lte: basegoerli_Bytes + root_in: [basegoerli_Bytes!] + root_not_in: [basegoerli_Bytes!] + root_contains: basegoerli_Bytes + root_not_contains: basegoerli_Bytes + transactionHash: basegoerli_Bytes + transactionHash_not: basegoerli_Bytes + transactionHash_gt: basegoerli_Bytes + transactionHash_lt: basegoerli_Bytes + transactionHash_gte: basegoerli_Bytes + transactionHash_lte: basegoerli_Bytes + transactionHash_in: [basegoerli_Bytes!] + transactionHash_not_in: [basegoerli_Bytes!] + transactionHash_contains: basegoerli_Bytes + transactionHash_not_contains: basegoerli_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_: basegoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootAggregated_filter] - or: [mainnet_RootAggregated_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_OriginMessage_filter] + or: [basegoerli_OriginMessage_filter] } -enum mainnet_RootAggregated_orderBy { +enum basegoerli_OriginMessage_orderBy { id - domain - receivedRoot + transferId + destinationDomain + leaf index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type mainnet_RootManagerMeta { - id: ID! - domains: [BigInt!] - connectors: [mainnet_Bytes!] -} - -input mainnet_RootManagerMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [mainnet_Bytes!] - connectors_not: [mainnet_Bytes!] - connectors_contains: [mainnet_Bytes!] - connectors_contains_nocase: [mainnet_Bytes!] - connectors_not_contains: [mainnet_Bytes!] - connectors_not_contains_nocase: [mainnet_Bytes!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootManagerMeta_filter] - or: [mainnet_RootManagerMeta_filter] -} - -enum mainnet_RootManagerMeta_orderBy { - id - domains - connectors -} - -type mainnet_RootManagerMode { - id: ID! - mode: String! -} - -input mainnet_RootManagerMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootManagerMode_filter] - or: [mainnet_RootManagerMode_filter] -} - -enum mainnet_RootManagerMode_orderBy { - id - mode -} - -type mainnet_RootMessageProcessed { +type basegoerli_OriginTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes + chainId: BigInt + transferId: basegoerli_Bytes + nonce: BigInt + status: basegoerli_TransferStatus + messageHash: basegoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: basegoerli_Bytes + delegate: basegoerli_Bytes + receiveLocal: Boolean + callData: basegoerli_Bytes + slippage: BigInt + originSender: basegoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: basegoerli_Bytes + asset: basegoerli_Asset + transactingAsset: basegoerli_Bytes + message: basegoerli_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: basegoerli_RelayerFee_orderBy, orderDirection: basegoerli_OrderDirection, where: basegoerli_RelayerFee_filter): [basegoerli_RelayerFee!] + initialRelayerFeeAsset: basegoerli_Bytes + caller: basegoerli_Bytes + transactionHash: basegoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt + txOrigin: basegoerli_Bytes + txNonce: BigInt } -input mainnet_RootMessageProcessed_filter { +input basegoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -135877,52 +133621,245 @@ 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 + 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: basegoerli_Bytes + transferId_not: basegoerli_Bytes + transferId_gt: basegoerli_Bytes + transferId_lt: basegoerli_Bytes + transferId_gte: basegoerli_Bytes + transferId_lte: basegoerli_Bytes + transferId_in: [basegoerli_Bytes!] + transferId_not_in: [basegoerli_Bytes!] + transferId_contains: basegoerli_Bytes + transferId_not_contains: basegoerli_Bytes + 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: basegoerli_TransferStatus + status_not: basegoerli_TransferStatus + status_in: [basegoerli_TransferStatus!] + status_not_in: [basegoerli_TransferStatus!] + messageHash: basegoerli_Bytes + messageHash_not: basegoerli_Bytes + messageHash_gt: basegoerli_Bytes + messageHash_lt: basegoerli_Bytes + messageHash_gte: basegoerli_Bytes + messageHash_lte: basegoerli_Bytes + messageHash_in: [basegoerli_Bytes!] + messageHash_not_in: [basegoerli_Bytes!] + messageHash_contains: basegoerli_Bytes + messageHash_not_contains: basegoerli_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: basegoerli_Bytes + to_not: basegoerli_Bytes + to_gt: basegoerli_Bytes + to_lt: basegoerli_Bytes + to_gte: basegoerli_Bytes + to_lte: basegoerli_Bytes + to_in: [basegoerli_Bytes!] + to_not_in: [basegoerli_Bytes!] + to_contains: basegoerli_Bytes + to_not_contains: basegoerli_Bytes + delegate: basegoerli_Bytes + delegate_not: basegoerli_Bytes + delegate_gt: basegoerli_Bytes + delegate_lt: basegoerli_Bytes + delegate_gte: basegoerli_Bytes + delegate_lte: basegoerli_Bytes + delegate_in: [basegoerli_Bytes!] + delegate_not_in: [basegoerli_Bytes!] + delegate_contains: basegoerli_Bytes + delegate_not_contains: basegoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: basegoerli_Bytes + callData_not: basegoerli_Bytes + callData_gt: basegoerli_Bytes + callData_lt: basegoerli_Bytes + callData_gte: basegoerli_Bytes + callData_lte: basegoerli_Bytes + callData_in: [basegoerli_Bytes!] + callData_not_in: [basegoerli_Bytes!] + callData_contains: basegoerli_Bytes + callData_not_contains: basegoerli_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: basegoerli_Bytes + originSender_not: basegoerli_Bytes + originSender_gt: basegoerli_Bytes + originSender_lt: basegoerli_Bytes + originSender_gte: basegoerli_Bytes + originSender_lte: basegoerli_Bytes + originSender_in: [basegoerli_Bytes!] + originSender_not_in: [basegoerli_Bytes!] + originSender_contains: basegoerli_Bytes + originSender_not_contains: basegoerli_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: basegoerli_Bytes + canonicalId_not: basegoerli_Bytes + canonicalId_gt: basegoerli_Bytes + canonicalId_lt: basegoerli_Bytes + canonicalId_gte: basegoerli_Bytes + canonicalId_lte: basegoerli_Bytes + canonicalId_in: [basegoerli_Bytes!] + canonicalId_not_in: [basegoerli_Bytes!] + canonicalId_contains: basegoerli_Bytes + canonicalId_not_contains: basegoerli_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_: basegoerli_Asset_filter + transactingAsset: basegoerli_Bytes + transactingAsset_not: basegoerli_Bytes + transactingAsset_gt: basegoerli_Bytes + transactingAsset_lt: basegoerli_Bytes + transactingAsset_gte: basegoerli_Bytes + transactingAsset_lte: basegoerli_Bytes + transactingAsset_in: [basegoerli_Bytes!] + transactingAsset_not_in: [basegoerli_Bytes!] + transactingAsset_contains: basegoerli_Bytes + transactingAsset_not_contains: basegoerli_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_: basegoerli_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_: basegoerli_RelayerFee_filter + initialRelayerFeeAsset: basegoerli_Bytes + initialRelayerFeeAsset_not: basegoerli_Bytes + initialRelayerFeeAsset_gt: basegoerli_Bytes + initialRelayerFeeAsset_lt: basegoerli_Bytes + initialRelayerFeeAsset_gte: basegoerli_Bytes + initialRelayerFeeAsset_lte: basegoerli_Bytes + initialRelayerFeeAsset_in: [basegoerli_Bytes!] + initialRelayerFeeAsset_not_in: [basegoerli_Bytes!] + initialRelayerFeeAsset_contains: basegoerli_Bytes + initialRelayerFeeAsset_not_contains: basegoerli_Bytes + caller: basegoerli_Bytes + caller_not: basegoerli_Bytes + caller_gt: basegoerli_Bytes + caller_lt: basegoerli_Bytes + caller_gte: basegoerli_Bytes + caller_lte: basegoerli_Bytes + caller_in: [basegoerli_Bytes!] + caller_not_in: [basegoerli_Bytes!] + caller_contains: basegoerli_Bytes + caller_not_contains: basegoerli_Bytes + transactionHash: basegoerli_Bytes + transactionHash_not: basegoerli_Bytes + transactionHash_gt: basegoerli_Bytes + transactionHash_lt: basegoerli_Bytes + transactionHash_gte: basegoerli_Bytes + transactionHash_lte: basegoerli_Bytes + transactionHash_in: [basegoerli_Bytes!] + transactionHash_not_in: [basegoerli_Bytes!] + transactionHash_contains: basegoerli_Bytes + transactionHash_not_contains: basegoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -135955,221 +133892,97 @@ input mainnet_RootMessageProcessed_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + txOrigin: basegoerli_Bytes + txOrigin_not: basegoerli_Bytes + txOrigin_gt: basegoerli_Bytes + txOrigin_lt: basegoerli_Bytes + txOrigin_gte: basegoerli_Bytes + txOrigin_lte: basegoerli_Bytes + txOrigin_in: [basegoerli_Bytes!] + txOrigin_not_in: [basegoerli_Bytes!] + txOrigin_contains: basegoerli_Bytes + txOrigin_not_contains: basegoerli_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_RootMessageProcessed_filter] - or: [mainnet_RootMessageProcessed_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_OriginTransfer_filter] + or: [basegoerli_OriginTransfer_filter] } -enum mainnet_RootMessageProcessed_orderBy { +enum basegoerli_OriginTransfer_orderBy { id - spokeDomain - hubDomain - root + 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_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 - amb - rootManager - mirrorConnector -} - -type mainnet__Block_ { - """The hash of the block""" - hash: mainnet_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: mainnet_Bytes -} - -"""The type for the top-level _meta field""" -type mainnet__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mainnet__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum testgoerli_Aggregation_interval { - hour - day -} - -type testgoerli_Asset { - id: ID! - key: testgoerli_Bytes - local: testgoerli_Bytes! - adoptedAsset: testgoerli_Bytes! - canonicalId: testgoerli_Bytes! - canonicalDomain: BigInt! - blockNumber: BigInt! + +type basegoerli_Relayer { + id: ID! + isActive: Boolean! + relayer: basegoerli_Bytes } -type testgoerli_AssetBalance { +type basegoerli_RelayerFee { id: ID! - amount: BigInt! - router: testgoerli_Router! - asset: testgoerli_Asset! + transfer: basegoerli_OriginTransfer! + fee: BigInt! + asset: basegoerli_Bytes! } -input testgoerli_AssetBalance_filter { +input basegoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -136178,83 +133991,101 @@ input testgoerli_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: testgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: testgoerli_Asset_filter + 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_: basegoerli_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: basegoerli_Bytes + asset_not: basegoerli_Bytes + asset_gt: basegoerli_Bytes + asset_lt: basegoerli_Bytes + asset_gte: basegoerli_Bytes + asset_lte: basegoerli_Bytes + asset_in: [basegoerli_Bytes!] + asset_not_in: [basegoerli_Bytes!] + asset_contains: basegoerli_Bytes + asset_not_contains: basegoerli_Bytes """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_AssetBalance_filter] - or: [testgoerli_AssetBalance_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_RelayerFee_filter] + or: [basegoerli_RelayerFee_filter] } -enum testgoerli_AssetBalance_orderBy { +enum basegoerli_RelayerFee_orderBy { id - amount - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + 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 - asset__id - asset__key - asset__local - asset__adoptedAsset - asset__canonicalId - asset__canonicalDomain - asset__blockNumber } -input testgoerli_Asset_filter { +type basegoerli_RelayerFeesIncrease { + id: ID! + transfer: basegoerli_OriginTransfer! + increase: BigInt + asset: basegoerli_Bytes + caller: basegoerli_Bytes! + transactionHash: basegoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input basegoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -136263,54 +134094,89 @@ input testgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: testgoerli_Bytes - key_not: testgoerli_Bytes - key_gt: testgoerli_Bytes - key_lt: testgoerli_Bytes - key_gte: testgoerli_Bytes - key_lte: testgoerli_Bytes - key_in: [testgoerli_Bytes!] - key_not_in: [testgoerli_Bytes!] - key_contains: testgoerli_Bytes - key_not_contains: testgoerli_Bytes - local: testgoerli_Bytes - local_not: testgoerli_Bytes - local_gt: testgoerli_Bytes - local_lt: testgoerli_Bytes - local_gte: testgoerli_Bytes - local_lte: testgoerli_Bytes - local_in: [testgoerli_Bytes!] - local_not_in: [testgoerli_Bytes!] - local_contains: testgoerli_Bytes - local_not_contains: testgoerli_Bytes - adoptedAsset: testgoerli_Bytes - adoptedAsset_not: testgoerli_Bytes - adoptedAsset_gt: testgoerli_Bytes - adoptedAsset_lt: testgoerli_Bytes - adoptedAsset_gte: testgoerli_Bytes - adoptedAsset_lte: testgoerli_Bytes - adoptedAsset_in: [testgoerli_Bytes!] - adoptedAsset_not_in: [testgoerli_Bytes!] - adoptedAsset_contains: testgoerli_Bytes - adoptedAsset_not_contains: testgoerli_Bytes - canonicalId: testgoerli_Bytes - canonicalId_not: testgoerli_Bytes - canonicalId_gt: testgoerli_Bytes - canonicalId_lt: testgoerli_Bytes - canonicalId_gte: testgoerli_Bytes - canonicalId_lte: testgoerli_Bytes - canonicalId_in: [testgoerli_Bytes!] - canonicalId_not_in: [testgoerli_Bytes!] - canonicalId_contains: testgoerli_Bytes - canonicalId_not_contains: testgoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] + 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_: basegoerli_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: basegoerli_Bytes + asset_not: basegoerli_Bytes + asset_gt: basegoerli_Bytes + asset_lt: basegoerli_Bytes + asset_gte: basegoerli_Bytes + asset_lte: basegoerli_Bytes + asset_in: [basegoerli_Bytes!] + asset_not_in: [basegoerli_Bytes!] + asset_contains: basegoerli_Bytes + asset_not_contains: basegoerli_Bytes + caller: basegoerli_Bytes + caller_not: basegoerli_Bytes + caller_gt: basegoerli_Bytes + caller_lt: basegoerli_Bytes + caller_gte: basegoerli_Bytes + caller_lte: basegoerli_Bytes + caller_in: [basegoerli_Bytes!] + caller_not_in: [basegoerli_Bytes!] + caller_contains: basegoerli_Bytes + caller_not_contains: basegoerli_Bytes + transactionHash: basegoerli_Bytes + transactionHash_not: basegoerli_Bytes + transactionHash_gt: basegoerli_Bytes + transactionHash_lt: basegoerli_Bytes + transactionHash_gte: basegoerli_Bytes + transactionHash_lte: basegoerli_Bytes + transactionHash_in: [basegoerli_Bytes!] + transactionHash_not_in: [basegoerli_Bytes!] + transactionHash_contains: basegoerli_Bytes + transactionHash_not_contains: basegoerli_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 @@ -136320,75 +134186,94 @@ input testgoerli_Asset_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_Asset_filter] - or: [testgoerli_Asset_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_RelayerFeesIncrease_filter] + or: [basegoerli_RelayerFeesIncrease_filter] } -enum testgoerli_Asset_orderBy { +enum basegoerli_RelayerFeesIncrease_orderBy { id - key - local - adoptedAsset - canonicalId - canonicalDomain + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash + timestamp + gasPrice + gasLimit blockNumber } -scalar testgoerli_BigDecimal - -input testgoerli_BlockChangedFilter { - number_gte: Int! +input basegoerli_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: basegoerli_Bytes + relayer_not: basegoerli_Bytes + relayer_gt: basegoerli_Bytes + relayer_lt: basegoerli_Bytes + relayer_gte: basegoerli_Bytes + relayer_lte: basegoerli_Bytes + relayer_in: [basegoerli_Bytes!] + relayer_not_in: [basegoerli_Bytes!] + relayer_contains: basegoerli_Bytes + relayer_not_contains: basegoerli_Bytes + """Filter for the block changed event.""" + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_Relayer_filter] + or: [basegoerli_Relayer_filter] } -input testgoerli_Block_height { - hash: testgoerli_Bytes - number: Int - number_gte: Int +enum basegoerli_Relayer_orderBy { + id + isActive + relayer } -scalar testgoerli_Bytes - -type testgoerli_DestinationTransfer { +type basegoerli_RootCount { id: ID! - chainId: BigInt - transferId: testgoerli_Bytes - nonce: BigInt - to: testgoerli_Bytes - callData: testgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: testgoerli_Bytes - recovery: testgoerli_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: testgoerli_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: testgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: testgoerli_Router_orderBy, orderDirection: testgoerli_OrderDirection, where: testgoerli_Router_filter): [testgoerli_Router!] - originSender: testgoerli_Bytes - transactingAsset: testgoerli_Bytes - transactingAmount: BigInt - localAsset: testgoerli_Bytes - localAmount: BigInt - sponsorVaultRelayerFee: BigInt - executedCaller: testgoerli_Bytes - executedTransactionHash: testgoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - reconciledCaller: testgoerli_Bytes - reconciledTransactionHash: testgoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt + count: BigInt } -input testgoerli_DestinationTransfer_filter { +input basegoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -136397,388 +134282,40 @@ input testgoerli_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: testgoerli_Bytes - transferId_not: testgoerli_Bytes - transferId_gt: testgoerli_Bytes - transferId_lt: testgoerli_Bytes - transferId_gte: testgoerli_Bytes - transferId_lte: testgoerli_Bytes - transferId_in: [testgoerli_Bytes!] - transferId_not_in: [testgoerli_Bytes!] - transferId_contains: testgoerli_Bytes - transferId_not_contains: testgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - to: testgoerli_Bytes - to_not: testgoerli_Bytes - to_gt: testgoerli_Bytes - to_lt: testgoerli_Bytes - to_gte: testgoerli_Bytes - to_lte: testgoerli_Bytes - to_in: [testgoerli_Bytes!] - to_not_in: [testgoerli_Bytes!] - to_contains: testgoerli_Bytes - to_not_contains: testgoerli_Bytes - callData: testgoerli_Bytes - callData_not: testgoerli_Bytes - callData_gt: testgoerli_Bytes - callData_lt: testgoerli_Bytes - callData_gte: testgoerli_Bytes - callData_lte: testgoerli_Bytes - callData_in: [testgoerli_Bytes!] - callData_not_in: [testgoerli_Bytes!] - callData_contains: testgoerli_Bytes - callData_not_contains: testgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testgoerli_Bytes - agent_not: testgoerli_Bytes - agent_gt: testgoerli_Bytes - agent_lt: testgoerli_Bytes - agent_gte: testgoerli_Bytes - agent_lte: testgoerli_Bytes - agent_in: [testgoerli_Bytes!] - agent_not_in: [testgoerli_Bytes!] - agent_contains: testgoerli_Bytes - agent_not_contains: testgoerli_Bytes - recovery: testgoerli_Bytes - recovery_not: testgoerli_Bytes - recovery_gt: testgoerli_Bytes - recovery_lt: testgoerli_Bytes - recovery_gte: testgoerli_Bytes - recovery_lte: testgoerli_Bytes - recovery_in: [testgoerli_Bytes!] - recovery_not_in: [testgoerli_Bytes!] - recovery_contains: testgoerli_Bytes - recovery_not_contains: testgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testgoerli_Bytes - callback_not: testgoerli_Bytes - callback_gt: testgoerli_Bytes - callback_lt: testgoerli_Bytes - callback_gte: testgoerli_Bytes - callback_lte: testgoerli_Bytes - callback_in: [testgoerli_Bytes!] - callback_not_in: [testgoerli_Bytes!] - callback_contains: testgoerli_Bytes - callback_not_contains: testgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testgoerli_TransferStatus - status_not: testgoerli_TransferStatus - status_in: [testgoerli_TransferStatus!] - status_not_in: [testgoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: testgoerli_Router_filter - originSender: testgoerli_Bytes - originSender_not: testgoerli_Bytes - originSender_gt: testgoerli_Bytes - originSender_lt: testgoerli_Bytes - originSender_gte: testgoerli_Bytes - originSender_lte: testgoerli_Bytes - originSender_in: [testgoerli_Bytes!] - originSender_not_in: [testgoerli_Bytes!] - originSender_contains: testgoerli_Bytes - originSender_not_contains: testgoerli_Bytes - transactingAsset: testgoerli_Bytes - transactingAsset_not: testgoerli_Bytes - transactingAsset_gt: testgoerli_Bytes - transactingAsset_lt: testgoerli_Bytes - transactingAsset_gte: testgoerli_Bytes - transactingAsset_lte: testgoerli_Bytes - transactingAsset_in: [testgoerli_Bytes!] - transactingAsset_not_in: [testgoerli_Bytes!] - transactingAsset_contains: testgoerli_Bytes - transactingAsset_not_contains: testgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - localAsset: testgoerli_Bytes - localAsset_not: testgoerli_Bytes - localAsset_gt: testgoerli_Bytes - localAsset_lt: testgoerli_Bytes - localAsset_gte: testgoerli_Bytes - localAsset_lte: testgoerli_Bytes - localAsset_in: [testgoerli_Bytes!] - localAsset_not_in: [testgoerli_Bytes!] - localAsset_contains: testgoerli_Bytes - localAsset_not_contains: testgoerli_Bytes - localAmount: BigInt - localAmount_not: BigInt - localAmount_gt: BigInt - localAmount_lt: BigInt - localAmount_gte: BigInt - localAmount_lte: BigInt - localAmount_in: [BigInt!] - localAmount_not_in: [BigInt!] - sponsorVaultRelayerFee: BigInt - sponsorVaultRelayerFee_not: BigInt - sponsorVaultRelayerFee_gt: BigInt - sponsorVaultRelayerFee_lt: BigInt - sponsorVaultRelayerFee_gte: BigInt - sponsorVaultRelayerFee_lte: BigInt - sponsorVaultRelayerFee_in: [BigInt!] - sponsorVaultRelayerFee_not_in: [BigInt!] - executedCaller: testgoerli_Bytes - executedCaller_not: testgoerli_Bytes - executedCaller_gt: testgoerli_Bytes - executedCaller_lt: testgoerli_Bytes - executedCaller_gte: testgoerli_Bytes - executedCaller_lte: testgoerli_Bytes - executedCaller_in: [testgoerli_Bytes!] - executedCaller_not_in: [testgoerli_Bytes!] - executedCaller_contains: testgoerli_Bytes - executedCaller_not_contains: testgoerli_Bytes - executedTransactionHash: testgoerli_Bytes - executedTransactionHash_not: testgoerli_Bytes - executedTransactionHash_gt: testgoerli_Bytes - executedTransactionHash_lt: testgoerli_Bytes - executedTransactionHash_gte: testgoerli_Bytes - executedTransactionHash_lte: testgoerli_Bytes - executedTransactionHash_in: [testgoerli_Bytes!] - executedTransactionHash_not_in: [testgoerli_Bytes!] - executedTransactionHash_contains: testgoerli_Bytes - executedTransactionHash_not_contains: testgoerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - reconciledCaller: testgoerli_Bytes - reconciledCaller_not: testgoerli_Bytes - reconciledCaller_gt: testgoerli_Bytes - reconciledCaller_lt: testgoerli_Bytes - reconciledCaller_gte: testgoerli_Bytes - reconciledCaller_lte: testgoerli_Bytes - reconciledCaller_in: [testgoerli_Bytes!] - reconciledCaller_not_in: [testgoerli_Bytes!] - reconciledCaller_contains: testgoerli_Bytes - reconciledCaller_not_contains: testgoerli_Bytes - reconciledTransactionHash: testgoerli_Bytes - reconciledTransactionHash_not: testgoerli_Bytes - reconciledTransactionHash_gt: testgoerli_Bytes - reconciledTransactionHash_lt: testgoerli_Bytes - reconciledTransactionHash_gte: testgoerli_Bytes - reconciledTransactionHash_lte: testgoerli_Bytes - reconciledTransactionHash_in: [testgoerli_Bytes!] - reconciledTransactionHash_not_in: [testgoerli_Bytes!] - reconciledTransactionHash_contains: testgoerli_Bytes - reconciledTransactionHash_not_contains: testgoerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] + 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: testgoerli_BlockChangedFilter - and: [testgoerli_DestinationTransfer_filter] - or: [testgoerli_DestinationTransfer_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_RootCount_filter] + or: [basegoerli_RootCount_filter] } -enum testgoerli_DestinationTransfer_orderBy { +enum basegoerli_RootCount_orderBy { id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - routers - originSender - transactingAsset - transactingAmount - localAsset - localAmount - sponsorVaultRelayerFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber -} - -""" -8 bytes signed integer - -""" -scalar testgoerli_Int8 - -"""Defines the order direction, either ascending or descending""" -enum testgoerli_OrderDirection { - asc - desc + count } -type testgoerli_OriginTransfer { +type basegoerli_RootMessageSent { id: ID! - chainId: BigInt - transferId: testgoerli_Bytes - nonce: BigInt - to: testgoerli_Bytes - callData: testgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: testgoerli_Bytes - recovery: testgoerli_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: testgoerli_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: testgoerli_TransferStatus - originMinOut: BigInt - transactingAsset: testgoerli_Bytes - transactingAmount: BigInt - bridgedAsset: testgoerli_Bytes - bridgedAmount: BigInt - caller: testgoerli_Bytes - transactionHash: testgoerli_Bytes + spokeDomain: BigInt + hubDomain: BigInt + root: basegoerli_Bytes + count: BigInt + caller: basegoerli_Bytes + transactionHash: basegoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input testgoerli_OriginTransfer_filter { +input basegoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -136787,198 +134324,60 @@ input testgoerli_OriginTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: testgoerli_Bytes - transferId_not: testgoerli_Bytes - transferId_gt: testgoerli_Bytes - transferId_lt: testgoerli_Bytes - transferId_gte: testgoerli_Bytes - transferId_lte: testgoerli_Bytes - transferId_in: [testgoerli_Bytes!] - transferId_not_in: [testgoerli_Bytes!] - transferId_contains: testgoerli_Bytes - transferId_not_contains: testgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - to: testgoerli_Bytes - to_not: testgoerli_Bytes - to_gt: testgoerli_Bytes - to_lt: testgoerli_Bytes - to_gte: testgoerli_Bytes - to_lte: testgoerli_Bytes - to_in: [testgoerli_Bytes!] - to_not_in: [testgoerli_Bytes!] - to_contains: testgoerli_Bytes - to_not_contains: testgoerli_Bytes - callData: testgoerli_Bytes - callData_not: testgoerli_Bytes - callData_gt: testgoerli_Bytes - callData_lt: testgoerli_Bytes - callData_gte: testgoerli_Bytes - callData_lte: testgoerli_Bytes - callData_in: [testgoerli_Bytes!] - callData_not_in: [testgoerli_Bytes!] - callData_contains: testgoerli_Bytes - callData_not_contains: testgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testgoerli_Bytes - agent_not: testgoerli_Bytes - agent_gt: testgoerli_Bytes - agent_lt: testgoerli_Bytes - agent_gte: testgoerli_Bytes - agent_lte: testgoerli_Bytes - agent_in: [testgoerli_Bytes!] - agent_not_in: [testgoerli_Bytes!] - agent_contains: testgoerli_Bytes - agent_not_contains: testgoerli_Bytes - recovery: testgoerli_Bytes - recovery_not: testgoerli_Bytes - recovery_gt: testgoerli_Bytes - recovery_lt: testgoerli_Bytes - recovery_gte: testgoerli_Bytes - recovery_lte: testgoerli_Bytes - recovery_in: [testgoerli_Bytes!] - recovery_not_in: [testgoerli_Bytes!] - recovery_contains: testgoerli_Bytes - recovery_not_contains: testgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testgoerli_Bytes - callback_not: testgoerli_Bytes - callback_gt: testgoerli_Bytes - callback_lt: testgoerli_Bytes - callback_gte: testgoerli_Bytes - callback_lte: testgoerli_Bytes - callback_in: [testgoerli_Bytes!] - callback_not_in: [testgoerli_Bytes!] - callback_contains: testgoerli_Bytes - callback_not_contains: testgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testgoerli_TransferStatus - status_not: testgoerli_TransferStatus - status_in: [testgoerli_TransferStatus!] - status_not_in: [testgoerli_TransferStatus!] - originMinOut: BigInt - originMinOut_not: BigInt - originMinOut_gt: BigInt - originMinOut_lt: BigInt - originMinOut_gte: BigInt - originMinOut_lte: BigInt - originMinOut_in: [BigInt!] - originMinOut_not_in: [BigInt!] - transactingAsset: testgoerli_Bytes - transactingAsset_not: testgoerli_Bytes - transactingAsset_gt: testgoerli_Bytes - transactingAsset_lt: testgoerli_Bytes - transactingAsset_gte: testgoerli_Bytes - transactingAsset_lte: testgoerli_Bytes - transactingAsset_in: [testgoerli_Bytes!] - transactingAsset_not_in: [testgoerli_Bytes!] - transactingAsset_contains: testgoerli_Bytes - transactingAsset_not_contains: testgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - bridgedAsset: testgoerli_Bytes - bridgedAsset_not: testgoerli_Bytes - bridgedAsset_gt: testgoerli_Bytes - bridgedAsset_lt: testgoerli_Bytes - bridgedAsset_gte: testgoerli_Bytes - bridgedAsset_lte: testgoerli_Bytes - bridgedAsset_in: [testgoerli_Bytes!] - bridgedAsset_not_in: [testgoerli_Bytes!] - bridgedAsset_contains: testgoerli_Bytes - bridgedAsset_not_contains: testgoerli_Bytes - bridgedAmount: BigInt - bridgedAmount_not: BigInt - bridgedAmount_gt: BigInt - bridgedAmount_lt: BigInt - bridgedAmount_gte: BigInt - bridgedAmount_lte: BigInt - bridgedAmount_in: [BigInt!] - bridgedAmount_not_in: [BigInt!] - caller: testgoerli_Bytes - caller_not: testgoerli_Bytes - caller_gt: testgoerli_Bytes - caller_lt: testgoerli_Bytes - caller_gte: testgoerli_Bytes - caller_lte: testgoerli_Bytes - caller_in: [testgoerli_Bytes!] - caller_not_in: [testgoerli_Bytes!] - caller_contains: testgoerli_Bytes - caller_not_contains: testgoerli_Bytes - transactionHash: testgoerli_Bytes - transactionHash_not: testgoerli_Bytes - transactionHash_gt: testgoerli_Bytes - transactionHash_lt: testgoerli_Bytes - transactionHash_gte: testgoerli_Bytes - transactionHash_lte: testgoerli_Bytes - transactionHash_in: [testgoerli_Bytes!] - transactionHash_not_in: [testgoerli_Bytes!] - transactionHash_contains: testgoerli_Bytes - transactionHash_not_contains: testgoerli_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: basegoerli_Bytes + root_not: basegoerli_Bytes + root_gt: basegoerli_Bytes + root_lt: basegoerli_Bytes + root_gte: basegoerli_Bytes + root_lte: basegoerli_Bytes + root_in: [basegoerli_Bytes!] + root_not_in: [basegoerli_Bytes!] + root_contains: basegoerli_Bytes + root_not_contains: basegoerli_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: basegoerli_Bytes + caller_not: basegoerli_Bytes + caller_gt: basegoerli_Bytes + caller_lt: basegoerli_Bytes + caller_gte: basegoerli_Bytes + caller_lte: basegoerli_Bytes + caller_in: [basegoerli_Bytes!] + caller_not_in: [basegoerli_Bytes!] + caller_contains: basegoerli_Bytes + caller_not_contains: basegoerli_Bytes + transactionHash: basegoerli_Bytes + transactionHash_not: basegoerli_Bytes + transactionHash_gt: basegoerli_Bytes + transactionHash_lt: basegoerli_Bytes + transactionHash_gte: basegoerli_Bytes + transactionHash_lte: basegoerli_Bytes + transactionHash_in: [basegoerli_Bytes!] + transactionHash_not_in: [basegoerli_Bytes!] + transactionHash_contains: basegoerli_Bytes + transactionHash_not_contains: basegoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -137012,34 +134411,17 @@ input testgoerli_OriginTransfer_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_OriginTransfer_filter] - or: [testgoerli_OriginTransfer_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_RootMessageSent_filter] + or: [basegoerli_RootMessageSent_filter] } -enum testgoerli_OriginTransfer_orderBy { +enum basegoerli_RootMessageSent_orderBy { id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - originMinOut - transactingAsset - transactingAmount - bridgedAsset - bridgedAmount + spokeDomain + hubDomain + root + count caller transactionHash timestamp @@ -137048,13 +134430,25 @@ enum testgoerli_OriginTransfer_orderBy { blockNumber } -type testgoerli_Relayer { +type basegoerli_Router { id: ID! isActive: Boolean! - relayer: testgoerli_Bytes + owner: basegoerli_Bytes + recipient: basegoerli_Bytes + proposedOwner: basegoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: basegoerli_AssetBalance_orderBy, orderDirection: basegoerli_OrderDirection, where: basegoerli_AssetBalance_filter): [basegoerli_AssetBalance!]! } -input testgoerli_Relayer_filter { +type basegoerli_RouterDailyTVL { + id: ID! + router: basegoerli_Router! + asset: basegoerli_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input basegoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -137063,43 +134457,263 @@ input testgoerli_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: testgoerli_Bytes - relayer_not: testgoerli_Bytes - relayer_gt: testgoerli_Bytes - relayer_lt: testgoerli_Bytes - relayer_gte: testgoerli_Bytes - relayer_lte: testgoerli_Bytes - relayer_in: [testgoerli_Bytes!] - relayer_not_in: [testgoerli_Bytes!] - relayer_contains: testgoerli_Bytes - relayer_not_contains: testgoerli_Bytes + 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_: basegoerli_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_: basegoerli_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: testgoerli_BlockChangedFilter - and: [testgoerli_Relayer_filter] - or: [testgoerli_Relayer_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_RouterDailyTVL_filter] + or: [basegoerli_RouterDailyTVL_filter] } -enum testgoerli_Relayer_orderBy { +enum basegoerli_RouterDailyTVL_orderBy { id - isActive - relayer + router + router__id + router__isActive + router__owner + router__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 testgoerli_Router { +type basegoerli_RouterLiquidityEvent { id: ID! - isActive: Boolean! - owner: testgoerli_Bytes - recipient: testgoerli_Bytes - proposedOwner: testgoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: testgoerli_AssetBalance_orderBy, orderDirection: testgoerli_OrderDirection, where: testgoerli_AssetBalance_filter): [testgoerli_AssetBalance!]! + type: basegoerli_RouterLiquidityEventType + router: basegoerli_Router! + asset: basegoerli_Asset! + amount: BigInt! + balance: BigInt! + caller: basegoerli_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: basegoerli_Bytes! + nonce: BigInt! } -input testgoerli_Router_filter { +enum basegoerli_RouterLiquidityEventType { + Add + Remove +} + +input basegoerli_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: basegoerli_RouterLiquidityEventType + type_not: basegoerli_RouterLiquidityEventType + type_in: [basegoerli_RouterLiquidityEventType!] + type_not_in: [basegoerli_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_: basegoerli_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_: basegoerli_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: basegoerli_Bytes + caller_not: basegoerli_Bytes + caller_gt: basegoerli_Bytes + caller_lt: basegoerli_Bytes + caller_gte: basegoerli_Bytes + caller_lte: basegoerli_Bytes + caller_in: [basegoerli_Bytes!] + caller_not_in: [basegoerli_Bytes!] + caller_contains: basegoerli_Bytes + caller_not_contains: basegoerli_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: basegoerli_Bytes + transactionHash_not: basegoerli_Bytes + transactionHash_gt: basegoerli_Bytes + transactionHash_lt: basegoerli_Bytes + transactionHash_gte: basegoerli_Bytes + transactionHash_lte: basegoerli_Bytes + transactionHash_in: [basegoerli_Bytes!] + transactionHash_not_in: [basegoerli_Bytes!] + transactionHash_contains: basegoerli_Bytes + transactionHash_not_contains: basegoerli_Bytes + 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: basegoerli_BlockChangedFilter + and: [basegoerli_RouterLiquidityEvent_filter] + or: [basegoerli_RouterLiquidityEvent_filter] +} + +enum basegoerli_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 basegoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -137112,36 +134726,36 @@ input testgoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: testgoerli_Bytes - owner_not: testgoerli_Bytes - owner_gt: testgoerli_Bytes - owner_lt: testgoerli_Bytes - owner_gte: testgoerli_Bytes - owner_lte: testgoerli_Bytes - owner_in: [testgoerli_Bytes!] - owner_not_in: [testgoerli_Bytes!] - owner_contains: testgoerli_Bytes - owner_not_contains: testgoerli_Bytes - recipient: testgoerli_Bytes - recipient_not: testgoerli_Bytes - recipient_gt: testgoerli_Bytes - recipient_lt: testgoerli_Bytes - recipient_gte: testgoerli_Bytes - recipient_lte: testgoerli_Bytes - recipient_in: [testgoerli_Bytes!] - recipient_not_in: [testgoerli_Bytes!] - recipient_contains: testgoerli_Bytes - recipient_not_contains: testgoerli_Bytes - proposedOwner: testgoerli_Bytes - proposedOwner_not: testgoerli_Bytes - proposedOwner_gt: testgoerli_Bytes - proposedOwner_lt: testgoerli_Bytes - proposedOwner_gte: testgoerli_Bytes - proposedOwner_lte: testgoerli_Bytes - proposedOwner_in: [testgoerli_Bytes!] - proposedOwner_not_in: [testgoerli_Bytes!] - proposedOwner_contains: testgoerli_Bytes - proposedOwner_not_contains: testgoerli_Bytes + owner: basegoerli_Bytes + owner_not: basegoerli_Bytes + owner_gt: basegoerli_Bytes + owner_lt: basegoerli_Bytes + owner_gte: basegoerli_Bytes + owner_lte: basegoerli_Bytes + owner_in: [basegoerli_Bytes!] + owner_not_in: [basegoerli_Bytes!] + owner_contains: basegoerli_Bytes + owner_not_contains: basegoerli_Bytes + recipient: basegoerli_Bytes + recipient_not: basegoerli_Bytes + recipient_gt: basegoerli_Bytes + recipient_lt: basegoerli_Bytes + recipient_gte: basegoerli_Bytes + recipient_lte: basegoerli_Bytes + recipient_in: [basegoerli_Bytes!] + recipient_not_in: [basegoerli_Bytes!] + recipient_contains: basegoerli_Bytes + recipient_not_contains: basegoerli_Bytes + proposedOwner: basegoerli_Bytes + proposedOwner_not: basegoerli_Bytes + proposedOwner_gt: basegoerli_Bytes + proposedOwner_lt: basegoerli_Bytes + proposedOwner_gte: basegoerli_Bytes + proposedOwner_lte: basegoerli_Bytes + proposedOwner_in: [basegoerli_Bytes!] + proposedOwner_not_in: [basegoerli_Bytes!] + proposedOwner_contains: basegoerli_Bytes + proposedOwner_not_contains: basegoerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -137150,14 +134764,14 @@ input testgoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: testgoerli_AssetBalance_filter + assetBalances_: basegoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_Router_filter] - or: [testgoerli_Router_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_Router_filter] + or: [basegoerli_Router_filter] } -enum testgoerli_Router_orderBy { +enum basegoerli_Router_orderBy { id isActive owner @@ -137167,13 +134781,54 @@ enum testgoerli_Router_orderBy { assetBalances } -type testgoerli_Setting { +type basegoerli_Sequencer { + id: ID! + isActive: Boolean! + sequencer: basegoerli_Bytes +} + +input basegoerli_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: basegoerli_Bytes + sequencer_not: basegoerli_Bytes + sequencer_gt: basegoerli_Bytes + sequencer_lt: basegoerli_Bytes + sequencer_gte: basegoerli_Bytes + sequencer_lte: basegoerli_Bytes + sequencer_in: [basegoerli_Bytes!] + sequencer_not_in: [basegoerli_Bytes!] + sequencer_contains: basegoerli_Bytes + sequencer_not_contains: basegoerli_Bytes + """Filter for the block changed event.""" + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_Sequencer_filter] + or: [basegoerli_Sequencer_filter] +} + +enum basegoerli_Sequencer_orderBy { + id + isActive + sequencer +} + +type basegoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: testgoerli_Bytes! + caller: basegoerli_Bytes! } -input testgoerli_Setting_filter { +input basegoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -137190,34 +134845,41 @@ input testgoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: testgoerli_Bytes - caller_not: testgoerli_Bytes - caller_gt: testgoerli_Bytes - caller_lt: testgoerli_Bytes - caller_gte: testgoerli_Bytes - caller_lte: testgoerli_Bytes - caller_in: [testgoerli_Bytes!] - caller_not_in: [testgoerli_Bytes!] - caller_contains: testgoerli_Bytes - caller_not_contains: testgoerli_Bytes + caller: basegoerli_Bytes + caller_not: basegoerli_Bytes + caller_gt: basegoerli_Bytes + caller_lt: basegoerli_Bytes + caller_gte: basegoerli_Bytes + caller_lte: basegoerli_Bytes + caller_in: [basegoerli_Bytes!] + caller_not_in: [basegoerli_Bytes!] + caller_contains: basegoerli_Bytes + caller_not_contains: basegoerli_Bytes """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_Setting_filter] - or: [testgoerli_Setting_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_Setting_filter] + or: [basegoerli_Setting_filter] } -enum testgoerli_Setting_orderBy { +enum basegoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type testgoerli_SponsorVault { +type basegoerli_SlippageUpdate { id: ID! - sponsorVault: testgoerli_Bytes! + transfer: basegoerli_DestinationTransfer! + slippage: BigInt! + caller: basegoerli_Bytes! + transactionHash: basegoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input testgoerli_SponsorVault_filter { +input basegoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -137226,35 +134888,151 @@ input testgoerli_SponsorVault_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - sponsorVault: testgoerli_Bytes - sponsorVault_not: testgoerli_Bytes - sponsorVault_gt: testgoerli_Bytes - sponsorVault_lt: testgoerli_Bytes - sponsorVault_gte: testgoerli_Bytes - sponsorVault_lte: testgoerli_Bytes - sponsorVault_in: [testgoerli_Bytes!] - sponsorVault_not_in: [testgoerli_Bytes!] - sponsorVault_contains: testgoerli_Bytes - sponsorVault_not_contains: testgoerli_Bytes + 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_: basegoerli_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: basegoerli_Bytes + caller_not: basegoerli_Bytes + caller_gt: basegoerli_Bytes + caller_lt: basegoerli_Bytes + caller_gte: basegoerli_Bytes + caller_lte: basegoerli_Bytes + caller_in: [basegoerli_Bytes!] + caller_not_in: [basegoerli_Bytes!] + caller_contains: basegoerli_Bytes + caller_not_contains: basegoerli_Bytes + transactionHash: basegoerli_Bytes + transactionHash_not: basegoerli_Bytes + transactionHash_gt: basegoerli_Bytes + transactionHash_lt: basegoerli_Bytes + transactionHash_gte: basegoerli_Bytes + transactionHash_lte: basegoerli_Bytes + transactionHash_in: [basegoerli_Bytes!] + transactionHash_not_in: [basegoerli_Bytes!] + transactionHash_contains: basegoerli_Bytes + transactionHash_not_contains: basegoerli_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: testgoerli_BlockChangedFilter - and: [testgoerli_SponsorVault_filter] - or: [testgoerli_SponsorVault_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_SlippageUpdate_filter] + or: [basegoerli_SlippageUpdate_filter] } -enum testgoerli_SponsorVault_orderBy { +enum basegoerli_SlippageUpdate_orderBy { id - sponsorVault + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type testgoerli_StableSwap { +type basegoerli_SnapshotRoot { id: ID! - canonicalId: testgoerli_Bytes! - domain: BigInt - swapPool: testgoerli_Bytes! + spokeDomain: BigInt + root: basegoerli_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! } -input testgoerli_StableSwap_filter { +input basegoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -137263,48 +135041,109 @@ input testgoerli_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - canonicalId: testgoerli_Bytes - canonicalId_not: testgoerli_Bytes - canonicalId_gt: testgoerli_Bytes - canonicalId_lt: testgoerli_Bytes - canonicalId_gte: testgoerli_Bytes - canonicalId_lte: testgoerli_Bytes - canonicalId_in: [testgoerli_Bytes!] - canonicalId_not_in: [testgoerli_Bytes!] - canonicalId_contains: testgoerli_Bytes - canonicalId_not_contains: testgoerli_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: testgoerli_Bytes - swapPool_not: testgoerli_Bytes - swapPool_gt: testgoerli_Bytes - swapPool_lt: testgoerli_Bytes - swapPool_gte: testgoerli_Bytes - swapPool_lte: testgoerli_Bytes - swapPool_in: [testgoerli_Bytes!] - swapPool_not_in: [testgoerli_Bytes!] - swapPool_contains: testgoerli_Bytes - swapPool_not_contains: testgoerli_Bytes + 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: basegoerli_Bytes + root_not: basegoerli_Bytes + root_gt: basegoerli_Bytes + root_lt: basegoerli_Bytes + root_gte: basegoerli_Bytes + root_lte: basegoerli_Bytes + root_in: [basegoerli_Bytes!] + root_not_in: [basegoerli_Bytes!] + root_contains: basegoerli_Bytes + root_not_contains: basegoerli_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: testgoerli_BlockChangedFilter - and: [testgoerli_StableSwap_filter] - or: [testgoerli_StableSwap_filter] + _change_block: basegoerli_BlockChangedFilter + and: [basegoerli_SnapshotRoot_filter] + or: [basegoerli_SnapshotRoot_filter] } -enum testgoerli_StableSwap_orderBy { +enum basegoerli_SnapshotRoot_orderBy { id - canonicalId - domain - swapPool + spokeDomain + root + count + timestamp + blockNumber } -enum testgoerli_TransferStatus { +type basegoerli_SpokeConnectorMode { + id: ID! + mode: String! +} + +input basegoerli_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: basegoerli_BlockChangedFilter + and: [basegoerli_SpokeConnectorMode_filter] + or: [basegoerli_SpokeConnectorMode_filter] +} + +enum basegoerli_SpokeConnectorMode_orderBy { + id + mode +} + +enum basegoerli_TransferStatus { XCalled Executed Reconciled @@ -137312,19 +135151,19 @@ enum testgoerli_TransferStatus { CompletedFast } -type testgoerli__Block_ { +type basegoerli__Block_ { """The hash of the block""" - hash: testgoerli_Bytes + hash: basegoerli_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: testgoerli_Bytes + parentHash: basegoerli_Bytes } """The type for the top-level _meta field""" -type testgoerli__Meta_ { +type basegoerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -137332,22 +135171,22 @@ type testgoerli__Meta_ { and therefore asks for the latest block """ - block: testgoerli__Block_! + block: basegoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingzksync_AggregateRoot { +type optimismgoerli_AggregateRoot { id: ID! - root: stagingzksync_Bytes! + root: optimismgoerli_Bytes! blockNumber: BigInt! } -type stagingzksync_AggregateRootProposed { +type optimismgoerli_AggregateRootProposed { id: ID! - aggregateRoot: stagingzksync_Bytes! + aggregateRoot: optimismgoerli_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -137355,7 +135194,7 @@ type stagingzksync_AggregateRootProposed { blockNumber: BigInt } -input stagingzksync_AggregateRootProposed_filter { +input optimismgoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -137364,16 +135203,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: optimismgoerli_Bytes + aggregateRoot_not: optimismgoerli_Bytes + aggregateRoot_gt: optimismgoerli_Bytes + aggregateRoot_lt: optimismgoerli_Bytes + aggregateRoot_gte: optimismgoerli_Bytes + aggregateRoot_lte: optimismgoerli_Bytes + aggregateRoot_in: [optimismgoerli_Bytes!] + aggregateRoot_not_in: [optimismgoerli_Bytes!] + aggregateRoot_contains: optimismgoerli_Bytes + aggregateRoot_not_contains: optimismgoerli_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -137415,12 +135254,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AggregateRootProposed_filter] + or: [optimismgoerli_AggregateRootProposed_filter] } -enum stagingzksync_AggregateRootProposed_orderBy { +enum optimismgoerli_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -137430,7 +135269,7 @@ enum stagingzksync_AggregateRootProposed_orderBy { blockNumber } -input stagingzksync_AggregateRoot_filter { +input optimismgoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -137439,16 +135278,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: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -137458,47 +135297,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AggregateRoot_filter] + or: [optimismgoerli_AggregateRoot_filter] } -enum stagingzksync_AggregateRoot_orderBy { +enum optimismgoerli_AggregateRoot_orderBy { id root blockNumber } -enum stagingzksync_Aggregation_interval { +enum optimismgoerli_Aggregation_interval { hour day } -type stagingzksync_Asset { +type optimismgoerli_Asset { id: ID! - key: stagingzksync_Bytes + key: optimismgoerli_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingzksync_Bytes + canonicalId: optimismgoerli_Bytes canonicalDomain: BigInt - adoptedAsset: stagingzksync_Bytes - localAsset: stagingzksync_Bytes + adoptedAsset: optimismgoerli_Bytes + localAsset: optimismgoerli_Bytes blockNumber: BigInt - status: stagingzksync_AssetStatus + status: optimismgoerli_AssetStatus } -type stagingzksync_AssetBalance { +type optimismgoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingzksync_Router! - asset: stagingzksync_Asset! + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! feesEarned: BigInt! } -input stagingzksync_AssetBalance_filter { +input optimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -137559,7 +135398,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_: optimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -137580,7 +135419,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_: optimismgoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -137590,12 +135429,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AssetBalance_filter] + or: [optimismgoerli_AssetBalance_filter] } -enum stagingzksync_AssetBalance_orderBy { +enum optimismgoerli_AssetBalance_orderBy { id amount locked @@ -137621,12 +135460,12 @@ enum stagingzksync_AssetBalance_orderBy { feesEarned } -type stagingzksync_AssetStatus { +type optimismgoerli_AssetStatus { id: ID! status: Boolean } -input stagingzksync_AssetStatus_filter { +input optimismgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -137640,17 +135479,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AssetStatus_filter] + or: [optimismgoerli_AssetStatus_filter] } -enum stagingzksync_AssetStatus_orderBy { +enum optimismgoerli_AssetStatus_orderBy { id status } -input stagingzksync_Asset_filter { +input optimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -137659,16 +135498,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: optimismgoerli_Bytes + key_not: optimismgoerli_Bytes + key_gt: optimismgoerli_Bytes + key_lt: optimismgoerli_Bytes + key_gte: optimismgoerli_Bytes + key_lte: optimismgoerli_Bytes + key_in: [optimismgoerli_Bytes!] + key_not_in: [optimismgoerli_Bytes!] + key_contains: optimismgoerli_Bytes + key_not_contains: optimismgoerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -137685,16 +135524,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: optimismgoerli_Bytes + canonicalId_not: optimismgoerli_Bytes + canonicalId_gt: optimismgoerli_Bytes + canonicalId_lt: optimismgoerli_Bytes + canonicalId_gte: optimismgoerli_Bytes + canonicalId_lte: optimismgoerli_Bytes + canonicalId_in: [optimismgoerli_Bytes!] + canonicalId_not_in: [optimismgoerli_Bytes!] + canonicalId_contains: optimismgoerli_Bytes + canonicalId_not_contains: optimismgoerli_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -137703,26 +135542,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: optimismgoerli_Bytes + adoptedAsset_not: optimismgoerli_Bytes + adoptedAsset_gt: optimismgoerli_Bytes + adoptedAsset_lt: optimismgoerli_Bytes + adoptedAsset_gte: optimismgoerli_Bytes + adoptedAsset_lte: optimismgoerli_Bytes + adoptedAsset_in: [optimismgoerli_Bytes!] + adoptedAsset_not_in: [optimismgoerli_Bytes!] + adoptedAsset_contains: optimismgoerli_Bytes + adoptedAsset_not_contains: optimismgoerli_Bytes + localAsset: optimismgoerli_Bytes + localAsset_not: optimismgoerli_Bytes + localAsset_gt: optimismgoerli_Bytes + localAsset_lt: optimismgoerli_Bytes + localAsset_gte: optimismgoerli_Bytes + localAsset_lte: optimismgoerli_Bytes + localAsset_in: [optimismgoerli_Bytes!] + localAsset_not_in: [optimismgoerli_Bytes!] + localAsset_contains: optimismgoerli_Bytes + localAsset_not_contains: optimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -137751,14 +135590,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_: optimismgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Asset_filter] - or: [stagingzksync_Asset_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Asset_filter] + or: [optimismgoerli_Asset_filter] } -enum stagingzksync_Asset_orderBy { +enum optimismgoerli_Asset_orderBy { id key decimal @@ -137773,30 +135612,30 @@ enum stagingzksync_Asset_orderBy { status__status } -scalar stagingzksync_BigDecimal +scalar optimismgoerli_BigDecimal -input stagingzksync_BlockChangedFilter { +input optimismgoerli_BlockChangedFilter { number_gte: Int! } -input stagingzksync_Block_height { - hash: stagingzksync_Bytes +input optimismgoerli_Block_height { + hash: optimismgoerli_Bytes number: Int number_gte: Int } -scalar stagingzksync_Bytes +scalar optimismgoerli_Bytes -type stagingzksync_ConnectorMeta { +type optimismgoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingzksync_Bytes - rootManager: stagingzksync_Bytes - mirrorConnector: stagingzksync_Bytes + amb: optimismgoerli_Bytes + rootManager: optimismgoerli_Bytes + mirrorConnector: optimismgoerli_Bytes } -input stagingzksync_ConnectorMeta_filter { +input optimismgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -137821,43 +135660,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: optimismgoerli_Bytes + amb_not: optimismgoerli_Bytes + amb_gt: optimismgoerli_Bytes + amb_lt: optimismgoerli_Bytes + amb_gte: optimismgoerli_Bytes + amb_lte: optimismgoerli_Bytes + amb_in: [optimismgoerli_Bytes!] + amb_not_in: [optimismgoerli_Bytes!] + amb_contains: optimismgoerli_Bytes + amb_not_contains: optimismgoerli_Bytes + rootManager: optimismgoerli_Bytes + rootManager_not: optimismgoerli_Bytes + rootManager_gt: optimismgoerli_Bytes + rootManager_lt: optimismgoerli_Bytes + rootManager_gte: optimismgoerli_Bytes + rootManager_lte: optimismgoerli_Bytes + rootManager_in: [optimismgoerli_Bytes!] + rootManager_not_in: [optimismgoerli_Bytes!] + rootManager_contains: optimismgoerli_Bytes + rootManager_not_contains: optimismgoerli_Bytes + mirrorConnector: optimismgoerli_Bytes + mirrorConnector_not: optimismgoerli_Bytes + mirrorConnector_gt: optimismgoerli_Bytes + mirrorConnector_lt: optimismgoerli_Bytes + mirrorConnector_gte: optimismgoerli_Bytes + mirrorConnector_lte: optimismgoerli_Bytes + mirrorConnector_in: [optimismgoerli_Bytes!] + mirrorConnector_not_in: [optimismgoerli_Bytes!] + mirrorConnector_contains: optimismgoerli_Bytes + mirrorConnector_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_ConnectorMeta_filter] - or: [stagingzksync_ConnectorMeta_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_ConnectorMeta_filter] + or: [optimismgoerli_ConnectorMeta_filter] } -enum stagingzksync_ConnectorMeta_orderBy { +enum optimismgoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -137866,48 +135705,48 @@ enum stagingzksync_ConnectorMeta_orderBy { mirrorConnector } -type stagingzksync_DestinationTransfer { +type optimismgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingzksync_Bytes + transferId: optimismgoerli_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: optimismgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_Router_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_Router_filter): [optimismgoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingzksync_Bytes - delegate: stagingzksync_Bytes + to: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes receiveLocal: Boolean - callData: stagingzksync_Bytes + callData: optimismgoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingzksync_Bytes + originSender: optimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingzksync_Bytes - asset: stagingzksync_Asset + canonicalId: optimismgoerli_Bytes + asset: optimismgoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingzksync_Bytes - executedTransactionHash: stagingzksync_Bytes + executedCaller: optimismgoerli_Bytes + executedTransactionHash: optimismgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingzksync_Bytes + executedTxOrigin: optimismgoerli_Bytes executedTxNonce: BigInt - reconciledCaller: stagingzksync_Bytes - reconciledTransactionHash: stagingzksync_Bytes + reconciledCaller: optimismgoerli_Bytes + reconciledTransactionHash: optimismgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingzksync_Bytes + reconciledTxOrigin: optimismgoerli_Bytes reconciledTxNonce: BigInt } -input stagingzksync_DestinationTransfer_filter { +input optimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -137924,16 +135763,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: optimismgoerli_Bytes + transferId_not: optimismgoerli_Bytes + transferId_gt: optimismgoerli_Bytes + transferId_lt: optimismgoerli_Bytes + transferId_gte: optimismgoerli_Bytes + transferId_lte: optimismgoerli_Bytes + transferId_in: [optimismgoerli_Bytes!] + transferId_not_in: [optimismgoerli_Bytes!] + transferId_contains: optimismgoerli_Bytes + transferId_not_contains: optimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -137942,17 +135781,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: optimismgoerli_TransferStatus + status_not: optimismgoerli_TransferStatus + status_in: [optimismgoerli_TransferStatus!] + status_not_in: [optimismgoerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingzksync_Router_filter + routers_: optimismgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -137977,40 +135816,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: optimismgoerli_Bytes + to_not: optimismgoerli_Bytes + to_gt: optimismgoerli_Bytes + to_lt: optimismgoerli_Bytes + to_gte: optimismgoerli_Bytes + to_lte: optimismgoerli_Bytes + to_in: [optimismgoerli_Bytes!] + to_not_in: [optimismgoerli_Bytes!] + to_contains: optimismgoerli_Bytes + to_not_contains: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes + delegate_not: optimismgoerli_Bytes + delegate_gt: optimismgoerli_Bytes + delegate_lt: optimismgoerli_Bytes + delegate_gte: optimismgoerli_Bytes + delegate_lte: optimismgoerli_Bytes + delegate_in: [optimismgoerli_Bytes!] + delegate_not_in: [optimismgoerli_Bytes!] + delegate_contains: optimismgoerli_Bytes + delegate_not_contains: optimismgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: optimismgoerli_Bytes + callData_not: optimismgoerli_Bytes + callData_gt: optimismgoerli_Bytes + callData_lt: optimismgoerli_Bytes + callData_gte: optimismgoerli_Bytes + callData_lte: optimismgoerli_Bytes + callData_in: [optimismgoerli_Bytes!] + callData_not_in: [optimismgoerli_Bytes!] + callData_contains: optimismgoerli_Bytes + callData_not_contains: optimismgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -138027,16 +135866,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: optimismgoerli_Bytes + originSender_not: optimismgoerli_Bytes + originSender_gt: optimismgoerli_Bytes + originSender_lt: optimismgoerli_Bytes + originSender_gte: optimismgoerli_Bytes + originSender_lte: optimismgoerli_Bytes + originSender_in: [optimismgoerli_Bytes!] + originSender_not_in: [optimismgoerli_Bytes!] + originSender_contains: optimismgoerli_Bytes + originSender_not_contains: optimismgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -138053,16 +135892,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: optimismgoerli_Bytes + canonicalId_not: optimismgoerli_Bytes + canonicalId_gt: optimismgoerli_Bytes + canonicalId_lt: optimismgoerli_Bytes + canonicalId_gte: optimismgoerli_Bytes + canonicalId_lte: optimismgoerli_Bytes + canonicalId_in: [optimismgoerli_Bytes!] + canonicalId_not_in: [optimismgoerli_Bytes!] + canonicalId_contains: optimismgoerli_Bytes + canonicalId_not_contains: optimismgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -138083,7 +135922,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_: optimismgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -138100,26 +135939,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: optimismgoerli_Bytes + executedCaller_not: optimismgoerli_Bytes + executedCaller_gt: optimismgoerli_Bytes + executedCaller_lt: optimismgoerli_Bytes + executedCaller_gte: optimismgoerli_Bytes + executedCaller_lte: optimismgoerli_Bytes + executedCaller_in: [optimismgoerli_Bytes!] + executedCaller_not_in: [optimismgoerli_Bytes!] + executedCaller_contains: optimismgoerli_Bytes + executedCaller_not_contains: optimismgoerli_Bytes + executedTransactionHash: optimismgoerli_Bytes + executedTransactionHash_not: optimismgoerli_Bytes + executedTransactionHash_gt: optimismgoerli_Bytes + executedTransactionHash_lt: optimismgoerli_Bytes + executedTransactionHash_gte: optimismgoerli_Bytes + executedTransactionHash_lte: optimismgoerli_Bytes + executedTransactionHash_in: [optimismgoerli_Bytes!] + executedTransactionHash_not_in: [optimismgoerli_Bytes!] + executedTransactionHash_contains: optimismgoerli_Bytes + executedTransactionHash_not_contains: optimismgoerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -138152,16 +135991,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: optimismgoerli_Bytes + executedTxOrigin_not: optimismgoerli_Bytes + executedTxOrigin_gt: optimismgoerli_Bytes + executedTxOrigin_lt: optimismgoerli_Bytes + executedTxOrigin_gte: optimismgoerli_Bytes + executedTxOrigin_lte: optimismgoerli_Bytes + executedTxOrigin_in: [optimismgoerli_Bytes!] + executedTxOrigin_not_in: [optimismgoerli_Bytes!] + executedTxOrigin_contains: optimismgoerli_Bytes + executedTxOrigin_not_contains: optimismgoerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -138170,26 +136009,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: optimismgoerli_Bytes + reconciledCaller_not: optimismgoerli_Bytes + reconciledCaller_gt: optimismgoerli_Bytes + reconciledCaller_lt: optimismgoerli_Bytes + reconciledCaller_gte: optimismgoerli_Bytes + reconciledCaller_lte: optimismgoerli_Bytes + reconciledCaller_in: [optimismgoerli_Bytes!] + reconciledCaller_not_in: [optimismgoerli_Bytes!] + reconciledCaller_contains: optimismgoerli_Bytes + reconciledCaller_not_contains: optimismgoerli_Bytes + reconciledTransactionHash: optimismgoerli_Bytes + reconciledTransactionHash_not: optimismgoerli_Bytes + reconciledTransactionHash_gt: optimismgoerli_Bytes + reconciledTransactionHash_lt: optimismgoerli_Bytes + reconciledTransactionHash_gte: optimismgoerli_Bytes + reconciledTransactionHash_lte: optimismgoerli_Bytes + reconciledTransactionHash_in: [optimismgoerli_Bytes!] + reconciledTransactionHash_not_in: [optimismgoerli_Bytes!] + reconciledTransactionHash_contains: optimismgoerli_Bytes + reconciledTransactionHash_not_contains: optimismgoerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -138222,16 +136061,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: optimismgoerli_Bytes + reconciledTxOrigin_not: optimismgoerli_Bytes + reconciledTxOrigin_gt: optimismgoerli_Bytes + reconciledTxOrigin_lt: optimismgoerli_Bytes + reconciledTxOrigin_gte: optimismgoerli_Bytes + reconciledTxOrigin_lte: optimismgoerli_Bytes + reconciledTxOrigin_in: [optimismgoerli_Bytes!] + reconciledTxOrigin_not_in: [optimismgoerli_Bytes!] + reconciledTxOrigin_contains: optimismgoerli_Bytes + reconciledTxOrigin_not_contains: optimismgoerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -138241,12 +136080,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_DestinationTransfer_filter] + or: [optimismgoerli_DestinationTransfer_filter] } -enum stagingzksync_DestinationTransfer_orderBy { +enum optimismgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -138300,16 +136139,16 @@ enum stagingzksync_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingzksync_Int8 +scalar optimismgoerli_Int8 -type stagingzksync_OptimisticRootFinalized { +type optimismgoerli_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingzksync_Bytes! + aggregateRoot: optimismgoerli_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingzksync_OptimisticRootFinalized_filter { +input optimismgoerli_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -138318,16 +136157,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: optimismgoerli_Bytes + aggregateRoot_not: optimismgoerli_Bytes + aggregateRoot_gt: optimismgoerli_Bytes + aggregateRoot_lt: optimismgoerli_Bytes + aggregateRoot_gte: optimismgoerli_Bytes + aggregateRoot_lte: optimismgoerli_Bytes + aggregateRoot_in: [optimismgoerli_Bytes!] + aggregateRoot_not_in: [optimismgoerli_Bytes!] + aggregateRoot_contains: optimismgoerli_Bytes + aggregateRoot_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -138345,12 +136184,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OptimisticRootFinalized_filter] + or: [optimismgoerli_OptimisticRootFinalized_filter] } -enum stagingzksync_OptimisticRootFinalized_orderBy { +enum optimismgoerli_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -138358,25 +136197,25 @@ enum stagingzksync_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingzksync_OrderDirection { +enum optimismgoerli_OrderDirection { asc desc } -type stagingzksync_OriginMessage { +type optimismgoerli_OriginMessage { id: ID! - transferId: stagingzksync_Bytes + transferId: optimismgoerli_Bytes destinationDomain: BigInt - leaf: stagingzksync_Bytes + leaf: optimismgoerli_Bytes index: BigInt - message: stagingzksync_Bytes - root: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes + message: optimismgoerli_Bytes + root: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes blockNumber: BigInt - rootCount: stagingzksync_RootCount + rootCount: optimismgoerli_RootCount } -input stagingzksync_OriginMessage_filter { +input optimismgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -138385,16 +136224,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: optimismgoerli_Bytes + transferId_not: optimismgoerli_Bytes + transferId_gt: optimismgoerli_Bytes + transferId_lt: optimismgoerli_Bytes + transferId_gte: optimismgoerli_Bytes + transferId_lte: optimismgoerli_Bytes + transferId_in: [optimismgoerli_Bytes!] + transferId_not_in: [optimismgoerli_Bytes!] + transferId_contains: optimismgoerli_Bytes + transferId_not_contains: optimismgoerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -138403,16 +136242,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: optimismgoerli_Bytes + leaf_not: optimismgoerli_Bytes + leaf_gt: optimismgoerli_Bytes + leaf_lt: optimismgoerli_Bytes + leaf_gte: optimismgoerli_Bytes + leaf_lte: optimismgoerli_Bytes + leaf_in: [optimismgoerli_Bytes!] + leaf_not_in: [optimismgoerli_Bytes!] + leaf_contains: optimismgoerli_Bytes + leaf_not_contains: optimismgoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -138421,36 +136260,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: optimismgoerli_Bytes + message_not: optimismgoerli_Bytes + message_gt: optimismgoerli_Bytes + message_lt: optimismgoerli_Bytes + message_gte: optimismgoerli_Bytes + message_lte: optimismgoerli_Bytes + message_in: [optimismgoerli_Bytes!] + message_not_in: [optimismgoerli_Bytes!] + message_contains: optimismgoerli_Bytes + message_not_contains: optimismgoerli_Bytes + root: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -138479,14 +136318,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_: optimismgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_OriginMessage_filter] - or: [stagingzksync_OriginMessage_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OriginMessage_filter] + or: [optimismgoerli_OriginMessage_filter] } -enum stagingzksync_OriginMessage_orderBy { +enum optimismgoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -138501,42 +136340,42 @@ enum stagingzksync_OriginMessage_orderBy { rootCount__count } -type stagingzksync_OriginTransfer { +type optimismgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingzksync_Bytes + transferId: optimismgoerli_Bytes nonce: BigInt - status: stagingzksync_TransferStatus - messageHash: stagingzksync_Bytes + status: optimismgoerli_TransferStatus + messageHash: optimismgoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingzksync_Bytes - delegate: stagingzksync_Bytes + to: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes receiveLocal: Boolean - callData: stagingzksync_Bytes + callData: optimismgoerli_Bytes slippage: BigInt - originSender: stagingzksync_Bytes + originSender: optimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingzksync_Bytes - asset: stagingzksync_Asset - transactingAsset: stagingzksync_Bytes - message: stagingzksync_OriginMessage + canonicalId: optimismgoerli_Bytes + asset: optimismgoerli_Asset + transactingAsset: optimismgoerli_Bytes + message: optimismgoerli_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: optimismgoerli_RelayerFee_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_RelayerFee_filter): [optimismgoerli_RelayerFee!] + initialRelayerFeeAsset: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingzksync_Bytes + txOrigin: optimismgoerli_Bytes txNonce: BigInt } -input stagingzksync_OriginTransfer_filter { +input optimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -138553,16 +136392,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: optimismgoerli_Bytes + transferId_not: optimismgoerli_Bytes + transferId_gt: optimismgoerli_Bytes + transferId_lt: optimismgoerli_Bytes + transferId_gte: optimismgoerli_Bytes + transferId_lte: optimismgoerli_Bytes + transferId_in: [optimismgoerli_Bytes!] + transferId_not_in: [optimismgoerli_Bytes!] + transferId_contains: optimismgoerli_Bytes + transferId_not_contains: optimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -138571,20 +136410,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: optimismgoerli_TransferStatus + status_not: optimismgoerli_TransferStatus + status_in: [optimismgoerli_TransferStatus!] + status_not_in: [optimismgoerli_TransferStatus!] + messageHash: optimismgoerli_Bytes + messageHash_not: optimismgoerli_Bytes + messageHash_gt: optimismgoerli_Bytes + messageHash_lt: optimismgoerli_Bytes + messageHash_gte: optimismgoerli_Bytes + messageHash_lte: optimismgoerli_Bytes + messageHash_in: [optimismgoerli_Bytes!] + messageHash_not_in: [optimismgoerli_Bytes!] + messageHash_contains: optimismgoerli_Bytes + messageHash_not_contains: optimismgoerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -138609,40 +136448,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: optimismgoerli_Bytes + to_not: optimismgoerli_Bytes + to_gt: optimismgoerli_Bytes + to_lt: optimismgoerli_Bytes + to_gte: optimismgoerli_Bytes + to_lte: optimismgoerli_Bytes + to_in: [optimismgoerli_Bytes!] + to_not_in: [optimismgoerli_Bytes!] + to_contains: optimismgoerli_Bytes + to_not_contains: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes + delegate_not: optimismgoerli_Bytes + delegate_gt: optimismgoerli_Bytes + delegate_lt: optimismgoerli_Bytes + delegate_gte: optimismgoerli_Bytes + delegate_lte: optimismgoerli_Bytes + delegate_in: [optimismgoerli_Bytes!] + delegate_not_in: [optimismgoerli_Bytes!] + delegate_contains: optimismgoerli_Bytes + delegate_not_contains: optimismgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: optimismgoerli_Bytes + callData_not: optimismgoerli_Bytes + callData_gt: optimismgoerli_Bytes + callData_lt: optimismgoerli_Bytes + callData_gte: optimismgoerli_Bytes + callData_lte: optimismgoerli_Bytes + callData_in: [optimismgoerli_Bytes!] + callData_not_in: [optimismgoerli_Bytes!] + callData_contains: optimismgoerli_Bytes + callData_not_contains: optimismgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -138651,16 +136490,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: optimismgoerli_Bytes + originSender_not: optimismgoerli_Bytes + originSender_gt: optimismgoerli_Bytes + originSender_lt: optimismgoerli_Bytes + originSender_gte: optimismgoerli_Bytes + originSender_lte: optimismgoerli_Bytes + originSender_in: [optimismgoerli_Bytes!] + originSender_not_in: [optimismgoerli_Bytes!] + originSender_contains: optimismgoerli_Bytes + originSender_not_contains: optimismgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -138677,16 +136516,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: optimismgoerli_Bytes + canonicalId_not: optimismgoerli_Bytes + canonicalId_gt: optimismgoerli_Bytes + canonicalId_lt: optimismgoerli_Bytes + canonicalId_gte: optimismgoerli_Bytes + canonicalId_lte: optimismgoerli_Bytes + canonicalId_in: [optimismgoerli_Bytes!] + canonicalId_not_in: [optimismgoerli_Bytes!] + canonicalId_contains: optimismgoerli_Bytes + canonicalId_not_contains: optimismgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -138707,17 +136546,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_: optimismgoerli_Asset_filter + transactingAsset: optimismgoerli_Bytes + transactingAsset_not: optimismgoerli_Bytes + transactingAsset_gt: optimismgoerli_Bytes + transactingAsset_lt: optimismgoerli_Bytes + transactingAsset_gte: optimismgoerli_Bytes + transactingAsset_lte: optimismgoerli_Bytes + transactingAsset_in: [optimismgoerli_Bytes!] + transactingAsset_not_in: [optimismgoerli_Bytes!] + transactingAsset_contains: optimismgoerli_Bytes + transactingAsset_not_contains: optimismgoerli_Bytes message: String message_not: String message_gt: String @@ -138738,7 +136577,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_: optimismgoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -138753,37 +136592,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_: optimismgoerli_RelayerFee_filter + initialRelayerFeeAsset: optimismgoerli_Bytes + initialRelayerFeeAsset_not: optimismgoerli_Bytes + initialRelayerFeeAsset_gt: optimismgoerli_Bytes + initialRelayerFeeAsset_lt: optimismgoerli_Bytes + initialRelayerFeeAsset_gte: optimismgoerli_Bytes + initialRelayerFeeAsset_lte: optimismgoerli_Bytes + initialRelayerFeeAsset_in: [optimismgoerli_Bytes!] + initialRelayerFeeAsset_not_in: [optimismgoerli_Bytes!] + initialRelayerFeeAsset_contains: optimismgoerli_Bytes + initialRelayerFeeAsset_not_contains: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -138816,16 +136655,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: optimismgoerli_Bytes + txOrigin_not: optimismgoerli_Bytes + txOrigin_gt: optimismgoerli_Bytes + txOrigin_lt: optimismgoerli_Bytes + txOrigin_gte: optimismgoerli_Bytes + txOrigin_lte: optimismgoerli_Bytes + txOrigin_in: [optimismgoerli_Bytes!] + txOrigin_not_in: [optimismgoerli_Bytes!] + txOrigin_contains: optimismgoerli_Bytes + txOrigin_not_contains: optimismgoerli_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -138835,12 +136674,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OriginTransfer_filter] + or: [optimismgoerli_OriginTransfer_filter] } -enum stagingzksync_OriginTransfer_orderBy { +enum optimismgoerli_OriginTransfer_orderBy { id chainId transferId @@ -138893,20 +136732,20 @@ enum stagingzksync_OriginTransfer_orderBy { txNonce } -type stagingzksync_Relayer { +type optimismgoerli_Relayer { id: ID! isActive: Boolean! - relayer: stagingzksync_Bytes + relayer: optimismgoerli_Bytes } -type stagingzksync_RelayerFee { +type optimismgoerli_RelayerFee { id: ID! - transfer: stagingzksync_OriginTransfer! + transfer: optimismgoerli_OriginTransfer! fee: BigInt! - asset: stagingzksync_Bytes! + asset: optimismgoerli_Bytes! } -input stagingzksync_RelayerFee_filter { +input optimismgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -138935,7 +136774,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_: optimismgoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -138944,23 +136783,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: optimismgoerli_Bytes + asset_not: optimismgoerli_Bytes + asset_gt: optimismgoerli_Bytes + asset_lt: optimismgoerli_Bytes + asset_gte: optimismgoerli_Bytes + asset_lte: optimismgoerli_Bytes + asset_in: [optimismgoerli_Bytes!] + asset_not_in: [optimismgoerli_Bytes!] + asset_contains: optimismgoerli_Bytes + asset_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_RelayerFee_filter] - or: [stagingzksync_RelayerFee_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RelayerFee_filter] + or: [optimismgoerli_RelayerFee_filter] } -enum stagingzksync_RelayerFee_orderBy { +enum optimismgoerli_RelayerFee_orderBy { id transfer transfer__id @@ -138996,20 +136835,20 @@ enum stagingzksync_RelayerFee_orderBy { asset } -type stagingzksync_RelayerFeesIncrease { +type optimismgoerli_RelayerFeesIncrease { id: ID! - transfer: stagingzksync_OriginTransfer! + transfer: optimismgoerli_OriginTransfer! increase: BigInt - asset: stagingzksync_Bytes - caller: stagingzksync_Bytes! - transactionHash: stagingzksync_Bytes! + asset: optimismgoerli_Bytes + caller: optimismgoerli_Bytes! + transactionHash: optimismgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingzksync_RelayerFeesIncrease_filter { +input optimismgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -139038,7 +136877,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_: optimismgoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -139047,36 +136886,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: optimismgoerli_Bytes + asset_not: optimismgoerli_Bytes + asset_gt: optimismgoerli_Bytes + asset_lt: optimismgoerli_Bytes + asset_gte: optimismgoerli_Bytes + asset_lte: optimismgoerli_Bytes + asset_in: [optimismgoerli_Bytes!] + asset_not_in: [optimismgoerli_Bytes!] + asset_contains: optimismgoerli_Bytes + asset_not_contains: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -139110,12 +136949,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RelayerFeesIncrease_filter] + or: [optimismgoerli_RelayerFeesIncrease_filter] } -enum stagingzksync_RelayerFeesIncrease_orderBy { +enum optimismgoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -139157,7 +136996,7 @@ enum stagingzksync_RelayerFeesIncrease_orderBy { blockNumber } -input stagingzksync_Relayer_filter { +input optimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -139170,34 +137009,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: optimismgoerli_Bytes + relayer_not: optimismgoerli_Bytes + relayer_gt: optimismgoerli_Bytes + relayer_lt: optimismgoerli_Bytes + relayer_gte: optimismgoerli_Bytes + relayer_lte: optimismgoerli_Bytes + relayer_in: [optimismgoerli_Bytes!] + relayer_not_in: [optimismgoerli_Bytes!] + relayer_contains: optimismgoerli_Bytes + relayer_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Relayer_filter] - or: [stagingzksync_Relayer_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Relayer_filter] + or: [optimismgoerli_Relayer_filter] } -enum stagingzksync_Relayer_orderBy { +enum optimismgoerli_Relayer_orderBy { id isActive relayer } -type stagingzksync_RootCount { +type optimismgoerli_RootCount { id: ID! count: BigInt } -input stagingzksync_RootCount_filter { +input optimismgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -139215,31 +137054,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RootCount_filter] + or: [optimismgoerli_RootCount_filter] } -enum stagingzksync_RootCount_orderBy { +enum optimismgoerli_RootCount_orderBy { id count } -type stagingzksync_RootMessageSent { +type optimismgoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingzksync_Bytes + root: optimismgoerli_Bytes count: BigInt - caller: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes + caller: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingzksync_RootMessageSent_filter { +input optimismgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -139264,16 +137103,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: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -139282,26 +137121,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: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -139335,12 +137174,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RootMessageSent_filter] + or: [optimismgoerli_RootMessageSent_filter] } -enum stagingzksync_RootMessageSent_orderBy { +enum optimismgoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -139354,25 +137193,25 @@ enum stagingzksync_RootMessageSent_orderBy { blockNumber } -type stagingzksync_Router { +type optimismgoerli_Router { id: ID! isActive: Boolean! - owner: stagingzksync_Bytes - recipient: stagingzksync_Bytes - proposedOwner: stagingzksync_Bytes + owner: optimismgoerli_Bytes + recipient: optimismgoerli_Bytes + proposedOwner: optimismgoerli_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: optimismgoerli_AssetBalance_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_AssetBalance_filter): [optimismgoerli_AssetBalance!]! } -type stagingzksync_RouterDailyTVL { +type optimismgoerli_RouterDailyTVL { id: ID! - router: stagingzksync_Router! - asset: stagingzksync_Asset! + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! timestamp: BigInt! balance: BigInt! } -input stagingzksync_RouterDailyTVL_filter { +input optimismgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -139401,7 +137240,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_: optimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -139422,7 +137261,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_: optimismgoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -139440,12 +137279,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RouterDailyTVL_filter] + or: [optimismgoerli_RouterDailyTVL_filter] } -enum stagingzksync_RouterDailyTVL_orderBy { +enum optimismgoerli_RouterDailyTVL_orderBy { id router router__id @@ -139468,26 +137307,26 @@ enum stagingzksync_RouterDailyTVL_orderBy { balance } -type stagingzksync_RouterLiquidityEvent { +type optimismgoerli_RouterLiquidityEvent { id: ID! - type: stagingzksync_RouterLiquidityEventType - router: stagingzksync_Router! - asset: stagingzksync_Asset! + type: optimismgoerli_RouterLiquidityEventType + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! amount: BigInt! balance: BigInt! - caller: stagingzksync_Bytes + caller: optimismgoerli_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingzksync_Bytes! + transactionHash: optimismgoerli_Bytes! nonce: BigInt! } -enum stagingzksync_RouterLiquidityEventType { +enum optimismgoerli_RouterLiquidityEventType { Add Remove } -input stagingzksync_RouterLiquidityEvent_filter { +input optimismgoerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -139496,10 +137335,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: optimismgoerli_RouterLiquidityEventType + type_not: optimismgoerli_RouterLiquidityEventType + type_in: [optimismgoerli_RouterLiquidityEventType!] + type_not_in: [optimismgoerli_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -139520,7 +137359,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_: optimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -139541,7 +137380,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_: optimismgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -139558,16 +137397,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: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -139584,16 +137423,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: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -139603,12 +137442,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RouterLiquidityEvent_filter] + or: [optimismgoerli_RouterLiquidityEvent_filter] } -enum stagingzksync_RouterLiquidityEvent_orderBy { +enum optimismgoerli_RouterLiquidityEvent_orderBy { id type router @@ -139637,7 +137476,7 @@ enum stagingzksync_RouterLiquidityEvent_orderBy { nonce } -input stagingzksync_Router_filter { +input optimismgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -139650,36 +137489,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: optimismgoerli_Bytes + owner_not: optimismgoerli_Bytes + owner_gt: optimismgoerli_Bytes + owner_lt: optimismgoerli_Bytes + owner_gte: optimismgoerli_Bytes + owner_lte: optimismgoerli_Bytes + owner_in: [optimismgoerli_Bytes!] + owner_not_in: [optimismgoerli_Bytes!] + owner_contains: optimismgoerli_Bytes + owner_not_contains: optimismgoerli_Bytes + recipient: optimismgoerli_Bytes + recipient_not: optimismgoerli_Bytes + recipient_gt: optimismgoerli_Bytes + recipient_lt: optimismgoerli_Bytes + recipient_gte: optimismgoerli_Bytes + recipient_lte: optimismgoerli_Bytes + recipient_in: [optimismgoerli_Bytes!] + recipient_not_in: [optimismgoerli_Bytes!] + recipient_contains: optimismgoerli_Bytes + recipient_not_contains: optimismgoerli_Bytes + proposedOwner: optimismgoerli_Bytes + proposedOwner_not: optimismgoerli_Bytes + proposedOwner_gt: optimismgoerli_Bytes + proposedOwner_lt: optimismgoerli_Bytes + proposedOwner_gte: optimismgoerli_Bytes + proposedOwner_lte: optimismgoerli_Bytes + proposedOwner_in: [optimismgoerli_Bytes!] + proposedOwner_not_in: [optimismgoerli_Bytes!] + proposedOwner_contains: optimismgoerli_Bytes + proposedOwner_not_contains: optimismgoerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -139688,14 +137527,14 @@ input stagingzksync_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingzksync_AssetBalance_filter + assetBalances_: optimismgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Router_filter] - or: [stagingzksync_Router_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Router_filter] + or: [optimismgoerli_Router_filter] } -enum stagingzksync_Router_orderBy { +enum optimismgoerli_Router_orderBy { id isActive owner @@ -139705,13 +137544,13 @@ enum stagingzksync_Router_orderBy { assetBalances } -type stagingzksync_Sequencer { +type optimismgoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingzksync_Bytes + sequencer: optimismgoerli_Bytes } -input stagingzksync_Sequencer_filter { +input optimismgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -139724,35 +137563,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: optimismgoerli_Bytes + sequencer_not: optimismgoerli_Bytes + sequencer_gt: optimismgoerli_Bytes + sequencer_lt: optimismgoerli_Bytes + sequencer_gte: optimismgoerli_Bytes + sequencer_lte: optimismgoerli_Bytes + sequencer_in: [optimismgoerli_Bytes!] + sequencer_not_in: [optimismgoerli_Bytes!] + sequencer_contains: optimismgoerli_Bytes + sequencer_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Sequencer_filter] - or: [stagingzksync_Sequencer_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Sequencer_filter] + or: [optimismgoerli_Sequencer_filter] } -enum stagingzksync_Sequencer_orderBy { +enum optimismgoerli_Sequencer_orderBy { id isActive sequencer } -type stagingzksync_Setting { +type optimismgoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingzksync_Bytes! + caller: optimismgoerli_Bytes! } -input stagingzksync_Setting_filter { +input optimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -139769,41 +137608,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: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Setting_filter] - or: [stagingzksync_Setting_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Setting_filter] + or: [optimismgoerli_Setting_filter] } -enum stagingzksync_Setting_orderBy { +enum optimismgoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingzksync_SlippageUpdate { +type optimismgoerli_SlippageUpdate { id: ID! - transfer: stagingzksync_DestinationTransfer! + transfer: optimismgoerli_DestinationTransfer! slippage: BigInt! - caller: stagingzksync_Bytes! - transactionHash: stagingzksync_Bytes! + caller: optimismgoerli_Bytes! + transactionHash: optimismgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingzksync_SlippageUpdate_filter { +input optimismgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -139832,7 +137671,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_: optimismgoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -139841,26 +137680,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: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -139894,12 +137733,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_SlippageUpdate_filter] + or: [optimismgoerli_SlippageUpdate_filter] } -enum stagingzksync_SlippageUpdate_orderBy { +enum optimismgoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -139947,16 +137786,16 @@ enum stagingzksync_SlippageUpdate_orderBy { blockNumber } -type stagingzksync_SnapshotRoot { +type optimismgoerli_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingzksync_Bytes! + root: optimismgoerli_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingzksync_SnapshotRoot_filter { +input optimismgoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -139973,16 +137812,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: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -140008,12 +137847,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_SnapshotRoot_filter] + or: [optimismgoerli_SnapshotRoot_filter] } -enum stagingzksync_SnapshotRoot_orderBy { +enum optimismgoerli_SnapshotRoot_orderBy { id spokeDomain root @@ -140022,12 +137861,12 @@ enum stagingzksync_SnapshotRoot_orderBy { blockNumber } -type stagingzksync_SpokeConnectorMode { +type optimismgoerli_SpokeConnectorMode { id: ID! mode: String! } -input stagingzksync_SpokeConnectorMode_filter { +input optimismgoerli_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -140057,17 +137896,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: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_SpokeConnectorMode_filter] + or: [optimismgoerli_SpokeConnectorMode_filter] } -enum stagingzksync_SpokeConnectorMode_orderBy { +enum optimismgoerli_SpokeConnectorMode_orderBy { id mode } -enum stagingzksync_TransferStatus { +enum optimismgoerli_TransferStatus { XCalled Executed Reconciled @@ -140075,19 +137914,19 @@ enum stagingzksync_TransferStatus { CompletedFast } -type stagingzksync__Block_ { +type optimismgoerli__Block_ { """The hash of the block""" - hash: stagingzksync_Bytes + hash: optimismgoerli_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: optimismgoerli_Bytes } """The type for the top-level _meta field""" -type stagingzksync__Meta_ { +type optimismgoerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -140095,22 +137934,22 @@ type stagingzksync__Meta_ { and therefore asks for the latest block """ - block: stagingzksync__Block_! + block: optimismgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type base_AggregateRoot { +type mainnet_AggregateRoot { id: ID! - root: base_Bytes! + root: mainnet_Bytes! blockNumber: BigInt! } -type base_AggregateRootProposed { +type mainnet_AggregateRootProposed { id: ID! - aggregateRoot: base_Bytes! + aggregateRoot: mainnet_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -140118,7 +137957,7 @@ type base_AggregateRootProposed { blockNumber: BigInt } -input base_AggregateRootProposed_filter { +input mainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -140127,16 +137966,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: 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 @@ -140178,12 +138017,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: mainnet_BlockChangedFilter + and: [mainnet_AggregateRootProposed_filter] + or: [mainnet_AggregateRootProposed_filter] } -enum base_AggregateRootProposed_orderBy { +enum mainnet_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -140193,7 +138032,7 @@ enum base_AggregateRootProposed_orderBy { blockNumber } -input base_AggregateRoot_filter { +input mainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -140202,16 +138041,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: 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 @@ -140221,42 +138060,47 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_AggregateRoot_filter] + or: [mainnet_AggregateRoot_filter] } -enum base_AggregateRoot_orderBy { +enum mainnet_AggregateRoot_orderBy { id root blockNumber } -type base_Asset { +enum mainnet_Aggregation_interval { + hour + day +} + +type mainnet_Asset { id: ID! - key: base_Bytes + key: mainnet_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: base_Bytes + canonicalId: mainnet_Bytes canonicalDomain: BigInt - adoptedAsset: base_Bytes - localAsset: base_Bytes + adoptedAsset: mainnet_Bytes + localAsset: mainnet_Bytes blockNumber: BigInt - status: base_AssetStatus + status: mainnet_AssetStatus } -type base_AssetBalance { +type mainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: base_Router! - asset: base_Asset! + router: mainnet_Router! + asset: mainnet_Asset! feesEarned: BigInt! } -input base_AssetBalance_filter { +input mainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -140317,7 +138161,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_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -140338,7 +138182,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_: mainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -140348,12 +138192,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: mainnet_BlockChangedFilter + and: [mainnet_AssetBalance_filter] + or: [mainnet_AssetBalance_filter] } -enum base_AssetBalance_orderBy { +enum mainnet_AssetBalance_orderBy { id amount locked @@ -140379,12 +138223,12 @@ enum base_AssetBalance_orderBy { feesEarned } -type base_AssetStatus { +type mainnet_AssetStatus { id: ID! status: Boolean } -input base_AssetStatus_filter { +input mainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -140398,17 +138242,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: mainnet_BlockChangedFilter + and: [mainnet_AssetStatus_filter] + or: [mainnet_AssetStatus_filter] } -enum base_AssetStatus_orderBy { +enum mainnet_AssetStatus_orderBy { id status } -input base_Asset_filter { +input mainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -140417,16 +138261,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: 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 @@ -140443,16 +138287,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: 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 @@ -140461,26 +138305,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: 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 @@ -140509,14 +138353,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_: mainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Asset_filter] - or: [base_Asset_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Asset_filter] + or: [mainnet_Asset_filter] } -enum base_Asset_orderBy { +enum mainnet_Asset_orderBy { id key decimal @@ -140531,30 +138375,16 @@ enum base_Asset_orderBy { status__status } -scalar base_BigDecimal - -input base_BlockChangedFilter { - number_gte: Int! -} - -input base_Block_height { - hash: base_Bytes - number: Int - number_gte: Int -} - -scalar base_Bytes - -type base_ConnectorMeta { +type mainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: base_Bytes - rootManager: base_Bytes - mirrorConnector: base_Bytes + amb: mainnet_Bytes + rootManager: mainnet_Bytes + mirrorConnector: mainnet_Bytes } -input base_ConnectorMeta_filter { +input mainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -140579,43 +138409,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: 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: base_BlockChangedFilter - and: [base_ConnectorMeta_filter] - or: [base_ConnectorMeta_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ConnectorMeta_filter] + or: [mainnet_ConnectorMeta_filter] } -enum base_ConnectorMeta_orderBy { +enum mainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -140624,48 +138454,48 @@ enum base_ConnectorMeta_orderBy { mirrorConnector } -type base_DestinationTransfer { +type mainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: base_Bytes + transferId: mainnet_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: 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: base_Bytes - delegate: base_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: base_Bytes + callData: mainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: base_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: base_Bytes - asset: base_Asset + canonicalId: mainnet_Bytes + asset: mainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: base_Bytes - executedTransactionHash: base_Bytes + executedCaller: mainnet_Bytes + executedTransactionHash: mainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: base_Bytes + executedTxOrigin: mainnet_Bytes executedTxNonce: BigInt - reconciledCaller: base_Bytes - reconciledTransactionHash: base_Bytes + reconciledCaller: mainnet_Bytes + reconciledTransactionHash: mainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: base_Bytes + reconciledTxOrigin: mainnet_Bytes reconciledTxNonce: BigInt } -input base_DestinationTransfer_filter { +input mainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -140682,16 +138512,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: 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 @@ -140700,17 +138530,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: 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_: base_Router_filter + routers_: mainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -140735,40 +138565,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: 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: 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: 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 @@ -140785,16 +138615,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: 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 @@ -140811,16 +138641,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: 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 @@ -140841,7 +138671,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_: mainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -140858,26 +138688,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: 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 @@ -140910,16 +138740,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: 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 @@ -140928,26 +138758,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: 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 @@ -140980,16 +138810,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: 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 @@ -140999,12 +138829,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: mainnet_BlockChangedFilter + and: [mainnet_DestinationTransfer_filter] + or: [mainnet_DestinationTransfer_filter] } -enum base_DestinationTransfer_orderBy { +enum mainnet_DestinationTransfer_orderBy { id chainId transferId @@ -141054,20 +138884,14 @@ enum base_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar base_Int8 - -type base_OptimisticRootFinalized { +type mainnet_OptimisticRootFinalized { id: ID! - aggregateRoot: base_Bytes! + aggregateRoot: mainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input base_OptimisticRootFinalized_filter { +input mainnet_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -141076,16 +138900,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: 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 @@ -141103,38 +138927,32 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootFinalized_filter] + or: [mainnet_OptimisticRootFinalized_filter] } -enum base_OptimisticRootFinalized_orderBy { +enum mainnet_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum base_OrderDirection { - asc - desc -} - -type base_OriginMessage { +type mainnet_OriginMessage { id: ID! - transferId: base_Bytes + transferId: mainnet_Bytes destinationDomain: BigInt - leaf: base_Bytes + leaf: mainnet_Bytes index: BigInt - message: base_Bytes - root: base_Bytes - transactionHash: base_Bytes + message: mainnet_Bytes + root: mainnet_Bytes + transactionHash: mainnet_Bytes blockNumber: BigInt - rootCount: base_RootCount + rootCount: mainnet_RootCount } -input base_OriginMessage_filter { +input mainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -141143,16 +138961,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: 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 @@ -141161,16 +138979,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: 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 @@ -141179,36 +138997,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: 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 @@ -141237,14 +139055,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_: mainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_OriginMessage_filter] - or: [base_OriginMessage_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginMessage_filter] + or: [mainnet_OriginMessage_filter] } -enum base_OriginMessage_orderBy { +enum mainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -141259,42 +139077,42 @@ enum base_OriginMessage_orderBy { rootCount__count } -type base_OriginTransfer { +type mainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: base_Bytes + transferId: mainnet_Bytes nonce: BigInt - status: base_TransferStatus - messageHash: base_Bytes + status: mainnet_TransferStatus + messageHash: mainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: base_Bytes - delegate: base_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: base_Bytes + callData: mainnet_Bytes slippage: BigInt - originSender: base_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: base_Bytes - asset: base_Asset - transactingAsset: base_Bytes - message: base_OriginMessage + canonicalId: mainnet_Bytes + asset: mainnet_Asset + transactingAsset: mainnet_Bytes + message: mainnet_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: 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: base_Bytes + txOrigin: mainnet_Bytes txNonce: BigInt } -input base_OriginTransfer_filter { +input mainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -141311,16 +139129,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: 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 @@ -141329,20 +139147,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: 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 @@ -141367,40 +139185,40 @@ input base_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: base_Bytes - to_not: base_Bytes - to_gt: base_Bytes - to_lt: base_Bytes - to_gte: base_Bytes - to_lte: base_Bytes - to_in: [base_Bytes!] - to_not_in: [base_Bytes!] - to_contains: base_Bytes - to_not_contains: base_Bytes - delegate: base_Bytes - delegate_not: base_Bytes - delegate_gt: base_Bytes - delegate_lt: base_Bytes - delegate_gte: base_Bytes - delegate_lte: base_Bytes - delegate_in: [base_Bytes!] - delegate_not_in: [base_Bytes!] - delegate_contains: base_Bytes - delegate_not_contains: base_Bytes + to: 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: 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: 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 @@ -141409,16 +139227,16 @@ input base_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: base_Bytes - originSender_not: base_Bytes - originSender_gt: base_Bytes - originSender_lt: base_Bytes - originSender_gte: base_Bytes - originSender_lte: base_Bytes - originSender_in: [base_Bytes!] - originSender_not_in: [base_Bytes!] - originSender_contains: base_Bytes - originSender_not_contains: base_Bytes + originSender: 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 @@ -141435,16 +139253,16 @@ input base_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: base_Bytes - canonicalId_not: base_Bytes - canonicalId_gt: base_Bytes - canonicalId_lt: base_Bytes - canonicalId_gte: base_Bytes - canonicalId_lte: base_Bytes - canonicalId_in: [base_Bytes!] - canonicalId_not_in: [base_Bytes!] - canonicalId_contains: base_Bytes - canonicalId_not_contains: base_Bytes + canonicalId: 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 @@ -141465,17 +139283,17 @@ input base_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: base_Asset_filter - transactingAsset: base_Bytes - transactingAsset_not: base_Bytes - transactingAsset_gt: base_Bytes - transactingAsset_lt: base_Bytes - transactingAsset_gte: base_Bytes - transactingAsset_lte: base_Bytes - transactingAsset_in: [base_Bytes!] - transactingAsset_not_in: [base_Bytes!] - transactingAsset_contains: base_Bytes - transactingAsset_not_contains: base_Bytes + asset_: 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 @@ -141496,7 +139314,7 @@ input base_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: base_OriginMessage_filter + message_: mainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -141511,37 +139329,37 @@ input base_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: base_RelayerFee_filter - initialRelayerFeeAsset: base_Bytes - initialRelayerFeeAsset_not: base_Bytes - initialRelayerFeeAsset_gt: base_Bytes - initialRelayerFeeAsset_lt: base_Bytes - initialRelayerFeeAsset_gte: base_Bytes - initialRelayerFeeAsset_lte: base_Bytes - initialRelayerFeeAsset_in: [base_Bytes!] - initialRelayerFeeAsset_not_in: [base_Bytes!] - initialRelayerFeeAsset_contains: base_Bytes - initialRelayerFeeAsset_not_contains: base_Bytes - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + relayerFees_: 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 @@ -141574,16 +139392,16 @@ input base_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: base_Bytes - txOrigin_not: base_Bytes - txOrigin_gt: base_Bytes - txOrigin_lt: base_Bytes - txOrigin_gte: base_Bytes - txOrigin_lte: base_Bytes - txOrigin_in: [base_Bytes!] - txOrigin_not_in: [base_Bytes!] - txOrigin_contains: base_Bytes - txOrigin_not_contains: base_Bytes + txOrigin: 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 @@ -141593,12 +139411,12 @@ input base_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_OriginTransfer_filter] - or: [base_OriginTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginTransfer_filter] + or: [mainnet_OriginTransfer_filter] } -enum base_OriginTransfer_orderBy { +enum mainnet_OriginTransfer_orderBy { id chainId transferId @@ -141651,20 +139469,20 @@ enum base_OriginTransfer_orderBy { txNonce } -type base_Relayer { +type mainnet_Relayer { id: ID! isActive: Boolean! - relayer: base_Bytes + relayer: mainnet_Bytes } -type base_RelayerFee { +type mainnet_RelayerFee { id: ID! - transfer: base_OriginTransfer! + transfer: mainnet_OriginTransfer! fee: BigInt! - asset: base_Bytes! + asset: mainnet_Bytes! } -input base_RelayerFee_filter { +input mainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -141693,7 +139511,7 @@ input base_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: base_OriginTransfer_filter + transfer_: mainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -141702,23 +139520,23 @@ input base_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: base_Bytes - asset_not: base_Bytes - asset_gt: base_Bytes - asset_lt: base_Bytes - asset_gte: base_Bytes - asset_lte: base_Bytes - asset_in: [base_Bytes!] - asset_not_in: [base_Bytes!] - asset_contains: base_Bytes - asset_not_contains: base_Bytes + asset: 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: base_BlockChangedFilter - and: [base_RelayerFee_filter] - or: [base_RelayerFee_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFee_filter] + or: [mainnet_RelayerFee_filter] } -enum base_RelayerFee_orderBy { +enum mainnet_RelayerFee_orderBy { id transfer transfer__id @@ -141754,20 +139572,20 @@ enum base_RelayerFee_orderBy { asset } -type base_RelayerFeesIncrease { +type mainnet_RelayerFeesIncrease { id: ID! - transfer: base_OriginTransfer! + transfer: mainnet_OriginTransfer! increase: BigInt - asset: base_Bytes - caller: base_Bytes! - transactionHash: base_Bytes! + asset: mainnet_Bytes + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input base_RelayerFeesIncrease_filter { +input mainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -141796,7 +139614,7 @@ input base_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: base_OriginTransfer_filter + transfer_: mainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -141805,36 +139623,36 @@ input base_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: base_Bytes - asset_not: base_Bytes - asset_gt: base_Bytes - asset_lt: base_Bytes - asset_gte: base_Bytes - asset_lte: base_Bytes - asset_in: [base_Bytes!] - asset_not_in: [base_Bytes!] - asset_contains: base_Bytes - asset_not_contains: base_Bytes - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + asset: 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 @@ -141868,12 +139686,12 @@ input base_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RelayerFeesIncrease_filter] - or: [base_RelayerFeesIncrease_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFeesIncrease_filter] + or: [mainnet_RelayerFeesIncrease_filter] } -enum base_RelayerFeesIncrease_orderBy { +enum mainnet_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -141915,7 +139733,7 @@ enum base_RelayerFeesIncrease_orderBy { blockNumber } -input base_Relayer_filter { +input mainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -141928,34 +139746,34 @@ input base_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: base_Bytes - relayer_not: base_Bytes - relayer_gt: base_Bytes - relayer_lt: base_Bytes - relayer_gte: base_Bytes - relayer_lte: base_Bytes - relayer_in: [base_Bytes!] - relayer_not_in: [base_Bytes!] - relayer_contains: base_Bytes - relayer_not_contains: base_Bytes + relayer: 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: base_BlockChangedFilter - and: [base_Relayer_filter] - or: [base_Relayer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Relayer_filter] + or: [mainnet_Relayer_filter] } -enum base_Relayer_orderBy { +enum mainnet_Relayer_orderBy { id isActive relayer } -type base_RootCount { +type mainnet_RootCount { id: ID! count: BigInt } -input base_RootCount_filter { +input mainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -141973,31 +139791,31 @@ input base_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RootCount_filter] - or: [base_RootCount_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootCount_filter] + or: [mainnet_RootCount_filter] } -enum base_RootCount_orderBy { +enum mainnet_RootCount_orderBy { id count } -type base_RootMessageSent { +type mainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: base_Bytes + root: mainnet_Bytes count: BigInt - caller: base_Bytes - transactionHash: base_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input base_RootMessageSent_filter { +input mainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -142022,16 +139840,16 @@ input base_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: base_Bytes - root_not: base_Bytes - root_gt: base_Bytes - root_lt: base_Bytes - root_gte: base_Bytes - root_lte: base_Bytes - root_in: [base_Bytes!] - root_not_in: [base_Bytes!] - root_contains: base_Bytes - root_not_contains: base_Bytes + root: 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 @@ -142040,26 +139858,26 @@ input base_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + caller: 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 @@ -142093,12 +139911,12 @@ input base_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RootMessageSent_filter] - or: [base_RootMessageSent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageSent_filter] + or: [mainnet_RootMessageSent_filter] } -enum base_RootMessageSent_orderBy { +enum mainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -142112,25 +139930,25 @@ enum base_RootMessageSent_orderBy { blockNumber } -type base_Router { +type mainnet_Router { id: ID! isActive: Boolean! - owner: base_Bytes - recipient: base_Bytes - proposedOwner: base_Bytes + owner: mainnet_Bytes + recipient: mainnet_Bytes + proposedOwner: mainnet_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: base_AssetBalance_orderBy, orderDirection: base_OrderDirection, where: base_AssetBalance_filter): [base_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! } -type base_RouterDailyTVL { +type mainnet_RouterDailyTVL { id: ID! - router: base_Router! - asset: base_Asset! + router: mainnet_Router! + asset: mainnet_Asset! timestamp: BigInt! balance: BigInt! } -input base_RouterDailyTVL_filter { +input mainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -142159,7 +139977,7 @@ input base_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: base_Router_filter + router_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -142180,7 +139998,7 @@ input base_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: base_Asset_filter + asset_: mainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -142198,12 +140016,12 @@ input base_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RouterDailyTVL_filter] - or: [base_RouterDailyTVL_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterDailyTVL_filter] + or: [mainnet_RouterDailyTVL_filter] } -enum base_RouterDailyTVL_orderBy { +enum mainnet_RouterDailyTVL_orderBy { id router router__id @@ -142226,26 +140044,26 @@ enum base_RouterDailyTVL_orderBy { balance } -type base_RouterLiquidityEvent { +type mainnet_RouterLiquidityEvent { id: ID! - type: base_RouterLiquidityEventType - router: base_Router! - asset: base_Asset! + type: mainnet_RouterLiquidityEventType + router: mainnet_Router! + asset: mainnet_Asset! amount: BigInt! balance: BigInt! - caller: base_Bytes + caller: mainnet_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: base_Bytes! + transactionHash: mainnet_Bytes! nonce: BigInt! } -enum base_RouterLiquidityEventType { +enum mainnet_RouterLiquidityEventType { Add Remove } -input base_RouterLiquidityEvent_filter { +input mainnet_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -142254,10 +140072,10 @@ input base_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: base_RouterLiquidityEventType - type_not: base_RouterLiquidityEventType - type_in: [base_RouterLiquidityEventType!] - type_not_in: [base_RouterLiquidityEventType!] + type: mainnet_RouterLiquidityEventType + type_not: mainnet_RouterLiquidityEventType + type_in: [mainnet_RouterLiquidityEventType!] + type_not_in: [mainnet_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -142278,7 +140096,7 @@ input base_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: base_Router_filter + router_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -142299,7 +140117,7 @@ input base_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: base_Asset_filter + asset_: mainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -142316,16 +140134,16 @@ input base_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes + caller: 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 @@ -142342,16 +140160,16 @@ input base_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + transactionHash: 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 @@ -142361,12 +140179,12 @@ input base_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RouterLiquidityEvent_filter] - or: [base_RouterLiquidityEvent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterLiquidityEvent_filter] + or: [mainnet_RouterLiquidityEvent_filter] } -enum base_RouterLiquidityEvent_orderBy { +enum mainnet_RouterLiquidityEvent_orderBy { id type router @@ -142395,7 +140213,7 @@ enum base_RouterLiquidityEvent_orderBy { nonce } -input base_Router_filter { +input mainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -142408,36 +140226,36 @@ input base_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: base_Bytes - owner_not: base_Bytes - owner_gt: base_Bytes - owner_lt: base_Bytes - owner_gte: base_Bytes - owner_lte: base_Bytes - owner_in: [base_Bytes!] - owner_not_in: [base_Bytes!] - owner_contains: base_Bytes - owner_not_contains: base_Bytes - recipient: base_Bytes - recipient_not: base_Bytes - recipient_gt: base_Bytes - recipient_lt: base_Bytes - recipient_gte: base_Bytes - recipient_lte: base_Bytes - recipient_in: [base_Bytes!] - recipient_not_in: [base_Bytes!] - recipient_contains: base_Bytes - recipient_not_contains: base_Bytes - proposedOwner: base_Bytes - proposedOwner_not: base_Bytes - proposedOwner_gt: base_Bytes - proposedOwner_lt: base_Bytes - proposedOwner_gte: base_Bytes - proposedOwner_lte: base_Bytes - proposedOwner_in: [base_Bytes!] - proposedOwner_not_in: [base_Bytes!] - proposedOwner_contains: base_Bytes - proposedOwner_not_contains: base_Bytes + owner: 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 @@ -142446,14 +140264,14 @@ input base_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: base_AssetBalance_filter + assetBalances_: mainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Router_filter] - or: [base_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Router_filter] + or: [mainnet_Router_filter] } -enum base_Router_orderBy { +enum mainnet_Router_orderBy { id isActive owner @@ -142463,13 +140281,13 @@ enum base_Router_orderBy { assetBalances } -type base_Sequencer { +type mainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: base_Bytes + sequencer: mainnet_Bytes } -input base_Sequencer_filter { +input mainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -142482,35 +140300,35 @@ input base_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: base_Bytes - sequencer_not: base_Bytes - sequencer_gt: base_Bytes - sequencer_lt: base_Bytes - sequencer_gte: base_Bytes - sequencer_lte: base_Bytes - sequencer_in: [base_Bytes!] - sequencer_not_in: [base_Bytes!] - sequencer_contains: base_Bytes - sequencer_not_contains: base_Bytes + sequencer: 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: base_BlockChangedFilter - and: [base_Sequencer_filter] - or: [base_Sequencer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Sequencer_filter] + or: [mainnet_Sequencer_filter] } -enum base_Sequencer_orderBy { +enum mainnet_Sequencer_orderBy { id isActive sequencer } -type base_Setting { +type mainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: base_Bytes! + caller: mainnet_Bytes! } -input base_Setting_filter { +input mainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -142527,41 +140345,41 @@ input base_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes + caller: 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: base_BlockChangedFilter - and: [base_Setting_filter] - or: [base_Setting_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Setting_filter] + or: [mainnet_Setting_filter] } -enum base_Setting_orderBy { +enum mainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type base_SlippageUpdate { +type mainnet_SlippageUpdate { id: ID! - transfer: base_DestinationTransfer! + transfer: mainnet_DestinationTransfer! slippage: BigInt! - caller: base_Bytes! - transactionHash: base_Bytes! + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input base_SlippageUpdate_filter { +input mainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -142590,7 +140408,7 @@ input base_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: base_DestinationTransfer_filter + transfer_: mainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -142599,26 +140417,26 @@ input base_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + caller: 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 @@ -142652,12 +140470,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: mainnet_BlockChangedFilter + and: [mainnet_SlippageUpdate_filter] + or: [mainnet_SlippageUpdate_filter] } -enum base_SlippageUpdate_orderBy { +enum mainnet_SlippageUpdate_orderBy { id transfer transfer__id @@ -142705,16 +140523,16 @@ enum base_SlippageUpdate_orderBy { blockNumber } -type base_SnapshotRoot { +type mainnet_SnapshotRoot { id: ID! spokeDomain: BigInt - root: base_Bytes! + root: mainnet_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input base_SnapshotRoot_filter { +input mainnet_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -142731,16 +140549,16 @@ input base_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: base_Bytes - root_not: base_Bytes - root_gt: base_Bytes - root_lt: base_Bytes - root_gte: base_Bytes - root_lte: base_Bytes - root_in: [base_Bytes!] - root_not_in: [base_Bytes!] - root_contains: base_Bytes - root_not_contains: base_Bytes + root: 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 @@ -142766,12 +140584,12 @@ input base_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_SnapshotRoot_filter] - or: [base_SnapshotRoot_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SnapshotRoot_filter] + or: [mainnet_SnapshotRoot_filter] } -enum base_SnapshotRoot_orderBy { +enum mainnet_SnapshotRoot_orderBy { id spokeDomain root @@ -142780,12 +140598,12 @@ enum base_SnapshotRoot_orderBy { blockNumber } -type base_SpokeConnectorMode { +type mainnet_SpokeConnectorMode { id: ID! mode: String! } -input base_SpokeConnectorMode_filter { +input mainnet_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -142815,17 +140633,17 @@ input base_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_SpokeConnectorMode_filter] - or: [base_SpokeConnectorMode_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SpokeConnectorMode_filter] + or: [mainnet_SpokeConnectorMode_filter] } -enum base_SpokeConnectorMode_orderBy { +enum mainnet_SpokeConnectorMode_orderBy { id mode } -enum base_TransferStatus { +enum mainnet_TransferStatus { XCalled Executed Reconciled @@ -142833,40 +140651,15 @@ enum base_TransferStatus { CompletedFast } -type base__Block_ { - """The hash of the block""" - hash: base_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type base__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: base__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type polygonzkevm_swap_AggregateRoot { +type mode_AggregateRoot { id: ID! - root: polygonzkevm_swap_Bytes! + root: mode_Bytes! blockNumber: BigInt! } -type polygonzkevm_swap_AggregateRootProposed { +type mode_AggregateRootProposed { id: ID! - aggregateRoot: polygonzkevm_swap_Bytes! + aggregateRoot: mode_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -142874,7 +140667,7 @@ type polygonzkevm_swap_AggregateRootProposed { blockNumber: BigInt } -input polygonzkevm_swap_AggregateRootProposed_filter { +input mode_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -142883,16 +140676,16 @@ input polygonzkevm_swap_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygonzkevm_swap_Bytes - aggregateRoot_not: polygonzkevm_swap_Bytes - aggregateRoot_gt: polygonzkevm_swap_Bytes - aggregateRoot_lt: polygonzkevm_swap_Bytes - aggregateRoot_gte: polygonzkevm_swap_Bytes - aggregateRoot_lte: polygonzkevm_swap_Bytes - aggregateRoot_in: [polygonzkevm_swap_Bytes!] - aggregateRoot_not_in: [polygonzkevm_swap_Bytes!] - aggregateRoot_contains: polygonzkevm_swap_Bytes - aggregateRoot_not_contains: polygonzkevm_swap_Bytes + aggregateRoot: 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 @@ -142934,12 +140727,12 @@ input polygonzkevm_swap_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AggregateRootProposed_filter] - or: [polygonzkevm_swap_AggregateRootProposed_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AggregateRootProposed_filter] + or: [mode_AggregateRootProposed_filter] } -enum polygonzkevm_swap_AggregateRootProposed_orderBy { +enum mode_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -142949,7 +140742,7 @@ enum polygonzkevm_swap_AggregateRootProposed_orderBy { blockNumber } -input polygonzkevm_swap_AggregateRoot_filter { +input mode_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -142958,16 +140751,16 @@ input polygonzkevm_swap_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: polygonzkevm_swap_Bytes - root_not: polygonzkevm_swap_Bytes - root_gt: polygonzkevm_swap_Bytes - root_lt: polygonzkevm_swap_Bytes - root_gte: polygonzkevm_swap_Bytes - root_lte: polygonzkevm_swap_Bytes - root_in: [polygonzkevm_swap_Bytes!] - root_not_in: [polygonzkevm_swap_Bytes!] - root_contains: polygonzkevm_swap_Bytes - root_not_contains: polygonzkevm_swap_Bytes + root: 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 @@ -142977,42 +140770,42 @@ input polygonzkevm_swap_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AggregateRoot_filter] - or: [polygonzkevm_swap_AggregateRoot_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AggregateRoot_filter] + or: [mode_AggregateRoot_filter] } -enum polygonzkevm_swap_AggregateRoot_orderBy { +enum mode_AggregateRoot_orderBy { id root blockNumber } -type polygonzkevm_swap_Asset { +type mode_Asset { id: ID! - key: polygonzkevm_swap_Bytes + key: mode_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: polygonzkevm_swap_Bytes + canonicalId: mode_Bytes canonicalDomain: BigInt - adoptedAsset: polygonzkevm_swap_Bytes - localAsset: polygonzkevm_swap_Bytes + adoptedAsset: mode_Bytes + localAsset: mode_Bytes blockNumber: BigInt - status: polygonzkevm_swap_AssetStatus + status: mode_AssetStatus } -type polygonzkevm_swap_AssetBalance { +type mode_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygonzkevm_swap_Router! - asset: polygonzkevm_swap_Asset! + router: mode_Router! + asset: mode_Asset! feesEarned: BigInt! } -input polygonzkevm_swap_AssetBalance_filter { +input mode_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -143073,7 +140866,7 @@ input polygonzkevm_swap_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygonzkevm_swap_Router_filter + router_: mode_Router_filter asset: String asset_not: String asset_gt: String @@ -143094,7 +140887,7 @@ input polygonzkevm_swap_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_swap_Asset_filter + asset_: mode_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -143104,12 +140897,12 @@ input polygonzkevm_swap_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AssetBalance_filter] - or: [polygonzkevm_swap_AssetBalance_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AssetBalance_filter] + or: [mode_AssetBalance_filter] } -enum polygonzkevm_swap_AssetBalance_orderBy { +enum mode_AssetBalance_orderBy { id amount locked @@ -143135,12 +140928,12 @@ enum polygonzkevm_swap_AssetBalance_orderBy { feesEarned } -type polygonzkevm_swap_AssetStatus { +type mode_AssetStatus { id: ID! status: Boolean } -input polygonzkevm_swap_AssetStatus_filter { +input mode_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -143154,17 +140947,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: mode_BlockChangedFilter + and: [mode_AssetStatus_filter] + or: [mode_AssetStatus_filter] } -enum polygonzkevm_swap_AssetStatus_orderBy { +enum mode_AssetStatus_orderBy { id status } -input polygonzkevm_swap_Asset_filter { +input mode_Asset_filter { id: ID id_not: ID id_gt: ID @@ -143173,16 +140966,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: 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 @@ -143199,16 +140992,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: 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 @@ -143217,26 +141010,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: 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 @@ -143265,14 +141058,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_: mode_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: mode_BlockChangedFilter + and: [mode_Asset_filter] + or: [mode_Asset_filter] } -enum polygonzkevm_swap_Asset_orderBy { +enum mode_Asset_orderBy { id key decimal @@ -143287,30 +141080,30 @@ enum polygonzkevm_swap_Asset_orderBy { status__status } -scalar polygonzkevm_swap_BigDecimal +scalar mode_BigDecimal -input polygonzkevm_swap_BlockChangedFilter { +input mode_BlockChangedFilter { number_gte: Int! } -input polygonzkevm_swap_Block_height { - hash: polygonzkevm_swap_Bytes +input mode_Block_height { + hash: mode_Bytes number: Int number_gte: Int } -scalar polygonzkevm_swap_Bytes +scalar mode_Bytes -type polygonzkevm_swap_ConnectorMeta { +type mode_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygonzkevm_swap_Bytes - rootManager: polygonzkevm_swap_Bytes - mirrorConnector: polygonzkevm_swap_Bytes + amb: mode_Bytes + rootManager: mode_Bytes + mirrorConnector: mode_Bytes } -input polygonzkevm_swap_ConnectorMeta_filter { +input mode_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -143335,43 +141128,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: mode_Bytes + amb_not: mode_Bytes + amb_gt: mode_Bytes + amb_lt: mode_Bytes + amb_gte: mode_Bytes + amb_lte: mode_Bytes + amb_in: [mode_Bytes!] + amb_not_in: [mode_Bytes!] + amb_contains: mode_Bytes + amb_not_contains: mode_Bytes + rootManager: mode_Bytes + rootManager_not: mode_Bytes + rootManager_gt: mode_Bytes + rootManager_lt: mode_Bytes + rootManager_gte: mode_Bytes + rootManager_lte: mode_Bytes + rootManager_in: [mode_Bytes!] + rootManager_not_in: [mode_Bytes!] + rootManager_contains: mode_Bytes + rootManager_not_contains: mode_Bytes + mirrorConnector: mode_Bytes + mirrorConnector_not: mode_Bytes + mirrorConnector_gt: mode_Bytes + mirrorConnector_lt: mode_Bytes + mirrorConnector_gte: mode_Bytes + mirrorConnector_lte: mode_Bytes + mirrorConnector_in: [mode_Bytes!] + mirrorConnector_not_in: [mode_Bytes!] + mirrorConnector_contains: mode_Bytes + mirrorConnector_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_ConnectorMeta_filter] - or: [polygonzkevm_swap_ConnectorMeta_filter] + _change_block: mode_BlockChangedFilter + and: [mode_ConnectorMeta_filter] + or: [mode_ConnectorMeta_filter] } -enum polygonzkevm_swap_ConnectorMeta_orderBy { +enum mode_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -143380,48 +141173,48 @@ enum polygonzkevm_swap_ConnectorMeta_orderBy { mirrorConnector } -type polygonzkevm_swap_DestinationTransfer { +type mode_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_swap_Bytes + transferId: mode_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: mode_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mode_Router_orderBy, orderDirection: mode_OrderDirection, where: mode_Router_filter): [mode_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygonzkevm_swap_Bytes - delegate: polygonzkevm_swap_Bytes + to: mode_Bytes + delegate: mode_Bytes receiveLocal: Boolean - callData: polygonzkevm_swap_Bytes + callData: mode_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygonzkevm_swap_Bytes + originSender: mode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_swap_Bytes - asset: polygonzkevm_swap_Asset + canonicalId: mode_Bytes + asset: mode_Asset amount: BigInt routersFee: BigInt - executedCaller: polygonzkevm_swap_Bytes - executedTransactionHash: polygonzkevm_swap_Bytes + executedCaller: mode_Bytes + executedTransactionHash: mode_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygonzkevm_swap_Bytes + executedTxOrigin: mode_Bytes executedTxNonce: BigInt - reconciledCaller: polygonzkevm_swap_Bytes - reconciledTransactionHash: polygonzkevm_swap_Bytes + reconciledCaller: mode_Bytes + reconciledTransactionHash: mode_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygonzkevm_swap_Bytes + reconciledTxOrigin: mode_Bytes reconciledTxNonce: BigInt } -input polygonzkevm_swap_DestinationTransfer_filter { +input mode_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -143438,16 +141231,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: 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 @@ -143456,17 +141249,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: mode_TransferStatus + status_not: mode_TransferStatus + status_in: [mode_TransferStatus!] + status_not_in: [mode_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: polygonzkevm_swap_Router_filter + routers_: mode_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -143491,40 +141284,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: mode_Bytes + to_not: mode_Bytes + to_gt: mode_Bytes + to_lt: mode_Bytes + to_gte: mode_Bytes + to_lte: mode_Bytes + to_in: [mode_Bytes!] + to_not_in: [mode_Bytes!] + to_contains: mode_Bytes + to_not_contains: mode_Bytes + delegate: mode_Bytes + delegate_not: mode_Bytes + delegate_gt: mode_Bytes + delegate_lt: mode_Bytes + delegate_gte: mode_Bytes + delegate_lte: mode_Bytes + delegate_in: [mode_Bytes!] + delegate_not_in: [mode_Bytes!] + delegate_contains: mode_Bytes + delegate_not_contains: mode_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: polygonzkevm_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: 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 @@ -143541,16 +141334,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: 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 @@ -143567,16 +141360,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: 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 @@ -143597,7 +141390,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_: mode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -143614,26 +141407,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: 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 @@ -143666,16 +141459,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: 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 @@ -143684,26 +141477,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: 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 @@ -143736,16 +141529,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: 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 @@ -143755,12 +141548,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: mode_BlockChangedFilter + and: [mode_DestinationTransfer_filter] + or: [mode_DestinationTransfer_filter] } -enum polygonzkevm_swap_DestinationTransfer_orderBy { +enum mode_DestinationTransfer_orderBy { id chainId transferId @@ -143814,16 +141607,16 @@ enum polygonzkevm_swap_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar polygonzkevm_swap_Int8 +scalar mode_Int8 -type polygonzkevm_swap_OptimisticRootFinalized { +type mode_OptimisticRootFinalized { id: ID! - aggregateRoot: polygonzkevm_swap_Bytes! + aggregateRoot: mode_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygonzkevm_swap_OptimisticRootFinalized_filter { +input mode_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -143832,16 +141625,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: 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 @@ -143859,12 +141652,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: mode_BlockChangedFilter + and: [mode_OptimisticRootFinalized_filter] + or: [mode_OptimisticRootFinalized_filter] } -enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { +enum mode_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -143872,25 +141665,25 @@ enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygonzkevm_swap_OrderDirection { +enum mode_OrderDirection { asc desc } -type polygonzkevm_swap_OriginMessage { +type mode_OriginMessage { id: ID! - transferId: polygonzkevm_swap_Bytes + transferId: mode_Bytes destinationDomain: BigInt - leaf: polygonzkevm_swap_Bytes + leaf: mode_Bytes index: BigInt - message: polygonzkevm_swap_Bytes - root: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes + message: mode_Bytes + root: mode_Bytes + transactionHash: mode_Bytes blockNumber: BigInt - rootCount: polygonzkevm_swap_RootCount + rootCount: mode_RootCount } -input polygonzkevm_swap_OriginMessage_filter { +input mode_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -143899,16 +141692,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: 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 @@ -143917,16 +141710,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: 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 @@ -143935,36 +141728,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: 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 @@ -143993,14 +141786,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_: mode_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: mode_BlockChangedFilter + and: [mode_OriginMessage_filter] + or: [mode_OriginMessage_filter] } -enum polygonzkevm_swap_OriginMessage_orderBy { +enum mode_OriginMessage_orderBy { id transferId destinationDomain @@ -144015,42 +141808,42 @@ enum polygonzkevm_swap_OriginMessage_orderBy { rootCount__count } -type polygonzkevm_swap_OriginTransfer { +type mode_OriginTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_swap_Bytes + transferId: mode_Bytes nonce: BigInt - status: polygonzkevm_swap_TransferStatus - messageHash: polygonzkevm_swap_Bytes + status: mode_TransferStatus + messageHash: mode_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygonzkevm_swap_Bytes - delegate: polygonzkevm_swap_Bytes + to: mode_Bytes + delegate: mode_Bytes receiveLocal: Boolean - callData: polygonzkevm_swap_Bytes + callData: mode_Bytes slippage: BigInt - originSender: polygonzkevm_swap_Bytes + originSender: mode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_swap_Bytes - asset: polygonzkevm_swap_Asset - transactingAsset: polygonzkevm_swap_Bytes - message: polygonzkevm_swap_OriginMessage + canonicalId: mode_Bytes + asset: mode_Asset + transactingAsset: mode_Bytes + message: mode_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: mode_RelayerFee_orderBy, orderDirection: mode_OrderDirection, where: mode_RelayerFee_filter): [mode_RelayerFee!] + initialRelayerFeeAsset: mode_Bytes + caller: mode_Bytes + transactionHash: mode_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: polygonzkevm_swap_Bytes + txOrigin: mode_Bytes txNonce: BigInt } -input polygonzkevm_swap_OriginTransfer_filter { +input mode_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -144067,16 +141860,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: 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 @@ -144085,20 +141878,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: 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 @@ -144123,40 +141916,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: mode_Bytes + to_not: mode_Bytes + to_gt: mode_Bytes + to_lt: mode_Bytes + to_gte: mode_Bytes + to_lte: mode_Bytes + to_in: [mode_Bytes!] + to_not_in: [mode_Bytes!] + to_contains: mode_Bytes + to_not_contains: mode_Bytes + delegate: mode_Bytes + delegate_not: mode_Bytes + delegate_gt: mode_Bytes + delegate_lt: mode_Bytes + delegate_gte: mode_Bytes + delegate_lte: mode_Bytes + delegate_in: [mode_Bytes!] + delegate_not_in: [mode_Bytes!] + delegate_contains: mode_Bytes + delegate_not_contains: mode_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: polygonzkevm_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: 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 @@ -144165,16 +141958,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: 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 @@ -144191,16 +141984,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: 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 @@ -144221,17 +142014,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_: 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 @@ -144252,7 +142045,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_: mode_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -144267,37 +142060,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_: 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 @@ -144330,16 +142123,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: 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 @@ -144349,12 +142142,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: mode_BlockChangedFilter + and: [mode_OriginTransfer_filter] + or: [mode_OriginTransfer_filter] } -enum polygonzkevm_swap_OriginTransfer_orderBy { +enum mode_OriginTransfer_orderBy { id chainId transferId @@ -144407,20 +142200,20 @@ enum polygonzkevm_swap_OriginTransfer_orderBy { txNonce } -type polygonzkevm_swap_Relayer { +type mode_Relayer { id: ID! isActive: Boolean! - relayer: polygonzkevm_swap_Bytes + relayer: mode_Bytes } -type polygonzkevm_swap_RelayerFee { +type mode_RelayerFee { id: ID! - transfer: polygonzkevm_swap_OriginTransfer! + transfer: mode_OriginTransfer! fee: BigInt! - asset: polygonzkevm_swap_Bytes! + asset: mode_Bytes! } -input polygonzkevm_swap_RelayerFee_filter { +input mode_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -144449,7 +142242,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_: mode_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -144458,23 +142251,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: mode_Bytes + asset_not: mode_Bytes + asset_gt: mode_Bytes + asset_lt: mode_Bytes + asset_gte: mode_Bytes + asset_lte: mode_Bytes + asset_in: [mode_Bytes!] + asset_not_in: [mode_Bytes!] + asset_contains: mode_Bytes + asset_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RelayerFee_filter] - or: [polygonzkevm_swap_RelayerFee_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RelayerFee_filter] + or: [mode_RelayerFee_filter] } -enum polygonzkevm_swap_RelayerFee_orderBy { +enum mode_RelayerFee_orderBy { id transfer transfer__id @@ -144510,20 +142303,20 @@ enum polygonzkevm_swap_RelayerFee_orderBy { asset } -type polygonzkevm_swap_RelayerFeesIncrease { +type mode_RelayerFeesIncrease { id: ID! - transfer: polygonzkevm_swap_OriginTransfer! + transfer: mode_OriginTransfer! increase: BigInt - asset: polygonzkevm_swap_Bytes - caller: polygonzkevm_swap_Bytes! - transactionHash: polygonzkevm_swap_Bytes! + asset: mode_Bytes + caller: mode_Bytes! + transactionHash: mode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_swap_RelayerFeesIncrease_filter { +input mode_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -144552,7 +142345,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_: mode_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -144561,36 +142354,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: 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 @@ -144624,12 +142417,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: mode_BlockChangedFilter + and: [mode_RelayerFeesIncrease_filter] + or: [mode_RelayerFeesIncrease_filter] } -enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { +enum mode_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -144671,7 +142464,7 @@ enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { blockNumber } -input polygonzkevm_swap_Relayer_filter { +input mode_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -144684,34 +142477,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: mode_Bytes + relayer_not: mode_Bytes + relayer_gt: mode_Bytes + relayer_lt: mode_Bytes + relayer_gte: mode_Bytes + relayer_lte: mode_Bytes + relayer_in: [mode_Bytes!] + relayer_not_in: [mode_Bytes!] + relayer_contains: mode_Bytes + relayer_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Relayer_filter] - or: [polygonzkevm_swap_Relayer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Relayer_filter] + or: [mode_Relayer_filter] } -enum polygonzkevm_swap_Relayer_orderBy { +enum mode_Relayer_orderBy { id isActive relayer } -type polygonzkevm_swap_RootCount { +type mode_RootCount { id: ID! count: BigInt } -input polygonzkevm_swap_RootCount_filter { +input mode_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -144729,31 +142522,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: mode_BlockChangedFilter + and: [mode_RootCount_filter] + or: [mode_RootCount_filter] } -enum polygonzkevm_swap_RootCount_orderBy { +enum mode_RootCount_orderBy { id count } -type polygonzkevm_swap_RootMessageSent { +type mode_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygonzkevm_swap_Bytes + root: mode_Bytes count: BigInt - caller: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes + caller: mode_Bytes + transactionHash: mode_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygonzkevm_swap_RootMessageSent_filter { +input mode_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -144778,16 +142571,16 @@ input polygonzkevm_swap_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: polygonzkevm_swap_Bytes - root_not: polygonzkevm_swap_Bytes - root_gt: polygonzkevm_swap_Bytes - root_lt: polygonzkevm_swap_Bytes - root_gte: polygonzkevm_swap_Bytes - root_lte: polygonzkevm_swap_Bytes - root_in: [polygonzkevm_swap_Bytes!] - root_not_in: [polygonzkevm_swap_Bytes!] - root_contains: polygonzkevm_swap_Bytes - root_not_contains: polygonzkevm_swap_Bytes + root: 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 @@ -144796,26 +142589,26 @@ input polygonzkevm_swap_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: polygonzkevm_swap_Bytes - caller_not: polygonzkevm_swap_Bytes - caller_gt: polygonzkevm_swap_Bytes - caller_lt: polygonzkevm_swap_Bytes - caller_gte: polygonzkevm_swap_Bytes - caller_lte: polygonzkevm_swap_Bytes - caller_in: [polygonzkevm_swap_Bytes!] - caller_not_in: [polygonzkevm_swap_Bytes!] - caller_contains: polygonzkevm_swap_Bytes - caller_not_contains: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes - transactionHash_not: polygonzkevm_swap_Bytes - transactionHash_gt: polygonzkevm_swap_Bytes - transactionHash_lt: polygonzkevm_swap_Bytes - transactionHash_gte: polygonzkevm_swap_Bytes - transactionHash_lte: polygonzkevm_swap_Bytes - transactionHash_in: [polygonzkevm_swap_Bytes!] - transactionHash_not_in: [polygonzkevm_swap_Bytes!] - transactionHash_contains: polygonzkevm_swap_Bytes - transactionHash_not_contains: polygonzkevm_swap_Bytes + caller: 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 @@ -144849,12 +142642,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: mode_BlockChangedFilter + and: [mode_RootMessageSent_filter] + or: [mode_RootMessageSent_filter] } -enum polygonzkevm_swap_RootMessageSent_orderBy { +enum mode_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -144868,25 +142661,25 @@ enum polygonzkevm_swap_RootMessageSent_orderBy { blockNumber } -type polygonzkevm_swap_Router { +type mode_Router { id: ID! isActive: Boolean! - owner: polygonzkevm_swap_Bytes - recipient: polygonzkevm_swap_Bytes - proposedOwner: polygonzkevm_swap_Bytes + owner: mode_Bytes + recipient: mode_Bytes + proposedOwner: mode_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: mode_AssetBalance_orderBy, orderDirection: mode_OrderDirection, where: mode_AssetBalance_filter): [mode_AssetBalance!]! } -type polygonzkevm_swap_RouterDailyTVL { +type mode_RouterDailyTVL { id: ID! - router: polygonzkevm_swap_Router! - asset: polygonzkevm_swap_Asset! + router: mode_Router! + asset: mode_Asset! timestamp: BigInt! balance: BigInt! } -input polygonzkevm_swap_RouterDailyTVL_filter { +input mode_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -144915,7 +142708,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_: mode_Router_filter asset: String asset_not: String asset_gt: String @@ -144936,7 +142729,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_: mode_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -144954,12 +142747,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: mode_BlockChangedFilter + and: [mode_RouterDailyTVL_filter] + or: [mode_RouterDailyTVL_filter] } -enum polygonzkevm_swap_RouterDailyTVL_orderBy { +enum mode_RouterDailyTVL_orderBy { id router router__id @@ -144982,26 +142775,26 @@ enum polygonzkevm_swap_RouterDailyTVL_orderBy { balance } -type polygonzkevm_swap_RouterLiquidityEvent { +type mode_RouterLiquidityEvent { id: ID! - type: polygonzkevm_swap_RouterLiquidityEventType - router: polygonzkevm_swap_Router! - asset: polygonzkevm_swap_Asset! + type: mode_RouterLiquidityEventType + router: mode_Router! + asset: mode_Asset! amount: BigInt! balance: BigInt! - caller: polygonzkevm_swap_Bytes + caller: mode_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: polygonzkevm_swap_Bytes! + transactionHash: mode_Bytes! nonce: BigInt! } -enum polygonzkevm_swap_RouterLiquidityEventType { +enum mode_RouterLiquidityEventType { Add Remove } -input polygonzkevm_swap_RouterLiquidityEvent_filter { +input mode_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -145010,10 +142803,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: mode_RouterLiquidityEventType + type_not: mode_RouterLiquidityEventType + type_in: [mode_RouterLiquidityEventType!] + type_not_in: [mode_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -145034,7 +142827,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_: mode_Router_filter asset: String asset_not: String asset_gt: String @@ -145055,7 +142848,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_: mode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -145072,16 +142865,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: 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 @@ -145098,16 +142891,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: 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 @@ -145117,12 +142910,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: mode_BlockChangedFilter + and: [mode_RouterLiquidityEvent_filter] + or: [mode_RouterLiquidityEvent_filter] } -enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { +enum mode_RouterLiquidityEvent_orderBy { id type router @@ -145151,7 +142944,7 @@ enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { nonce } -input polygonzkevm_swap_Router_filter { +input mode_Router_filter { id: ID id_not: ID id_gt: ID @@ -145164,36 +142957,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: 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 @@ -145202,14 +142995,14 @@ input polygonzkevm_swap_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygonzkevm_swap_AssetBalance_filter + assetBalances_: mode_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: mode_BlockChangedFilter + and: [mode_Router_filter] + or: [mode_Router_filter] } -enum polygonzkevm_swap_Router_orderBy { +enum mode_Router_orderBy { id isActive owner @@ -145219,13 +143012,13 @@ enum polygonzkevm_swap_Router_orderBy { assetBalances } -type polygonzkevm_swap_Sequencer { +type mode_Sequencer { id: ID! isActive: Boolean! - sequencer: polygonzkevm_swap_Bytes + sequencer: mode_Bytes } -input polygonzkevm_swap_Sequencer_filter { +input mode_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -145238,35 +143031,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: mode_Bytes + sequencer_not: mode_Bytes + sequencer_gt: mode_Bytes + sequencer_lt: mode_Bytes + sequencer_gte: mode_Bytes + sequencer_lte: mode_Bytes + sequencer_in: [mode_Bytes!] + sequencer_not_in: [mode_Bytes!] + sequencer_contains: mode_Bytes + sequencer_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Sequencer_filter] - or: [polygonzkevm_swap_Sequencer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Sequencer_filter] + or: [mode_Sequencer_filter] } -enum polygonzkevm_swap_Sequencer_orderBy { +enum mode_Sequencer_orderBy { id isActive sequencer } -type polygonzkevm_swap_Setting { +type mode_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: polygonzkevm_swap_Bytes! + caller: mode_Bytes! } -input polygonzkevm_swap_Setting_filter { +input mode_Setting_filter { id: ID id_not: ID id_gt: ID @@ -145283,41 +143076,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: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Setting_filter] - or: [polygonzkevm_swap_Setting_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Setting_filter] + or: [mode_Setting_filter] } -enum polygonzkevm_swap_Setting_orderBy { +enum mode_Setting_orderBy { id maxRoutersPerTransfer caller } -type polygonzkevm_swap_SlippageUpdate { +type mode_SlippageUpdate { id: ID! - transfer: polygonzkevm_swap_DestinationTransfer! + transfer: mode_DestinationTransfer! slippage: BigInt! - caller: polygonzkevm_swap_Bytes! - transactionHash: polygonzkevm_swap_Bytes! + caller: mode_Bytes! + transactionHash: mode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_swap_SlippageUpdate_filter { +input mode_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -145346,7 +143139,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_: mode_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -145355,26 +143148,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: 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 @@ -145408,12 +143201,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: mode_BlockChangedFilter + and: [mode_SlippageUpdate_filter] + or: [mode_SlippageUpdate_filter] } -enum polygonzkevm_swap_SlippageUpdate_orderBy { +enum mode_SlippageUpdate_orderBy { id transfer transfer__id @@ -145461,16 +143254,16 @@ enum polygonzkevm_swap_SlippageUpdate_orderBy { blockNumber } -type polygonzkevm_swap_SnapshotRoot { +type mode_SnapshotRoot { id: ID! spokeDomain: BigInt - root: polygonzkevm_swap_Bytes! + root: mode_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input polygonzkevm_swap_SnapshotRoot_filter { +input mode_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -145487,16 +143280,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: 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 @@ -145522,12 +143315,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: mode_BlockChangedFilter + and: [mode_SnapshotRoot_filter] + or: [mode_SnapshotRoot_filter] } -enum polygonzkevm_swap_SnapshotRoot_orderBy { +enum mode_SnapshotRoot_orderBy { id spokeDomain root @@ -145536,12 +143329,12 @@ enum polygonzkevm_swap_SnapshotRoot_orderBy { blockNumber } -type polygonzkevm_swap_SpokeConnectorMode { +type mode_SpokeConnectorMode { id: ID! mode: String! } -input polygonzkevm_swap_SpokeConnectorMode_filter { +input mode_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -145571,17 +143364,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: mode_BlockChangedFilter + and: [mode_SpokeConnectorMode_filter] + or: [mode_SpokeConnectorMode_filter] } -enum polygonzkevm_swap_SpokeConnectorMode_orderBy { +enum mode_SpokeConnectorMode_orderBy { id mode } -enum polygonzkevm_swap_TransferStatus { +enum mode_TransferStatus { XCalled Executed Reconciled @@ -145589,9 +143382,9 @@ enum polygonzkevm_swap_TransferStatus { CompletedFast } -type polygonzkevm_swap__Block_ { +type mode__Block_ { """The hash of the block""" - hash: polygonzkevm_swap_Bytes + hash: mode_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -145599,7 +143392,7 @@ type polygonzkevm_swap__Block_ { } """The type for the top-level _meta field""" -type polygonzkevm_swap__Meta_ { +type mode__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -145607,22 +143400,22 @@ type polygonzkevm_swap__Meta_ { and therefore asks for the latest block """ - block: polygonzkevm_swap__Block_! + block: mode__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmainnet_AggregateRoot { +type stagingmetis_AggregateRoot { id: ID! - root: stagingmainnet_Bytes! + root: stagingmetis_Bytes! blockNumber: BigInt! } -type stagingmainnet_AggregateRootProposed { +type stagingmetis_AggregateRootProposed { id: ID! - aggregateRoot: stagingmainnet_Bytes! + aggregateRoot: stagingmetis_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -145630,7 +143423,7 @@ type stagingmainnet_AggregateRootProposed { blockNumber: BigInt } -input stagingmainnet_AggregateRootProposed_filter { +input stagingmetis_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -145639,16 +143432,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: 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 @@ -145690,12 +143483,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AggregateRootProposed_filter] + or: [stagingmetis_AggregateRootProposed_filter] } -enum stagingmainnet_AggregateRootProposed_orderBy { +enum stagingmetis_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -145705,7 +143498,7 @@ enum stagingmainnet_AggregateRootProposed_orderBy { blockNumber } -input stagingmainnet_AggregateRoot_filter { +input stagingmetis_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -145714,16 +143507,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: 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 @@ -145733,47 +143526,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AggregateRoot_filter] + or: [stagingmetis_AggregateRoot_filter] } -enum stagingmainnet_AggregateRoot_orderBy { +enum stagingmetis_AggregateRoot_orderBy { id root blockNumber } -enum stagingmainnet_Aggregation_interval { - hour - day -} - -type stagingmainnet_Asset { +type stagingmetis_Asset { id: ID! - key: stagingmainnet_Bytes + key: stagingmetis_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmainnet_Bytes + canonicalId: stagingmetis_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmainnet_Bytes - localAsset: stagingmainnet_Bytes + adoptedAsset: stagingmetis_Bytes + localAsset: stagingmetis_Bytes blockNumber: BigInt - status: stagingmainnet_AssetStatus + status: stagingmetis_AssetStatus } -type stagingmainnet_AssetBalance { +type stagingmetis_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmainnet_Router! - asset: stagingmainnet_Asset! + router: stagingmetis_Router! + asset: stagingmetis_Asset! feesEarned: BigInt! } -input stagingmainnet_AssetBalance_filter { +input stagingmetis_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -145834,7 +143622,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_: stagingmetis_Router_filter asset: String asset_not: String asset_gt: String @@ -145855,7 +143643,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_: stagingmetis_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -145865,12 +143653,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AssetBalance_filter] + or: [stagingmetis_AssetBalance_filter] } -enum stagingmainnet_AssetBalance_orderBy { +enum stagingmetis_AssetBalance_orderBy { id amount locked @@ -145896,12 +143684,12 @@ enum stagingmainnet_AssetBalance_orderBy { feesEarned } -type stagingmainnet_AssetStatus { +type stagingmetis_AssetStatus { id: ID! status: Boolean } -input stagingmainnet_AssetStatus_filter { +input stagingmetis_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -145915,17 +143703,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AssetStatus_filter] + or: [stagingmetis_AssetStatus_filter] } -enum stagingmainnet_AssetStatus_orderBy { +enum stagingmetis_AssetStatus_orderBy { id status } -input stagingmainnet_Asset_filter { +input stagingmetis_Asset_filter { id: ID id_not: ID id_gt: ID @@ -145934,16 +143722,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: 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 @@ -145960,16 +143748,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: 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 @@ -145978,26 +143766,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: 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 @@ -146026,14 +143814,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_: stagingmetis_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Asset_filter] - or: [stagingmainnet_Asset_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Asset_filter] + or: [stagingmetis_Asset_filter] } -enum stagingmainnet_Asset_orderBy { +enum stagingmetis_Asset_orderBy { id key decimal @@ -146048,30 +143836,30 @@ enum stagingmainnet_Asset_orderBy { status__status } -scalar stagingmainnet_BigDecimal +scalar stagingmetis_BigDecimal -input stagingmainnet_BlockChangedFilter { +input stagingmetis_BlockChangedFilter { number_gte: Int! } -input stagingmainnet_Block_height { - hash: stagingmainnet_Bytes +input stagingmetis_Block_height { + hash: stagingmetis_Bytes number: Int number_gte: Int } -scalar stagingmainnet_Bytes +scalar stagingmetis_Bytes -type stagingmainnet_ConnectorMeta { +type stagingmetis_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes + amb: stagingmetis_Bytes + rootManager: stagingmetis_Bytes + mirrorConnector: stagingmetis_Bytes } -input stagingmainnet_ConnectorMeta_filter { +input stagingmetis_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -146096,43 +143884,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: 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_ConnectorMeta_filter] - or: [stagingmainnet_ConnectorMeta_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_ConnectorMeta_filter] + or: [stagingmetis_ConnectorMeta_filter] } -enum stagingmainnet_ConnectorMeta_orderBy { +enum stagingmetis_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -146141,48 +143929,48 @@ enum stagingmainnet_ConnectorMeta_orderBy { mirrorConnector } -type stagingmainnet_DestinationTransfer { +type stagingmetis_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmainnet_Bytes + transferId: stagingmetis_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: 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: stagingmainnet_Bytes - delegate: stagingmainnet_Bytes + to: stagingmetis_Bytes + delegate: stagingmetis_Bytes receiveLocal: Boolean - callData: stagingmainnet_Bytes + callData: stagingmetis_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmainnet_Bytes + originSender: stagingmetis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmainnet_Bytes - asset: stagingmainnet_Asset + canonicalId: stagingmetis_Bytes + asset: stagingmetis_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmainnet_Bytes - executedTransactionHash: stagingmainnet_Bytes + executedCaller: stagingmetis_Bytes + executedTransactionHash: stagingmetis_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmainnet_Bytes + executedTxOrigin: stagingmetis_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmainnet_Bytes - reconciledTransactionHash: stagingmainnet_Bytes + reconciledCaller: stagingmetis_Bytes + reconciledTransactionHash: stagingmetis_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmainnet_Bytes + reconciledTxOrigin: stagingmetis_Bytes reconciledTxNonce: BigInt } -input stagingmainnet_DestinationTransfer_filter { +input stagingmetis_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -146199,16 +143987,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: 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 @@ -146217,17 +144005,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: 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_: stagingmainnet_Router_filter + routers_: stagingmetis_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -146252,40 +144040,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: 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: 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: 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 @@ -146302,16 +144090,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: 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 @@ -146328,16 +144116,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: 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 @@ -146358,7 +144146,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_: stagingmetis_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -146375,26 +144163,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: 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 @@ -146427,16 +144215,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: 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 @@ -146445,26 +144233,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: 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 @@ -146495,18 +144283,18 @@ input stagingmainnet_DestinationTransfer_filter { reconciledBlockNumber_lt: BigInt reconciledBlockNumber_gte: BigInt reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmainnet_Bytes - reconciledTxOrigin_not: stagingmainnet_Bytes - reconciledTxOrigin_gt: stagingmainnet_Bytes - reconciledTxOrigin_lt: stagingmainnet_Bytes - reconciledTxOrigin_gte: stagingmainnet_Bytes - reconciledTxOrigin_lte: stagingmainnet_Bytes - reconciledTxOrigin_in: [stagingmainnet_Bytes!] - reconciledTxOrigin_not_in: [stagingmainnet_Bytes!] - reconciledTxOrigin_contains: stagingmainnet_Bytes - reconciledTxOrigin_not_contains: stagingmainnet_Bytes + 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 @@ -146516,12 +144304,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_DestinationTransfer_filter] + or: [stagingmetis_DestinationTransfer_filter] } -enum stagingmainnet_DestinationTransfer_orderBy { +enum stagingmetis_DestinationTransfer_orderBy { id chainId transferId @@ -146575,16 +144363,16 @@ enum stagingmainnet_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmainnet_Int8 +scalar stagingmetis_Int8 -type stagingmainnet_OptimisticRootFinalized { +type stagingmetis_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmainnet_Bytes! + aggregateRoot: stagingmetis_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmainnet_OptimisticRootFinalized_filter { +input stagingmetis_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -146593,16 +144381,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: 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 @@ -146620,12 +144408,12 @@ 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: stagingmetis_BlockChangedFilter + and: [stagingmetis_OptimisticRootFinalized_filter] + or: [stagingmetis_OptimisticRootFinalized_filter] } -enum stagingmainnet_OptimisticRootFinalized_orderBy { +enum stagingmetis_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -146633,25 +144421,25 @@ enum stagingmainnet_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmainnet_OrderDirection { +enum stagingmetis_OrderDirection { asc desc } -type stagingmainnet_OriginMessage { +type stagingmetis_OriginMessage { id: ID! - transferId: stagingmainnet_Bytes + transferId: stagingmetis_Bytes destinationDomain: BigInt - leaf: stagingmainnet_Bytes + leaf: stagingmetis_Bytes index: BigInt - message: stagingmainnet_Bytes - root: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes + message: stagingmetis_Bytes + root: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes blockNumber: BigInt - rootCount: stagingmainnet_RootCount + rootCount: stagingmetis_RootCount } -input stagingmainnet_OriginMessage_filter { +input stagingmetis_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -146660,16 +144448,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: 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 @@ -146678,16 +144466,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: 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 @@ -146696,36 +144484,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: 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 @@ -146754,14 +144542,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_: stagingmetis_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_OriginMessage_filter] - or: [stagingmainnet_OriginMessage_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_OriginMessage_filter] + or: [stagingmetis_OriginMessage_filter] } -enum stagingmainnet_OriginMessage_orderBy { +enum stagingmetis_OriginMessage_orderBy { id transferId destinationDomain @@ -146776,42 +144564,42 @@ enum stagingmainnet_OriginMessage_orderBy { rootCount__count } -type stagingmainnet_OriginTransfer { +type stagingmetis_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmainnet_Bytes + transferId: stagingmetis_Bytes nonce: BigInt - status: stagingmainnet_TransferStatus - messageHash: stagingmainnet_Bytes + status: stagingmetis_TransferStatus + messageHash: stagingmetis_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmainnet_Bytes - delegate: stagingmainnet_Bytes + to: stagingmetis_Bytes + delegate: stagingmetis_Bytes receiveLocal: Boolean - callData: stagingmainnet_Bytes + callData: stagingmetis_Bytes slippage: BigInt - originSender: stagingmainnet_Bytes + originSender: stagingmetis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmainnet_Bytes - asset: stagingmainnet_Asset - transactingAsset: stagingmainnet_Bytes - message: stagingmainnet_OriginMessage + canonicalId: stagingmetis_Bytes + asset: stagingmetis_Asset + transactingAsset: stagingmetis_Bytes + message: stagingmetis_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: 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: stagingmainnet_Bytes + txOrigin: stagingmetis_Bytes txNonce: BigInt } -input stagingmainnet_OriginTransfer_filter { +input stagingmetis_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -146828,16 +144616,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: 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 @@ -146846,20 +144634,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: 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 @@ -146884,40 +144672,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: 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: 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: 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 @@ -146926,16 +144714,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: 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 @@ -146952,16 +144740,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: 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 @@ -146982,17 +144770,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_: 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 @@ -147013,7 +144801,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_: stagingmetis_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -147028,37 +144816,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_: 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 @@ -147091,16 +144879,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: 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 @@ -147110,12 +144898,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_OriginTransfer_filter] + or: [stagingmetis_OriginTransfer_filter] } -enum stagingmainnet_OriginTransfer_orderBy { +enum stagingmetis_OriginTransfer_orderBy { id chainId transferId @@ -147168,20 +144956,20 @@ enum stagingmainnet_OriginTransfer_orderBy { txNonce } -type stagingmainnet_Relayer { +type stagingmetis_Relayer { id: ID! isActive: Boolean! - relayer: stagingmainnet_Bytes + relayer: stagingmetis_Bytes } -type stagingmainnet_RelayerFee { +type stagingmetis_RelayerFee { id: ID! - transfer: stagingmainnet_OriginTransfer! + transfer: stagingmetis_OriginTransfer! fee: BigInt! - asset: stagingmainnet_Bytes! + asset: stagingmetis_Bytes! } -input stagingmainnet_RelayerFee_filter { +input stagingmetis_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -147210,7 +144998,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_: stagingmetis_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -147219,23 +145007,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RelayerFee_filter] - or: [stagingmainnet_RelayerFee_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RelayerFee_filter] + or: [stagingmetis_RelayerFee_filter] } -enum stagingmainnet_RelayerFee_orderBy { +enum stagingmetis_RelayerFee_orderBy { id transfer transfer__id @@ -147271,20 +145059,20 @@ enum stagingmainnet_RelayerFee_orderBy { asset } -type stagingmainnet_RelayerFeesIncrease { +type stagingmetis_RelayerFeesIncrease { id: ID! - transfer: stagingmainnet_OriginTransfer! + transfer: stagingmetis_OriginTransfer! increase: BigInt - asset: stagingmainnet_Bytes - caller: stagingmainnet_Bytes! - transactionHash: stagingmainnet_Bytes! + asset: stagingmetis_Bytes + caller: stagingmetis_Bytes! + transactionHash: stagingmetis_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmainnet_RelayerFeesIncrease_filter { +input stagingmetis_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -147313,7 +145101,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_: stagingmetis_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -147322,36 +145110,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: 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 @@ -147385,12 +145173,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RelayerFeesIncrease_filter] + or: [stagingmetis_RelayerFeesIncrease_filter] } -enum stagingmainnet_RelayerFeesIncrease_orderBy { +enum stagingmetis_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -147432,7 +145220,7 @@ enum stagingmainnet_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmainnet_Relayer_filter { +input stagingmetis_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -147445,34 +145233,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Relayer_filter] - or: [stagingmainnet_Relayer_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Relayer_filter] + or: [stagingmetis_Relayer_filter] } -enum stagingmainnet_Relayer_orderBy { +enum stagingmetis_Relayer_orderBy { id isActive relayer } -type stagingmainnet_RootCount { +type stagingmetis_RootCount { id: ID! count: BigInt } -input stagingmainnet_RootCount_filter { +input stagingmetis_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -147490,31 +145278,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RootCount_filter] + or: [stagingmetis_RootCount_filter] } -enum stagingmainnet_RootCount_orderBy { +enum stagingmetis_RootCount_orderBy { id count } -type stagingmainnet_RootMessageSent { +type stagingmetis_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmainnet_Bytes + root: stagingmetis_Bytes count: BigInt - caller: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes + caller: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmainnet_RootMessageSent_filter { +input stagingmetis_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -147539,16 +145327,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: 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 @@ -147557,26 +145345,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: 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 @@ -147610,12 +145398,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RootMessageSent_filter] + or: [stagingmetis_RootMessageSent_filter] } -enum stagingmainnet_RootMessageSent_orderBy { +enum stagingmetis_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -147629,25 +145417,25 @@ enum stagingmainnet_RootMessageSent_orderBy { blockNumber } -type stagingmainnet_Router { +type stagingmetis_Router { id: ID! isActive: Boolean! - owner: stagingmainnet_Bytes - recipient: stagingmainnet_Bytes - proposedOwner: stagingmainnet_Bytes + owner: stagingmetis_Bytes + recipient: stagingmetis_Bytes + proposedOwner: stagingmetis_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: stagingmetis_AssetBalance_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_AssetBalance_filter): [stagingmetis_AssetBalance!]! } -type stagingmainnet_RouterDailyTVL { +type stagingmetis_RouterDailyTVL { id: ID! - router: stagingmainnet_Router! - asset: stagingmainnet_Asset! + router: stagingmetis_Router! + asset: stagingmetis_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmainnet_RouterDailyTVL_filter { +input stagingmetis_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -147676,7 +145464,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_: stagingmetis_Router_filter asset: String asset_not: String asset_gt: String @@ -147697,7 +145485,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_: stagingmetis_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -147715,12 +145503,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RouterDailyTVL_filter] + or: [stagingmetis_RouterDailyTVL_filter] } -enum stagingmainnet_RouterDailyTVL_orderBy { +enum stagingmetis_RouterDailyTVL_orderBy { id router router__id @@ -147743,26 +145531,26 @@ enum stagingmainnet_RouterDailyTVL_orderBy { balance } -type stagingmainnet_RouterLiquidityEvent { +type stagingmetis_RouterLiquidityEvent { id: ID! - type: stagingmainnet_RouterLiquidityEventType - router: stagingmainnet_Router! - asset: stagingmainnet_Asset! + type: stagingmetis_RouterLiquidityEventType + router: stagingmetis_Router! + asset: stagingmetis_Asset! amount: BigInt! balance: BigInt! - caller: stagingmainnet_Bytes + caller: stagingmetis_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmainnet_Bytes! + transactionHash: stagingmetis_Bytes! nonce: BigInt! } -enum stagingmainnet_RouterLiquidityEventType { +enum stagingmetis_RouterLiquidityEventType { Add Remove } -input stagingmainnet_RouterLiquidityEvent_filter { +input stagingmetis_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -147771,10 +145559,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: stagingmetis_RouterLiquidityEventType + type_not: stagingmetis_RouterLiquidityEventType + type_in: [stagingmetis_RouterLiquidityEventType!] + type_not_in: [stagingmetis_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -147795,7 +145583,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_: stagingmetis_Router_filter asset: String asset_not: String asset_gt: String @@ -147816,7 +145604,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_: stagingmetis_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -147833,16 +145621,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: 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 @@ -147859,16 +145647,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: 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 @@ -147878,12 +145666,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RouterLiquidityEvent_filter] + or: [stagingmetis_RouterLiquidityEvent_filter] } -enum stagingmainnet_RouterLiquidityEvent_orderBy { +enum stagingmetis_RouterLiquidityEvent_orderBy { id type router @@ -147912,7 +145700,7 @@ enum stagingmainnet_RouterLiquidityEvent_orderBy { nonce } -input stagingmainnet_Router_filter { +input stagingmetis_Router_filter { id: ID id_not: ID id_gt: ID @@ -147925,36 +145713,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: 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 @@ -147963,14 +145751,14 @@ input stagingmainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmainnet_AssetBalance_filter + assetBalances_: stagingmetis_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Router_filter] - or: [stagingmainnet_Router_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Router_filter] + or: [stagingmetis_Router_filter] } -enum stagingmainnet_Router_orderBy { +enum stagingmetis_Router_orderBy { id isActive owner @@ -147980,13 +145768,13 @@ enum stagingmainnet_Router_orderBy { assetBalances } -type stagingmainnet_Sequencer { +type stagingmetis_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmainnet_Bytes + sequencer: stagingmetis_Bytes } -input stagingmainnet_Sequencer_filter { +input stagingmetis_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -147999,35 +145787,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Sequencer_filter] - or: [stagingmainnet_Sequencer_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Sequencer_filter] + or: [stagingmetis_Sequencer_filter] } -enum stagingmainnet_Sequencer_orderBy { +enum stagingmetis_Sequencer_orderBy { id isActive sequencer } -type stagingmainnet_Setting { +type stagingmetis_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmainnet_Bytes! + caller: stagingmetis_Bytes! } -input stagingmainnet_Setting_filter { +input stagingmetis_Setting_filter { id: ID id_not: ID id_gt: ID @@ -148044,41 +145832,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Setting_filter] - or: [stagingmainnet_Setting_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Setting_filter] + or: [stagingmetis_Setting_filter] } -enum stagingmainnet_Setting_orderBy { +enum stagingmetis_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmainnet_SlippageUpdate { +type stagingmetis_SlippageUpdate { id: ID! - transfer: stagingmainnet_DestinationTransfer! + transfer: stagingmetis_DestinationTransfer! slippage: BigInt! - caller: stagingmainnet_Bytes! - transactionHash: stagingmainnet_Bytes! + caller: stagingmetis_Bytes! + transactionHash: stagingmetis_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmainnet_SlippageUpdate_filter { +input stagingmetis_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -148107,7 +145895,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_: stagingmetis_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -148116,26 +145904,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: 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 @@ -148169,12 +145957,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_SlippageUpdate_filter] + or: [stagingmetis_SlippageUpdate_filter] } -enum stagingmainnet_SlippageUpdate_orderBy { +enum stagingmetis_SlippageUpdate_orderBy { id transfer transfer__id @@ -148222,16 +146010,16 @@ enum stagingmainnet_SlippageUpdate_orderBy { blockNumber } -type stagingmainnet_SnapshotRoot { +type stagingmetis_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmainnet_Bytes! + root: stagingmetis_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmainnet_SnapshotRoot_filter { +input stagingmetis_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -148248,16 +146036,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: 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 @@ -148283,12 +146071,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_SnapshotRoot_filter] + or: [stagingmetis_SnapshotRoot_filter] } -enum stagingmainnet_SnapshotRoot_orderBy { +enum stagingmetis_SnapshotRoot_orderBy { id spokeDomain root @@ -148297,12 +146085,12 @@ enum stagingmainnet_SnapshotRoot_orderBy { blockNumber } -type stagingmainnet_SpokeConnectorMode { +type stagingmetis_SpokeConnectorMode { id: ID! mode: String! } -input stagingmainnet_SpokeConnectorMode_filter { +input stagingmetis_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -148332,17 +146120,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_SpokeConnectorMode_filter] + or: [stagingmetis_SpokeConnectorMode_filter] } -enum stagingmainnet_SpokeConnectorMode_orderBy { +enum stagingmetis_SpokeConnectorMode_orderBy { id mode } -enum stagingmainnet_TransferStatus { +enum stagingmetis_TransferStatus { XCalled Executed Reconciled @@ -148350,19 +146138,17 @@ enum stagingmainnet_TransferStatus { CompletedFast } -type stagingmainnet__Block_ { +type stagingmetis__Block_ { """The hash of the block""" - hash: stagingmainnet_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: stagingmainnet_Bytes } """The type for the top-level _meta field""" -type stagingmainnet__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 @@ -148370,22 +146156,22 @@ type stagingmainnet__Meta_ { and therefore asks for the latest block """ - block: stagingmainnet__Block_! + block: stagingmetis__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingbnb_AggregateRoot { +type 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! @@ -148393,7 +146179,7 @@ type stagingbnb_AggregateRootProposed { blockNumber: BigInt } -input stagingbnb_AggregateRootProposed_filter { +input stagingmantle_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -148402,16 +146188,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 @@ -148453,12 +146239,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 @@ -148468,7 +146254,7 @@ enum stagingbnb_AggregateRootProposed_orderBy { blockNumber } -input stagingbnb_AggregateRoot_filter { +input stagingmantle_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -148477,16 +146263,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 @@ -148496,47 +146282,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 @@ -148597,7 +146378,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 @@ -148618,7 +146399,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 @@ -148628,12 +146409,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 @@ -148659,12 +146440,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 @@ -148678,17 +146459,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 @@ -148697,16 +146478,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 @@ -148723,16 +146504,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 @@ -148741,26 +146522,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 @@ -148789,14 +146570,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 @@ -148811,30 +146592,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 @@ -148859,43 +146640,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 @@ -148904,48 +146685,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 @@ -148962,16 +146743,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 @@ -148980,17 +146761,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 @@ -149015,40 +146796,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 @@ -149065,16 +146846,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 @@ -149091,16 +146872,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 @@ -149121,7 +146902,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 @@ -149138,26 +146919,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 @@ -149190,16 +146971,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 @@ -149208,26 +146989,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 @@ -149260,16 +147041,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 @@ -149279,12 +147060,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 @@ -149338,16 +147119,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 @@ -149356,16 +147137,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 @@ -149383,12 +147164,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 @@ -149396,25 +147177,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 @@ -149423,16 +147204,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 @@ -149441,16 +147222,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 @@ -149459,36 +147240,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 @@ -149517,14 +147298,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 @@ -149539,42 +147320,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 @@ -149591,16 +147372,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 @@ -149609,20 +147390,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 @@ -149647,40 +147428,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 @@ -149689,16 +147470,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 @@ -149715,16 +147496,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 @@ -149745,17 +147526,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 @@ -149776,7 +147557,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 @@ -149791,37 +147572,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 @@ -149854,16 +147635,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 @@ -149873,12 +147654,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 @@ -149931,20 +147712,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 @@ -149973,7 +147754,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 @@ -149982,23 +147763,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 @@ -150034,20 +147815,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 @@ -150076,7 +147857,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 @@ -150085,36 +147866,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 @@ -150148,12 +147929,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 @@ -150195,7 +147976,7 @@ enum stagingbnb_RelayerFeesIncrease_orderBy { blockNumber } -input stagingbnb_Relayer_filter { +input stagingmantle_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -150208,34 +147989,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 @@ -150251,33 +148032,33 @@ input stagingbnb_RootCount_filter { count_gte: BigInt count_lte: BigInt count_in: [BigInt!] - count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_RootCount_filter] - or: [stagingbnb_RootCount_filter] + count_not_in: [BigInt!] + """Filter for the block changed event.""" + _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 @@ -150302,16 +148083,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 @@ -150320,26 +148101,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 @@ -150373,12 +148154,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 @@ -150392,25 +148173,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 @@ -150439,7 +148220,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 @@ -150460,7 +148241,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 @@ -150478,12 +148259,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 @@ -150506,26 +148287,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 @@ -150534,10 +148315,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 @@ -150558,7 +148339,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 @@ -150579,7 +148360,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 @@ -150596,16 +148377,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 @@ -150622,16 +148403,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 @@ -150641,12 +148422,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 @@ -150675,7 +148456,7 @@ enum stagingbnb_RouterLiquidityEvent_orderBy { nonce } -input stagingbnb_Router_filter { +input stagingmantle_Router_filter { id: ID id_not: ID id_gt: ID @@ -150688,36 +148469,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 @@ -150726,14 +148507,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 @@ -150743,13 +148524,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 @@ -150762,35 +148543,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 @@ -150807,41 +148588,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 @@ -150870,7 +148651,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 @@ -150879,26 +148660,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 @@ -150932,12 +148713,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 @@ -150985,16 +148766,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 @@ -151011,16 +148792,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 @@ -151046,12 +148827,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 @@ -151060,12 +148841,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 @@ -151095,17 +148876,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 @@ -151113,19 +148894,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 @@ -151133,22 +148912,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 stagingoptimism_AggregateRoot { +type polygon_AggregateRoot { id: ID! - root: stagingoptimism_Bytes! + root: polygon_Bytes! blockNumber: BigInt! } -type stagingoptimism_AggregateRootProposed { +type polygon_AggregateRootProposed { id: ID! - aggregateRoot: stagingoptimism_Bytes! + aggregateRoot: polygon_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -151156,7 +148935,7 @@ type stagingoptimism_AggregateRootProposed { blockNumber: BigInt } -input stagingoptimism_AggregateRootProposed_filter { +input polygon_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -151165,16 +148944,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: 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 @@ -151216,12 +148995,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: polygon_BlockChangedFilter + and: [polygon_AggregateRootProposed_filter] + or: [polygon_AggregateRootProposed_filter] } -enum stagingoptimism_AggregateRootProposed_orderBy { +enum polygon_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -151231,7 +149010,7 @@ enum stagingoptimism_AggregateRootProposed_orderBy { blockNumber } -input stagingoptimism_AggregateRoot_filter { +input polygon_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -151240,16 +149019,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: 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 @@ -151259,47 +149038,42 @@ 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: polygon_BlockChangedFilter + and: [polygon_AggregateRoot_filter] + or: [polygon_AggregateRoot_filter] } -enum stagingoptimism_AggregateRoot_orderBy { +enum polygon_AggregateRoot_orderBy { id root blockNumber } -enum stagingoptimism_Aggregation_interval { - hour - day -} - -type stagingoptimism_Asset { +type polygon_Asset { id: ID! - key: stagingoptimism_Bytes + key: polygon_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingoptimism_Bytes + canonicalId: polygon_Bytes canonicalDomain: BigInt - adoptedAsset: stagingoptimism_Bytes - localAsset: stagingoptimism_Bytes + adoptedAsset: polygon_Bytes + localAsset: polygon_Bytes blockNumber: BigInt - status: stagingoptimism_AssetStatus + status: polygon_AssetStatus } -type stagingoptimism_AssetBalance { +type polygon_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingoptimism_Router! - asset: stagingoptimism_Asset! + router: polygon_Router! + asset: polygon_Asset! feesEarned: BigInt! } -input stagingoptimism_AssetBalance_filter { +input polygon_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -151360,7 +149134,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_: polygon_Router_filter asset: String asset_not: String asset_gt: String @@ -151381,7 +149155,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_: polygon_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -151391,12 +149165,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: polygon_BlockChangedFilter + and: [polygon_AssetBalance_filter] + or: [polygon_AssetBalance_filter] } -enum stagingoptimism_AssetBalance_orderBy { +enum polygon_AssetBalance_orderBy { id amount locked @@ -151422,12 +149196,12 @@ enum stagingoptimism_AssetBalance_orderBy { feesEarned } -type stagingoptimism_AssetStatus { +type polygon_AssetStatus { id: ID! status: Boolean } -input stagingoptimism_AssetStatus_filter { +input polygon_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -151441,17 +149215,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: polygon_BlockChangedFilter + and: [polygon_AssetStatus_filter] + or: [polygon_AssetStatus_filter] } -enum stagingoptimism_AssetStatus_orderBy { +enum polygon_AssetStatus_orderBy { id status } -input stagingoptimism_Asset_filter { +input polygon_Asset_filter { id: ID id_not: ID id_gt: ID @@ -151460,16 +149234,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: 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 @@ -151486,16 +149260,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: 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 @@ -151504,26 +149278,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: 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 @@ -151552,14 +149326,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_: polygon_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Asset_filter] - or: [stagingoptimism_Asset_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Asset_filter] + or: [polygon_Asset_filter] } -enum stagingoptimism_Asset_orderBy { +enum polygon_Asset_orderBy { id key decimal @@ -151574,30 +149348,30 @@ enum stagingoptimism_Asset_orderBy { status__status } -scalar stagingoptimism_BigDecimal +scalar polygon_BigDecimal -input stagingoptimism_BlockChangedFilter { +input polygon_BlockChangedFilter { number_gte: Int! } -input stagingoptimism_Block_height { - hash: stagingoptimism_Bytes +input polygon_Block_height { + hash: polygon_Bytes number: Int number_gte: Int } -scalar stagingoptimism_Bytes +scalar polygon_Bytes -type stagingoptimism_ConnectorMeta { +type polygon_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingoptimism_Bytes - rootManager: stagingoptimism_Bytes - mirrorConnector: stagingoptimism_Bytes + amb: polygon_Bytes + rootManager: polygon_Bytes + mirrorConnector: polygon_Bytes } -input stagingoptimism_ConnectorMeta_filter { +input polygon_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -151622,43 +149396,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: 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_ConnectorMeta_filter] - or: [stagingoptimism_ConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_ConnectorMeta_filter] + or: [polygon_ConnectorMeta_filter] } -enum stagingoptimism_ConnectorMeta_orderBy { +enum polygon_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -151667,48 +149441,48 @@ enum stagingoptimism_ConnectorMeta_orderBy { mirrorConnector } -type stagingoptimism_DestinationTransfer { +type polygon_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingoptimism_Bytes + transferId: polygon_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: 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: stagingoptimism_Bytes - delegate: stagingoptimism_Bytes + to: polygon_Bytes + delegate: polygon_Bytes receiveLocal: Boolean - callData: stagingoptimism_Bytes + callData: polygon_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingoptimism_Bytes + originSender: polygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingoptimism_Bytes - asset: stagingoptimism_Asset + canonicalId: polygon_Bytes + asset: polygon_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingoptimism_Bytes - executedTransactionHash: stagingoptimism_Bytes + executedCaller: polygon_Bytes + executedTransactionHash: polygon_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingoptimism_Bytes + executedTxOrigin: polygon_Bytes executedTxNonce: BigInt - reconciledCaller: stagingoptimism_Bytes - reconciledTransactionHash: stagingoptimism_Bytes + reconciledCaller: polygon_Bytes + reconciledTransactionHash: polygon_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingoptimism_Bytes + reconciledTxOrigin: polygon_Bytes reconciledTxNonce: BigInt } -input stagingoptimism_DestinationTransfer_filter { +input polygon_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -151725,16 +149499,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: 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 @@ -151743,17 +149517,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: 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_: stagingoptimism_Router_filter + routers_: polygon_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -151778,40 +149552,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: 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: 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: 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 @@ -151828,16 +149602,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: 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 @@ -151854,16 +149628,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: 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 @@ -151884,7 +149658,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_: polygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -151901,26 +149675,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: 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 @@ -151953,16 +149727,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: 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 @@ -151971,26 +149745,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: 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 @@ -152021,18 +149795,18 @@ input stagingoptimism_DestinationTransfer_filter { reconciledBlockNumber_lt: BigInt reconciledBlockNumber_gte: BigInt reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingoptimism_Bytes - reconciledTxOrigin_not: stagingoptimism_Bytes - reconciledTxOrigin_gt: stagingoptimism_Bytes - reconciledTxOrigin_lt: stagingoptimism_Bytes - reconciledTxOrigin_gte: stagingoptimism_Bytes - reconciledTxOrigin_lte: stagingoptimism_Bytes - reconciledTxOrigin_in: [stagingoptimism_Bytes!] - reconciledTxOrigin_not_in: [stagingoptimism_Bytes!] - reconciledTxOrigin_contains: stagingoptimism_Bytes - reconciledTxOrigin_not_contains: stagingoptimism_Bytes + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: polygon_Bytes + reconciledTxOrigin_not: polygon_Bytes + reconciledTxOrigin_gt: polygon_Bytes + reconciledTxOrigin_lt: polygon_Bytes + reconciledTxOrigin_gte: polygon_Bytes + reconciledTxOrigin_lte: polygon_Bytes + reconciledTxOrigin_in: [polygon_Bytes!] + reconciledTxOrigin_not_in: [polygon_Bytes!] + reconciledTxOrigin_contains: polygon_Bytes + reconciledTxOrigin_not_contains: polygon_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -152042,12 +149816,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: polygon_BlockChangedFilter + and: [polygon_DestinationTransfer_filter] + or: [polygon_DestinationTransfer_filter] } -enum stagingoptimism_DestinationTransfer_orderBy { +enum polygon_DestinationTransfer_orderBy { id chainId transferId @@ -152101,16 +149875,16 @@ enum stagingoptimism_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingoptimism_Int8 +scalar polygon_Int8 -type stagingoptimism_OptimisticRootFinalized { +type polygon_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingoptimism_Bytes! + aggregateRoot: polygon_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingoptimism_OptimisticRootFinalized_filter { +input polygon_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -152119,16 +149893,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: 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 @@ -152146,12 +149920,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: polygon_BlockChangedFilter + and: [polygon_OptimisticRootFinalized_filter] + or: [polygon_OptimisticRootFinalized_filter] } -enum stagingoptimism_OptimisticRootFinalized_orderBy { +enum polygon_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -152159,25 +149933,25 @@ enum stagingoptimism_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingoptimism_OrderDirection { +enum polygon_OrderDirection { asc desc } -type stagingoptimism_OriginMessage { +type polygon_OriginMessage { id: ID! - transferId: stagingoptimism_Bytes + transferId: polygon_Bytes destinationDomain: BigInt - leaf: stagingoptimism_Bytes + leaf: polygon_Bytes index: BigInt - message: stagingoptimism_Bytes - root: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes + message: polygon_Bytes + root: polygon_Bytes + transactionHash: polygon_Bytes blockNumber: BigInt - rootCount: stagingoptimism_RootCount + rootCount: polygon_RootCount } -input stagingoptimism_OriginMessage_filter { +input polygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -152186,16 +149960,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: 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 @@ -152204,16 +149978,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: 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 @@ -152222,36 +149996,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: 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 @@ -152280,14 +150054,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_: polygon_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_OriginMessage_filter] - or: [stagingoptimism_OriginMessage_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginMessage_filter] + or: [polygon_OriginMessage_filter] } -enum stagingoptimism_OriginMessage_orderBy { +enum polygon_OriginMessage_orderBy { id transferId destinationDomain @@ -152302,42 +150076,42 @@ enum stagingoptimism_OriginMessage_orderBy { rootCount__count } -type stagingoptimism_OriginTransfer { +type polygon_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingoptimism_Bytes + transferId: polygon_Bytes nonce: BigInt - status: stagingoptimism_TransferStatus - messageHash: stagingoptimism_Bytes + status: polygon_TransferStatus + messageHash: polygon_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingoptimism_Bytes - delegate: stagingoptimism_Bytes + to: polygon_Bytes + delegate: polygon_Bytes receiveLocal: Boolean - callData: stagingoptimism_Bytes + callData: polygon_Bytes slippage: BigInt - originSender: stagingoptimism_Bytes + originSender: polygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingoptimism_Bytes - asset: stagingoptimism_Asset - transactingAsset: stagingoptimism_Bytes - message: stagingoptimism_OriginMessage + canonicalId: polygon_Bytes + asset: polygon_Asset + transactingAsset: polygon_Bytes + message: polygon_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: 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: stagingoptimism_Bytes + txOrigin: polygon_Bytes txNonce: BigInt } -input stagingoptimism_OriginTransfer_filter { +input polygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -152354,16 +150128,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: 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 @@ -152372,20 +150146,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: 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 @@ -152410,40 +150184,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: 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: 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: 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 @@ -152452,16 +150226,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: 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 @@ -152478,16 +150252,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: 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 @@ -152508,17 +150282,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_: 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 @@ -152539,7 +150313,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_: polygon_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -152554,37 +150328,37 @@ input stagingoptimism_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingoptimism_RelayerFee_filter - initialRelayerFeeAsset: stagingoptimism_Bytes - initialRelayerFeeAsset_not: stagingoptimism_Bytes - initialRelayerFeeAsset_gt: stagingoptimism_Bytes - initialRelayerFeeAsset_lt: stagingoptimism_Bytes - initialRelayerFeeAsset_gte: stagingoptimism_Bytes - initialRelayerFeeAsset_lte: stagingoptimism_Bytes - initialRelayerFeeAsset_in: [stagingoptimism_Bytes!] - initialRelayerFeeAsset_not_in: [stagingoptimism_Bytes!] - initialRelayerFeeAsset_contains: stagingoptimism_Bytes - initialRelayerFeeAsset_not_contains: stagingoptimism_Bytes - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes - transactionHash_not: stagingoptimism_Bytes - transactionHash_gt: stagingoptimism_Bytes - transactionHash_lt: stagingoptimism_Bytes - transactionHash_gte: stagingoptimism_Bytes - transactionHash_lte: stagingoptimism_Bytes - transactionHash_in: [stagingoptimism_Bytes!] - transactionHash_not_in: [stagingoptimism_Bytes!] - transactionHash_contains: stagingoptimism_Bytes - transactionHash_not_contains: stagingoptimism_Bytes + relayerFees_: 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 @@ -152617,16 +150391,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: 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 @@ -152636,12 +150410,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: polygon_BlockChangedFilter + and: [polygon_OriginTransfer_filter] + or: [polygon_OriginTransfer_filter] } -enum stagingoptimism_OriginTransfer_orderBy { +enum polygon_OriginTransfer_orderBy { id chainId transferId @@ -152694,20 +150468,20 @@ enum stagingoptimism_OriginTransfer_orderBy { txNonce } -type stagingoptimism_Relayer { +type polygon_Relayer { id: ID! isActive: Boolean! - relayer: stagingoptimism_Bytes + relayer: polygon_Bytes } -type stagingoptimism_RelayerFee { +type polygon_RelayerFee { id: ID! - transfer: stagingoptimism_OriginTransfer! + transfer: polygon_OriginTransfer! fee: BigInt! - asset: stagingoptimism_Bytes! + asset: polygon_Bytes! } -input stagingoptimism_RelayerFee_filter { +input polygon_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -152736,7 +150510,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_: polygon_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -152745,23 +150519,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: 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RelayerFee_filter] - or: [stagingoptimism_RelayerFee_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFee_filter] + or: [polygon_RelayerFee_filter] } -enum stagingoptimism_RelayerFee_orderBy { +enum polygon_RelayerFee_orderBy { id transfer transfer__id @@ -152797,20 +150571,20 @@ enum stagingoptimism_RelayerFee_orderBy { asset } -type stagingoptimism_RelayerFeesIncrease { +type polygon_RelayerFeesIncrease { id: ID! - transfer: stagingoptimism_OriginTransfer! + transfer: polygon_OriginTransfer! increase: BigInt - asset: stagingoptimism_Bytes - caller: stagingoptimism_Bytes! - transactionHash: stagingoptimism_Bytes! + asset: polygon_Bytes + caller: polygon_Bytes! + transactionHash: polygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingoptimism_RelayerFeesIncrease_filter { +input polygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -152839,7 +150613,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_: polygon_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -152848,36 +150622,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: 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 @@ -152911,12 +150685,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: polygon_BlockChangedFilter + and: [polygon_RelayerFeesIncrease_filter] + or: [polygon_RelayerFeesIncrease_filter] } -enum stagingoptimism_RelayerFeesIncrease_orderBy { +enum polygon_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -152958,7 +150732,7 @@ enum stagingoptimism_RelayerFeesIncrease_orderBy { blockNumber } -input stagingoptimism_Relayer_filter { +input polygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -152971,34 +150745,34 @@ 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: 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Relayer_filter] - or: [stagingoptimism_Relayer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Relayer_filter] + or: [polygon_Relayer_filter] } -enum stagingoptimism_Relayer_orderBy { +enum polygon_Relayer_orderBy { id isActive relayer } -type stagingoptimism_RootCount { +type polygon_RootCount { id: ID! count: BigInt } -input stagingoptimism_RootCount_filter { +input polygon_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -153016,31 +150790,31 @@ input stagingoptimism_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RootCount_filter] - or: [stagingoptimism_RootCount_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RootCount_filter] + or: [polygon_RootCount_filter] } -enum stagingoptimism_RootCount_orderBy { +enum polygon_RootCount_orderBy { id count } -type stagingoptimism_RootMessageSent { +type polygon_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingoptimism_Bytes + root: polygon_Bytes count: BigInt - caller: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes + caller: polygon_Bytes + transactionHash: polygon_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingoptimism_RootMessageSent_filter { +input polygon_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -153065,16 +150839,16 @@ input stagingoptimism_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingoptimism_Bytes - root_not: stagingoptimism_Bytes - root_gt: stagingoptimism_Bytes - root_lt: stagingoptimism_Bytes - root_gte: stagingoptimism_Bytes - root_lte: stagingoptimism_Bytes - root_in: [stagingoptimism_Bytes!] - root_not_in: [stagingoptimism_Bytes!] - root_contains: stagingoptimism_Bytes - root_not_contains: stagingoptimism_Bytes + root: 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 @@ -153083,26 +150857,26 @@ input stagingoptimism_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes - transactionHash_not: stagingoptimism_Bytes - transactionHash_gt: stagingoptimism_Bytes - transactionHash_lt: stagingoptimism_Bytes - transactionHash_gte: stagingoptimism_Bytes - transactionHash_lte: stagingoptimism_Bytes - transactionHash_in: [stagingoptimism_Bytes!] - transactionHash_not_in: [stagingoptimism_Bytes!] - transactionHash_contains: stagingoptimism_Bytes - transactionHash_not_contains: stagingoptimism_Bytes + caller: 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 @@ -153136,12 +150910,12 @@ input stagingoptimism_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RootMessageSent_filter] - or: [stagingoptimism_RootMessageSent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RootMessageSent_filter] + or: [polygon_RootMessageSent_filter] } -enum stagingoptimism_RootMessageSent_orderBy { +enum polygon_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -153155,25 +150929,25 @@ enum stagingoptimism_RootMessageSent_orderBy { blockNumber } -type stagingoptimism_Router { +type polygon_Router { id: ID! isActive: Boolean! - owner: stagingoptimism_Bytes - recipient: stagingoptimism_Bytes - proposedOwner: stagingoptimism_Bytes + owner: polygon_Bytes + recipient: polygon_Bytes + proposedOwner: polygon_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimism_AssetBalance_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_AssetBalance_filter): [stagingoptimism_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygon_AssetBalance_orderBy, orderDirection: polygon_OrderDirection, where: polygon_AssetBalance_filter): [polygon_AssetBalance!]! } -type stagingoptimism_RouterDailyTVL { +type polygon_RouterDailyTVL { id: ID! - router: stagingoptimism_Router! - asset: stagingoptimism_Asset! + router: polygon_Router! + asset: polygon_Asset! timestamp: BigInt! balance: BigInt! } -input stagingoptimism_RouterDailyTVL_filter { +input polygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -153202,7 +150976,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_: polygon_Router_filter asset: String asset_not: String asset_gt: String @@ -153223,7 +150997,7 @@ input stagingoptimism_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingoptimism_Asset_filter + asset_: polygon_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -153241,12 +151015,12 @@ input stagingoptimism_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RouterDailyTVL_filter] - or: [stagingoptimism_RouterDailyTVL_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterDailyTVL_filter] + or: [polygon_RouterDailyTVL_filter] } -enum stagingoptimism_RouterDailyTVL_orderBy { +enum polygon_RouterDailyTVL_orderBy { id router router__id @@ -153269,26 +151043,26 @@ enum stagingoptimism_RouterDailyTVL_orderBy { balance } -type stagingoptimism_RouterLiquidityEvent { +type polygon_RouterLiquidityEvent { id: ID! - type: stagingoptimism_RouterLiquidityEventType - router: stagingoptimism_Router! - asset: stagingoptimism_Asset! + type: polygon_RouterLiquidityEventType + router: polygon_Router! + asset: polygon_Asset! amount: BigInt! balance: BigInt! - caller: stagingoptimism_Bytes + caller: polygon_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingoptimism_Bytes! + transactionHash: polygon_Bytes! nonce: BigInt! } -enum stagingoptimism_RouterLiquidityEventType { +enum polygon_RouterLiquidityEventType { Add Remove } -input stagingoptimism_RouterLiquidityEvent_filter { +input polygon_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -153297,10 +151071,10 @@ input stagingoptimism_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingoptimism_RouterLiquidityEventType - type_not: stagingoptimism_RouterLiquidityEventType - type_in: [stagingoptimism_RouterLiquidityEventType!] - type_not_in: [stagingoptimism_RouterLiquidityEventType!] + type: polygon_RouterLiquidityEventType + type_not: polygon_RouterLiquidityEventType + type_in: [polygon_RouterLiquidityEventType!] + type_not_in: [polygon_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -153321,7 +151095,7 @@ input stagingoptimism_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingoptimism_Router_filter + router_: polygon_Router_filter asset: String asset_not: String asset_gt: String @@ -153342,7 +151116,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_: polygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -153359,16 +151133,16 @@ input stagingoptimism_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes + caller: 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 @@ -153385,16 +151159,16 @@ input stagingoptimism_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingoptimism_Bytes - transactionHash_not: stagingoptimism_Bytes - transactionHash_gt: stagingoptimism_Bytes - transactionHash_lt: stagingoptimism_Bytes - transactionHash_gte: stagingoptimism_Bytes - transactionHash_lte: stagingoptimism_Bytes - transactionHash_in: [stagingoptimism_Bytes!] - transactionHash_not_in: [stagingoptimism_Bytes!] - transactionHash_contains: stagingoptimism_Bytes - transactionHash_not_contains: stagingoptimism_Bytes + transactionHash: 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 @@ -153404,12 +151178,12 @@ input stagingoptimism_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RouterLiquidityEvent_filter] - or: [stagingoptimism_RouterLiquidityEvent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterLiquidityEvent_filter] + or: [polygon_RouterLiquidityEvent_filter] } -enum stagingoptimism_RouterLiquidityEvent_orderBy { +enum polygon_RouterLiquidityEvent_orderBy { id type router @@ -153438,7 +151212,7 @@ enum stagingoptimism_RouterLiquidityEvent_orderBy { nonce } -input stagingoptimism_Router_filter { +input polygon_Router_filter { id: ID id_not: ID id_gt: ID @@ -153451,36 +151225,36 @@ input stagingoptimism_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingoptimism_Bytes - owner_not: stagingoptimism_Bytes - owner_gt: stagingoptimism_Bytes - owner_lt: stagingoptimism_Bytes - owner_gte: stagingoptimism_Bytes - owner_lte: stagingoptimism_Bytes - owner_in: [stagingoptimism_Bytes!] - owner_not_in: [stagingoptimism_Bytes!] - owner_contains: stagingoptimism_Bytes - owner_not_contains: stagingoptimism_Bytes - recipient: stagingoptimism_Bytes - recipient_not: stagingoptimism_Bytes - recipient_gt: stagingoptimism_Bytes - recipient_lt: stagingoptimism_Bytes - recipient_gte: stagingoptimism_Bytes - recipient_lte: stagingoptimism_Bytes - recipient_in: [stagingoptimism_Bytes!] - recipient_not_in: [stagingoptimism_Bytes!] - recipient_contains: stagingoptimism_Bytes - recipient_not_contains: stagingoptimism_Bytes - proposedOwner: stagingoptimism_Bytes - proposedOwner_not: stagingoptimism_Bytes - proposedOwner_gt: stagingoptimism_Bytes - proposedOwner_lt: stagingoptimism_Bytes - proposedOwner_gte: stagingoptimism_Bytes - proposedOwner_lte: stagingoptimism_Bytes - proposedOwner_in: [stagingoptimism_Bytes!] - proposedOwner_not_in: [stagingoptimism_Bytes!] - proposedOwner_contains: stagingoptimism_Bytes - proposedOwner_not_contains: stagingoptimism_Bytes + owner: 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 @@ -153489,14 +151263,14 @@ input stagingoptimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingoptimism_AssetBalance_filter + assetBalances_: polygon_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Router_filter] - or: [stagingoptimism_Router_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Router_filter] + or: [polygon_Router_filter] } -enum stagingoptimism_Router_orderBy { +enum polygon_Router_orderBy { id isActive owner @@ -153506,13 +151280,13 @@ enum stagingoptimism_Router_orderBy { assetBalances } -type stagingoptimism_Sequencer { +type polygon_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingoptimism_Bytes + sequencer: polygon_Bytes } -input stagingoptimism_Sequencer_filter { +input polygon_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -153525,35 +151299,35 @@ input stagingoptimism_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingoptimism_Bytes - sequencer_not: stagingoptimism_Bytes - sequencer_gt: stagingoptimism_Bytes - sequencer_lt: stagingoptimism_Bytes - sequencer_gte: stagingoptimism_Bytes - sequencer_lte: stagingoptimism_Bytes - sequencer_in: [stagingoptimism_Bytes!] - sequencer_not_in: [stagingoptimism_Bytes!] - sequencer_contains: stagingoptimism_Bytes - sequencer_not_contains: stagingoptimism_Bytes + sequencer: 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Sequencer_filter] - or: [stagingoptimism_Sequencer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Sequencer_filter] + or: [polygon_Sequencer_filter] } -enum stagingoptimism_Sequencer_orderBy { +enum polygon_Sequencer_orderBy { id isActive sequencer } -type stagingoptimism_Setting { +type polygon_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingoptimism_Bytes! + caller: polygon_Bytes! } -input stagingoptimism_Setting_filter { +input polygon_Setting_filter { id: ID id_not: ID id_gt: ID @@ -153570,41 +151344,41 @@ input stagingoptimism_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes + caller: 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Setting_filter] - or: [stagingoptimism_Setting_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Setting_filter] + or: [polygon_Setting_filter] } -enum stagingoptimism_Setting_orderBy { +enum polygon_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingoptimism_SlippageUpdate { +type polygon_SlippageUpdate { id: ID! - transfer: stagingoptimism_DestinationTransfer! + transfer: polygon_DestinationTransfer! slippage: BigInt! - caller: stagingoptimism_Bytes! - transactionHash: stagingoptimism_Bytes! + caller: polygon_Bytes! + transactionHash: polygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingoptimism_SlippageUpdate_filter { +input polygon_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -153633,7 +151407,7 @@ input stagingoptimism_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingoptimism_DestinationTransfer_filter + transfer_: polygon_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -153642,26 +151416,26 @@ input stagingoptimism_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes - transactionHash_not: stagingoptimism_Bytes - transactionHash_gt: stagingoptimism_Bytes - transactionHash_lt: stagingoptimism_Bytes - transactionHash_gte: stagingoptimism_Bytes - transactionHash_lte: stagingoptimism_Bytes - transactionHash_in: [stagingoptimism_Bytes!] - transactionHash_not_in: [stagingoptimism_Bytes!] - transactionHash_contains: stagingoptimism_Bytes - transactionHash_not_contains: stagingoptimism_Bytes + caller: 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 @@ -153695,12 +151469,12 @@ input stagingoptimism_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_SlippageUpdate_filter] - or: [stagingoptimism_SlippageUpdate_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_SlippageUpdate_filter] + or: [polygon_SlippageUpdate_filter] } -enum stagingoptimism_SlippageUpdate_orderBy { +enum polygon_SlippageUpdate_orderBy { id transfer transfer__id @@ -153748,16 +151522,16 @@ enum stagingoptimism_SlippageUpdate_orderBy { blockNumber } -type stagingoptimism_SnapshotRoot { +type polygon_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingoptimism_Bytes! + root: polygon_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingoptimism_SnapshotRoot_filter { +input polygon_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -153774,16 +151548,16 @@ input stagingoptimism_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingoptimism_Bytes - root_not: stagingoptimism_Bytes - root_gt: stagingoptimism_Bytes - root_lt: stagingoptimism_Bytes - root_gte: stagingoptimism_Bytes - root_lte: stagingoptimism_Bytes - root_in: [stagingoptimism_Bytes!] - root_not_in: [stagingoptimism_Bytes!] - root_contains: stagingoptimism_Bytes - root_not_contains: stagingoptimism_Bytes + root: 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 @@ -153809,12 +151583,12 @@ input stagingoptimism_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_SnapshotRoot_filter] - or: [stagingoptimism_SnapshotRoot_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_SnapshotRoot_filter] + or: [polygon_SnapshotRoot_filter] } -enum stagingoptimism_SnapshotRoot_orderBy { +enum polygon_SnapshotRoot_orderBy { id spokeDomain root @@ -153823,12 +151597,12 @@ enum stagingoptimism_SnapshotRoot_orderBy { blockNumber } -type stagingoptimism_SpokeConnectorMode { +type polygon_SpokeConnectorMode { id: ID! mode: String! } -input stagingoptimism_SpokeConnectorMode_filter { +input polygon_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -153858,17 +151632,17 @@ input stagingoptimism_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_SpokeConnectorMode_filter] - or: [stagingoptimism_SpokeConnectorMode_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_SpokeConnectorMode_filter] + or: [polygon_SpokeConnectorMode_filter] } -enum stagingoptimism_SpokeConnectorMode_orderBy { +enum polygon_SpokeConnectorMode_orderBy { id mode } -enum stagingoptimism_TransferStatus { +enum polygon_TransferStatus { XCalled Executed Reconciled @@ -153876,19 +151650,17 @@ enum stagingoptimism_TransferStatus { CompletedFast } -type stagingoptimism__Block_ { +type polygon__Block_ { """The hash of the block""" - hash: stagingoptimism_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: stagingoptimism_Bytes } """The type for the top-level _meta field""" -type stagingoptimism__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 @@ -153896,22 +151668,22 @@ type stagingoptimism__Meta_ { and therefore asks for the latest block """ - block: stagingoptimism__Block_! + block: polygon__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type localoptimism_AggregateRoot { +type goerli_AggregateRoot { id: ID! - root: localoptimism_Bytes! + root: goerli_Bytes! blockNumber: BigInt! } -type localoptimism_AggregateRootProposed { +type goerli_AggregateRootProposed { id: ID! - aggregateRoot: localoptimism_Bytes! + aggregateRoot: goerli_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -153919,7 +151691,7 @@ type localoptimism_AggregateRootProposed { blockNumber: BigInt } -input localoptimism_AggregateRootProposed_filter { +input goerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -153928,16 +151700,16 @@ input localoptimism_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localoptimism_Bytes - aggregateRoot_not: localoptimism_Bytes - aggregateRoot_gt: localoptimism_Bytes - aggregateRoot_lt: localoptimism_Bytes - aggregateRoot_gte: localoptimism_Bytes - aggregateRoot_lte: localoptimism_Bytes - aggregateRoot_in: [localoptimism_Bytes!] - aggregateRoot_not_in: [localoptimism_Bytes!] - aggregateRoot_contains: localoptimism_Bytes - aggregateRoot_not_contains: localoptimism_Bytes + aggregateRoot: goerli_Bytes + aggregateRoot_not: goerli_Bytes + aggregateRoot_gt: goerli_Bytes + aggregateRoot_lt: goerli_Bytes + aggregateRoot_gte: goerli_Bytes + aggregateRoot_lte: goerli_Bytes + aggregateRoot_in: [goerli_Bytes!] + aggregateRoot_not_in: [goerli_Bytes!] + aggregateRoot_contains: goerli_Bytes + aggregateRoot_not_contains: goerli_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -153979,12 +151751,12 @@ input localoptimism_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_AggregateRootProposed_filter] - or: [localoptimism_AggregateRootProposed_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AggregateRootProposed_filter] + or: [goerli_AggregateRootProposed_filter] } -enum localoptimism_AggregateRootProposed_orderBy { +enum goerli_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -153994,7 +151766,7 @@ enum localoptimism_AggregateRootProposed_orderBy { blockNumber } -input localoptimism_AggregateRoot_filter { +input goerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -154003,16 +151775,16 @@ input localoptimism_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: localoptimism_Bytes - root_not: localoptimism_Bytes - root_gt: localoptimism_Bytes - root_lt: localoptimism_Bytes - root_gte: localoptimism_Bytes - root_lte: localoptimism_Bytes - root_in: [localoptimism_Bytes!] - root_not_in: [localoptimism_Bytes!] - root_contains: localoptimism_Bytes - root_not_contains: localoptimism_Bytes + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -154022,47 +151794,42 @@ input localoptimism_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_AggregateRoot_filter] - or: [localoptimism_AggregateRoot_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AggregateRoot_filter] + or: [goerli_AggregateRoot_filter] } -enum localoptimism_AggregateRoot_orderBy { +enum goerli_AggregateRoot_orderBy { id root blockNumber } -enum localoptimism_Aggregation_interval { - hour - day -} - -type localoptimism_Asset { +type goerli_Asset { id: ID! - key: localoptimism_Bytes + key: goerli_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: localoptimism_Bytes + canonicalId: goerli_Bytes canonicalDomain: BigInt - adoptedAsset: localoptimism_Bytes - localAsset: localoptimism_Bytes + adoptedAsset: goerli_Bytes + localAsset: goerli_Bytes blockNumber: BigInt - status: localoptimism_AssetStatus + status: goerli_AssetStatus } -type localoptimism_AssetBalance { +type goerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: localoptimism_Router! - asset: localoptimism_Asset! + router: goerli_Router! + asset: goerli_Asset! feesEarned: BigInt! } -input localoptimism_AssetBalance_filter { +input goerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -154123,7 +151890,7 @@ input localoptimism_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localoptimism_Router_filter + router_: goerli_Router_filter asset: String asset_not: String asset_gt: String @@ -154144,7 +151911,7 @@ input localoptimism_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localoptimism_Asset_filter + asset_: goerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -154154,12 +151921,12 @@ input localoptimism_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_AssetBalance_filter] - or: [localoptimism_AssetBalance_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AssetBalance_filter] + or: [goerli_AssetBalance_filter] } -enum localoptimism_AssetBalance_orderBy { +enum goerli_AssetBalance_orderBy { id amount locked @@ -154185,12 +151952,12 @@ enum localoptimism_AssetBalance_orderBy { feesEarned } -type localoptimism_AssetStatus { +type goerli_AssetStatus { id: ID! status: Boolean } -input localoptimism_AssetStatus_filter { +input goerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -154204,17 +151971,17 @@ input localoptimism_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_AssetStatus_filter] - or: [localoptimism_AssetStatus_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AssetStatus_filter] + or: [goerli_AssetStatus_filter] } -enum localoptimism_AssetStatus_orderBy { +enum goerli_AssetStatus_orderBy { id status } -input localoptimism_Asset_filter { +input goerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -154223,16 +151990,16 @@ input localoptimism_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: localoptimism_Bytes - key_not: localoptimism_Bytes - key_gt: localoptimism_Bytes - key_lt: localoptimism_Bytes - key_gte: localoptimism_Bytes - key_lte: localoptimism_Bytes - key_in: [localoptimism_Bytes!] - key_not_in: [localoptimism_Bytes!] - key_contains: localoptimism_Bytes - key_not_contains: localoptimism_Bytes + key: goerli_Bytes + key_not: goerli_Bytes + key_gt: goerli_Bytes + key_lt: goerli_Bytes + key_gte: goerli_Bytes + key_lte: goerli_Bytes + key_in: [goerli_Bytes!] + key_not_in: [goerli_Bytes!] + key_contains: goerli_Bytes + key_not_contains: goerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -154249,16 +152016,16 @@ input localoptimism_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: localoptimism_Bytes - canonicalId_not: localoptimism_Bytes - canonicalId_gt: localoptimism_Bytes - canonicalId_lt: localoptimism_Bytes - canonicalId_gte: localoptimism_Bytes - canonicalId_lte: localoptimism_Bytes - canonicalId_in: [localoptimism_Bytes!] - canonicalId_not_in: [localoptimism_Bytes!] - canonicalId_contains: localoptimism_Bytes - canonicalId_not_contains: localoptimism_Bytes + canonicalId: goerli_Bytes + canonicalId_not: goerli_Bytes + canonicalId_gt: goerli_Bytes + canonicalId_lt: goerli_Bytes + canonicalId_gte: goerli_Bytes + canonicalId_lte: goerli_Bytes + canonicalId_in: [goerli_Bytes!] + canonicalId_not_in: [goerli_Bytes!] + canonicalId_contains: goerli_Bytes + canonicalId_not_contains: goerli_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -154267,26 +152034,26 @@ input localoptimism_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: localoptimism_Bytes - adoptedAsset_not: localoptimism_Bytes - adoptedAsset_gt: localoptimism_Bytes - adoptedAsset_lt: localoptimism_Bytes - adoptedAsset_gte: localoptimism_Bytes - adoptedAsset_lte: localoptimism_Bytes - adoptedAsset_in: [localoptimism_Bytes!] - adoptedAsset_not_in: [localoptimism_Bytes!] - adoptedAsset_contains: localoptimism_Bytes - adoptedAsset_not_contains: localoptimism_Bytes - localAsset: localoptimism_Bytes - localAsset_not: localoptimism_Bytes - localAsset_gt: localoptimism_Bytes - localAsset_lt: localoptimism_Bytes - localAsset_gte: localoptimism_Bytes - localAsset_lte: localoptimism_Bytes - localAsset_in: [localoptimism_Bytes!] - localAsset_not_in: [localoptimism_Bytes!] - localAsset_contains: localoptimism_Bytes - localAsset_not_contains: localoptimism_Bytes + adoptedAsset: goerli_Bytes + adoptedAsset_not: goerli_Bytes + adoptedAsset_gt: goerli_Bytes + adoptedAsset_lt: goerli_Bytes + adoptedAsset_gte: goerli_Bytes + adoptedAsset_lte: goerli_Bytes + adoptedAsset_in: [goerli_Bytes!] + adoptedAsset_not_in: [goerli_Bytes!] + adoptedAsset_contains: goerli_Bytes + adoptedAsset_not_contains: goerli_Bytes + localAsset: goerli_Bytes + localAsset_not: goerli_Bytes + localAsset_gt: goerli_Bytes + localAsset_lt: goerli_Bytes + localAsset_gte: goerli_Bytes + localAsset_lte: goerli_Bytes + localAsset_in: [goerli_Bytes!] + localAsset_not_in: [goerli_Bytes!] + localAsset_contains: goerli_Bytes + localAsset_not_contains: goerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -154315,14 +152082,14 @@ input localoptimism_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: localoptimism_AssetStatus_filter + status_: goerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Asset_filter] - or: [localoptimism_Asset_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Asset_filter] + or: [goerli_Asset_filter] } -enum localoptimism_Asset_orderBy { +enum goerli_Asset_orderBy { id key decimal @@ -154337,30 +152104,16 @@ enum localoptimism_Asset_orderBy { status__status } -scalar localoptimism_BigDecimal - -input localoptimism_BlockChangedFilter { - number_gte: Int! -} - -input localoptimism_Block_height { - hash: localoptimism_Bytes - number: Int - number_gte: Int -} - -scalar localoptimism_Bytes - -type localoptimism_ConnectorMeta { +type goerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: localoptimism_Bytes - rootManager: localoptimism_Bytes - mirrorConnector: localoptimism_Bytes + amb: goerli_Bytes + rootManager: goerli_Bytes + mirrorConnector: goerli_Bytes } -input localoptimism_ConnectorMeta_filter { +input goerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -154385,43 +152138,43 @@ input localoptimism_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: localoptimism_Bytes - amb_not: localoptimism_Bytes - amb_gt: localoptimism_Bytes - amb_lt: localoptimism_Bytes - amb_gte: localoptimism_Bytes - amb_lte: localoptimism_Bytes - amb_in: [localoptimism_Bytes!] - amb_not_in: [localoptimism_Bytes!] - amb_contains: localoptimism_Bytes - amb_not_contains: localoptimism_Bytes - rootManager: localoptimism_Bytes - rootManager_not: localoptimism_Bytes - rootManager_gt: localoptimism_Bytes - rootManager_lt: localoptimism_Bytes - rootManager_gte: localoptimism_Bytes - rootManager_lte: localoptimism_Bytes - rootManager_in: [localoptimism_Bytes!] - rootManager_not_in: [localoptimism_Bytes!] - rootManager_contains: localoptimism_Bytes - rootManager_not_contains: localoptimism_Bytes - mirrorConnector: localoptimism_Bytes - mirrorConnector_not: localoptimism_Bytes - mirrorConnector_gt: localoptimism_Bytes - mirrorConnector_lt: localoptimism_Bytes - mirrorConnector_gte: localoptimism_Bytes - mirrorConnector_lte: localoptimism_Bytes - mirrorConnector_in: [localoptimism_Bytes!] - mirrorConnector_not_in: [localoptimism_Bytes!] - mirrorConnector_contains: localoptimism_Bytes - mirrorConnector_not_contains: localoptimism_Bytes + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_ConnectorMeta_filter] - or: [localoptimism_ConnectorMeta_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_ConnectorMeta_filter] + or: [goerli_ConnectorMeta_filter] } -enum localoptimism_ConnectorMeta_orderBy { +enum goerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -154430,48 +152183,48 @@ enum localoptimism_ConnectorMeta_orderBy { mirrorConnector } -type localoptimism_DestinationTransfer { +type goerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: localoptimism_Bytes + transferId: goerli_Bytes nonce: BigInt - status: localoptimism_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: localoptimism_Router_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_Router_filter): [localoptimism_Router!] + status: goerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: goerli_Router_orderBy, orderDirection: goerli_OrderDirection, where: goerli_Router_filter): [goerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localoptimism_Bytes - delegate: localoptimism_Bytes + to: goerli_Bytes + delegate: goerli_Bytes receiveLocal: Boolean - callData: localoptimism_Bytes + callData: goerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: localoptimism_Bytes + originSender: goerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localoptimism_Bytes - asset: localoptimism_Asset + canonicalId: goerli_Bytes + asset: goerli_Asset amount: BigInt routersFee: BigInt - executedCaller: localoptimism_Bytes - executedTransactionHash: localoptimism_Bytes + executedCaller: goerli_Bytes + executedTransactionHash: goerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: localoptimism_Bytes + executedTxOrigin: goerli_Bytes executedTxNonce: BigInt - reconciledCaller: localoptimism_Bytes - reconciledTransactionHash: localoptimism_Bytes + reconciledCaller: goerli_Bytes + reconciledTransactionHash: goerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: localoptimism_Bytes + reconciledTxOrigin: goerli_Bytes reconciledTxNonce: BigInt } -input localoptimism_DestinationTransfer_filter { +input goerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -154488,16 +152241,16 @@ input localoptimism_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localoptimism_Bytes - transferId_not: localoptimism_Bytes - transferId_gt: localoptimism_Bytes - transferId_lt: localoptimism_Bytes - transferId_gte: localoptimism_Bytes - transferId_lte: localoptimism_Bytes - transferId_in: [localoptimism_Bytes!] - transferId_not_in: [localoptimism_Bytes!] - transferId_contains: localoptimism_Bytes - transferId_not_contains: localoptimism_Bytes + transferId: goerli_Bytes + transferId_not: goerli_Bytes + transferId_gt: goerli_Bytes + transferId_lt: goerli_Bytes + transferId_gte: goerli_Bytes + transferId_lte: goerli_Bytes + transferId_in: [goerli_Bytes!] + transferId_not_in: [goerli_Bytes!] + transferId_contains: goerli_Bytes + transferId_not_contains: goerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -154506,17 +152259,17 @@ input localoptimism_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localoptimism_TransferStatus - status_not: localoptimism_TransferStatus - status_in: [localoptimism_TransferStatus!] - status_not_in: [localoptimism_TransferStatus!] + status: goerli_TransferStatus + status_not: goerli_TransferStatus + status_in: [goerli_TransferStatus!] + status_not_in: [goerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: localoptimism_Router_filter + routers_: goerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -154541,40 +152294,40 @@ input localoptimism_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localoptimism_Bytes - to_not: localoptimism_Bytes - to_gt: localoptimism_Bytes - to_lt: localoptimism_Bytes - to_gte: localoptimism_Bytes - to_lte: localoptimism_Bytes - to_in: [localoptimism_Bytes!] - to_not_in: [localoptimism_Bytes!] - to_contains: localoptimism_Bytes - to_not_contains: localoptimism_Bytes - delegate: localoptimism_Bytes - delegate_not: localoptimism_Bytes - delegate_gt: localoptimism_Bytes - delegate_lt: localoptimism_Bytes - delegate_gte: localoptimism_Bytes - delegate_lte: localoptimism_Bytes - delegate_in: [localoptimism_Bytes!] - delegate_not_in: [localoptimism_Bytes!] - delegate_contains: localoptimism_Bytes - delegate_not_contains: localoptimism_Bytes + to: goerli_Bytes + to_not: goerli_Bytes + to_gt: goerli_Bytes + to_lt: goerli_Bytes + to_gte: goerli_Bytes + to_lte: goerli_Bytes + to_in: [goerli_Bytes!] + to_not_in: [goerli_Bytes!] + to_contains: goerli_Bytes + to_not_contains: goerli_Bytes + delegate: goerli_Bytes + delegate_not: goerli_Bytes + delegate_gt: goerli_Bytes + delegate_lt: goerli_Bytes + delegate_gte: goerli_Bytes + delegate_lte: goerli_Bytes + delegate_in: [goerli_Bytes!] + delegate_not_in: [goerli_Bytes!] + delegate_contains: goerli_Bytes + delegate_not_contains: goerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: localoptimism_Bytes - callData_not: localoptimism_Bytes - callData_gt: localoptimism_Bytes - callData_lt: localoptimism_Bytes - callData_gte: localoptimism_Bytes - callData_lte: localoptimism_Bytes - callData_in: [localoptimism_Bytes!] - callData_not_in: [localoptimism_Bytes!] - callData_contains: localoptimism_Bytes - callData_not_contains: localoptimism_Bytes + callData: goerli_Bytes + callData_not: goerli_Bytes + callData_gt: goerli_Bytes + callData_lt: goerli_Bytes + callData_gte: goerli_Bytes + callData_lte: goerli_Bytes + callData_in: [goerli_Bytes!] + callData_not_in: [goerli_Bytes!] + callData_contains: goerli_Bytes + callData_not_contains: goerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -154591,16 +152344,16 @@ input localoptimism_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: localoptimism_Bytes - originSender_not: localoptimism_Bytes - originSender_gt: localoptimism_Bytes - originSender_lt: localoptimism_Bytes - originSender_gte: localoptimism_Bytes - originSender_lte: localoptimism_Bytes - originSender_in: [localoptimism_Bytes!] - originSender_not_in: [localoptimism_Bytes!] - originSender_contains: localoptimism_Bytes - originSender_not_contains: localoptimism_Bytes + originSender: goerli_Bytes + originSender_not: goerli_Bytes + originSender_gt: goerli_Bytes + originSender_lt: goerli_Bytes + originSender_gte: goerli_Bytes + originSender_lte: goerli_Bytes + originSender_in: [goerli_Bytes!] + originSender_not_in: [goerli_Bytes!] + originSender_contains: goerli_Bytes + originSender_not_contains: goerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -154617,16 +152370,16 @@ input localoptimism_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: localoptimism_Bytes - canonicalId_not: localoptimism_Bytes - canonicalId_gt: localoptimism_Bytes - canonicalId_lt: localoptimism_Bytes - canonicalId_gte: localoptimism_Bytes - canonicalId_lte: localoptimism_Bytes - canonicalId_in: [localoptimism_Bytes!] - canonicalId_not_in: [localoptimism_Bytes!] - canonicalId_contains: localoptimism_Bytes - canonicalId_not_contains: localoptimism_Bytes + canonicalId: goerli_Bytes + canonicalId_not: goerli_Bytes + canonicalId_gt: goerli_Bytes + canonicalId_lt: goerli_Bytes + canonicalId_gte: goerli_Bytes + canonicalId_lte: goerli_Bytes + canonicalId_in: [goerli_Bytes!] + canonicalId_not_in: [goerli_Bytes!] + canonicalId_contains: goerli_Bytes + canonicalId_not_contains: goerli_Bytes asset: String asset_not: String asset_gt: String @@ -154647,7 +152400,7 @@ input localoptimism_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localoptimism_Asset_filter + asset_: goerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -154664,26 +152417,26 @@ input localoptimism_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: localoptimism_Bytes - executedCaller_not: localoptimism_Bytes - executedCaller_gt: localoptimism_Bytes - executedCaller_lt: localoptimism_Bytes - executedCaller_gte: localoptimism_Bytes - executedCaller_lte: localoptimism_Bytes - executedCaller_in: [localoptimism_Bytes!] - executedCaller_not_in: [localoptimism_Bytes!] - executedCaller_contains: localoptimism_Bytes - executedCaller_not_contains: localoptimism_Bytes - executedTransactionHash: localoptimism_Bytes - executedTransactionHash_not: localoptimism_Bytes - executedTransactionHash_gt: localoptimism_Bytes - executedTransactionHash_lt: localoptimism_Bytes - executedTransactionHash_gte: localoptimism_Bytes - executedTransactionHash_lte: localoptimism_Bytes - executedTransactionHash_in: [localoptimism_Bytes!] - executedTransactionHash_not_in: [localoptimism_Bytes!] - executedTransactionHash_contains: localoptimism_Bytes - executedTransactionHash_not_contains: localoptimism_Bytes + executedCaller: goerli_Bytes + executedCaller_not: goerli_Bytes + executedCaller_gt: goerli_Bytes + executedCaller_lt: goerli_Bytes + executedCaller_gte: goerli_Bytes + executedCaller_lte: goerli_Bytes + executedCaller_in: [goerli_Bytes!] + executedCaller_not_in: [goerli_Bytes!] + executedCaller_contains: goerli_Bytes + executedCaller_not_contains: goerli_Bytes + executedTransactionHash: goerli_Bytes + executedTransactionHash_not: goerli_Bytes + executedTransactionHash_gt: goerli_Bytes + executedTransactionHash_lt: goerli_Bytes + executedTransactionHash_gte: goerli_Bytes + executedTransactionHash_lte: goerli_Bytes + executedTransactionHash_in: [goerli_Bytes!] + executedTransactionHash_not_in: [goerli_Bytes!] + executedTransactionHash_contains: goerli_Bytes + executedTransactionHash_not_contains: goerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -154716,16 +152469,16 @@ input localoptimism_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: localoptimism_Bytes - executedTxOrigin_not: localoptimism_Bytes - executedTxOrigin_gt: localoptimism_Bytes - executedTxOrigin_lt: localoptimism_Bytes - executedTxOrigin_gte: localoptimism_Bytes - executedTxOrigin_lte: localoptimism_Bytes - executedTxOrigin_in: [localoptimism_Bytes!] - executedTxOrigin_not_in: [localoptimism_Bytes!] - executedTxOrigin_contains: localoptimism_Bytes - executedTxOrigin_not_contains: localoptimism_Bytes + executedTxOrigin: goerli_Bytes + executedTxOrigin_not: goerli_Bytes + executedTxOrigin_gt: goerli_Bytes + executedTxOrigin_lt: goerli_Bytes + executedTxOrigin_gte: goerli_Bytes + executedTxOrigin_lte: goerli_Bytes + executedTxOrigin_in: [goerli_Bytes!] + executedTxOrigin_not_in: [goerli_Bytes!] + executedTxOrigin_contains: goerli_Bytes + executedTxOrigin_not_contains: goerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -154734,26 +152487,26 @@ input localoptimism_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: localoptimism_Bytes - reconciledCaller_not: localoptimism_Bytes - reconciledCaller_gt: localoptimism_Bytes - reconciledCaller_lt: localoptimism_Bytes - reconciledCaller_gte: localoptimism_Bytes - reconciledCaller_lte: localoptimism_Bytes - reconciledCaller_in: [localoptimism_Bytes!] - reconciledCaller_not_in: [localoptimism_Bytes!] - reconciledCaller_contains: localoptimism_Bytes - reconciledCaller_not_contains: localoptimism_Bytes - reconciledTransactionHash: localoptimism_Bytes - reconciledTransactionHash_not: localoptimism_Bytes - reconciledTransactionHash_gt: localoptimism_Bytes - reconciledTransactionHash_lt: localoptimism_Bytes - reconciledTransactionHash_gte: localoptimism_Bytes - reconciledTransactionHash_lte: localoptimism_Bytes - reconciledTransactionHash_in: [localoptimism_Bytes!] - reconciledTransactionHash_not_in: [localoptimism_Bytes!] - reconciledTransactionHash_contains: localoptimism_Bytes - reconciledTransactionHash_not_contains: localoptimism_Bytes + reconciledCaller: goerli_Bytes + reconciledCaller_not: goerli_Bytes + reconciledCaller_gt: goerli_Bytes + reconciledCaller_lt: goerli_Bytes + reconciledCaller_gte: goerli_Bytes + reconciledCaller_lte: goerli_Bytes + reconciledCaller_in: [goerli_Bytes!] + reconciledCaller_not_in: [goerli_Bytes!] + reconciledCaller_contains: goerli_Bytes + reconciledCaller_not_contains: goerli_Bytes + reconciledTransactionHash: goerli_Bytes + reconciledTransactionHash_not: goerli_Bytes + reconciledTransactionHash_gt: goerli_Bytes + reconciledTransactionHash_lt: goerli_Bytes + reconciledTransactionHash_gte: goerli_Bytes + reconciledTransactionHash_lte: goerli_Bytes + reconciledTransactionHash_in: [goerli_Bytes!] + reconciledTransactionHash_not_in: [goerli_Bytes!] + reconciledTransactionHash_contains: goerli_Bytes + reconciledTransactionHash_not_contains: goerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -154786,16 +152539,16 @@ input localoptimism_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: localoptimism_Bytes - reconciledTxOrigin_not: localoptimism_Bytes - reconciledTxOrigin_gt: localoptimism_Bytes - reconciledTxOrigin_lt: localoptimism_Bytes - reconciledTxOrigin_gte: localoptimism_Bytes - reconciledTxOrigin_lte: localoptimism_Bytes - reconciledTxOrigin_in: [localoptimism_Bytes!] - reconciledTxOrigin_not_in: [localoptimism_Bytes!] - reconciledTxOrigin_contains: localoptimism_Bytes - reconciledTxOrigin_not_contains: localoptimism_Bytes + reconciledTxOrigin: goerli_Bytes + reconciledTxOrigin_not: goerli_Bytes + reconciledTxOrigin_gt: goerli_Bytes + reconciledTxOrigin_lt: goerli_Bytes + reconciledTxOrigin_gte: goerli_Bytes + reconciledTxOrigin_lte: goerli_Bytes + reconciledTxOrigin_in: [goerli_Bytes!] + reconciledTxOrigin_not_in: [goerli_Bytes!] + reconciledTxOrigin_contains: goerli_Bytes + reconciledTxOrigin_not_contains: goerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -154805,12 +152558,12 @@ input localoptimism_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_DestinationTransfer_filter] - or: [localoptimism_DestinationTransfer_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_DestinationTransfer_filter] + or: [goerli_DestinationTransfer_filter] } -enum localoptimism_DestinationTransfer_orderBy { +enum goerli_DestinationTransfer_orderBy { id chainId transferId @@ -154860,20 +152613,14 @@ enum localoptimism_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar localoptimism_Int8 - -type localoptimism_OptimisticRootFinalized { +type goerli_OptimisticRootFinalized { id: ID! - aggregateRoot: localoptimism_Bytes! + aggregateRoot: goerli_Bytes! timestamp: BigInt! blockNumber: BigInt } -input localoptimism_OptimisticRootFinalized_filter { +input goerli_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -154882,16 +152629,16 @@ input localoptimism_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localoptimism_Bytes - aggregateRoot_not: localoptimism_Bytes - aggregateRoot_gt: localoptimism_Bytes - aggregateRoot_lt: localoptimism_Bytes - aggregateRoot_gte: localoptimism_Bytes - aggregateRoot_lte: localoptimism_Bytes - aggregateRoot_in: [localoptimism_Bytes!] - aggregateRoot_not_in: [localoptimism_Bytes!] - aggregateRoot_contains: localoptimism_Bytes - aggregateRoot_not_contains: localoptimism_Bytes + aggregateRoot: goerli_Bytes + aggregateRoot_not: goerli_Bytes + aggregateRoot_gt: goerli_Bytes + aggregateRoot_lt: goerli_Bytes + aggregateRoot_gte: goerli_Bytes + aggregateRoot_lte: goerli_Bytes + aggregateRoot_in: [goerli_Bytes!] + aggregateRoot_not_in: [goerli_Bytes!] + aggregateRoot_contains: goerli_Bytes + aggregateRoot_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -154909,38 +152656,32 @@ input localoptimism_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_OptimisticRootFinalized_filter] - or: [localoptimism_OptimisticRootFinalized_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OptimisticRootFinalized_filter] + or: [goerli_OptimisticRootFinalized_filter] } -enum localoptimism_OptimisticRootFinalized_orderBy { +enum goerli_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum localoptimism_OrderDirection { - asc - desc -} - -type localoptimism_OriginMessage { +type goerli_OriginMessage { id: ID! - transferId: localoptimism_Bytes + transferId: goerli_Bytes destinationDomain: BigInt - leaf: localoptimism_Bytes + leaf: goerli_Bytes index: BigInt - message: localoptimism_Bytes - root: localoptimism_Bytes - transactionHash: localoptimism_Bytes + message: goerli_Bytes + root: goerli_Bytes + transactionHash: goerli_Bytes blockNumber: BigInt - rootCount: localoptimism_RootCount + rootCount: goerli_RootCount } -input localoptimism_OriginMessage_filter { +input goerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -154949,16 +152690,16 @@ input localoptimism_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: localoptimism_Bytes - transferId_not: localoptimism_Bytes - transferId_gt: localoptimism_Bytes - transferId_lt: localoptimism_Bytes - transferId_gte: localoptimism_Bytes - transferId_lte: localoptimism_Bytes - transferId_in: [localoptimism_Bytes!] - transferId_not_in: [localoptimism_Bytes!] - transferId_contains: localoptimism_Bytes - transferId_not_contains: localoptimism_Bytes + transferId: goerli_Bytes + transferId_not: goerli_Bytes + transferId_gt: goerli_Bytes + transferId_lt: goerli_Bytes + transferId_gte: goerli_Bytes + transferId_lte: goerli_Bytes + transferId_in: [goerli_Bytes!] + transferId_not_in: [goerli_Bytes!] + transferId_contains: goerli_Bytes + transferId_not_contains: goerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -154967,16 +152708,16 @@ input localoptimism_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: localoptimism_Bytes - leaf_not: localoptimism_Bytes - leaf_gt: localoptimism_Bytes - leaf_lt: localoptimism_Bytes - leaf_gte: localoptimism_Bytes - leaf_lte: localoptimism_Bytes - leaf_in: [localoptimism_Bytes!] - leaf_not_in: [localoptimism_Bytes!] - leaf_contains: localoptimism_Bytes - leaf_not_contains: localoptimism_Bytes + leaf: goerli_Bytes + leaf_not: goerli_Bytes + leaf_gt: goerli_Bytes + leaf_lt: goerli_Bytes + leaf_gte: goerli_Bytes + leaf_lte: goerli_Bytes + leaf_in: [goerli_Bytes!] + leaf_not_in: [goerli_Bytes!] + leaf_contains: goerli_Bytes + leaf_not_contains: goerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -154985,36 +152726,36 @@ input localoptimism_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: localoptimism_Bytes - message_not: localoptimism_Bytes - message_gt: localoptimism_Bytes - message_lt: localoptimism_Bytes - message_gte: localoptimism_Bytes - message_lte: localoptimism_Bytes - message_in: [localoptimism_Bytes!] - message_not_in: [localoptimism_Bytes!] - message_contains: localoptimism_Bytes - message_not_contains: localoptimism_Bytes - root: localoptimism_Bytes - root_not: localoptimism_Bytes - root_gt: localoptimism_Bytes - root_lt: localoptimism_Bytes - root_gte: localoptimism_Bytes - root_lte: localoptimism_Bytes - root_in: [localoptimism_Bytes!] - root_not_in: [localoptimism_Bytes!] - root_contains: localoptimism_Bytes - root_not_contains: localoptimism_Bytes - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + message: goerli_Bytes + message_not: goerli_Bytes + message_gt: goerli_Bytes + message_lt: goerli_Bytes + message_gte: goerli_Bytes + message_lte: goerli_Bytes + message_in: [goerli_Bytes!] + message_not_in: [goerli_Bytes!] + message_contains: goerli_Bytes + message_not_contains: goerli_Bytes + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -155043,14 +152784,14 @@ input localoptimism_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: localoptimism_RootCount_filter + rootCount_: goerli_RootCount_filter """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_OriginMessage_filter] - or: [localoptimism_OriginMessage_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OriginMessage_filter] + or: [goerli_OriginMessage_filter] } -enum localoptimism_OriginMessage_orderBy { +enum goerli_OriginMessage_orderBy { id transferId destinationDomain @@ -155065,42 +152806,42 @@ enum localoptimism_OriginMessage_orderBy { rootCount__count } -type localoptimism_OriginTransfer { +type goerli_OriginTransfer { id: ID! chainId: BigInt - transferId: localoptimism_Bytes + transferId: goerli_Bytes nonce: BigInt - status: localoptimism_TransferStatus - messageHash: localoptimism_Bytes + status: goerli_TransferStatus + messageHash: goerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localoptimism_Bytes - delegate: localoptimism_Bytes + to: goerli_Bytes + delegate: goerli_Bytes receiveLocal: Boolean - callData: localoptimism_Bytes + callData: goerli_Bytes slippage: BigInt - originSender: localoptimism_Bytes + originSender: goerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localoptimism_Bytes - asset: localoptimism_Asset - transactingAsset: localoptimism_Bytes - message: localoptimism_OriginMessage + canonicalId: goerli_Bytes + asset: goerli_Asset + transactingAsset: goerli_Bytes + message: goerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: localoptimism_RelayerFee_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_RelayerFee_filter): [localoptimism_RelayerFee!] - initialRelayerFeeAsset: localoptimism_Bytes - caller: localoptimism_Bytes - transactionHash: localoptimism_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: goerli_RelayerFee_orderBy, orderDirection: goerli_OrderDirection, where: goerli_RelayerFee_filter): [goerli_RelayerFee!] + initialRelayerFeeAsset: goerli_Bytes + caller: goerli_Bytes + transactionHash: goerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: localoptimism_Bytes + txOrigin: goerli_Bytes txNonce: BigInt } -input localoptimism_OriginTransfer_filter { +input goerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -155117,16 +152858,16 @@ input localoptimism_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localoptimism_Bytes - transferId_not: localoptimism_Bytes - transferId_gt: localoptimism_Bytes - transferId_lt: localoptimism_Bytes - transferId_gte: localoptimism_Bytes - transferId_lte: localoptimism_Bytes - transferId_in: [localoptimism_Bytes!] - transferId_not_in: [localoptimism_Bytes!] - transferId_contains: localoptimism_Bytes - transferId_not_contains: localoptimism_Bytes + transferId: goerli_Bytes + transferId_not: goerli_Bytes + transferId_gt: goerli_Bytes + transferId_lt: goerli_Bytes + transferId_gte: goerli_Bytes + transferId_lte: goerli_Bytes + transferId_in: [goerli_Bytes!] + transferId_not_in: [goerli_Bytes!] + transferId_contains: goerli_Bytes + transferId_not_contains: goerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -155135,20 +152876,20 @@ input localoptimism_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localoptimism_TransferStatus - status_not: localoptimism_TransferStatus - status_in: [localoptimism_TransferStatus!] - status_not_in: [localoptimism_TransferStatus!] - messageHash: localoptimism_Bytes - messageHash_not: localoptimism_Bytes - messageHash_gt: localoptimism_Bytes - messageHash_lt: localoptimism_Bytes - messageHash_gte: localoptimism_Bytes - messageHash_lte: localoptimism_Bytes - messageHash_in: [localoptimism_Bytes!] - messageHash_not_in: [localoptimism_Bytes!] - messageHash_contains: localoptimism_Bytes - messageHash_not_contains: localoptimism_Bytes + status: goerli_TransferStatus + status_not: goerli_TransferStatus + status_in: [goerli_TransferStatus!] + status_not_in: [goerli_TransferStatus!] + messageHash: goerli_Bytes + messageHash_not: goerli_Bytes + messageHash_gt: goerli_Bytes + messageHash_lt: goerli_Bytes + messageHash_gte: goerli_Bytes + messageHash_lte: goerli_Bytes + messageHash_in: [goerli_Bytes!] + messageHash_not_in: [goerli_Bytes!] + messageHash_contains: goerli_Bytes + messageHash_not_contains: goerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -155173,40 +152914,40 @@ input localoptimism_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localoptimism_Bytes - to_not: localoptimism_Bytes - to_gt: localoptimism_Bytes - to_lt: localoptimism_Bytes - to_gte: localoptimism_Bytes - to_lte: localoptimism_Bytes - to_in: [localoptimism_Bytes!] - to_not_in: [localoptimism_Bytes!] - to_contains: localoptimism_Bytes - to_not_contains: localoptimism_Bytes - delegate: localoptimism_Bytes - delegate_not: localoptimism_Bytes - delegate_gt: localoptimism_Bytes - delegate_lt: localoptimism_Bytes - delegate_gte: localoptimism_Bytes - delegate_lte: localoptimism_Bytes - delegate_in: [localoptimism_Bytes!] - delegate_not_in: [localoptimism_Bytes!] - delegate_contains: localoptimism_Bytes - delegate_not_contains: localoptimism_Bytes + to: goerli_Bytes + to_not: goerli_Bytes + to_gt: goerli_Bytes + to_lt: goerli_Bytes + to_gte: goerli_Bytes + to_lte: goerli_Bytes + to_in: [goerli_Bytes!] + to_not_in: [goerli_Bytes!] + to_contains: goerli_Bytes + to_not_contains: goerli_Bytes + delegate: goerli_Bytes + delegate_not: goerli_Bytes + delegate_gt: goerli_Bytes + delegate_lt: goerli_Bytes + delegate_gte: goerli_Bytes + delegate_lte: goerli_Bytes + delegate_in: [goerli_Bytes!] + delegate_not_in: [goerli_Bytes!] + delegate_contains: goerli_Bytes + delegate_not_contains: goerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: localoptimism_Bytes - callData_not: localoptimism_Bytes - callData_gt: localoptimism_Bytes - callData_lt: localoptimism_Bytes - callData_gte: localoptimism_Bytes - callData_lte: localoptimism_Bytes - callData_in: [localoptimism_Bytes!] - callData_not_in: [localoptimism_Bytes!] - callData_contains: localoptimism_Bytes - callData_not_contains: localoptimism_Bytes + callData: goerli_Bytes + callData_not: goerli_Bytes + callData_gt: goerli_Bytes + callData_lt: goerli_Bytes + callData_gte: goerli_Bytes + callData_lte: goerli_Bytes + callData_in: [goerli_Bytes!] + callData_not_in: [goerli_Bytes!] + callData_contains: goerli_Bytes + callData_not_contains: goerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -155215,16 +152956,16 @@ input localoptimism_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: localoptimism_Bytes - originSender_not: localoptimism_Bytes - originSender_gt: localoptimism_Bytes - originSender_lt: localoptimism_Bytes - originSender_gte: localoptimism_Bytes - originSender_lte: localoptimism_Bytes - originSender_in: [localoptimism_Bytes!] - originSender_not_in: [localoptimism_Bytes!] - originSender_contains: localoptimism_Bytes - originSender_not_contains: localoptimism_Bytes + originSender: goerli_Bytes + originSender_not: goerli_Bytes + originSender_gt: goerli_Bytes + originSender_lt: goerli_Bytes + originSender_gte: goerli_Bytes + originSender_lte: goerli_Bytes + originSender_in: [goerli_Bytes!] + originSender_not_in: [goerli_Bytes!] + originSender_contains: goerli_Bytes + originSender_not_contains: goerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -155241,16 +152982,16 @@ input localoptimism_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: localoptimism_Bytes - canonicalId_not: localoptimism_Bytes - canonicalId_gt: localoptimism_Bytes - canonicalId_lt: localoptimism_Bytes - canonicalId_gte: localoptimism_Bytes - canonicalId_lte: localoptimism_Bytes - canonicalId_in: [localoptimism_Bytes!] - canonicalId_not_in: [localoptimism_Bytes!] - canonicalId_contains: localoptimism_Bytes - canonicalId_not_contains: localoptimism_Bytes + canonicalId: goerli_Bytes + canonicalId_not: goerli_Bytes + canonicalId_gt: goerli_Bytes + canonicalId_lt: goerli_Bytes + canonicalId_gte: goerli_Bytes + canonicalId_lte: goerli_Bytes + canonicalId_in: [goerli_Bytes!] + canonicalId_not_in: [goerli_Bytes!] + canonicalId_contains: goerli_Bytes + canonicalId_not_contains: goerli_Bytes asset: String asset_not: String asset_gt: String @@ -155271,17 +153012,17 @@ input localoptimism_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localoptimism_Asset_filter - transactingAsset: localoptimism_Bytes - transactingAsset_not: localoptimism_Bytes - transactingAsset_gt: localoptimism_Bytes - transactingAsset_lt: localoptimism_Bytes - transactingAsset_gte: localoptimism_Bytes - transactingAsset_lte: localoptimism_Bytes - transactingAsset_in: [localoptimism_Bytes!] - transactingAsset_not_in: [localoptimism_Bytes!] - transactingAsset_contains: localoptimism_Bytes - transactingAsset_not_contains: localoptimism_Bytes + asset_: goerli_Asset_filter + transactingAsset: goerli_Bytes + transactingAsset_not: goerli_Bytes + transactingAsset_gt: goerli_Bytes + transactingAsset_lt: goerli_Bytes + transactingAsset_gte: goerli_Bytes + transactingAsset_lte: goerli_Bytes + transactingAsset_in: [goerli_Bytes!] + transactingAsset_not_in: [goerli_Bytes!] + transactingAsset_contains: goerli_Bytes + transactingAsset_not_contains: goerli_Bytes message: String message_not: String message_gt: String @@ -155302,7 +153043,7 @@ input localoptimism_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: localoptimism_OriginMessage_filter + message_: goerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -155317,37 +153058,37 @@ input localoptimism_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: localoptimism_RelayerFee_filter - initialRelayerFeeAsset: localoptimism_Bytes - initialRelayerFeeAsset_not: localoptimism_Bytes - initialRelayerFeeAsset_gt: localoptimism_Bytes - initialRelayerFeeAsset_lt: localoptimism_Bytes - initialRelayerFeeAsset_gte: localoptimism_Bytes - initialRelayerFeeAsset_lte: localoptimism_Bytes - initialRelayerFeeAsset_in: [localoptimism_Bytes!] - initialRelayerFeeAsset_not_in: [localoptimism_Bytes!] - initialRelayerFeeAsset_contains: localoptimism_Bytes - initialRelayerFeeAsset_not_contains: localoptimism_Bytes - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + relayerFees_: goerli_RelayerFee_filter + initialRelayerFeeAsset: goerli_Bytes + initialRelayerFeeAsset_not: goerli_Bytes + initialRelayerFeeAsset_gt: goerli_Bytes + initialRelayerFeeAsset_lt: goerli_Bytes + initialRelayerFeeAsset_gte: goerli_Bytes + initialRelayerFeeAsset_lte: goerli_Bytes + initialRelayerFeeAsset_in: [goerli_Bytes!] + initialRelayerFeeAsset_not_in: [goerli_Bytes!] + initialRelayerFeeAsset_contains: goerli_Bytes + initialRelayerFeeAsset_not_contains: goerli_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -155380,16 +153121,16 @@ input localoptimism_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: localoptimism_Bytes - txOrigin_not: localoptimism_Bytes - txOrigin_gt: localoptimism_Bytes - txOrigin_lt: localoptimism_Bytes - txOrigin_gte: localoptimism_Bytes - txOrigin_lte: localoptimism_Bytes - txOrigin_in: [localoptimism_Bytes!] - txOrigin_not_in: [localoptimism_Bytes!] - txOrigin_contains: localoptimism_Bytes - txOrigin_not_contains: localoptimism_Bytes + txOrigin: goerli_Bytes + txOrigin_not: goerli_Bytes + txOrigin_gt: goerli_Bytes + txOrigin_lt: goerli_Bytes + txOrigin_gte: goerli_Bytes + txOrigin_lte: goerli_Bytes + txOrigin_in: [goerli_Bytes!] + txOrigin_not_in: [goerli_Bytes!] + txOrigin_contains: goerli_Bytes + txOrigin_not_contains: goerli_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -155399,12 +153140,12 @@ input localoptimism_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_OriginTransfer_filter] - or: [localoptimism_OriginTransfer_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OriginTransfer_filter] + or: [goerli_OriginTransfer_filter] } -enum localoptimism_OriginTransfer_orderBy { +enum goerli_OriginTransfer_orderBy { id chainId transferId @@ -155457,20 +153198,20 @@ enum localoptimism_OriginTransfer_orderBy { txNonce } -type localoptimism_Relayer { +type goerli_Relayer { id: ID! isActive: Boolean! - relayer: localoptimism_Bytes + relayer: goerli_Bytes } -type localoptimism_RelayerFee { +type goerli_RelayerFee { id: ID! - transfer: localoptimism_OriginTransfer! + transfer: goerli_OriginTransfer! fee: BigInt! - asset: localoptimism_Bytes! + asset: goerli_Bytes! } -input localoptimism_RelayerFee_filter { +input goerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -155499,7 +153240,7 @@ input localoptimism_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localoptimism_OriginTransfer_filter + transfer_: goerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -155508,23 +153249,23 @@ input localoptimism_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: localoptimism_Bytes - asset_not: localoptimism_Bytes - asset_gt: localoptimism_Bytes - asset_lt: localoptimism_Bytes - asset_gte: localoptimism_Bytes - asset_lte: localoptimism_Bytes - asset_in: [localoptimism_Bytes!] - asset_not_in: [localoptimism_Bytes!] - asset_contains: localoptimism_Bytes - asset_not_contains: localoptimism_Bytes + asset: goerli_Bytes + asset_not: goerli_Bytes + asset_gt: goerli_Bytes + asset_lt: goerli_Bytes + asset_gte: goerli_Bytes + asset_lte: goerli_Bytes + asset_in: [goerli_Bytes!] + asset_not_in: [goerli_Bytes!] + asset_contains: goerli_Bytes + asset_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RelayerFee_filter] - or: [localoptimism_RelayerFee_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RelayerFee_filter] + or: [goerli_RelayerFee_filter] } -enum localoptimism_RelayerFee_orderBy { +enum goerli_RelayerFee_orderBy { id transfer transfer__id @@ -155560,20 +153301,20 @@ enum localoptimism_RelayerFee_orderBy { asset } -type localoptimism_RelayerFeesIncrease { +type goerli_RelayerFeesIncrease { id: ID! - transfer: localoptimism_OriginTransfer! + transfer: goerli_OriginTransfer! increase: BigInt - asset: localoptimism_Bytes - caller: localoptimism_Bytes! - transactionHash: localoptimism_Bytes! + asset: goerli_Bytes + caller: goerli_Bytes! + transactionHash: goerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localoptimism_RelayerFeesIncrease_filter { +input goerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -155602,7 +153343,7 @@ input localoptimism_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localoptimism_OriginTransfer_filter + transfer_: goerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -155611,36 +153352,36 @@ input localoptimism_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: localoptimism_Bytes - asset_not: localoptimism_Bytes - asset_gt: localoptimism_Bytes - asset_lt: localoptimism_Bytes - asset_gte: localoptimism_Bytes - asset_lte: localoptimism_Bytes - asset_in: [localoptimism_Bytes!] - asset_not_in: [localoptimism_Bytes!] - asset_contains: localoptimism_Bytes - asset_not_contains: localoptimism_Bytes - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + asset: goerli_Bytes + asset_not: goerli_Bytes + asset_gt: goerli_Bytes + asset_lt: goerli_Bytes + asset_gte: goerli_Bytes + asset_lte: goerli_Bytes + asset_in: [goerli_Bytes!] + asset_not_in: [goerli_Bytes!] + asset_contains: goerli_Bytes + asset_not_contains: goerli_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -155674,12 +153415,12 @@ input localoptimism_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RelayerFeesIncrease_filter] - or: [localoptimism_RelayerFeesIncrease_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RelayerFeesIncrease_filter] + or: [goerli_RelayerFeesIncrease_filter] } -enum localoptimism_RelayerFeesIncrease_orderBy { +enum goerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -155721,7 +153462,7 @@ enum localoptimism_RelayerFeesIncrease_orderBy { blockNumber } -input localoptimism_Relayer_filter { +input goerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -155734,34 +153475,34 @@ input localoptimism_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: localoptimism_Bytes - relayer_not: localoptimism_Bytes - relayer_gt: localoptimism_Bytes - relayer_lt: localoptimism_Bytes - relayer_gte: localoptimism_Bytes - relayer_lte: localoptimism_Bytes - relayer_in: [localoptimism_Bytes!] - relayer_not_in: [localoptimism_Bytes!] - relayer_contains: localoptimism_Bytes - relayer_not_contains: localoptimism_Bytes - """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Relayer_filter] - or: [localoptimism_Relayer_filter] + relayer: goerli_Bytes + relayer_not: goerli_Bytes + relayer_gt: goerli_Bytes + relayer_lt: goerli_Bytes + relayer_gte: goerli_Bytes + relayer_lte: goerli_Bytes + relayer_in: [goerli_Bytes!] + relayer_not_in: [goerli_Bytes!] + relayer_contains: goerli_Bytes + relayer_not_contains: goerli_Bytes + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_Relayer_filter] + or: [goerli_Relayer_filter] } -enum localoptimism_Relayer_orderBy { +enum goerli_Relayer_orderBy { id isActive relayer } -type localoptimism_RootCount { +type goerli_RootCount { id: ID! count: BigInt } -input localoptimism_RootCount_filter { +input goerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -155779,31 +153520,31 @@ input localoptimism_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RootCount_filter] - or: [localoptimism_RootCount_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootCount_filter] + or: [goerli_RootCount_filter] } -enum localoptimism_RootCount_orderBy { +enum goerli_RootCount_orderBy { id count } -type localoptimism_RootMessageSent { +type goerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: localoptimism_Bytes + root: goerli_Bytes count: BigInt - caller: localoptimism_Bytes - transactionHash: localoptimism_Bytes + caller: goerli_Bytes + transactionHash: goerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input localoptimism_RootMessageSent_filter { +input goerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -155828,16 +153569,16 @@ input localoptimism_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: localoptimism_Bytes - root_not: localoptimism_Bytes - root_gt: localoptimism_Bytes - root_lt: localoptimism_Bytes - root_gte: localoptimism_Bytes - root_lte: localoptimism_Bytes - root_in: [localoptimism_Bytes!] - root_not_in: [localoptimism_Bytes!] - root_contains: localoptimism_Bytes - root_not_contains: localoptimism_Bytes + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -155846,26 +153587,26 @@ input localoptimism_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -155899,12 +153640,12 @@ input localoptimism_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RootMessageSent_filter] - or: [localoptimism_RootMessageSent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootMessageSent_filter] + or: [goerli_RootMessageSent_filter] } -enum localoptimism_RootMessageSent_orderBy { +enum goerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -155918,25 +153659,25 @@ enum localoptimism_RootMessageSent_orderBy { blockNumber } -type localoptimism_Router { +type goerli_Router { id: ID! isActive: Boolean! - owner: localoptimism_Bytes - recipient: localoptimism_Bytes - proposedOwner: localoptimism_Bytes + owner: goerli_Bytes + recipient: goerli_Bytes + proposedOwner: goerli_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: localoptimism_AssetBalance_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_AssetBalance_filter): [localoptimism_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: goerli_AssetBalance_orderBy, orderDirection: goerli_OrderDirection, where: goerli_AssetBalance_filter): [goerli_AssetBalance!]! } -type localoptimism_RouterDailyTVL { +type goerli_RouterDailyTVL { id: ID! - router: localoptimism_Router! - asset: localoptimism_Asset! + router: goerli_Router! + asset: goerli_Asset! timestamp: BigInt! balance: BigInt! } -input localoptimism_RouterDailyTVL_filter { +input goerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -155965,7 +153706,7 @@ input localoptimism_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localoptimism_Router_filter + router_: goerli_Router_filter asset: String asset_not: String asset_gt: String @@ -155986,7 +153727,7 @@ input localoptimism_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localoptimism_Asset_filter + asset_: goerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -156004,12 +153745,12 @@ input localoptimism_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RouterDailyTVL_filter] - or: [localoptimism_RouterDailyTVL_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RouterDailyTVL_filter] + or: [goerli_RouterDailyTVL_filter] } -enum localoptimism_RouterDailyTVL_orderBy { +enum goerli_RouterDailyTVL_orderBy { id router router__id @@ -156032,26 +153773,26 @@ enum localoptimism_RouterDailyTVL_orderBy { balance } -type localoptimism_RouterLiquidityEvent { +type goerli_RouterLiquidityEvent { id: ID! - type: localoptimism_RouterLiquidityEventType - router: localoptimism_Router! - asset: localoptimism_Asset! + type: goerli_RouterLiquidityEventType + router: goerli_Router! + asset: goerli_Asset! amount: BigInt! balance: BigInt! - caller: localoptimism_Bytes + caller: goerli_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: localoptimism_Bytes! + transactionHash: goerli_Bytes! nonce: BigInt! } -enum localoptimism_RouterLiquidityEventType { +enum goerli_RouterLiquidityEventType { Add Remove } -input localoptimism_RouterLiquidityEvent_filter { +input goerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -156060,10 +153801,10 @@ input localoptimism_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: localoptimism_RouterLiquidityEventType - type_not: localoptimism_RouterLiquidityEventType - type_in: [localoptimism_RouterLiquidityEventType!] - type_not_in: [localoptimism_RouterLiquidityEventType!] + type: goerli_RouterLiquidityEventType + type_not: goerli_RouterLiquidityEventType + type_in: [goerli_RouterLiquidityEventType!] + type_not_in: [goerli_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -156084,7 +153825,7 @@ input localoptimism_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localoptimism_Router_filter + router_: goerli_Router_filter asset: String asset_not: String asset_gt: String @@ -156105,7 +153846,7 @@ input localoptimism_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localoptimism_Asset_filter + asset_: goerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -156122,16 +153863,16 @@ input localoptimism_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -156148,16 +153889,16 @@ input localoptimism_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -156167,12 +153908,12 @@ input localoptimism_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RouterLiquidityEvent_filter] - or: [localoptimism_RouterLiquidityEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RouterLiquidityEvent_filter] + or: [goerli_RouterLiquidityEvent_filter] } -enum localoptimism_RouterLiquidityEvent_orderBy { +enum goerli_RouterLiquidityEvent_orderBy { id type router @@ -156201,7 +153942,7 @@ enum localoptimism_RouterLiquidityEvent_orderBy { nonce } -input localoptimism_Router_filter { +input goerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -156214,36 +153955,36 @@ input localoptimism_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: localoptimism_Bytes - owner_not: localoptimism_Bytes - owner_gt: localoptimism_Bytes - owner_lt: localoptimism_Bytes - owner_gte: localoptimism_Bytes - owner_lte: localoptimism_Bytes - owner_in: [localoptimism_Bytes!] - owner_not_in: [localoptimism_Bytes!] - owner_contains: localoptimism_Bytes - owner_not_contains: localoptimism_Bytes - recipient: localoptimism_Bytes - recipient_not: localoptimism_Bytes - recipient_gt: localoptimism_Bytes - recipient_lt: localoptimism_Bytes - recipient_gte: localoptimism_Bytes - recipient_lte: localoptimism_Bytes - recipient_in: [localoptimism_Bytes!] - recipient_not_in: [localoptimism_Bytes!] - recipient_contains: localoptimism_Bytes - recipient_not_contains: localoptimism_Bytes - proposedOwner: localoptimism_Bytes - proposedOwner_not: localoptimism_Bytes - proposedOwner_gt: localoptimism_Bytes - proposedOwner_lt: localoptimism_Bytes - proposedOwner_gte: localoptimism_Bytes - proposedOwner_lte: localoptimism_Bytes - proposedOwner_in: [localoptimism_Bytes!] - proposedOwner_not_in: [localoptimism_Bytes!] - proposedOwner_contains: localoptimism_Bytes - proposedOwner_not_contains: localoptimism_Bytes + owner: goerli_Bytes + owner_not: goerli_Bytes + owner_gt: goerli_Bytes + owner_lt: goerli_Bytes + owner_gte: goerli_Bytes + owner_lte: goerli_Bytes + owner_in: [goerli_Bytes!] + owner_not_in: [goerli_Bytes!] + owner_contains: goerli_Bytes + owner_not_contains: goerli_Bytes + recipient: goerli_Bytes + recipient_not: goerli_Bytes + recipient_gt: goerli_Bytes + recipient_lt: goerli_Bytes + recipient_gte: goerli_Bytes + recipient_lte: goerli_Bytes + recipient_in: [goerli_Bytes!] + recipient_not_in: [goerli_Bytes!] + recipient_contains: goerli_Bytes + recipient_not_contains: goerli_Bytes + proposedOwner: goerli_Bytes + proposedOwner_not: goerli_Bytes + proposedOwner_gt: goerli_Bytes + proposedOwner_lt: goerli_Bytes + proposedOwner_gte: goerli_Bytes + proposedOwner_lte: goerli_Bytes + proposedOwner_in: [goerli_Bytes!] + proposedOwner_not_in: [goerli_Bytes!] + proposedOwner_contains: goerli_Bytes + proposedOwner_not_contains: goerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -156252,14 +153993,14 @@ input localoptimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: localoptimism_AssetBalance_filter + assetBalances_: goerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Router_filter] - or: [localoptimism_Router_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Router_filter] + or: [goerli_Router_filter] } -enum localoptimism_Router_orderBy { +enum goerli_Router_orderBy { id isActive owner @@ -156269,13 +154010,13 @@ enum localoptimism_Router_orderBy { assetBalances } -type localoptimism_Sequencer { +type goerli_Sequencer { id: ID! isActive: Boolean! - sequencer: localoptimism_Bytes + sequencer: goerli_Bytes } -input localoptimism_Sequencer_filter { +input goerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -156288,35 +154029,35 @@ input localoptimism_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: localoptimism_Bytes - sequencer_not: localoptimism_Bytes - sequencer_gt: localoptimism_Bytes - sequencer_lt: localoptimism_Bytes - sequencer_gte: localoptimism_Bytes - sequencer_lte: localoptimism_Bytes - sequencer_in: [localoptimism_Bytes!] - sequencer_not_in: [localoptimism_Bytes!] - sequencer_contains: localoptimism_Bytes - sequencer_not_contains: localoptimism_Bytes + sequencer: goerli_Bytes + sequencer_not: goerli_Bytes + sequencer_gt: goerli_Bytes + sequencer_lt: goerli_Bytes + sequencer_gte: goerli_Bytes + sequencer_lte: goerli_Bytes + sequencer_in: [goerli_Bytes!] + sequencer_not_in: [goerli_Bytes!] + sequencer_contains: goerli_Bytes + sequencer_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Sequencer_filter] - or: [localoptimism_Sequencer_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Sequencer_filter] + or: [goerli_Sequencer_filter] } -enum localoptimism_Sequencer_orderBy { +enum goerli_Sequencer_orderBy { id isActive sequencer } -type localoptimism_Setting { +type goerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: localoptimism_Bytes! + caller: goerli_Bytes! } -input localoptimism_Setting_filter { +input goerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -156333,41 +154074,41 @@ input localoptimism_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Setting_filter] - or: [localoptimism_Setting_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Setting_filter] + or: [goerli_Setting_filter] } -enum localoptimism_Setting_orderBy { +enum goerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type localoptimism_SlippageUpdate { +type goerli_SlippageUpdate { id: ID! - transfer: localoptimism_DestinationTransfer! + transfer: goerli_DestinationTransfer! slippage: BigInt! - caller: localoptimism_Bytes! - transactionHash: localoptimism_Bytes! + caller: goerli_Bytes! + transactionHash: goerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localoptimism_SlippageUpdate_filter { +input goerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -156396,7 +154137,7 @@ input localoptimism_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localoptimism_DestinationTransfer_filter + transfer_: goerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -156405,26 +154146,26 @@ input localoptimism_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -156458,12 +154199,12 @@ input localoptimism_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_SlippageUpdate_filter] - or: [localoptimism_SlippageUpdate_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_SlippageUpdate_filter] + or: [goerli_SlippageUpdate_filter] } -enum localoptimism_SlippageUpdate_orderBy { +enum goerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -156511,16 +154252,16 @@ enum localoptimism_SlippageUpdate_orderBy { blockNumber } -type localoptimism_SnapshotRoot { +type goerli_SnapshotRoot { id: ID! spokeDomain: BigInt - root: localoptimism_Bytes! + root: goerli_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input localoptimism_SnapshotRoot_filter { +input goerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -156537,16 +154278,16 @@ input localoptimism_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: localoptimism_Bytes - root_not: localoptimism_Bytes - root_gt: localoptimism_Bytes - root_lt: localoptimism_Bytes - root_gte: localoptimism_Bytes - root_lte: localoptimism_Bytes - root_in: [localoptimism_Bytes!] - root_not_in: [localoptimism_Bytes!] - root_contains: localoptimism_Bytes - root_not_contains: localoptimism_Bytes + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -156572,12 +154313,12 @@ input localoptimism_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_SnapshotRoot_filter] - or: [localoptimism_SnapshotRoot_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_SnapshotRoot_filter] + or: [goerli_SnapshotRoot_filter] } -enum localoptimism_SnapshotRoot_orderBy { +enum goerli_SnapshotRoot_orderBy { id spokeDomain root @@ -156586,12 +154327,12 @@ enum localoptimism_SnapshotRoot_orderBy { blockNumber } -type localoptimism_SpokeConnectorMode { +type goerli_SpokeConnectorMode { id: ID! mode: String! } -input localoptimism_SpokeConnectorMode_filter { +input goerli_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -156621,17 +154362,17 @@ input localoptimism_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_SpokeConnectorMode_filter] - or: [localoptimism_SpokeConnectorMode_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_SpokeConnectorMode_filter] + or: [goerli_SpokeConnectorMode_filter] } -enum localoptimism_SpokeConnectorMode_orderBy { +enum goerli_SpokeConnectorMode_orderBy { id mode } -enum localoptimism_TransferStatus { +enum goerli_TransferStatus { XCalled Executed Reconciled @@ -156639,42 +154380,15 @@ enum localoptimism_TransferStatus { CompletedFast } -type localoptimism__Block_ { - """The hash of the block""" - hash: localoptimism_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: localoptimism_Bytes -} - -"""The type for the top-level _meta field""" -type localoptimism__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: localoptimism__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type linea_AggregateRoot { +type mumbai_AggregateRoot { id: ID! - root: linea_Bytes! + root: mumbai_Bytes! blockNumber: BigInt! } -type linea_AggregateRootProposed { +type mumbai_AggregateRootProposed { id: ID! - aggregateRoot: linea_Bytes! + aggregateRoot: mumbai_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -156682,7 +154396,7 @@ type linea_AggregateRootProposed { blockNumber: BigInt } -input linea_AggregateRootProposed_filter { +input mumbai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -156691,12 +154405,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: mumbai_Bytes + aggregateRoot_not: mumbai_Bytes + aggregateRoot_gt: mumbai_Bytes + aggregateRoot_lt: mumbai_Bytes + aggregateRoot_gte: mumbai_Bytes + aggregateRoot_lte: mumbai_Bytes + aggregateRoot_in: [mumbai_Bytes!] + aggregateRoot_not_in: [mumbai_Bytes!] + aggregateRoot_contains: mumbai_Bytes + aggregateRoot_not_contains: mumbai_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -156738,10 +154456,12 @@ input linea_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AggregateRootProposed_filter] + or: [mumbai_AggregateRootProposed_filter] } -enum linea_AggregateRootProposed_orderBy { +enum mumbai_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -156751,7 +154471,7 @@ enum linea_AggregateRootProposed_orderBy { blockNumber } -input linea_AggregateRoot_filter { +input mumbai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -156760,12 +154480,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: mumbai_Bytes + root_not: mumbai_Bytes + root_gt: mumbai_Bytes + root_lt: mumbai_Bytes + root_gte: mumbai_Bytes + root_lte: mumbai_Bytes + root_in: [mumbai_Bytes!] + root_not_in: [mumbai_Bytes!] + root_contains: mumbai_Bytes + root_not_contains: mumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -156775,40 +154499,47 @@ input linea_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AggregateRoot_filter] + or: [mumbai_AggregateRoot_filter] } -enum linea_AggregateRoot_orderBy { +enum mumbai_AggregateRoot_orderBy { id root blockNumber } -type linea_Asset { +enum mumbai_Aggregation_interval { + hour + day +} + +type mumbai_Asset { id: ID! - key: linea_Bytes + key: mumbai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: linea_Bytes + canonicalId: mumbai_Bytes canonicalDomain: BigInt - adoptedAsset: linea_Bytes - localAsset: linea_Bytes + adoptedAsset: mumbai_Bytes + localAsset: mumbai_Bytes blockNumber: BigInt - status: linea_AssetStatus + status: mumbai_AssetStatus } -type linea_AssetBalance { +type mumbai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: linea_Router! - asset: linea_Asset! + router: mumbai_Router! + asset: mumbai_Asset! feesEarned: BigInt! } -input linea_AssetBalance_filter { +input mumbai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -156869,7 +154600,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_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -156890,7 +154621,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_: mumbai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -156900,26 +154631,43 @@ input linea_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AssetBalance_filter] + or: [mumbai_AssetBalance_filter] } -enum linea_AssetBalance_orderBy { +enum mumbai_AssetBalance_orderBy { id amount locked supplied removed router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber feesEarned } -type linea_AssetStatus { +type mumbai_AssetStatus { id: ID! status: Boolean } -input linea_AssetStatus_filter { +input mumbai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -156933,15 +154681,17 @@ input linea_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AssetStatus_filter] + or: [mumbai_AssetStatus_filter] } -enum linea_AssetStatus_orderBy { +enum mumbai_AssetStatus_orderBy { id status } -input linea_Asset_filter { +input mumbai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -156950,12 +154700,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: mumbai_Bytes + key_not: mumbai_Bytes + key_gt: mumbai_Bytes + key_lt: mumbai_Bytes + key_gte: mumbai_Bytes + key_lte: mumbai_Bytes + key_in: [mumbai_Bytes!] + key_not_in: [mumbai_Bytes!] + key_contains: mumbai_Bytes + key_not_contains: mumbai_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -156972,12 +154726,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: mumbai_Bytes + canonicalId_not: mumbai_Bytes + canonicalId_gt: mumbai_Bytes + canonicalId_lt: mumbai_Bytes + canonicalId_gte: mumbai_Bytes + canonicalId_lte: mumbai_Bytes + canonicalId_in: [mumbai_Bytes!] + canonicalId_not_in: [mumbai_Bytes!] + canonicalId_contains: mumbai_Bytes + canonicalId_not_contains: mumbai_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -156986,18 +154744,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: mumbai_Bytes + adoptedAsset_not: mumbai_Bytes + adoptedAsset_gt: mumbai_Bytes + adoptedAsset_lt: mumbai_Bytes + adoptedAsset_gte: mumbai_Bytes + adoptedAsset_lte: mumbai_Bytes + adoptedAsset_in: [mumbai_Bytes!] + adoptedAsset_not_in: [mumbai_Bytes!] + adoptedAsset_contains: mumbai_Bytes + adoptedAsset_not_contains: mumbai_Bytes + localAsset: mumbai_Bytes + localAsset_not: mumbai_Bytes + localAsset_gt: mumbai_Bytes + localAsset_lt: mumbai_Bytes + localAsset_gte: mumbai_Bytes + localAsset_lte: mumbai_Bytes + localAsset_in: [mumbai_Bytes!] + localAsset_not_in: [mumbai_Bytes!] + localAsset_contains: mumbai_Bytes + localAsset_not_contains: mumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -157026,12 +154792,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_: mumbai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Asset_filter] + or: [mumbai_Asset_filter] } -enum linea_Asset_orderBy { +enum mumbai_Asset_orderBy { id key decimal @@ -157042,32 +154810,34 @@ enum linea_Asset_orderBy { localAsset blockNumber status + status__id + status__status } -scalar linea_BigDecimal +scalar mumbai_BigDecimal -input linea_BlockChangedFilter { +input mumbai_BlockChangedFilter { number_gte: Int! } -input linea_Block_height { - hash: linea_Bytes +input mumbai_Block_height { + hash: mumbai_Bytes number: Int number_gte: Int } -scalar linea_Bytes +scalar mumbai_Bytes -type linea_ConnectorMeta { +type mumbai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: linea_Bytes - rootManager: linea_Bytes - mirrorConnector: linea_Bytes + amb: mumbai_Bytes + rootManager: mumbai_Bytes + mirrorConnector: mumbai_Bytes } -input linea_ConnectorMeta_filter { +input mumbai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -157092,29 +154862,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: mumbai_Bytes + amb_not: mumbai_Bytes + amb_gt: mumbai_Bytes + amb_lt: mumbai_Bytes + amb_gte: mumbai_Bytes + amb_lte: mumbai_Bytes + amb_in: [mumbai_Bytes!] + amb_not_in: [mumbai_Bytes!] + amb_contains: mumbai_Bytes + amb_not_contains: mumbai_Bytes + rootManager: mumbai_Bytes + rootManager_not: mumbai_Bytes + rootManager_gt: mumbai_Bytes + rootManager_lt: mumbai_Bytes + rootManager_gte: mumbai_Bytes + rootManager_lte: mumbai_Bytes + rootManager_in: [mumbai_Bytes!] + rootManager_not_in: [mumbai_Bytes!] + rootManager_contains: mumbai_Bytes + rootManager_not_contains: mumbai_Bytes + mirrorConnector: mumbai_Bytes + mirrorConnector_not: mumbai_Bytes + mirrorConnector_gt: mumbai_Bytes + mirrorConnector_lt: mumbai_Bytes + mirrorConnector_gte: mumbai_Bytes + mirrorConnector_lte: mumbai_Bytes + mirrorConnector_in: [mumbai_Bytes!] + mirrorConnector_not_in: [mumbai_Bytes!] + mirrorConnector_contains: mumbai_Bytes + mirrorConnector_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_ConnectorMeta_filter] + or: [mumbai_ConnectorMeta_filter] } -enum linea_ConnectorMeta_orderBy { +enum mumbai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -157123,48 +154907,48 @@ enum linea_ConnectorMeta_orderBy { mirrorConnector } -type linea_DestinationTransfer { +type mumbai_DestinationTransfer { id: ID! chainId: BigInt - transferId: linea_Bytes + transferId: mumbai_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: mumbai_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mumbai_Router_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_Router_filter): [mumbai_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes + to: mumbai_Bytes + delegate: mumbai_Bytes receiveLocal: Boolean - callData: linea_Bytes + callData: mumbai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: linea_Bytes + originSender: mumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset + canonicalId: mumbai_Bytes + asset: mumbai_Asset amount: BigInt routersFee: BigInt - executedCaller: linea_Bytes - executedTransactionHash: linea_Bytes + executedCaller: mumbai_Bytes + executedTransactionHash: mumbai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: linea_Bytes + executedTxOrigin: mumbai_Bytes executedTxNonce: BigInt - reconciledCaller: linea_Bytes - reconciledTransactionHash: linea_Bytes + reconciledCaller: mumbai_Bytes + reconciledTransactionHash: mumbai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: linea_Bytes + reconciledTxOrigin: mumbai_Bytes reconciledTxNonce: BigInt } -input linea_DestinationTransfer_filter { +input mumbai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -157181,12 +154965,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: mumbai_Bytes + transferId_not: mumbai_Bytes + transferId_gt: mumbai_Bytes + transferId_lt: mumbai_Bytes + transferId_gte: mumbai_Bytes + transferId_lte: mumbai_Bytes + transferId_in: [mumbai_Bytes!] + transferId_not_in: [mumbai_Bytes!] + transferId_contains: mumbai_Bytes + transferId_not_contains: mumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -157195,17 +154983,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: mumbai_TransferStatus + status_not: mumbai_TransferStatus + status_in: [mumbai_TransferStatus!] + status_not_in: [mumbai_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: linea_Router_filter + routers_: mumbai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -157230,28 +155018,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: mumbai_Bytes + to_not: mumbai_Bytes + to_gt: mumbai_Bytes + to_lt: mumbai_Bytes + to_gte: mumbai_Bytes + to_lte: mumbai_Bytes + to_in: [mumbai_Bytes!] + to_not_in: [mumbai_Bytes!] + to_contains: mumbai_Bytes + to_not_contains: mumbai_Bytes + delegate: mumbai_Bytes + delegate_not: mumbai_Bytes + delegate_gt: mumbai_Bytes + delegate_lt: mumbai_Bytes + delegate_gte: mumbai_Bytes + delegate_lte: mumbai_Bytes + delegate_in: [mumbai_Bytes!] + delegate_not_in: [mumbai_Bytes!] + delegate_contains: mumbai_Bytes + delegate_not_contains: mumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: mumbai_Bytes + callData_not: mumbai_Bytes + callData_gt: mumbai_Bytes + callData_lt: mumbai_Bytes + callData_gte: mumbai_Bytes + callData_lte: mumbai_Bytes + callData_in: [mumbai_Bytes!] + callData_not_in: [mumbai_Bytes!] + callData_contains: mumbai_Bytes + callData_not_contains: mumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -157268,12 +155068,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: mumbai_Bytes + originSender_not: mumbai_Bytes + originSender_gt: mumbai_Bytes + originSender_lt: mumbai_Bytes + originSender_gte: mumbai_Bytes + originSender_lte: mumbai_Bytes + originSender_in: [mumbai_Bytes!] + originSender_not_in: [mumbai_Bytes!] + originSender_contains: mumbai_Bytes + originSender_not_contains: mumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -157290,12 +155094,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: mumbai_Bytes + canonicalId_not: mumbai_Bytes + canonicalId_gt: mumbai_Bytes + canonicalId_lt: mumbai_Bytes + canonicalId_gte: mumbai_Bytes + canonicalId_lte: mumbai_Bytes + canonicalId_in: [mumbai_Bytes!] + canonicalId_not_in: [mumbai_Bytes!] + canonicalId_contains: mumbai_Bytes + canonicalId_not_contains: mumbai_Bytes asset: String asset_not: String asset_gt: String @@ -157316,7 +155124,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_: mumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -157333,18 +155141,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: mumbai_Bytes + executedCaller_not: mumbai_Bytes + executedCaller_gt: mumbai_Bytes + executedCaller_lt: mumbai_Bytes + executedCaller_gte: mumbai_Bytes + executedCaller_lte: mumbai_Bytes + executedCaller_in: [mumbai_Bytes!] + executedCaller_not_in: [mumbai_Bytes!] + executedCaller_contains: mumbai_Bytes + executedCaller_not_contains: mumbai_Bytes + executedTransactionHash: mumbai_Bytes + executedTransactionHash_not: mumbai_Bytes + executedTransactionHash_gt: mumbai_Bytes + executedTransactionHash_lt: mumbai_Bytes + executedTransactionHash_gte: mumbai_Bytes + executedTransactionHash_lte: mumbai_Bytes + executedTransactionHash_in: [mumbai_Bytes!] + executedTransactionHash_not_in: [mumbai_Bytes!] + executedTransactionHash_contains: mumbai_Bytes + executedTransactionHash_not_contains: mumbai_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -157377,12 +155193,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: mumbai_Bytes + executedTxOrigin_not: mumbai_Bytes + executedTxOrigin_gt: mumbai_Bytes + executedTxOrigin_lt: mumbai_Bytes + executedTxOrigin_gte: mumbai_Bytes + executedTxOrigin_lte: mumbai_Bytes + executedTxOrigin_in: [mumbai_Bytes!] + executedTxOrigin_not_in: [mumbai_Bytes!] + executedTxOrigin_contains: mumbai_Bytes + executedTxOrigin_not_contains: mumbai_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -157391,18 +155211,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: mumbai_Bytes + reconciledCaller_not: mumbai_Bytes + reconciledCaller_gt: mumbai_Bytes + reconciledCaller_lt: mumbai_Bytes + reconciledCaller_gte: mumbai_Bytes + reconciledCaller_lte: mumbai_Bytes + reconciledCaller_in: [mumbai_Bytes!] + reconciledCaller_not_in: [mumbai_Bytes!] + reconciledCaller_contains: mumbai_Bytes + reconciledCaller_not_contains: mumbai_Bytes + reconciledTransactionHash: mumbai_Bytes + reconciledTransactionHash_not: mumbai_Bytes + reconciledTransactionHash_gt: mumbai_Bytes + reconciledTransactionHash_lt: mumbai_Bytes + reconciledTransactionHash_gte: mumbai_Bytes + reconciledTransactionHash_lte: mumbai_Bytes + reconciledTransactionHash_in: [mumbai_Bytes!] + reconciledTransactionHash_not_in: [mumbai_Bytes!] + reconciledTransactionHash_contains: mumbai_Bytes + reconciledTransactionHash_not_contains: mumbai_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -157435,12 +155263,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: mumbai_Bytes + reconciledTxOrigin_not: mumbai_Bytes + reconciledTxOrigin_gt: mumbai_Bytes + reconciledTxOrigin_lt: mumbai_Bytes + reconciledTxOrigin_gte: mumbai_Bytes + reconciledTxOrigin_lte: mumbai_Bytes + reconciledTxOrigin_in: [mumbai_Bytes!] + reconciledTxOrigin_not_in: [mumbai_Bytes!] + reconciledTxOrigin_contains: mumbai_Bytes + reconciledTxOrigin_not_contains: mumbai_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -157450,10 +155282,12 @@ input linea_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_DestinationTransfer_filter] + or: [mumbai_DestinationTransfer_filter] } -enum linea_DestinationTransfer_orderBy { +enum mumbai_DestinationTransfer_orderBy { id chainId transferId @@ -157474,6 +155308,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 @@ -157494,14 +155337,20 @@ enum linea_DestinationTransfer_orderBy { reconciledTxNonce } -type linea_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar mumbai_Int8 + +type mumbai_OptimisticRootFinalized { id: ID! - aggregateRoot: linea_Bytes! + aggregateRoot: mumbai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input linea_OptimisticRootFinalized_filter { +input mumbai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -157510,12 +155359,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: mumbai_Bytes + aggregateRoot_not: mumbai_Bytes + aggregateRoot_gt: mumbai_Bytes + aggregateRoot_lt: mumbai_Bytes + aggregateRoot_gte: mumbai_Bytes + aggregateRoot_lte: mumbai_Bytes + aggregateRoot_in: [mumbai_Bytes!] + aggregateRoot_not_in: [mumbai_Bytes!] + aggregateRoot_contains: mumbai_Bytes + aggregateRoot_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -157533,10 +155386,12 @@ input linea_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_OptimisticRootFinalized_filter] + or: [mumbai_OptimisticRootFinalized_filter] } -enum linea_OptimisticRootFinalized_orderBy { +enum mumbai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -157544,25 +155399,25 @@ enum linea_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum linea_OrderDirection { +enum mumbai_OrderDirection { asc desc } -type linea_OriginMessage { +type mumbai_OriginMessage { id: ID! - transferId: linea_Bytes + transferId: mumbai_Bytes destinationDomain: BigInt - leaf: linea_Bytes + leaf: mumbai_Bytes index: BigInt - message: linea_Bytes - root: linea_Bytes - transactionHash: linea_Bytes + message: mumbai_Bytes + root: mumbai_Bytes + transactionHash: mumbai_Bytes blockNumber: BigInt - rootCount: linea_RootCount + rootCount: mumbai_RootCount } -input linea_OriginMessage_filter { +input mumbai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -157571,12 +155426,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: mumbai_Bytes + transferId_not: mumbai_Bytes + transferId_gt: mumbai_Bytes + transferId_lt: mumbai_Bytes + transferId_gte: mumbai_Bytes + transferId_lte: mumbai_Bytes + transferId_in: [mumbai_Bytes!] + transferId_not_in: [mumbai_Bytes!] + transferId_contains: mumbai_Bytes + transferId_not_contains: mumbai_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -157585,12 +155444,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: mumbai_Bytes + leaf_not: mumbai_Bytes + leaf_gt: mumbai_Bytes + leaf_lt: mumbai_Bytes + leaf_gte: mumbai_Bytes + leaf_lte: mumbai_Bytes + leaf_in: [mumbai_Bytes!] + leaf_not_in: [mumbai_Bytes!] + leaf_contains: mumbai_Bytes + leaf_not_contains: mumbai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -157599,24 +155462,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: mumbai_Bytes + message_not: mumbai_Bytes + message_gt: mumbai_Bytes + message_lt: mumbai_Bytes + message_gte: mumbai_Bytes + message_lte: mumbai_Bytes + message_in: [mumbai_Bytes!] + message_not_in: [mumbai_Bytes!] + message_contains: mumbai_Bytes + message_not_contains: mumbai_Bytes + root: mumbai_Bytes + root_not: mumbai_Bytes + root_gt: mumbai_Bytes + root_lt: mumbai_Bytes + root_gte: mumbai_Bytes + root_lte: mumbai_Bytes + root_in: [mumbai_Bytes!] + root_not_in: [mumbai_Bytes!] + root_contains: mumbai_Bytes + root_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -157645,12 +155520,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_: mumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_OriginMessage_filter] + or: [mumbai_OriginMessage_filter] } -enum linea_OriginMessage_orderBy { +enum mumbai_OriginMessage_orderBy { id transferId destinationDomain @@ -157661,44 +155538,46 @@ enum linea_OriginMessage_orderBy { transactionHash blockNumber rootCount + rootCount__id + rootCount__count } -type linea_OriginTransfer { +type mumbai_OriginTransfer { id: ID! chainId: BigInt - transferId: linea_Bytes + transferId: mumbai_Bytes nonce: BigInt - status: linea_TransferStatus - messageHash: linea_Bytes + status: mumbai_TransferStatus + messageHash: mumbai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes + to: mumbai_Bytes + delegate: mumbai_Bytes receiveLocal: Boolean - callData: linea_Bytes + callData: mumbai_Bytes slippage: BigInt - originSender: linea_Bytes + originSender: mumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset - transactingAsset: linea_Bytes - message: linea_OriginMessage + canonicalId: mumbai_Bytes + asset: mumbai_Asset + transactingAsset: mumbai_Bytes + message: mumbai_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: mumbai_RelayerFee_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_RelayerFee_filter): [mumbai_RelayerFee!] + initialRelayerFeeAsset: mumbai_Bytes + caller: mumbai_Bytes + transactionHash: mumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: linea_Bytes + txOrigin: mumbai_Bytes txNonce: BigInt } -input linea_OriginTransfer_filter { +input mumbai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -157715,12 +155594,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: mumbai_Bytes + transferId_not: mumbai_Bytes + transferId_gt: mumbai_Bytes + transferId_lt: mumbai_Bytes + transferId_gte: mumbai_Bytes + transferId_lte: mumbai_Bytes + transferId_in: [mumbai_Bytes!] + transferId_not_in: [mumbai_Bytes!] + transferId_contains: mumbai_Bytes + transferId_not_contains: mumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -157729,16 +155612,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: mumbai_TransferStatus + status_not: mumbai_TransferStatus + status_in: [mumbai_TransferStatus!] + status_not_in: [mumbai_TransferStatus!] + messageHash: mumbai_Bytes + messageHash_not: mumbai_Bytes + messageHash_gt: mumbai_Bytes + messageHash_lt: mumbai_Bytes + messageHash_gte: mumbai_Bytes + messageHash_lte: mumbai_Bytes + messageHash_in: [mumbai_Bytes!] + messageHash_not_in: [mumbai_Bytes!] + messageHash_contains: mumbai_Bytes + messageHash_not_contains: mumbai_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -157763,28 +155650,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: mumbai_Bytes + to_not: mumbai_Bytes + to_gt: mumbai_Bytes + to_lt: mumbai_Bytes + to_gte: mumbai_Bytes + to_lte: mumbai_Bytes + to_in: [mumbai_Bytes!] + to_not_in: [mumbai_Bytes!] + to_contains: mumbai_Bytes + to_not_contains: mumbai_Bytes + delegate: mumbai_Bytes + delegate_not: mumbai_Bytes + delegate_gt: mumbai_Bytes + delegate_lt: mumbai_Bytes + delegate_gte: mumbai_Bytes + delegate_lte: mumbai_Bytes + delegate_in: [mumbai_Bytes!] + delegate_not_in: [mumbai_Bytes!] + delegate_contains: mumbai_Bytes + delegate_not_contains: mumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: mumbai_Bytes + callData_not: mumbai_Bytes + callData_gt: mumbai_Bytes + callData_lt: mumbai_Bytes + callData_gte: mumbai_Bytes + callData_lte: mumbai_Bytes + callData_in: [mumbai_Bytes!] + callData_not_in: [mumbai_Bytes!] + callData_contains: mumbai_Bytes + callData_not_contains: mumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -157793,12 +155692,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: mumbai_Bytes + originSender_not: mumbai_Bytes + originSender_gt: mumbai_Bytes + originSender_lt: mumbai_Bytes + originSender_gte: mumbai_Bytes + originSender_lte: mumbai_Bytes + originSender_in: [mumbai_Bytes!] + originSender_not_in: [mumbai_Bytes!] + originSender_contains: mumbai_Bytes + originSender_not_contains: mumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -157815,12 +155718,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: mumbai_Bytes + canonicalId_not: mumbai_Bytes + canonicalId_gt: mumbai_Bytes + canonicalId_lt: mumbai_Bytes + canonicalId_gte: mumbai_Bytes + canonicalId_lte: mumbai_Bytes + canonicalId_in: [mumbai_Bytes!] + canonicalId_not_in: [mumbai_Bytes!] + canonicalId_contains: mumbai_Bytes + canonicalId_not_contains: mumbai_Bytes asset: String asset_not: String asset_gt: String @@ -157841,13 +155748,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_: mumbai_Asset_filter + transactingAsset: mumbai_Bytes + transactingAsset_not: mumbai_Bytes + transactingAsset_gt: mumbai_Bytes + transactingAsset_lt: mumbai_Bytes + transactingAsset_gte: mumbai_Bytes + transactingAsset_lte: mumbai_Bytes + transactingAsset_in: [mumbai_Bytes!] + transactingAsset_not_in: [mumbai_Bytes!] + transactingAsset_contains: mumbai_Bytes + transactingAsset_not_contains: mumbai_Bytes message: String message_not: String message_gt: String @@ -157868,7 +155779,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_: mumbai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -157883,25 +155794,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_: mumbai_RelayerFee_filter + initialRelayerFeeAsset: mumbai_Bytes + initialRelayerFeeAsset_not: mumbai_Bytes + initialRelayerFeeAsset_gt: mumbai_Bytes + initialRelayerFeeAsset_lt: mumbai_Bytes + initialRelayerFeeAsset_gte: mumbai_Bytes + initialRelayerFeeAsset_lte: mumbai_Bytes + initialRelayerFeeAsset_in: [mumbai_Bytes!] + initialRelayerFeeAsset_not_in: [mumbai_Bytes!] + initialRelayerFeeAsset_contains: mumbai_Bytes + initialRelayerFeeAsset_not_contains: mumbai_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -157934,12 +155857,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: mumbai_Bytes + txOrigin_not: mumbai_Bytes + txOrigin_gt: mumbai_Bytes + txOrigin_lt: mumbai_Bytes + txOrigin_gte: mumbai_Bytes + txOrigin_lte: mumbai_Bytes + txOrigin_in: [mumbai_Bytes!] + txOrigin_not_in: [mumbai_Bytes!] + txOrigin_contains: mumbai_Bytes + txOrigin_not_contains: mumbai_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -157949,10 +155876,12 @@ input linea_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_OriginTransfer_filter] + or: [mumbai_OriginTransfer_filter] } -enum linea_OriginTransfer_orderBy { +enum mumbai_OriginTransfer_orderBy { id chainId transferId @@ -157972,8 +155901,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 @@ -157987,20 +155934,20 @@ enum linea_OriginTransfer_orderBy { txNonce } -type linea_Relayer { +type mumbai_Relayer { id: ID! isActive: Boolean! - relayer: linea_Bytes + relayer: mumbai_Bytes } -type linea_RelayerFee { +type mumbai_RelayerFee { id: ID! - transfer: linea_OriginTransfer! + transfer: mumbai_OriginTransfer! fee: BigInt! - asset: linea_Bytes! + asset: mumbai_Bytes! } -input linea_RelayerFee_filter { +input mumbai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -158029,7 +155976,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_: mumbai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -158038,37 +155985,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: mumbai_Bytes + asset_not: mumbai_Bytes + asset_gt: mumbai_Bytes + asset_lt: mumbai_Bytes + asset_gte: mumbai_Bytes + asset_lte: mumbai_Bytes + asset_in: [mumbai_Bytes!] + asset_not_in: [mumbai_Bytes!] + asset_contains: mumbai_Bytes + asset_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RelayerFee_filter] + or: [mumbai_RelayerFee_filter] } -enum linea_RelayerFee_orderBy { +enum mumbai_RelayerFee_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce fee asset } -type linea_RelayerFeesIncrease { +type mumbai_RelayerFeesIncrease { id: ID! - transfer: linea_OriginTransfer! + transfer: mumbai_OriginTransfer! increase: BigInt - asset: linea_Bytes - caller: linea_Bytes! - transactionHash: linea_Bytes! + asset: mumbai_Bytes + caller: mumbai_Bytes! + transactionHash: mumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input linea_RelayerFeesIncrease_filter { +input mumbai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -158097,7 +156079,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_: mumbai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -158106,24 +156088,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: mumbai_Bytes + asset_not: mumbai_Bytes + asset_gt: mumbai_Bytes + asset_lt: mumbai_Bytes + asset_gte: mumbai_Bytes + asset_lte: mumbai_Bytes + asset_in: [mumbai_Bytes!] + asset_not_in: [mumbai_Bytes!] + asset_contains: mumbai_Bytes + asset_not_contains: mumbai_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -158157,12 +156151,43 @@ input linea_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RelayerFeesIncrease_filter] + or: [mumbai_RelayerFeesIncrease_filter] } -enum linea_RelayerFeesIncrease_orderBy { +enum mumbai_RelayerFeesIncrease_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce increase asset caller @@ -158173,7 +156198,7 @@ enum linea_RelayerFeesIncrease_orderBy { blockNumber } -input linea_Relayer_filter { +input mumbai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -158186,28 +156211,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: mumbai_Bytes + relayer_not: mumbai_Bytes + relayer_gt: mumbai_Bytes + relayer_lt: mumbai_Bytes + relayer_gte: mumbai_Bytes + relayer_lte: mumbai_Bytes + relayer_in: [mumbai_Bytes!] + relayer_not_in: [mumbai_Bytes!] + relayer_contains: mumbai_Bytes + relayer_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Relayer_filter] + or: [mumbai_Relayer_filter] } -enum linea_Relayer_orderBy { +enum mumbai_Relayer_orderBy { id isActive relayer } -type linea_RootCount { +type mumbai_RootCount { id: ID! count: BigInt } -input linea_RootCount_filter { +input mumbai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -158225,29 +156256,31 @@ input linea_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RootCount_filter] + or: [mumbai_RootCount_filter] } -enum linea_RootCount_orderBy { +enum mumbai_RootCount_orderBy { id count } -type linea_RootMessageSent { +type mumbai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: linea_Bytes + root: mumbai_Bytes count: BigInt - caller: linea_Bytes - transactionHash: linea_Bytes + caller: mumbai_Bytes + transactionHash: mumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input linea_RootMessageSent_filter { +input mumbai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -158272,12 +156305,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: mumbai_Bytes + root_not: mumbai_Bytes + root_gt: mumbai_Bytes + root_lt: mumbai_Bytes + root_gte: mumbai_Bytes + root_lte: mumbai_Bytes + root_in: [mumbai_Bytes!] + root_not_in: [mumbai_Bytes!] + root_contains: mumbai_Bytes + root_not_contains: mumbai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -158286,18 +156323,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: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -158331,10 +156376,12 @@ input linea_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RootMessageSent_filter] + or: [mumbai_RootMessageSent_filter] } -enum linea_RootMessageSent_orderBy { +enum mumbai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -158348,25 +156395,25 @@ enum linea_RootMessageSent_orderBy { blockNumber } -type linea_Router { +type mumbai_Router { id: ID! isActive: Boolean! - owner: linea_Bytes - recipient: linea_Bytes - proposedOwner: linea_Bytes + owner: mumbai_Bytes + recipient: mumbai_Bytes + proposedOwner: mumbai_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: mumbai_AssetBalance_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_AssetBalance_filter): [mumbai_AssetBalance!]! } -type linea_RouterDailyTVL { +type mumbai_RouterDailyTVL { id: ID! - router: linea_Router! - asset: linea_Asset! + router: mumbai_Router! + asset: mumbai_Asset! timestamp: BigInt! balance: BigInt! } -input linea_RouterDailyTVL_filter { +input mumbai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -158395,7 +156442,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_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -158416,7 +156463,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_: mumbai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -158434,37 +156481,54 @@ input linea_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RouterDailyTVL_filter] + or: [mumbai_RouterDailyTVL_filter] } -enum linea_RouterDailyTVL_orderBy { +enum mumbai_RouterDailyTVL_orderBy { id router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp balance } -type linea_RouterLiquidityEvent { +type mumbai_RouterLiquidityEvent { id: ID! - type: linea_RouterLiquidityEventType - router: linea_Router! - asset: linea_Asset! + type: mumbai_RouterLiquidityEventType + router: mumbai_Router! + asset: mumbai_Asset! amount: BigInt! balance: BigInt! - caller: linea_Bytes + caller: mumbai_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: linea_Bytes! + transactionHash: mumbai_Bytes! nonce: BigInt! } -enum linea_RouterLiquidityEventType { +enum mumbai_RouterLiquidityEventType { Add Remove } -input linea_RouterLiquidityEvent_filter { +input mumbai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -158473,10 +156537,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: mumbai_RouterLiquidityEventType + type_not: mumbai_RouterLiquidityEventType + type_in: [mumbai_RouterLiquidityEventType!] + type_not_in: [mumbai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -158497,7 +156561,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_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -158518,7 +156582,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_: mumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -158535,12 +156599,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: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -158557,12 +156625,16 @@ input linea_RouterLiquidityEvent_filter { 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 + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -158572,14 +156644,31 @@ input linea_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RouterLiquidityEvent_filter] + or: [mumbai_RouterLiquidityEvent_filter] } -enum linea_RouterLiquidityEvent_orderBy { +enum mumbai_RouterLiquidityEvent_orderBy { id type router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber amount balance caller @@ -158589,7 +156678,7 @@ enum linea_RouterLiquidityEvent_orderBy { nonce } -input linea_Router_filter { +input mumbai_Router_filter { id: ID id_not: ID id_gt: ID @@ -158602,24 +156691,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: mumbai_Bytes + owner_not: mumbai_Bytes + owner_gt: mumbai_Bytes + owner_lt: mumbai_Bytes + owner_gte: mumbai_Bytes + owner_lte: mumbai_Bytes + owner_in: [mumbai_Bytes!] + owner_not_in: [mumbai_Bytes!] + owner_contains: mumbai_Bytes + owner_not_contains: mumbai_Bytes + recipient: mumbai_Bytes + recipient_not: mumbai_Bytes + recipient_gt: mumbai_Bytes + recipient_lt: mumbai_Bytes + recipient_gte: mumbai_Bytes + recipient_lte: mumbai_Bytes + recipient_in: [mumbai_Bytes!] + recipient_not_in: [mumbai_Bytes!] + recipient_contains: mumbai_Bytes + recipient_not_contains: mumbai_Bytes + proposedOwner: mumbai_Bytes + proposedOwner_not: mumbai_Bytes + proposedOwner_gt: mumbai_Bytes + proposedOwner_lt: mumbai_Bytes + proposedOwner_gte: mumbai_Bytes + proposedOwner_lte: mumbai_Bytes + proposedOwner_in: [mumbai_Bytes!] + proposedOwner_not_in: [mumbai_Bytes!] + proposedOwner_contains: mumbai_Bytes + proposedOwner_not_contains: mumbai_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -158628,12 +156729,14 @@ input linea_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: linea_AssetBalance_filter + assetBalances_: mumbai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Router_filter] + or: [mumbai_Router_filter] } -enum linea_Router_orderBy { +enum mumbai_Router_orderBy { id isActive owner @@ -158643,13 +156746,13 @@ enum linea_Router_orderBy { assetBalances } -type linea_Sequencer { +type mumbai_Sequencer { id: ID! isActive: Boolean! - sequencer: linea_Bytes + sequencer: mumbai_Bytes } -input linea_Sequencer_filter { +input mumbai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -158662,29 +156765,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: mumbai_Bytes + sequencer_not: mumbai_Bytes + sequencer_gt: mumbai_Bytes + sequencer_lt: mumbai_Bytes + sequencer_gte: mumbai_Bytes + sequencer_lte: mumbai_Bytes + sequencer_in: [mumbai_Bytes!] + sequencer_not_in: [mumbai_Bytes!] + sequencer_contains: mumbai_Bytes + sequencer_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Sequencer_filter] + or: [mumbai_Sequencer_filter] } -enum linea_Sequencer_orderBy { +enum mumbai_Sequencer_orderBy { id isActive sequencer } -type linea_Setting { +type mumbai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: linea_Bytes! + caller: mumbai_Bytes! } -input linea_Setting_filter { +input mumbai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -158701,35 +156810,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: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Setting_filter] + or: [mumbai_Setting_filter] } -enum linea_Setting_orderBy { +enum mumbai_Setting_orderBy { id maxRoutersPerTransfer caller } -type linea_SlippageUpdate { +type mumbai_SlippageUpdate { id: ID! - transfer: linea_DestinationTransfer! + transfer: mumbai_DestinationTransfer! slippage: BigInt! - caller: linea_Bytes! - transactionHash: linea_Bytes! + caller: mumbai_Bytes! + transactionHash: mumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input linea_SlippageUpdate_filter { +input mumbai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -158758,7 +156873,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_: mumbai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -158767,18 +156882,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: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -158812,12 +156935,50 @@ input linea_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_SlippageUpdate_filter] + or: [mumbai_SlippageUpdate_filter] } -enum linea_SlippageUpdate_orderBy { +enum mumbai_SlippageUpdate_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce slippage caller transactionHash @@ -158827,16 +156988,16 @@ enum linea_SlippageUpdate_orderBy { blockNumber } -type linea_SnapshotRoot { +type mumbai_SnapshotRoot { id: ID! spokeDomain: BigInt - root: linea_Bytes! + root: mumbai_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input linea_SnapshotRoot_filter { +input mumbai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -158853,12 +157014,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: mumbai_Bytes + root_not: mumbai_Bytes + root_gt: mumbai_Bytes + root_lt: mumbai_Bytes + root_gte: mumbai_Bytes + root_lte: mumbai_Bytes + root_in: [mumbai_Bytes!] + root_not_in: [mumbai_Bytes!] + root_contains: mumbai_Bytes + root_not_contains: mumbai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -158884,10 +157049,12 @@ input linea_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mumbai_BlockChangedFilter + and: [mumbai_SnapshotRoot_filter] + or: [mumbai_SnapshotRoot_filter] } -enum linea_SnapshotRoot_orderBy { +enum mumbai_SnapshotRoot_orderBy { id spokeDomain root @@ -158896,12 +157063,12 @@ enum linea_SnapshotRoot_orderBy { blockNumber } -type linea_SpokeConnectorMode { +type mumbai_SpokeConnectorMode { id: ID! mode: String! } -input linea_SpokeConnectorMode_filter { +input mumbai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -158931,15 +157098,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: mumbai_BlockChangedFilter + and: [mumbai_SpokeConnectorMode_filter] + or: [mumbai_SpokeConnectorMode_filter] } -enum linea_SpokeConnectorMode_orderBy { +enum mumbai_SpokeConnectorMode_orderBy { id mode } -enum linea_TransferStatus { +enum mumbai_TransferStatus { XCalled Executed Reconciled @@ -158947,17 +157116,19 @@ enum linea_TransferStatus { CompletedFast } -type linea__Block_ { +type mumbai__Block_ { """The hash of the block""" - hash: linea_Bytes + hash: mumbai_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: mumbai_Bytes } """The type for the top-level _meta field""" -type linea__Meta_ { +type mumbai__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -158965,22 +157136,22 @@ type linea__Meta_ { and therefore asks for the latest block """ - block: linea__Block_! + block: mumbai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type localmainnet_AggregateRoot { +type staginggoerli_AggregateRoot { id: ID! - root: localmainnet_Bytes! + root: staginggoerli_Bytes! blockNumber: BigInt! } -type localmainnet_AggregateRootProposed { +type staginggoerli_AggregateRootProposed { id: ID! - aggregateRoot: localmainnet_Bytes! + aggregateRoot: staginggoerli_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -158988,7 +157159,7 @@ type localmainnet_AggregateRootProposed { blockNumber: BigInt } -input localmainnet_AggregateRootProposed_filter { +input staginggoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -158997,16 +157168,16 @@ input localmainnet_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -159048,12 +157219,12 @@ input localmainnet_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregateRootProposed_filter] - or: [localmainnet_AggregateRootProposed_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRootProposed_filter] + or: [staginggoerli_AggregateRootProposed_filter] } -enum localmainnet_AggregateRootProposed_orderBy { +enum staginggoerli_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -159063,7 +157234,7 @@ enum localmainnet_AggregateRootProposed_orderBy { blockNumber } -input localmainnet_AggregateRoot_filter { +input staginggoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -159072,16 +157243,16 @@ input localmainnet_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -159091,42 +157262,42 @@ input localmainnet_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregateRoot_filter] - or: [localmainnet_AggregateRoot_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRoot_filter] + or: [staginggoerli_AggregateRoot_filter] } -enum localmainnet_AggregateRoot_orderBy { +enum staginggoerli_AggregateRoot_orderBy { id root blockNumber } -type localmainnet_Asset { +type staginggoerli_Asset { id: ID! - key: localmainnet_Bytes + key: staginggoerli_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: localmainnet_Bytes + canonicalId: staginggoerli_Bytes canonicalDomain: BigInt - adoptedAsset: localmainnet_Bytes - localAsset: localmainnet_Bytes + adoptedAsset: staginggoerli_Bytes + localAsset: staginggoerli_Bytes blockNumber: BigInt - status: localmainnet_AssetStatus + status: staginggoerli_AssetStatus } -type localmainnet_AssetBalance { +type staginggoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: localmainnet_Router! - asset: localmainnet_Asset! + router: staginggoerli_Router! + asset: staginggoerli_Asset! feesEarned: BigInt! } -input localmainnet_AssetBalance_filter { +input staginggoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -159187,7 +157358,7 @@ input localmainnet_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localmainnet_Router_filter + router_: staginggoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -159208,7 +157379,7 @@ input localmainnet_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter + asset_: staginggoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -159218,12 +157389,12 @@ input localmainnet_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AssetBalance_filter] - or: [localmainnet_AssetBalance_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AssetBalance_filter] + or: [staginggoerli_AssetBalance_filter] } -enum localmainnet_AssetBalance_orderBy { +enum staginggoerli_AssetBalance_orderBy { id amount locked @@ -159249,12 +157420,12 @@ enum localmainnet_AssetBalance_orderBy { feesEarned } -type localmainnet_AssetStatus { +type staginggoerli_AssetStatus { id: ID! status: Boolean } -input localmainnet_AssetStatus_filter { +input staginggoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -159268,17 +157439,17 @@ input localmainnet_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AssetStatus_filter] - or: [localmainnet_AssetStatus_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AssetStatus_filter] + or: [staginggoerli_AssetStatus_filter] } -enum localmainnet_AssetStatus_orderBy { +enum staginggoerli_AssetStatus_orderBy { id status } -input localmainnet_Asset_filter { +input staginggoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -159287,16 +157458,16 @@ input localmainnet_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: localmainnet_Bytes - key_not: localmainnet_Bytes - key_gt: localmainnet_Bytes - key_lt: localmainnet_Bytes - key_gte: localmainnet_Bytes - key_lte: localmainnet_Bytes - key_in: [localmainnet_Bytes!] - key_not_in: [localmainnet_Bytes!] - key_contains: localmainnet_Bytes - key_not_contains: localmainnet_Bytes + key: staginggoerli_Bytes + key_not: staginggoerli_Bytes + key_gt: staginggoerli_Bytes + key_lt: staginggoerli_Bytes + key_gte: staginggoerli_Bytes + key_lte: staginggoerli_Bytes + key_in: [staginggoerli_Bytes!] + key_not_in: [staginggoerli_Bytes!] + key_contains: staginggoerli_Bytes + key_not_contains: staginggoerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -159313,16 +157484,16 @@ input localmainnet_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: localmainnet_Bytes - canonicalId_not: localmainnet_Bytes - canonicalId_gt: localmainnet_Bytes - canonicalId_lt: localmainnet_Bytes - canonicalId_gte: localmainnet_Bytes - canonicalId_lte: localmainnet_Bytes - canonicalId_in: [localmainnet_Bytes!] - canonicalId_not_in: [localmainnet_Bytes!] - canonicalId_contains: localmainnet_Bytes - canonicalId_not_contains: localmainnet_Bytes + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -159331,26 +157502,26 @@ input localmainnet_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: localmainnet_Bytes - adoptedAsset_not: localmainnet_Bytes - adoptedAsset_gt: localmainnet_Bytes - adoptedAsset_lt: localmainnet_Bytes - adoptedAsset_gte: localmainnet_Bytes - adoptedAsset_lte: localmainnet_Bytes - adoptedAsset_in: [localmainnet_Bytes!] - adoptedAsset_not_in: [localmainnet_Bytes!] - adoptedAsset_contains: localmainnet_Bytes - adoptedAsset_not_contains: localmainnet_Bytes - localAsset: localmainnet_Bytes - localAsset_not: localmainnet_Bytes - localAsset_gt: localmainnet_Bytes - localAsset_lt: localmainnet_Bytes - localAsset_gte: localmainnet_Bytes - localAsset_lte: localmainnet_Bytes - localAsset_in: [localmainnet_Bytes!] - localAsset_not_in: [localmainnet_Bytes!] - localAsset_contains: localmainnet_Bytes - localAsset_not_contains: localmainnet_Bytes + adoptedAsset: staginggoerli_Bytes + adoptedAsset_not: staginggoerli_Bytes + adoptedAsset_gt: staginggoerli_Bytes + adoptedAsset_lt: staginggoerli_Bytes + adoptedAsset_gte: staginggoerli_Bytes + adoptedAsset_lte: staginggoerli_Bytes + adoptedAsset_in: [staginggoerli_Bytes!] + adoptedAsset_not_in: [staginggoerli_Bytes!] + adoptedAsset_contains: staginggoerli_Bytes + adoptedAsset_not_contains: staginggoerli_Bytes + localAsset: staginggoerli_Bytes + localAsset_not: staginggoerli_Bytes + localAsset_gt: staginggoerli_Bytes + localAsset_lt: staginggoerli_Bytes + localAsset_gte: staginggoerli_Bytes + localAsset_lte: staginggoerli_Bytes + localAsset_in: [staginggoerli_Bytes!] + localAsset_not_in: [staginggoerli_Bytes!] + localAsset_contains: staginggoerli_Bytes + localAsset_not_contains: staginggoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -159379,14 +157550,14 @@ input localmainnet_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: localmainnet_AssetStatus_filter + status_: staginggoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Asset_filter] - or: [localmainnet_Asset_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Asset_filter] + or: [staginggoerli_Asset_filter] } -enum localmainnet_Asset_orderBy { +enum staginggoerli_Asset_orderBy { id key decimal @@ -159401,16 +157572,16 @@ enum localmainnet_Asset_orderBy { status__status } -type localmainnet_ConnectorMeta { +type staginggoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: localmainnet_Bytes - rootManager: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes + amb: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes } -input localmainnet_ConnectorMeta_filter { +input staginggoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -159435,43 +157606,43 @@ input localmainnet_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + amb: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ConnectorMeta_filter] - or: [localmainnet_ConnectorMeta_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ConnectorMeta_filter] + or: [staginggoerli_ConnectorMeta_filter] } -enum localmainnet_ConnectorMeta_orderBy { +enum staginggoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -159480,48 +157651,48 @@ enum localmainnet_ConnectorMeta_orderBy { mirrorConnector } -type localmainnet_DestinationTransfer { +type staginggoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: localmainnet_Bytes + transferId: staginggoerli_Bytes nonce: BigInt - status: localmainnet_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: localmainnet_Router_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_Router_filter): [localmainnet_Router!] + status: staginggoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_Router_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_Router_filter): [staginggoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localmainnet_Bytes - delegate: localmainnet_Bytes + to: staginggoerli_Bytes + delegate: staginggoerli_Bytes receiveLocal: Boolean - callData: localmainnet_Bytes + callData: staginggoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: localmainnet_Bytes + originSender: staginggoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localmainnet_Bytes - asset: localmainnet_Asset + canonicalId: staginggoerli_Bytes + asset: staginggoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: localmainnet_Bytes - executedTransactionHash: localmainnet_Bytes + executedCaller: staginggoerli_Bytes + executedTransactionHash: staginggoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: localmainnet_Bytes + executedTxOrigin: staginggoerli_Bytes executedTxNonce: BigInt - reconciledCaller: localmainnet_Bytes - reconciledTransactionHash: localmainnet_Bytes + reconciledCaller: staginggoerli_Bytes + reconciledTransactionHash: staginggoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: localmainnet_Bytes + reconciledTxOrigin: staginggoerli_Bytes reconciledTxNonce: BigInt } -input localmainnet_DestinationTransfer_filter { +input staginggoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -159538,16 +157709,16 @@ input localmainnet_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localmainnet_Bytes - transferId_not: localmainnet_Bytes - transferId_gt: localmainnet_Bytes - transferId_lt: localmainnet_Bytes - transferId_gte: localmainnet_Bytes - transferId_lte: localmainnet_Bytes - transferId_in: [localmainnet_Bytes!] - transferId_not_in: [localmainnet_Bytes!] - transferId_contains: localmainnet_Bytes - transferId_not_contains: localmainnet_Bytes + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -159556,17 +157727,17 @@ input localmainnet_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localmainnet_TransferStatus - status_not: localmainnet_TransferStatus - status_in: [localmainnet_TransferStatus!] - status_not_in: [localmainnet_TransferStatus!] + status: staginggoerli_TransferStatus + status_not: staginggoerli_TransferStatus + status_in: [staginggoerli_TransferStatus!] + status_not_in: [staginggoerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: localmainnet_Router_filter + routers_: staginggoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -159591,40 +157762,40 @@ input localmainnet_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localmainnet_Bytes - to_not: localmainnet_Bytes - to_gt: localmainnet_Bytes - to_lt: localmainnet_Bytes - to_gte: localmainnet_Bytes - to_lte: localmainnet_Bytes - to_in: [localmainnet_Bytes!] - to_not_in: [localmainnet_Bytes!] - to_contains: localmainnet_Bytes - to_not_contains: localmainnet_Bytes - delegate: localmainnet_Bytes - delegate_not: localmainnet_Bytes - delegate_gt: localmainnet_Bytes - delegate_lt: localmainnet_Bytes - delegate_gte: localmainnet_Bytes - delegate_lte: localmainnet_Bytes - delegate_in: [localmainnet_Bytes!] - delegate_not_in: [localmainnet_Bytes!] - delegate_contains: localmainnet_Bytes - delegate_not_contains: localmainnet_Bytes + to: staginggoerli_Bytes + to_not: staginggoerli_Bytes + to_gt: staginggoerli_Bytes + to_lt: staginggoerli_Bytes + to_gte: staginggoerli_Bytes + to_lte: staginggoerli_Bytes + to_in: [staginggoerli_Bytes!] + to_not_in: [staginggoerli_Bytes!] + to_contains: staginggoerli_Bytes + to_not_contains: staginggoerli_Bytes + delegate: staginggoerli_Bytes + delegate_not: staginggoerli_Bytes + delegate_gt: staginggoerli_Bytes + delegate_lt: staginggoerli_Bytes + delegate_gte: staginggoerli_Bytes + delegate_lte: staginggoerli_Bytes + delegate_in: [staginggoerli_Bytes!] + delegate_not_in: [staginggoerli_Bytes!] + delegate_contains: staginggoerli_Bytes + delegate_not_contains: staginggoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: localmainnet_Bytes - callData_not: localmainnet_Bytes - callData_gt: localmainnet_Bytes - callData_lt: localmainnet_Bytes - callData_gte: localmainnet_Bytes - callData_lte: localmainnet_Bytes - callData_in: [localmainnet_Bytes!] - callData_not_in: [localmainnet_Bytes!] - callData_contains: localmainnet_Bytes - callData_not_contains: localmainnet_Bytes + callData: staginggoerli_Bytes + callData_not: staginggoerli_Bytes + callData_gt: staginggoerli_Bytes + callData_lt: staginggoerli_Bytes + callData_gte: staginggoerli_Bytes + callData_lte: staginggoerli_Bytes + callData_in: [staginggoerli_Bytes!] + callData_not_in: [staginggoerli_Bytes!] + callData_contains: staginggoerli_Bytes + callData_not_contains: staginggoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -159641,16 +157812,16 @@ input localmainnet_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: localmainnet_Bytes - originSender_not: localmainnet_Bytes - originSender_gt: localmainnet_Bytes - originSender_lt: localmainnet_Bytes - originSender_gte: localmainnet_Bytes - originSender_lte: localmainnet_Bytes - originSender_in: [localmainnet_Bytes!] - originSender_not_in: [localmainnet_Bytes!] - originSender_contains: localmainnet_Bytes - originSender_not_contains: localmainnet_Bytes + originSender: staginggoerli_Bytes + originSender_not: staginggoerli_Bytes + originSender_gt: staginggoerli_Bytes + originSender_lt: staginggoerli_Bytes + originSender_gte: staginggoerli_Bytes + originSender_lte: staginggoerli_Bytes + originSender_in: [staginggoerli_Bytes!] + originSender_not_in: [staginggoerli_Bytes!] + originSender_contains: staginggoerli_Bytes + originSender_not_contains: staginggoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -159667,16 +157838,16 @@ input localmainnet_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: localmainnet_Bytes - canonicalId_not: localmainnet_Bytes - canonicalId_gt: localmainnet_Bytes - canonicalId_lt: localmainnet_Bytes - canonicalId_gte: localmainnet_Bytes - canonicalId_lte: localmainnet_Bytes - canonicalId_in: [localmainnet_Bytes!] - canonicalId_not_in: [localmainnet_Bytes!] - canonicalId_contains: localmainnet_Bytes - canonicalId_not_contains: localmainnet_Bytes + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes asset: String asset_not: String asset_gt: String @@ -159697,7 +157868,7 @@ input localmainnet_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter + asset_: staginggoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -159714,26 +157885,26 @@ input localmainnet_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: localmainnet_Bytes - executedCaller_not: localmainnet_Bytes - executedCaller_gt: localmainnet_Bytes - executedCaller_lt: localmainnet_Bytes - executedCaller_gte: localmainnet_Bytes - executedCaller_lte: localmainnet_Bytes - executedCaller_in: [localmainnet_Bytes!] - executedCaller_not_in: [localmainnet_Bytes!] - executedCaller_contains: localmainnet_Bytes - executedCaller_not_contains: localmainnet_Bytes - executedTransactionHash: localmainnet_Bytes - executedTransactionHash_not: localmainnet_Bytes - executedTransactionHash_gt: localmainnet_Bytes - executedTransactionHash_lt: localmainnet_Bytes - executedTransactionHash_gte: localmainnet_Bytes - executedTransactionHash_lte: localmainnet_Bytes - executedTransactionHash_in: [localmainnet_Bytes!] - executedTransactionHash_not_in: [localmainnet_Bytes!] - executedTransactionHash_contains: localmainnet_Bytes - executedTransactionHash_not_contains: localmainnet_Bytes + executedCaller: staginggoerli_Bytes + executedCaller_not: staginggoerli_Bytes + executedCaller_gt: staginggoerli_Bytes + executedCaller_lt: staginggoerli_Bytes + executedCaller_gte: staginggoerli_Bytes + executedCaller_lte: staginggoerli_Bytes + executedCaller_in: [staginggoerli_Bytes!] + executedCaller_not_in: [staginggoerli_Bytes!] + executedCaller_contains: staginggoerli_Bytes + executedCaller_not_contains: staginggoerli_Bytes + executedTransactionHash: staginggoerli_Bytes + executedTransactionHash_not: staginggoerli_Bytes + executedTransactionHash_gt: staginggoerli_Bytes + executedTransactionHash_lt: staginggoerli_Bytes + executedTransactionHash_gte: staginggoerli_Bytes + executedTransactionHash_lte: staginggoerli_Bytes + executedTransactionHash_in: [staginggoerli_Bytes!] + executedTransactionHash_not_in: [staginggoerli_Bytes!] + executedTransactionHash_contains: staginggoerli_Bytes + executedTransactionHash_not_contains: staginggoerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -159766,16 +157937,16 @@ input localmainnet_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: localmainnet_Bytes - executedTxOrigin_not: localmainnet_Bytes - executedTxOrigin_gt: localmainnet_Bytes - executedTxOrigin_lt: localmainnet_Bytes - executedTxOrigin_gte: localmainnet_Bytes - executedTxOrigin_lte: localmainnet_Bytes - executedTxOrigin_in: [localmainnet_Bytes!] - executedTxOrigin_not_in: [localmainnet_Bytes!] - executedTxOrigin_contains: localmainnet_Bytes - executedTxOrigin_not_contains: localmainnet_Bytes + executedTxOrigin: staginggoerli_Bytes + executedTxOrigin_not: staginggoerli_Bytes + executedTxOrigin_gt: staginggoerli_Bytes + executedTxOrigin_lt: staginggoerli_Bytes + executedTxOrigin_gte: staginggoerli_Bytes + executedTxOrigin_lte: staginggoerli_Bytes + executedTxOrigin_in: [staginggoerli_Bytes!] + executedTxOrigin_not_in: [staginggoerli_Bytes!] + executedTxOrigin_contains: staginggoerli_Bytes + executedTxOrigin_not_contains: staginggoerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -159784,26 +157955,26 @@ input localmainnet_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: localmainnet_Bytes - reconciledCaller_not: localmainnet_Bytes - reconciledCaller_gt: localmainnet_Bytes - reconciledCaller_lt: localmainnet_Bytes - reconciledCaller_gte: localmainnet_Bytes - reconciledCaller_lte: localmainnet_Bytes - reconciledCaller_in: [localmainnet_Bytes!] - reconciledCaller_not_in: [localmainnet_Bytes!] - reconciledCaller_contains: localmainnet_Bytes - reconciledCaller_not_contains: localmainnet_Bytes - reconciledTransactionHash: localmainnet_Bytes - reconciledTransactionHash_not: localmainnet_Bytes - reconciledTransactionHash_gt: localmainnet_Bytes - reconciledTransactionHash_lt: localmainnet_Bytes - reconciledTransactionHash_gte: localmainnet_Bytes - reconciledTransactionHash_lte: localmainnet_Bytes - reconciledTransactionHash_in: [localmainnet_Bytes!] - reconciledTransactionHash_not_in: [localmainnet_Bytes!] - reconciledTransactionHash_contains: localmainnet_Bytes - reconciledTransactionHash_not_contains: localmainnet_Bytes + reconciledCaller: staginggoerli_Bytes + reconciledCaller_not: staginggoerli_Bytes + reconciledCaller_gt: staginggoerli_Bytes + reconciledCaller_lt: staginggoerli_Bytes + reconciledCaller_gte: staginggoerli_Bytes + reconciledCaller_lte: staginggoerli_Bytes + reconciledCaller_in: [staginggoerli_Bytes!] + reconciledCaller_not_in: [staginggoerli_Bytes!] + reconciledCaller_contains: staginggoerli_Bytes + reconciledCaller_not_contains: staginggoerli_Bytes + reconciledTransactionHash: staginggoerli_Bytes + reconciledTransactionHash_not: staginggoerli_Bytes + reconciledTransactionHash_gt: staginggoerli_Bytes + reconciledTransactionHash_lt: staginggoerli_Bytes + reconciledTransactionHash_gte: staginggoerli_Bytes + reconciledTransactionHash_lte: staginggoerli_Bytes + reconciledTransactionHash_in: [staginggoerli_Bytes!] + reconciledTransactionHash_not_in: [staginggoerli_Bytes!] + reconciledTransactionHash_contains: staginggoerli_Bytes + reconciledTransactionHash_not_contains: staginggoerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -159836,16 +158007,16 @@ input localmainnet_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: localmainnet_Bytes - reconciledTxOrigin_not: localmainnet_Bytes - reconciledTxOrigin_gt: localmainnet_Bytes - reconciledTxOrigin_lt: localmainnet_Bytes - reconciledTxOrigin_gte: localmainnet_Bytes - reconciledTxOrigin_lte: localmainnet_Bytes - reconciledTxOrigin_in: [localmainnet_Bytes!] - reconciledTxOrigin_not_in: [localmainnet_Bytes!] - reconciledTxOrigin_contains: localmainnet_Bytes - reconciledTxOrigin_not_contains: localmainnet_Bytes + reconciledTxOrigin: staginggoerli_Bytes + reconciledTxOrigin_not: staginggoerli_Bytes + reconciledTxOrigin_gt: staginggoerli_Bytes + reconciledTxOrigin_lt: staginggoerli_Bytes + reconciledTxOrigin_gte: staginggoerli_Bytes + reconciledTxOrigin_lte: staginggoerli_Bytes + reconciledTxOrigin_in: [staginggoerli_Bytes!] + reconciledTxOrigin_not_in: [staginggoerli_Bytes!] + reconciledTxOrigin_contains: staginggoerli_Bytes + reconciledTxOrigin_not_contains: staginggoerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -159855,12 +158026,12 @@ input localmainnet_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_DestinationTransfer_filter] - or: [localmainnet_DestinationTransfer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_DestinationTransfer_filter] + or: [staginggoerli_DestinationTransfer_filter] } -enum localmainnet_DestinationTransfer_orderBy { +enum staginggoerli_DestinationTransfer_orderBy { id chainId transferId @@ -159910,14 +158081,14 @@ enum localmainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type localmainnet_OptimisticRootFinalized { +type staginggoerli_OptimisticRootFinalized { id: ID! - aggregateRoot: localmainnet_Bytes! + aggregateRoot: staginggoerli_Bytes! timestamp: BigInt! blockNumber: BigInt } -input localmainnet_OptimisticRootFinalized_filter { +input staginggoerli_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -159926,16 +158097,16 @@ input localmainnet_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -159953,32 +158124,32 @@ input localmainnet_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootFinalized_filter] - or: [localmainnet_OptimisticRootFinalized_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootFinalized_filter] + or: [staginggoerli_OptimisticRootFinalized_filter] } -enum localmainnet_OptimisticRootFinalized_orderBy { +enum staginggoerli_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type localmainnet_OriginMessage { +type staginggoerli_OriginMessage { id: ID! - transferId: localmainnet_Bytes + transferId: staginggoerli_Bytes destinationDomain: BigInt - leaf: localmainnet_Bytes + leaf: staginggoerli_Bytes index: BigInt - message: localmainnet_Bytes - root: localmainnet_Bytes - transactionHash: localmainnet_Bytes + message: staginggoerli_Bytes + root: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes blockNumber: BigInt - rootCount: localmainnet_RootCount + rootCount: staginggoerli_RootCount } -input localmainnet_OriginMessage_filter { +input staginggoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -159987,16 +158158,16 @@ input localmainnet_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: localmainnet_Bytes - transferId_not: localmainnet_Bytes - transferId_gt: localmainnet_Bytes - transferId_lt: localmainnet_Bytes - transferId_gte: localmainnet_Bytes - transferId_lte: localmainnet_Bytes - transferId_in: [localmainnet_Bytes!] - transferId_not_in: [localmainnet_Bytes!] - transferId_contains: localmainnet_Bytes - transferId_not_contains: localmainnet_Bytes + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -160005,16 +158176,16 @@ input localmainnet_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: localmainnet_Bytes - leaf_not: localmainnet_Bytes - leaf_gt: localmainnet_Bytes - leaf_lt: localmainnet_Bytes - leaf_gte: localmainnet_Bytes - leaf_lte: localmainnet_Bytes - leaf_in: [localmainnet_Bytes!] - leaf_not_in: [localmainnet_Bytes!] - leaf_contains: localmainnet_Bytes - leaf_not_contains: localmainnet_Bytes + leaf: staginggoerli_Bytes + leaf_not: staginggoerli_Bytes + leaf_gt: staginggoerli_Bytes + leaf_lt: staginggoerli_Bytes + leaf_gte: staginggoerli_Bytes + leaf_lte: staginggoerli_Bytes + leaf_in: [staginggoerli_Bytes!] + leaf_not_in: [staginggoerli_Bytes!] + leaf_contains: staginggoerli_Bytes + leaf_not_contains: staginggoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -160023,36 +158194,36 @@ input localmainnet_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: localmainnet_Bytes - message_not: localmainnet_Bytes - message_gt: localmainnet_Bytes - message_lt: localmainnet_Bytes - message_gte: localmainnet_Bytes - message_lte: localmainnet_Bytes - message_in: [localmainnet_Bytes!] - message_not_in: [localmainnet_Bytes!] - message_contains: localmainnet_Bytes - message_not_contains: localmainnet_Bytes - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + message: staginggoerli_Bytes + message_not: staginggoerli_Bytes + message_gt: staginggoerli_Bytes + message_lt: staginggoerli_Bytes + message_gte: staginggoerli_Bytes + message_lte: staginggoerli_Bytes + message_in: [staginggoerli_Bytes!] + message_not_in: [staginggoerli_Bytes!] + message_contains: staginggoerli_Bytes + message_not_contains: staginggoerli_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -160081,14 +158252,14 @@ input localmainnet_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: localmainnet_RootCount_filter + rootCount_: staginggoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OriginMessage_filter] - or: [localmainnet_OriginMessage_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OriginMessage_filter] + or: [staginggoerli_OriginMessage_filter] } -enum localmainnet_OriginMessage_orderBy { +enum staginggoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -160103,42 +158274,42 @@ enum localmainnet_OriginMessage_orderBy { rootCount__count } -type localmainnet_OriginTransfer { +type staginggoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: localmainnet_Bytes + transferId: staginggoerli_Bytes nonce: BigInt - status: localmainnet_TransferStatus - messageHash: localmainnet_Bytes + status: staginggoerli_TransferStatus + messageHash: staginggoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localmainnet_Bytes - delegate: localmainnet_Bytes + to: staginggoerli_Bytes + delegate: staginggoerli_Bytes receiveLocal: Boolean - callData: localmainnet_Bytes + callData: staginggoerli_Bytes slippage: BigInt - originSender: localmainnet_Bytes + originSender: staginggoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localmainnet_Bytes - asset: localmainnet_Asset - transactingAsset: localmainnet_Bytes - message: localmainnet_OriginMessage + canonicalId: staginggoerli_Bytes + asset: staginggoerli_Asset + transactingAsset: staginggoerli_Bytes + message: staginggoerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: localmainnet_RelayerFee_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_RelayerFee_filter): [localmainnet_RelayerFee!] - initialRelayerFeeAsset: localmainnet_Bytes - caller: localmainnet_Bytes - transactionHash: localmainnet_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_RelayerFee_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_RelayerFee_filter): [staginggoerli_RelayerFee!] + initialRelayerFeeAsset: staginggoerli_Bytes + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: localmainnet_Bytes + txOrigin: staginggoerli_Bytes txNonce: BigInt } -input localmainnet_OriginTransfer_filter { +input staginggoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -160155,16 +158326,16 @@ input localmainnet_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localmainnet_Bytes - transferId_not: localmainnet_Bytes - transferId_gt: localmainnet_Bytes - transferId_lt: localmainnet_Bytes - transferId_gte: localmainnet_Bytes - transferId_lte: localmainnet_Bytes - transferId_in: [localmainnet_Bytes!] - transferId_not_in: [localmainnet_Bytes!] - transferId_contains: localmainnet_Bytes - transferId_not_contains: localmainnet_Bytes + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -160173,20 +158344,20 @@ input localmainnet_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localmainnet_TransferStatus - status_not: localmainnet_TransferStatus - status_in: [localmainnet_TransferStatus!] - status_not_in: [localmainnet_TransferStatus!] - messageHash: localmainnet_Bytes - messageHash_not: localmainnet_Bytes - messageHash_gt: localmainnet_Bytes - messageHash_lt: localmainnet_Bytes - messageHash_gte: localmainnet_Bytes - messageHash_lte: localmainnet_Bytes - messageHash_in: [localmainnet_Bytes!] - messageHash_not_in: [localmainnet_Bytes!] - messageHash_contains: localmainnet_Bytes - messageHash_not_contains: localmainnet_Bytes + status: staginggoerli_TransferStatus + status_not: staginggoerli_TransferStatus + status_in: [staginggoerli_TransferStatus!] + status_not_in: [staginggoerli_TransferStatus!] + messageHash: staginggoerli_Bytes + messageHash_not: staginggoerli_Bytes + messageHash_gt: staginggoerli_Bytes + messageHash_lt: staginggoerli_Bytes + messageHash_gte: staginggoerli_Bytes + messageHash_lte: staginggoerli_Bytes + messageHash_in: [staginggoerli_Bytes!] + messageHash_not_in: [staginggoerli_Bytes!] + messageHash_contains: staginggoerli_Bytes + messageHash_not_contains: staginggoerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -160211,40 +158382,40 @@ input localmainnet_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localmainnet_Bytes - to_not: localmainnet_Bytes - to_gt: localmainnet_Bytes - to_lt: localmainnet_Bytes - to_gte: localmainnet_Bytes - to_lte: localmainnet_Bytes - to_in: [localmainnet_Bytes!] - to_not_in: [localmainnet_Bytes!] - to_contains: localmainnet_Bytes - to_not_contains: localmainnet_Bytes - delegate: localmainnet_Bytes - delegate_not: localmainnet_Bytes - delegate_gt: localmainnet_Bytes - delegate_lt: localmainnet_Bytes - delegate_gte: localmainnet_Bytes - delegate_lte: localmainnet_Bytes - delegate_in: [localmainnet_Bytes!] - delegate_not_in: [localmainnet_Bytes!] - delegate_contains: localmainnet_Bytes - delegate_not_contains: localmainnet_Bytes + to: staginggoerli_Bytes + to_not: staginggoerli_Bytes + to_gt: staginggoerli_Bytes + to_lt: staginggoerli_Bytes + to_gte: staginggoerli_Bytes + to_lte: staginggoerli_Bytes + to_in: [staginggoerli_Bytes!] + to_not_in: [staginggoerli_Bytes!] + to_contains: staginggoerli_Bytes + to_not_contains: staginggoerli_Bytes + delegate: staginggoerli_Bytes + delegate_not: staginggoerli_Bytes + delegate_gt: staginggoerli_Bytes + delegate_lt: staginggoerli_Bytes + delegate_gte: staginggoerli_Bytes + delegate_lte: staginggoerli_Bytes + delegate_in: [staginggoerli_Bytes!] + delegate_not_in: [staginggoerli_Bytes!] + delegate_contains: staginggoerli_Bytes + delegate_not_contains: staginggoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: localmainnet_Bytes - callData_not: localmainnet_Bytes - callData_gt: localmainnet_Bytes - callData_lt: localmainnet_Bytes - callData_gte: localmainnet_Bytes - callData_lte: localmainnet_Bytes - callData_in: [localmainnet_Bytes!] - callData_not_in: [localmainnet_Bytes!] - callData_contains: localmainnet_Bytes - callData_not_contains: localmainnet_Bytes + callData: staginggoerli_Bytes + callData_not: staginggoerli_Bytes + callData_gt: staginggoerli_Bytes + callData_lt: staginggoerli_Bytes + callData_gte: staginggoerli_Bytes + callData_lte: staginggoerli_Bytes + callData_in: [staginggoerli_Bytes!] + callData_not_in: [staginggoerli_Bytes!] + callData_contains: staginggoerli_Bytes + callData_not_contains: staginggoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -160253,16 +158424,16 @@ input localmainnet_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: localmainnet_Bytes - originSender_not: localmainnet_Bytes - originSender_gt: localmainnet_Bytes - originSender_lt: localmainnet_Bytes - originSender_gte: localmainnet_Bytes - originSender_lte: localmainnet_Bytes - originSender_in: [localmainnet_Bytes!] - originSender_not_in: [localmainnet_Bytes!] - originSender_contains: localmainnet_Bytes - originSender_not_contains: localmainnet_Bytes + originSender: staginggoerli_Bytes + originSender_not: staginggoerli_Bytes + originSender_gt: staginggoerli_Bytes + originSender_lt: staginggoerli_Bytes + originSender_gte: staginggoerli_Bytes + originSender_lte: staginggoerli_Bytes + originSender_in: [staginggoerli_Bytes!] + originSender_not_in: [staginggoerli_Bytes!] + originSender_contains: staginggoerli_Bytes + originSender_not_contains: staginggoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -160279,16 +158450,16 @@ input localmainnet_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: localmainnet_Bytes - canonicalId_not: localmainnet_Bytes - canonicalId_gt: localmainnet_Bytes - canonicalId_lt: localmainnet_Bytes - canonicalId_gte: localmainnet_Bytes - canonicalId_lte: localmainnet_Bytes - canonicalId_in: [localmainnet_Bytes!] - canonicalId_not_in: [localmainnet_Bytes!] - canonicalId_contains: localmainnet_Bytes - canonicalId_not_contains: localmainnet_Bytes + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes asset: String asset_not: String asset_gt: String @@ -160309,17 +158480,17 @@ input localmainnet_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter - transactingAsset: localmainnet_Bytes - transactingAsset_not: localmainnet_Bytes - transactingAsset_gt: localmainnet_Bytes - transactingAsset_lt: localmainnet_Bytes - transactingAsset_gte: localmainnet_Bytes - transactingAsset_lte: localmainnet_Bytes - transactingAsset_in: [localmainnet_Bytes!] - transactingAsset_not_in: [localmainnet_Bytes!] - transactingAsset_contains: localmainnet_Bytes - transactingAsset_not_contains: localmainnet_Bytes + asset_: staginggoerli_Asset_filter + transactingAsset: staginggoerli_Bytes + transactingAsset_not: staginggoerli_Bytes + transactingAsset_gt: staginggoerli_Bytes + transactingAsset_lt: staginggoerli_Bytes + transactingAsset_gte: staginggoerli_Bytes + transactingAsset_lte: staginggoerli_Bytes + transactingAsset_in: [staginggoerli_Bytes!] + transactingAsset_not_in: [staginggoerli_Bytes!] + transactingAsset_contains: staginggoerli_Bytes + transactingAsset_not_contains: staginggoerli_Bytes message: String message_not: String message_gt: String @@ -160340,7 +158511,7 @@ input localmainnet_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: localmainnet_OriginMessage_filter + message_: staginggoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -160355,37 +158526,37 @@ input localmainnet_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: localmainnet_RelayerFee_filter - initialRelayerFeeAsset: localmainnet_Bytes - initialRelayerFeeAsset_not: localmainnet_Bytes - initialRelayerFeeAsset_gt: localmainnet_Bytes - initialRelayerFeeAsset_lt: localmainnet_Bytes - initialRelayerFeeAsset_gte: localmainnet_Bytes - initialRelayerFeeAsset_lte: localmainnet_Bytes - initialRelayerFeeAsset_in: [localmainnet_Bytes!] - initialRelayerFeeAsset_not_in: [localmainnet_Bytes!] - initialRelayerFeeAsset_contains: localmainnet_Bytes - initialRelayerFeeAsset_not_contains: localmainnet_Bytes - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + relayerFees_: staginggoerli_RelayerFee_filter + initialRelayerFeeAsset: staginggoerli_Bytes + initialRelayerFeeAsset_not: staginggoerli_Bytes + initialRelayerFeeAsset_gt: staginggoerli_Bytes + initialRelayerFeeAsset_lt: staginggoerli_Bytes + initialRelayerFeeAsset_gte: staginggoerli_Bytes + initialRelayerFeeAsset_lte: staginggoerli_Bytes + initialRelayerFeeAsset_in: [staginggoerli_Bytes!] + initialRelayerFeeAsset_not_in: [staginggoerli_Bytes!] + initialRelayerFeeAsset_contains: staginggoerli_Bytes + initialRelayerFeeAsset_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -160418,16 +158589,16 @@ input localmainnet_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: localmainnet_Bytes - txOrigin_not: localmainnet_Bytes - txOrigin_gt: localmainnet_Bytes - txOrigin_lt: localmainnet_Bytes - txOrigin_gte: localmainnet_Bytes - txOrigin_lte: localmainnet_Bytes - txOrigin_in: [localmainnet_Bytes!] - txOrigin_not_in: [localmainnet_Bytes!] - txOrigin_contains: localmainnet_Bytes - txOrigin_not_contains: localmainnet_Bytes + txOrigin: staginggoerli_Bytes + txOrigin_not: staginggoerli_Bytes + txOrigin_gt: staginggoerli_Bytes + txOrigin_lt: staginggoerli_Bytes + txOrigin_gte: staginggoerli_Bytes + txOrigin_lte: staginggoerli_Bytes + txOrigin_in: [staginggoerli_Bytes!] + txOrigin_not_in: [staginggoerli_Bytes!] + txOrigin_contains: staginggoerli_Bytes + txOrigin_not_contains: staginggoerli_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -160437,12 +158608,12 @@ input localmainnet_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OriginTransfer_filter] - or: [localmainnet_OriginTransfer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OriginTransfer_filter] + or: [staginggoerli_OriginTransfer_filter] } -enum localmainnet_OriginTransfer_orderBy { +enum staginggoerli_OriginTransfer_orderBy { id chainId transferId @@ -160495,20 +158666,20 @@ enum localmainnet_OriginTransfer_orderBy { txNonce } -type localmainnet_Relayer { +type staginggoerli_Relayer { id: ID! isActive: Boolean! - relayer: localmainnet_Bytes + relayer: staginggoerli_Bytes } -type localmainnet_RelayerFee { +type staginggoerli_RelayerFee { id: ID! - transfer: localmainnet_OriginTransfer! + transfer: staginggoerli_OriginTransfer! fee: BigInt! - asset: localmainnet_Bytes! + asset: staginggoerli_Bytes! } -input localmainnet_RelayerFee_filter { +input staginggoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -160537,7 +158708,7 @@ input localmainnet_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localmainnet_OriginTransfer_filter + transfer_: staginggoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -160546,23 +158717,23 @@ input localmainnet_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: localmainnet_Bytes - asset_not: localmainnet_Bytes - asset_gt: localmainnet_Bytes - asset_lt: localmainnet_Bytes - asset_gte: localmainnet_Bytes - asset_lte: localmainnet_Bytes - asset_in: [localmainnet_Bytes!] - asset_not_in: [localmainnet_Bytes!] - asset_contains: localmainnet_Bytes - asset_not_contains: localmainnet_Bytes + asset: staginggoerli_Bytes + asset_not: staginggoerli_Bytes + asset_gt: staginggoerli_Bytes + asset_lt: staginggoerli_Bytes + asset_gte: staginggoerli_Bytes + asset_lte: staginggoerli_Bytes + asset_in: [staginggoerli_Bytes!] + asset_not_in: [staginggoerli_Bytes!] + asset_contains: staginggoerli_Bytes + asset_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RelayerFee_filter] - or: [localmainnet_RelayerFee_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RelayerFee_filter] + or: [staginggoerli_RelayerFee_filter] } -enum localmainnet_RelayerFee_orderBy { +enum staginggoerli_RelayerFee_orderBy { id transfer transfer__id @@ -160598,20 +158769,20 @@ enum localmainnet_RelayerFee_orderBy { asset } -type localmainnet_RelayerFeesIncrease { +type staginggoerli_RelayerFeesIncrease { id: ID! - transfer: localmainnet_OriginTransfer! + transfer: staginggoerli_OriginTransfer! increase: BigInt - asset: localmainnet_Bytes - caller: localmainnet_Bytes! - transactionHash: localmainnet_Bytes! + asset: staginggoerli_Bytes + caller: staginggoerli_Bytes! + transactionHash: staginggoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localmainnet_RelayerFeesIncrease_filter { +input staginggoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -160640,7 +158811,7 @@ input localmainnet_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localmainnet_OriginTransfer_filter + transfer_: staginggoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -160649,36 +158820,36 @@ input localmainnet_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: localmainnet_Bytes - asset_not: localmainnet_Bytes - asset_gt: localmainnet_Bytes - asset_lt: localmainnet_Bytes - asset_gte: localmainnet_Bytes - asset_lte: localmainnet_Bytes - asset_in: [localmainnet_Bytes!] - asset_not_in: [localmainnet_Bytes!] - asset_contains: localmainnet_Bytes - asset_not_contains: localmainnet_Bytes - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + asset: staginggoerli_Bytes + asset_not: staginggoerli_Bytes + asset_gt: staginggoerli_Bytes + asset_lt: staginggoerli_Bytes + asset_gte: staginggoerli_Bytes + asset_lte: staginggoerli_Bytes + asset_in: [staginggoerli_Bytes!] + asset_not_in: [staginggoerli_Bytes!] + asset_contains: staginggoerli_Bytes + asset_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -160712,12 +158883,12 @@ input localmainnet_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RelayerFeesIncrease_filter] - or: [localmainnet_RelayerFeesIncrease_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RelayerFeesIncrease_filter] + or: [staginggoerli_RelayerFeesIncrease_filter] } -enum localmainnet_RelayerFeesIncrease_orderBy { +enum staginggoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -160759,7 +158930,7 @@ enum localmainnet_RelayerFeesIncrease_orderBy { blockNumber } -input localmainnet_Relayer_filter { +input staginggoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -160772,34 +158943,34 @@ input localmainnet_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: localmainnet_Bytes - relayer_not: localmainnet_Bytes - relayer_gt: localmainnet_Bytes - relayer_lt: localmainnet_Bytes - relayer_gte: localmainnet_Bytes - relayer_lte: localmainnet_Bytes - relayer_in: [localmainnet_Bytes!] - relayer_not_in: [localmainnet_Bytes!] - relayer_contains: localmainnet_Bytes - relayer_not_contains: localmainnet_Bytes + relayer: staginggoerli_Bytes + relayer_not: staginggoerli_Bytes + relayer_gt: staginggoerli_Bytes + relayer_lt: staginggoerli_Bytes + relayer_gte: staginggoerli_Bytes + relayer_lte: staginggoerli_Bytes + relayer_in: [staginggoerli_Bytes!] + relayer_not_in: [staginggoerli_Bytes!] + relayer_contains: staginggoerli_Bytes + relayer_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Relayer_filter] - or: [localmainnet_Relayer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Relayer_filter] + or: [staginggoerli_Relayer_filter] } -enum localmainnet_Relayer_orderBy { +enum staginggoerli_Relayer_orderBy { id isActive relayer } -type localmainnet_RootCount { +type staginggoerli_RootCount { id: ID! count: BigInt } -input localmainnet_RootCount_filter { +input staginggoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -160817,31 +158988,31 @@ input localmainnet_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootCount_filter] - or: [localmainnet_RootCount_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootCount_filter] + or: [staginggoerli_RootCount_filter] } -enum localmainnet_RootCount_orderBy { +enum staginggoerli_RootCount_orderBy { id count } -type localmainnet_RootMessageSent { +type staginggoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: localmainnet_Bytes + root: staginggoerli_Bytes count: BigInt - caller: localmainnet_Bytes - transactionHash: localmainnet_Bytes + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input localmainnet_RootMessageSent_filter { +input staginggoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -160866,16 +159037,16 @@ input localmainnet_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -160884,26 +159055,26 @@ input localmainnet_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -160937,12 +159108,12 @@ input localmainnet_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootMessageSent_filter] - or: [localmainnet_RootMessageSent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootMessageSent_filter] + or: [staginggoerli_RootMessageSent_filter] } -enum localmainnet_RootMessageSent_orderBy { +enum staginggoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -160956,25 +159127,25 @@ enum localmainnet_RootMessageSent_orderBy { blockNumber } -type localmainnet_Router { +type staginggoerli_Router { id: ID! isActive: Boolean! - owner: localmainnet_Bytes - recipient: localmainnet_Bytes - proposedOwner: localmainnet_Bytes + owner: staginggoerli_Bytes + recipient: staginggoerli_Bytes + proposedOwner: staginggoerli_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: localmainnet_AssetBalance_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_AssetBalance_filter): [localmainnet_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_AssetBalance_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_AssetBalance_filter): [staginggoerli_AssetBalance!]! } -type localmainnet_RouterDailyTVL { +type staginggoerli_RouterDailyTVL { id: ID! - router: localmainnet_Router! - asset: localmainnet_Asset! + router: staginggoerli_Router! + asset: staginggoerli_Asset! timestamp: BigInt! balance: BigInt! } -input localmainnet_RouterDailyTVL_filter { +input staginggoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -161003,7 +159174,7 @@ input localmainnet_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localmainnet_Router_filter + router_: staginggoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -161024,7 +159195,7 @@ input localmainnet_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter + asset_: staginggoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -161042,12 +159213,12 @@ input localmainnet_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RouterDailyTVL_filter] - or: [localmainnet_RouterDailyTVL_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RouterDailyTVL_filter] + or: [staginggoerli_RouterDailyTVL_filter] } -enum localmainnet_RouterDailyTVL_orderBy { +enum staginggoerli_RouterDailyTVL_orderBy { id router router__id @@ -161070,26 +159241,26 @@ enum localmainnet_RouterDailyTVL_orderBy { balance } -type localmainnet_RouterLiquidityEvent { +type staginggoerli_RouterLiquidityEvent { id: ID! - type: localmainnet_RouterLiquidityEventType - router: localmainnet_Router! - asset: localmainnet_Asset! + type: staginggoerli_RouterLiquidityEventType + router: staginggoerli_Router! + asset: staginggoerli_Asset! amount: BigInt! balance: BigInt! - caller: localmainnet_Bytes + caller: staginggoerli_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: localmainnet_Bytes! + transactionHash: staginggoerli_Bytes! nonce: BigInt! } -enum localmainnet_RouterLiquidityEventType { +enum staginggoerli_RouterLiquidityEventType { Add Remove } -input localmainnet_RouterLiquidityEvent_filter { +input staginggoerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -161098,10 +159269,10 @@ input localmainnet_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: localmainnet_RouterLiquidityEventType - type_not: localmainnet_RouterLiquidityEventType - type_in: [localmainnet_RouterLiquidityEventType!] - type_not_in: [localmainnet_RouterLiquidityEventType!] + type: staginggoerli_RouterLiquidityEventType + type_not: staginggoerli_RouterLiquidityEventType + type_in: [staginggoerli_RouterLiquidityEventType!] + type_not_in: [staginggoerli_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -161122,7 +159293,7 @@ input localmainnet_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localmainnet_Router_filter + router_: staginggoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -161143,7 +159314,7 @@ input localmainnet_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter + asset_: staginggoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -161160,16 +159331,16 @@ input localmainnet_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -161186,16 +159357,16 @@ input localmainnet_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -161205,12 +159376,12 @@ input localmainnet_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RouterLiquidityEvent_filter] - or: [localmainnet_RouterLiquidityEvent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RouterLiquidityEvent_filter] + or: [staginggoerli_RouterLiquidityEvent_filter] } -enum localmainnet_RouterLiquidityEvent_orderBy { +enum staginggoerli_RouterLiquidityEvent_orderBy { id type router @@ -161239,7 +159410,7 @@ enum localmainnet_RouterLiquidityEvent_orderBy { nonce } -input localmainnet_Router_filter { +input staginggoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -161252,36 +159423,36 @@ input localmainnet_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: localmainnet_Bytes - owner_not: localmainnet_Bytes - owner_gt: localmainnet_Bytes - owner_lt: localmainnet_Bytes - owner_gte: localmainnet_Bytes - owner_lte: localmainnet_Bytes - owner_in: [localmainnet_Bytes!] - owner_not_in: [localmainnet_Bytes!] - owner_contains: localmainnet_Bytes - owner_not_contains: localmainnet_Bytes - recipient: localmainnet_Bytes - recipient_not: localmainnet_Bytes - recipient_gt: localmainnet_Bytes - recipient_lt: localmainnet_Bytes - recipient_gte: localmainnet_Bytes - recipient_lte: localmainnet_Bytes - recipient_in: [localmainnet_Bytes!] - recipient_not_in: [localmainnet_Bytes!] - recipient_contains: localmainnet_Bytes - recipient_not_contains: localmainnet_Bytes - proposedOwner: localmainnet_Bytes - proposedOwner_not: localmainnet_Bytes - proposedOwner_gt: localmainnet_Bytes - proposedOwner_lt: localmainnet_Bytes - proposedOwner_gte: localmainnet_Bytes - proposedOwner_lte: localmainnet_Bytes - proposedOwner_in: [localmainnet_Bytes!] - proposedOwner_not_in: [localmainnet_Bytes!] - proposedOwner_contains: localmainnet_Bytes - proposedOwner_not_contains: localmainnet_Bytes + owner: staginggoerli_Bytes + owner_not: staginggoerli_Bytes + owner_gt: staginggoerli_Bytes + owner_lt: staginggoerli_Bytes + owner_gte: staginggoerli_Bytes + owner_lte: staginggoerli_Bytes + owner_in: [staginggoerli_Bytes!] + owner_not_in: [staginggoerli_Bytes!] + owner_contains: staginggoerli_Bytes + owner_not_contains: staginggoerli_Bytes + recipient: staginggoerli_Bytes + recipient_not: staginggoerli_Bytes + recipient_gt: staginggoerli_Bytes + recipient_lt: staginggoerli_Bytes + recipient_gte: staginggoerli_Bytes + recipient_lte: staginggoerli_Bytes + recipient_in: [staginggoerli_Bytes!] + recipient_not_in: [staginggoerli_Bytes!] + recipient_contains: staginggoerli_Bytes + recipient_not_contains: staginggoerli_Bytes + proposedOwner: staginggoerli_Bytes + proposedOwner_not: staginggoerli_Bytes + proposedOwner_gt: staginggoerli_Bytes + proposedOwner_lt: staginggoerli_Bytes + proposedOwner_gte: staginggoerli_Bytes + proposedOwner_lte: staginggoerli_Bytes + proposedOwner_in: [staginggoerli_Bytes!] + proposedOwner_not_in: [staginggoerli_Bytes!] + proposedOwner_contains: staginggoerli_Bytes + proposedOwner_not_contains: staginggoerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -161290,14 +159461,14 @@ input localmainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: localmainnet_AssetBalance_filter + assetBalances_: staginggoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Router_filter] - or: [localmainnet_Router_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Router_filter] + or: [staginggoerli_Router_filter] } -enum localmainnet_Router_orderBy { +enum staginggoerli_Router_orderBy { id isActive owner @@ -161307,13 +159478,13 @@ enum localmainnet_Router_orderBy { assetBalances } -type localmainnet_Sequencer { +type staginggoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: localmainnet_Bytes + sequencer: staginggoerli_Bytes } -input localmainnet_Sequencer_filter { +input staginggoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -161326,35 +159497,35 @@ input localmainnet_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: localmainnet_Bytes - sequencer_not: localmainnet_Bytes - sequencer_gt: localmainnet_Bytes - sequencer_lt: localmainnet_Bytes - sequencer_gte: localmainnet_Bytes - sequencer_lte: localmainnet_Bytes - sequencer_in: [localmainnet_Bytes!] - sequencer_not_in: [localmainnet_Bytes!] - sequencer_contains: localmainnet_Bytes - sequencer_not_contains: localmainnet_Bytes + sequencer: staginggoerli_Bytes + sequencer_not: staginggoerli_Bytes + sequencer_gt: staginggoerli_Bytes + sequencer_lt: staginggoerli_Bytes + sequencer_gte: staginggoerli_Bytes + sequencer_lte: staginggoerli_Bytes + sequencer_in: [staginggoerli_Bytes!] + sequencer_not_in: [staginggoerli_Bytes!] + sequencer_contains: staginggoerli_Bytes + sequencer_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Sequencer_filter] - or: [localmainnet_Sequencer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Sequencer_filter] + or: [staginggoerli_Sequencer_filter] } -enum localmainnet_Sequencer_orderBy { +enum staginggoerli_Sequencer_orderBy { id isActive sequencer } -type localmainnet_Setting { +type staginggoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: localmainnet_Bytes! + caller: staginggoerli_Bytes! } -input localmainnet_Setting_filter { +input staginggoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -161371,41 +159542,41 @@ input localmainnet_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Setting_filter] - or: [localmainnet_Setting_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Setting_filter] + or: [staginggoerli_Setting_filter] } -enum localmainnet_Setting_orderBy { +enum staginggoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type localmainnet_SlippageUpdate { +type staginggoerli_SlippageUpdate { id: ID! - transfer: localmainnet_DestinationTransfer! + transfer: staginggoerli_DestinationTransfer! slippage: BigInt! - caller: localmainnet_Bytes! - transactionHash: localmainnet_Bytes! + caller: staginggoerli_Bytes! + transactionHash: staginggoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localmainnet_SlippageUpdate_filter { +input staginggoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -161434,7 +159605,7 @@ input localmainnet_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localmainnet_DestinationTransfer_filter + transfer_: staginggoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -161443,26 +159614,26 @@ input localmainnet_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -161496,12 +159667,12 @@ input localmainnet_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_SlippageUpdate_filter] - or: [localmainnet_SlippageUpdate_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SlippageUpdate_filter] + or: [staginggoerli_SlippageUpdate_filter] } -enum localmainnet_SlippageUpdate_orderBy { +enum staginggoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -161549,16 +159720,16 @@ enum localmainnet_SlippageUpdate_orderBy { blockNumber } -type localmainnet_SnapshotRoot { +type staginggoerli_SnapshotRoot { id: ID! spokeDomain: BigInt - root: localmainnet_Bytes! + root: staginggoerli_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input localmainnet_SnapshotRoot_filter { +input staginggoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -161575,16 +159746,16 @@ input localmainnet_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -161610,12 +159781,12 @@ input localmainnet_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_SnapshotRoot_filter] - or: [localmainnet_SnapshotRoot_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SnapshotRoot_filter] + or: [staginggoerli_SnapshotRoot_filter] } -enum localmainnet_SnapshotRoot_orderBy { +enum staginggoerli_SnapshotRoot_orderBy { id spokeDomain root @@ -161624,12 +159795,12 @@ enum localmainnet_SnapshotRoot_orderBy { blockNumber } -type localmainnet_SpokeConnectorMode { +type staginggoerli_SpokeConnectorMode { id: ID! mode: String! } -input localmainnet_SpokeConnectorMode_filter { +input staginggoerli_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -161659,17 +159830,17 @@ input localmainnet_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_SpokeConnectorMode_filter] - or: [localmainnet_SpokeConnectorMode_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SpokeConnectorMode_filter] + or: [staginggoerli_SpokeConnectorMode_filter] } -enum localmainnet_SpokeConnectorMode_orderBy { +enum staginggoerli_SpokeConnectorMode_orderBy { id mode } -enum localmainnet_TransferStatus { +enum staginggoerli_TransferStatus { XCalled Executed Reconciled @@ -161677,15 +159848,15 @@ enum localmainnet_TransferStatus { CompletedFast } -type metis_AggregateRoot { +type stagingoptimism_AggregateRoot { id: ID! - root: metis_Bytes! + root: stagingoptimism_Bytes! blockNumber: BigInt! } -type metis_AggregateRootProposed { +type stagingoptimism_AggregateRootProposed { id: ID! - aggregateRoot: metis_Bytes! + aggregateRoot: stagingoptimism_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -161693,7 +159864,7 @@ type metis_AggregateRootProposed { blockNumber: BigInt } -input metis_AggregateRootProposed_filter { +input stagingoptimism_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -161702,16 +159873,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: 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 @@ -161753,12 +159924,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AggregateRootProposed_filter] + or: [stagingoptimism_AggregateRootProposed_filter] } -enum metis_AggregateRootProposed_orderBy { +enum stagingoptimism_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -161768,7 +159939,7 @@ enum metis_AggregateRootProposed_orderBy { blockNumber } -input metis_AggregateRoot_filter { +input stagingoptimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -161777,16 +159948,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: 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 @@ -161796,42 +159967,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AggregateRoot_filter] + or: [stagingoptimism_AggregateRoot_filter] } -enum metis_AggregateRoot_orderBy { +enum stagingoptimism_AggregateRoot_orderBy { id root blockNumber } -type metis_Asset { +enum stagingoptimism_Aggregation_interval { + hour + day +} + +type stagingoptimism_Asset { id: ID! - key: metis_Bytes + key: stagingoptimism_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: metis_Bytes + canonicalId: stagingoptimism_Bytes canonicalDomain: BigInt - adoptedAsset: metis_Bytes - localAsset: metis_Bytes + adoptedAsset: stagingoptimism_Bytes + localAsset: stagingoptimism_Bytes blockNumber: BigInt - status: metis_AssetStatus + status: stagingoptimism_AssetStatus } -type metis_AssetBalance { +type stagingoptimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: metis_Router! - asset: metis_Asset! + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! feesEarned: BigInt! } -input metis_AssetBalance_filter { +input stagingoptimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -161892,7 +160068,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_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -161913,7 +160089,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_: stagingoptimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -161923,12 +160099,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AssetBalance_filter] + or: [stagingoptimism_AssetBalance_filter] } -enum metis_AssetBalance_orderBy { +enum stagingoptimism_AssetBalance_orderBy { id amount locked @@ -161954,12 +160130,12 @@ enum metis_AssetBalance_orderBy { feesEarned } -type metis_AssetStatus { +type stagingoptimism_AssetStatus { id: ID! status: Boolean } -input metis_AssetStatus_filter { +input stagingoptimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -161973,17 +160149,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AssetStatus_filter] + or: [stagingoptimism_AssetStatus_filter] } -enum metis_AssetStatus_orderBy { +enum stagingoptimism_AssetStatus_orderBy { id status } -input metis_Asset_filter { +input stagingoptimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -161992,16 +160168,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: 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 @@ -162018,16 +160194,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: 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 @@ -162036,26 +160212,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: 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 @@ -162084,14 +160260,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_: stagingoptimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Asset_filter] - or: [metis_Asset_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Asset_filter] + or: [stagingoptimism_Asset_filter] } -enum metis_Asset_orderBy { +enum stagingoptimism_Asset_orderBy { id key decimal @@ -162106,30 +160282,30 @@ enum metis_Asset_orderBy { status__status } -scalar metis_BigDecimal +scalar stagingoptimism_BigDecimal -input metis_BlockChangedFilter { +input stagingoptimism_BlockChangedFilter { number_gte: Int! } -input metis_Block_height { - hash: metis_Bytes +input stagingoptimism_Block_height { + hash: stagingoptimism_Bytes number: Int number_gte: Int } -scalar metis_Bytes +scalar stagingoptimism_Bytes -type metis_ConnectorMeta { +type stagingoptimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: metis_Bytes - rootManager: metis_Bytes - mirrorConnector: metis_Bytes + amb: stagingoptimism_Bytes + rootManager: stagingoptimism_Bytes + mirrorConnector: stagingoptimism_Bytes } -input metis_ConnectorMeta_filter { +input stagingoptimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -162154,43 +160330,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: 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: metis_BlockChangedFilter - and: [metis_ConnectorMeta_filter] - or: [metis_ConnectorMeta_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_ConnectorMeta_filter] + or: [stagingoptimism_ConnectorMeta_filter] } -enum metis_ConnectorMeta_orderBy { +enum stagingoptimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -162199,48 +160375,48 @@ enum metis_ConnectorMeta_orderBy { mirrorConnector } -type metis_DestinationTransfer { +type stagingoptimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: metis_Bytes + transferId: stagingoptimism_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: 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: metis_Bytes - delegate: metis_Bytes + to: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes receiveLocal: Boolean - callData: metis_Bytes + callData: stagingoptimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: metis_Bytes + originSender: stagingoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: metis_Bytes - asset: metis_Asset + canonicalId: stagingoptimism_Bytes + asset: stagingoptimism_Asset amount: BigInt routersFee: BigInt - executedCaller: metis_Bytes - executedTransactionHash: metis_Bytes + executedCaller: stagingoptimism_Bytes + executedTransactionHash: stagingoptimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: metis_Bytes + executedTxOrigin: stagingoptimism_Bytes executedTxNonce: BigInt - reconciledCaller: metis_Bytes - reconciledTransactionHash: metis_Bytes + reconciledCaller: stagingoptimism_Bytes + reconciledTransactionHash: stagingoptimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: metis_Bytes + reconciledTxOrigin: stagingoptimism_Bytes reconciledTxNonce: BigInt } -input metis_DestinationTransfer_filter { +input stagingoptimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -162257,16 +160433,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: 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 @@ -162275,17 +160451,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: 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_: metis_Router_filter + routers_: stagingoptimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -162310,40 +160486,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: 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: 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: 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 @@ -162360,16 +160536,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: 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 @@ -162386,16 +160562,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: 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 @@ -162416,7 +160592,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_: stagingoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -162433,26 +160609,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: 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 @@ -162485,16 +160661,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: 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 @@ -162503,26 +160679,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: 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 @@ -162555,16 +160731,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: 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 @@ -162574,12 +160750,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_DestinationTransfer_filter] + or: [stagingoptimism_DestinationTransfer_filter] } -enum metis_DestinationTransfer_orderBy { +enum stagingoptimism_DestinationTransfer_orderBy { id chainId transferId @@ -162633,16 +160809,16 @@ enum metis_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar metis_Int8 +scalar stagingoptimism_Int8 -type metis_OptimisticRootFinalized { +type stagingoptimism_OptimisticRootFinalized { id: ID! - aggregateRoot: metis_Bytes! + aggregateRoot: stagingoptimism_Bytes! timestamp: BigInt! blockNumber: BigInt } -input metis_OptimisticRootFinalized_filter { +input stagingoptimism_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -162651,16 +160827,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: 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 @@ -162678,12 +160854,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OptimisticRootFinalized_filter] + or: [stagingoptimism_OptimisticRootFinalized_filter] } -enum metis_OptimisticRootFinalized_orderBy { +enum stagingoptimism_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -162691,25 +160867,25 @@ enum metis_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum metis_OrderDirection { +enum stagingoptimism_OrderDirection { asc desc } -type metis_OriginMessage { +type stagingoptimism_OriginMessage { id: ID! - transferId: metis_Bytes + transferId: stagingoptimism_Bytes destinationDomain: BigInt - leaf: metis_Bytes + leaf: stagingoptimism_Bytes index: BigInt - message: metis_Bytes - root: metis_Bytes - transactionHash: metis_Bytes + message: stagingoptimism_Bytes + root: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes blockNumber: BigInt - rootCount: metis_RootCount + rootCount: stagingoptimism_RootCount } -input metis_OriginMessage_filter { +input stagingoptimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -162718,16 +160894,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: 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 @@ -162736,16 +160912,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: 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 @@ -162754,36 +160930,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: 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 @@ -162812,14 +160988,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_: stagingoptimism_RootCount_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_OriginMessage_filter] - or: [metis_OriginMessage_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OriginMessage_filter] + or: [stagingoptimism_OriginMessage_filter] } -enum metis_OriginMessage_orderBy { +enum stagingoptimism_OriginMessage_orderBy { id transferId destinationDomain @@ -162834,42 +161010,42 @@ enum metis_OriginMessage_orderBy { rootCount__count } -type metis_OriginTransfer { +type stagingoptimism_OriginTransfer { id: ID! chainId: BigInt - transferId: metis_Bytes + transferId: stagingoptimism_Bytes nonce: BigInt - status: metis_TransferStatus - messageHash: metis_Bytes + status: stagingoptimism_TransferStatus + messageHash: stagingoptimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: metis_Bytes - delegate: metis_Bytes + to: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes receiveLocal: Boolean - callData: metis_Bytes + callData: stagingoptimism_Bytes slippage: BigInt - originSender: metis_Bytes + originSender: stagingoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: metis_Bytes - asset: metis_Asset - transactingAsset: metis_Bytes - message: metis_OriginMessage + canonicalId: stagingoptimism_Bytes + asset: stagingoptimism_Asset + transactingAsset: stagingoptimism_Bytes + message: stagingoptimism_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: 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: metis_Bytes + txOrigin: stagingoptimism_Bytes txNonce: BigInt } -input metis_OriginTransfer_filter { +input stagingoptimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -162886,16 +161062,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: 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 @@ -162904,20 +161080,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: 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 @@ -162942,40 +161118,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: 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: 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: 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 @@ -162984,16 +161160,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: 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 @@ -163010,16 +161186,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: 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 @@ -163040,17 +161216,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_: 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 @@ -163071,7 +161247,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_: stagingoptimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -163086,37 +161262,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_: 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 @@ -163149,16 +161325,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: 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 @@ -163168,12 +161344,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OriginTransfer_filter] + or: [stagingoptimism_OriginTransfer_filter] } -enum metis_OriginTransfer_orderBy { +enum stagingoptimism_OriginTransfer_orderBy { id chainId transferId @@ -163226,20 +161402,20 @@ enum metis_OriginTransfer_orderBy { txNonce } -type metis_Relayer { +type stagingoptimism_Relayer { id: ID! isActive: Boolean! - relayer: metis_Bytes + relayer: stagingoptimism_Bytes } -type metis_RelayerFee { +type stagingoptimism_RelayerFee { id: ID! - transfer: metis_OriginTransfer! + transfer: stagingoptimism_OriginTransfer! fee: BigInt! - asset: metis_Bytes! + asset: stagingoptimism_Bytes! } -input metis_RelayerFee_filter { +input stagingoptimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -163268,7 +161444,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_: stagingoptimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -163277,23 +161453,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: 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: metis_BlockChangedFilter - and: [metis_RelayerFee_filter] - or: [metis_RelayerFee_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RelayerFee_filter] + or: [stagingoptimism_RelayerFee_filter] } -enum metis_RelayerFee_orderBy { +enum stagingoptimism_RelayerFee_orderBy { id transfer transfer__id @@ -163329,20 +161505,20 @@ enum metis_RelayerFee_orderBy { asset } -type metis_RelayerFeesIncrease { +type stagingoptimism_RelayerFeesIncrease { id: ID! - transfer: metis_OriginTransfer! + transfer: stagingoptimism_OriginTransfer! increase: BigInt - asset: metis_Bytes - caller: metis_Bytes! - transactionHash: metis_Bytes! + asset: stagingoptimism_Bytes + caller: stagingoptimism_Bytes! + transactionHash: stagingoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input metis_RelayerFeesIncrease_filter { +input stagingoptimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -163371,7 +161547,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_: stagingoptimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -163380,36 +161556,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: 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 @@ -163443,12 +161619,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RelayerFeesIncrease_filter] + or: [stagingoptimism_RelayerFeesIncrease_filter] } -enum metis_RelayerFeesIncrease_orderBy { +enum stagingoptimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -163490,7 +161666,7 @@ enum metis_RelayerFeesIncrease_orderBy { blockNumber } -input metis_Relayer_filter { +input stagingoptimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -163503,34 +161679,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: 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: metis_BlockChangedFilter - and: [metis_Relayer_filter] - or: [metis_Relayer_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Relayer_filter] + or: [stagingoptimism_Relayer_filter] } -enum metis_Relayer_orderBy { +enum stagingoptimism_Relayer_orderBy { id isActive relayer } -type metis_RootCount { +type stagingoptimism_RootCount { id: ID! count: BigInt } -input metis_RootCount_filter { +input stagingoptimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -163548,31 +161724,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RootCount_filter] + or: [stagingoptimism_RootCount_filter] } -enum metis_RootCount_orderBy { +enum stagingoptimism_RootCount_orderBy { id count } -type metis_RootMessageSent { +type stagingoptimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: metis_Bytes + root: stagingoptimism_Bytes count: BigInt - caller: metis_Bytes - transactionHash: metis_Bytes + caller: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input metis_RootMessageSent_filter { +input stagingoptimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -163597,16 +161773,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: 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 @@ -163615,26 +161791,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: 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 @@ -163668,12 +161844,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RootMessageSent_filter] + or: [stagingoptimism_RootMessageSent_filter] } -enum metis_RootMessageSent_orderBy { +enum stagingoptimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -163687,25 +161863,25 @@ enum metis_RootMessageSent_orderBy { blockNumber } -type metis_Router { +type stagingoptimism_Router { id: ID! isActive: Boolean! - owner: metis_Bytes - recipient: metis_Bytes - proposedOwner: metis_Bytes + owner: stagingoptimism_Bytes + recipient: stagingoptimism_Bytes + proposedOwner: stagingoptimism_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: stagingoptimism_AssetBalance_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_AssetBalance_filter): [stagingoptimism_AssetBalance!]! } -type metis_RouterDailyTVL { +type stagingoptimism_RouterDailyTVL { id: ID! - router: metis_Router! - asset: metis_Asset! + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! timestamp: BigInt! balance: BigInt! } -input metis_RouterDailyTVL_filter { +input stagingoptimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -163734,7 +161910,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_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -163755,7 +161931,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_: stagingoptimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -163773,12 +161949,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RouterDailyTVL_filter] + or: [stagingoptimism_RouterDailyTVL_filter] } -enum metis_RouterDailyTVL_orderBy { +enum stagingoptimism_RouterDailyTVL_orderBy { id router router__id @@ -163801,26 +161977,26 @@ enum metis_RouterDailyTVL_orderBy { balance } -type metis_RouterLiquidityEvent { +type stagingoptimism_RouterLiquidityEvent { id: ID! - type: metis_RouterLiquidityEventType - router: metis_Router! - asset: metis_Asset! + type: stagingoptimism_RouterLiquidityEventType + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! amount: BigInt! balance: BigInt! - caller: metis_Bytes + caller: stagingoptimism_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: metis_Bytes! + transactionHash: stagingoptimism_Bytes! nonce: BigInt! } -enum metis_RouterLiquidityEventType { +enum stagingoptimism_RouterLiquidityEventType { Add Remove } -input metis_RouterLiquidityEvent_filter { +input stagingoptimism_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -163829,10 +162005,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: stagingoptimism_RouterLiquidityEventType + type_not: stagingoptimism_RouterLiquidityEventType + type_in: [stagingoptimism_RouterLiquidityEventType!] + type_not_in: [stagingoptimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -163853,7 +162029,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_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -163874,7 +162050,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_: stagingoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -163891,16 +162067,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: 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 @@ -163917,16 +162093,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: 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 @@ -163936,12 +162112,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RouterLiquidityEvent_filter] + or: [stagingoptimism_RouterLiquidityEvent_filter] } -enum metis_RouterLiquidityEvent_orderBy { +enum stagingoptimism_RouterLiquidityEvent_orderBy { id type router @@ -163970,7 +162146,7 @@ enum metis_RouterLiquidityEvent_orderBy { nonce } -input metis_Router_filter { +input stagingoptimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -163983,36 +162159,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: 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 @@ -164021,14 +162197,14 @@ input metis_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: metis_AssetBalance_filter + assetBalances_: stagingoptimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Router_filter] - or: [metis_Router_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Router_filter] + or: [stagingoptimism_Router_filter] } -enum metis_Router_orderBy { +enum stagingoptimism_Router_orderBy { id isActive owner @@ -164038,13 +162214,13 @@ enum metis_Router_orderBy { assetBalances } -type metis_Sequencer { +type stagingoptimism_Sequencer { id: ID! isActive: Boolean! - sequencer: metis_Bytes + sequencer: stagingoptimism_Bytes } -input metis_Sequencer_filter { +input stagingoptimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -164057,35 +162233,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: 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: metis_BlockChangedFilter - and: [metis_Sequencer_filter] - or: [metis_Sequencer_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Sequencer_filter] + or: [stagingoptimism_Sequencer_filter] } -enum metis_Sequencer_orderBy { +enum stagingoptimism_Sequencer_orderBy { id isActive sequencer } -type metis_Setting { +type stagingoptimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: metis_Bytes! + caller: stagingoptimism_Bytes! } -input metis_Setting_filter { +input stagingoptimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -164102,41 +162278,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: 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: metis_BlockChangedFilter - and: [metis_Setting_filter] - or: [metis_Setting_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Setting_filter] + or: [stagingoptimism_Setting_filter] } -enum metis_Setting_orderBy { +enum stagingoptimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type metis_SlippageUpdate { +type stagingoptimism_SlippageUpdate { id: ID! - transfer: metis_DestinationTransfer! + transfer: stagingoptimism_DestinationTransfer! slippage: BigInt! - caller: metis_Bytes! - transactionHash: metis_Bytes! + caller: stagingoptimism_Bytes! + transactionHash: stagingoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input metis_SlippageUpdate_filter { +input stagingoptimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -164165,7 +162341,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_: stagingoptimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -164174,26 +162350,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: 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 @@ -164227,12 +162403,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SlippageUpdate_filter] + or: [stagingoptimism_SlippageUpdate_filter] } -enum metis_SlippageUpdate_orderBy { +enum stagingoptimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -164280,16 +162456,16 @@ enum metis_SlippageUpdate_orderBy { blockNumber } -type metis_SnapshotRoot { +type stagingoptimism_SnapshotRoot { id: ID! spokeDomain: BigInt - root: metis_Bytes! + root: stagingoptimism_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input metis_SnapshotRoot_filter { +input stagingoptimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -164306,16 +162482,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: 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 @@ -164341,12 +162517,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SnapshotRoot_filter] + or: [stagingoptimism_SnapshotRoot_filter] } -enum metis_SnapshotRoot_orderBy { +enum stagingoptimism_SnapshotRoot_orderBy { id spokeDomain root @@ -164355,12 +162531,12 @@ enum metis_SnapshotRoot_orderBy { blockNumber } -type metis_SpokeConnectorMode { +type stagingoptimism_SpokeConnectorMode { id: ID! mode: String! } -input metis_SpokeConnectorMode_filter { +input stagingoptimism_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -164390,17 +162566,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SpokeConnectorMode_filter] + or: [stagingoptimism_SpokeConnectorMode_filter] } -enum metis_SpokeConnectorMode_orderBy { +enum stagingoptimism_SpokeConnectorMode_orderBy { id mode } -enum metis_TransferStatus { +enum stagingoptimism_TransferStatus { XCalled Executed Reconciled @@ -164408,17 +162584,19 @@ enum metis_TransferStatus { CompletedFast } -type metis__Block_ { +type stagingoptimism__Block_ { """The hash of the block""" - hash: metis_Bytes + hash: stagingoptimism_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: stagingoptimism_Bytes } """The type for the top-level _meta field""" -type metis__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 @@ -164426,22 +162604,22 @@ type metis__Meta_ { and therefore asks for the latest block """ - block: metis__Block_! + block: stagingoptimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingscroll_AggregateRoot { +type staginglinea_AggregateRoot { id: ID! - root: stagingscroll_Bytes! + root: staginglinea_Bytes! blockNumber: BigInt! } -type stagingscroll_AggregateRootProposed { +type staginglinea_AggregateRootProposed { id: ID! - aggregateRoot: stagingscroll_Bytes! + aggregateRoot: staginglinea_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -164449,7 +162627,7 @@ type stagingscroll_AggregateRootProposed { blockNumber: BigInt } -input stagingscroll_AggregateRootProposed_filter { +input staginglinea_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -164458,16 +162636,12 @@ input stagingscroll_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingscroll_Bytes - aggregateRoot_not: stagingscroll_Bytes - aggregateRoot_gt: stagingscroll_Bytes - aggregateRoot_lt: stagingscroll_Bytes - aggregateRoot_gte: stagingscroll_Bytes - aggregateRoot_lte: stagingscroll_Bytes - aggregateRoot_in: [stagingscroll_Bytes!] - aggregateRoot_not_in: [stagingscroll_Bytes!] - aggregateRoot_contains: stagingscroll_Bytes - aggregateRoot_not_contains: stagingscroll_Bytes + aggregateRoot: 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 @@ -164509,12 +162683,10 @@ input stagingscroll_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AggregateRootProposed_filter] - or: [stagingscroll_AggregateRootProposed_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_AggregateRootProposed_orderBy { +enum staginglinea_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -164524,7 +162696,7 @@ enum stagingscroll_AggregateRootProposed_orderBy { blockNumber } -input stagingscroll_AggregateRoot_filter { +input staginglinea_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -164533,16 +162705,12 @@ input stagingscroll_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingscroll_Bytes - root_not: stagingscroll_Bytes - root_gt: stagingscroll_Bytes - root_lt: stagingscroll_Bytes - root_gte: stagingscroll_Bytes - root_lte: stagingscroll_Bytes - root_in: [stagingscroll_Bytes!] - root_not_in: [stagingscroll_Bytes!] - root_contains: stagingscroll_Bytes - root_not_contains: stagingscroll_Bytes + root: 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 @@ -164552,42 +162720,40 @@ input stagingscroll_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AggregateRoot_filter] - or: [stagingscroll_AggregateRoot_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_AggregateRoot_orderBy { +enum staginglinea_AggregateRoot_orderBy { id root blockNumber } -type stagingscroll_Asset { +type staginglinea_Asset { id: ID! - key: stagingscroll_Bytes + key: staginglinea_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingscroll_Bytes + canonicalId: staginglinea_Bytes canonicalDomain: BigInt - adoptedAsset: stagingscroll_Bytes - localAsset: stagingscroll_Bytes + adoptedAsset: staginglinea_Bytes + localAsset: staginglinea_Bytes blockNumber: BigInt - status: stagingscroll_AssetStatus + status: staginglinea_AssetStatus } -type stagingscroll_AssetBalance { +type staginglinea_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingscroll_Router! - asset: stagingscroll_Asset! + router: staginglinea_Router! + asset: staginglinea_Asset! feesEarned: BigInt! } -input stagingscroll_AssetBalance_filter { +input staginglinea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -164648,7 +162814,7 @@ input stagingscroll_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingscroll_Router_filter + router_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -164669,7 +162835,7 @@ input stagingscroll_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingscroll_Asset_filter + asset_: staginglinea_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -164679,43 +162845,26 @@ input stagingscroll_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AssetBalance_filter] - or: [stagingscroll_AssetBalance_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_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 stagingscroll_AssetStatus { +type staginglinea_AssetStatus { id: ID! status: Boolean } -input stagingscroll_AssetStatus_filter { +input staginglinea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -164729,17 +162878,15 @@ input stagingscroll_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AssetStatus_filter] - or: [stagingscroll_AssetStatus_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_AssetStatus_orderBy { +enum staginglinea_AssetStatus_orderBy { id status } -input stagingscroll_Asset_filter { +input staginglinea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -164748,16 +162895,12 @@ input stagingscroll_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingscroll_Bytes - key_not: stagingscroll_Bytes - key_gt: stagingscroll_Bytes - key_lt: stagingscroll_Bytes - key_gte: stagingscroll_Bytes - key_lte: stagingscroll_Bytes - key_in: [stagingscroll_Bytes!] - key_not_in: [stagingscroll_Bytes!] - key_contains: stagingscroll_Bytes - key_not_contains: stagingscroll_Bytes + key: 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 @@ -164774,16 +162917,12 @@ input stagingscroll_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingscroll_Bytes - canonicalId_not: stagingscroll_Bytes - canonicalId_gt: stagingscroll_Bytes - canonicalId_lt: stagingscroll_Bytes - canonicalId_gte: stagingscroll_Bytes - canonicalId_lte: stagingscroll_Bytes - canonicalId_in: [stagingscroll_Bytes!] - canonicalId_not_in: [stagingscroll_Bytes!] - canonicalId_contains: stagingscroll_Bytes - canonicalId_not_contains: stagingscroll_Bytes + canonicalId: 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 @@ -164792,26 +162931,18 @@ input stagingscroll_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingscroll_Bytes - adoptedAsset_not: stagingscroll_Bytes - adoptedAsset_gt: stagingscroll_Bytes - adoptedAsset_lt: stagingscroll_Bytes - adoptedAsset_gte: stagingscroll_Bytes - adoptedAsset_lte: stagingscroll_Bytes - adoptedAsset_in: [stagingscroll_Bytes!] - adoptedAsset_not_in: [stagingscroll_Bytes!] - adoptedAsset_contains: stagingscroll_Bytes - adoptedAsset_not_contains: stagingscroll_Bytes - localAsset: stagingscroll_Bytes - localAsset_not: stagingscroll_Bytes - localAsset_gt: stagingscroll_Bytes - localAsset_lt: stagingscroll_Bytes - localAsset_gte: stagingscroll_Bytes - localAsset_lte: stagingscroll_Bytes - localAsset_in: [stagingscroll_Bytes!] - localAsset_not_in: [stagingscroll_Bytes!] - localAsset_contains: stagingscroll_Bytes - localAsset_not_contains: stagingscroll_Bytes + adoptedAsset: 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 @@ -164840,14 +162971,12 @@ input stagingscroll_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingscroll_AssetStatus_filter + status_: staginglinea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_Asset_filter] - or: [stagingscroll_Asset_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_Asset_orderBy { +enum staginglinea_Asset_orderBy { id key decimal @@ -164858,34 +162987,32 @@ enum stagingscroll_Asset_orderBy { localAsset blockNumber status - status__id - status__status } -scalar stagingscroll_BigDecimal +scalar staginglinea_BigDecimal -input stagingscroll_BlockChangedFilter { +input staginglinea_BlockChangedFilter { number_gte: Int! } -input stagingscroll_Block_height { - hash: stagingscroll_Bytes +input staginglinea_Block_height { + hash: staginglinea_Bytes number: Int number_gte: Int } -scalar stagingscroll_Bytes +scalar staginglinea_Bytes -type stagingscroll_ConnectorMeta { +type staginglinea_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingscroll_Bytes - rootManager: stagingscroll_Bytes - mirrorConnector: stagingscroll_Bytes + amb: staginglinea_Bytes + rootManager: staginglinea_Bytes + mirrorConnector: staginglinea_Bytes } -input stagingscroll_ConnectorMeta_filter { +input staginglinea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -164910,43 +163037,29 @@ input stagingscroll_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingscroll_Bytes - amb_not: stagingscroll_Bytes - amb_gt: stagingscroll_Bytes - amb_lt: stagingscroll_Bytes - amb_gte: stagingscroll_Bytes - amb_lte: stagingscroll_Bytes - amb_in: [stagingscroll_Bytes!] - amb_not_in: [stagingscroll_Bytes!] - amb_contains: stagingscroll_Bytes - amb_not_contains: stagingscroll_Bytes - rootManager: stagingscroll_Bytes - rootManager_not: stagingscroll_Bytes - rootManager_gt: stagingscroll_Bytes - rootManager_lt: stagingscroll_Bytes - rootManager_gte: stagingscroll_Bytes - rootManager_lte: stagingscroll_Bytes - rootManager_in: [stagingscroll_Bytes!] - rootManager_not_in: [stagingscroll_Bytes!] - rootManager_contains: stagingscroll_Bytes - rootManager_not_contains: stagingscroll_Bytes - mirrorConnector: stagingscroll_Bytes - mirrorConnector_not: stagingscroll_Bytes - mirrorConnector_gt: stagingscroll_Bytes - mirrorConnector_lt: stagingscroll_Bytes - mirrorConnector_gte: stagingscroll_Bytes - mirrorConnector_lte: stagingscroll_Bytes - mirrorConnector_in: [stagingscroll_Bytes!] - mirrorConnector_not_in: [stagingscroll_Bytes!] - mirrorConnector_contains: stagingscroll_Bytes - mirrorConnector_not_contains: stagingscroll_Bytes + amb: 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_ConnectorMeta_filter] - or: [stagingscroll_ConnectorMeta_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_ConnectorMeta_orderBy { +enum staginglinea_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -164955,48 +163068,48 @@ enum stagingscroll_ConnectorMeta_orderBy { mirrorConnector } -type stagingscroll_DestinationTransfer { +type staginglinea_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingscroll_Bytes + transferId: staginglinea_Bytes nonce: BigInt - status: stagingscroll_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingscroll_Router_orderBy, orderDirection: stagingscroll_OrderDirection, where: stagingscroll_Router_filter): [stagingscroll_Router!] + status: 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: stagingscroll_Bytes - delegate: stagingscroll_Bytes + to: staginglinea_Bytes + delegate: staginglinea_Bytes receiveLocal: Boolean - callData: stagingscroll_Bytes + callData: staginglinea_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingscroll_Bytes + originSender: staginglinea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingscroll_Bytes - asset: stagingscroll_Asset + canonicalId: staginglinea_Bytes + asset: staginglinea_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingscroll_Bytes - executedTransactionHash: stagingscroll_Bytes + executedCaller: staginglinea_Bytes + executedTransactionHash: staginglinea_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingscroll_Bytes + executedTxOrigin: staginglinea_Bytes executedTxNonce: BigInt - reconciledCaller: stagingscroll_Bytes - reconciledTransactionHash: stagingscroll_Bytes + reconciledCaller: staginglinea_Bytes + reconciledTransactionHash: staginglinea_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingscroll_Bytes + reconciledTxOrigin: staginglinea_Bytes reconciledTxNonce: BigInt } -input stagingscroll_DestinationTransfer_filter { +input staginglinea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -165013,16 +163126,12 @@ input stagingscroll_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingscroll_Bytes - transferId_not: stagingscroll_Bytes - transferId_gt: stagingscroll_Bytes - transferId_lt: stagingscroll_Bytes - transferId_gte: stagingscroll_Bytes - transferId_lte: stagingscroll_Bytes - transferId_in: [stagingscroll_Bytes!] - transferId_not_in: [stagingscroll_Bytes!] - transferId_contains: stagingscroll_Bytes - transferId_not_contains: stagingscroll_Bytes + transferId: 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 @@ -165031,17 +163140,17 @@ input stagingscroll_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingscroll_TransferStatus - status_not: stagingscroll_TransferStatus - status_in: [stagingscroll_TransferStatus!] - status_not_in: [stagingscroll_TransferStatus!] + status: 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_: stagingscroll_Router_filter + routers_: staginglinea_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -165066,40 +163175,28 @@ input stagingscroll_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingscroll_Bytes - to_not: stagingscroll_Bytes - to_gt: stagingscroll_Bytes - to_lt: stagingscroll_Bytes - to_gte: stagingscroll_Bytes - to_lte: stagingscroll_Bytes - to_in: [stagingscroll_Bytes!] - to_not_in: [stagingscroll_Bytes!] - to_contains: stagingscroll_Bytes - to_not_contains: stagingscroll_Bytes - delegate: stagingscroll_Bytes - delegate_not: stagingscroll_Bytes - delegate_gt: stagingscroll_Bytes - delegate_lt: stagingscroll_Bytes - delegate_gte: stagingscroll_Bytes - delegate_lte: stagingscroll_Bytes - delegate_in: [stagingscroll_Bytes!] - delegate_not_in: [stagingscroll_Bytes!] - delegate_contains: stagingscroll_Bytes - delegate_not_contains: stagingscroll_Bytes + to: 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: stagingscroll_Bytes - callData_not: stagingscroll_Bytes - callData_gt: stagingscroll_Bytes - callData_lt: stagingscroll_Bytes - callData_gte: stagingscroll_Bytes - callData_lte: stagingscroll_Bytes - callData_in: [stagingscroll_Bytes!] - callData_not_in: [stagingscroll_Bytes!] - callData_contains: stagingscroll_Bytes - callData_not_contains: stagingscroll_Bytes + callData: 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 @@ -165116,16 +163213,12 @@ input stagingscroll_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingscroll_Bytes - originSender_not: stagingscroll_Bytes - originSender_gt: stagingscroll_Bytes - originSender_lt: stagingscroll_Bytes - originSender_gte: stagingscroll_Bytes - originSender_lte: stagingscroll_Bytes - originSender_in: [stagingscroll_Bytes!] - originSender_not_in: [stagingscroll_Bytes!] - originSender_contains: stagingscroll_Bytes - originSender_not_contains: stagingscroll_Bytes + originSender: 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 @@ -165142,16 +163235,12 @@ input stagingscroll_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingscroll_Bytes - canonicalId_not: stagingscroll_Bytes - canonicalId_gt: stagingscroll_Bytes - canonicalId_lt: stagingscroll_Bytes - canonicalId_gte: stagingscroll_Bytes - canonicalId_lte: stagingscroll_Bytes - canonicalId_in: [stagingscroll_Bytes!] - canonicalId_not_in: [stagingscroll_Bytes!] - canonicalId_contains: stagingscroll_Bytes - canonicalId_not_contains: stagingscroll_Bytes + canonicalId: 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 @@ -165172,7 +163261,7 @@ input stagingscroll_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingscroll_Asset_filter + asset_: staginglinea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -165189,26 +163278,18 @@ input stagingscroll_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingscroll_Bytes - executedCaller_not: stagingscroll_Bytes - executedCaller_gt: stagingscroll_Bytes - executedCaller_lt: stagingscroll_Bytes - executedCaller_gte: stagingscroll_Bytes - executedCaller_lte: stagingscroll_Bytes - executedCaller_in: [stagingscroll_Bytes!] - executedCaller_not_in: [stagingscroll_Bytes!] - executedCaller_contains: stagingscroll_Bytes - executedCaller_not_contains: stagingscroll_Bytes - executedTransactionHash: stagingscroll_Bytes - executedTransactionHash_not: stagingscroll_Bytes - executedTransactionHash_gt: stagingscroll_Bytes - executedTransactionHash_lt: stagingscroll_Bytes - executedTransactionHash_gte: stagingscroll_Bytes - executedTransactionHash_lte: stagingscroll_Bytes - executedTransactionHash_in: [stagingscroll_Bytes!] - executedTransactionHash_not_in: [stagingscroll_Bytes!] - executedTransactionHash_contains: stagingscroll_Bytes - executedTransactionHash_not_contains: stagingscroll_Bytes + executedCaller: 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 @@ -165241,16 +163322,12 @@ input stagingscroll_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingscroll_Bytes - executedTxOrigin_not: stagingscroll_Bytes - executedTxOrigin_gt: stagingscroll_Bytes - executedTxOrigin_lt: stagingscroll_Bytes - executedTxOrigin_gte: stagingscroll_Bytes - executedTxOrigin_lte: stagingscroll_Bytes - executedTxOrigin_in: [stagingscroll_Bytes!] - executedTxOrigin_not_in: [stagingscroll_Bytes!] - executedTxOrigin_contains: stagingscroll_Bytes - executedTxOrigin_not_contains: stagingscroll_Bytes + executedTxOrigin: 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 @@ -165259,26 +163336,18 @@ input stagingscroll_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingscroll_Bytes - reconciledCaller_not: stagingscroll_Bytes - reconciledCaller_gt: stagingscroll_Bytes - reconciledCaller_lt: stagingscroll_Bytes - reconciledCaller_gte: stagingscroll_Bytes - reconciledCaller_lte: stagingscroll_Bytes - reconciledCaller_in: [stagingscroll_Bytes!] - reconciledCaller_not_in: [stagingscroll_Bytes!] - reconciledCaller_contains: stagingscroll_Bytes - reconciledCaller_not_contains: stagingscroll_Bytes - reconciledTransactionHash: stagingscroll_Bytes - reconciledTransactionHash_not: stagingscroll_Bytes - reconciledTransactionHash_gt: stagingscroll_Bytes - reconciledTransactionHash_lt: stagingscroll_Bytes - reconciledTransactionHash_gte: stagingscroll_Bytes - reconciledTransactionHash_lte: stagingscroll_Bytes - reconciledTransactionHash_in: [stagingscroll_Bytes!] - reconciledTransactionHash_not_in: [stagingscroll_Bytes!] - reconciledTransactionHash_contains: stagingscroll_Bytes - reconciledTransactionHash_not_contains: stagingscroll_Bytes + reconciledCaller: 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 @@ -165311,16 +163380,12 @@ input stagingscroll_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingscroll_Bytes - reconciledTxOrigin_not: stagingscroll_Bytes - reconciledTxOrigin_gt: stagingscroll_Bytes - reconciledTxOrigin_lt: stagingscroll_Bytes - reconciledTxOrigin_gte: stagingscroll_Bytes - reconciledTxOrigin_lte: stagingscroll_Bytes - reconciledTxOrigin_in: [stagingscroll_Bytes!] - reconciledTxOrigin_not_in: [stagingscroll_Bytes!] - reconciledTxOrigin_contains: stagingscroll_Bytes - reconciledTxOrigin_not_contains: stagingscroll_Bytes + reconciledTxOrigin: 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 @@ -165330,12 +163395,10 @@ input stagingscroll_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_DestinationTransfer_filter] - or: [stagingscroll_DestinationTransfer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_DestinationTransfer_orderBy { +enum staginglinea_DestinationTransfer_orderBy { id chainId transferId @@ -165356,15 +163419,6 @@ enum stagingscroll_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 @@ -165385,20 +163439,14 @@ enum stagingscroll_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar stagingscroll_Int8 - -type stagingscroll_OptimisticRootFinalized { +type staginglinea_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingscroll_Bytes! + aggregateRoot: staginglinea_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingscroll_OptimisticRootFinalized_filter { +input staginglinea_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -165407,16 +163455,12 @@ input stagingscroll_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingscroll_Bytes - aggregateRoot_not: stagingscroll_Bytes - aggregateRoot_gt: stagingscroll_Bytes - aggregateRoot_lt: stagingscroll_Bytes - aggregateRoot_gte: stagingscroll_Bytes - aggregateRoot_lte: stagingscroll_Bytes - aggregateRoot_in: [stagingscroll_Bytes!] - aggregateRoot_not_in: [stagingscroll_Bytes!] - aggregateRoot_contains: stagingscroll_Bytes - aggregateRoot_not_contains: stagingscroll_Bytes + aggregateRoot: 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 @@ -165434,12 +163478,10 @@ input stagingscroll_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_OptimisticRootFinalized_filter] - or: [stagingscroll_OptimisticRootFinalized_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_OptimisticRootFinalized_orderBy { +enum staginglinea_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -165447,25 +163489,25 @@ enum stagingscroll_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingscroll_OrderDirection { +enum staginglinea_OrderDirection { asc desc } -type stagingscroll_OriginMessage { +type staginglinea_OriginMessage { id: ID! - transferId: stagingscroll_Bytes + transferId: staginglinea_Bytes destinationDomain: BigInt - leaf: stagingscroll_Bytes + leaf: staginglinea_Bytes index: BigInt - message: stagingscroll_Bytes - root: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes + message: staginglinea_Bytes + root: staginglinea_Bytes + transactionHash: staginglinea_Bytes blockNumber: BigInt - rootCount: stagingscroll_RootCount + rootCount: staginglinea_RootCount } -input stagingscroll_OriginMessage_filter { +input staginglinea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -165474,16 +163516,12 @@ input stagingscroll_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingscroll_Bytes - transferId_not: stagingscroll_Bytes - transferId_gt: stagingscroll_Bytes - transferId_lt: stagingscroll_Bytes - transferId_gte: stagingscroll_Bytes - transferId_lte: stagingscroll_Bytes - transferId_in: [stagingscroll_Bytes!] - transferId_not_in: [stagingscroll_Bytes!] - transferId_contains: stagingscroll_Bytes - transferId_not_contains: stagingscroll_Bytes + transferId: 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 @@ -165492,16 +163530,12 @@ input stagingscroll_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingscroll_Bytes - leaf_not: stagingscroll_Bytes - leaf_gt: stagingscroll_Bytes - leaf_lt: stagingscroll_Bytes - leaf_gte: stagingscroll_Bytes - leaf_lte: stagingscroll_Bytes - leaf_in: [stagingscroll_Bytes!] - leaf_not_in: [stagingscroll_Bytes!] - leaf_contains: stagingscroll_Bytes - leaf_not_contains: stagingscroll_Bytes + leaf: 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 @@ -165510,36 +163544,24 @@ input stagingscroll_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingscroll_Bytes - message_not: stagingscroll_Bytes - message_gt: stagingscroll_Bytes - message_lt: stagingscroll_Bytes - message_gte: stagingscroll_Bytes - message_lte: stagingscroll_Bytes - message_in: [stagingscroll_Bytes!] - message_not_in: [stagingscroll_Bytes!] - message_contains: stagingscroll_Bytes - message_not_contains: stagingscroll_Bytes - root: stagingscroll_Bytes - root_not: stagingscroll_Bytes - root_gt: stagingscroll_Bytes - root_lt: stagingscroll_Bytes - root_gte: stagingscroll_Bytes - root_lte: stagingscroll_Bytes - root_in: [stagingscroll_Bytes!] - root_not_in: [stagingscroll_Bytes!] - root_contains: stagingscroll_Bytes - root_not_contains: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes - transactionHash_not: stagingscroll_Bytes - transactionHash_gt: stagingscroll_Bytes - transactionHash_lt: stagingscroll_Bytes - transactionHash_gte: stagingscroll_Bytes - transactionHash_lte: stagingscroll_Bytes - transactionHash_in: [stagingscroll_Bytes!] - transactionHash_not_in: [stagingscroll_Bytes!] - transactionHash_contains: stagingscroll_Bytes - transactionHash_not_contains: stagingscroll_Bytes + message: 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 @@ -165568,14 +163590,12 @@ input stagingscroll_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingscroll_RootCount_filter + rootCount_: staginglinea_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_OriginMessage_filter] - or: [stagingscroll_OriginMessage_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_OriginMessage_orderBy { +enum staginglinea_OriginMessage_orderBy { id transferId destinationDomain @@ -165586,46 +163606,44 @@ enum stagingscroll_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type stagingscroll_OriginTransfer { +type staginglinea_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingscroll_Bytes + transferId: staginglinea_Bytes nonce: BigInt - status: stagingscroll_TransferStatus - messageHash: stagingscroll_Bytes + status: staginglinea_TransferStatus + messageHash: staginglinea_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingscroll_Bytes - delegate: stagingscroll_Bytes + to: staginglinea_Bytes + delegate: staginglinea_Bytes receiveLocal: Boolean - callData: stagingscroll_Bytes + callData: staginglinea_Bytes slippage: BigInt - originSender: stagingscroll_Bytes + originSender: staginglinea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingscroll_Bytes - asset: stagingscroll_Asset - transactingAsset: stagingscroll_Bytes - message: stagingscroll_OriginMessage + canonicalId: staginglinea_Bytes + asset: staginglinea_Asset + transactingAsset: staginglinea_Bytes + message: staginglinea_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingscroll_RelayerFee_orderBy, orderDirection: stagingscroll_OrderDirection, where: stagingscroll_RelayerFee_filter): [stagingscroll_RelayerFee!] - initialRelayerFeeAsset: stagingscroll_Bytes - caller: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: stagingscroll_Bytes + txOrigin: staginglinea_Bytes txNonce: BigInt } -input stagingscroll_OriginTransfer_filter { +input staginglinea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -165642,16 +163660,12 @@ input stagingscroll_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingscroll_Bytes - transferId_not: stagingscroll_Bytes - transferId_gt: stagingscroll_Bytes - transferId_lt: stagingscroll_Bytes - transferId_gte: stagingscroll_Bytes - transferId_lte: stagingscroll_Bytes - transferId_in: [stagingscroll_Bytes!] - transferId_not_in: [stagingscroll_Bytes!] - transferId_contains: stagingscroll_Bytes - transferId_not_contains: stagingscroll_Bytes + transferId: 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 @@ -165660,20 +163674,16 @@ input stagingscroll_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingscroll_TransferStatus - status_not: stagingscroll_TransferStatus - status_in: [stagingscroll_TransferStatus!] - status_not_in: [stagingscroll_TransferStatus!] - messageHash: stagingscroll_Bytes - messageHash_not: stagingscroll_Bytes - messageHash_gt: stagingscroll_Bytes - messageHash_lt: stagingscroll_Bytes - messageHash_gte: stagingscroll_Bytes - messageHash_lte: stagingscroll_Bytes - messageHash_in: [stagingscroll_Bytes!] - messageHash_not_in: [stagingscroll_Bytes!] - messageHash_contains: stagingscroll_Bytes - messageHash_not_contains: stagingscroll_Bytes + status: 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 @@ -165698,40 +163708,28 @@ input stagingscroll_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingscroll_Bytes - to_not: stagingscroll_Bytes - to_gt: stagingscroll_Bytes - to_lt: stagingscroll_Bytes - to_gte: stagingscroll_Bytes - to_lte: stagingscroll_Bytes - to_in: [stagingscroll_Bytes!] - to_not_in: [stagingscroll_Bytes!] - to_contains: stagingscroll_Bytes - to_not_contains: stagingscroll_Bytes - delegate: stagingscroll_Bytes - delegate_not: stagingscroll_Bytes - delegate_gt: stagingscroll_Bytes - delegate_lt: stagingscroll_Bytes - delegate_gte: stagingscroll_Bytes - delegate_lte: stagingscroll_Bytes - delegate_in: [stagingscroll_Bytes!] - delegate_not_in: [stagingscroll_Bytes!] - delegate_contains: stagingscroll_Bytes - delegate_not_contains: stagingscroll_Bytes + to: 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: stagingscroll_Bytes - callData_not: stagingscroll_Bytes - callData_gt: stagingscroll_Bytes - callData_lt: stagingscroll_Bytes - callData_gte: stagingscroll_Bytes - callData_lte: stagingscroll_Bytes - callData_in: [stagingscroll_Bytes!] - callData_not_in: [stagingscroll_Bytes!] - callData_contains: stagingscroll_Bytes - callData_not_contains: stagingscroll_Bytes + callData: 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 @@ -165740,16 +163738,12 @@ input stagingscroll_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingscroll_Bytes - originSender_not: stagingscroll_Bytes - originSender_gt: stagingscroll_Bytes - originSender_lt: stagingscroll_Bytes - originSender_gte: stagingscroll_Bytes - originSender_lte: stagingscroll_Bytes - originSender_in: [stagingscroll_Bytes!] - originSender_not_in: [stagingscroll_Bytes!] - originSender_contains: stagingscroll_Bytes - originSender_not_contains: stagingscroll_Bytes + originSender: 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 @@ -165766,16 +163760,12 @@ input stagingscroll_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingscroll_Bytes - canonicalId_not: stagingscroll_Bytes - canonicalId_gt: stagingscroll_Bytes - canonicalId_lt: stagingscroll_Bytes - canonicalId_gte: stagingscroll_Bytes - canonicalId_lte: stagingscroll_Bytes - canonicalId_in: [stagingscroll_Bytes!] - canonicalId_not_in: [stagingscroll_Bytes!] - canonicalId_contains: stagingscroll_Bytes - canonicalId_not_contains: stagingscroll_Bytes + canonicalId: 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 @@ -165796,17 +163786,13 @@ input stagingscroll_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingscroll_Asset_filter - transactingAsset: stagingscroll_Bytes - transactingAsset_not: stagingscroll_Bytes - transactingAsset_gt: stagingscroll_Bytes - transactingAsset_lt: stagingscroll_Bytes - transactingAsset_gte: stagingscroll_Bytes - transactingAsset_lte: stagingscroll_Bytes - transactingAsset_in: [stagingscroll_Bytes!] - transactingAsset_not_in: [stagingscroll_Bytes!] - transactingAsset_contains: stagingscroll_Bytes - transactingAsset_not_contains: stagingscroll_Bytes + asset_: 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 @@ -165827,7 +163813,7 @@ input stagingscroll_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingscroll_OriginMessage_filter + message_: staginglinea_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -165842,37 +163828,25 @@ input stagingscroll_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingscroll_RelayerFee_filter - initialRelayerFeeAsset: stagingscroll_Bytes - initialRelayerFeeAsset_not: stagingscroll_Bytes - initialRelayerFeeAsset_gt: stagingscroll_Bytes - initialRelayerFeeAsset_lt: stagingscroll_Bytes - initialRelayerFeeAsset_gte: stagingscroll_Bytes - initialRelayerFeeAsset_lte: stagingscroll_Bytes - initialRelayerFeeAsset_in: [stagingscroll_Bytes!] - initialRelayerFeeAsset_not_in: [stagingscroll_Bytes!] - initialRelayerFeeAsset_contains: stagingscroll_Bytes - initialRelayerFeeAsset_not_contains: stagingscroll_Bytes - caller: stagingscroll_Bytes - caller_not: stagingscroll_Bytes - caller_gt: stagingscroll_Bytes - caller_lt: stagingscroll_Bytes - caller_gte: stagingscroll_Bytes - caller_lte: stagingscroll_Bytes - caller_in: [stagingscroll_Bytes!] - caller_not_in: [stagingscroll_Bytes!] - caller_contains: stagingscroll_Bytes - caller_not_contains: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes - transactionHash_not: stagingscroll_Bytes - transactionHash_gt: stagingscroll_Bytes - transactionHash_lt: stagingscroll_Bytes - transactionHash_gte: stagingscroll_Bytes - transactionHash_lte: stagingscroll_Bytes - transactionHash_in: [stagingscroll_Bytes!] - transactionHash_not_in: [stagingscroll_Bytes!] - transactionHash_contains: stagingscroll_Bytes - transactionHash_not_contains: stagingscroll_Bytes + 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 @@ -165905,16 +163879,12 @@ input stagingscroll_OriginTransfer_filter { 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 + 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 @@ -165924,12 +163894,10 @@ input stagingscroll_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_OriginTransfer_filter] - or: [stagingscroll_OriginTransfer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_OriginTransfer_orderBy { +enum staginglinea_OriginTransfer_orderBy { id chainId transferId @@ -165949,26 +163917,8 @@ enum stagingscroll_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 @@ -165982,20 +163932,20 @@ enum stagingscroll_OriginTransfer_orderBy { txNonce } -type stagingscroll_Relayer { +type staginglinea_Relayer { id: ID! isActive: Boolean! - relayer: stagingscroll_Bytes + relayer: staginglinea_Bytes } -type stagingscroll_RelayerFee { +type staginglinea_RelayerFee { id: ID! - transfer: stagingscroll_OriginTransfer! + transfer: staginglinea_OriginTransfer! fee: BigInt! - asset: stagingscroll_Bytes! + asset: staginglinea_Bytes! } -input stagingscroll_RelayerFee_filter { +input staginglinea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -166024,7 +163974,7 @@ input stagingscroll_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingscroll_OriginTransfer_filter + transfer_: staginglinea_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -166033,72 +163983,37 @@ input stagingscroll_RelayerFee_filter { 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 + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_RelayerFee_filter] - or: [stagingscroll_RelayerFee_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_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 stagingscroll_RelayerFeesIncrease { +type staginglinea_RelayerFeesIncrease { id: ID! - transfer: stagingscroll_OriginTransfer! + transfer: staginglinea_OriginTransfer! increase: BigInt - asset: stagingscroll_Bytes - caller: stagingscroll_Bytes! - transactionHash: stagingscroll_Bytes! + asset: staginglinea_Bytes + caller: staginglinea_Bytes! + transactionHash: staginglinea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingscroll_RelayerFeesIncrease_filter { +input staginglinea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -166127,7 +164042,7 @@ input stagingscroll_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingscroll_OriginTransfer_filter + transfer_: staginglinea_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -166136,36 +164051,24 @@ input stagingscroll_RelayerFeesIncrease_filter { 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 + 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 @@ -166196,46 +164099,15 @@ input stagingscroll_RelayerFeesIncrease_filter { blockNumber_lt: BigInt blockNumber_gte: BigInt blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_RelayerFeesIncrease_filter] - or: [stagingscroll_RelayerFeesIncrease_filter] -} - -enum stagingscroll_RelayerFeesIncrease_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_RelayerFeesIncrease_orderBy { + id + transfer increase asset caller @@ -166246,7 +164118,7 @@ enum stagingscroll_RelayerFeesIncrease_orderBy { blockNumber } -input stagingscroll_Relayer_filter { +input staginglinea_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -166259,34 +164131,28 @@ input stagingscroll_Relayer_filter { 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 + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_Relayer_filter] - or: [stagingscroll_Relayer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_Relayer_orderBy { +enum staginglinea_Relayer_orderBy { id isActive relayer } -type stagingscroll_RootCount { +type staginglinea_RootCount { id: ID! count: BigInt } -input stagingscroll_RootCount_filter { +input staginglinea_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -166304,31 +164170,29 @@ input stagingscroll_RootCount_filter { 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] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_RootCount_orderBy { +enum staginglinea_RootCount_orderBy { id count } -type stagingscroll_RootMessageSent { +type staginglinea_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingscroll_Bytes + root: staginglinea_Bytes count: BigInt - caller: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes + caller: staginglinea_Bytes + transactionHash: staginglinea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingscroll_RootMessageSent_filter { +input staginglinea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -166353,16 +164217,12 @@ input stagingscroll_RootMessageSent_filter { 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 + 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 @@ -166371,26 +164231,18 @@ input stagingscroll_RootMessageSent_filter { 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 + 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 @@ -166424,12 +164276,10 @@ input stagingscroll_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_RootMessageSent_filter] - or: [stagingscroll_RootMessageSent_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_RootMessageSent_orderBy { +enum staginglinea_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -166443,25 +164293,25 @@ enum stagingscroll_RootMessageSent_orderBy { blockNumber } -type stagingscroll_Router { +type staginglinea_Router { id: ID! isActive: Boolean! - owner: stagingscroll_Bytes - recipient: stagingscroll_Bytes - proposedOwner: stagingscroll_Bytes + owner: staginglinea_Bytes + recipient: staginglinea_Bytes + proposedOwner: staginglinea_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingscroll_AssetBalance_orderBy, orderDirection: stagingscroll_OrderDirection, where: stagingscroll_AssetBalance_filter): [stagingscroll_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginglinea_AssetBalance_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_AssetBalance_filter): [staginglinea_AssetBalance!]! } -type stagingscroll_RouterDailyTVL { +type staginglinea_RouterDailyTVL { id: ID! - router: stagingscroll_Router! - asset: stagingscroll_Asset! + router: staginglinea_Router! + asset: staginglinea_Asset! timestamp: BigInt! balance: BigInt! } -input stagingscroll_RouterDailyTVL_filter { +input staginglinea_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -166490,7 +164340,7 @@ input stagingscroll_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingscroll_Router_filter + router_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -166511,7 +164361,7 @@ input stagingscroll_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingscroll_Asset_filter + asset_: staginglinea_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -166529,54 +164379,37 @@ input stagingscroll_RouterDailyTVL_filter { 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] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_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 stagingscroll_RouterLiquidityEvent { +type staginglinea_RouterLiquidityEvent { id: ID! - type: stagingscroll_RouterLiquidityEventType - router: stagingscroll_Router! - asset: stagingscroll_Asset! + type: staginglinea_RouterLiquidityEventType + router: staginglinea_Router! + asset: staginglinea_Asset! amount: BigInt! balance: BigInt! - caller: stagingscroll_Bytes + caller: staginglinea_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingscroll_Bytes! + transactionHash: staginglinea_Bytes! nonce: BigInt! } -enum stagingscroll_RouterLiquidityEventType { +enum staginglinea_RouterLiquidityEventType { Add Remove } -input stagingscroll_RouterLiquidityEvent_filter { +input staginglinea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -166585,10 +164418,10 @@ 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!] + type: staginglinea_RouterLiquidityEventType + type_not: staginglinea_RouterLiquidityEventType + type_in: [staginglinea_RouterLiquidityEventType!] + type_not_in: [staginglinea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -166609,7 +164442,7 @@ input stagingscroll_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingscroll_Router_filter + router_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -166630,7 +164463,7 @@ input stagingscroll_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingscroll_Asset_filter + asset_: staginglinea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -166647,16 +164480,12 @@ input stagingscroll_RouterLiquidityEvent_filter { 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 + 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 @@ -166673,16 +164502,12 @@ input stagingscroll_RouterLiquidityEvent_filter { 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 + 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 @@ -166692,31 +164517,14 @@ input stagingscroll_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_RouterLiquidityEvent_filter] - or: [stagingscroll_RouterLiquidityEvent_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_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 @@ -166726,7 +164534,7 @@ enum stagingscroll_RouterLiquidityEvent_orderBy { nonce } -input stagingscroll_Router_filter { +input staginglinea_Router_filter { id: ID id_not: ID id_gt: ID @@ -166739,36 +164547,24 @@ input stagingscroll_Router_filter { 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 + 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 @@ -166777,14 +164573,12 @@ input stagingscroll_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingscroll_AssetBalance_filter + assetBalances_: staginglinea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_Router_filter] - or: [stagingscroll_Router_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_Router_orderBy { +enum staginglinea_Router_orderBy { id isActive owner @@ -166794,13 +164588,13 @@ enum stagingscroll_Router_orderBy { assetBalances } -type stagingscroll_Sequencer { +type staginglinea_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingscroll_Bytes + sequencer: staginglinea_Bytes } -input stagingscroll_Sequencer_filter { +input staginglinea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -166813,35 +164607,29 @@ input stagingscroll_Sequencer_filter { 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 + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_Sequencer_filter] - or: [stagingscroll_Sequencer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_Sequencer_orderBy { +enum staginglinea_Sequencer_orderBy { id isActive sequencer } -type stagingscroll_Setting { +type staginglinea_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingscroll_Bytes! + caller: staginglinea_Bytes! } -input stagingscroll_Setting_filter { +input staginglinea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -166858,41 +164646,35 @@ input stagingscroll_Setting_filter { 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 + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_Setting_filter] - or: [stagingscroll_Setting_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_Setting_orderBy { +enum staginglinea_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingscroll_SlippageUpdate { +type staginglinea_SlippageUpdate { id: ID! - transfer: stagingscroll_DestinationTransfer! + transfer: staginglinea_DestinationTransfer! slippage: BigInt! - caller: stagingscroll_Bytes! - transactionHash: stagingscroll_Bytes! + caller: staginglinea_Bytes! + transactionHash: staginglinea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingscroll_SlippageUpdate_filter { +input staginglinea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -166921,7 +164703,7 @@ input stagingscroll_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingscroll_DestinationTransfer_filter + transfer_: staginglinea_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -166930,26 +164712,18 @@ input stagingscroll_SlippageUpdate_filter { 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 + 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 @@ -166983,50 +164757,12 @@ input stagingscroll_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_SlippageUpdate_filter] - or: [stagingscroll_SlippageUpdate_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_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 @@ -167036,16 +164772,16 @@ enum stagingscroll_SlippageUpdate_orderBy { blockNumber } -type stagingscroll_SnapshotRoot { +type staginglinea_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingscroll_Bytes! + root: staginglinea_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingscroll_SnapshotRoot_filter { +input staginglinea_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -167062,16 +164798,12 @@ input stagingscroll_SnapshotRoot_filter { 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 + 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 @@ -167097,12 +164829,10 @@ input stagingscroll_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_SnapshotRoot_filter] - or: [stagingscroll_SnapshotRoot_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_SnapshotRoot_orderBy { +enum staginglinea_SnapshotRoot_orderBy { id spokeDomain root @@ -167111,12 +164841,12 @@ enum stagingscroll_SnapshotRoot_orderBy { blockNumber } -type stagingscroll_SpokeConnectorMode { +type staginglinea_SpokeConnectorMode { id: ID! mode: String! } -input stagingscroll_SpokeConnectorMode_filter { +input staginglinea_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -167146,17 +164876,15 @@ input stagingscroll_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_SpokeConnectorMode_filter] - or: [stagingscroll_SpokeConnectorMode_filter] + _change_block: staginglinea_BlockChangedFilter } -enum stagingscroll_SpokeConnectorMode_orderBy { +enum staginglinea_SpokeConnectorMode_orderBy { id mode } -enum stagingscroll_TransferStatus { +enum staginglinea_TransferStatus { XCalled Executed Reconciled @@ -167164,9 +164892,9 @@ enum stagingscroll_TransferStatus { CompletedFast } -type stagingscroll__Block_ { +type staginglinea__Block_ { """The hash of the block""" - hash: stagingscroll_Bytes + hash: staginglinea_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -167174,7 +164902,7 @@ type stagingscroll__Block_ { } """The type for the top-level _meta field""" -type stagingscroll__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 @@ -167182,22 +164910,22 @@ type stagingscroll__Meta_ { and therefore asks for the latest block """ - block: stagingscroll__Block_! + block: staginglinea__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingpolygon_AggregateRoot { +type zksync_AggregateRoot { id: ID! - root: stagingpolygon_Bytes! + root: zksync_Bytes! blockNumber: BigInt! } -type stagingpolygon_AggregateRootProposed { +type zksync_AggregateRootProposed { id: ID! - aggregateRoot: stagingpolygon_Bytes! + aggregateRoot: zksync_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -167205,7 +164933,7 @@ type stagingpolygon_AggregateRootProposed { blockNumber: BigInt } -input stagingpolygon_AggregateRootProposed_filter { +input zksync_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -167214,16 +164942,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: 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 @@ -167265,12 +164993,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: zksync_BlockChangedFilter + and: [zksync_AggregateRootProposed_filter] + or: [zksync_AggregateRootProposed_filter] } -enum stagingpolygon_AggregateRootProposed_orderBy { +enum zksync_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -167280,7 +165008,7 @@ enum stagingpolygon_AggregateRootProposed_orderBy { blockNumber } -input stagingpolygon_AggregateRoot_filter { +input zksync_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -167289,16 +165017,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: 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 @@ -167308,47 +165036,42 @@ 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: zksync_BlockChangedFilter + and: [zksync_AggregateRoot_filter] + or: [zksync_AggregateRoot_filter] } -enum stagingpolygon_AggregateRoot_orderBy { +enum zksync_AggregateRoot_orderBy { id root blockNumber } -enum stagingpolygon_Aggregation_interval { - hour - day -} - -type stagingpolygon_Asset { +type zksync_Asset { id: ID! - key: stagingpolygon_Bytes + key: zksync_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingpolygon_Bytes + canonicalId: zksync_Bytes canonicalDomain: BigInt - adoptedAsset: stagingpolygon_Bytes - localAsset: stagingpolygon_Bytes + adoptedAsset: zksync_Bytes + localAsset: zksync_Bytes blockNumber: BigInt - status: stagingpolygon_AssetStatus + status: zksync_AssetStatus } -type stagingpolygon_AssetBalance { +type zksync_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + router: zksync_Router! + asset: zksync_Asset! feesEarned: BigInt! } -input stagingpolygon_AssetBalance_filter { +input zksync_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -167409,7 +165132,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_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -167430,7 +165153,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_: zksync_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -167440,12 +165163,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: zksync_BlockChangedFilter + and: [zksync_AssetBalance_filter] + or: [zksync_AssetBalance_filter] } -enum stagingpolygon_AssetBalance_orderBy { +enum zksync_AssetBalance_orderBy { id amount locked @@ -167471,12 +165194,12 @@ enum stagingpolygon_AssetBalance_orderBy { feesEarned } -type stagingpolygon_AssetStatus { +type zksync_AssetStatus { id: ID! status: Boolean } -input stagingpolygon_AssetStatus_filter { +input zksync_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -167490,17 +165213,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: zksync_BlockChangedFilter + and: [zksync_AssetStatus_filter] + or: [zksync_AssetStatus_filter] } -enum stagingpolygon_AssetStatus_orderBy { +enum zksync_AssetStatus_orderBy { id status } -input stagingpolygon_Asset_filter { +input zksync_Asset_filter { id: ID id_not: ID id_gt: ID @@ -167509,16 +165232,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: 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 @@ -167535,16 +165258,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: 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 @@ -167553,26 +165276,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: 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 @@ -167601,14 +165324,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_: zksync_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Asset_filter] - or: [stagingpolygon_Asset_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Asset_filter] + or: [zksync_Asset_filter] } -enum stagingpolygon_Asset_orderBy { +enum zksync_Asset_orderBy { id key decimal @@ -167623,30 +165346,30 @@ enum stagingpolygon_Asset_orderBy { status__status } -scalar stagingpolygon_BigDecimal +scalar zksync_BigDecimal -input stagingpolygon_BlockChangedFilter { +input zksync_BlockChangedFilter { number_gte: Int! } -input stagingpolygon_Block_height { - hash: stagingpolygon_Bytes +input zksync_Block_height { + hash: zksync_Bytes number: Int number_gte: Int } -scalar stagingpolygon_Bytes +scalar zksync_Bytes -type stagingpolygon_ConnectorMeta { +type zksync_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingpolygon_Bytes - rootManager: stagingpolygon_Bytes - mirrorConnector: stagingpolygon_Bytes + amb: zksync_Bytes + rootManager: zksync_Bytes + mirrorConnector: zksync_Bytes } -input stagingpolygon_ConnectorMeta_filter { +input zksync_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -167671,43 +165394,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_ConnectorMeta_filter] - or: [stagingpolygon_ConnectorMeta_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_ConnectorMeta_filter] + or: [zksync_ConnectorMeta_filter] } -enum stagingpolygon_ConnectorMeta_orderBy { +enum zksync_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -167716,48 +165439,48 @@ enum stagingpolygon_ConnectorMeta_orderBy { mirrorConnector } -type stagingpolygon_DestinationTransfer { +type zksync_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingpolygon_Bytes + transferId: zksync_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: 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: stagingpolygon_Bytes - delegate: stagingpolygon_Bytes + to: zksync_Bytes + delegate: zksync_Bytes receiveLocal: Boolean - callData: stagingpolygon_Bytes + callData: zksync_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingpolygon_Bytes + originSender: zksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygon_Bytes - asset: stagingpolygon_Asset + canonicalId: zksync_Bytes + asset: zksync_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingpolygon_Bytes - executedTransactionHash: stagingpolygon_Bytes + executedCaller: zksync_Bytes + executedTransactionHash: zksync_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingpolygon_Bytes + executedTxOrigin: zksync_Bytes executedTxNonce: BigInt - reconciledCaller: stagingpolygon_Bytes - reconciledTransactionHash: stagingpolygon_Bytes + reconciledCaller: zksync_Bytes + reconciledTransactionHash: zksync_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingpolygon_Bytes + reconciledTxOrigin: zksync_Bytes reconciledTxNonce: BigInt } -input stagingpolygon_DestinationTransfer_filter { +input zksync_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -167774,16 +165497,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: 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 @@ -167792,17 +165515,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: 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_: stagingpolygon_Router_filter + routers_: zksync_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -167827,40 +165550,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: 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: 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: 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 @@ -167877,16 +165600,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: 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 @@ -167903,16 +165626,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: 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 @@ -167933,7 +165656,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_: zksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -167950,26 +165673,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: 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 @@ -168002,44 +165725,44 @@ 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 - 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 + executedTxOrigin: zksync_Bytes + executedTxOrigin_not: zksync_Bytes + executedTxOrigin_gt: zksync_Bytes + executedTxOrigin_lt: zksync_Bytes + executedTxOrigin_gte: zksync_Bytes + executedTxOrigin_lte: zksync_Bytes + executedTxOrigin_in: [zksync_Bytes!] + executedTxOrigin_not_in: [zksync_Bytes!] + executedTxOrigin_contains: zksync_Bytes + executedTxOrigin_not_contains: zksync_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: zksync_Bytes + reconciledCaller_not: zksync_Bytes + reconciledCaller_gt: zksync_Bytes + reconciledCaller_lt: zksync_Bytes + reconciledCaller_gte: zksync_Bytes + reconciledCaller_lte: zksync_Bytes + reconciledCaller_in: [zksync_Bytes!] + reconciledCaller_not_in: [zksync_Bytes!] + reconciledCaller_contains: zksync_Bytes + reconciledCaller_not_contains: zksync_Bytes + reconciledTransactionHash: zksync_Bytes + reconciledTransactionHash_not: zksync_Bytes + reconciledTransactionHash_gt: zksync_Bytes + reconciledTransactionHash_lt: zksync_Bytes + reconciledTransactionHash_gte: zksync_Bytes + reconciledTransactionHash_lte: zksync_Bytes + reconciledTransactionHash_in: [zksync_Bytes!] + reconciledTransactionHash_not_in: [zksync_Bytes!] + reconciledTransactionHash_contains: zksync_Bytes + reconciledTransactionHash_not_contains: zksync_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -168072,16 +165795,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: 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 @@ -168091,12 +165814,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: zksync_BlockChangedFilter + and: [zksync_DestinationTransfer_filter] + or: [zksync_DestinationTransfer_filter] } -enum stagingpolygon_DestinationTransfer_orderBy { +enum zksync_DestinationTransfer_orderBy { id chainId transferId @@ -168150,16 +165873,16 @@ enum stagingpolygon_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingpolygon_Int8 +scalar zksync_Int8 -type stagingpolygon_OptimisticRootFinalized { +type zksync_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingpolygon_Bytes! + aggregateRoot: zksync_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingpolygon_OptimisticRootFinalized_filter { +input zksync_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -168168,16 +165891,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: 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 @@ -168195,12 +165918,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: zksync_BlockChangedFilter + and: [zksync_OptimisticRootFinalized_filter] + or: [zksync_OptimisticRootFinalized_filter] } -enum stagingpolygon_OptimisticRootFinalized_orderBy { +enum zksync_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -168208,25 +165931,25 @@ enum stagingpolygon_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingpolygon_OrderDirection { +enum zksync_OrderDirection { asc desc } -type stagingpolygon_OriginMessage { +type zksync_OriginMessage { id: ID! - transferId: stagingpolygon_Bytes + transferId: zksync_Bytes destinationDomain: BigInt - leaf: stagingpolygon_Bytes + leaf: zksync_Bytes index: BigInt - message: stagingpolygon_Bytes - root: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes + message: zksync_Bytes + root: zksync_Bytes + transactionHash: zksync_Bytes blockNumber: BigInt - rootCount: stagingpolygon_RootCount + rootCount: zksync_RootCount } -input stagingpolygon_OriginMessage_filter { +input zksync_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -168235,16 +165958,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: 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 @@ -168253,16 +165976,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: 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 @@ -168271,36 +165994,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: 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 @@ -168329,14 +166052,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_: zksync_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_OriginMessage_filter] - or: [stagingpolygon_OriginMessage_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_OriginMessage_filter] + or: [zksync_OriginMessage_filter] } -enum stagingpolygon_OriginMessage_orderBy { +enum zksync_OriginMessage_orderBy { id transferId destinationDomain @@ -168351,42 +166074,42 @@ enum stagingpolygon_OriginMessage_orderBy { rootCount__count } -type stagingpolygon_OriginTransfer { +type zksync_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingpolygon_Bytes + transferId: zksync_Bytes nonce: BigInt - status: stagingpolygon_TransferStatus - messageHash: stagingpolygon_Bytes + status: zksync_TransferStatus + messageHash: zksync_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingpolygon_Bytes - delegate: stagingpolygon_Bytes + to: zksync_Bytes + delegate: zksync_Bytes receiveLocal: Boolean - callData: stagingpolygon_Bytes + callData: zksync_Bytes slippage: BigInt - originSender: stagingpolygon_Bytes + originSender: zksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygon_Bytes - asset: stagingpolygon_Asset - transactingAsset: stagingpolygon_Bytes - message: stagingpolygon_OriginMessage + canonicalId: zksync_Bytes + asset: zksync_Asset + transactingAsset: zksync_Bytes + message: zksync_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: 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: stagingpolygon_Bytes + txOrigin: zksync_Bytes txNonce: BigInt } -input stagingpolygon_OriginTransfer_filter { +input zksync_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -168403,16 +166126,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: 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 @@ -168421,20 +166144,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: 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 @@ -168459,40 +166182,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: 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: 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: 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 @@ -168501,16 +166224,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: 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 @@ -168527,16 +166250,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: 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 @@ -168557,17 +166280,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_: 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 @@ -168588,7 +166311,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_: zksync_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -168603,37 +166326,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_: 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 @@ -168666,16 +166389,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: 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 @@ -168685,12 +166408,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: zksync_BlockChangedFilter + and: [zksync_OriginTransfer_filter] + or: [zksync_OriginTransfer_filter] } -enum stagingpolygon_OriginTransfer_orderBy { +enum zksync_OriginTransfer_orderBy { id chainId transferId @@ -168743,20 +166466,20 @@ enum stagingpolygon_OriginTransfer_orderBy { txNonce } -type stagingpolygon_Relayer { +type zksync_Relayer { id: ID! isActive: Boolean! - relayer: stagingpolygon_Bytes + relayer: zksync_Bytes } -type stagingpolygon_RelayerFee { +type zksync_RelayerFee { id: ID! - transfer: stagingpolygon_OriginTransfer! + transfer: zksync_OriginTransfer! fee: BigInt! - asset: stagingpolygon_Bytes! + asset: zksync_Bytes! } -input stagingpolygon_RelayerFee_filter { +input zksync_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -168785,7 +166508,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_: zksync_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -168794,23 +166517,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_RelayerFee_filter] - or: [stagingpolygon_RelayerFee_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RelayerFee_filter] + or: [zksync_RelayerFee_filter] } -enum stagingpolygon_RelayerFee_orderBy { +enum zksync_RelayerFee_orderBy { id transfer transfer__id @@ -168846,20 +166569,20 @@ enum stagingpolygon_RelayerFee_orderBy { asset } -type stagingpolygon_RelayerFeesIncrease { +type zksync_RelayerFeesIncrease { id: ID! - transfer: stagingpolygon_OriginTransfer! + transfer: zksync_OriginTransfer! increase: BigInt - asset: stagingpolygon_Bytes - caller: stagingpolygon_Bytes! - transactionHash: stagingpolygon_Bytes! + asset: zksync_Bytes + caller: zksync_Bytes! + transactionHash: zksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygon_RelayerFeesIncrease_filter { +input zksync_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -168888,7 +166611,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_: zksync_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -168897,36 +166620,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: 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 @@ -168960,12 +166683,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: zksync_BlockChangedFilter + and: [zksync_RelayerFeesIncrease_filter] + or: [zksync_RelayerFeesIncrease_filter] } -enum stagingpolygon_RelayerFeesIncrease_orderBy { +enum zksync_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -169007,7 +166730,7 @@ enum stagingpolygon_RelayerFeesIncrease_orderBy { blockNumber } -input stagingpolygon_Relayer_filter { +input zksync_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -169020,34 +166743,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Relayer_filter] - or: [stagingpolygon_Relayer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Relayer_filter] + or: [zksync_Relayer_filter] } -enum stagingpolygon_Relayer_orderBy { +enum zksync_Relayer_orderBy { id isActive relayer } -type stagingpolygon_RootCount { +type zksync_RootCount { id: ID! count: BigInt } -input stagingpolygon_RootCount_filter { +input zksync_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -169065,31 +166788,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: zksync_BlockChangedFilter + and: [zksync_RootCount_filter] + or: [zksync_RootCount_filter] } -enum stagingpolygon_RootCount_orderBy { +enum zksync_RootCount_orderBy { id count } -type stagingpolygon_RootMessageSent { +type zksync_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingpolygon_Bytes + root: zksync_Bytes count: BigInt - caller: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes + caller: zksync_Bytes + transactionHash: zksync_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingpolygon_RootMessageSent_filter { +input zksync_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -169114,16 +166837,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: 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 @@ -169132,26 +166855,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: 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 @@ -169185,12 +166908,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: zksync_BlockChangedFilter + and: [zksync_RootMessageSent_filter] + or: [zksync_RootMessageSent_filter] } -enum stagingpolygon_RootMessageSent_orderBy { +enum zksync_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -169204,25 +166927,25 @@ enum stagingpolygon_RootMessageSent_orderBy { blockNumber } -type stagingpolygon_Router { +type zksync_Router { id: ID! isActive: Boolean! - owner: stagingpolygon_Bytes - recipient: stagingpolygon_Bytes - proposedOwner: stagingpolygon_Bytes + owner: zksync_Bytes + recipient: zksync_Bytes + proposedOwner: zksync_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: zksync_AssetBalance_orderBy, orderDirection: zksync_OrderDirection, where: zksync_AssetBalance_filter): [zksync_AssetBalance!]! } -type stagingpolygon_RouterDailyTVL { +type zksync_RouterDailyTVL { id: ID! - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + router: zksync_Router! + asset: zksync_Asset! timestamp: BigInt! balance: BigInt! } -input stagingpolygon_RouterDailyTVL_filter { +input zksync_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -169251,7 +166974,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_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -169272,7 +166995,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_: zksync_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -169290,12 +167013,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: zksync_BlockChangedFilter + and: [zksync_RouterDailyTVL_filter] + or: [zksync_RouterDailyTVL_filter] } -enum stagingpolygon_RouterDailyTVL_orderBy { +enum zksync_RouterDailyTVL_orderBy { id router router__id @@ -169318,26 +167041,26 @@ enum stagingpolygon_RouterDailyTVL_orderBy { balance } -type stagingpolygon_RouterLiquidityEvent { +type zksync_RouterLiquidityEvent { id: ID! - type: stagingpolygon_RouterLiquidityEventType - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + type: zksync_RouterLiquidityEventType + router: zksync_Router! + asset: zksync_Asset! amount: BigInt! balance: BigInt! - caller: stagingpolygon_Bytes + caller: zksync_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingpolygon_Bytes! + transactionHash: zksync_Bytes! nonce: BigInt! } -enum stagingpolygon_RouterLiquidityEventType { +enum zksync_RouterLiquidityEventType { Add Remove } -input stagingpolygon_RouterLiquidityEvent_filter { +input zksync_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -169346,10 +167069,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: zksync_RouterLiquidityEventType + type_not: zksync_RouterLiquidityEventType + type_in: [zksync_RouterLiquidityEventType!] + type_not_in: [zksync_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -169370,7 +167093,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_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -169391,7 +167114,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_: zksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -169408,16 +167131,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: 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 @@ -169434,16 +167157,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: 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 @@ -169453,12 +167176,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: zksync_BlockChangedFilter + and: [zksync_RouterLiquidityEvent_filter] + or: [zksync_RouterLiquidityEvent_filter] } -enum stagingpolygon_RouterLiquidityEvent_orderBy { +enum zksync_RouterLiquidityEvent_orderBy { id type router @@ -169487,7 +167210,7 @@ enum stagingpolygon_RouterLiquidityEvent_orderBy { nonce } -input stagingpolygon_Router_filter { +input zksync_Router_filter { id: ID id_not: ID id_gt: ID @@ -169500,36 +167223,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: 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 @@ -169538,14 +167261,14 @@ input stagingpolygon_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingpolygon_AssetBalance_filter + assetBalances_: zksync_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Router_filter] - or: [stagingpolygon_Router_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Router_filter] + or: [zksync_Router_filter] } -enum stagingpolygon_Router_orderBy { +enum zksync_Router_orderBy { id isActive owner @@ -169555,13 +167278,13 @@ enum stagingpolygon_Router_orderBy { assetBalances } -type stagingpolygon_Sequencer { +type zksync_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingpolygon_Bytes + sequencer: zksync_Bytes } -input stagingpolygon_Sequencer_filter { +input zksync_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -169574,35 +167297,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Sequencer_filter] - or: [stagingpolygon_Sequencer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Sequencer_filter] + or: [zksync_Sequencer_filter] } -enum stagingpolygon_Sequencer_orderBy { +enum zksync_Sequencer_orderBy { id isActive sequencer } -type stagingpolygon_Setting { +type zksync_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingpolygon_Bytes! + caller: zksync_Bytes! } -input stagingpolygon_Setting_filter { +input zksync_Setting_filter { id: ID id_not: ID id_gt: ID @@ -169619,41 +167342,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Setting_filter] - or: [stagingpolygon_Setting_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Setting_filter] + or: [zksync_Setting_filter] } -enum stagingpolygon_Setting_orderBy { +enum zksync_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingpolygon_SlippageUpdate { +type zksync_SlippageUpdate { id: ID! - transfer: stagingpolygon_DestinationTransfer! + transfer: zksync_DestinationTransfer! slippage: BigInt! - caller: stagingpolygon_Bytes! - transactionHash: stagingpolygon_Bytes! + caller: zksync_Bytes! + transactionHash: zksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygon_SlippageUpdate_filter { +input zksync_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -169682,7 +167405,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_: zksync_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -169691,26 +167414,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: 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 @@ -169744,12 +167467,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: zksync_BlockChangedFilter + and: [zksync_SlippageUpdate_filter] + or: [zksync_SlippageUpdate_filter] } -enum stagingpolygon_SlippageUpdate_orderBy { +enum zksync_SlippageUpdate_orderBy { id transfer transfer__id @@ -169797,16 +167520,16 @@ enum stagingpolygon_SlippageUpdate_orderBy { blockNumber } -type stagingpolygon_SnapshotRoot { +type zksync_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingpolygon_Bytes! + root: zksync_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingpolygon_SnapshotRoot_filter { +input zksync_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -169823,16 +167546,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: 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 @@ -169858,12 +167581,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: zksync_BlockChangedFilter + and: [zksync_SnapshotRoot_filter] + or: [zksync_SnapshotRoot_filter] } -enum stagingpolygon_SnapshotRoot_orderBy { +enum zksync_SnapshotRoot_orderBy { id spokeDomain root @@ -169872,12 +167595,12 @@ enum stagingpolygon_SnapshotRoot_orderBy { blockNumber } -type stagingpolygon_SpokeConnectorMode { +type zksync_SpokeConnectorMode { id: ID! mode: String! } -input stagingpolygon_SpokeConnectorMode_filter { +input zksync_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -169907,17 +167630,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: zksync_BlockChangedFilter + and: [zksync_SpokeConnectorMode_filter] + or: [zksync_SpokeConnectorMode_filter] } -enum stagingpolygon_SpokeConnectorMode_orderBy { +enum zksync_SpokeConnectorMode_orderBy { id mode } -enum stagingpolygon_TransferStatus { +enum zksync_TransferStatus { XCalled Executed Reconciled @@ -169925,19 +167648,17 @@ enum stagingpolygon_TransferStatus { CompletedFast } -type stagingpolygon__Block_ { +type zksync__Block_ { """The hash of the block""" - hash: stagingpolygon_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: stagingpolygon_Bytes } """The type for the top-level _meta field""" -type stagingpolygon__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 @@ -169945,22 +167666,22 @@ type stagingpolygon__Meta_ { and therefore asks for the latest block """ - block: stagingpolygon__Block_! + block: zksync__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingxdai_AggregateRoot { +type avalanche_AggregateRoot { id: ID! - root: stagingxdai_Bytes! + root: avalanche_Bytes! blockNumber: BigInt! } -type stagingxdai_AggregateRootProposed { +type avalanche_AggregateRootProposed { id: ID! - aggregateRoot: stagingxdai_Bytes! + aggregateRoot: avalanche_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -169968,7 +167689,7 @@ type stagingxdai_AggregateRootProposed { blockNumber: BigInt } -input stagingxdai_AggregateRootProposed_filter { +input avalanche_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -169977,16 +167698,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: avalanche_Bytes + aggregateRoot_not: avalanche_Bytes + aggregateRoot_gt: avalanche_Bytes + aggregateRoot_lt: avalanche_Bytes + aggregateRoot_gte: avalanche_Bytes + aggregateRoot_lte: avalanche_Bytes + aggregateRoot_in: [avalanche_Bytes!] + aggregateRoot_not_in: [avalanche_Bytes!] + aggregateRoot_contains: avalanche_Bytes + aggregateRoot_not_contains: avalanche_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -170028,12 +167749,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: avalanche_BlockChangedFilter + and: [avalanche_AggregateRootProposed_filter] + or: [avalanche_AggregateRootProposed_filter] } -enum stagingxdai_AggregateRootProposed_orderBy { +enum avalanche_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -170043,7 +167764,7 @@ enum stagingxdai_AggregateRootProposed_orderBy { blockNumber } -input stagingxdai_AggregateRoot_filter { +input avalanche_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -170052,16 +167773,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: avalanche_Bytes + root_not: avalanche_Bytes + root_gt: avalanche_Bytes + root_lt: avalanche_Bytes + root_gte: avalanche_Bytes + root_lte: avalanche_Bytes + root_in: [avalanche_Bytes!] + root_not_in: [avalanche_Bytes!] + root_contains: avalanche_Bytes + root_not_contains: avalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -170071,47 +167792,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: avalanche_BlockChangedFilter + and: [avalanche_AggregateRoot_filter] + or: [avalanche_AggregateRoot_filter] } -enum stagingxdai_AggregateRoot_orderBy { +enum avalanche_AggregateRoot_orderBy { id root blockNumber } -enum stagingxdai_Aggregation_interval { +enum avalanche_Aggregation_interval { hour day } -type stagingxdai_Asset { +type avalanche_Asset { id: ID! - key: stagingxdai_Bytes + key: avalanche_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingxdai_Bytes + canonicalId: avalanche_Bytes canonicalDomain: BigInt - adoptedAsset: stagingxdai_Bytes - localAsset: stagingxdai_Bytes + adoptedAsset: avalanche_Bytes + localAsset: avalanche_Bytes blockNumber: BigInt - status: stagingxdai_AssetStatus + status: avalanche_AssetStatus } -type stagingxdai_AssetBalance { +type avalanche_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingxdai_Router! - asset: stagingxdai_Asset! + router: avalanche_Router! + asset: avalanche_Asset! feesEarned: BigInt! } -input stagingxdai_AssetBalance_filter { +input avalanche_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -170172,7 +167893,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_: avalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -170193,7 +167914,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_: avalanche_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -170203,12 +167924,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: avalanche_BlockChangedFilter + and: [avalanche_AssetBalance_filter] + or: [avalanche_AssetBalance_filter] } -enum stagingxdai_AssetBalance_orderBy { +enum avalanche_AssetBalance_orderBy { id amount locked @@ -170234,12 +167955,12 @@ enum stagingxdai_AssetBalance_orderBy { feesEarned } -type stagingxdai_AssetStatus { +type avalanche_AssetStatus { id: ID! status: Boolean } -input stagingxdai_AssetStatus_filter { +input avalanche_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -170253,17 +167974,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: avalanche_BlockChangedFilter + and: [avalanche_AssetStatus_filter] + or: [avalanche_AssetStatus_filter] } -enum stagingxdai_AssetStatus_orderBy { +enum avalanche_AssetStatus_orderBy { id status } -input stagingxdai_Asset_filter { +input avalanche_Asset_filter { id: ID id_not: ID id_gt: ID @@ -170272,16 +167993,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: avalanche_Bytes + key_not: avalanche_Bytes + key_gt: avalanche_Bytes + key_lt: avalanche_Bytes + key_gte: avalanche_Bytes + key_lte: avalanche_Bytes + key_in: [avalanche_Bytes!] + key_not_in: [avalanche_Bytes!] + key_contains: avalanche_Bytes + key_not_contains: avalanche_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -170298,44 +168019,44 @@ 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: avalanche_Bytes + canonicalId_not: avalanche_Bytes + canonicalId_gt: avalanche_Bytes + canonicalId_lt: avalanche_Bytes + canonicalId_gte: avalanche_Bytes + canonicalId_lte: avalanche_Bytes + canonicalId_in: [avalanche_Bytes!] + canonicalId_not_in: [avalanche_Bytes!] + canonicalId_contains: avalanche_Bytes + canonicalId_not_contains: avalanche_Bytes canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingxdai_Bytes - adoptedAsset_not: stagingxdai_Bytes - adoptedAsset_gt: stagingxdai_Bytes - adoptedAsset_lt: stagingxdai_Bytes - adoptedAsset_gte: stagingxdai_Bytes - adoptedAsset_lte: stagingxdai_Bytes - adoptedAsset_in: [stagingxdai_Bytes!] - adoptedAsset_not_in: [stagingxdai_Bytes!] - adoptedAsset_contains: stagingxdai_Bytes - adoptedAsset_not_contains: stagingxdai_Bytes - localAsset: stagingxdai_Bytes - localAsset_not: stagingxdai_Bytes - localAsset_gt: stagingxdai_Bytes - localAsset_lt: stagingxdai_Bytes - localAsset_gte: stagingxdai_Bytes - localAsset_lte: stagingxdai_Bytes - localAsset_in: [stagingxdai_Bytes!] - localAsset_not_in: [stagingxdai_Bytes!] - localAsset_contains: stagingxdai_Bytes - localAsset_not_contains: stagingxdai_Bytes + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: avalanche_Bytes + adoptedAsset_not: avalanche_Bytes + adoptedAsset_gt: avalanche_Bytes + adoptedAsset_lt: avalanche_Bytes + adoptedAsset_gte: avalanche_Bytes + adoptedAsset_lte: avalanche_Bytes + adoptedAsset_in: [avalanche_Bytes!] + adoptedAsset_not_in: [avalanche_Bytes!] + adoptedAsset_contains: avalanche_Bytes + adoptedAsset_not_contains: avalanche_Bytes + localAsset: avalanche_Bytes + localAsset_not: avalanche_Bytes + localAsset_gt: avalanche_Bytes + localAsset_lt: avalanche_Bytes + localAsset_gte: avalanche_Bytes + localAsset_lte: avalanche_Bytes + localAsset_in: [avalanche_Bytes!] + localAsset_not_in: [avalanche_Bytes!] + localAsset_contains: avalanche_Bytes + localAsset_not_contains: avalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -170364,14 +168085,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_: avalanche_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Asset_filter] - or: [stagingxdai_Asset_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Asset_filter] + or: [avalanche_Asset_filter] } -enum stagingxdai_Asset_orderBy { +enum avalanche_Asset_orderBy { id key decimal @@ -170386,30 +168107,30 @@ enum stagingxdai_Asset_orderBy { status__status } -scalar stagingxdai_BigDecimal +scalar avalanche_BigDecimal -input stagingxdai_BlockChangedFilter { +input avalanche_BlockChangedFilter { number_gte: Int! } -input stagingxdai_Block_height { - hash: stagingxdai_Bytes +input avalanche_Block_height { + hash: avalanche_Bytes number: Int number_gte: Int } -scalar stagingxdai_Bytes +scalar avalanche_Bytes -type stagingxdai_ConnectorMeta { +type avalanche_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingxdai_Bytes - rootManager: stagingxdai_Bytes - mirrorConnector: stagingxdai_Bytes + amb: avalanche_Bytes + rootManager: avalanche_Bytes + mirrorConnector: avalanche_Bytes } -input stagingxdai_ConnectorMeta_filter { +input avalanche_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -170434,43 +168155,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: avalanche_Bytes + amb_not: avalanche_Bytes + amb_gt: avalanche_Bytes + amb_lt: avalanche_Bytes + amb_gte: avalanche_Bytes + amb_lte: avalanche_Bytes + amb_in: [avalanche_Bytes!] + amb_not_in: [avalanche_Bytes!] + amb_contains: avalanche_Bytes + amb_not_contains: avalanche_Bytes + rootManager: avalanche_Bytes + rootManager_not: avalanche_Bytes + rootManager_gt: avalanche_Bytes + rootManager_lt: avalanche_Bytes + rootManager_gte: avalanche_Bytes + rootManager_lte: avalanche_Bytes + rootManager_in: [avalanche_Bytes!] + rootManager_not_in: [avalanche_Bytes!] + rootManager_contains: avalanche_Bytes + rootManager_not_contains: avalanche_Bytes + mirrorConnector: avalanche_Bytes + mirrorConnector_not: avalanche_Bytes + mirrorConnector_gt: avalanche_Bytes + mirrorConnector_lt: avalanche_Bytes + mirrorConnector_gte: avalanche_Bytes + mirrorConnector_lte: avalanche_Bytes + mirrorConnector_in: [avalanche_Bytes!] + mirrorConnector_not_in: [avalanche_Bytes!] + mirrorConnector_contains: avalanche_Bytes + mirrorConnector_not_contains: avalanche_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_ConnectorMeta_filter] - or: [stagingxdai_ConnectorMeta_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_ConnectorMeta_filter] + or: [avalanche_ConnectorMeta_filter] } -enum stagingxdai_ConnectorMeta_orderBy { +enum avalanche_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -170479,48 +168200,48 @@ enum stagingxdai_ConnectorMeta_orderBy { mirrorConnector } -type stagingxdai_DestinationTransfer { +type avalanche_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingxdai_Bytes + transferId: avalanche_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: avalanche_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: avalanche_Router_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_Router_filter): [avalanche_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingxdai_Bytes - delegate: stagingxdai_Bytes + to: avalanche_Bytes + delegate: avalanche_Bytes receiveLocal: Boolean - callData: stagingxdai_Bytes + callData: avalanche_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingxdai_Bytes + originSender: avalanche_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingxdai_Bytes - asset: stagingxdai_Asset + canonicalId: avalanche_Bytes + asset: avalanche_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingxdai_Bytes - executedTransactionHash: stagingxdai_Bytes + executedCaller: avalanche_Bytes + executedTransactionHash: avalanche_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingxdai_Bytes + executedTxOrigin: avalanche_Bytes executedTxNonce: BigInt - reconciledCaller: stagingxdai_Bytes - reconciledTransactionHash: stagingxdai_Bytes + reconciledCaller: avalanche_Bytes + reconciledTransactionHash: avalanche_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingxdai_Bytes + reconciledTxOrigin: avalanche_Bytes reconciledTxNonce: BigInt } -input stagingxdai_DestinationTransfer_filter { +input avalanche_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -170537,16 +168258,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: avalanche_Bytes + transferId_not: avalanche_Bytes + transferId_gt: avalanche_Bytes + transferId_lt: avalanche_Bytes + transferId_gte: avalanche_Bytes + transferId_lte: avalanche_Bytes + transferId_in: [avalanche_Bytes!] + transferId_not_in: [avalanche_Bytes!] + transferId_contains: avalanche_Bytes + transferId_not_contains: avalanche_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -170555,17 +168276,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: avalanche_TransferStatus + status_not: avalanche_TransferStatus + status_in: [avalanche_TransferStatus!] + status_not_in: [avalanche_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingxdai_Router_filter + routers_: avalanche_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -170590,40 +168311,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: avalanche_Bytes + to_not: avalanche_Bytes + to_gt: avalanche_Bytes + to_lt: avalanche_Bytes + to_gte: avalanche_Bytes + to_lte: avalanche_Bytes + to_in: [avalanche_Bytes!] + to_not_in: [avalanche_Bytes!] + to_contains: avalanche_Bytes + to_not_contains: avalanche_Bytes + delegate: avalanche_Bytes + delegate_not: avalanche_Bytes + delegate_gt: avalanche_Bytes + delegate_lt: avalanche_Bytes + delegate_gte: avalanche_Bytes + delegate_lte: avalanche_Bytes + delegate_in: [avalanche_Bytes!] + delegate_not_in: [avalanche_Bytes!] + delegate_contains: avalanche_Bytes + delegate_not_contains: avalanche_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: avalanche_Bytes + callData_not: avalanche_Bytes + callData_gt: avalanche_Bytes + callData_lt: avalanche_Bytes + callData_gte: avalanche_Bytes + callData_lte: avalanche_Bytes + callData_in: [avalanche_Bytes!] + callData_not_in: [avalanche_Bytes!] + callData_contains: avalanche_Bytes + callData_not_contains: avalanche_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -170640,16 +168361,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: avalanche_Bytes + originSender_not: avalanche_Bytes + originSender_gt: avalanche_Bytes + originSender_lt: avalanche_Bytes + originSender_gte: avalanche_Bytes + originSender_lte: avalanche_Bytes + originSender_in: [avalanche_Bytes!] + originSender_not_in: [avalanche_Bytes!] + originSender_contains: avalanche_Bytes + originSender_not_contains: avalanche_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -170666,16 +168387,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: avalanche_Bytes + canonicalId_not: avalanche_Bytes + canonicalId_gt: avalanche_Bytes + canonicalId_lt: avalanche_Bytes + canonicalId_gte: avalanche_Bytes + canonicalId_lte: avalanche_Bytes + canonicalId_in: [avalanche_Bytes!] + canonicalId_not_in: [avalanche_Bytes!] + canonicalId_contains: avalanche_Bytes + canonicalId_not_contains: avalanche_Bytes asset: String asset_not: String asset_gt: String @@ -170696,7 +168417,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_: avalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -170713,26 +168434,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: avalanche_Bytes + executedCaller_not: avalanche_Bytes + executedCaller_gt: avalanche_Bytes + executedCaller_lt: avalanche_Bytes + executedCaller_gte: avalanche_Bytes + executedCaller_lte: avalanche_Bytes + executedCaller_in: [avalanche_Bytes!] + executedCaller_not_in: [avalanche_Bytes!] + executedCaller_contains: avalanche_Bytes + executedCaller_not_contains: avalanche_Bytes + executedTransactionHash: avalanche_Bytes + executedTransactionHash_not: avalanche_Bytes + executedTransactionHash_gt: avalanche_Bytes + executedTransactionHash_lt: avalanche_Bytes + executedTransactionHash_gte: avalanche_Bytes + executedTransactionHash_lte: avalanche_Bytes + executedTransactionHash_in: [avalanche_Bytes!] + executedTransactionHash_not_in: [avalanche_Bytes!] + executedTransactionHash_contains: avalanche_Bytes + executedTransactionHash_not_contains: avalanche_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -170765,16 +168486,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: avalanche_Bytes + executedTxOrigin_not: avalanche_Bytes + executedTxOrigin_gt: avalanche_Bytes + executedTxOrigin_lt: avalanche_Bytes + executedTxOrigin_gte: avalanche_Bytes + executedTxOrigin_lte: avalanche_Bytes + executedTxOrigin_in: [avalanche_Bytes!] + executedTxOrigin_not_in: [avalanche_Bytes!] + executedTxOrigin_contains: avalanche_Bytes + executedTxOrigin_not_contains: avalanche_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -170783,26 +168504,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: avalanche_Bytes + reconciledCaller_not: avalanche_Bytes + reconciledCaller_gt: avalanche_Bytes + reconciledCaller_lt: avalanche_Bytes + reconciledCaller_gte: avalanche_Bytes + reconciledCaller_lte: avalanche_Bytes + reconciledCaller_in: [avalanche_Bytes!] + reconciledCaller_not_in: [avalanche_Bytes!] + reconciledCaller_contains: avalanche_Bytes + reconciledCaller_not_contains: avalanche_Bytes + reconciledTransactionHash: avalanche_Bytes + reconciledTransactionHash_not: avalanche_Bytes + reconciledTransactionHash_gt: avalanche_Bytes + reconciledTransactionHash_lt: avalanche_Bytes + reconciledTransactionHash_gte: avalanche_Bytes + reconciledTransactionHash_lte: avalanche_Bytes + reconciledTransactionHash_in: [avalanche_Bytes!] + reconciledTransactionHash_not_in: [avalanche_Bytes!] + reconciledTransactionHash_contains: avalanche_Bytes + reconciledTransactionHash_not_contains: avalanche_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -170835,16 +168556,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: avalanche_Bytes + reconciledTxOrigin_not: avalanche_Bytes + reconciledTxOrigin_gt: avalanche_Bytes + reconciledTxOrigin_lt: avalanche_Bytes + reconciledTxOrigin_gte: avalanche_Bytes + reconciledTxOrigin_lte: avalanche_Bytes + reconciledTxOrigin_in: [avalanche_Bytes!] + reconciledTxOrigin_not_in: [avalanche_Bytes!] + reconciledTxOrigin_contains: avalanche_Bytes + reconciledTxOrigin_not_contains: avalanche_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -170854,12 +168575,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: avalanche_BlockChangedFilter + and: [avalanche_DestinationTransfer_filter] + or: [avalanche_DestinationTransfer_filter] } -enum stagingxdai_DestinationTransfer_orderBy { +enum avalanche_DestinationTransfer_orderBy { id chainId transferId @@ -170913,16 +168634,16 @@ enum stagingxdai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingxdai_Int8 +scalar avalanche_Int8 -type stagingxdai_OptimisticRootFinalized { +type avalanche_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingxdai_Bytes! + aggregateRoot: avalanche_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingxdai_OptimisticRootFinalized_filter { +input avalanche_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -170931,16 +168652,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: avalanche_Bytes + aggregateRoot_not: avalanche_Bytes + aggregateRoot_gt: avalanche_Bytes + aggregateRoot_lt: avalanche_Bytes + aggregateRoot_gte: avalanche_Bytes + aggregateRoot_lte: avalanche_Bytes + aggregateRoot_in: [avalanche_Bytes!] + aggregateRoot_not_in: [avalanche_Bytes!] + aggregateRoot_contains: avalanche_Bytes + aggregateRoot_not_contains: avalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -170958,12 +168679,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: avalanche_BlockChangedFilter + and: [avalanche_OptimisticRootFinalized_filter] + or: [avalanche_OptimisticRootFinalized_filter] } -enum stagingxdai_OptimisticRootFinalized_orderBy { +enum avalanche_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -170971,25 +168692,25 @@ enum stagingxdai_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingxdai_OrderDirection { +enum avalanche_OrderDirection { asc desc } -type stagingxdai_OriginMessage { +type avalanche_OriginMessage { id: ID! - transferId: stagingxdai_Bytes + transferId: avalanche_Bytes destinationDomain: BigInt - leaf: stagingxdai_Bytes + leaf: avalanche_Bytes index: BigInt - message: stagingxdai_Bytes - root: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes + message: avalanche_Bytes + root: avalanche_Bytes + transactionHash: avalanche_Bytes blockNumber: BigInt - rootCount: stagingxdai_RootCount + rootCount: avalanche_RootCount } -input stagingxdai_OriginMessage_filter { +input avalanche_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -170998,16 +168719,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: avalanche_Bytes + transferId_not: avalanche_Bytes + transferId_gt: avalanche_Bytes + transferId_lt: avalanche_Bytes + transferId_gte: avalanche_Bytes + transferId_lte: avalanche_Bytes + transferId_in: [avalanche_Bytes!] + transferId_not_in: [avalanche_Bytes!] + transferId_contains: avalanche_Bytes + transferId_not_contains: avalanche_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -171016,16 +168737,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: avalanche_Bytes + leaf_not: avalanche_Bytes + leaf_gt: avalanche_Bytes + leaf_lt: avalanche_Bytes + leaf_gte: avalanche_Bytes + leaf_lte: avalanche_Bytes + leaf_in: [avalanche_Bytes!] + leaf_not_in: [avalanche_Bytes!] + leaf_contains: avalanche_Bytes + leaf_not_contains: avalanche_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -171034,36 +168755,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: avalanche_Bytes + message_not: avalanche_Bytes + message_gt: avalanche_Bytes + message_lt: avalanche_Bytes + message_gte: avalanche_Bytes + message_lte: avalanche_Bytes + message_in: [avalanche_Bytes!] + message_not_in: [avalanche_Bytes!] + message_contains: avalanche_Bytes + message_not_contains: avalanche_Bytes + root: avalanche_Bytes + root_not: avalanche_Bytes + root_gt: avalanche_Bytes + root_lt: avalanche_Bytes + root_gte: avalanche_Bytes + root_lte: avalanche_Bytes + root_in: [avalanche_Bytes!] + root_not_in: [avalanche_Bytes!] + root_contains: avalanche_Bytes + root_not_contains: avalanche_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -171092,14 +168813,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_: avalanche_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_OriginMessage_filter] - or: [stagingxdai_OriginMessage_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_OriginMessage_filter] + or: [avalanche_OriginMessage_filter] } -enum stagingxdai_OriginMessage_orderBy { +enum avalanche_OriginMessage_orderBy { id transferId destinationDomain @@ -171114,42 +168835,42 @@ enum stagingxdai_OriginMessage_orderBy { rootCount__count } -type stagingxdai_OriginTransfer { +type avalanche_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingxdai_Bytes + transferId: avalanche_Bytes nonce: BigInt - status: stagingxdai_TransferStatus - messageHash: stagingxdai_Bytes + status: avalanche_TransferStatus + messageHash: avalanche_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingxdai_Bytes - delegate: stagingxdai_Bytes + to: avalanche_Bytes + delegate: avalanche_Bytes receiveLocal: Boolean - callData: stagingxdai_Bytes + callData: avalanche_Bytes slippage: BigInt - originSender: stagingxdai_Bytes + originSender: avalanche_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingxdai_Bytes - asset: stagingxdai_Asset - transactingAsset: stagingxdai_Bytes - message: stagingxdai_OriginMessage + canonicalId: avalanche_Bytes + asset: avalanche_Asset + transactingAsset: avalanche_Bytes + message: avalanche_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: avalanche_RelayerFee_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_RelayerFee_filter): [avalanche_RelayerFee!] + initialRelayerFeeAsset: avalanche_Bytes + caller: avalanche_Bytes + transactionHash: avalanche_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingxdai_Bytes + txOrigin: avalanche_Bytes txNonce: BigInt } -input stagingxdai_OriginTransfer_filter { +input avalanche_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -171166,16 +168887,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: avalanche_Bytes + transferId_not: avalanche_Bytes + transferId_gt: avalanche_Bytes + transferId_lt: avalanche_Bytes + transferId_gte: avalanche_Bytes + transferId_lte: avalanche_Bytes + transferId_in: [avalanche_Bytes!] + transferId_not_in: [avalanche_Bytes!] + transferId_contains: avalanche_Bytes + transferId_not_contains: avalanche_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -171184,20 +168905,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: avalanche_TransferStatus + status_not: avalanche_TransferStatus + status_in: [avalanche_TransferStatus!] + status_not_in: [avalanche_TransferStatus!] + messageHash: avalanche_Bytes + messageHash_not: avalanche_Bytes + messageHash_gt: avalanche_Bytes + messageHash_lt: avalanche_Bytes + messageHash_gte: avalanche_Bytes + messageHash_lte: avalanche_Bytes + messageHash_in: [avalanche_Bytes!] + messageHash_not_in: [avalanche_Bytes!] + messageHash_contains: avalanche_Bytes + messageHash_not_contains: avalanche_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -171222,40 +168943,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: avalanche_Bytes + to_not: avalanche_Bytes + to_gt: avalanche_Bytes + to_lt: avalanche_Bytes + to_gte: avalanche_Bytes + to_lte: avalanche_Bytes + to_in: [avalanche_Bytes!] + to_not_in: [avalanche_Bytes!] + to_contains: avalanche_Bytes + to_not_contains: avalanche_Bytes + delegate: avalanche_Bytes + delegate_not: avalanche_Bytes + delegate_gt: avalanche_Bytes + delegate_lt: avalanche_Bytes + delegate_gte: avalanche_Bytes + delegate_lte: avalanche_Bytes + delegate_in: [avalanche_Bytes!] + delegate_not_in: [avalanche_Bytes!] + delegate_contains: avalanche_Bytes + delegate_not_contains: avalanche_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: avalanche_Bytes + callData_not: avalanche_Bytes + callData_gt: avalanche_Bytes + callData_lt: avalanche_Bytes + callData_gte: avalanche_Bytes + callData_lte: avalanche_Bytes + callData_in: [avalanche_Bytes!] + callData_not_in: [avalanche_Bytes!] + callData_contains: avalanche_Bytes + callData_not_contains: avalanche_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -171264,16 +168985,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: avalanche_Bytes + originSender_not: avalanche_Bytes + originSender_gt: avalanche_Bytes + originSender_lt: avalanche_Bytes + originSender_gte: avalanche_Bytes + originSender_lte: avalanche_Bytes + originSender_in: [avalanche_Bytes!] + originSender_not_in: [avalanche_Bytes!] + originSender_contains: avalanche_Bytes + originSender_not_contains: avalanche_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -171290,16 +169011,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: avalanche_Bytes + canonicalId_not: avalanche_Bytes + canonicalId_gt: avalanche_Bytes + canonicalId_lt: avalanche_Bytes + canonicalId_gte: avalanche_Bytes + canonicalId_lte: avalanche_Bytes + canonicalId_in: [avalanche_Bytes!] + canonicalId_not_in: [avalanche_Bytes!] + canonicalId_contains: avalanche_Bytes + canonicalId_not_contains: avalanche_Bytes asset: String asset_not: String asset_gt: String @@ -171320,17 +169041,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_: avalanche_Asset_filter + transactingAsset: avalanche_Bytes + transactingAsset_not: avalanche_Bytes + transactingAsset_gt: avalanche_Bytes + transactingAsset_lt: avalanche_Bytes + transactingAsset_gte: avalanche_Bytes + transactingAsset_lte: avalanche_Bytes + transactingAsset_in: [avalanche_Bytes!] + transactingAsset_not_in: [avalanche_Bytes!] + transactingAsset_contains: avalanche_Bytes + transactingAsset_not_contains: avalanche_Bytes message: String message_not: String message_gt: String @@ -171351,7 +169072,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_: avalanche_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -171366,37 +169087,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_: avalanche_RelayerFee_filter + initialRelayerFeeAsset: avalanche_Bytes + initialRelayerFeeAsset_not: avalanche_Bytes + initialRelayerFeeAsset_gt: avalanche_Bytes + initialRelayerFeeAsset_lt: avalanche_Bytes + initialRelayerFeeAsset_gte: avalanche_Bytes + initialRelayerFeeAsset_lte: avalanche_Bytes + initialRelayerFeeAsset_in: [avalanche_Bytes!] + initialRelayerFeeAsset_not_in: [avalanche_Bytes!] + initialRelayerFeeAsset_contains: avalanche_Bytes + initialRelayerFeeAsset_not_contains: avalanche_Bytes + caller: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -171429,16 +169150,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: avalanche_Bytes + txOrigin_not: avalanche_Bytes + txOrigin_gt: avalanche_Bytes + txOrigin_lt: avalanche_Bytes + txOrigin_gte: avalanche_Bytes + txOrigin_lte: avalanche_Bytes + txOrigin_in: [avalanche_Bytes!] + txOrigin_not_in: [avalanche_Bytes!] + txOrigin_contains: avalanche_Bytes + txOrigin_not_contains: avalanche_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -171448,12 +169169,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: avalanche_BlockChangedFilter + and: [avalanche_OriginTransfer_filter] + or: [avalanche_OriginTransfer_filter] } -enum stagingxdai_OriginTransfer_orderBy { +enum avalanche_OriginTransfer_orderBy { id chainId transferId @@ -171506,20 +169227,20 @@ enum stagingxdai_OriginTransfer_orderBy { txNonce } -type stagingxdai_Relayer { +type avalanche_Relayer { id: ID! isActive: Boolean! - relayer: stagingxdai_Bytes + relayer: avalanche_Bytes } -type stagingxdai_RelayerFee { +type avalanche_RelayerFee { id: ID! - transfer: stagingxdai_OriginTransfer! + transfer: avalanche_OriginTransfer! fee: BigInt! - asset: stagingxdai_Bytes! + asset: avalanche_Bytes! } -input stagingxdai_RelayerFee_filter { +input avalanche_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -171548,7 +169269,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_: avalanche_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -171557,23 +169278,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: avalanche_Bytes + asset_not: avalanche_Bytes + asset_gt: avalanche_Bytes + asset_lt: avalanche_Bytes + asset_gte: avalanche_Bytes + asset_lte: avalanche_Bytes + asset_in: [avalanche_Bytes!] + asset_not_in: [avalanche_Bytes!] + asset_contains: avalanche_Bytes + asset_not_contains: avalanche_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_RelayerFee_filter] - or: [stagingxdai_RelayerFee_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RelayerFee_filter] + or: [avalanche_RelayerFee_filter] } -enum stagingxdai_RelayerFee_orderBy { +enum avalanche_RelayerFee_orderBy { id transfer transfer__id @@ -171609,20 +169330,20 @@ enum stagingxdai_RelayerFee_orderBy { asset } -type stagingxdai_RelayerFeesIncrease { +type avalanche_RelayerFeesIncrease { id: ID! - transfer: stagingxdai_OriginTransfer! + transfer: avalanche_OriginTransfer! increase: BigInt - asset: stagingxdai_Bytes - caller: stagingxdai_Bytes! - transactionHash: stagingxdai_Bytes! + asset: avalanche_Bytes + caller: avalanche_Bytes! + transactionHash: avalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingxdai_RelayerFeesIncrease_filter { +input avalanche_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -171651,7 +169372,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_: avalanche_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -171660,36 +169381,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: avalanche_Bytes + asset_not: avalanche_Bytes + asset_gt: avalanche_Bytes + asset_lt: avalanche_Bytes + asset_gte: avalanche_Bytes + asset_lte: avalanche_Bytes + asset_in: [avalanche_Bytes!] + asset_not_in: [avalanche_Bytes!] + asset_contains: avalanche_Bytes + asset_not_contains: avalanche_Bytes + caller: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -171723,12 +169444,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: avalanche_BlockChangedFilter + and: [avalanche_RelayerFeesIncrease_filter] + or: [avalanche_RelayerFeesIncrease_filter] } -enum stagingxdai_RelayerFeesIncrease_orderBy { +enum avalanche_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -171770,47 +169491,47 @@ enum stagingxdai_RelayerFeesIncrease_orderBy { blockNumber } -input stagingxdai_Relayer_filter { +input avalanche_Relayer_filter { id: ID id_not: ID id_gt: ID id_lt: ID id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: stagingxdai_Bytes - relayer_not: stagingxdai_Bytes - relayer_gt: stagingxdai_Bytes - relayer_lt: stagingxdai_Bytes - relayer_gte: stagingxdai_Bytes - relayer_lte: stagingxdai_Bytes - relayer_in: [stagingxdai_Bytes!] - relayer_not_in: [stagingxdai_Bytes!] - relayer_contains: stagingxdai_Bytes - relayer_not_contains: stagingxdai_Bytes + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: avalanche_Bytes + relayer_not: avalanche_Bytes + relayer_gt: avalanche_Bytes + relayer_lt: avalanche_Bytes + relayer_gte: avalanche_Bytes + relayer_lte: avalanche_Bytes + relayer_in: [avalanche_Bytes!] + relayer_not_in: [avalanche_Bytes!] + relayer_contains: avalanche_Bytes + relayer_not_contains: avalanche_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Relayer_filter] - or: [stagingxdai_Relayer_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Relayer_filter] + or: [avalanche_Relayer_filter] } -enum stagingxdai_Relayer_orderBy { +enum avalanche_Relayer_orderBy { id isActive relayer } -type stagingxdai_RootCount { +type avalanche_RootCount { id: ID! count: BigInt } -input stagingxdai_RootCount_filter { +input avalanche_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -171828,31 +169549,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: avalanche_BlockChangedFilter + and: [avalanche_RootCount_filter] + or: [avalanche_RootCount_filter] } -enum stagingxdai_RootCount_orderBy { +enum avalanche_RootCount_orderBy { id count } -type stagingxdai_RootMessageSent { +type avalanche_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingxdai_Bytes + root: avalanche_Bytes count: BigInt - caller: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes + caller: avalanche_Bytes + transactionHash: avalanche_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingxdai_RootMessageSent_filter { +input avalanche_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -171877,16 +169598,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: avalanche_Bytes + root_not: avalanche_Bytes + root_gt: avalanche_Bytes + root_lt: avalanche_Bytes + root_gte: avalanche_Bytes + root_lte: avalanche_Bytes + root_in: [avalanche_Bytes!] + root_not_in: [avalanche_Bytes!] + root_contains: avalanche_Bytes + root_not_contains: avalanche_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -171895,26 +169616,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: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -171948,12 +169669,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: avalanche_BlockChangedFilter + and: [avalanche_RootMessageSent_filter] + or: [avalanche_RootMessageSent_filter] } -enum stagingxdai_RootMessageSent_orderBy { +enum avalanche_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -171967,25 +169688,25 @@ enum stagingxdai_RootMessageSent_orderBy { blockNumber } -type stagingxdai_Router { +type avalanche_Router { id: ID! isActive: Boolean! - owner: stagingxdai_Bytes - recipient: stagingxdai_Bytes - proposedOwner: stagingxdai_Bytes + owner: avalanche_Bytes + recipient: avalanche_Bytes + proposedOwner: avalanche_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: avalanche_AssetBalance_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_AssetBalance_filter): [avalanche_AssetBalance!]! } -type stagingxdai_RouterDailyTVL { +type avalanche_RouterDailyTVL { id: ID! - router: stagingxdai_Router! - asset: stagingxdai_Asset! + router: avalanche_Router! + asset: avalanche_Asset! timestamp: BigInt! balance: BigInt! } -input stagingxdai_RouterDailyTVL_filter { +input avalanche_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -172014,7 +169735,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_: avalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -172035,7 +169756,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_: avalanche_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -172053,12 +169774,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: avalanche_BlockChangedFilter + and: [avalanche_RouterDailyTVL_filter] + or: [avalanche_RouterDailyTVL_filter] } -enum stagingxdai_RouterDailyTVL_orderBy { +enum avalanche_RouterDailyTVL_orderBy { id router router__id @@ -172081,26 +169802,26 @@ enum stagingxdai_RouterDailyTVL_orderBy { balance } -type stagingxdai_RouterLiquidityEvent { +type avalanche_RouterLiquidityEvent { id: ID! - type: stagingxdai_RouterLiquidityEventType - router: stagingxdai_Router! - asset: stagingxdai_Asset! + type: avalanche_RouterLiquidityEventType + router: avalanche_Router! + asset: avalanche_Asset! amount: BigInt! balance: BigInt! - caller: stagingxdai_Bytes + caller: avalanche_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingxdai_Bytes! + transactionHash: avalanche_Bytes! nonce: BigInt! } -enum stagingxdai_RouterLiquidityEventType { +enum avalanche_RouterLiquidityEventType { Add Remove } -input stagingxdai_RouterLiquidityEvent_filter { +input avalanche_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -172109,10 +169830,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: avalanche_RouterLiquidityEventType + type_not: avalanche_RouterLiquidityEventType + type_in: [avalanche_RouterLiquidityEventType!] + type_not_in: [avalanche_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -172133,7 +169854,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_: avalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -172154,7 +169875,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_: avalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -172171,16 +169892,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: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -172197,16 +169918,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: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -172216,12 +169937,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: avalanche_BlockChangedFilter + and: [avalanche_RouterLiquidityEvent_filter] + or: [avalanche_RouterLiquidityEvent_filter] } -enum stagingxdai_RouterLiquidityEvent_orderBy { +enum avalanche_RouterLiquidityEvent_orderBy { id type router @@ -172250,7 +169971,7 @@ enum stagingxdai_RouterLiquidityEvent_orderBy { nonce } -input stagingxdai_Router_filter { +input avalanche_Router_filter { id: ID id_not: ID id_gt: ID @@ -172263,36 +169984,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: avalanche_Bytes + owner_not: avalanche_Bytes + owner_gt: avalanche_Bytes + owner_lt: avalanche_Bytes + owner_gte: avalanche_Bytes + owner_lte: avalanche_Bytes + owner_in: [avalanche_Bytes!] + owner_not_in: [avalanche_Bytes!] + owner_contains: avalanche_Bytes + owner_not_contains: avalanche_Bytes + recipient: avalanche_Bytes + recipient_not: avalanche_Bytes + recipient_gt: avalanche_Bytes + recipient_lt: avalanche_Bytes + recipient_gte: avalanche_Bytes + recipient_lte: avalanche_Bytes + recipient_in: [avalanche_Bytes!] + recipient_not_in: [avalanche_Bytes!] + recipient_contains: avalanche_Bytes + recipient_not_contains: avalanche_Bytes + proposedOwner: avalanche_Bytes + proposedOwner_not: avalanche_Bytes + proposedOwner_gt: avalanche_Bytes + proposedOwner_lt: avalanche_Bytes + proposedOwner_gte: avalanche_Bytes + proposedOwner_lte: avalanche_Bytes + proposedOwner_in: [avalanche_Bytes!] + proposedOwner_not_in: [avalanche_Bytes!] + proposedOwner_contains: avalanche_Bytes + proposedOwner_not_contains: avalanche_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -172301,14 +170022,14 @@ input stagingxdai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingxdai_AssetBalance_filter + assetBalances_: avalanche_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Router_filter] - or: [stagingxdai_Router_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Router_filter] + or: [avalanche_Router_filter] } -enum stagingxdai_Router_orderBy { +enum avalanche_Router_orderBy { id isActive owner @@ -172318,13 +170039,13 @@ enum stagingxdai_Router_orderBy { assetBalances } -type stagingxdai_Sequencer { +type avalanche_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingxdai_Bytes + sequencer: avalanche_Bytes } -input stagingxdai_Sequencer_filter { +input avalanche_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -172337,35 +170058,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: avalanche_Bytes + sequencer_not: avalanche_Bytes + sequencer_gt: avalanche_Bytes + sequencer_lt: avalanche_Bytes + sequencer_gte: avalanche_Bytes + sequencer_lte: avalanche_Bytes + sequencer_in: [avalanche_Bytes!] + sequencer_not_in: [avalanche_Bytes!] + sequencer_contains: avalanche_Bytes + sequencer_not_contains: avalanche_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Sequencer_filter] - or: [stagingxdai_Sequencer_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Sequencer_filter] + or: [avalanche_Sequencer_filter] } -enum stagingxdai_Sequencer_orderBy { +enum avalanche_Sequencer_orderBy { id isActive sequencer } -type stagingxdai_Setting { +type avalanche_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingxdai_Bytes! + caller: avalanche_Bytes! } -input stagingxdai_Setting_filter { +input avalanche_Setting_filter { id: ID id_not: ID id_gt: ID @@ -172382,41 +170103,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: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Setting_filter] - or: [stagingxdai_Setting_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Setting_filter] + or: [avalanche_Setting_filter] } -enum stagingxdai_Setting_orderBy { +enum avalanche_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingxdai_SlippageUpdate { +type avalanche_SlippageUpdate { id: ID! - transfer: stagingxdai_DestinationTransfer! + transfer: avalanche_DestinationTransfer! slippage: BigInt! - caller: stagingxdai_Bytes! - transactionHash: stagingxdai_Bytes! + caller: avalanche_Bytes! + transactionHash: avalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingxdai_SlippageUpdate_filter { +input avalanche_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -172445,7 +170166,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_: avalanche_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -172454,26 +170175,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: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -172507,12 +170228,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: avalanche_BlockChangedFilter + and: [avalanche_SlippageUpdate_filter] + or: [avalanche_SlippageUpdate_filter] } -enum stagingxdai_SlippageUpdate_orderBy { +enum avalanche_SlippageUpdate_orderBy { id transfer transfer__id @@ -172560,16 +170281,16 @@ enum stagingxdai_SlippageUpdate_orderBy { blockNumber } -type stagingxdai_SnapshotRoot { +type avalanche_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingxdai_Bytes! + root: avalanche_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingxdai_SnapshotRoot_filter { +input avalanche_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -172586,16 +170307,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: avalanche_Bytes + root_not: avalanche_Bytes + root_gt: avalanche_Bytes + root_lt: avalanche_Bytes + root_gte: avalanche_Bytes + root_lte: avalanche_Bytes + root_in: [avalanche_Bytes!] + root_not_in: [avalanche_Bytes!] + root_contains: avalanche_Bytes + root_not_contains: avalanche_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -172621,12 +170342,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: avalanche_BlockChangedFilter + and: [avalanche_SnapshotRoot_filter] + or: [avalanche_SnapshotRoot_filter] } -enum stagingxdai_SnapshotRoot_orderBy { +enum avalanche_SnapshotRoot_orderBy { id spokeDomain root @@ -172635,12 +170356,12 @@ enum stagingxdai_SnapshotRoot_orderBy { blockNumber } -type stagingxdai_SpokeConnectorMode { +type avalanche_SpokeConnectorMode { id: ID! mode: String! } -input stagingxdai_SpokeConnectorMode_filter { +input avalanche_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -172670,17 +170391,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: avalanche_BlockChangedFilter + and: [avalanche_SpokeConnectorMode_filter] + or: [avalanche_SpokeConnectorMode_filter] } -enum stagingxdai_SpokeConnectorMode_orderBy { +enum avalanche_SpokeConnectorMode_orderBy { id mode } -enum stagingxdai_TransferStatus { +enum avalanche_TransferStatus { XCalled Executed Reconciled @@ -172688,19 +170409,19 @@ enum stagingxdai_TransferStatus { CompletedFast } -type stagingxdai__Block_ { +type avalanche__Block_ { """The hash of the block""" - hash: stagingxdai_Bytes + hash: avalanche_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: stagingxdai_Bytes + parentHash: avalanche_Bytes } """The type for the top-level _meta field""" -type stagingxdai__Meta_ { +type avalanche__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -172708,22 +170429,22 @@ type stagingxdai__Meta_ { and therefore asks for the latest block """ - block: stagingxdai__Block_! + block: avalanche__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingbase_AggregateRoot { +type polygonzkevm_swap_AggregateRoot { id: ID! - root: stagingbase_Bytes! + root: polygonzkevm_swap_Bytes! blockNumber: BigInt! } -type stagingbase_AggregateRootProposed { +type polygonzkevm_swap_AggregateRootProposed { id: ID! - aggregateRoot: stagingbase_Bytes! + aggregateRoot: polygonzkevm_swap_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -172731,7 +170452,7 @@ type stagingbase_AggregateRootProposed { blockNumber: BigInt } -input stagingbase_AggregateRootProposed_filter { +input polygonzkevm_swap_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -172740,16 +170461,16 @@ input stagingbase_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingbase_Bytes - aggregateRoot_not: stagingbase_Bytes - aggregateRoot_gt: stagingbase_Bytes - aggregateRoot_lt: stagingbase_Bytes - aggregateRoot_gte: stagingbase_Bytes - aggregateRoot_lte: stagingbase_Bytes - aggregateRoot_in: [stagingbase_Bytes!] - aggregateRoot_not_in: [stagingbase_Bytes!] - aggregateRoot_contains: stagingbase_Bytes - aggregateRoot_not_contains: stagingbase_Bytes + aggregateRoot: 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 @@ -172791,12 +170512,12 @@ input stagingbase_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AggregateRootProposed_filter] - or: [stagingbase_AggregateRootProposed_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRootProposed_filter] + or: [polygonzkevm_swap_AggregateRootProposed_filter] } -enum stagingbase_AggregateRootProposed_orderBy { +enum polygonzkevm_swap_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -172806,7 +170527,7 @@ enum stagingbase_AggregateRootProposed_orderBy { blockNumber } -input stagingbase_AggregateRoot_filter { +input polygonzkevm_swap_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -172815,16 +170536,16 @@ input stagingbase_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingbase_Bytes - root_not: stagingbase_Bytes - root_gt: stagingbase_Bytes - root_lt: stagingbase_Bytes - root_gte: stagingbase_Bytes - root_lte: stagingbase_Bytes - root_in: [stagingbase_Bytes!] - root_not_in: [stagingbase_Bytes!] - root_contains: stagingbase_Bytes - root_not_contains: stagingbase_Bytes + root: 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 @@ -172834,47 +170555,42 @@ input stagingbase_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AggregateRoot_filter] - or: [stagingbase_AggregateRoot_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRoot_filter] + or: [polygonzkevm_swap_AggregateRoot_filter] } -enum stagingbase_AggregateRoot_orderBy { +enum polygonzkevm_swap_AggregateRoot_orderBy { id root blockNumber } -enum stagingbase_Aggregation_interval { - hour - day -} - -type stagingbase_Asset { +type polygonzkevm_swap_Asset { id: ID! - key: stagingbase_Bytes + key: polygonzkevm_swap_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingbase_Bytes + canonicalId: polygonzkevm_swap_Bytes canonicalDomain: BigInt - adoptedAsset: stagingbase_Bytes - localAsset: stagingbase_Bytes + adoptedAsset: polygonzkevm_swap_Bytes + localAsset: polygonzkevm_swap_Bytes blockNumber: BigInt - status: stagingbase_AssetStatus + status: polygonzkevm_swap_AssetStatus } -type stagingbase_AssetBalance { +type polygonzkevm_swap_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingbase_Router! - asset: stagingbase_Asset! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! feesEarned: BigInt! } -input stagingbase_AssetBalance_filter { +input polygonzkevm_swap_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -172935,7 +170651,7 @@ input stagingbase_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingbase_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -172956,7 +170672,7 @@ input stagingbase_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbase_Asset_filter + asset_: polygonzkevm_swap_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -172966,12 +170682,12 @@ input stagingbase_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AssetBalance_filter] - or: [stagingbase_AssetBalance_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AssetBalance_filter] + or: [polygonzkevm_swap_AssetBalance_filter] } -enum stagingbase_AssetBalance_orderBy { +enum polygonzkevm_swap_AssetBalance_orderBy { id amount locked @@ -172997,12 +170713,12 @@ enum stagingbase_AssetBalance_orderBy { feesEarned } -type stagingbase_AssetStatus { +type polygonzkevm_swap_AssetStatus { id: ID! status: Boolean } -input stagingbase_AssetStatus_filter { +input polygonzkevm_swap_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -173016,17 +170732,17 @@ input stagingbase_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AssetStatus_filter] - or: [stagingbase_AssetStatus_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AssetStatus_filter] + or: [polygonzkevm_swap_AssetStatus_filter] } -enum stagingbase_AssetStatus_orderBy { +enum polygonzkevm_swap_AssetStatus_orderBy { id status } -input stagingbase_Asset_filter { +input polygonzkevm_swap_Asset_filter { id: ID id_not: ID id_gt: ID @@ -173035,16 +170751,16 @@ input stagingbase_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingbase_Bytes - key_not: stagingbase_Bytes - key_gt: stagingbase_Bytes - key_lt: stagingbase_Bytes - key_gte: stagingbase_Bytes - key_lte: stagingbase_Bytes - key_in: [stagingbase_Bytes!] - key_not_in: [stagingbase_Bytes!] - key_contains: stagingbase_Bytes - key_not_contains: stagingbase_Bytes + key: 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 @@ -173061,16 +170777,16 @@ input stagingbase_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingbase_Bytes - canonicalId_not: stagingbase_Bytes - canonicalId_gt: stagingbase_Bytes - canonicalId_lt: stagingbase_Bytes - canonicalId_gte: stagingbase_Bytes - canonicalId_lte: stagingbase_Bytes - canonicalId_in: [stagingbase_Bytes!] - canonicalId_not_in: [stagingbase_Bytes!] - canonicalId_contains: stagingbase_Bytes - canonicalId_not_contains: stagingbase_Bytes + canonicalId: 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 @@ -173079,26 +170795,26 @@ input stagingbase_Asset_filter { 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 + 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 @@ -173127,14 +170843,14 @@ input stagingbase_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingbase_AssetStatus_filter + status_: polygonzkevm_swap_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_Asset_filter] - or: [stagingbase_Asset_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Asset_filter] + or: [polygonzkevm_swap_Asset_filter] } -enum stagingbase_Asset_orderBy { +enum polygonzkevm_swap_Asset_orderBy { id key decimal @@ -173149,30 +170865,30 @@ enum stagingbase_Asset_orderBy { status__status } -scalar stagingbase_BigDecimal +scalar polygonzkevm_swap_BigDecimal -input stagingbase_BlockChangedFilter { +input polygonzkevm_swap_BlockChangedFilter { number_gte: Int! } -input stagingbase_Block_height { - hash: stagingbase_Bytes +input polygonzkevm_swap_Block_height { + hash: polygonzkevm_swap_Bytes number: Int number_gte: Int } -scalar stagingbase_Bytes +scalar polygonzkevm_swap_Bytes -type stagingbase_ConnectorMeta { +type polygonzkevm_swap_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingbase_Bytes - rootManager: stagingbase_Bytes - mirrorConnector: stagingbase_Bytes + amb: polygonzkevm_swap_Bytes + rootManager: polygonzkevm_swap_Bytes + mirrorConnector: polygonzkevm_swap_Bytes } -input stagingbase_ConnectorMeta_filter { +input polygonzkevm_swap_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -173197,43 +170913,43 @@ input stagingbase_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingbase_Bytes - amb_not: stagingbase_Bytes - amb_gt: stagingbase_Bytes - amb_lt: stagingbase_Bytes - amb_gte: stagingbase_Bytes - amb_lte: stagingbase_Bytes - amb_in: [stagingbase_Bytes!] - amb_not_in: [stagingbase_Bytes!] - amb_contains: stagingbase_Bytes - amb_not_contains: stagingbase_Bytes - rootManager: stagingbase_Bytes - rootManager_not: stagingbase_Bytes - rootManager_gt: stagingbase_Bytes - rootManager_lt: stagingbase_Bytes - rootManager_gte: stagingbase_Bytes - rootManager_lte: stagingbase_Bytes - rootManager_in: [stagingbase_Bytes!] - rootManager_not_in: [stagingbase_Bytes!] - rootManager_contains: stagingbase_Bytes - rootManager_not_contains: stagingbase_Bytes - mirrorConnector: stagingbase_Bytes - mirrorConnector_not: stagingbase_Bytes - mirrorConnector_gt: stagingbase_Bytes - mirrorConnector_lt: stagingbase_Bytes - mirrorConnector_gte: stagingbase_Bytes - mirrorConnector_lte: stagingbase_Bytes - mirrorConnector_in: [stagingbase_Bytes!] - mirrorConnector_not_in: [stagingbase_Bytes!] - mirrorConnector_contains: stagingbase_Bytes - mirrorConnector_not_contains: stagingbase_Bytes + amb: 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: stagingbase_BlockChangedFilter - and: [stagingbase_ConnectorMeta_filter] - or: [stagingbase_ConnectorMeta_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_ConnectorMeta_filter] + or: [polygonzkevm_swap_ConnectorMeta_filter] } -enum stagingbase_ConnectorMeta_orderBy { +enum polygonzkevm_swap_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -173242,48 +170958,48 @@ enum stagingbase_ConnectorMeta_orderBy { mirrorConnector } -type stagingbase_DestinationTransfer { +type polygonzkevm_swap_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingbase_Bytes + transferId: polygonzkevm_swap_Bytes nonce: BigInt - status: stagingbase_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingbase_Router_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_Router_filter): [stagingbase_Router!] + status: 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: stagingbase_Bytes - delegate: stagingbase_Bytes + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes receiveLocal: Boolean - callData: stagingbase_Bytes + callData: polygonzkevm_swap_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingbase_Bytes + originSender: polygonzkevm_swap_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbase_Bytes - asset: stagingbase_Asset + canonicalId: polygonzkevm_swap_Bytes + asset: polygonzkevm_swap_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingbase_Bytes - executedTransactionHash: stagingbase_Bytes + executedCaller: polygonzkevm_swap_Bytes + executedTransactionHash: polygonzkevm_swap_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingbase_Bytes + executedTxOrigin: polygonzkevm_swap_Bytes executedTxNonce: BigInt - reconciledCaller: stagingbase_Bytes - reconciledTransactionHash: stagingbase_Bytes + reconciledCaller: polygonzkevm_swap_Bytes + reconciledTransactionHash: polygonzkevm_swap_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingbase_Bytes + reconciledTxOrigin: polygonzkevm_swap_Bytes reconciledTxNonce: BigInt } -input stagingbase_DestinationTransfer_filter { +input polygonzkevm_swap_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -173300,16 +171016,16 @@ input stagingbase_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingbase_Bytes - transferId_not: stagingbase_Bytes - transferId_gt: stagingbase_Bytes - transferId_lt: stagingbase_Bytes - transferId_gte: stagingbase_Bytes - transferId_lte: stagingbase_Bytes - transferId_in: [stagingbase_Bytes!] - transferId_not_in: [stagingbase_Bytes!] - transferId_contains: stagingbase_Bytes - transferId_not_contains: stagingbase_Bytes + transferId: 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 @@ -173318,17 +171034,17 @@ input stagingbase_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingbase_TransferStatus - status_not: stagingbase_TransferStatus - status_in: [stagingbase_TransferStatus!] - status_not_in: [stagingbase_TransferStatus!] + status: 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_: stagingbase_Router_filter + routers_: polygonzkevm_swap_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -173353,40 +171069,40 @@ input stagingbase_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingbase_Bytes - to_not: stagingbase_Bytes - to_gt: stagingbase_Bytes - to_lt: stagingbase_Bytes - to_gte: stagingbase_Bytes - to_lte: stagingbase_Bytes - to_in: [stagingbase_Bytes!] - to_not_in: [stagingbase_Bytes!] - to_contains: stagingbase_Bytes - to_not_contains: stagingbase_Bytes - delegate: stagingbase_Bytes - delegate_not: stagingbase_Bytes - delegate_gt: stagingbase_Bytes - delegate_lt: stagingbase_Bytes - delegate_gte: stagingbase_Bytes - delegate_lte: stagingbase_Bytes - delegate_in: [stagingbase_Bytes!] - delegate_not_in: [stagingbase_Bytes!] - delegate_contains: stagingbase_Bytes - delegate_not_contains: stagingbase_Bytes + to: 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: stagingbase_Bytes - callData_not: stagingbase_Bytes - callData_gt: stagingbase_Bytes - callData_lt: stagingbase_Bytes - callData_gte: stagingbase_Bytes - callData_lte: stagingbase_Bytes - callData_in: [stagingbase_Bytes!] - callData_not_in: [stagingbase_Bytes!] - callData_contains: stagingbase_Bytes - callData_not_contains: stagingbase_Bytes + callData: 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 @@ -173403,16 +171119,16 @@ input stagingbase_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingbase_Bytes - originSender_not: stagingbase_Bytes - originSender_gt: stagingbase_Bytes - originSender_lt: stagingbase_Bytes - originSender_gte: stagingbase_Bytes - originSender_lte: stagingbase_Bytes - originSender_in: [stagingbase_Bytes!] - originSender_not_in: [stagingbase_Bytes!] - originSender_contains: stagingbase_Bytes - originSender_not_contains: stagingbase_Bytes + originSender: 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 @@ -173429,16 +171145,16 @@ input stagingbase_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingbase_Bytes - canonicalId_not: stagingbase_Bytes - canonicalId_gt: stagingbase_Bytes - canonicalId_lt: stagingbase_Bytes - canonicalId_gte: stagingbase_Bytes - canonicalId_lte: stagingbase_Bytes - canonicalId_in: [stagingbase_Bytes!] - canonicalId_not_in: [stagingbase_Bytes!] - canonicalId_contains: stagingbase_Bytes - canonicalId_not_contains: stagingbase_Bytes + canonicalId: 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 @@ -173459,7 +171175,7 @@ input stagingbase_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbase_Asset_filter + asset_: polygonzkevm_swap_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -173476,26 +171192,26 @@ input stagingbase_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingbase_Bytes - executedCaller_not: stagingbase_Bytes - executedCaller_gt: stagingbase_Bytes - executedCaller_lt: stagingbase_Bytes - executedCaller_gte: stagingbase_Bytes - executedCaller_lte: stagingbase_Bytes - executedCaller_in: [stagingbase_Bytes!] - executedCaller_not_in: [stagingbase_Bytes!] - executedCaller_contains: stagingbase_Bytes - executedCaller_not_contains: stagingbase_Bytes - executedTransactionHash: stagingbase_Bytes - executedTransactionHash_not: stagingbase_Bytes - executedTransactionHash_gt: stagingbase_Bytes - executedTransactionHash_lt: stagingbase_Bytes - executedTransactionHash_gte: stagingbase_Bytes - executedTransactionHash_lte: stagingbase_Bytes - executedTransactionHash_in: [stagingbase_Bytes!] - executedTransactionHash_not_in: [stagingbase_Bytes!] - executedTransactionHash_contains: stagingbase_Bytes - executedTransactionHash_not_contains: stagingbase_Bytes + executedCaller: 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 @@ -173528,44 +171244,44 @@ input stagingbase_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingbase_Bytes - executedTxOrigin_not: stagingbase_Bytes - executedTxOrigin_gt: stagingbase_Bytes - executedTxOrigin_lt: stagingbase_Bytes - executedTxOrigin_gte: stagingbase_Bytes - executedTxOrigin_lte: stagingbase_Bytes - executedTxOrigin_in: [stagingbase_Bytes!] - executedTxOrigin_not_in: [stagingbase_Bytes!] - executedTxOrigin_contains: stagingbase_Bytes - executedTxOrigin_not_contains: stagingbase_Bytes - 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 + 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 @@ -173598,16 +171314,16 @@ input stagingbase_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingbase_Bytes - reconciledTxOrigin_not: stagingbase_Bytes - reconciledTxOrigin_gt: stagingbase_Bytes - reconciledTxOrigin_lt: stagingbase_Bytes - reconciledTxOrigin_gte: stagingbase_Bytes - reconciledTxOrigin_lte: stagingbase_Bytes - reconciledTxOrigin_in: [stagingbase_Bytes!] - reconciledTxOrigin_not_in: [stagingbase_Bytes!] - reconciledTxOrigin_contains: stagingbase_Bytes - reconciledTxOrigin_not_contains: stagingbase_Bytes + reconciledTxOrigin: 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 @@ -173617,12 +171333,12 @@ input stagingbase_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_DestinationTransfer_filter] - or: [stagingbase_DestinationTransfer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_DestinationTransfer_filter] + or: [polygonzkevm_swap_DestinationTransfer_filter] } -enum stagingbase_DestinationTransfer_orderBy { +enum polygonzkevm_swap_DestinationTransfer_orderBy { id chainId transferId @@ -173676,16 +171392,16 @@ enum stagingbase_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingbase_Int8 +scalar polygonzkevm_swap_Int8 -type stagingbase_OptimisticRootFinalized { +type polygonzkevm_swap_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingbase_Bytes! + aggregateRoot: polygonzkevm_swap_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingbase_OptimisticRootFinalized_filter { +input polygonzkevm_swap_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -173694,16 +171410,16 @@ input stagingbase_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingbase_Bytes - aggregateRoot_not: stagingbase_Bytes - aggregateRoot_gt: stagingbase_Bytes - aggregateRoot_lt: stagingbase_Bytes - aggregateRoot_gte: stagingbase_Bytes - aggregateRoot_lte: stagingbase_Bytes - aggregateRoot_in: [stagingbase_Bytes!] - aggregateRoot_not_in: [stagingbase_Bytes!] - aggregateRoot_contains: stagingbase_Bytes - aggregateRoot_not_contains: stagingbase_Bytes + aggregateRoot: 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 @@ -173721,12 +171437,12 @@ input stagingbase_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_OptimisticRootFinalized_filter] - or: [stagingbase_OptimisticRootFinalized_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OptimisticRootFinalized_filter] + or: [polygonzkevm_swap_OptimisticRootFinalized_filter] } -enum stagingbase_OptimisticRootFinalized_orderBy { +enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -173734,25 +171450,25 @@ enum stagingbase_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingbase_OrderDirection { +enum polygonzkevm_swap_OrderDirection { asc desc } -type stagingbase_OriginMessage { +type polygonzkevm_swap_OriginMessage { id: ID! - transferId: stagingbase_Bytes + transferId: polygonzkevm_swap_Bytes destinationDomain: BigInt - leaf: stagingbase_Bytes + leaf: polygonzkevm_swap_Bytes index: BigInt - message: stagingbase_Bytes - root: stagingbase_Bytes - transactionHash: stagingbase_Bytes + message: polygonzkevm_swap_Bytes + root: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes blockNumber: BigInt - rootCount: stagingbase_RootCount + rootCount: polygonzkevm_swap_RootCount } -input stagingbase_OriginMessage_filter { +input polygonzkevm_swap_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -173761,16 +171477,16 @@ input stagingbase_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingbase_Bytes - transferId_not: stagingbase_Bytes - transferId_gt: stagingbase_Bytes - transferId_lt: stagingbase_Bytes - transferId_gte: stagingbase_Bytes - transferId_lte: stagingbase_Bytes - transferId_in: [stagingbase_Bytes!] - transferId_not_in: [stagingbase_Bytes!] - transferId_contains: stagingbase_Bytes - transferId_not_contains: stagingbase_Bytes + transferId: 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 @@ -173779,16 +171495,16 @@ input stagingbase_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingbase_Bytes - leaf_not: stagingbase_Bytes - leaf_gt: stagingbase_Bytes - leaf_lt: stagingbase_Bytes - leaf_gte: stagingbase_Bytes - leaf_lte: stagingbase_Bytes - leaf_in: [stagingbase_Bytes!] - leaf_not_in: [stagingbase_Bytes!] - leaf_contains: stagingbase_Bytes - leaf_not_contains: stagingbase_Bytes + leaf: 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 @@ -173797,36 +171513,36 @@ input stagingbase_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingbase_Bytes - message_not: stagingbase_Bytes - message_gt: stagingbase_Bytes - message_lt: stagingbase_Bytes - message_gte: stagingbase_Bytes - message_lte: stagingbase_Bytes - message_in: [stagingbase_Bytes!] - message_not_in: [stagingbase_Bytes!] - message_contains: stagingbase_Bytes - message_not_contains: stagingbase_Bytes - root: stagingbase_Bytes - root_not: stagingbase_Bytes - root_gt: stagingbase_Bytes - root_lt: stagingbase_Bytes - root_gte: stagingbase_Bytes - root_lte: stagingbase_Bytes - root_in: [stagingbase_Bytes!] - root_not_in: [stagingbase_Bytes!] - root_contains: stagingbase_Bytes - root_not_contains: stagingbase_Bytes - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + message: 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 @@ -173855,14 +171571,14 @@ input stagingbase_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingbase_RootCount_filter + rootCount_: polygonzkevm_swap_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_OriginMessage_filter] - or: [stagingbase_OriginMessage_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OriginMessage_filter] + or: [polygonzkevm_swap_OriginMessage_filter] } -enum stagingbase_OriginMessage_orderBy { +enum polygonzkevm_swap_OriginMessage_orderBy { id transferId destinationDomain @@ -173877,42 +171593,42 @@ enum stagingbase_OriginMessage_orderBy { rootCount__count } -type stagingbase_OriginTransfer { +type polygonzkevm_swap_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingbase_Bytes + transferId: polygonzkevm_swap_Bytes nonce: BigInt - status: stagingbase_TransferStatus - messageHash: stagingbase_Bytes + status: polygonzkevm_swap_TransferStatus + messageHash: polygonzkevm_swap_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingbase_Bytes - delegate: stagingbase_Bytes + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes receiveLocal: Boolean - callData: stagingbase_Bytes + callData: polygonzkevm_swap_Bytes slippage: BigInt - originSender: stagingbase_Bytes + originSender: polygonzkevm_swap_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbase_Bytes - asset: stagingbase_Asset - transactingAsset: stagingbase_Bytes - message: stagingbase_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: stagingbase_RelayerFee_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_RelayerFee_filter): [stagingbase_RelayerFee!] - initialRelayerFeeAsset: stagingbase_Bytes - caller: stagingbase_Bytes - transactionHash: stagingbase_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: stagingbase_Bytes + txOrigin: polygonzkevm_swap_Bytes txNonce: BigInt } -input stagingbase_OriginTransfer_filter { +input polygonzkevm_swap_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -173929,16 +171645,16 @@ input stagingbase_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingbase_Bytes - transferId_not: stagingbase_Bytes - transferId_gt: stagingbase_Bytes - transferId_lt: stagingbase_Bytes - transferId_gte: stagingbase_Bytes - transferId_lte: stagingbase_Bytes - transferId_in: [stagingbase_Bytes!] - transferId_not_in: [stagingbase_Bytes!] - transferId_contains: stagingbase_Bytes - transferId_not_contains: stagingbase_Bytes + transferId: 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 @@ -173947,20 +171663,20 @@ input stagingbase_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingbase_TransferStatus - status_not: stagingbase_TransferStatus - status_in: [stagingbase_TransferStatus!] - status_not_in: [stagingbase_TransferStatus!] - messageHash: stagingbase_Bytes - messageHash_not: stagingbase_Bytes - messageHash_gt: stagingbase_Bytes - messageHash_lt: stagingbase_Bytes - messageHash_gte: stagingbase_Bytes - messageHash_lte: stagingbase_Bytes - messageHash_in: [stagingbase_Bytes!] - messageHash_not_in: [stagingbase_Bytes!] - messageHash_contains: stagingbase_Bytes - messageHash_not_contains: stagingbase_Bytes + status: 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 @@ -173985,40 +171701,40 @@ input stagingbase_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingbase_Bytes - to_not: stagingbase_Bytes - to_gt: stagingbase_Bytes - to_lt: stagingbase_Bytes - to_gte: stagingbase_Bytes - to_lte: stagingbase_Bytes - to_in: [stagingbase_Bytes!] - to_not_in: [stagingbase_Bytes!] - to_contains: stagingbase_Bytes - to_not_contains: stagingbase_Bytes - delegate: stagingbase_Bytes - delegate_not: stagingbase_Bytes - delegate_gt: stagingbase_Bytes - delegate_lt: stagingbase_Bytes - delegate_gte: stagingbase_Bytes - delegate_lte: stagingbase_Bytes - delegate_in: [stagingbase_Bytes!] - delegate_not_in: [stagingbase_Bytes!] - delegate_contains: stagingbase_Bytes - delegate_not_contains: stagingbase_Bytes + to: 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: stagingbase_Bytes - callData_not: stagingbase_Bytes - callData_gt: stagingbase_Bytes - callData_lt: stagingbase_Bytes - callData_gte: stagingbase_Bytes - callData_lte: stagingbase_Bytes - callData_in: [stagingbase_Bytes!] - callData_not_in: [stagingbase_Bytes!] - callData_contains: stagingbase_Bytes - callData_not_contains: stagingbase_Bytes + callData: 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 @@ -174027,16 +171743,16 @@ input stagingbase_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingbase_Bytes - originSender_not: stagingbase_Bytes - originSender_gt: stagingbase_Bytes - originSender_lt: stagingbase_Bytes - originSender_gte: stagingbase_Bytes - originSender_lte: stagingbase_Bytes - originSender_in: [stagingbase_Bytes!] - originSender_not_in: [stagingbase_Bytes!] - originSender_contains: stagingbase_Bytes - originSender_not_contains: stagingbase_Bytes + originSender: 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 @@ -174053,16 +171769,16 @@ input stagingbase_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingbase_Bytes - canonicalId_not: stagingbase_Bytes - canonicalId_gt: stagingbase_Bytes - canonicalId_lt: stagingbase_Bytes - canonicalId_gte: stagingbase_Bytes - canonicalId_lte: stagingbase_Bytes - canonicalId_in: [stagingbase_Bytes!] - canonicalId_not_in: [stagingbase_Bytes!] - canonicalId_contains: stagingbase_Bytes - canonicalId_not_contains: stagingbase_Bytes + canonicalId: 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 @@ -174083,17 +171799,17 @@ input stagingbase_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbase_Asset_filter - transactingAsset: stagingbase_Bytes - transactingAsset_not: stagingbase_Bytes - transactingAsset_gt: stagingbase_Bytes - transactingAsset_lt: stagingbase_Bytes - transactingAsset_gte: stagingbase_Bytes - transactingAsset_lte: stagingbase_Bytes - transactingAsset_in: [stagingbase_Bytes!] - transactingAsset_not_in: [stagingbase_Bytes!] - transactingAsset_contains: stagingbase_Bytes - transactingAsset_not_contains: stagingbase_Bytes + asset_: 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 @@ -174114,7 +171830,7 @@ input stagingbase_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingbase_OriginMessage_filter + message_: polygonzkevm_swap_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -174129,37 +171845,37 @@ input stagingbase_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingbase_RelayerFee_filter - initialRelayerFeeAsset: stagingbase_Bytes - initialRelayerFeeAsset_not: stagingbase_Bytes - initialRelayerFeeAsset_gt: stagingbase_Bytes - initialRelayerFeeAsset_lt: stagingbase_Bytes - initialRelayerFeeAsset_gte: stagingbase_Bytes - initialRelayerFeeAsset_lte: stagingbase_Bytes - initialRelayerFeeAsset_in: [stagingbase_Bytes!] - initialRelayerFeeAsset_not_in: [stagingbase_Bytes!] - initialRelayerFeeAsset_contains: stagingbase_Bytes - initialRelayerFeeAsset_not_contains: stagingbase_Bytes - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + relayerFees_: 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 @@ -174192,16 +171908,16 @@ input stagingbase_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingbase_Bytes - txOrigin_not: stagingbase_Bytes - txOrigin_gt: stagingbase_Bytes - txOrigin_lt: stagingbase_Bytes - txOrigin_gte: stagingbase_Bytes - txOrigin_lte: stagingbase_Bytes - txOrigin_in: [stagingbase_Bytes!] - txOrigin_not_in: [stagingbase_Bytes!] - txOrigin_contains: stagingbase_Bytes - txOrigin_not_contains: stagingbase_Bytes + txOrigin: 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 @@ -174211,12 +171927,12 @@ input stagingbase_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_OriginTransfer_filter] - or: [stagingbase_OriginTransfer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OriginTransfer_filter] + or: [polygonzkevm_swap_OriginTransfer_filter] } -enum stagingbase_OriginTransfer_orderBy { +enum polygonzkevm_swap_OriginTransfer_orderBy { id chainId transferId @@ -174269,20 +171985,20 @@ enum stagingbase_OriginTransfer_orderBy { txNonce } -type stagingbase_Relayer { +type polygonzkevm_swap_Relayer { id: ID! isActive: Boolean! - relayer: stagingbase_Bytes + relayer: polygonzkevm_swap_Bytes } -type stagingbase_RelayerFee { +type polygonzkevm_swap_RelayerFee { id: ID! - transfer: stagingbase_OriginTransfer! + transfer: polygonzkevm_swap_OriginTransfer! fee: BigInt! - asset: stagingbase_Bytes! + asset: polygonzkevm_swap_Bytes! } -input stagingbase_RelayerFee_filter { +input polygonzkevm_swap_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -174311,7 +172027,7 @@ input stagingbase_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingbase_OriginTransfer_filter + transfer_: polygonzkevm_swap_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -174320,23 +172036,23 @@ input stagingbase_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingbase_Bytes - asset_not: stagingbase_Bytes - asset_gt: stagingbase_Bytes - asset_lt: stagingbase_Bytes - asset_gte: stagingbase_Bytes - asset_lte: stagingbase_Bytes - asset_in: [stagingbase_Bytes!] - asset_not_in: [stagingbase_Bytes!] - asset_contains: stagingbase_Bytes - asset_not_contains: stagingbase_Bytes + asset: 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: stagingbase_BlockChangedFilter - and: [stagingbase_RelayerFee_filter] - or: [stagingbase_RelayerFee_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFee_filter] + or: [polygonzkevm_swap_RelayerFee_filter] } -enum stagingbase_RelayerFee_orderBy { +enum polygonzkevm_swap_RelayerFee_orderBy { id transfer transfer__id @@ -174372,20 +172088,20 @@ enum stagingbase_RelayerFee_orderBy { asset } -type stagingbase_RelayerFeesIncrease { +type polygonzkevm_swap_RelayerFeesIncrease { id: ID! - transfer: stagingbase_OriginTransfer! + transfer: polygonzkevm_swap_OriginTransfer! increase: BigInt - asset: stagingbase_Bytes - caller: stagingbase_Bytes! - transactionHash: stagingbase_Bytes! + asset: polygonzkevm_swap_Bytes + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbase_RelayerFeesIncrease_filter { +input polygonzkevm_swap_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -174414,7 +172130,7 @@ input stagingbase_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingbase_OriginTransfer_filter + transfer_: polygonzkevm_swap_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -174423,36 +172139,36 @@ input stagingbase_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingbase_Bytes - asset_not: stagingbase_Bytes - asset_gt: stagingbase_Bytes - asset_lt: stagingbase_Bytes - asset_gte: stagingbase_Bytes - asset_lte: stagingbase_Bytes - asset_in: [stagingbase_Bytes!] - asset_not_in: [stagingbase_Bytes!] - asset_contains: stagingbase_Bytes - asset_not_contains: stagingbase_Bytes - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + asset: 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 @@ -174486,12 +172202,12 @@ input stagingbase_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RelayerFeesIncrease_filter] - or: [stagingbase_RelayerFeesIncrease_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFeesIncrease_filter] + or: [polygonzkevm_swap_RelayerFeesIncrease_filter] } -enum stagingbase_RelayerFeesIncrease_orderBy { +enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -174533,7 +172249,7 @@ enum stagingbase_RelayerFeesIncrease_orderBy { blockNumber } -input stagingbase_Relayer_filter { +input polygonzkevm_swap_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -174546,34 +172262,34 @@ input stagingbase_Relayer_filter { 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 + 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: stagingbase_BlockChangedFilter - and: [stagingbase_Relayer_filter] - or: [stagingbase_Relayer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Relayer_filter] + or: [polygonzkevm_swap_Relayer_filter] } -enum stagingbase_Relayer_orderBy { +enum polygonzkevm_swap_Relayer_orderBy { id isActive relayer } -type stagingbase_RootCount { +type polygonzkevm_swap_RootCount { id: ID! count: BigInt } -input stagingbase_RootCount_filter { +input polygonzkevm_swap_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -174591,31 +172307,31 @@ input stagingbase_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RootCount_filter] - or: [stagingbase_RootCount_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootCount_filter] + or: [polygonzkevm_swap_RootCount_filter] } -enum stagingbase_RootCount_orderBy { +enum polygonzkevm_swap_RootCount_orderBy { id count } -type stagingbase_RootMessageSent { +type polygonzkevm_swap_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingbase_Bytes + root: polygonzkevm_swap_Bytes count: BigInt - caller: stagingbase_Bytes - transactionHash: stagingbase_Bytes + caller: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingbase_RootMessageSent_filter { +input polygonzkevm_swap_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -174640,16 +172356,16 @@ input stagingbase_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingbase_Bytes - root_not: stagingbase_Bytes - root_gt: stagingbase_Bytes - root_lt: stagingbase_Bytes - root_gte: stagingbase_Bytes - root_lte: stagingbase_Bytes - root_in: [stagingbase_Bytes!] - root_not_in: [stagingbase_Bytes!] - root_contains: stagingbase_Bytes - root_not_contains: stagingbase_Bytes + root: 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 @@ -174658,26 +172374,26 @@ input stagingbase_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + caller: 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 @@ -174711,12 +172427,12 @@ input stagingbase_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RootMessageSent_filter] - or: [stagingbase_RootMessageSent_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootMessageSent_filter] + or: [polygonzkevm_swap_RootMessageSent_filter] } -enum stagingbase_RootMessageSent_orderBy { +enum polygonzkevm_swap_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -174730,25 +172446,25 @@ enum stagingbase_RootMessageSent_orderBy { blockNumber } -type stagingbase_Router { +type polygonzkevm_swap_Router { id: ID! isActive: Boolean! - owner: stagingbase_Bytes - recipient: stagingbase_Bytes - proposedOwner: stagingbase_Bytes + owner: polygonzkevm_swap_Bytes + recipient: polygonzkevm_swap_Bytes + proposedOwner: polygonzkevm_swap_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingbase_AssetBalance_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_AssetBalance_filter): [stagingbase_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_AssetBalance_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_AssetBalance_filter): [polygonzkevm_swap_AssetBalance!]! } -type stagingbase_RouterDailyTVL { +type polygonzkevm_swap_RouterDailyTVL { id: ID! - router: stagingbase_Router! - asset: stagingbase_Asset! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! timestamp: BigInt! balance: BigInt! } -input stagingbase_RouterDailyTVL_filter { +input polygonzkevm_swap_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -174777,7 +172493,7 @@ input stagingbase_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingbase_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -174798,7 +172514,7 @@ input stagingbase_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbase_Asset_filter + asset_: polygonzkevm_swap_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -174816,12 +172532,12 @@ input stagingbase_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RouterDailyTVL_filter] - or: [stagingbase_RouterDailyTVL_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RouterDailyTVL_filter] + or: [polygonzkevm_swap_RouterDailyTVL_filter] } -enum stagingbase_RouterDailyTVL_orderBy { +enum polygonzkevm_swap_RouterDailyTVL_orderBy { id router router__id @@ -174844,26 +172560,26 @@ enum stagingbase_RouterDailyTVL_orderBy { balance } -type stagingbase_RouterLiquidityEvent { +type polygonzkevm_swap_RouterLiquidityEvent { id: ID! - type: stagingbase_RouterLiquidityEventType - router: stagingbase_Router! - asset: stagingbase_Asset! + type: polygonzkevm_swap_RouterLiquidityEventType + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! amount: BigInt! balance: BigInt! - caller: stagingbase_Bytes + caller: polygonzkevm_swap_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingbase_Bytes! + transactionHash: polygonzkevm_swap_Bytes! nonce: BigInt! } -enum stagingbase_RouterLiquidityEventType { +enum polygonzkevm_swap_RouterLiquidityEventType { Add Remove } -input stagingbase_RouterLiquidityEvent_filter { +input polygonzkevm_swap_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -174872,10 +172588,10 @@ input stagingbase_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingbase_RouterLiquidityEventType - type_not: stagingbase_RouterLiquidityEventType - type_in: [stagingbase_RouterLiquidityEventType!] - type_not_in: [stagingbase_RouterLiquidityEventType!] + type: 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 @@ -174896,7 +172612,7 @@ input stagingbase_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingbase_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -174917,7 +172633,7 @@ input stagingbase_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbase_Asset_filter + asset_: polygonzkevm_swap_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -174934,16 +172650,16 @@ input stagingbase_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes + caller: 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 @@ -174960,16 +172676,16 @@ input stagingbase_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + transactionHash: 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 @@ -174979,12 +172695,12 @@ input stagingbase_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RouterLiquidityEvent_filter] - or: [stagingbase_RouterLiquidityEvent_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RouterLiquidityEvent_filter] + or: [polygonzkevm_swap_RouterLiquidityEvent_filter] } -enum stagingbase_RouterLiquidityEvent_orderBy { +enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { id type router @@ -175013,7 +172729,7 @@ enum stagingbase_RouterLiquidityEvent_orderBy { nonce } -input stagingbase_Router_filter { +input polygonzkevm_swap_Router_filter { id: ID id_not: ID id_gt: ID @@ -175026,36 +172742,36 @@ input stagingbase_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingbase_Bytes - owner_not: stagingbase_Bytes - owner_gt: stagingbase_Bytes - owner_lt: stagingbase_Bytes - owner_gte: stagingbase_Bytes - owner_lte: stagingbase_Bytes - owner_in: [stagingbase_Bytes!] - owner_not_in: [stagingbase_Bytes!] - owner_contains: stagingbase_Bytes - owner_not_contains: stagingbase_Bytes - recipient: stagingbase_Bytes - recipient_not: stagingbase_Bytes - recipient_gt: stagingbase_Bytes - recipient_lt: stagingbase_Bytes - recipient_gte: stagingbase_Bytes - recipient_lte: stagingbase_Bytes - recipient_in: [stagingbase_Bytes!] - recipient_not_in: [stagingbase_Bytes!] - recipient_contains: stagingbase_Bytes - recipient_not_contains: stagingbase_Bytes - proposedOwner: stagingbase_Bytes - proposedOwner_not: stagingbase_Bytes - proposedOwner_gt: stagingbase_Bytes - proposedOwner_lt: stagingbase_Bytes - proposedOwner_gte: stagingbase_Bytes - proposedOwner_lte: stagingbase_Bytes - proposedOwner_in: [stagingbase_Bytes!] - proposedOwner_not_in: [stagingbase_Bytes!] - proposedOwner_contains: stagingbase_Bytes - proposedOwner_not_contains: stagingbase_Bytes + owner: 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 @@ -175064,14 +172780,14 @@ input stagingbase_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingbase_AssetBalance_filter + assetBalances_: polygonzkevm_swap_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_Router_filter] - or: [stagingbase_Router_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Router_filter] + or: [polygonzkevm_swap_Router_filter] } -enum stagingbase_Router_orderBy { +enum polygonzkevm_swap_Router_orderBy { id isActive owner @@ -175081,13 +172797,13 @@ enum stagingbase_Router_orderBy { assetBalances } -type stagingbase_Sequencer { +type polygonzkevm_swap_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingbase_Bytes + sequencer: polygonzkevm_swap_Bytes } -input stagingbase_Sequencer_filter { +input polygonzkevm_swap_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -175100,35 +172816,35 @@ input stagingbase_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingbase_Bytes - sequencer_not: stagingbase_Bytes - sequencer_gt: stagingbase_Bytes - sequencer_lt: stagingbase_Bytes - sequencer_gte: stagingbase_Bytes - sequencer_lte: stagingbase_Bytes - sequencer_in: [stagingbase_Bytes!] - sequencer_not_in: [stagingbase_Bytes!] - sequencer_contains: stagingbase_Bytes - sequencer_not_contains: stagingbase_Bytes + sequencer: 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: stagingbase_BlockChangedFilter - and: [stagingbase_Sequencer_filter] - or: [stagingbase_Sequencer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Sequencer_filter] + or: [polygonzkevm_swap_Sequencer_filter] } -enum stagingbase_Sequencer_orderBy { +enum polygonzkevm_swap_Sequencer_orderBy { id isActive sequencer } -type stagingbase_Setting { +type polygonzkevm_swap_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingbase_Bytes! + caller: polygonzkevm_swap_Bytes! } -input stagingbase_Setting_filter { +input polygonzkevm_swap_Setting_filter { id: ID id_not: ID id_gt: ID @@ -175145,41 +172861,41 @@ input stagingbase_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes + caller: 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: stagingbase_BlockChangedFilter - and: [stagingbase_Setting_filter] - or: [stagingbase_Setting_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Setting_filter] + or: [polygonzkevm_swap_Setting_filter] } -enum stagingbase_Setting_orderBy { +enum polygonzkevm_swap_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingbase_SlippageUpdate { +type polygonzkevm_swap_SlippageUpdate { id: ID! - transfer: stagingbase_DestinationTransfer! + transfer: polygonzkevm_swap_DestinationTransfer! slippage: BigInt! - caller: stagingbase_Bytes! - transactionHash: stagingbase_Bytes! + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbase_SlippageUpdate_filter { +input polygonzkevm_swap_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -175208,7 +172924,7 @@ input stagingbase_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingbase_DestinationTransfer_filter + transfer_: polygonzkevm_swap_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -175217,26 +172933,26 @@ input stagingbase_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + caller: 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 @@ -175270,12 +172986,12 @@ input stagingbase_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_SlippageUpdate_filter] - or: [stagingbase_SlippageUpdate_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SlippageUpdate_filter] + or: [polygonzkevm_swap_SlippageUpdate_filter] } -enum stagingbase_SlippageUpdate_orderBy { +enum polygonzkevm_swap_SlippageUpdate_orderBy { id transfer transfer__id @@ -175323,16 +173039,16 @@ enum stagingbase_SlippageUpdate_orderBy { blockNumber } -type stagingbase_SnapshotRoot { +type polygonzkevm_swap_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingbase_Bytes! + root: polygonzkevm_swap_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingbase_SnapshotRoot_filter { +input polygonzkevm_swap_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -175349,16 +173065,16 @@ input stagingbase_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingbase_Bytes - root_not: stagingbase_Bytes - root_gt: stagingbase_Bytes - root_lt: stagingbase_Bytes - root_gte: stagingbase_Bytes - root_lte: stagingbase_Bytes - root_in: [stagingbase_Bytes!] - root_not_in: [stagingbase_Bytes!] - root_contains: stagingbase_Bytes - root_not_contains: stagingbase_Bytes + root: 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 @@ -175384,12 +173100,12 @@ input stagingbase_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_SnapshotRoot_filter] - or: [stagingbase_SnapshotRoot_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SnapshotRoot_filter] + or: [polygonzkevm_swap_SnapshotRoot_filter] } -enum stagingbase_SnapshotRoot_orderBy { +enum polygonzkevm_swap_SnapshotRoot_orderBy { id spokeDomain root @@ -175398,12 +173114,12 @@ enum stagingbase_SnapshotRoot_orderBy { blockNumber } -type stagingbase_SpokeConnectorMode { +type polygonzkevm_swap_SpokeConnectorMode { id: ID! mode: String! } -input stagingbase_SpokeConnectorMode_filter { +input polygonzkevm_swap_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -175433,17 +173149,17 @@ input stagingbase_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_SpokeConnectorMode_filter] - or: [stagingbase_SpokeConnectorMode_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SpokeConnectorMode_filter] + or: [polygonzkevm_swap_SpokeConnectorMode_filter] } -enum stagingbase_SpokeConnectorMode_orderBy { +enum polygonzkevm_swap_SpokeConnectorMode_orderBy { id mode } -enum stagingbase_TransferStatus { +enum polygonzkevm_swap_TransferStatus { XCalled Executed Reconciled @@ -175451,19 +173167,17 @@ enum stagingbase_TransferStatus { CompletedFast } -type stagingbase__Block_ { +type polygonzkevm_swap__Block_ { """The hash of the block""" - hash: stagingbase_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: stagingbase_Bytes } """The type for the top-level _meta field""" -type stagingbase__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 @@ -175471,22 +173185,22 @@ type stagingbase__Meta_ { and therefore asks for the latest block """ - block: stagingbase__Block_! + block: polygonzkevm_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type zksync_AggregateRoot { +type polygonzkevm_AggregateRoot { id: ID! - root: zksync_Bytes! + root: polygonzkevm_Bytes! blockNumber: BigInt! } -type zksync_AggregateRootProposed { +type polygonzkevm_AggregateRootProposed { id: ID! - aggregateRoot: zksync_Bytes! + aggregateRoot: polygonzkevm_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -175494,7 +173208,7 @@ type zksync_AggregateRootProposed { blockNumber: BigInt } -input zksync_AggregateRootProposed_filter { +input polygonzkevm_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -175503,16 +173217,16 @@ input zksync_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: zksync_Bytes - aggregateRoot_not: zksync_Bytes - aggregateRoot_gt: zksync_Bytes - aggregateRoot_lt: zksync_Bytes - aggregateRoot_gte: zksync_Bytes - aggregateRoot_lte: zksync_Bytes - aggregateRoot_in: [zksync_Bytes!] - aggregateRoot_not_in: [zksync_Bytes!] - aggregateRoot_contains: zksync_Bytes - aggregateRoot_not_contains: zksync_Bytes + aggregateRoot: 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 @@ -175554,12 +173268,12 @@ input zksync_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AggregateRootProposed_filter] - or: [zksync_AggregateRootProposed_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AggregateRootProposed_filter] + or: [polygonzkevm_AggregateRootProposed_filter] } -enum zksync_AggregateRootProposed_orderBy { +enum polygonzkevm_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -175569,7 +173283,7 @@ enum zksync_AggregateRootProposed_orderBy { blockNumber } -input zksync_AggregateRoot_filter { +input polygonzkevm_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -175578,16 +173292,16 @@ input zksync_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: zksync_Bytes - root_not: zksync_Bytes - root_gt: zksync_Bytes - root_lt: zksync_Bytes - root_gte: zksync_Bytes - root_lte: zksync_Bytes - root_in: [zksync_Bytes!] - root_not_in: [zksync_Bytes!] - root_contains: zksync_Bytes - root_not_contains: zksync_Bytes + root: 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 @@ -175597,42 +173311,42 @@ 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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AggregateRoot_filter] + or: [polygonzkevm_AggregateRoot_filter] } -enum zksync_AggregateRoot_orderBy { +enum polygonzkevm_AggregateRoot_orderBy { id root blockNumber } -type zksync_Asset { +type polygonzkevm_Asset { id: ID! - key: zksync_Bytes + key: polygonzkevm_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: zksync_Bytes + canonicalId: polygonzkevm_Bytes canonicalDomain: BigInt - adoptedAsset: zksync_Bytes - localAsset: zksync_Bytes + adoptedAsset: polygonzkevm_Bytes + localAsset: polygonzkevm_Bytes blockNumber: BigInt - status: zksync_AssetStatus + status: polygonzkevm_AssetStatus } -type zksync_AssetBalance { +type polygonzkevm_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: zksync_Router! - asset: zksync_Asset! + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! feesEarned: BigInt! } -input zksync_AssetBalance_filter { +input polygonzkevm_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -175693,7 +173407,7 @@ input zksync_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: zksync_Router_filter + router_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -175714,7 +173428,7 @@ input zksync_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter + asset_: polygonzkevm_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -175724,12 +173438,12 @@ input zksync_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AssetBalance_filter] - or: [zksync_AssetBalance_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AssetBalance_filter] + or: [polygonzkevm_AssetBalance_filter] } -enum zksync_AssetBalance_orderBy { +enum polygonzkevm_AssetBalance_orderBy { id amount locked @@ -175755,12 +173469,12 @@ enum zksync_AssetBalance_orderBy { feesEarned } -type zksync_AssetStatus { +type polygonzkevm_AssetStatus { id: ID! status: Boolean } -input zksync_AssetStatus_filter { +input polygonzkevm_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -175774,17 +173488,17 @@ input zksync_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AssetStatus_filter] - or: [zksync_AssetStatus_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AssetStatus_filter] + or: [polygonzkevm_AssetStatus_filter] } -enum zksync_AssetStatus_orderBy { +enum polygonzkevm_AssetStatus_orderBy { id status } -input zksync_Asset_filter { +input polygonzkevm_Asset_filter { id: ID id_not: ID id_gt: ID @@ -175793,16 +173507,16 @@ input zksync_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: zksync_Bytes - key_not: zksync_Bytes - key_gt: zksync_Bytes - key_lt: zksync_Bytes - key_gte: zksync_Bytes - key_lte: zksync_Bytes - key_in: [zksync_Bytes!] - key_not_in: [zksync_Bytes!] - key_contains: zksync_Bytes - key_not_contains: zksync_Bytes + key: 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 @@ -175819,16 +173533,16 @@ input zksync_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: zksync_Bytes - canonicalId_not: zksync_Bytes - canonicalId_gt: zksync_Bytes - canonicalId_lt: zksync_Bytes - canonicalId_gte: zksync_Bytes - canonicalId_lte: zksync_Bytes - canonicalId_in: [zksync_Bytes!] - canonicalId_not_in: [zksync_Bytes!] - canonicalId_contains: zksync_Bytes - canonicalId_not_contains: zksync_Bytes + canonicalId: 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 @@ -175837,26 +173551,26 @@ input zksync_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: zksync_Bytes - adoptedAsset_not: zksync_Bytes - adoptedAsset_gt: zksync_Bytes - adoptedAsset_lt: zksync_Bytes - adoptedAsset_gte: zksync_Bytes - adoptedAsset_lte: zksync_Bytes - adoptedAsset_in: [zksync_Bytes!] - adoptedAsset_not_in: [zksync_Bytes!] - adoptedAsset_contains: zksync_Bytes - adoptedAsset_not_contains: zksync_Bytes - localAsset: zksync_Bytes - localAsset_not: zksync_Bytes - localAsset_gt: zksync_Bytes - localAsset_lt: zksync_Bytes - localAsset_gte: zksync_Bytes - localAsset_lte: zksync_Bytes - localAsset_in: [zksync_Bytes!] - localAsset_not_in: [zksync_Bytes!] - localAsset_contains: zksync_Bytes - localAsset_not_contains: zksync_Bytes + adoptedAsset: 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 @@ -175885,14 +173599,14 @@ input zksync_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: zksync_AssetStatus_filter + status_: polygonzkevm_AssetStatus_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_Asset_filter] - or: [zksync_Asset_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Asset_filter] + or: [polygonzkevm_Asset_filter] } -enum zksync_Asset_orderBy { +enum polygonzkevm_Asset_orderBy { id key decimal @@ -175907,30 +173621,30 @@ enum zksync_Asset_orderBy { status__status } -scalar zksync_BigDecimal +scalar polygonzkevm_BigDecimal -input zksync_BlockChangedFilter { +input polygonzkevm_BlockChangedFilter { number_gte: Int! } -input zksync_Block_height { - hash: zksync_Bytes +input polygonzkevm_Block_height { + hash: polygonzkevm_Bytes number: Int number_gte: Int } -scalar zksync_Bytes +scalar polygonzkevm_Bytes -type zksync_ConnectorMeta { +type polygonzkevm_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: zksync_Bytes - rootManager: zksync_Bytes - mirrorConnector: zksync_Bytes + amb: polygonzkevm_Bytes + rootManager: polygonzkevm_Bytes + mirrorConnector: polygonzkevm_Bytes } -input zksync_ConnectorMeta_filter { +input polygonzkevm_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -175955,43 +173669,43 @@ input zksync_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: zksync_Bytes - amb_not: zksync_Bytes - amb_gt: zksync_Bytes - amb_lt: zksync_Bytes - amb_gte: zksync_Bytes - amb_lte: zksync_Bytes - amb_in: [zksync_Bytes!] - amb_not_in: [zksync_Bytes!] - amb_contains: zksync_Bytes - amb_not_contains: zksync_Bytes - rootManager: zksync_Bytes - rootManager_not: zksync_Bytes - rootManager_gt: zksync_Bytes - rootManager_lt: zksync_Bytes - rootManager_gte: zksync_Bytes - rootManager_lte: zksync_Bytes - rootManager_in: [zksync_Bytes!] - rootManager_not_in: [zksync_Bytes!] - rootManager_contains: zksync_Bytes - rootManager_not_contains: zksync_Bytes - mirrorConnector: zksync_Bytes - mirrorConnector_not: zksync_Bytes - mirrorConnector_gt: zksync_Bytes - mirrorConnector_lt: zksync_Bytes - mirrorConnector_gte: zksync_Bytes - mirrorConnector_lte: zksync_Bytes - mirrorConnector_in: [zksync_Bytes!] - mirrorConnector_not_in: [zksync_Bytes!] - mirrorConnector_contains: zksync_Bytes - mirrorConnector_not_contains: zksync_Bytes + amb: 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: zksync_BlockChangedFilter - and: [zksync_ConnectorMeta_filter] - or: [zksync_ConnectorMeta_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_ConnectorMeta_filter] + or: [polygonzkevm_ConnectorMeta_filter] } -enum zksync_ConnectorMeta_orderBy { +enum polygonzkevm_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -176000,48 +173714,48 @@ enum zksync_ConnectorMeta_orderBy { mirrorConnector } -type zksync_DestinationTransfer { +type polygonzkevm_DestinationTransfer { id: ID! chainId: BigInt - transferId: zksync_Bytes + transferId: polygonzkevm_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: 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: zksync_Bytes - delegate: zksync_Bytes + to: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes receiveLocal: Boolean - callData: zksync_Bytes + callData: polygonzkevm_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: zksync_Bytes + originSender: polygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: zksync_Bytes - asset: zksync_Asset + canonicalId: polygonzkevm_Bytes + asset: polygonzkevm_Asset amount: BigInt routersFee: BigInt - executedCaller: zksync_Bytes - executedTransactionHash: zksync_Bytes + executedCaller: polygonzkevm_Bytes + executedTransactionHash: polygonzkevm_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: zksync_Bytes + executedTxOrigin: polygonzkevm_Bytes executedTxNonce: BigInt - reconciledCaller: zksync_Bytes - reconciledTransactionHash: zksync_Bytes + reconciledCaller: polygonzkevm_Bytes + reconciledTransactionHash: polygonzkevm_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: zksync_Bytes + reconciledTxOrigin: polygonzkevm_Bytes reconciledTxNonce: BigInt } -input zksync_DestinationTransfer_filter { +input polygonzkevm_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -176058,16 +173772,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: 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 @@ -176076,17 +173790,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: 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_: zksync_Router_filter + routers_: polygonzkevm_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -176111,40 +173825,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: 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: 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: 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 @@ -176161,16 +173875,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: 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 @@ -176187,16 +173901,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: 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 @@ -176217,7 +173931,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_: polygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -176234,26 +173948,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: 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 @@ -176286,16 +174000,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: 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 @@ -176304,26 +174018,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: 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 @@ -176356,16 +174070,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: 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 @@ -176375,12 +174089,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_DestinationTransfer_filter] + or: [polygonzkevm_DestinationTransfer_filter] } -enum zksync_DestinationTransfer_orderBy { +enum polygonzkevm_DestinationTransfer_orderBy { id chainId transferId @@ -176434,16 +174148,16 @@ enum zksync_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar zksync_Int8 +scalar polygonzkevm_Int8 -type zksync_OptimisticRootFinalized { +type polygonzkevm_OptimisticRootFinalized { id: ID! - aggregateRoot: zksync_Bytes! + aggregateRoot: polygonzkevm_Bytes! timestamp: BigInt! blockNumber: BigInt } -input zksync_OptimisticRootFinalized_filter { +input polygonzkevm_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -176452,16 +174166,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: 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 @@ -176479,12 +174193,12 @@ input zksync_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OptimisticRootFinalized_filter] - or: [zksync_OptimisticRootFinalized_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OptimisticRootFinalized_filter] + or: [polygonzkevm_OptimisticRootFinalized_filter] } -enum zksync_OptimisticRootFinalized_orderBy { +enum polygonzkevm_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -176492,25 +174206,25 @@ enum zksync_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum zksync_OrderDirection { +enum polygonzkevm_OrderDirection { asc desc } -type zksync_OriginMessage { +type polygonzkevm_OriginMessage { id: ID! - transferId: zksync_Bytes + transferId: polygonzkevm_Bytes destinationDomain: BigInt - leaf: zksync_Bytes + leaf: polygonzkevm_Bytes index: BigInt - message: zksync_Bytes - root: zksync_Bytes - transactionHash: zksync_Bytes + message: polygonzkevm_Bytes + root: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes blockNumber: BigInt - rootCount: zksync_RootCount + rootCount: polygonzkevm_RootCount } -input zksync_OriginMessage_filter { +input polygonzkevm_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -176519,16 +174233,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: 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 @@ -176537,16 +174251,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: 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 @@ -176555,36 +174269,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: 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 @@ -176613,14 +174327,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_: polygonzkevm_RootCount_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OriginMessage_filter] - or: [zksync_OriginMessage_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OriginMessage_filter] + or: [polygonzkevm_OriginMessage_filter] } -enum zksync_OriginMessage_orderBy { +enum polygonzkevm_OriginMessage_orderBy { id transferId destinationDomain @@ -176635,42 +174349,42 @@ enum zksync_OriginMessage_orderBy { rootCount__count } -type zksync_OriginTransfer { +type polygonzkevm_OriginTransfer { id: ID! chainId: BigInt - transferId: zksync_Bytes + transferId: polygonzkevm_Bytes nonce: BigInt - status: zksync_TransferStatus - messageHash: zksync_Bytes + status: polygonzkevm_TransferStatus + messageHash: polygonzkevm_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: zksync_Bytes - delegate: zksync_Bytes + to: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes receiveLocal: Boolean - callData: zksync_Bytes + callData: polygonzkevm_Bytes slippage: BigInt - originSender: zksync_Bytes + originSender: polygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: zksync_Bytes - asset: zksync_Asset - transactingAsset: zksync_Bytes - message: zksync_OriginMessage + canonicalId: polygonzkevm_Bytes + asset: polygonzkevm_Asset + transactingAsset: polygonzkevm_Bytes + message: polygonzkevm_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: 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: zksync_Bytes + txOrigin: polygonzkevm_Bytes txNonce: BigInt } -input zksync_OriginTransfer_filter { +input polygonzkevm_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -176687,16 +174401,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: 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 @@ -176705,20 +174419,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: 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 @@ -176743,40 +174457,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: 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: 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: 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 @@ -176785,16 +174499,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: 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 @@ -176811,16 +174525,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: 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 @@ -176841,17 +174555,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_: 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 @@ -176872,7 +174586,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_: polygonzkevm_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -176887,37 +174601,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_: 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 @@ -176950,16 +174664,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: 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 @@ -176969,12 +174683,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OriginTransfer_filter] + or: [polygonzkevm_OriginTransfer_filter] } -enum zksync_OriginTransfer_orderBy { +enum polygonzkevm_OriginTransfer_orderBy { id chainId transferId @@ -177027,20 +174741,20 @@ enum zksync_OriginTransfer_orderBy { txNonce } -type zksync_Relayer { +type polygonzkevm_Relayer { id: ID! isActive: Boolean! - relayer: zksync_Bytes + relayer: polygonzkevm_Bytes } -type zksync_RelayerFee { +type polygonzkevm_RelayerFee { id: ID! - transfer: zksync_OriginTransfer! + transfer: polygonzkevm_OriginTransfer! fee: BigInt! - asset: zksync_Bytes! + asset: polygonzkevm_Bytes! } -input zksync_RelayerFee_filter { +input polygonzkevm_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -177069,7 +174783,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_: polygonzkevm_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -177078,23 +174792,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: 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: zksync_BlockChangedFilter - and: [zksync_RelayerFee_filter] - or: [zksync_RelayerFee_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RelayerFee_filter] + or: [polygonzkevm_RelayerFee_filter] } -enum zksync_RelayerFee_orderBy { +enum polygonzkevm_RelayerFee_orderBy { id transfer transfer__id @@ -177130,20 +174844,20 @@ enum zksync_RelayerFee_orderBy { asset } -type zksync_RelayerFeesIncrease { +type polygonzkevm_RelayerFeesIncrease { id: ID! - transfer: zksync_OriginTransfer! + transfer: polygonzkevm_OriginTransfer! increase: BigInt - asset: zksync_Bytes - caller: zksync_Bytes! - transactionHash: zksync_Bytes! + asset: polygonzkevm_Bytes + caller: polygonzkevm_Bytes! + transactionHash: polygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input zksync_RelayerFeesIncrease_filter { +input polygonzkevm_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -177172,7 +174886,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_: polygonzkevm_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -177181,36 +174895,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: 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 @@ -177244,12 +174958,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RelayerFeesIncrease_filter] + or: [polygonzkevm_RelayerFeesIncrease_filter] } -enum zksync_RelayerFeesIncrease_orderBy { +enum polygonzkevm_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -177291,7 +175005,7 @@ enum zksync_RelayerFeesIncrease_orderBy { blockNumber } -input zksync_Relayer_filter { +input polygonzkevm_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -177304,34 +175018,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: 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: zksync_BlockChangedFilter - and: [zksync_Relayer_filter] - or: [zksync_Relayer_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Relayer_filter] + or: [polygonzkevm_Relayer_filter] } -enum zksync_Relayer_orderBy { +enum polygonzkevm_Relayer_orderBy { id isActive relayer } -type zksync_RootCount { +type polygonzkevm_RootCount { id: ID! count: BigInt } -input zksync_RootCount_filter { +input polygonzkevm_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -177349,31 +175063,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RootCount_filter] + or: [polygonzkevm_RootCount_filter] } -enum zksync_RootCount_orderBy { +enum polygonzkevm_RootCount_orderBy { id count } -type zksync_RootMessageSent { +type polygonzkevm_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: zksync_Bytes + root: polygonzkevm_Bytes count: BigInt - caller: zksync_Bytes - transactionHash: zksync_Bytes + caller: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input zksync_RootMessageSent_filter { +input polygonzkevm_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -177398,16 +175112,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: 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 @@ -177416,26 +175130,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: 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 @@ -177469,12 +175183,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RootMessageSent_filter] + or: [polygonzkevm_RootMessageSent_filter] } -enum zksync_RootMessageSent_orderBy { +enum polygonzkevm_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -177488,25 +175202,25 @@ enum zksync_RootMessageSent_orderBy { blockNumber } -type zksync_Router { +type polygonzkevm_Router { id: ID! isActive: Boolean! - owner: zksync_Bytes - recipient: zksync_Bytes - proposedOwner: zksync_Bytes + owner: polygonzkevm_Bytes + recipient: polygonzkevm_Bytes + proposedOwner: polygonzkevm_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: polygonzkevm_AssetBalance_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_AssetBalance_filter): [polygonzkevm_AssetBalance!]! } -type zksync_RouterDailyTVL { +type polygonzkevm_RouterDailyTVL { id: ID! - router: zksync_Router! - asset: zksync_Asset! + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! timestamp: BigInt! balance: BigInt! } -input zksync_RouterDailyTVL_filter { +input polygonzkevm_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -177535,7 +175249,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_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -177556,7 +175270,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_: polygonzkevm_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -177574,12 +175288,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RouterDailyTVL_filter] + or: [polygonzkevm_RouterDailyTVL_filter] } -enum zksync_RouterDailyTVL_orderBy { +enum polygonzkevm_RouterDailyTVL_orderBy { id router router__id @@ -177602,26 +175316,26 @@ enum zksync_RouterDailyTVL_orderBy { balance } -type zksync_RouterLiquidityEvent { +type polygonzkevm_RouterLiquidityEvent { id: ID! - type: zksync_RouterLiquidityEventType - router: zksync_Router! - asset: zksync_Asset! + type: polygonzkevm_RouterLiquidityEventType + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! amount: BigInt! balance: BigInt! - caller: zksync_Bytes + caller: polygonzkevm_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: zksync_Bytes! + transactionHash: polygonzkevm_Bytes! nonce: BigInt! } -enum zksync_RouterLiquidityEventType { +enum polygonzkevm_RouterLiquidityEventType { Add Remove } -input zksync_RouterLiquidityEvent_filter { +input polygonzkevm_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -177630,10 +175344,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: polygonzkevm_RouterLiquidityEventType + type_not: polygonzkevm_RouterLiquidityEventType + type_in: [polygonzkevm_RouterLiquidityEventType!] + type_not_in: [polygonzkevm_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -177654,7 +175368,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_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -177675,7 +175389,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_: polygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -177692,16 +175406,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: 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 @@ -177718,16 +175432,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: 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 @@ -177737,12 +175451,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RouterLiquidityEvent_filter] + or: [polygonzkevm_RouterLiquidityEvent_filter] } -enum zksync_RouterLiquidityEvent_orderBy { +enum polygonzkevm_RouterLiquidityEvent_orderBy { id type router @@ -177771,7 +175485,7 @@ enum zksync_RouterLiquidityEvent_orderBy { nonce } -input zksync_Router_filter { +input polygonzkevm_Router_filter { id: ID id_not: ID id_gt: ID @@ -177784,36 +175498,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: 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 @@ -177822,14 +175536,14 @@ input zksync_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: zksync_AssetBalance_filter + assetBalances_: polygonzkevm_AssetBalance_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_Router_filter] - or: [zksync_Router_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Router_filter] + or: [polygonzkevm_Router_filter] } -enum zksync_Router_orderBy { +enum polygonzkevm_Router_orderBy { id isActive owner @@ -177839,13 +175553,13 @@ enum zksync_Router_orderBy { assetBalances } -type zksync_Sequencer { +type polygonzkevm_Sequencer { id: ID! isActive: Boolean! - sequencer: zksync_Bytes + sequencer: polygonzkevm_Bytes } -input zksync_Sequencer_filter { +input polygonzkevm_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -177858,35 +175572,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: 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: zksync_BlockChangedFilter - and: [zksync_Sequencer_filter] - or: [zksync_Sequencer_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Sequencer_filter] + or: [polygonzkevm_Sequencer_filter] } -enum zksync_Sequencer_orderBy { +enum polygonzkevm_Sequencer_orderBy { id isActive sequencer } -type zksync_Setting { +type polygonzkevm_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: zksync_Bytes! + caller: polygonzkevm_Bytes! } -input zksync_Setting_filter { +input polygonzkevm_Setting_filter { id: ID id_not: ID id_gt: ID @@ -177903,41 +175617,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: 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: zksync_BlockChangedFilter - and: [zksync_Setting_filter] - or: [zksync_Setting_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Setting_filter] + or: [polygonzkevm_Setting_filter] } -enum zksync_Setting_orderBy { +enum polygonzkevm_Setting_orderBy { id maxRoutersPerTransfer caller } -type zksync_SlippageUpdate { +type polygonzkevm_SlippageUpdate { id: ID! - transfer: zksync_DestinationTransfer! + transfer: polygonzkevm_DestinationTransfer! slippage: BigInt! - caller: zksync_Bytes! - transactionHash: zksync_Bytes! + caller: polygonzkevm_Bytes! + transactionHash: polygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input zksync_SlippageUpdate_filter { +input polygonzkevm_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -177966,7 +175680,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_: polygonzkevm_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -177975,26 +175689,26 @@ input zksync_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + caller: 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 @@ -178028,12 +175742,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SlippageUpdate_filter] + or: [polygonzkevm_SlippageUpdate_filter] } -enum zksync_SlippageUpdate_orderBy { +enum polygonzkevm_SlippageUpdate_orderBy { id transfer transfer__id @@ -178081,16 +175795,16 @@ enum zksync_SlippageUpdate_orderBy { blockNumber } -type zksync_SnapshotRoot { +type polygonzkevm_SnapshotRoot { id: ID! spokeDomain: BigInt - root: zksync_Bytes! + root: polygonzkevm_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input zksync_SnapshotRoot_filter { +input polygonzkevm_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -178107,16 +175821,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: 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 @@ -178142,12 +175856,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SnapshotRoot_filter] + or: [polygonzkevm_SnapshotRoot_filter] } -enum zksync_SnapshotRoot_orderBy { +enum polygonzkevm_SnapshotRoot_orderBy { id spokeDomain root @@ -178156,12 +175870,12 @@ enum zksync_SnapshotRoot_orderBy { blockNumber } -type zksync_SpokeConnectorMode { +type polygonzkevm_SpokeConnectorMode { id: ID! mode: String! } -input zksync_SpokeConnectorMode_filter { +input polygonzkevm_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -178191,17 +175905,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SpokeConnectorMode_filter] + or: [polygonzkevm_SpokeConnectorMode_filter] } -enum zksync_SpokeConnectorMode_orderBy { +enum polygonzkevm_SpokeConnectorMode_orderBy { id mode } -enum zksync_TransferStatus { +enum polygonzkevm_TransferStatus { XCalled Executed Reconciled @@ -178209,9 +175923,9 @@ enum zksync_TransferStatus { CompletedFast } -type zksync__Block_ { +type polygonzkevm__Block_ { """The hash of the block""" - hash: zksync_Bytes + hash: polygonzkevm_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -178219,7 +175933,7 @@ type zksync__Block_ { } """The type for the top-level _meta field""" -type zksync__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 @@ -178227,22 +175941,22 @@ type zksync__Meta_ { and therefore asks for the latest block """ - block: zksync__Block_! + block: polygonzkevm__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type arbitrumone_AggregateRoot { +type stagingarbitrumone_AggregateRoot { id: ID! - root: arbitrumone_Bytes! + root: stagingarbitrumone_Bytes! blockNumber: BigInt! } -type arbitrumone_AggregateRootProposed { +type stagingarbitrumone_AggregateRootProposed { id: ID! - aggregateRoot: arbitrumone_Bytes! + aggregateRoot: stagingarbitrumone_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -178250,7 +175964,7 @@ type arbitrumone_AggregateRootProposed { blockNumber: BigInt } -input arbitrumone_AggregateRootProposed_filter { +input stagingarbitrumone_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -178259,16 +175973,16 @@ input arbitrumone_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: arbitrumone_Bytes - aggregateRoot_not: arbitrumone_Bytes - aggregateRoot_gt: arbitrumone_Bytes - aggregateRoot_lt: arbitrumone_Bytes - aggregateRoot_gte: arbitrumone_Bytes - aggregateRoot_lte: arbitrumone_Bytes - aggregateRoot_in: [arbitrumone_Bytes!] - aggregateRoot_not_in: [arbitrumone_Bytes!] - aggregateRoot_contains: arbitrumone_Bytes - aggregateRoot_not_contains: arbitrumone_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 @@ -178310,12 +176024,12 @@ input arbitrumone_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AggregateRootProposed_filter] - or: [arbitrumone_AggregateRootProposed_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AggregateRootProposed_filter] + or: [stagingarbitrumone_AggregateRootProposed_filter] } -enum arbitrumone_AggregateRootProposed_orderBy { +enum stagingarbitrumone_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -178325,7 +176039,7 @@ enum arbitrumone_AggregateRootProposed_orderBy { blockNumber } -input arbitrumone_AggregateRoot_filter { +input stagingarbitrumone_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -178334,16 +176048,16 @@ input arbitrumone_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: arbitrumone_Bytes - root_not: arbitrumone_Bytes - root_gt: arbitrumone_Bytes - root_lt: arbitrumone_Bytes - root_gte: arbitrumone_Bytes - root_lte: arbitrumone_Bytes - root_in: [arbitrumone_Bytes!] - root_not_in: [arbitrumone_Bytes!] - root_contains: arbitrumone_Bytes - root_not_contains: arbitrumone_Bytes + root: 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 @@ -178353,42 +176067,47 @@ input arbitrumone_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AggregateRoot_filter] - or: [arbitrumone_AggregateRoot_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AggregateRoot_filter] + or: [stagingarbitrumone_AggregateRoot_filter] } -enum arbitrumone_AggregateRoot_orderBy { +enum stagingarbitrumone_AggregateRoot_orderBy { id root blockNumber } -type arbitrumone_Asset { +enum stagingarbitrumone_Aggregation_interval { + hour + day +} + +type stagingarbitrumone_Asset { id: ID! - key: arbitrumone_Bytes + key: stagingarbitrumone_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: arbitrumone_Bytes + canonicalId: stagingarbitrumone_Bytes canonicalDomain: BigInt - adoptedAsset: arbitrumone_Bytes - localAsset: arbitrumone_Bytes + adoptedAsset: stagingarbitrumone_Bytes + localAsset: stagingarbitrumone_Bytes blockNumber: BigInt - status: arbitrumone_AssetStatus + status: stagingarbitrumone_AssetStatus } -type arbitrumone_AssetBalance { +type stagingarbitrumone_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: arbitrumone_Router! - asset: arbitrumone_Asset! + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! feesEarned: BigInt! } -input arbitrumone_AssetBalance_filter { +input stagingarbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -178449,7 +176168,7 @@ input arbitrumone_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumone_Router_filter + router_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -178470,7 +176189,7 @@ input arbitrumone_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter + asset_: stagingarbitrumone_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -178480,12 +176199,12 @@ input arbitrumone_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AssetBalance_filter] - or: [arbitrumone_AssetBalance_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AssetBalance_filter] + or: [stagingarbitrumone_AssetBalance_filter] } -enum arbitrumone_AssetBalance_orderBy { +enum stagingarbitrumone_AssetBalance_orderBy { id amount locked @@ -178511,12 +176230,12 @@ enum arbitrumone_AssetBalance_orderBy { feesEarned } -type arbitrumone_AssetStatus { +type stagingarbitrumone_AssetStatus { id: ID! status: Boolean } -input arbitrumone_AssetStatus_filter { +input stagingarbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -178530,17 +176249,17 @@ input arbitrumone_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AssetStatus_filter] - or: [arbitrumone_AssetStatus_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AssetStatus_filter] + or: [stagingarbitrumone_AssetStatus_filter] } -enum arbitrumone_AssetStatus_orderBy { +enum stagingarbitrumone_AssetStatus_orderBy { id status } -input arbitrumone_Asset_filter { +input stagingarbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -178549,16 +176268,16 @@ input arbitrumone_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: arbitrumone_Bytes - key_not: arbitrumone_Bytes - key_gt: arbitrumone_Bytes - key_lt: arbitrumone_Bytes - key_gte: arbitrumone_Bytes - key_lte: arbitrumone_Bytes - key_in: [arbitrumone_Bytes!] - key_not_in: [arbitrumone_Bytes!] - key_contains: arbitrumone_Bytes - key_not_contains: arbitrumone_Bytes + key: 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 @@ -178575,16 +176294,16 @@ input arbitrumone_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: arbitrumone_Bytes - canonicalId_not: arbitrumone_Bytes - canonicalId_gt: arbitrumone_Bytes - canonicalId_lt: arbitrumone_Bytes - canonicalId_gte: arbitrumone_Bytes - canonicalId_lte: arbitrumone_Bytes - canonicalId_in: [arbitrumone_Bytes!] - canonicalId_not_in: [arbitrumone_Bytes!] - canonicalId_contains: arbitrumone_Bytes - canonicalId_not_contains: arbitrumone_Bytes + canonicalId: 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 @@ -178593,26 +176312,26 @@ input arbitrumone_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: arbitrumone_Bytes - adoptedAsset_not: arbitrumone_Bytes - adoptedAsset_gt: arbitrumone_Bytes - adoptedAsset_lt: arbitrumone_Bytes - adoptedAsset_gte: arbitrumone_Bytes - adoptedAsset_lte: arbitrumone_Bytes - adoptedAsset_in: [arbitrumone_Bytes!] - adoptedAsset_not_in: [arbitrumone_Bytes!] - adoptedAsset_contains: arbitrumone_Bytes - adoptedAsset_not_contains: arbitrumone_Bytes - localAsset: arbitrumone_Bytes - localAsset_not: arbitrumone_Bytes - localAsset_gt: arbitrumone_Bytes - localAsset_lt: arbitrumone_Bytes - localAsset_gte: arbitrumone_Bytes - localAsset_lte: arbitrumone_Bytes - localAsset_in: [arbitrumone_Bytes!] - localAsset_not_in: [arbitrumone_Bytes!] - localAsset_contains: arbitrumone_Bytes - localAsset_not_contains: arbitrumone_Bytes + adoptedAsset: 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 @@ -178641,14 +176360,14 @@ input arbitrumone_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: arbitrumone_AssetStatus_filter + status_: stagingarbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_Asset_filter] - or: [arbitrumone_Asset_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Asset_filter] + or: [stagingarbitrumone_Asset_filter] } -enum arbitrumone_Asset_orderBy { +enum stagingarbitrumone_Asset_orderBy { id key decimal @@ -178663,30 +176382,30 @@ enum arbitrumone_Asset_orderBy { status__status } -scalar arbitrumone_BigDecimal +scalar stagingarbitrumone_BigDecimal -input arbitrumone_BlockChangedFilter { +input stagingarbitrumone_BlockChangedFilter { number_gte: Int! } -input arbitrumone_Block_height { - hash: arbitrumone_Bytes +input stagingarbitrumone_Block_height { + hash: stagingarbitrumone_Bytes number: Int number_gte: Int } -scalar arbitrumone_Bytes +scalar stagingarbitrumone_Bytes -type arbitrumone_ConnectorMeta { +type stagingarbitrumone_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: arbitrumone_Bytes - rootManager: arbitrumone_Bytes - mirrorConnector: arbitrumone_Bytes + amb: stagingarbitrumone_Bytes + rootManager: stagingarbitrumone_Bytes + mirrorConnector: stagingarbitrumone_Bytes } -input arbitrumone_ConnectorMeta_filter { +input stagingarbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -178711,43 +176430,43 @@ input arbitrumone_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: arbitrumone_Bytes - amb_not: arbitrumone_Bytes - amb_gt: arbitrumone_Bytes - amb_lt: arbitrumone_Bytes - amb_gte: arbitrumone_Bytes - amb_lte: arbitrumone_Bytes - amb_in: [arbitrumone_Bytes!] - amb_not_in: [arbitrumone_Bytes!] - amb_contains: arbitrumone_Bytes - amb_not_contains: arbitrumone_Bytes - rootManager: arbitrumone_Bytes - rootManager_not: arbitrumone_Bytes - rootManager_gt: arbitrumone_Bytes - rootManager_lt: arbitrumone_Bytes - rootManager_gte: arbitrumone_Bytes - rootManager_lte: arbitrumone_Bytes - rootManager_in: [arbitrumone_Bytes!] - rootManager_not_in: [arbitrumone_Bytes!] - rootManager_contains: arbitrumone_Bytes - rootManager_not_contains: arbitrumone_Bytes - mirrorConnector: arbitrumone_Bytes - mirrorConnector_not: arbitrumone_Bytes - mirrorConnector_gt: arbitrumone_Bytes - mirrorConnector_lt: arbitrumone_Bytes - mirrorConnector_gte: arbitrumone_Bytes - mirrorConnector_lte: arbitrumone_Bytes - mirrorConnector_in: [arbitrumone_Bytes!] - mirrorConnector_not_in: [arbitrumone_Bytes!] - mirrorConnector_contains: arbitrumone_Bytes - mirrorConnector_not_contains: arbitrumone_Bytes + amb: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_ConnectorMeta_filter] - or: [arbitrumone_ConnectorMeta_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_ConnectorMeta_filter] + or: [stagingarbitrumone_ConnectorMeta_filter] } -enum arbitrumone_ConnectorMeta_orderBy { +enum stagingarbitrumone_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -178756,48 +176475,48 @@ enum arbitrumone_ConnectorMeta_orderBy { mirrorConnector } -type arbitrumone_DestinationTransfer { +type stagingarbitrumone_DestinationTransfer { id: ID! chainId: BigInt - transferId: arbitrumone_Bytes + transferId: stagingarbitrumone_Bytes nonce: BigInt - status: arbitrumone_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_Router_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_Router_filter): [arbitrumone_Router!] + status: 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: arbitrumone_Bytes - delegate: arbitrumone_Bytes + to: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes receiveLocal: Boolean - callData: arbitrumone_Bytes + callData: stagingarbitrumone_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: arbitrumone_Bytes + originSender: stagingarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumone_Bytes - asset: arbitrumone_Asset + canonicalId: stagingarbitrumone_Bytes + asset: stagingarbitrumone_Asset amount: BigInt routersFee: BigInt - executedCaller: arbitrumone_Bytes - executedTransactionHash: arbitrumone_Bytes + executedCaller: stagingarbitrumone_Bytes + executedTransactionHash: stagingarbitrumone_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: arbitrumone_Bytes + executedTxOrigin: stagingarbitrumone_Bytes executedTxNonce: BigInt - reconciledCaller: arbitrumone_Bytes - reconciledTransactionHash: arbitrumone_Bytes + reconciledCaller: stagingarbitrumone_Bytes + reconciledTransactionHash: stagingarbitrumone_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: arbitrumone_Bytes + reconciledTxOrigin: stagingarbitrumone_Bytes reconciledTxNonce: BigInt } -input arbitrumone_DestinationTransfer_filter { +input stagingarbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -178814,16 +176533,16 @@ input arbitrumone_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumone_Bytes - transferId_not: arbitrumone_Bytes - transferId_gt: arbitrumone_Bytes - transferId_lt: arbitrumone_Bytes - transferId_gte: arbitrumone_Bytes - transferId_lte: arbitrumone_Bytes - transferId_in: [arbitrumone_Bytes!] - transferId_not_in: [arbitrumone_Bytes!] - transferId_contains: arbitrumone_Bytes - transferId_not_contains: arbitrumone_Bytes + transferId: 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 @@ -178832,17 +176551,17 @@ input arbitrumone_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumone_TransferStatus - status_not: arbitrumone_TransferStatus - status_in: [arbitrumone_TransferStatus!] - status_not_in: [arbitrumone_TransferStatus!] + status: 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_: arbitrumone_Router_filter + routers_: stagingarbitrumone_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -178867,40 +176586,40 @@ input arbitrumone_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumone_Bytes - to_not: arbitrumone_Bytes - to_gt: arbitrumone_Bytes - to_lt: arbitrumone_Bytes - to_gte: arbitrumone_Bytes - to_lte: arbitrumone_Bytes - to_in: [arbitrumone_Bytes!] - to_not_in: [arbitrumone_Bytes!] - to_contains: arbitrumone_Bytes - to_not_contains: arbitrumone_Bytes - delegate: arbitrumone_Bytes - delegate_not: arbitrumone_Bytes - delegate_gt: arbitrumone_Bytes - delegate_lt: arbitrumone_Bytes - delegate_gte: arbitrumone_Bytes - delegate_lte: arbitrumone_Bytes - delegate_in: [arbitrumone_Bytes!] - delegate_not_in: [arbitrumone_Bytes!] - delegate_contains: arbitrumone_Bytes - delegate_not_contains: arbitrumone_Bytes + to: 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: arbitrumone_Bytes - callData_not: arbitrumone_Bytes - callData_gt: arbitrumone_Bytes - callData_lt: arbitrumone_Bytes - callData_gte: arbitrumone_Bytes - callData_lte: arbitrumone_Bytes - callData_in: [arbitrumone_Bytes!] - callData_not_in: [arbitrumone_Bytes!] - callData_contains: arbitrumone_Bytes - callData_not_contains: arbitrumone_Bytes + callData: 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 @@ -178917,16 +176636,16 @@ input arbitrumone_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: arbitrumone_Bytes - originSender_not: arbitrumone_Bytes - originSender_gt: arbitrumone_Bytes - originSender_lt: arbitrumone_Bytes - originSender_gte: arbitrumone_Bytes - originSender_lte: arbitrumone_Bytes - originSender_in: [arbitrumone_Bytes!] - originSender_not_in: [arbitrumone_Bytes!] - originSender_contains: arbitrumone_Bytes - originSender_not_contains: arbitrumone_Bytes + originSender: 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 @@ -178943,16 +176662,16 @@ input arbitrumone_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumone_Bytes - canonicalId_not: arbitrumone_Bytes - canonicalId_gt: arbitrumone_Bytes - canonicalId_lt: arbitrumone_Bytes - canonicalId_gte: arbitrumone_Bytes - canonicalId_lte: arbitrumone_Bytes - canonicalId_in: [arbitrumone_Bytes!] - canonicalId_not_in: [arbitrumone_Bytes!] - canonicalId_contains: arbitrumone_Bytes - canonicalId_not_contains: arbitrumone_Bytes + canonicalId: 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 @@ -178973,7 +176692,7 @@ input arbitrumone_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter + asset_: stagingarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -178990,26 +176709,26 @@ input arbitrumone_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: arbitrumone_Bytes - executedCaller_not: arbitrumone_Bytes - executedCaller_gt: arbitrumone_Bytes - executedCaller_lt: arbitrumone_Bytes - executedCaller_gte: arbitrumone_Bytes - executedCaller_lte: arbitrumone_Bytes - executedCaller_in: [arbitrumone_Bytes!] - executedCaller_not_in: [arbitrumone_Bytes!] - executedCaller_contains: arbitrumone_Bytes - executedCaller_not_contains: arbitrumone_Bytes - executedTransactionHash: arbitrumone_Bytes - executedTransactionHash_not: arbitrumone_Bytes - executedTransactionHash_gt: arbitrumone_Bytes - executedTransactionHash_lt: arbitrumone_Bytes - executedTransactionHash_gte: arbitrumone_Bytes - executedTransactionHash_lte: arbitrumone_Bytes - executedTransactionHash_in: [arbitrumone_Bytes!] - executedTransactionHash_not_in: [arbitrumone_Bytes!] - executedTransactionHash_contains: arbitrumone_Bytes - executedTransactionHash_not_contains: arbitrumone_Bytes + 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 @@ -179042,16 +176761,16 @@ input arbitrumone_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: arbitrumone_Bytes - executedTxOrigin_not: arbitrumone_Bytes - executedTxOrigin_gt: arbitrumone_Bytes - executedTxOrigin_lt: arbitrumone_Bytes - executedTxOrigin_gte: arbitrumone_Bytes - executedTxOrigin_lte: arbitrumone_Bytes - executedTxOrigin_in: [arbitrumone_Bytes!] - executedTxOrigin_not_in: [arbitrumone_Bytes!] - executedTxOrigin_contains: arbitrumone_Bytes - executedTxOrigin_not_contains: arbitrumone_Bytes + executedTxOrigin: 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 @@ -179060,26 +176779,26 @@ input arbitrumone_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: arbitrumone_Bytes - reconciledCaller_not: arbitrumone_Bytes - reconciledCaller_gt: arbitrumone_Bytes - reconciledCaller_lt: arbitrumone_Bytes - reconciledCaller_gte: arbitrumone_Bytes - reconciledCaller_lte: arbitrumone_Bytes - reconciledCaller_in: [arbitrumone_Bytes!] - reconciledCaller_not_in: [arbitrumone_Bytes!] - reconciledCaller_contains: arbitrumone_Bytes - reconciledCaller_not_contains: arbitrumone_Bytes - reconciledTransactionHash: arbitrumone_Bytes - reconciledTransactionHash_not: arbitrumone_Bytes - reconciledTransactionHash_gt: arbitrumone_Bytes - reconciledTransactionHash_lt: arbitrumone_Bytes - reconciledTransactionHash_gte: arbitrumone_Bytes - reconciledTransactionHash_lte: arbitrumone_Bytes - reconciledTransactionHash_in: [arbitrumone_Bytes!] - reconciledTransactionHash_not_in: [arbitrumone_Bytes!] - reconciledTransactionHash_contains: arbitrumone_Bytes - reconciledTransactionHash_not_contains: arbitrumone_Bytes + reconciledCaller: 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 @@ -179112,16 +176831,16 @@ input arbitrumone_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: arbitrumone_Bytes - reconciledTxOrigin_not: arbitrumone_Bytes - reconciledTxOrigin_gt: arbitrumone_Bytes - reconciledTxOrigin_lt: arbitrumone_Bytes - reconciledTxOrigin_gte: arbitrumone_Bytes - reconciledTxOrigin_lte: arbitrumone_Bytes - reconciledTxOrigin_in: [arbitrumone_Bytes!] - reconciledTxOrigin_not_in: [arbitrumone_Bytes!] - reconciledTxOrigin_contains: arbitrumone_Bytes - reconciledTxOrigin_not_contains: arbitrumone_Bytes + reconciledTxOrigin: 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 @@ -179131,12 +176850,12 @@ input arbitrumone_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_DestinationTransfer_filter] - or: [arbitrumone_DestinationTransfer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_DestinationTransfer_filter] + or: [stagingarbitrumone_DestinationTransfer_filter] } -enum arbitrumone_DestinationTransfer_orderBy { +enum stagingarbitrumone_DestinationTransfer_orderBy { id chainId transferId @@ -179190,16 +176909,16 @@ enum arbitrumone_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar arbitrumone_Int8 +scalar stagingarbitrumone_Int8 -type arbitrumone_OptimisticRootFinalized { +type stagingarbitrumone_OptimisticRootFinalized { id: ID! - aggregateRoot: arbitrumone_Bytes! + aggregateRoot: stagingarbitrumone_Bytes! timestamp: BigInt! blockNumber: BigInt } -input arbitrumone_OptimisticRootFinalized_filter { +input stagingarbitrumone_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -179208,16 +176927,16 @@ input arbitrumone_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: arbitrumone_Bytes - aggregateRoot_not: arbitrumone_Bytes - aggregateRoot_gt: arbitrumone_Bytes - aggregateRoot_lt: arbitrumone_Bytes - aggregateRoot_gte: arbitrumone_Bytes - aggregateRoot_lte: arbitrumone_Bytes - aggregateRoot_in: [arbitrumone_Bytes!] - aggregateRoot_not_in: [arbitrumone_Bytes!] - aggregateRoot_contains: arbitrumone_Bytes - aggregateRoot_not_contains: arbitrumone_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 @@ -179235,12 +176954,12 @@ input arbitrumone_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_OptimisticRootFinalized_filter] - or: [arbitrumone_OptimisticRootFinalized_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OptimisticRootFinalized_filter] + or: [stagingarbitrumone_OptimisticRootFinalized_filter] } -enum arbitrumone_OptimisticRootFinalized_orderBy { +enum stagingarbitrumone_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -179248,25 +176967,25 @@ enum arbitrumone_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumone_OrderDirection { +enum stagingarbitrumone_OrderDirection { asc desc } -type arbitrumone_OriginMessage { +type stagingarbitrumone_OriginMessage { id: ID! - transferId: arbitrumone_Bytes + transferId: stagingarbitrumone_Bytes destinationDomain: BigInt - leaf: arbitrumone_Bytes + leaf: stagingarbitrumone_Bytes index: BigInt - message: arbitrumone_Bytes - root: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes + message: stagingarbitrumone_Bytes + root: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes blockNumber: BigInt - rootCount: arbitrumone_RootCount + rootCount: stagingarbitrumone_RootCount } -input arbitrumone_OriginMessage_filter { +input stagingarbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -179275,16 +176994,16 @@ input arbitrumone_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: arbitrumone_Bytes - transferId_not: arbitrumone_Bytes - transferId_gt: arbitrumone_Bytes - transferId_lt: arbitrumone_Bytes - transferId_gte: arbitrumone_Bytes - transferId_lte: arbitrumone_Bytes - transferId_in: [arbitrumone_Bytes!] - transferId_not_in: [arbitrumone_Bytes!] - transferId_contains: arbitrumone_Bytes - transferId_not_contains: arbitrumone_Bytes + transferId: 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 @@ -179293,16 +177012,16 @@ input arbitrumone_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: arbitrumone_Bytes - leaf_not: arbitrumone_Bytes - leaf_gt: arbitrumone_Bytes - leaf_lt: arbitrumone_Bytes - leaf_gte: arbitrumone_Bytes - leaf_lte: arbitrumone_Bytes - leaf_in: [arbitrumone_Bytes!] - leaf_not_in: [arbitrumone_Bytes!] - leaf_contains: arbitrumone_Bytes - leaf_not_contains: arbitrumone_Bytes + leaf: 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 @@ -179311,36 +177030,36 @@ input arbitrumone_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: arbitrumone_Bytes - message_not: arbitrumone_Bytes - message_gt: arbitrumone_Bytes - message_lt: arbitrumone_Bytes - message_gte: arbitrumone_Bytes - message_lte: arbitrumone_Bytes - message_in: [arbitrumone_Bytes!] - message_not_in: [arbitrumone_Bytes!] - message_contains: arbitrumone_Bytes - message_not_contains: arbitrumone_Bytes - root: arbitrumone_Bytes - root_not: arbitrumone_Bytes - root_gt: arbitrumone_Bytes - root_lt: arbitrumone_Bytes - root_gte: arbitrumone_Bytes - root_lte: arbitrumone_Bytes - root_in: [arbitrumone_Bytes!] - root_not_in: [arbitrumone_Bytes!] - root_contains: arbitrumone_Bytes - root_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes + message: 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 @@ -179369,14 +177088,14 @@ input arbitrumone_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: arbitrumone_RootCount_filter + rootCount_: stagingarbitrumone_RootCount_filter """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_OriginMessage_filter] - or: [arbitrumone_OriginMessage_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OriginMessage_filter] + or: [stagingarbitrumone_OriginMessage_filter] } -enum arbitrumone_OriginMessage_orderBy { +enum stagingarbitrumone_OriginMessage_orderBy { id transferId destinationDomain @@ -179391,42 +177110,42 @@ enum arbitrumone_OriginMessage_orderBy { rootCount__count } -type arbitrumone_OriginTransfer { +type stagingarbitrumone_OriginTransfer { id: ID! chainId: BigInt - transferId: arbitrumone_Bytes + transferId: stagingarbitrumone_Bytes nonce: BigInt - status: arbitrumone_TransferStatus - messageHash: arbitrumone_Bytes + status: stagingarbitrumone_TransferStatus + messageHash: stagingarbitrumone_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumone_Bytes - delegate: arbitrumone_Bytes + to: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes receiveLocal: Boolean - callData: arbitrumone_Bytes + callData: stagingarbitrumone_Bytes slippage: BigInt - originSender: arbitrumone_Bytes + originSender: stagingarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumone_Bytes - asset: arbitrumone_Asset - transactingAsset: arbitrumone_Bytes - message: arbitrumone_OriginMessage + canonicalId: stagingarbitrumone_Bytes + asset: stagingarbitrumone_Asset + transactingAsset: stagingarbitrumone_Bytes + message: stagingarbitrumone_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_RelayerFee_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_RelayerFee_filter): [arbitrumone_RelayerFee!] - initialRelayerFeeAsset: arbitrumone_Bytes - caller: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: arbitrumone_Bytes + txOrigin: stagingarbitrumone_Bytes txNonce: BigInt } -input arbitrumone_OriginTransfer_filter { +input stagingarbitrumone_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -179443,16 +177162,16 @@ input arbitrumone_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumone_Bytes - transferId_not: arbitrumone_Bytes - transferId_gt: arbitrumone_Bytes - transferId_lt: arbitrumone_Bytes - transferId_gte: arbitrumone_Bytes - transferId_lte: arbitrumone_Bytes - transferId_in: [arbitrumone_Bytes!] - transferId_not_in: [arbitrumone_Bytes!] - transferId_contains: arbitrumone_Bytes - transferId_not_contains: arbitrumone_Bytes + transferId: 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 @@ -179461,20 +177180,20 @@ input arbitrumone_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumone_TransferStatus - status_not: arbitrumone_TransferStatus - status_in: [arbitrumone_TransferStatus!] - status_not_in: [arbitrumone_TransferStatus!] - messageHash: arbitrumone_Bytes - messageHash_not: arbitrumone_Bytes - messageHash_gt: arbitrumone_Bytes - messageHash_lt: arbitrumone_Bytes - messageHash_gte: arbitrumone_Bytes - messageHash_lte: arbitrumone_Bytes - messageHash_in: [arbitrumone_Bytes!] - messageHash_not_in: [arbitrumone_Bytes!] - messageHash_contains: arbitrumone_Bytes - messageHash_not_contains: arbitrumone_Bytes + status: 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 @@ -179499,40 +177218,40 @@ input arbitrumone_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumone_Bytes - to_not: arbitrumone_Bytes - to_gt: arbitrumone_Bytes - to_lt: arbitrumone_Bytes - to_gte: arbitrumone_Bytes - to_lte: arbitrumone_Bytes - to_in: [arbitrumone_Bytes!] - to_not_in: [arbitrumone_Bytes!] - to_contains: arbitrumone_Bytes - to_not_contains: arbitrumone_Bytes - delegate: arbitrumone_Bytes - delegate_not: arbitrumone_Bytes - delegate_gt: arbitrumone_Bytes - delegate_lt: arbitrumone_Bytes - delegate_gte: arbitrumone_Bytes - delegate_lte: arbitrumone_Bytes - delegate_in: [arbitrumone_Bytes!] - delegate_not_in: [arbitrumone_Bytes!] - delegate_contains: arbitrumone_Bytes - delegate_not_contains: arbitrumone_Bytes + to: 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: arbitrumone_Bytes - callData_not: arbitrumone_Bytes - callData_gt: arbitrumone_Bytes - callData_lt: arbitrumone_Bytes - callData_gte: arbitrumone_Bytes - callData_lte: arbitrumone_Bytes - callData_in: [arbitrumone_Bytes!] - callData_not_in: [arbitrumone_Bytes!] - callData_contains: arbitrumone_Bytes - callData_not_contains: arbitrumone_Bytes + callData: 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 @@ -179541,16 +177260,16 @@ input arbitrumone_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: arbitrumone_Bytes - originSender_not: arbitrumone_Bytes - originSender_gt: arbitrumone_Bytes - originSender_lt: arbitrumone_Bytes - originSender_gte: arbitrumone_Bytes - originSender_lte: arbitrumone_Bytes - originSender_in: [arbitrumone_Bytes!] - originSender_not_in: [arbitrumone_Bytes!] - originSender_contains: arbitrumone_Bytes - originSender_not_contains: arbitrumone_Bytes + originSender: 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 @@ -179567,16 +177286,16 @@ input arbitrumone_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumone_Bytes - canonicalId_not: arbitrumone_Bytes - canonicalId_gt: arbitrumone_Bytes - canonicalId_lt: arbitrumone_Bytes - canonicalId_gte: arbitrumone_Bytes - canonicalId_lte: arbitrumone_Bytes - canonicalId_in: [arbitrumone_Bytes!] - canonicalId_not_in: [arbitrumone_Bytes!] - canonicalId_contains: arbitrumone_Bytes - canonicalId_not_contains: arbitrumone_Bytes + canonicalId: 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 @@ -179597,17 +177316,17 @@ input arbitrumone_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter - transactingAsset: arbitrumone_Bytes - transactingAsset_not: arbitrumone_Bytes - transactingAsset_gt: arbitrumone_Bytes - transactingAsset_lt: arbitrumone_Bytes - transactingAsset_gte: arbitrumone_Bytes - transactingAsset_lte: arbitrumone_Bytes - transactingAsset_in: [arbitrumone_Bytes!] - transactingAsset_not_in: [arbitrumone_Bytes!] - transactingAsset_contains: arbitrumone_Bytes - transactingAsset_not_contains: arbitrumone_Bytes + asset_: 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 @@ -179628,7 +177347,7 @@ input arbitrumone_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: arbitrumone_OriginMessage_filter + message_: stagingarbitrumone_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -179643,37 +177362,37 @@ input arbitrumone_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: arbitrumone_RelayerFee_filter - initialRelayerFeeAsset: arbitrumone_Bytes - initialRelayerFeeAsset_not: arbitrumone_Bytes - initialRelayerFeeAsset_gt: arbitrumone_Bytes - initialRelayerFeeAsset_lt: arbitrumone_Bytes - initialRelayerFeeAsset_gte: arbitrumone_Bytes - initialRelayerFeeAsset_lte: arbitrumone_Bytes - initialRelayerFeeAsset_in: [arbitrumone_Bytes!] - initialRelayerFeeAsset_not_in: [arbitrumone_Bytes!] - initialRelayerFeeAsset_contains: arbitrumone_Bytes - initialRelayerFeeAsset_not_contains: arbitrumone_Bytes - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes + relayerFees_: 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 @@ -179706,16 +177425,16 @@ input arbitrumone_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: arbitrumone_Bytes - txOrigin_not: arbitrumone_Bytes - txOrigin_gt: arbitrumone_Bytes - txOrigin_lt: arbitrumone_Bytes - txOrigin_gte: arbitrumone_Bytes - txOrigin_lte: arbitrumone_Bytes - txOrigin_in: [arbitrumone_Bytes!] - txOrigin_not_in: [arbitrumone_Bytes!] - txOrigin_contains: arbitrumone_Bytes - txOrigin_not_contains: arbitrumone_Bytes + txOrigin: 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 @@ -179725,12 +177444,12 @@ input arbitrumone_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_OriginTransfer_filter] - or: [arbitrumone_OriginTransfer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OriginTransfer_filter] + or: [stagingarbitrumone_OriginTransfer_filter] } -enum arbitrumone_OriginTransfer_orderBy { +enum stagingarbitrumone_OriginTransfer_orderBy { id chainId transferId @@ -179783,20 +177502,20 @@ enum arbitrumone_OriginTransfer_orderBy { txNonce } -type arbitrumone_Relayer { +type stagingarbitrumone_Relayer { id: ID! isActive: Boolean! - relayer: arbitrumone_Bytes + relayer: stagingarbitrumone_Bytes } -type arbitrumone_RelayerFee { +type stagingarbitrumone_RelayerFee { id: ID! - transfer: arbitrumone_OriginTransfer! + transfer: stagingarbitrumone_OriginTransfer! fee: BigInt! - asset: arbitrumone_Bytes! + asset: stagingarbitrumone_Bytes! } -input arbitrumone_RelayerFee_filter { +input stagingarbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -179825,7 +177544,7 @@ input arbitrumone_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumone_OriginTransfer_filter + transfer_: stagingarbitrumone_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -179834,23 +177553,23 @@ input arbitrumone_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: arbitrumone_Bytes - asset_not: arbitrumone_Bytes - asset_gt: arbitrumone_Bytes - asset_lt: arbitrumone_Bytes - asset_gte: arbitrumone_Bytes - asset_lte: arbitrumone_Bytes - asset_in: [arbitrumone_Bytes!] - asset_not_in: [arbitrumone_Bytes!] - asset_contains: arbitrumone_Bytes - asset_not_contains: arbitrumone_Bytes + asset: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_RelayerFee_filter] - or: [arbitrumone_RelayerFee_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RelayerFee_filter] + or: [stagingarbitrumone_RelayerFee_filter] } -enum arbitrumone_RelayerFee_orderBy { +enum stagingarbitrumone_RelayerFee_orderBy { id transfer transfer__id @@ -179886,20 +177605,20 @@ enum arbitrumone_RelayerFee_orderBy { asset } -type arbitrumone_RelayerFeesIncrease { +type stagingarbitrumone_RelayerFeesIncrease { id: ID! - transfer: arbitrumone_OriginTransfer! + transfer: stagingarbitrumone_OriginTransfer! increase: BigInt - asset: arbitrumone_Bytes - caller: arbitrumone_Bytes! - transactionHash: arbitrumone_Bytes! + asset: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumone_RelayerFeesIncrease_filter { +input stagingarbitrumone_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -179928,7 +177647,7 @@ input arbitrumone_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumone_OriginTransfer_filter + transfer_: stagingarbitrumone_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -179937,36 +177656,36 @@ input arbitrumone_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: arbitrumone_Bytes - asset_not: arbitrumone_Bytes - asset_gt: arbitrumone_Bytes - asset_lt: arbitrumone_Bytes - asset_gte: arbitrumone_Bytes - asset_lte: arbitrumone_Bytes - asset_in: [arbitrumone_Bytes!] - asset_not_in: [arbitrumone_Bytes!] - asset_contains: arbitrumone_Bytes - asset_not_contains: arbitrumone_Bytes - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes + asset: 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 @@ -180000,12 +177719,12 @@ input arbitrumone_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_RelayerFeesIncrease_filter] - or: [arbitrumone_RelayerFeesIncrease_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RelayerFeesIncrease_filter] + or: [stagingarbitrumone_RelayerFeesIncrease_filter] } -enum arbitrumone_RelayerFeesIncrease_orderBy { +enum stagingarbitrumone_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -180047,7 +177766,7 @@ enum arbitrumone_RelayerFeesIncrease_orderBy { blockNumber } -input arbitrumone_Relayer_filter { +input stagingarbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -180060,34 +177779,34 @@ input arbitrumone_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: arbitrumone_Bytes - relayer_not: arbitrumone_Bytes - relayer_gt: arbitrumone_Bytes - relayer_lt: arbitrumone_Bytes - relayer_gte: arbitrumone_Bytes - relayer_lte: arbitrumone_Bytes - relayer_in: [arbitrumone_Bytes!] - relayer_not_in: [arbitrumone_Bytes!] - relayer_contains: arbitrumone_Bytes - relayer_not_contains: arbitrumone_Bytes + relayer: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Relayer_filter] - or: [arbitrumone_Relayer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Relayer_filter] + or: [stagingarbitrumone_Relayer_filter] } -enum arbitrumone_Relayer_orderBy { +enum stagingarbitrumone_Relayer_orderBy { id isActive relayer } -type arbitrumone_RootCount { +type stagingarbitrumone_RootCount { id: ID! count: BigInt } -input arbitrumone_RootCount_filter { +input stagingarbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -180105,31 +177824,31 @@ input arbitrumone_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_RootCount_filter] - or: [arbitrumone_RootCount_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RootCount_filter] + or: [stagingarbitrumone_RootCount_filter] } -enum arbitrumone_RootCount_orderBy { +enum stagingarbitrumone_RootCount_orderBy { id count } -type arbitrumone_RootMessageSent { +type stagingarbitrumone_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: arbitrumone_Bytes + root: stagingarbitrumone_Bytes count: BigInt - caller: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes + caller: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input arbitrumone_RootMessageSent_filter { +input stagingarbitrumone_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -180154,16 +177873,16 @@ input arbitrumone_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: arbitrumone_Bytes - root_not: arbitrumone_Bytes - root_gt: arbitrumone_Bytes - root_lt: arbitrumone_Bytes - root_gte: arbitrumone_Bytes - root_lte: arbitrumone_Bytes - root_in: [arbitrumone_Bytes!] - root_not_in: [arbitrumone_Bytes!] - root_contains: arbitrumone_Bytes - root_not_contains: arbitrumone_Bytes + root: 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 @@ -180172,26 +177891,26 @@ input arbitrumone_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes + caller: 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 @@ -180225,12 +177944,12 @@ input arbitrumone_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_RootMessageSent_filter] - or: [arbitrumone_RootMessageSent_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RootMessageSent_filter] + or: [stagingarbitrumone_RootMessageSent_filter] } -enum arbitrumone_RootMessageSent_orderBy { +enum stagingarbitrumone_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -180244,25 +177963,25 @@ enum arbitrumone_RootMessageSent_orderBy { blockNumber } -type arbitrumone_Router { +type stagingarbitrumone_Router { id: ID! isActive: Boolean! - owner: arbitrumone_Bytes - recipient: arbitrumone_Bytes - proposedOwner: arbitrumone_Bytes + owner: stagingarbitrumone_Bytes + recipient: stagingarbitrumone_Bytes + proposedOwner: stagingarbitrumone_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_AssetBalance_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_AssetBalance_filter): [arbitrumone_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_AssetBalance_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_AssetBalance_filter): [stagingarbitrumone_AssetBalance!]! } -type arbitrumone_RouterDailyTVL { +type stagingarbitrumone_RouterDailyTVL { id: ID! - router: arbitrumone_Router! - asset: arbitrumone_Asset! + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! timestamp: BigInt! balance: BigInt! } -input arbitrumone_RouterDailyTVL_filter { +input stagingarbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -180291,7 +178010,7 @@ input arbitrumone_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumone_Router_filter + router_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -180312,7 +178031,7 @@ input arbitrumone_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter + asset_: stagingarbitrumone_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -180330,12 +178049,12 @@ input arbitrumone_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_RouterDailyTVL_filter] - or: [arbitrumone_RouterDailyTVL_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RouterDailyTVL_filter] + or: [stagingarbitrumone_RouterDailyTVL_filter] } -enum arbitrumone_RouterDailyTVL_orderBy { +enum stagingarbitrumone_RouterDailyTVL_orderBy { id router router__id @@ -180358,26 +178077,26 @@ enum arbitrumone_RouterDailyTVL_orderBy { balance } -type arbitrumone_RouterLiquidityEvent { +type stagingarbitrumone_RouterLiquidityEvent { id: ID! - type: arbitrumone_RouterLiquidityEventType - router: arbitrumone_Router! - asset: arbitrumone_Asset! + type: stagingarbitrumone_RouterLiquidityEventType + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! amount: BigInt! balance: BigInt! - caller: arbitrumone_Bytes + caller: stagingarbitrumone_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: arbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! nonce: BigInt! } -enum arbitrumone_RouterLiquidityEventType { +enum stagingarbitrumone_RouterLiquidityEventType { Add Remove } -input arbitrumone_RouterLiquidityEvent_filter { +input stagingarbitrumone_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -180386,10 +178105,10 @@ input arbitrumone_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: arbitrumone_RouterLiquidityEventType - type_not: arbitrumone_RouterLiquidityEventType - type_in: [arbitrumone_RouterLiquidityEventType!] - type_not_in: [arbitrumone_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 @@ -180410,7 +178129,7 @@ input arbitrumone_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumone_Router_filter + router_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -180431,7 +178150,7 @@ input arbitrumone_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter + asset_: stagingarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -180448,16 +178167,16 @@ input arbitrumone_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes + caller: 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 @@ -180474,16 +178193,16 @@ input arbitrumone_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes + 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 @@ -180493,12 +178212,12 @@ input arbitrumone_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_RouterLiquidityEvent_filter] - or: [arbitrumone_RouterLiquidityEvent_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RouterLiquidityEvent_filter] + or: [stagingarbitrumone_RouterLiquidityEvent_filter] } -enum arbitrumone_RouterLiquidityEvent_orderBy { +enum stagingarbitrumone_RouterLiquidityEvent_orderBy { id type router @@ -180527,7 +178246,7 @@ enum arbitrumone_RouterLiquidityEvent_orderBy { nonce } -input arbitrumone_Router_filter { +input stagingarbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -180540,36 +178259,36 @@ input arbitrumone_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: arbitrumone_Bytes - owner_not: arbitrumone_Bytes - owner_gt: arbitrumone_Bytes - owner_lt: arbitrumone_Bytes - owner_gte: arbitrumone_Bytes - owner_lte: arbitrumone_Bytes - owner_in: [arbitrumone_Bytes!] - owner_not_in: [arbitrumone_Bytes!] - owner_contains: arbitrumone_Bytes - owner_not_contains: arbitrumone_Bytes - recipient: arbitrumone_Bytes - recipient_not: arbitrumone_Bytes - recipient_gt: arbitrumone_Bytes - recipient_lt: arbitrumone_Bytes - recipient_gte: arbitrumone_Bytes - recipient_lte: arbitrumone_Bytes - recipient_in: [arbitrumone_Bytes!] - recipient_not_in: [arbitrumone_Bytes!] - recipient_contains: arbitrumone_Bytes - recipient_not_contains: arbitrumone_Bytes - proposedOwner: arbitrumone_Bytes - proposedOwner_not: arbitrumone_Bytes - proposedOwner_gt: arbitrumone_Bytes - proposedOwner_lt: arbitrumone_Bytes - proposedOwner_gte: arbitrumone_Bytes - proposedOwner_lte: arbitrumone_Bytes - proposedOwner_in: [arbitrumone_Bytes!] - proposedOwner_not_in: [arbitrumone_Bytes!] - proposedOwner_contains: arbitrumone_Bytes - proposedOwner_not_contains: arbitrumone_Bytes + owner: 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 @@ -180578,14 +178297,14 @@ input arbitrumone_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: arbitrumone_AssetBalance_filter + assetBalances_: stagingarbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_Router_filter] - or: [arbitrumone_Router_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Router_filter] + or: [stagingarbitrumone_Router_filter] } -enum arbitrumone_Router_orderBy { +enum stagingarbitrumone_Router_orderBy { id isActive owner @@ -180595,13 +178314,13 @@ enum arbitrumone_Router_orderBy { assetBalances } -type arbitrumone_Sequencer { +type stagingarbitrumone_Sequencer { id: ID! isActive: Boolean! - sequencer: arbitrumone_Bytes + sequencer: stagingarbitrumone_Bytes } -input arbitrumone_Sequencer_filter { +input stagingarbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -180614,35 +178333,35 @@ input arbitrumone_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: arbitrumone_Bytes - sequencer_not: arbitrumone_Bytes - sequencer_gt: arbitrumone_Bytes - sequencer_lt: arbitrumone_Bytes - sequencer_gte: arbitrumone_Bytes - sequencer_lte: arbitrumone_Bytes - sequencer_in: [arbitrumone_Bytes!] - sequencer_not_in: [arbitrumone_Bytes!] - sequencer_contains: arbitrumone_Bytes - sequencer_not_contains: arbitrumone_Bytes + sequencer: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Sequencer_filter] - or: [arbitrumone_Sequencer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Sequencer_filter] + or: [stagingarbitrumone_Sequencer_filter] } -enum arbitrumone_Sequencer_orderBy { +enum stagingarbitrumone_Sequencer_orderBy { id isActive sequencer } -type arbitrumone_Setting { +type stagingarbitrumone_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: arbitrumone_Bytes! + caller: stagingarbitrumone_Bytes! } -input arbitrumone_Setting_filter { +input stagingarbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -180659,41 +178378,41 @@ input arbitrumone_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes + caller: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Setting_filter] - or: [arbitrumone_Setting_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Setting_filter] + or: [stagingarbitrumone_Setting_filter] } -enum arbitrumone_Setting_orderBy { +enum stagingarbitrumone_Setting_orderBy { id maxRoutersPerTransfer caller } -type arbitrumone_SlippageUpdate { +type stagingarbitrumone_SlippageUpdate { id: ID! - transfer: arbitrumone_DestinationTransfer! + transfer: stagingarbitrumone_DestinationTransfer! slippage: BigInt! - caller: arbitrumone_Bytes! - transactionHash: arbitrumone_Bytes! + caller: stagingarbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumone_SlippageUpdate_filter { +input stagingarbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -180722,7 +178441,7 @@ input arbitrumone_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumone_DestinationTransfer_filter + transfer_: stagingarbitrumone_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -180731,26 +178450,26 @@ input arbitrumone_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes + caller: 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 @@ -180784,12 +178503,12 @@ input arbitrumone_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_SlippageUpdate_filter] - or: [arbitrumone_SlippageUpdate_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SlippageUpdate_filter] + or: [stagingarbitrumone_SlippageUpdate_filter] } -enum arbitrumone_SlippageUpdate_orderBy { +enum stagingarbitrumone_SlippageUpdate_orderBy { id transfer transfer__id @@ -180837,16 +178556,16 @@ enum arbitrumone_SlippageUpdate_orderBy { blockNumber } -type arbitrumone_SnapshotRoot { +type stagingarbitrumone_SnapshotRoot { id: ID! spokeDomain: BigInt - root: arbitrumone_Bytes! + root: stagingarbitrumone_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input arbitrumone_SnapshotRoot_filter { +input stagingarbitrumone_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -180863,16 +178582,16 @@ input arbitrumone_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: arbitrumone_Bytes - root_not: arbitrumone_Bytes - root_gt: arbitrumone_Bytes - root_lt: arbitrumone_Bytes - root_gte: arbitrumone_Bytes - root_lte: arbitrumone_Bytes - root_in: [arbitrumone_Bytes!] - root_not_in: [arbitrumone_Bytes!] - root_contains: arbitrumone_Bytes - root_not_contains: arbitrumone_Bytes + root: 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 @@ -180898,12 +178617,12 @@ input arbitrumone_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_SnapshotRoot_filter] - or: [arbitrumone_SnapshotRoot_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SnapshotRoot_filter] + or: [stagingarbitrumone_SnapshotRoot_filter] } -enum arbitrumone_SnapshotRoot_orderBy { +enum stagingarbitrumone_SnapshotRoot_orderBy { id spokeDomain root @@ -180912,12 +178631,12 @@ enum arbitrumone_SnapshotRoot_orderBy { blockNumber } -type arbitrumone_SpokeConnectorMode { +type stagingarbitrumone_SpokeConnectorMode { id: ID! mode: String! } -input arbitrumone_SpokeConnectorMode_filter { +input stagingarbitrumone_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -180947,17 +178666,17 @@ input arbitrumone_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_SpokeConnectorMode_filter] - or: [arbitrumone_SpokeConnectorMode_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SpokeConnectorMode_filter] + or: [stagingarbitrumone_SpokeConnectorMode_filter] } -enum arbitrumone_SpokeConnectorMode_orderBy { +enum stagingarbitrumone_SpokeConnectorMode_orderBy { id mode } -enum arbitrumone_TransferStatus { +enum stagingarbitrumone_TransferStatus { XCalled Executed Reconciled @@ -180965,17 +178684,19 @@ enum arbitrumone_TransferStatus { CompletedFast } -type arbitrumone__Block_ { +type stagingarbitrumone__Block_ { """The hash of the block""" - hash: arbitrumone_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 arbitrumone__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 @@ -180983,22 +178704,22 @@ type arbitrumone__Meta_ { and therefore asks for the latest block """ - block: arbitrumone__Block_! + block: stagingarbitrumone__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmetis_AggregateRoot { +type localmainnet_AggregateRoot { id: ID! - root: stagingmetis_Bytes! + root: localmainnet_Bytes! blockNumber: BigInt! } -type stagingmetis_AggregateRootProposed { +type localmainnet_AggregateRootProposed { id: ID! - aggregateRoot: stagingmetis_Bytes! + aggregateRoot: localmainnet_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -181006,7 +178727,7 @@ type stagingmetis_AggregateRootProposed { blockNumber: BigInt } -input stagingmetis_AggregateRootProposed_filter { +input localmainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -181015,16 +178736,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: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -181066,12 +178787,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: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRootProposed_filter] + or: [localmainnet_AggregateRootProposed_filter] } -enum stagingmetis_AggregateRootProposed_orderBy { +enum localmainnet_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -181081,7 +178802,7 @@ enum stagingmetis_AggregateRootProposed_orderBy { blockNumber } -input stagingmetis_AggregateRoot_filter { +input localmainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -181090,16 +178811,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: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -181109,42 +178830,42 @@ 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: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRoot_filter] + or: [localmainnet_AggregateRoot_filter] } -enum stagingmetis_AggregateRoot_orderBy { +enum localmainnet_AggregateRoot_orderBy { id root blockNumber } -type stagingmetis_Asset { +type localmainnet_Asset { id: ID! - key: stagingmetis_Bytes + key: localmainnet_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmetis_Bytes + canonicalId: localmainnet_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmetis_Bytes - localAsset: stagingmetis_Bytes + adoptedAsset: localmainnet_Bytes + localAsset: localmainnet_Bytes blockNumber: BigInt - status: stagingmetis_AssetStatus + status: localmainnet_AssetStatus } -type stagingmetis_AssetBalance { +type localmainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmetis_Router! - asset: stagingmetis_Asset! + router: localmainnet_Router! + asset: localmainnet_Asset! feesEarned: BigInt! } -input stagingmetis_AssetBalance_filter { +input localmainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -181205,7 +178926,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_: localmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -181226,7 +178947,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_: localmainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -181236,12 +178957,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: localmainnet_BlockChangedFilter + and: [localmainnet_AssetBalance_filter] + or: [localmainnet_AssetBalance_filter] } -enum stagingmetis_AssetBalance_orderBy { +enum localmainnet_AssetBalance_orderBy { id amount locked @@ -181267,12 +178988,12 @@ enum stagingmetis_AssetBalance_orderBy { feesEarned } -type stagingmetis_AssetStatus { +type localmainnet_AssetStatus { id: ID! status: Boolean } -input stagingmetis_AssetStatus_filter { +input localmainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -181286,17 +179007,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: localmainnet_BlockChangedFilter + and: [localmainnet_AssetStatus_filter] + or: [localmainnet_AssetStatus_filter] } -enum stagingmetis_AssetStatus_orderBy { +enum localmainnet_AssetStatus_orderBy { id status } -input stagingmetis_Asset_filter { +input localmainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -181305,16 +179026,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: localmainnet_Bytes + key_not: localmainnet_Bytes + key_gt: localmainnet_Bytes + key_lt: localmainnet_Bytes + key_gte: localmainnet_Bytes + key_lte: localmainnet_Bytes + key_in: [localmainnet_Bytes!] + key_not_in: [localmainnet_Bytes!] + key_contains: localmainnet_Bytes + key_not_contains: localmainnet_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -181331,16 +179052,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: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -181349,26 +179070,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: localmainnet_Bytes + adoptedAsset_not: localmainnet_Bytes + adoptedAsset_gt: localmainnet_Bytes + adoptedAsset_lt: localmainnet_Bytes + adoptedAsset_gte: localmainnet_Bytes + adoptedAsset_lte: localmainnet_Bytes + adoptedAsset_in: [localmainnet_Bytes!] + adoptedAsset_not_in: [localmainnet_Bytes!] + adoptedAsset_contains: localmainnet_Bytes + adoptedAsset_not_contains: localmainnet_Bytes + localAsset: localmainnet_Bytes + localAsset_not: localmainnet_Bytes + localAsset_gt: localmainnet_Bytes + localAsset_lt: localmainnet_Bytes + localAsset_gte: localmainnet_Bytes + localAsset_lte: localmainnet_Bytes + localAsset_in: [localmainnet_Bytes!] + localAsset_not_in: [localmainnet_Bytes!] + localAsset_contains: localmainnet_Bytes + localAsset_not_contains: localmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -181397,14 +179118,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 - """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Asset_filter] - or: [stagingmetis_Asset_filter] + status_: localmainnet_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Asset_filter] + or: [localmainnet_Asset_filter] } -enum stagingmetis_Asset_orderBy { +enum localmainnet_Asset_orderBy { id key decimal @@ -181419,30 +179140,16 @@ enum stagingmetis_Asset_orderBy { status__status } -scalar stagingmetis_BigDecimal - -input stagingmetis_BlockChangedFilter { - number_gte: Int! -} - -input stagingmetis_Block_height { - hash: stagingmetis_Bytes - number: Int - number_gte: Int -} - -scalar stagingmetis_Bytes - -type stagingmetis_ConnectorMeta { +type localmainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmetis_Bytes - rootManager: stagingmetis_Bytes - mirrorConnector: stagingmetis_Bytes + amb: localmainnet_Bytes + rootManager: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes } -input stagingmetis_ConnectorMeta_filter { +input localmainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -181467,43 +179174,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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_ConnectorMeta_filter] - or: [stagingmetis_ConnectorMeta_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_ConnectorMeta_filter] + or: [localmainnet_ConnectorMeta_filter] } -enum stagingmetis_ConnectorMeta_orderBy { +enum localmainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -181512,48 +179219,48 @@ enum stagingmetis_ConnectorMeta_orderBy { mirrorConnector } -type stagingmetis_DestinationTransfer { +type localmainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmetis_Bytes + transferId: localmainnet_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: localmainnet_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: localmainnet_Router_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_Router_filter): [localmainnet_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmetis_Bytes - delegate: stagingmetis_Bytes + to: localmainnet_Bytes + delegate: localmainnet_Bytes receiveLocal: Boolean - callData: stagingmetis_Bytes + callData: localmainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmetis_Bytes + originSender: localmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmetis_Bytes - asset: stagingmetis_Asset + canonicalId: localmainnet_Bytes + asset: localmainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmetis_Bytes - executedTransactionHash: stagingmetis_Bytes + executedCaller: localmainnet_Bytes + executedTransactionHash: localmainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmetis_Bytes + executedTxOrigin: localmainnet_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmetis_Bytes - reconciledTransactionHash: stagingmetis_Bytes + reconciledCaller: localmainnet_Bytes + reconciledTransactionHash: localmainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmetis_Bytes + reconciledTxOrigin: localmainnet_Bytes reconciledTxNonce: BigInt } -input stagingmetis_DestinationTransfer_filter { +input localmainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -181570,16 +179277,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: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -181588,17 +179295,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: localmainnet_TransferStatus + status_not: localmainnet_TransferStatus + status_in: [localmainnet_TransferStatus!] + status_not_in: [localmainnet_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingmetis_Router_filter + routers_: localmainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -181623,40 +179330,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: localmainnet_Bytes + to_not: localmainnet_Bytes + to_gt: localmainnet_Bytes + to_lt: localmainnet_Bytes + to_gte: localmainnet_Bytes + to_lte: localmainnet_Bytes + to_in: [localmainnet_Bytes!] + to_not_in: [localmainnet_Bytes!] + to_contains: localmainnet_Bytes + to_not_contains: localmainnet_Bytes + delegate: localmainnet_Bytes + delegate_not: localmainnet_Bytes + delegate_gt: localmainnet_Bytes + delegate_lt: localmainnet_Bytes + delegate_gte: localmainnet_Bytes + delegate_lte: localmainnet_Bytes + delegate_in: [localmainnet_Bytes!] + delegate_not_in: [localmainnet_Bytes!] + delegate_contains: localmainnet_Bytes + delegate_not_contains: localmainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: localmainnet_Bytes + callData_not: localmainnet_Bytes + callData_gt: localmainnet_Bytes + callData_lt: localmainnet_Bytes + callData_gte: localmainnet_Bytes + callData_lte: localmainnet_Bytes + callData_in: [localmainnet_Bytes!] + callData_not_in: [localmainnet_Bytes!] + callData_contains: localmainnet_Bytes + callData_not_contains: localmainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -181673,16 +179380,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: localmainnet_Bytes + originSender_not: localmainnet_Bytes + originSender_gt: localmainnet_Bytes + originSender_lt: localmainnet_Bytes + originSender_gte: localmainnet_Bytes + originSender_lte: localmainnet_Bytes + originSender_in: [localmainnet_Bytes!] + originSender_not_in: [localmainnet_Bytes!] + originSender_contains: localmainnet_Bytes + originSender_not_contains: localmainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -181699,16 +179406,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: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes asset: String asset_not: String asset_gt: String @@ -181729,7 +179436,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_: localmainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -181746,26 +179453,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: localmainnet_Bytes + executedCaller_not: localmainnet_Bytes + executedCaller_gt: localmainnet_Bytes + executedCaller_lt: localmainnet_Bytes + executedCaller_gte: localmainnet_Bytes + executedCaller_lte: localmainnet_Bytes + executedCaller_in: [localmainnet_Bytes!] + executedCaller_not_in: [localmainnet_Bytes!] + executedCaller_contains: localmainnet_Bytes + executedCaller_not_contains: localmainnet_Bytes + executedTransactionHash: localmainnet_Bytes + executedTransactionHash_not: localmainnet_Bytes + executedTransactionHash_gt: localmainnet_Bytes + executedTransactionHash_lt: localmainnet_Bytes + executedTransactionHash_gte: localmainnet_Bytes + executedTransactionHash_lte: localmainnet_Bytes + executedTransactionHash_in: [localmainnet_Bytes!] + executedTransactionHash_not_in: [localmainnet_Bytes!] + executedTransactionHash_contains: localmainnet_Bytes + executedTransactionHash_not_contains: localmainnet_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -181798,16 +179505,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: localmainnet_Bytes + executedTxOrigin_not: localmainnet_Bytes + executedTxOrigin_gt: localmainnet_Bytes + executedTxOrigin_lt: localmainnet_Bytes + executedTxOrigin_gte: localmainnet_Bytes + executedTxOrigin_lte: localmainnet_Bytes + executedTxOrigin_in: [localmainnet_Bytes!] + executedTxOrigin_not_in: [localmainnet_Bytes!] + executedTxOrigin_contains: localmainnet_Bytes + executedTxOrigin_not_contains: localmainnet_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -181816,26 +179523,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: localmainnet_Bytes + reconciledCaller_not: localmainnet_Bytes + reconciledCaller_gt: localmainnet_Bytes + reconciledCaller_lt: localmainnet_Bytes + reconciledCaller_gte: localmainnet_Bytes + reconciledCaller_lte: localmainnet_Bytes + reconciledCaller_in: [localmainnet_Bytes!] + reconciledCaller_not_in: [localmainnet_Bytes!] + reconciledCaller_contains: localmainnet_Bytes + reconciledCaller_not_contains: localmainnet_Bytes + reconciledTransactionHash: localmainnet_Bytes + reconciledTransactionHash_not: localmainnet_Bytes + reconciledTransactionHash_gt: localmainnet_Bytes + reconciledTransactionHash_lt: localmainnet_Bytes + reconciledTransactionHash_gte: localmainnet_Bytes + reconciledTransactionHash_lte: localmainnet_Bytes + reconciledTransactionHash_in: [localmainnet_Bytes!] + reconciledTransactionHash_not_in: [localmainnet_Bytes!] + reconciledTransactionHash_contains: localmainnet_Bytes + reconciledTransactionHash_not_contains: localmainnet_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -181868,16 +179575,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: localmainnet_Bytes + reconciledTxOrigin_not: localmainnet_Bytes + reconciledTxOrigin_gt: localmainnet_Bytes + reconciledTxOrigin_lt: localmainnet_Bytes + reconciledTxOrigin_gte: localmainnet_Bytes + reconciledTxOrigin_lte: localmainnet_Bytes + reconciledTxOrigin_in: [localmainnet_Bytes!] + reconciledTxOrigin_not_in: [localmainnet_Bytes!] + reconciledTxOrigin_contains: localmainnet_Bytes + reconciledTxOrigin_not_contains: localmainnet_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -181887,12 +179594,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: localmainnet_BlockChangedFilter + and: [localmainnet_DestinationTransfer_filter] + or: [localmainnet_DestinationTransfer_filter] } -enum stagingmetis_DestinationTransfer_orderBy { +enum localmainnet_DestinationTransfer_orderBy { id chainId transferId @@ -181942,20 +179649,14 @@ enum stagingmetis_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar stagingmetis_Int8 - -type stagingmetis_OptimisticRootFinalized { +type localmainnet_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmetis_Bytes! + aggregateRoot: localmainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmetis_OptimisticRootFinalized_filter { +input localmainnet_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -181964,16 +179665,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: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -181991,38 +179692,32 @@ 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: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootFinalized_filter] + or: [localmainnet_OptimisticRootFinalized_filter] } -enum stagingmetis_OptimisticRootFinalized_orderBy { +enum localmainnet_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum stagingmetis_OrderDirection { - asc - desc -} - -type stagingmetis_OriginMessage { +type localmainnet_OriginMessage { id: ID! - transferId: stagingmetis_Bytes + transferId: localmainnet_Bytes destinationDomain: BigInt - leaf: stagingmetis_Bytes + leaf: localmainnet_Bytes index: BigInt - message: stagingmetis_Bytes - root: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes + message: localmainnet_Bytes + root: localmainnet_Bytes + transactionHash: localmainnet_Bytes blockNumber: BigInt - rootCount: stagingmetis_RootCount + rootCount: localmainnet_RootCount } -input stagingmetis_OriginMessage_filter { +input localmainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -182031,16 +179726,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: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -182049,16 +179744,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: localmainnet_Bytes + leaf_not: localmainnet_Bytes + leaf_gt: localmainnet_Bytes + leaf_lt: localmainnet_Bytes + leaf_gte: localmainnet_Bytes + leaf_lte: localmainnet_Bytes + leaf_in: [localmainnet_Bytes!] + leaf_not_in: [localmainnet_Bytes!] + leaf_contains: localmainnet_Bytes + leaf_not_contains: localmainnet_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -182067,36 +179762,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: localmainnet_Bytes + message_not: localmainnet_Bytes + message_gt: localmainnet_Bytes + message_lt: localmainnet_Bytes + message_gte: localmainnet_Bytes + message_lte: localmainnet_Bytes + message_in: [localmainnet_Bytes!] + message_not_in: [localmainnet_Bytes!] + message_contains: localmainnet_Bytes + message_not_contains: localmainnet_Bytes + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -182125,14 +179820,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_: localmainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_OriginMessage_filter] - or: [stagingmetis_OriginMessage_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OriginMessage_filter] + or: [localmainnet_OriginMessage_filter] } -enum stagingmetis_OriginMessage_orderBy { +enum localmainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -182147,42 +179842,42 @@ enum stagingmetis_OriginMessage_orderBy { rootCount__count } -type stagingmetis_OriginTransfer { +type localmainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmetis_Bytes + transferId: localmainnet_Bytes nonce: BigInt - status: stagingmetis_TransferStatus - messageHash: stagingmetis_Bytes + status: localmainnet_TransferStatus + messageHash: localmainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmetis_Bytes - delegate: stagingmetis_Bytes + to: localmainnet_Bytes + delegate: localmainnet_Bytes receiveLocal: Boolean - callData: stagingmetis_Bytes + callData: localmainnet_Bytes slippage: BigInt - originSender: stagingmetis_Bytes + originSender: localmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmetis_Bytes - asset: stagingmetis_Asset - transactingAsset: stagingmetis_Bytes - message: stagingmetis_OriginMessage + canonicalId: localmainnet_Bytes + asset: localmainnet_Asset + transactingAsset: localmainnet_Bytes + message: localmainnet_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: localmainnet_RelayerFee_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_RelayerFee_filter): [localmainnet_RelayerFee!] + initialRelayerFeeAsset: localmainnet_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingmetis_Bytes + txOrigin: localmainnet_Bytes txNonce: BigInt } -input stagingmetis_OriginTransfer_filter { +input localmainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -182199,16 +179894,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: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -182217,20 +179912,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: localmainnet_TransferStatus + status_not: localmainnet_TransferStatus + status_in: [localmainnet_TransferStatus!] + status_not_in: [localmainnet_TransferStatus!] + messageHash: localmainnet_Bytes + messageHash_not: localmainnet_Bytes + messageHash_gt: localmainnet_Bytes + messageHash_lt: localmainnet_Bytes + messageHash_gte: localmainnet_Bytes + messageHash_lte: localmainnet_Bytes + messageHash_in: [localmainnet_Bytes!] + messageHash_not_in: [localmainnet_Bytes!] + messageHash_contains: localmainnet_Bytes + messageHash_not_contains: localmainnet_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -182255,40 +179950,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: localmainnet_Bytes + to_not: localmainnet_Bytes + to_gt: localmainnet_Bytes + to_lt: localmainnet_Bytes + to_gte: localmainnet_Bytes + to_lte: localmainnet_Bytes + to_in: [localmainnet_Bytes!] + to_not_in: [localmainnet_Bytes!] + to_contains: localmainnet_Bytes + to_not_contains: localmainnet_Bytes + delegate: localmainnet_Bytes + delegate_not: localmainnet_Bytes + delegate_gt: localmainnet_Bytes + delegate_lt: localmainnet_Bytes + delegate_gte: localmainnet_Bytes + delegate_lte: localmainnet_Bytes + delegate_in: [localmainnet_Bytes!] + delegate_not_in: [localmainnet_Bytes!] + delegate_contains: localmainnet_Bytes + delegate_not_contains: localmainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: localmainnet_Bytes + callData_not: localmainnet_Bytes + callData_gt: localmainnet_Bytes + callData_lt: localmainnet_Bytes + callData_gte: localmainnet_Bytes + callData_lte: localmainnet_Bytes + callData_in: [localmainnet_Bytes!] + callData_not_in: [localmainnet_Bytes!] + callData_contains: localmainnet_Bytes + callData_not_contains: localmainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -182297,16 +179992,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: localmainnet_Bytes + originSender_not: localmainnet_Bytes + originSender_gt: localmainnet_Bytes + originSender_lt: localmainnet_Bytes + originSender_gte: localmainnet_Bytes + originSender_lte: localmainnet_Bytes + originSender_in: [localmainnet_Bytes!] + originSender_not_in: [localmainnet_Bytes!] + originSender_contains: localmainnet_Bytes + originSender_not_contains: localmainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -182323,16 +180018,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: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes asset: String asset_not: String asset_gt: String @@ -182353,17 +180048,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_: localmainnet_Asset_filter + transactingAsset: localmainnet_Bytes + transactingAsset_not: localmainnet_Bytes + transactingAsset_gt: localmainnet_Bytes + transactingAsset_lt: localmainnet_Bytes + transactingAsset_gte: localmainnet_Bytes + transactingAsset_lte: localmainnet_Bytes + transactingAsset_in: [localmainnet_Bytes!] + transactingAsset_not_in: [localmainnet_Bytes!] + transactingAsset_contains: localmainnet_Bytes + transactingAsset_not_contains: localmainnet_Bytes message: String message_not: String message_gt: String @@ -182384,7 +180079,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_: localmainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -182399,37 +180094,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_: localmainnet_RelayerFee_filter + initialRelayerFeeAsset: localmainnet_Bytes + initialRelayerFeeAsset_not: localmainnet_Bytes + initialRelayerFeeAsset_gt: localmainnet_Bytes + initialRelayerFeeAsset_lt: localmainnet_Bytes + initialRelayerFeeAsset_gte: localmainnet_Bytes + initialRelayerFeeAsset_lte: localmainnet_Bytes + initialRelayerFeeAsset_in: [localmainnet_Bytes!] + initialRelayerFeeAsset_not_in: [localmainnet_Bytes!] + initialRelayerFeeAsset_contains: localmainnet_Bytes + initialRelayerFeeAsset_not_contains: localmainnet_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -182462,16 +180157,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: localmainnet_Bytes + txOrigin_not: localmainnet_Bytes + txOrigin_gt: localmainnet_Bytes + txOrigin_lt: localmainnet_Bytes + txOrigin_gte: localmainnet_Bytes + txOrigin_lte: localmainnet_Bytes + txOrigin_in: [localmainnet_Bytes!] + txOrigin_not_in: [localmainnet_Bytes!] + txOrigin_contains: localmainnet_Bytes + txOrigin_not_contains: localmainnet_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -182481,12 +180176,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: localmainnet_BlockChangedFilter + and: [localmainnet_OriginTransfer_filter] + or: [localmainnet_OriginTransfer_filter] } -enum stagingmetis_OriginTransfer_orderBy { +enum localmainnet_OriginTransfer_orderBy { id chainId transferId @@ -182539,20 +180234,20 @@ enum stagingmetis_OriginTransfer_orderBy { txNonce } -type stagingmetis_Relayer { +type localmainnet_Relayer { id: ID! isActive: Boolean! - relayer: stagingmetis_Bytes + relayer: localmainnet_Bytes } -type stagingmetis_RelayerFee { +type localmainnet_RelayerFee { id: ID! - transfer: stagingmetis_OriginTransfer! + transfer: localmainnet_OriginTransfer! fee: BigInt! - asset: stagingmetis_Bytes! + asset: localmainnet_Bytes! } -input stagingmetis_RelayerFee_filter { +input localmainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -182581,7 +180276,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_: localmainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -182590,23 +180285,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: localmainnet_Bytes + asset_not: localmainnet_Bytes + asset_gt: localmainnet_Bytes + asset_lt: localmainnet_Bytes + asset_gte: localmainnet_Bytes + asset_lte: localmainnet_Bytes + asset_in: [localmainnet_Bytes!] + asset_not_in: [localmainnet_Bytes!] + asset_contains: localmainnet_Bytes + asset_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RelayerFee_filter] - or: [stagingmetis_RelayerFee_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RelayerFee_filter] + or: [localmainnet_RelayerFee_filter] } -enum stagingmetis_RelayerFee_orderBy { +enum localmainnet_RelayerFee_orderBy { id transfer transfer__id @@ -182642,20 +180337,20 @@ enum stagingmetis_RelayerFee_orderBy { asset } -type stagingmetis_RelayerFeesIncrease { +type localmainnet_RelayerFeesIncrease { id: ID! - transfer: stagingmetis_OriginTransfer! + transfer: localmainnet_OriginTransfer! increase: BigInt - asset: stagingmetis_Bytes - caller: stagingmetis_Bytes! - transactionHash: stagingmetis_Bytes! + asset: localmainnet_Bytes + caller: localmainnet_Bytes! + transactionHash: localmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmetis_RelayerFeesIncrease_filter { +input localmainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -182684,7 +180379,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_: localmainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -182693,36 +180388,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: localmainnet_Bytes + asset_not: localmainnet_Bytes + asset_gt: localmainnet_Bytes + asset_lt: localmainnet_Bytes + asset_gte: localmainnet_Bytes + asset_lte: localmainnet_Bytes + asset_in: [localmainnet_Bytes!] + asset_not_in: [localmainnet_Bytes!] + asset_contains: localmainnet_Bytes + asset_not_contains: localmainnet_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -182756,12 +180451,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: localmainnet_BlockChangedFilter + and: [localmainnet_RelayerFeesIncrease_filter] + or: [localmainnet_RelayerFeesIncrease_filter] } -enum stagingmetis_RelayerFeesIncrease_orderBy { +enum localmainnet_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -182803,7 +180498,7 @@ enum stagingmetis_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmetis_Relayer_filter { +input localmainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -182816,34 +180511,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: localmainnet_Bytes + relayer_not: localmainnet_Bytes + relayer_gt: localmainnet_Bytes + relayer_lt: localmainnet_Bytes + relayer_gte: localmainnet_Bytes + relayer_lte: localmainnet_Bytes + relayer_in: [localmainnet_Bytes!] + relayer_not_in: [localmainnet_Bytes!] + relayer_contains: localmainnet_Bytes + relayer_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Relayer_filter] - or: [stagingmetis_Relayer_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Relayer_filter] + or: [localmainnet_Relayer_filter] } -enum stagingmetis_Relayer_orderBy { +enum localmainnet_Relayer_orderBy { id isActive relayer } -type stagingmetis_RootCount { +type localmainnet_RootCount { id: ID! count: BigInt } -input stagingmetis_RootCount_filter { +input localmainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -182860,32 +180555,32 @@ input stagingmetis_RootCount_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RootCount_filter] - or: [stagingmetis_RootCount_filter] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootCount_filter] + or: [localmainnet_RootCount_filter] } -enum stagingmetis_RootCount_orderBy { +enum localmainnet_RootCount_orderBy { id count } -type stagingmetis_RootMessageSent { +type localmainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmetis_Bytes + root: localmainnet_Bytes count: BigInt - caller: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmetis_RootMessageSent_filter { +input localmainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -182910,16 +180605,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: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -182928,26 +180623,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: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -182981,12 +180676,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: localmainnet_BlockChangedFilter + and: [localmainnet_RootMessageSent_filter] + or: [localmainnet_RootMessageSent_filter] } -enum stagingmetis_RootMessageSent_orderBy { +enum localmainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -183000,25 +180695,25 @@ enum stagingmetis_RootMessageSent_orderBy { blockNumber } -type stagingmetis_Router { +type localmainnet_Router { id: ID! isActive: Boolean! - owner: stagingmetis_Bytes - recipient: stagingmetis_Bytes - proposedOwner: stagingmetis_Bytes + owner: localmainnet_Bytes + recipient: localmainnet_Bytes + proposedOwner: localmainnet_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: localmainnet_AssetBalance_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_AssetBalance_filter): [localmainnet_AssetBalance!]! } -type stagingmetis_RouterDailyTVL { +type localmainnet_RouterDailyTVL { id: ID! - router: stagingmetis_Router! - asset: stagingmetis_Asset! + router: localmainnet_Router! + asset: localmainnet_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmetis_RouterDailyTVL_filter { +input localmainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -183047,7 +180742,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_: localmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -183068,7 +180763,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_: localmainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -183086,12 +180781,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: localmainnet_BlockChangedFilter + and: [localmainnet_RouterDailyTVL_filter] + or: [localmainnet_RouterDailyTVL_filter] } -enum stagingmetis_RouterDailyTVL_orderBy { +enum localmainnet_RouterDailyTVL_orderBy { id router router__id @@ -183114,26 +180809,26 @@ enum stagingmetis_RouterDailyTVL_orderBy { balance } -type stagingmetis_RouterLiquidityEvent { +type localmainnet_RouterLiquidityEvent { id: ID! - type: stagingmetis_RouterLiquidityEventType - router: stagingmetis_Router! - asset: stagingmetis_Asset! + type: localmainnet_RouterLiquidityEventType + router: localmainnet_Router! + asset: localmainnet_Asset! amount: BigInt! balance: BigInt! - caller: stagingmetis_Bytes + caller: localmainnet_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmetis_Bytes! + transactionHash: localmainnet_Bytes! nonce: BigInt! } -enum stagingmetis_RouterLiquidityEventType { +enum localmainnet_RouterLiquidityEventType { Add Remove } -input stagingmetis_RouterLiquidityEvent_filter { +input localmainnet_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -183142,10 +180837,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: localmainnet_RouterLiquidityEventType + type_not: localmainnet_RouterLiquidityEventType + type_in: [localmainnet_RouterLiquidityEventType!] + type_not_in: [localmainnet_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -183166,7 +180861,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_: localmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -183187,7 +180882,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_: localmainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -183204,16 +180899,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: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -183230,16 +180925,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: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -183249,12 +180944,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: localmainnet_BlockChangedFilter + and: [localmainnet_RouterLiquidityEvent_filter] + or: [localmainnet_RouterLiquidityEvent_filter] } -enum stagingmetis_RouterLiquidityEvent_orderBy { +enum localmainnet_RouterLiquidityEvent_orderBy { id type router @@ -183283,7 +180978,7 @@ enum stagingmetis_RouterLiquidityEvent_orderBy { nonce } -input stagingmetis_Router_filter { +input localmainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -183296,36 +180991,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: localmainnet_Bytes + owner_not: localmainnet_Bytes + owner_gt: localmainnet_Bytes + owner_lt: localmainnet_Bytes + owner_gte: localmainnet_Bytes + owner_lte: localmainnet_Bytes + owner_in: [localmainnet_Bytes!] + owner_not_in: [localmainnet_Bytes!] + owner_contains: localmainnet_Bytes + owner_not_contains: localmainnet_Bytes + recipient: localmainnet_Bytes + recipient_not: localmainnet_Bytes + recipient_gt: localmainnet_Bytes + recipient_lt: localmainnet_Bytes + recipient_gte: localmainnet_Bytes + recipient_lte: localmainnet_Bytes + recipient_in: [localmainnet_Bytes!] + recipient_not_in: [localmainnet_Bytes!] + recipient_contains: localmainnet_Bytes + recipient_not_contains: localmainnet_Bytes + proposedOwner: localmainnet_Bytes + proposedOwner_not: localmainnet_Bytes + proposedOwner_gt: localmainnet_Bytes + proposedOwner_lt: localmainnet_Bytes + proposedOwner_gte: localmainnet_Bytes + proposedOwner_lte: localmainnet_Bytes + proposedOwner_in: [localmainnet_Bytes!] + proposedOwner_not_in: [localmainnet_Bytes!] + proposedOwner_contains: localmainnet_Bytes + proposedOwner_not_contains: localmainnet_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -183334,14 +181029,14 @@ input stagingmetis_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmetis_AssetBalance_filter + assetBalances_: localmainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Router_filter] - or: [stagingmetis_Router_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Router_filter] + or: [localmainnet_Router_filter] } -enum stagingmetis_Router_orderBy { +enum localmainnet_Router_orderBy { id isActive owner @@ -183351,13 +181046,13 @@ enum stagingmetis_Router_orderBy { assetBalances } -type stagingmetis_Sequencer { +type localmainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmetis_Bytes + sequencer: localmainnet_Bytes } -input stagingmetis_Sequencer_filter { +input localmainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -183370,35 +181065,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: localmainnet_Bytes + sequencer_not: localmainnet_Bytes + sequencer_gt: localmainnet_Bytes + sequencer_lt: localmainnet_Bytes + sequencer_gte: localmainnet_Bytes + sequencer_lte: localmainnet_Bytes + sequencer_in: [localmainnet_Bytes!] + sequencer_not_in: [localmainnet_Bytes!] + sequencer_contains: localmainnet_Bytes + sequencer_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Sequencer_filter] - or: [stagingmetis_Sequencer_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Sequencer_filter] + or: [localmainnet_Sequencer_filter] } -enum stagingmetis_Sequencer_orderBy { +enum localmainnet_Sequencer_orderBy { id isActive sequencer } -type stagingmetis_Setting { +type localmainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmetis_Bytes! + caller: localmainnet_Bytes! } -input stagingmetis_Setting_filter { +input localmainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -183415,41 +181110,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: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Setting_filter] - or: [stagingmetis_Setting_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Setting_filter] + or: [localmainnet_Setting_filter] } -enum stagingmetis_Setting_orderBy { +enum localmainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmetis_SlippageUpdate { +type localmainnet_SlippageUpdate { id: ID! - transfer: stagingmetis_DestinationTransfer! + transfer: localmainnet_DestinationTransfer! slippage: BigInt! - caller: stagingmetis_Bytes! - transactionHash: stagingmetis_Bytes! + caller: localmainnet_Bytes! + transactionHash: localmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmetis_SlippageUpdate_filter { +input localmainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -183478,7 +181173,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_: localmainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -183487,26 +181182,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: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -183540,12 +181235,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: localmainnet_BlockChangedFilter + and: [localmainnet_SlippageUpdate_filter] + or: [localmainnet_SlippageUpdate_filter] } -enum stagingmetis_SlippageUpdate_orderBy { +enum localmainnet_SlippageUpdate_orderBy { id transfer transfer__id @@ -183593,16 +181288,16 @@ enum stagingmetis_SlippageUpdate_orderBy { blockNumber } -type stagingmetis_SnapshotRoot { +type localmainnet_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmetis_Bytes! + root: localmainnet_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmetis_SnapshotRoot_filter { +input localmainnet_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -183619,16 +181314,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: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -183654,12 +181349,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: localmainnet_BlockChangedFilter + and: [localmainnet_SnapshotRoot_filter] + or: [localmainnet_SnapshotRoot_filter] } -enum stagingmetis_SnapshotRoot_orderBy { +enum localmainnet_SnapshotRoot_orderBy { id spokeDomain root @@ -183668,12 +181363,12 @@ enum stagingmetis_SnapshotRoot_orderBy { blockNumber } -type stagingmetis_SpokeConnectorMode { +type localmainnet_SpokeConnectorMode { id: ID! mode: String! } -input stagingmetis_SpokeConnectorMode_filter { +input localmainnet_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -183703,17 +181398,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: localmainnet_BlockChangedFilter + and: [localmainnet_SpokeConnectorMode_filter] + or: [localmainnet_SpokeConnectorMode_filter] } -enum stagingmetis_SpokeConnectorMode_orderBy { +enum localmainnet_SpokeConnectorMode_orderBy { id mode } -enum stagingmetis_TransferStatus { +enum localmainnet_TransferStatus { XCalled Executed Reconciled @@ -183721,40 +181416,15 @@ enum stagingmetis_TransferStatus { CompletedFast } -type stagingmetis__Block_ { - """The hash of the block""" - hash: stagingmetis_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type stagingmetis__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingmetis__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type staginglinea_AggregateRoot { +type localarbitrumone_AggregateRoot { id: ID! - root: staginglinea_Bytes! + root: localarbitrumone_Bytes! blockNumber: BigInt! } -type staginglinea_AggregateRootProposed { +type localarbitrumone_AggregateRootProposed { id: ID! - aggregateRoot: staginglinea_Bytes! + aggregateRoot: localarbitrumone_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -183762,7 +181432,7 @@ type staginglinea_AggregateRootProposed { blockNumber: BigInt } -input staginglinea_AggregateRootProposed_filter { +input localarbitrumone_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -183771,12 +181441,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: localarbitrumone_Bytes + aggregateRoot_not: localarbitrumone_Bytes + aggregateRoot_gt: localarbitrumone_Bytes + aggregateRoot_lt: localarbitrumone_Bytes + aggregateRoot_gte: localarbitrumone_Bytes + aggregateRoot_lte: localarbitrumone_Bytes + aggregateRoot_in: [localarbitrumone_Bytes!] + aggregateRoot_not_in: [localarbitrumone_Bytes!] + aggregateRoot_contains: localarbitrumone_Bytes + aggregateRoot_not_contains: localarbitrumone_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -183818,10 +181492,12 @@ input staginglinea_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AggregateRootProposed_filter] + or: [localarbitrumone_AggregateRootProposed_filter] } -enum staginglinea_AggregateRootProposed_orderBy { +enum localarbitrumone_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -183831,7 +181507,7 @@ enum staginglinea_AggregateRootProposed_orderBy { blockNumber } -input staginglinea_AggregateRoot_filter { +input localarbitrumone_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -183840,12 +181516,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: localarbitrumone_Bytes + root_not: localarbitrumone_Bytes + root_gt: localarbitrumone_Bytes + root_lt: localarbitrumone_Bytes + root_gte: localarbitrumone_Bytes + root_lte: localarbitrumone_Bytes + root_in: [localarbitrumone_Bytes!] + root_not_in: [localarbitrumone_Bytes!] + root_contains: localarbitrumone_Bytes + root_not_contains: localarbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -183855,40 +181535,47 @@ input staginglinea_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AggregateRoot_filter] + or: [localarbitrumone_AggregateRoot_filter] } -enum staginglinea_AggregateRoot_orderBy { +enum localarbitrumone_AggregateRoot_orderBy { id root blockNumber } -type staginglinea_Asset { +enum localarbitrumone_Aggregation_interval { + hour + day +} + +type localarbitrumone_Asset { id: ID! - key: staginglinea_Bytes + key: localarbitrumone_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: staginglinea_Bytes + canonicalId: localarbitrumone_Bytes canonicalDomain: BigInt - adoptedAsset: staginglinea_Bytes - localAsset: staginglinea_Bytes + adoptedAsset: localarbitrumone_Bytes + localAsset: localarbitrumone_Bytes blockNumber: BigInt - status: staginglinea_AssetStatus + status: localarbitrumone_AssetStatus } -type staginglinea_AssetBalance { +type localarbitrumone_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: staginglinea_Router! - asset: staginglinea_Asset! + router: localarbitrumone_Router! + asset: localarbitrumone_Asset! feesEarned: BigInt! } -input staginglinea_AssetBalance_filter { +input localarbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -183949,7 +181636,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_: localarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -183970,7 +181657,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_: localarbitrumone_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -183980,26 +181667,43 @@ input staginglinea_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AssetBalance_filter] + or: [localarbitrumone_AssetBalance_filter] } -enum staginglinea_AssetBalance_orderBy { +enum localarbitrumone_AssetBalance_orderBy { id amount locked supplied removed router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber feesEarned } -type staginglinea_AssetStatus { +type localarbitrumone_AssetStatus { id: ID! status: Boolean } -input staginglinea_AssetStatus_filter { +input localarbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -184013,15 +181717,17 @@ input staginglinea_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AssetStatus_filter] + or: [localarbitrumone_AssetStatus_filter] } -enum staginglinea_AssetStatus_orderBy { +enum localarbitrumone_AssetStatus_orderBy { id status } -input staginglinea_Asset_filter { +input localarbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -184030,12 +181736,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: localarbitrumone_Bytes + key_not: localarbitrumone_Bytes + key_gt: localarbitrumone_Bytes + key_lt: localarbitrumone_Bytes + key_gte: localarbitrumone_Bytes + key_lte: localarbitrumone_Bytes + key_in: [localarbitrumone_Bytes!] + key_not_in: [localarbitrumone_Bytes!] + key_contains: localarbitrumone_Bytes + key_not_contains: localarbitrumone_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -184052,12 +181762,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: localarbitrumone_Bytes + canonicalId_not: localarbitrumone_Bytes + canonicalId_gt: localarbitrumone_Bytes + canonicalId_lt: localarbitrumone_Bytes + canonicalId_gte: localarbitrumone_Bytes + canonicalId_lte: localarbitrumone_Bytes + canonicalId_in: [localarbitrumone_Bytes!] + canonicalId_not_in: [localarbitrumone_Bytes!] + canonicalId_contains: localarbitrumone_Bytes + canonicalId_not_contains: localarbitrumone_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -184066,18 +181780,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: localarbitrumone_Bytes + adoptedAsset_not: localarbitrumone_Bytes + adoptedAsset_gt: localarbitrumone_Bytes + adoptedAsset_lt: localarbitrumone_Bytes + adoptedAsset_gte: localarbitrumone_Bytes + adoptedAsset_lte: localarbitrumone_Bytes + adoptedAsset_in: [localarbitrumone_Bytes!] + adoptedAsset_not_in: [localarbitrumone_Bytes!] + adoptedAsset_contains: localarbitrumone_Bytes + adoptedAsset_not_contains: localarbitrumone_Bytes + localAsset: localarbitrumone_Bytes + localAsset_not: localarbitrumone_Bytes + localAsset_gt: localarbitrumone_Bytes + localAsset_lt: localarbitrumone_Bytes + localAsset_gte: localarbitrumone_Bytes + localAsset_lte: localarbitrumone_Bytes + localAsset_in: [localarbitrumone_Bytes!] + localAsset_not_in: [localarbitrumone_Bytes!] + localAsset_contains: localarbitrumone_Bytes + localAsset_not_contains: localarbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -184106,12 +181828,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_: localarbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Asset_filter] + or: [localarbitrumone_Asset_filter] } -enum staginglinea_Asset_orderBy { +enum localarbitrumone_Asset_orderBy { id key decimal @@ -184122,32 +181846,34 @@ enum staginglinea_Asset_orderBy { localAsset blockNumber status + status__id + status__status } -scalar staginglinea_BigDecimal +scalar localarbitrumone_BigDecimal -input staginglinea_BlockChangedFilter { +input localarbitrumone_BlockChangedFilter { number_gte: Int! } -input staginglinea_Block_height { - hash: staginglinea_Bytes +input localarbitrumone_Block_height { + hash: localarbitrumone_Bytes number: Int number_gte: Int } -scalar staginglinea_Bytes +scalar localarbitrumone_Bytes -type staginglinea_ConnectorMeta { +type localarbitrumone_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: staginglinea_Bytes - rootManager: staginglinea_Bytes - mirrorConnector: staginglinea_Bytes + amb: localarbitrumone_Bytes + rootManager: localarbitrumone_Bytes + mirrorConnector: localarbitrumone_Bytes } -input staginglinea_ConnectorMeta_filter { +input localarbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -184172,29 +181898,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: localarbitrumone_Bytes + amb_not: localarbitrumone_Bytes + amb_gt: localarbitrumone_Bytes + amb_lt: localarbitrumone_Bytes + amb_gte: localarbitrumone_Bytes + amb_lte: localarbitrumone_Bytes + amb_in: [localarbitrumone_Bytes!] + amb_not_in: [localarbitrumone_Bytes!] + amb_contains: localarbitrumone_Bytes + amb_not_contains: localarbitrumone_Bytes + rootManager: localarbitrumone_Bytes + rootManager_not: localarbitrumone_Bytes + rootManager_gt: localarbitrumone_Bytes + rootManager_lt: localarbitrumone_Bytes + rootManager_gte: localarbitrumone_Bytes + rootManager_lte: localarbitrumone_Bytes + rootManager_in: [localarbitrumone_Bytes!] + rootManager_not_in: [localarbitrumone_Bytes!] + rootManager_contains: localarbitrumone_Bytes + rootManager_not_contains: localarbitrumone_Bytes + mirrorConnector: localarbitrumone_Bytes + mirrorConnector_not: localarbitrumone_Bytes + mirrorConnector_gt: localarbitrumone_Bytes + mirrorConnector_lt: localarbitrumone_Bytes + mirrorConnector_gte: localarbitrumone_Bytes + mirrorConnector_lte: localarbitrumone_Bytes + mirrorConnector_in: [localarbitrumone_Bytes!] + mirrorConnector_not_in: [localarbitrumone_Bytes!] + mirrorConnector_contains: localarbitrumone_Bytes + mirrorConnector_not_contains: localarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_ConnectorMeta_filter] + or: [localarbitrumone_ConnectorMeta_filter] } -enum staginglinea_ConnectorMeta_orderBy { +enum localarbitrumone_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -184203,48 +181943,48 @@ enum staginglinea_ConnectorMeta_orderBy { mirrorConnector } -type staginglinea_DestinationTransfer { +type localarbitrumone_DestinationTransfer { id: ID! chainId: BigInt - transferId: staginglinea_Bytes + transferId: localarbitrumone_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: localarbitrumone_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: localarbitrumone_Router_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_Router_filter): [localarbitrumone_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginglinea_Bytes - delegate: staginglinea_Bytes + to: localarbitrumone_Bytes + delegate: localarbitrumone_Bytes receiveLocal: Boolean - callData: staginglinea_Bytes + callData: localarbitrumone_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: staginglinea_Bytes + originSender: localarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginglinea_Bytes - asset: staginglinea_Asset + canonicalId: localarbitrumone_Bytes + asset: localarbitrumone_Asset amount: BigInt routersFee: BigInt - executedCaller: staginglinea_Bytes - executedTransactionHash: staginglinea_Bytes + executedCaller: localarbitrumone_Bytes + executedTransactionHash: localarbitrumone_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: staginglinea_Bytes + executedTxOrigin: localarbitrumone_Bytes executedTxNonce: BigInt - reconciledCaller: staginglinea_Bytes - reconciledTransactionHash: staginglinea_Bytes + reconciledCaller: localarbitrumone_Bytes + reconciledTransactionHash: localarbitrumone_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: staginglinea_Bytes + reconciledTxOrigin: localarbitrumone_Bytes reconciledTxNonce: BigInt } -input staginglinea_DestinationTransfer_filter { +input localarbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -184261,12 +182001,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: localarbitrumone_Bytes + transferId_not: localarbitrumone_Bytes + transferId_gt: localarbitrumone_Bytes + transferId_lt: localarbitrumone_Bytes + transferId_gte: localarbitrumone_Bytes + transferId_lte: localarbitrumone_Bytes + transferId_in: [localarbitrumone_Bytes!] + transferId_not_in: [localarbitrumone_Bytes!] + transferId_contains: localarbitrumone_Bytes + transferId_not_contains: localarbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -184275,17 +182019,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: localarbitrumone_TransferStatus + status_not: localarbitrumone_TransferStatus + status_in: [localarbitrumone_TransferStatus!] + status_not_in: [localarbitrumone_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: staginglinea_Router_filter + routers_: localarbitrumone_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -184310,28 +182054,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: localarbitrumone_Bytes + to_not: localarbitrumone_Bytes + to_gt: localarbitrumone_Bytes + to_lt: localarbitrumone_Bytes + to_gte: localarbitrumone_Bytes + to_lte: localarbitrumone_Bytes + to_in: [localarbitrumone_Bytes!] + to_not_in: [localarbitrumone_Bytes!] + to_contains: localarbitrumone_Bytes + to_not_contains: localarbitrumone_Bytes + delegate: localarbitrumone_Bytes + delegate_not: localarbitrumone_Bytes + delegate_gt: localarbitrumone_Bytes + delegate_lt: localarbitrumone_Bytes + delegate_gte: localarbitrumone_Bytes + delegate_lte: localarbitrumone_Bytes + delegate_in: [localarbitrumone_Bytes!] + delegate_not_in: [localarbitrumone_Bytes!] + delegate_contains: localarbitrumone_Bytes + delegate_not_contains: localarbitrumone_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: localarbitrumone_Bytes + callData_not: localarbitrumone_Bytes + callData_gt: localarbitrumone_Bytes + callData_lt: localarbitrumone_Bytes + callData_gte: localarbitrumone_Bytes + callData_lte: localarbitrumone_Bytes + callData_in: [localarbitrumone_Bytes!] + callData_not_in: [localarbitrumone_Bytes!] + callData_contains: localarbitrumone_Bytes + callData_not_contains: localarbitrumone_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -184348,12 +182104,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: localarbitrumone_Bytes + originSender_not: localarbitrumone_Bytes + originSender_gt: localarbitrumone_Bytes + originSender_lt: localarbitrumone_Bytes + originSender_gte: localarbitrumone_Bytes + originSender_lte: localarbitrumone_Bytes + originSender_in: [localarbitrumone_Bytes!] + originSender_not_in: [localarbitrumone_Bytes!] + originSender_contains: localarbitrumone_Bytes + originSender_not_contains: localarbitrumone_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -184370,12 +182130,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: localarbitrumone_Bytes + canonicalId_not: localarbitrumone_Bytes + canonicalId_gt: localarbitrumone_Bytes + canonicalId_lt: localarbitrumone_Bytes + canonicalId_gte: localarbitrumone_Bytes + canonicalId_lte: localarbitrumone_Bytes + canonicalId_in: [localarbitrumone_Bytes!] + canonicalId_not_in: [localarbitrumone_Bytes!] + canonicalId_contains: localarbitrumone_Bytes + canonicalId_not_contains: localarbitrumone_Bytes asset: String asset_not: String asset_gt: String @@ -184396,7 +182160,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_: localarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -184413,18 +182177,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: localarbitrumone_Bytes + executedCaller_not: localarbitrumone_Bytes + executedCaller_gt: localarbitrumone_Bytes + executedCaller_lt: localarbitrumone_Bytes + executedCaller_gte: localarbitrumone_Bytes + executedCaller_lte: localarbitrumone_Bytes + executedCaller_in: [localarbitrumone_Bytes!] + executedCaller_not_in: [localarbitrumone_Bytes!] + executedCaller_contains: localarbitrumone_Bytes + executedCaller_not_contains: localarbitrumone_Bytes + executedTransactionHash: localarbitrumone_Bytes + executedTransactionHash_not: localarbitrumone_Bytes + executedTransactionHash_gt: localarbitrumone_Bytes + executedTransactionHash_lt: localarbitrumone_Bytes + executedTransactionHash_gte: localarbitrumone_Bytes + executedTransactionHash_lte: localarbitrumone_Bytes + executedTransactionHash_in: [localarbitrumone_Bytes!] + executedTransactionHash_not_in: [localarbitrumone_Bytes!] + executedTransactionHash_contains: localarbitrumone_Bytes + executedTransactionHash_not_contains: localarbitrumone_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -184457,12 +182229,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: localarbitrumone_Bytes + executedTxOrigin_not: localarbitrumone_Bytes + executedTxOrigin_gt: localarbitrumone_Bytes + executedTxOrigin_lt: localarbitrumone_Bytes + executedTxOrigin_gte: localarbitrumone_Bytes + executedTxOrigin_lte: localarbitrumone_Bytes + executedTxOrigin_in: [localarbitrumone_Bytes!] + executedTxOrigin_not_in: [localarbitrumone_Bytes!] + executedTxOrigin_contains: localarbitrumone_Bytes + executedTxOrigin_not_contains: localarbitrumone_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -184471,18 +182247,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: localarbitrumone_Bytes + reconciledCaller_not: localarbitrumone_Bytes + reconciledCaller_gt: localarbitrumone_Bytes + reconciledCaller_lt: localarbitrumone_Bytes + reconciledCaller_gte: localarbitrumone_Bytes + reconciledCaller_lte: localarbitrumone_Bytes + reconciledCaller_in: [localarbitrumone_Bytes!] + reconciledCaller_not_in: [localarbitrumone_Bytes!] + reconciledCaller_contains: localarbitrumone_Bytes + reconciledCaller_not_contains: localarbitrumone_Bytes + reconciledTransactionHash: localarbitrumone_Bytes + reconciledTransactionHash_not: localarbitrumone_Bytes + reconciledTransactionHash_gt: localarbitrumone_Bytes + reconciledTransactionHash_lt: localarbitrumone_Bytes + reconciledTransactionHash_gte: localarbitrumone_Bytes + reconciledTransactionHash_lte: localarbitrumone_Bytes + reconciledTransactionHash_in: [localarbitrumone_Bytes!] + reconciledTransactionHash_not_in: [localarbitrumone_Bytes!] + reconciledTransactionHash_contains: localarbitrumone_Bytes + reconciledTransactionHash_not_contains: localarbitrumone_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -184515,12 +182299,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: localarbitrumone_Bytes + reconciledTxOrigin_not: localarbitrumone_Bytes + reconciledTxOrigin_gt: localarbitrumone_Bytes + reconciledTxOrigin_lt: localarbitrumone_Bytes + reconciledTxOrigin_gte: localarbitrumone_Bytes + reconciledTxOrigin_lte: localarbitrumone_Bytes + reconciledTxOrigin_in: [localarbitrumone_Bytes!] + reconciledTxOrigin_not_in: [localarbitrumone_Bytes!] + reconciledTxOrigin_contains: localarbitrumone_Bytes + reconciledTxOrigin_not_contains: localarbitrumone_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -184530,10 +182318,12 @@ input staginglinea_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_DestinationTransfer_filter] + or: [localarbitrumone_DestinationTransfer_filter] } -enum staginglinea_DestinationTransfer_orderBy { +enum localarbitrumone_DestinationTransfer_orderBy { id chainId transferId @@ -184554,6 +182344,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 @@ -184574,14 +182373,20 @@ enum staginglinea_DestinationTransfer_orderBy { reconciledTxNonce } -type staginglinea_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar localarbitrumone_Int8 + +type localarbitrumone_OptimisticRootFinalized { id: ID! - aggregateRoot: staginglinea_Bytes! + aggregateRoot: localarbitrumone_Bytes! timestamp: BigInt! blockNumber: BigInt } -input staginglinea_OptimisticRootFinalized_filter { +input localarbitrumone_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -184590,12 +182395,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: localarbitrumone_Bytes + aggregateRoot_not: localarbitrumone_Bytes + aggregateRoot_gt: localarbitrumone_Bytes + aggregateRoot_lt: localarbitrumone_Bytes + aggregateRoot_gte: localarbitrumone_Bytes + aggregateRoot_lte: localarbitrumone_Bytes + aggregateRoot_in: [localarbitrumone_Bytes!] + aggregateRoot_not_in: [localarbitrumone_Bytes!] + aggregateRoot_contains: localarbitrumone_Bytes + aggregateRoot_not_contains: localarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -184613,10 +182422,12 @@ input staginglinea_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_OptimisticRootFinalized_filter] + or: [localarbitrumone_OptimisticRootFinalized_filter] } -enum staginglinea_OptimisticRootFinalized_orderBy { +enum localarbitrumone_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -184624,25 +182435,25 @@ enum staginglinea_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum staginglinea_OrderDirection { +enum localarbitrumone_OrderDirection { asc desc } -type staginglinea_OriginMessage { +type localarbitrumone_OriginMessage { id: ID! - transferId: staginglinea_Bytes + transferId: localarbitrumone_Bytes destinationDomain: BigInt - leaf: staginglinea_Bytes + leaf: localarbitrumone_Bytes index: BigInt - message: staginglinea_Bytes - root: staginglinea_Bytes - transactionHash: staginglinea_Bytes + message: localarbitrumone_Bytes + root: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes blockNumber: BigInt - rootCount: staginglinea_RootCount + rootCount: localarbitrumone_RootCount } -input staginglinea_OriginMessage_filter { +input localarbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -184651,12 +182462,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: localarbitrumone_Bytes + transferId_not: localarbitrumone_Bytes + transferId_gt: localarbitrumone_Bytes + transferId_lt: localarbitrumone_Bytes + transferId_gte: localarbitrumone_Bytes + transferId_lte: localarbitrumone_Bytes + transferId_in: [localarbitrumone_Bytes!] + transferId_not_in: [localarbitrumone_Bytes!] + transferId_contains: localarbitrumone_Bytes + transferId_not_contains: localarbitrumone_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -184665,12 +182480,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: localarbitrumone_Bytes + leaf_not: localarbitrumone_Bytes + leaf_gt: localarbitrumone_Bytes + leaf_lt: localarbitrumone_Bytes + leaf_gte: localarbitrumone_Bytes + leaf_lte: localarbitrumone_Bytes + leaf_in: [localarbitrumone_Bytes!] + leaf_not_in: [localarbitrumone_Bytes!] + leaf_contains: localarbitrumone_Bytes + leaf_not_contains: localarbitrumone_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -184679,24 +182498,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: localarbitrumone_Bytes + message_not: localarbitrumone_Bytes + message_gt: localarbitrumone_Bytes + message_lt: localarbitrumone_Bytes + message_gte: localarbitrumone_Bytes + message_lte: localarbitrumone_Bytes + message_in: [localarbitrumone_Bytes!] + message_not_in: [localarbitrumone_Bytes!] + message_contains: localarbitrumone_Bytes + message_not_contains: localarbitrumone_Bytes + root: localarbitrumone_Bytes + root_not: localarbitrumone_Bytes + root_gt: localarbitrumone_Bytes + root_lt: localarbitrumone_Bytes + root_gte: localarbitrumone_Bytes + root_lte: localarbitrumone_Bytes + root_in: [localarbitrumone_Bytes!] + root_not_in: [localarbitrumone_Bytes!] + root_contains: localarbitrumone_Bytes + root_not_contains: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -184725,12 +182556,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_: localarbitrumone_RootCount_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_OriginMessage_filter] + or: [localarbitrumone_OriginMessage_filter] } -enum staginglinea_OriginMessage_orderBy { +enum localarbitrumone_OriginMessage_orderBy { id transferId destinationDomain @@ -184741,44 +182574,46 @@ enum staginglinea_OriginMessage_orderBy { transactionHash blockNumber rootCount + rootCount__id + rootCount__count } -type staginglinea_OriginTransfer { +type localarbitrumone_OriginTransfer { id: ID! chainId: BigInt - transferId: staginglinea_Bytes + transferId: localarbitrumone_Bytes nonce: BigInt - status: staginglinea_TransferStatus - messageHash: staginglinea_Bytes + status: localarbitrumone_TransferStatus + messageHash: localarbitrumone_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginglinea_Bytes - delegate: staginglinea_Bytes + to: localarbitrumone_Bytes + delegate: localarbitrumone_Bytes receiveLocal: Boolean - callData: staginglinea_Bytes + callData: localarbitrumone_Bytes slippage: BigInt - originSender: staginglinea_Bytes + originSender: localarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginglinea_Bytes - asset: staginglinea_Asset - transactingAsset: staginglinea_Bytes - message: staginglinea_OriginMessage + canonicalId: localarbitrumone_Bytes + asset: localarbitrumone_Asset + transactingAsset: localarbitrumone_Bytes + message: localarbitrumone_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: localarbitrumone_RelayerFee_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_RelayerFee_filter): [localarbitrumone_RelayerFee!] + initialRelayerFeeAsset: localarbitrumone_Bytes + caller: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: staginglinea_Bytes + txOrigin: localarbitrumone_Bytes txNonce: BigInt } -input staginglinea_OriginTransfer_filter { +input localarbitrumone_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -184795,12 +182630,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: localarbitrumone_Bytes + transferId_not: localarbitrumone_Bytes + transferId_gt: localarbitrumone_Bytes + transferId_lt: localarbitrumone_Bytes + transferId_gte: localarbitrumone_Bytes + transferId_lte: localarbitrumone_Bytes + transferId_in: [localarbitrumone_Bytes!] + transferId_not_in: [localarbitrumone_Bytes!] + transferId_contains: localarbitrumone_Bytes + transferId_not_contains: localarbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -184809,16 +182648,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: localarbitrumone_TransferStatus + status_not: localarbitrumone_TransferStatus + status_in: [localarbitrumone_TransferStatus!] + status_not_in: [localarbitrumone_TransferStatus!] + messageHash: localarbitrumone_Bytes + messageHash_not: localarbitrumone_Bytes + messageHash_gt: localarbitrumone_Bytes + messageHash_lt: localarbitrumone_Bytes + messageHash_gte: localarbitrumone_Bytes + messageHash_lte: localarbitrumone_Bytes + messageHash_in: [localarbitrumone_Bytes!] + messageHash_not_in: [localarbitrumone_Bytes!] + messageHash_contains: localarbitrumone_Bytes + messageHash_not_contains: localarbitrumone_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -184843,28 +182686,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: localarbitrumone_Bytes + to_not: localarbitrumone_Bytes + to_gt: localarbitrumone_Bytes + to_lt: localarbitrumone_Bytes + to_gte: localarbitrumone_Bytes + to_lte: localarbitrumone_Bytes + to_in: [localarbitrumone_Bytes!] + to_not_in: [localarbitrumone_Bytes!] + to_contains: localarbitrumone_Bytes + to_not_contains: localarbitrumone_Bytes + delegate: localarbitrumone_Bytes + delegate_not: localarbitrumone_Bytes + delegate_gt: localarbitrumone_Bytes + delegate_lt: localarbitrumone_Bytes + delegate_gte: localarbitrumone_Bytes + delegate_lte: localarbitrumone_Bytes + delegate_in: [localarbitrumone_Bytes!] + delegate_not_in: [localarbitrumone_Bytes!] + delegate_contains: localarbitrumone_Bytes + delegate_not_contains: localarbitrumone_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: localarbitrumone_Bytes + callData_not: localarbitrumone_Bytes + callData_gt: localarbitrumone_Bytes + callData_lt: localarbitrumone_Bytes + callData_gte: localarbitrumone_Bytes + callData_lte: localarbitrumone_Bytes + callData_in: [localarbitrumone_Bytes!] + callData_not_in: [localarbitrumone_Bytes!] + callData_contains: localarbitrumone_Bytes + callData_not_contains: localarbitrumone_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -184873,12 +182728,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: localarbitrumone_Bytes + originSender_not: localarbitrumone_Bytes + originSender_gt: localarbitrumone_Bytes + originSender_lt: localarbitrumone_Bytes + originSender_gte: localarbitrumone_Bytes + originSender_lte: localarbitrumone_Bytes + originSender_in: [localarbitrumone_Bytes!] + originSender_not_in: [localarbitrumone_Bytes!] + originSender_contains: localarbitrumone_Bytes + originSender_not_contains: localarbitrumone_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -184895,12 +182754,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: localarbitrumone_Bytes + canonicalId_not: localarbitrumone_Bytes + canonicalId_gt: localarbitrumone_Bytes + canonicalId_lt: localarbitrumone_Bytes + canonicalId_gte: localarbitrumone_Bytes + canonicalId_lte: localarbitrumone_Bytes + canonicalId_in: [localarbitrumone_Bytes!] + canonicalId_not_in: [localarbitrumone_Bytes!] + canonicalId_contains: localarbitrumone_Bytes + canonicalId_not_contains: localarbitrumone_Bytes asset: String asset_not: String asset_gt: String @@ -184921,13 +182784,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_: localarbitrumone_Asset_filter + transactingAsset: localarbitrumone_Bytes + transactingAsset_not: localarbitrumone_Bytes + transactingAsset_gt: localarbitrumone_Bytes + transactingAsset_lt: localarbitrumone_Bytes + transactingAsset_gte: localarbitrumone_Bytes + transactingAsset_lte: localarbitrumone_Bytes + transactingAsset_in: [localarbitrumone_Bytes!] + transactingAsset_not_in: [localarbitrumone_Bytes!] + transactingAsset_contains: localarbitrumone_Bytes + transactingAsset_not_contains: localarbitrumone_Bytes message: String message_not: String message_gt: String @@ -184948,7 +182815,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_: localarbitrumone_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -184963,25 +182830,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_: localarbitrumone_RelayerFee_filter + initialRelayerFeeAsset: localarbitrumone_Bytes + initialRelayerFeeAsset_not: localarbitrumone_Bytes + initialRelayerFeeAsset_gt: localarbitrumone_Bytes + initialRelayerFeeAsset_lt: localarbitrumone_Bytes + initialRelayerFeeAsset_gte: localarbitrumone_Bytes + initialRelayerFeeAsset_lte: localarbitrumone_Bytes + initialRelayerFeeAsset_in: [localarbitrumone_Bytes!] + initialRelayerFeeAsset_not_in: [localarbitrumone_Bytes!] + initialRelayerFeeAsset_contains: localarbitrumone_Bytes + initialRelayerFeeAsset_not_contains: localarbitrumone_Bytes + caller: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185014,12 +182893,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: localarbitrumone_Bytes + txOrigin_not: localarbitrumone_Bytes + txOrigin_gt: localarbitrumone_Bytes + txOrigin_lt: localarbitrumone_Bytes + txOrigin_gte: localarbitrumone_Bytes + txOrigin_lte: localarbitrumone_Bytes + txOrigin_in: [localarbitrumone_Bytes!] + txOrigin_not_in: [localarbitrumone_Bytes!] + txOrigin_contains: localarbitrumone_Bytes + txOrigin_not_contains: localarbitrumone_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -185029,10 +182912,12 @@ input staginglinea_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_OriginTransfer_filter] + or: [localarbitrumone_OriginTransfer_filter] } -enum staginglinea_OriginTransfer_orderBy { +enum localarbitrumone_OriginTransfer_orderBy { id chainId transferId @@ -185052,8 +182937,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 @@ -185067,20 +182970,20 @@ enum staginglinea_OriginTransfer_orderBy { txNonce } -type staginglinea_Relayer { +type localarbitrumone_Relayer { id: ID! isActive: Boolean! - relayer: staginglinea_Bytes + relayer: localarbitrumone_Bytes } -type staginglinea_RelayerFee { +type localarbitrumone_RelayerFee { id: ID! - transfer: staginglinea_OriginTransfer! + transfer: localarbitrumone_OriginTransfer! fee: BigInt! - asset: staginglinea_Bytes! + asset: localarbitrumone_Bytes! } -input staginglinea_RelayerFee_filter { +input localarbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -185109,7 +183012,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_: localarbitrumone_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -185118,37 +183021,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: localarbitrumone_Bytes + asset_not: localarbitrumone_Bytes + asset_gt: localarbitrumone_Bytes + asset_lt: localarbitrumone_Bytes + asset_gte: localarbitrumone_Bytes + asset_lte: localarbitrumone_Bytes + asset_in: [localarbitrumone_Bytes!] + asset_not_in: [localarbitrumone_Bytes!] + asset_contains: localarbitrumone_Bytes + asset_not_contains: localarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RelayerFee_filter] + or: [localarbitrumone_RelayerFee_filter] } -enum staginglinea_RelayerFee_orderBy { +enum localarbitrumone_RelayerFee_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce fee asset } -type staginglinea_RelayerFeesIncrease { +type localarbitrumone_RelayerFeesIncrease { id: ID! - transfer: staginglinea_OriginTransfer! + transfer: localarbitrumone_OriginTransfer! increase: BigInt - asset: staginglinea_Bytes - caller: staginglinea_Bytes! - transactionHash: staginglinea_Bytes! + asset: localarbitrumone_Bytes + caller: localarbitrumone_Bytes! + transactionHash: localarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginglinea_RelayerFeesIncrease_filter { +input localarbitrumone_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -185177,7 +183115,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_: localarbitrumone_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -185186,24 +183124,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: localarbitrumone_Bytes + asset_not: localarbitrumone_Bytes + asset_gt: localarbitrumone_Bytes + asset_lt: localarbitrumone_Bytes + asset_gte: localarbitrumone_Bytes + asset_lte: localarbitrumone_Bytes + asset_in: [localarbitrumone_Bytes!] + asset_not_in: [localarbitrumone_Bytes!] + asset_contains: localarbitrumone_Bytes + asset_not_contains: localarbitrumone_Bytes + caller: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185237,12 +183187,43 @@ input staginglinea_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RelayerFeesIncrease_filter] + or: [localarbitrumone_RelayerFeesIncrease_filter] } -enum staginglinea_RelayerFeesIncrease_orderBy { +enum localarbitrumone_RelayerFeesIncrease_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce increase asset caller @@ -185253,7 +183234,7 @@ enum staginglinea_RelayerFeesIncrease_orderBy { blockNumber } -input staginglinea_Relayer_filter { +input localarbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -185266,28 +183247,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: localarbitrumone_Bytes + relayer_not: localarbitrumone_Bytes + relayer_gt: localarbitrumone_Bytes + relayer_lt: localarbitrumone_Bytes + relayer_gte: localarbitrumone_Bytes + relayer_lte: localarbitrumone_Bytes + relayer_in: [localarbitrumone_Bytes!] + relayer_not_in: [localarbitrumone_Bytes!] + relayer_contains: localarbitrumone_Bytes + relayer_not_contains: localarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Relayer_filter] + or: [localarbitrumone_Relayer_filter] } -enum staginglinea_Relayer_orderBy { +enum localarbitrumone_Relayer_orderBy { id isActive relayer } -type staginglinea_RootCount { +type localarbitrumone_RootCount { id: ID! count: BigInt } -input staginglinea_RootCount_filter { +input localarbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -185305,29 +183292,31 @@ input staginglinea_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RootCount_filter] + or: [localarbitrumone_RootCount_filter] } -enum staginglinea_RootCount_orderBy { +enum localarbitrumone_RootCount_orderBy { id count } -type staginglinea_RootMessageSent { +type localarbitrumone_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: staginglinea_Bytes + root: localarbitrumone_Bytes count: BigInt - caller: staginglinea_Bytes - transactionHash: staginglinea_Bytes + caller: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input staginglinea_RootMessageSent_filter { +input localarbitrumone_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -185352,12 +183341,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: localarbitrumone_Bytes + root_not: localarbitrumone_Bytes + root_gt: localarbitrumone_Bytes + root_lt: localarbitrumone_Bytes + root_gte: localarbitrumone_Bytes + root_lte: localarbitrumone_Bytes + root_in: [localarbitrumone_Bytes!] + root_not_in: [localarbitrumone_Bytes!] + root_contains: localarbitrumone_Bytes + root_not_contains: localarbitrumone_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -185366,18 +183359,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: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185411,10 +183412,12 @@ input staginglinea_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RootMessageSent_filter] + or: [localarbitrumone_RootMessageSent_filter] } -enum staginglinea_RootMessageSent_orderBy { +enum localarbitrumone_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -185428,25 +183431,25 @@ enum staginglinea_RootMessageSent_orderBy { blockNumber } -type staginglinea_Router { +type localarbitrumone_Router { id: ID! isActive: Boolean! - owner: staginglinea_Bytes - recipient: staginglinea_Bytes - proposedOwner: staginglinea_Bytes + owner: localarbitrumone_Bytes + recipient: localarbitrumone_Bytes + proposedOwner: localarbitrumone_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: localarbitrumone_AssetBalance_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_AssetBalance_filter): [localarbitrumone_AssetBalance!]! } -type staginglinea_RouterDailyTVL { +type localarbitrumone_RouterDailyTVL { id: ID! - router: staginglinea_Router! - asset: staginglinea_Asset! + router: localarbitrumone_Router! + asset: localarbitrumone_Asset! timestamp: BigInt! balance: BigInt! } -input staginglinea_RouterDailyTVL_filter { +input localarbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -185475,7 +183478,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_: localarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -185496,7 +183499,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_: localarbitrumone_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185514,37 +183517,54 @@ input staginglinea_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RouterDailyTVL_filter] + or: [localarbitrumone_RouterDailyTVL_filter] } -enum staginglinea_RouterDailyTVL_orderBy { +enum localarbitrumone_RouterDailyTVL_orderBy { id router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp balance } -type staginglinea_RouterLiquidityEvent { +type localarbitrumone_RouterLiquidityEvent { id: ID! - type: staginglinea_RouterLiquidityEventType - router: staginglinea_Router! - asset: staginglinea_Asset! + type: localarbitrumone_RouterLiquidityEventType + router: localarbitrumone_Router! + asset: localarbitrumone_Asset! amount: BigInt! balance: BigInt! - caller: staginglinea_Bytes + caller: localarbitrumone_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: staginglinea_Bytes! + transactionHash: localarbitrumone_Bytes! nonce: BigInt! } -enum staginglinea_RouterLiquidityEventType { +enum localarbitrumone_RouterLiquidityEventType { Add Remove } -input staginglinea_RouterLiquidityEvent_filter { +input localarbitrumone_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -185553,10 +183573,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: localarbitrumone_RouterLiquidityEventType + type_not: localarbitrumone_RouterLiquidityEventType + type_in: [localarbitrumone_RouterLiquidityEventType!] + type_not_in: [localarbitrumone_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -185577,7 +183597,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_: localarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -185598,7 +183618,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_: localarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -185615,12 +183635,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: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -185637,12 +183661,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: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -185652,14 +183680,31 @@ input staginglinea_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RouterLiquidityEvent_filter] + or: [localarbitrumone_RouterLiquidityEvent_filter] } -enum staginglinea_RouterLiquidityEvent_orderBy { +enum localarbitrumone_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 @@ -185669,7 +183714,7 @@ enum staginglinea_RouterLiquidityEvent_orderBy { nonce } -input staginglinea_Router_filter { +input localarbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -185682,24 +183727,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: localarbitrumone_Bytes + owner_not: localarbitrumone_Bytes + owner_gt: localarbitrumone_Bytes + owner_lt: localarbitrumone_Bytes + owner_gte: localarbitrumone_Bytes + owner_lte: localarbitrumone_Bytes + owner_in: [localarbitrumone_Bytes!] + owner_not_in: [localarbitrumone_Bytes!] + owner_contains: localarbitrumone_Bytes + owner_not_contains: localarbitrumone_Bytes + recipient: localarbitrumone_Bytes + recipient_not: localarbitrumone_Bytes + recipient_gt: localarbitrumone_Bytes + recipient_lt: localarbitrumone_Bytes + recipient_gte: localarbitrumone_Bytes + recipient_lte: localarbitrumone_Bytes + recipient_in: [localarbitrumone_Bytes!] + recipient_not_in: [localarbitrumone_Bytes!] + recipient_contains: localarbitrumone_Bytes + recipient_not_contains: localarbitrumone_Bytes + proposedOwner: localarbitrumone_Bytes + proposedOwner_not: localarbitrumone_Bytes + proposedOwner_gt: localarbitrumone_Bytes + proposedOwner_lt: localarbitrumone_Bytes + proposedOwner_gte: localarbitrumone_Bytes + proposedOwner_lte: localarbitrumone_Bytes + proposedOwner_in: [localarbitrumone_Bytes!] + proposedOwner_not_in: [localarbitrumone_Bytes!] + proposedOwner_contains: localarbitrumone_Bytes + proposedOwner_not_contains: localarbitrumone_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -185708,12 +183765,14 @@ input staginglinea_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: staginglinea_AssetBalance_filter + assetBalances_: localarbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Router_filter] + or: [localarbitrumone_Router_filter] } -enum staginglinea_Router_orderBy { +enum localarbitrumone_Router_orderBy { id isActive owner @@ -185723,13 +183782,13 @@ enum staginglinea_Router_orderBy { assetBalances } -type staginglinea_Sequencer { +type localarbitrumone_Sequencer { id: ID! isActive: Boolean! - sequencer: staginglinea_Bytes + sequencer: localarbitrumone_Bytes } -input staginglinea_Sequencer_filter { +input localarbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -185742,29 +183801,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: localarbitrumone_Bytes + sequencer_not: localarbitrumone_Bytes + sequencer_gt: localarbitrumone_Bytes + sequencer_lt: localarbitrumone_Bytes + sequencer_gte: localarbitrumone_Bytes + sequencer_lte: localarbitrumone_Bytes + sequencer_in: [localarbitrumone_Bytes!] + sequencer_not_in: [localarbitrumone_Bytes!] + sequencer_contains: localarbitrumone_Bytes + sequencer_not_contains: localarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Sequencer_filter] + or: [localarbitrumone_Sequencer_filter] } -enum staginglinea_Sequencer_orderBy { +enum localarbitrumone_Sequencer_orderBy { id isActive sequencer } -type staginglinea_Setting { +type localarbitrumone_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: staginglinea_Bytes! + caller: localarbitrumone_Bytes! } -input staginglinea_Setting_filter { +input localarbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -185781,35 +183846,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: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Setting_filter] + or: [localarbitrumone_Setting_filter] } -enum staginglinea_Setting_orderBy { +enum localarbitrumone_Setting_orderBy { id maxRoutersPerTransfer caller } -type staginglinea_SlippageUpdate { +type localarbitrumone_SlippageUpdate { id: ID! - transfer: staginglinea_DestinationTransfer! + transfer: localarbitrumone_DestinationTransfer! slippage: BigInt! - caller: staginglinea_Bytes! - transactionHash: staginglinea_Bytes! + caller: localarbitrumone_Bytes! + transactionHash: localarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginglinea_SlippageUpdate_filter { +input localarbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -185838,7 +183909,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_: localarbitrumone_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -185847,18 +183918,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: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185892,12 +183971,50 @@ input staginglinea_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_SlippageUpdate_filter] + or: [localarbitrumone_SlippageUpdate_filter] } -enum staginglinea_SlippageUpdate_orderBy { +enum localarbitrumone_SlippageUpdate_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce slippage caller transactionHash @@ -185907,16 +184024,16 @@ enum staginglinea_SlippageUpdate_orderBy { blockNumber } -type staginglinea_SnapshotRoot { +type localarbitrumone_SnapshotRoot { id: ID! spokeDomain: BigInt - root: staginglinea_Bytes! + root: localarbitrumone_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input staginglinea_SnapshotRoot_filter { +input localarbitrumone_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -185933,12 +184050,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: localarbitrumone_Bytes + root_not: localarbitrumone_Bytes + root_gt: localarbitrumone_Bytes + root_lt: localarbitrumone_Bytes + root_gte: localarbitrumone_Bytes + root_lte: localarbitrumone_Bytes + root_in: [localarbitrumone_Bytes!] + root_not_in: [localarbitrumone_Bytes!] + root_contains: localarbitrumone_Bytes + root_not_contains: localarbitrumone_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -185964,10 +184085,12 @@ input staginglinea_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_SnapshotRoot_filter] + or: [localarbitrumone_SnapshotRoot_filter] } -enum staginglinea_SnapshotRoot_orderBy { +enum localarbitrumone_SnapshotRoot_orderBy { id spokeDomain root @@ -185976,12 +184099,12 @@ enum staginglinea_SnapshotRoot_orderBy { blockNumber } -type staginglinea_SpokeConnectorMode { +type localarbitrumone_SpokeConnectorMode { id: ID! mode: String! } -input staginglinea_SpokeConnectorMode_filter { +input localarbitrumone_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -186011,15 +184134,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: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_SpokeConnectorMode_filter] + or: [localarbitrumone_SpokeConnectorMode_filter] } -enum staginglinea_SpokeConnectorMode_orderBy { +enum localarbitrumone_SpokeConnectorMode_orderBy { id mode } -enum staginglinea_TransferStatus { +enum localarbitrumone_TransferStatus { XCalled Executed Reconciled @@ -186027,17 +184152,19 @@ enum staginglinea_TransferStatus { CompletedFast } -type staginglinea__Block_ { +type localarbitrumone__Block_ { """The hash of the block""" - hash: staginglinea_Bytes + hash: localarbitrumone_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: localarbitrumone_Bytes } """The type for the top-level _meta field""" -type staginglinea__Meta_ { +type localarbitrumone__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -186045,22 +184172,22 @@ type staginglinea__Meta_ { and therefore asks for the latest block """ - block: staginglinea__Block_! + block: localarbitrumone__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmantle_AggregateRoot { +type stagingmode_AggregateRoot { id: ID! - root: stagingmantle_Bytes! + root: stagingmode_Bytes! blockNumber: BigInt! } -type stagingmantle_AggregateRootProposed { +type stagingmode_AggregateRootProposed { id: ID! - aggregateRoot: stagingmantle_Bytes! + aggregateRoot: stagingmode_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -186068,7 +184195,7 @@ type stagingmantle_AggregateRootProposed { blockNumber: BigInt } -input stagingmantle_AggregateRootProposed_filter { +input stagingmode_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -186077,16 +184204,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: 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 @@ -186128,12 +184255,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: stagingmode_BlockChangedFilter + and: [stagingmode_AggregateRootProposed_filter] + or: [stagingmode_AggregateRootProposed_filter] } -enum stagingmantle_AggregateRootProposed_orderBy { +enum stagingmode_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -186143,7 +184270,7 @@ enum stagingmantle_AggregateRootProposed_orderBy { blockNumber } -input stagingmantle_AggregateRoot_filter { +input stagingmode_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -186152,16 +184279,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: 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 @@ -186171,42 +184298,42 @@ 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: stagingmode_BlockChangedFilter + and: [stagingmode_AggregateRoot_filter] + or: [stagingmode_AggregateRoot_filter] } -enum stagingmantle_AggregateRoot_orderBy { +enum stagingmode_AggregateRoot_orderBy { id root blockNumber } -type stagingmantle_Asset { +type stagingmode_Asset { id: ID! - key: stagingmantle_Bytes + key: stagingmode_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmantle_Bytes + canonicalId: stagingmode_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmantle_Bytes - localAsset: stagingmantle_Bytes + adoptedAsset: stagingmode_Bytes + localAsset: stagingmode_Bytes blockNumber: BigInt - status: stagingmantle_AssetStatus + status: stagingmode_AssetStatus } -type stagingmantle_AssetBalance { +type stagingmode_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmantle_Router! - asset: stagingmantle_Asset! + router: stagingmode_Router! + asset: stagingmode_Asset! feesEarned: BigInt! } -input stagingmantle_AssetBalance_filter { +input stagingmode_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -186267,7 +184394,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_: stagingmode_Router_filter asset: String asset_not: String asset_gt: String @@ -186288,7 +184415,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_: stagingmode_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -186298,12 +184425,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: stagingmode_BlockChangedFilter + and: [stagingmode_AssetBalance_filter] + or: [stagingmode_AssetBalance_filter] } -enum stagingmantle_AssetBalance_orderBy { +enum stagingmode_AssetBalance_orderBy { id amount locked @@ -186329,12 +184456,12 @@ enum stagingmantle_AssetBalance_orderBy { feesEarned } -type stagingmantle_AssetStatus { +type stagingmode_AssetStatus { id: ID! status: Boolean } -input stagingmantle_AssetStatus_filter { +input stagingmode_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -186348,17 +184475,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: stagingmode_BlockChangedFilter + and: [stagingmode_AssetStatus_filter] + or: [stagingmode_AssetStatus_filter] } -enum stagingmantle_AssetStatus_orderBy { +enum stagingmode_AssetStatus_orderBy { id status } -input stagingmantle_Asset_filter { +input stagingmode_Asset_filter { id: ID id_not: ID id_gt: ID @@ -186367,16 +184494,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: 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 @@ -186393,16 +184520,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: 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 @@ -186411,26 +184538,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: 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 @@ -186459,14 +184586,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_: stagingmode_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Asset_filter] - or: [stagingmantle_Asset_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Asset_filter] + or: [stagingmode_Asset_filter] } -enum stagingmantle_Asset_orderBy { +enum stagingmode_Asset_orderBy { id key decimal @@ -186481,30 +184608,30 @@ enum stagingmantle_Asset_orderBy { status__status } -scalar stagingmantle_BigDecimal +scalar stagingmode_BigDecimal -input stagingmantle_BlockChangedFilter { +input stagingmode_BlockChangedFilter { number_gte: Int! } -input stagingmantle_Block_height { - hash: stagingmantle_Bytes +input stagingmode_Block_height { + hash: stagingmode_Bytes number: Int number_gte: Int } -scalar stagingmantle_Bytes +scalar stagingmode_Bytes -type stagingmantle_ConnectorMeta { +type stagingmode_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmantle_Bytes - rootManager: stagingmantle_Bytes - mirrorConnector: stagingmantle_Bytes + amb: stagingmode_Bytes + rootManager: stagingmode_Bytes + mirrorConnector: stagingmode_Bytes } -input stagingmantle_ConnectorMeta_filter { +input stagingmode_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -186529,43 +184656,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_ConnectorMeta_filter] - or: [stagingmantle_ConnectorMeta_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_ConnectorMeta_filter] + or: [stagingmode_ConnectorMeta_filter] } -enum stagingmantle_ConnectorMeta_orderBy { +enum stagingmode_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -186574,48 +184701,48 @@ enum stagingmantle_ConnectorMeta_orderBy { mirrorConnector } -type stagingmantle_DestinationTransfer { +type stagingmode_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmantle_Bytes + transferId: stagingmode_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: 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: stagingmantle_Bytes - delegate: stagingmantle_Bytes + to: stagingmode_Bytes + delegate: stagingmode_Bytes receiveLocal: Boolean - callData: stagingmantle_Bytes + callData: stagingmode_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmantle_Bytes + originSender: stagingmode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmantle_Bytes - asset: stagingmantle_Asset + canonicalId: stagingmode_Bytes + asset: stagingmode_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmantle_Bytes - executedTransactionHash: stagingmantle_Bytes + executedCaller: stagingmode_Bytes + executedTransactionHash: stagingmode_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmantle_Bytes + executedTxOrigin: stagingmode_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmantle_Bytes - reconciledTransactionHash: stagingmantle_Bytes + reconciledCaller: stagingmode_Bytes + reconciledTransactionHash: stagingmode_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmantle_Bytes + reconciledTxOrigin: stagingmode_Bytes reconciledTxNonce: BigInt } -input stagingmantle_DestinationTransfer_filter { +input stagingmode_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -186632,16 +184759,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: 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 @@ -186650,17 +184777,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: 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_: stagingmantle_Router_filter + routers_: stagingmode_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -186685,40 +184812,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: 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: 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: 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 @@ -186735,16 +184862,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: 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 @@ -186761,16 +184888,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: 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 @@ -186791,7 +184918,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_: stagingmode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -186808,26 +184935,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: 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 @@ -186860,16 +184987,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: 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 @@ -186878,26 +185005,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: 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 @@ -186930,16 +185057,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: 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 @@ -186949,12 +185076,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: stagingmode_BlockChangedFilter + and: [stagingmode_DestinationTransfer_filter] + or: [stagingmode_DestinationTransfer_filter] } -enum stagingmantle_DestinationTransfer_orderBy { +enum stagingmode_DestinationTransfer_orderBy { id chainId transferId @@ -187008,16 +185135,16 @@ enum stagingmantle_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmantle_Int8 +scalar stagingmode_Int8 -type stagingmantle_OptimisticRootFinalized { +type stagingmode_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmantle_Bytes! + aggregateRoot: stagingmode_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmantle_OptimisticRootFinalized_filter { +input stagingmode_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -187026,16 +185153,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: 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 @@ -187053,12 +185180,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: stagingmode_BlockChangedFilter + and: [stagingmode_OptimisticRootFinalized_filter] + or: [stagingmode_OptimisticRootFinalized_filter] } -enum stagingmantle_OptimisticRootFinalized_orderBy { +enum stagingmode_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -187066,25 +185193,25 @@ enum stagingmantle_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmantle_OrderDirection { +enum stagingmode_OrderDirection { asc desc } -type stagingmantle_OriginMessage { +type stagingmode_OriginMessage { id: ID! - transferId: stagingmantle_Bytes + transferId: stagingmode_Bytes destinationDomain: BigInt - leaf: stagingmantle_Bytes + leaf: stagingmode_Bytes index: BigInt - message: stagingmantle_Bytes - root: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes + message: stagingmode_Bytes + root: stagingmode_Bytes + transactionHash: stagingmode_Bytes blockNumber: BigInt - rootCount: stagingmantle_RootCount + rootCount: stagingmode_RootCount } -input stagingmantle_OriginMessage_filter { +input stagingmode_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -187093,16 +185220,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: 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 @@ -187111,16 +185238,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: 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 @@ -187129,36 +185256,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: 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 @@ -187187,14 +185314,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_: stagingmode_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_OriginMessage_filter] - or: [stagingmantle_OriginMessage_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_OriginMessage_filter] + or: [stagingmode_OriginMessage_filter] } -enum stagingmantle_OriginMessage_orderBy { +enum stagingmode_OriginMessage_orderBy { id transferId destinationDomain @@ -187209,42 +185336,42 @@ enum stagingmantle_OriginMessage_orderBy { rootCount__count } -type stagingmantle_OriginTransfer { +type stagingmode_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmantle_Bytes + transferId: stagingmode_Bytes nonce: BigInt - status: stagingmantle_TransferStatus - messageHash: stagingmantle_Bytes + status: stagingmode_TransferStatus + messageHash: stagingmode_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmantle_Bytes - delegate: stagingmantle_Bytes + to: stagingmode_Bytes + delegate: stagingmode_Bytes receiveLocal: Boolean - callData: stagingmantle_Bytes + callData: stagingmode_Bytes slippage: BigInt - originSender: stagingmantle_Bytes + originSender: stagingmode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmantle_Bytes - asset: stagingmantle_Asset - transactingAsset: stagingmantle_Bytes - message: stagingmantle_OriginMessage + canonicalId: stagingmode_Bytes + asset: stagingmode_Asset + transactingAsset: stagingmode_Bytes + message: stagingmode_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: 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: stagingmantle_Bytes + txOrigin: stagingmode_Bytes txNonce: BigInt } -input stagingmantle_OriginTransfer_filter { +input stagingmode_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -187261,16 +185388,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: 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 @@ -187279,20 +185406,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: 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 @@ -187317,40 +185444,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: 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: 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: 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 @@ -187359,16 +185486,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: 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 @@ -187385,16 +185512,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: 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 @@ -187415,17 +185542,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_: 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 @@ -187446,7 +185573,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_: stagingmode_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -187461,37 +185588,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_: 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 @@ -187524,16 +185651,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: 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 @@ -187543,12 +185670,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: stagingmode_BlockChangedFilter + and: [stagingmode_OriginTransfer_filter] + or: [stagingmode_OriginTransfer_filter] } -enum stagingmantle_OriginTransfer_orderBy { +enum stagingmode_OriginTransfer_orderBy { id chainId transferId @@ -187601,20 +185728,20 @@ enum stagingmantle_OriginTransfer_orderBy { txNonce } -type stagingmantle_Relayer { +type stagingmode_Relayer { id: ID! isActive: Boolean! - relayer: stagingmantle_Bytes + relayer: stagingmode_Bytes } -type stagingmantle_RelayerFee { +type stagingmode_RelayerFee { id: ID! - transfer: stagingmantle_OriginTransfer! + transfer: stagingmode_OriginTransfer! fee: BigInt! - asset: stagingmantle_Bytes! + asset: stagingmode_Bytes! } -input stagingmantle_RelayerFee_filter { +input stagingmode_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -187643,7 +185770,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_: stagingmode_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -187652,23 +185779,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_RelayerFee_filter] - or: [stagingmantle_RelayerFee_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RelayerFee_filter] + or: [stagingmode_RelayerFee_filter] } -enum stagingmantle_RelayerFee_orderBy { +enum stagingmode_RelayerFee_orderBy { id transfer transfer__id @@ -187704,20 +185831,20 @@ enum stagingmantle_RelayerFee_orderBy { asset } -type stagingmantle_RelayerFeesIncrease { +type stagingmode_RelayerFeesIncrease { id: ID! - transfer: stagingmantle_OriginTransfer! + transfer: stagingmode_OriginTransfer! increase: BigInt - asset: stagingmantle_Bytes - caller: stagingmantle_Bytes! - transactionHash: stagingmantle_Bytes! + asset: stagingmode_Bytes + caller: stagingmode_Bytes! + transactionHash: stagingmode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmantle_RelayerFeesIncrease_filter { +input stagingmode_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -187746,7 +185873,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_: stagingmode_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -187755,36 +185882,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: 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 @@ -187818,12 +185945,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: stagingmode_BlockChangedFilter + and: [stagingmode_RelayerFeesIncrease_filter] + or: [stagingmode_RelayerFeesIncrease_filter] } -enum stagingmantle_RelayerFeesIncrease_orderBy { +enum stagingmode_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -187865,7 +185992,7 @@ enum stagingmantle_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmantle_Relayer_filter { +input stagingmode_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -187878,34 +186005,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_Relayer_filter] - or: [stagingmantle_Relayer_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Relayer_filter] + or: [stagingmode_Relayer_filter] } -enum stagingmantle_Relayer_orderBy { +enum stagingmode_Relayer_orderBy { id isActive relayer } -type stagingmantle_RootCount { +type stagingmode_RootCount { id: ID! count: BigInt } -input stagingmantle_RootCount_filter { +input stagingmode_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -187923,31 +186050,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: stagingmode_BlockChangedFilter + and: [stagingmode_RootCount_filter] + or: [stagingmode_RootCount_filter] } -enum stagingmantle_RootCount_orderBy { +enum stagingmode_RootCount_orderBy { id count } -type stagingmantle_RootMessageSent { +type stagingmode_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmantle_Bytes + root: stagingmode_Bytes count: BigInt - caller: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes + caller: stagingmode_Bytes + transactionHash: stagingmode_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmantle_RootMessageSent_filter { +input stagingmode_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -187972,16 +186099,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: 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 @@ -187990,26 +186117,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: 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 @@ -188043,12 +186170,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: stagingmode_BlockChangedFilter + and: [stagingmode_RootMessageSent_filter] + or: [stagingmode_RootMessageSent_filter] } -enum stagingmantle_RootMessageSent_orderBy { +enum stagingmode_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -188062,25 +186189,25 @@ enum stagingmantle_RootMessageSent_orderBy { blockNumber } -type stagingmantle_Router { +type stagingmode_Router { id: ID! isActive: Boolean! - owner: stagingmantle_Bytes - recipient: stagingmantle_Bytes - proposedOwner: stagingmantle_Bytes + owner: stagingmode_Bytes + recipient: stagingmode_Bytes + proposedOwner: stagingmode_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: stagingmode_AssetBalance_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_AssetBalance_filter): [stagingmode_AssetBalance!]! } -type stagingmantle_RouterDailyTVL { +type stagingmode_RouterDailyTVL { id: ID! - router: stagingmantle_Router! - asset: stagingmantle_Asset! + router: stagingmode_Router! + asset: stagingmode_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmantle_RouterDailyTVL_filter { +input stagingmode_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -188109,7 +186236,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_: stagingmode_Router_filter asset: String asset_not: String asset_gt: String @@ -188130,7 +186257,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_: stagingmode_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -188148,12 +186275,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: stagingmode_BlockChangedFilter + and: [stagingmode_RouterDailyTVL_filter] + or: [stagingmode_RouterDailyTVL_filter] } -enum stagingmantle_RouterDailyTVL_orderBy { +enum stagingmode_RouterDailyTVL_orderBy { id router router__id @@ -188176,26 +186303,26 @@ enum stagingmantle_RouterDailyTVL_orderBy { balance } -type stagingmantle_RouterLiquidityEvent { +type stagingmode_RouterLiquidityEvent { id: ID! - type: stagingmantle_RouterLiquidityEventType - router: stagingmantle_Router! - asset: stagingmantle_Asset! + type: stagingmode_RouterLiquidityEventType + router: stagingmode_Router! + asset: stagingmode_Asset! amount: BigInt! balance: BigInt! - caller: stagingmantle_Bytes + caller: stagingmode_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmantle_Bytes! + transactionHash: stagingmode_Bytes! nonce: BigInt! } -enum stagingmantle_RouterLiquidityEventType { +enum stagingmode_RouterLiquidityEventType { Add Remove } -input stagingmantle_RouterLiquidityEvent_filter { +input stagingmode_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -188204,10 +186331,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: stagingmode_RouterLiquidityEventType + type_not: stagingmode_RouterLiquidityEventType + type_in: [stagingmode_RouterLiquidityEventType!] + type_not_in: [stagingmode_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -188228,7 +186355,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_: stagingmode_Router_filter asset: String asset_not: String asset_gt: String @@ -188249,7 +186376,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_: stagingmode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -188266,16 +186393,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: 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 @@ -188292,16 +186419,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: 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 @@ -188311,12 +186438,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: stagingmode_BlockChangedFilter + and: [stagingmode_RouterLiquidityEvent_filter] + or: [stagingmode_RouterLiquidityEvent_filter] } -enum stagingmantle_RouterLiquidityEvent_orderBy { +enum stagingmode_RouterLiquidityEvent_orderBy { id type router @@ -188345,7 +186472,7 @@ enum stagingmantle_RouterLiquidityEvent_orderBy { nonce } -input stagingmantle_Router_filter { +input stagingmode_Router_filter { id: ID id_not: ID id_gt: ID @@ -188358,36 +186485,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: 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 @@ -188396,14 +186523,14 @@ input stagingmantle_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmantle_AssetBalance_filter + assetBalances_: stagingmode_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Router_filter] - or: [stagingmantle_Router_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Router_filter] + or: [stagingmode_Router_filter] } -enum stagingmantle_Router_orderBy { +enum stagingmode_Router_orderBy { id isActive owner @@ -188413,13 +186540,13 @@ enum stagingmantle_Router_orderBy { assetBalances } -type stagingmantle_Sequencer { +type stagingmode_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmantle_Bytes + sequencer: stagingmode_Bytes } -input stagingmantle_Sequencer_filter { +input stagingmode_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -188432,35 +186559,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_Sequencer_filter] - or: [stagingmantle_Sequencer_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Sequencer_filter] + or: [stagingmode_Sequencer_filter] } -enum stagingmantle_Sequencer_orderBy { +enum stagingmode_Sequencer_orderBy { id isActive sequencer } -type stagingmantle_Setting { +type stagingmode_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmantle_Bytes! + caller: stagingmode_Bytes! } -input stagingmantle_Setting_filter { +input stagingmode_Setting_filter { id: ID id_not: ID id_gt: ID @@ -188477,41 +186604,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_Setting_filter] - or: [stagingmantle_Setting_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Setting_filter] + or: [stagingmode_Setting_filter] } -enum stagingmantle_Setting_orderBy { +enum stagingmode_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmantle_SlippageUpdate { +type stagingmode_SlippageUpdate { id: ID! - transfer: stagingmantle_DestinationTransfer! + transfer: stagingmode_DestinationTransfer! slippage: BigInt! - caller: stagingmantle_Bytes! - transactionHash: stagingmantle_Bytes! + caller: stagingmode_Bytes! + transactionHash: stagingmode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmantle_SlippageUpdate_filter { +input stagingmode_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -188540,7 +186667,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_: stagingmode_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -188549,26 +186676,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: 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 @@ -188602,12 +186729,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: stagingmode_BlockChangedFilter + and: [stagingmode_SlippageUpdate_filter] + or: [stagingmode_SlippageUpdate_filter] } -enum stagingmantle_SlippageUpdate_orderBy { +enum stagingmode_SlippageUpdate_orderBy { id transfer transfer__id @@ -188655,16 +186782,16 @@ enum stagingmantle_SlippageUpdate_orderBy { blockNumber } -type stagingmantle_SnapshotRoot { +type stagingmode_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmantle_Bytes! + root: stagingmode_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmantle_SnapshotRoot_filter { +input stagingmode_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -188681,16 +186808,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: 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 @@ -188716,12 +186843,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: stagingmode_BlockChangedFilter + and: [stagingmode_SnapshotRoot_filter] + or: [stagingmode_SnapshotRoot_filter] } -enum stagingmantle_SnapshotRoot_orderBy { +enum stagingmode_SnapshotRoot_orderBy { id spokeDomain root @@ -188730,12 +186857,12 @@ enum stagingmantle_SnapshotRoot_orderBy { blockNumber } -type stagingmantle_SpokeConnectorMode { +type stagingmode_SpokeConnectorMode { id: ID! mode: String! } -input stagingmantle_SpokeConnectorMode_filter { +input stagingmode_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -188765,17 +186892,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: stagingmode_BlockChangedFilter + and: [stagingmode_SpokeConnectorMode_filter] + or: [stagingmode_SpokeConnectorMode_filter] } -enum stagingmantle_SpokeConnectorMode_orderBy { +enum stagingmode_SpokeConnectorMode_orderBy { id mode } -enum stagingmantle_TransferStatus { +enum stagingmode_TransferStatus { XCalled Executed Reconciled @@ -188783,9 +186910,9 @@ enum stagingmantle_TransferStatus { CompletedFast } -type stagingmantle__Block_ { +type stagingmode__Block_ { """The hash of the block""" - hash: stagingmantle_Bytes + hash: stagingmode_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -188793,7 +186920,7 @@ type stagingmantle__Block_ { } """The type for the top-level _meta field""" -type stagingmantle__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 @@ -188801,22 +186928,22 @@ type stagingmantle__Meta_ { and therefore asks for the latest block """ - block: stagingmantle__Block_! + block: stagingmode__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingarbitrumone_AggregateRoot { +type stagingxdai_AggregateRoot { id: ID! - root: stagingarbitrumone_Bytes! + root: stagingxdai_Bytes! blockNumber: BigInt! } -type stagingarbitrumone_AggregateRootProposed { +type stagingxdai_AggregateRootProposed { id: ID! - aggregateRoot: stagingarbitrumone_Bytes! + aggregateRoot: stagingxdai_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -188824,7 +186951,7 @@ type stagingarbitrumone_AggregateRootProposed { blockNumber: BigInt } -input stagingarbitrumone_AggregateRootProposed_filter { +input stagingxdai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -188833,16 +186960,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: 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 @@ -188884,12 +187011,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AggregateRootProposed_filter] + or: [stagingxdai_AggregateRootProposed_filter] } -enum stagingarbitrumone_AggregateRootProposed_orderBy { +enum stagingxdai_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -188899,7 +187026,7 @@ enum stagingarbitrumone_AggregateRootProposed_orderBy { blockNumber } -input stagingarbitrumone_AggregateRoot_filter { +input stagingxdai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -188908,16 +187035,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: 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 @@ -188927,47 +187054,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AggregateRoot_filter] + or: [stagingxdai_AggregateRoot_filter] } -enum stagingarbitrumone_AggregateRoot_orderBy { +enum stagingxdai_AggregateRoot_orderBy { id root blockNumber } -enum stagingarbitrumone_Aggregation_interval { +enum stagingxdai_Aggregation_interval { hour day } -type stagingarbitrumone_Asset { +type stagingxdai_Asset { id: ID! - key: stagingarbitrumone_Bytes + key: stagingxdai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingarbitrumone_Bytes + canonicalId: stagingxdai_Bytes canonicalDomain: BigInt - adoptedAsset: stagingarbitrumone_Bytes - localAsset: stagingarbitrumone_Bytes + adoptedAsset: stagingxdai_Bytes + localAsset: stagingxdai_Bytes blockNumber: BigInt - status: stagingarbitrumone_AssetStatus + status: stagingxdai_AssetStatus } -type stagingarbitrumone_AssetBalance { +type stagingxdai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! + router: stagingxdai_Router! + asset: stagingxdai_Asset! feesEarned: BigInt! } -input stagingarbitrumone_AssetBalance_filter { +input stagingxdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -189028,7 +187155,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_: stagingxdai_Router_filter asset: String asset_not: String asset_gt: String @@ -189049,7 +187176,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_: stagingxdai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -189059,12 +187186,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AssetBalance_filter] + or: [stagingxdai_AssetBalance_filter] } -enum stagingarbitrumone_AssetBalance_orderBy { +enum stagingxdai_AssetBalance_orderBy { id amount locked @@ -189090,12 +187217,12 @@ enum stagingarbitrumone_AssetBalance_orderBy { feesEarned } -type stagingarbitrumone_AssetStatus { +type stagingxdai_AssetStatus { id: ID! status: Boolean } -input stagingarbitrumone_AssetStatus_filter { +input stagingxdai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -189109,17 +187236,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AssetStatus_filter] + or: [stagingxdai_AssetStatus_filter] } -enum stagingarbitrumone_AssetStatus_orderBy { +enum stagingxdai_AssetStatus_orderBy { id status } -input stagingarbitrumone_Asset_filter { +input stagingxdai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -189128,16 +187255,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: 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 @@ -189154,16 +187281,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: 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 @@ -189172,26 +187299,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: 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 @@ -189220,14 +187347,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_: stagingxdai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Asset_filter] - or: [stagingarbitrumone_Asset_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Asset_filter] + or: [stagingxdai_Asset_filter] } -enum stagingarbitrumone_Asset_orderBy { +enum stagingxdai_Asset_orderBy { id key decimal @@ -189242,30 +187369,30 @@ enum stagingarbitrumone_Asset_orderBy { status__status } -scalar stagingarbitrumone_BigDecimal +scalar stagingxdai_BigDecimal -input stagingarbitrumone_BlockChangedFilter { +input stagingxdai_BlockChangedFilter { number_gte: Int! } -input stagingarbitrumone_Block_height { - hash: stagingarbitrumone_Bytes +input stagingxdai_Block_height { + hash: stagingxdai_Bytes number: Int number_gte: Int } -scalar stagingarbitrumone_Bytes +scalar stagingxdai_Bytes -type stagingarbitrumone_ConnectorMeta { +type stagingxdai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingarbitrumone_Bytes - rootManager: stagingarbitrumone_Bytes - mirrorConnector: stagingarbitrumone_Bytes + amb: stagingxdai_Bytes + rootManager: stagingxdai_Bytes + mirrorConnector: stagingxdai_Bytes } -input stagingarbitrumone_ConnectorMeta_filter { +input stagingxdai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -189290,43 +187417,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_ConnectorMeta_filter] - or: [stagingarbitrumone_ConnectorMeta_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_ConnectorMeta_filter] + or: [stagingxdai_ConnectorMeta_filter] } -enum stagingarbitrumone_ConnectorMeta_orderBy { +enum stagingxdai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -189335,48 +187462,48 @@ enum stagingarbitrumone_ConnectorMeta_orderBy { mirrorConnector } -type stagingarbitrumone_DestinationTransfer { +type stagingxdai_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumone_Bytes + transferId: stagingxdai_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: 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: stagingarbitrumone_Bytes - delegate: stagingarbitrumone_Bytes + to: stagingxdai_Bytes + delegate: stagingxdai_Bytes receiveLocal: Boolean - callData: stagingarbitrumone_Bytes + callData: stagingxdai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingarbitrumone_Bytes + originSender: stagingxdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumone_Bytes - asset: stagingarbitrumone_Asset + canonicalId: stagingxdai_Bytes + asset: stagingxdai_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingarbitrumone_Bytes - executedTransactionHash: stagingarbitrumone_Bytes + executedCaller: stagingxdai_Bytes + executedTransactionHash: stagingxdai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingarbitrumone_Bytes + executedTxOrigin: stagingxdai_Bytes executedTxNonce: BigInt - reconciledCaller: stagingarbitrumone_Bytes - reconciledTransactionHash: stagingarbitrumone_Bytes + reconciledCaller: stagingxdai_Bytes + reconciledTransactionHash: stagingxdai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingarbitrumone_Bytes + reconciledTxOrigin: stagingxdai_Bytes reconciledTxNonce: BigInt } -input stagingarbitrumone_DestinationTransfer_filter { +input stagingxdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -189393,16 +187520,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: 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 @@ -189411,17 +187538,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: 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_: stagingarbitrumone_Router_filter + routers_: stagingxdai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -189446,40 +187573,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: 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: 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: 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 @@ -189496,16 +187623,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: 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 @@ -189522,16 +187649,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: 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 @@ -189552,7 +187679,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_: stagingxdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -189569,26 +187696,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: 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 @@ -189621,16 +187748,16 @@ input stagingarbitrumone_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingarbitrumone_Bytes - executedTxOrigin_not: stagingarbitrumone_Bytes - executedTxOrigin_gt: stagingarbitrumone_Bytes - executedTxOrigin_lt: stagingarbitrumone_Bytes - executedTxOrigin_gte: stagingarbitrumone_Bytes - executedTxOrigin_lte: stagingarbitrumone_Bytes - executedTxOrigin_in: [stagingarbitrumone_Bytes!] - executedTxOrigin_not_in: [stagingarbitrumone_Bytes!] - executedTxOrigin_contains: stagingarbitrumone_Bytes - executedTxOrigin_not_contains: stagingarbitrumone_Bytes + executedTxOrigin: 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 @@ -189639,26 +187766,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: 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 @@ -189691,16 +187818,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: 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 @@ -189710,12 +187837,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_DestinationTransfer_filter] + or: [stagingxdai_DestinationTransfer_filter] } -enum stagingarbitrumone_DestinationTransfer_orderBy { +enum stagingxdai_DestinationTransfer_orderBy { id chainId transferId @@ -189769,16 +187896,16 @@ enum stagingarbitrumone_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingarbitrumone_Int8 +scalar stagingxdai_Int8 -type stagingarbitrumone_OptimisticRootFinalized { +type stagingxdai_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingarbitrumone_Bytes! + aggregateRoot: stagingxdai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingarbitrumone_OptimisticRootFinalized_filter { +input stagingxdai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -189787,16 +187914,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: 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 @@ -189814,12 +187941,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_OptimisticRootFinalized_filter] + or: [stagingxdai_OptimisticRootFinalized_filter] } -enum stagingarbitrumone_OptimisticRootFinalized_orderBy { +enum stagingxdai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -189827,25 +187954,25 @@ enum stagingarbitrumone_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingarbitrumone_OrderDirection { +enum stagingxdai_OrderDirection { asc desc } -type stagingarbitrumone_OriginMessage { +type stagingxdai_OriginMessage { id: ID! - transferId: stagingarbitrumone_Bytes + transferId: stagingxdai_Bytes destinationDomain: BigInt - leaf: stagingarbitrumone_Bytes + leaf: stagingxdai_Bytes index: BigInt - message: stagingarbitrumone_Bytes - root: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes + message: stagingxdai_Bytes + root: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes blockNumber: BigInt - rootCount: stagingarbitrumone_RootCount + rootCount: stagingxdai_RootCount } -input stagingarbitrumone_OriginMessage_filter { +input stagingxdai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -189854,16 +187981,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: 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 @@ -189872,16 +187999,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: 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 @@ -189890,36 +188017,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: 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 @@ -189948,14 +188075,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_: stagingxdai_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_OriginMessage_filter] - or: [stagingarbitrumone_OriginMessage_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_OriginMessage_filter] + or: [stagingxdai_OriginMessage_filter] } -enum stagingarbitrumone_OriginMessage_orderBy { +enum stagingxdai_OriginMessage_orderBy { id transferId destinationDomain @@ -189970,42 +188097,42 @@ enum stagingarbitrumone_OriginMessage_orderBy { rootCount__count } -type stagingarbitrumone_OriginTransfer { +type stagingxdai_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumone_Bytes + transferId: stagingxdai_Bytes nonce: BigInt - status: stagingarbitrumone_TransferStatus - messageHash: stagingarbitrumone_Bytes + status: stagingxdai_TransferStatus + messageHash: stagingxdai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingarbitrumone_Bytes - delegate: stagingarbitrumone_Bytes + to: stagingxdai_Bytes + delegate: stagingxdai_Bytes receiveLocal: Boolean - callData: stagingarbitrumone_Bytes + callData: stagingxdai_Bytes slippage: BigInt - originSender: stagingarbitrumone_Bytes + originSender: stagingxdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumone_Bytes - asset: stagingarbitrumone_Asset - transactingAsset: stagingarbitrumone_Bytes - message: stagingarbitrumone_OriginMessage + canonicalId: stagingxdai_Bytes + asset: stagingxdai_Asset + transactingAsset: stagingxdai_Bytes + message: stagingxdai_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: 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: stagingarbitrumone_Bytes + txOrigin: stagingxdai_Bytes txNonce: BigInt } -input stagingarbitrumone_OriginTransfer_filter { +input stagingxdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -190022,16 +188149,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: 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 @@ -190040,20 +188167,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: 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 @@ -190078,40 +188205,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: 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: 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: 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 @@ -190120,16 +188247,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: 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 @@ -190146,16 +188273,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: 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 @@ -190176,17 +188303,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_: 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 @@ -190207,7 +188334,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_: stagingxdai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -190222,37 +188349,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_: 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 @@ -190285,16 +188412,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: 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 @@ -190304,12 +188431,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_OriginTransfer_filter] + or: [stagingxdai_OriginTransfer_filter] } -enum stagingarbitrumone_OriginTransfer_orderBy { +enum stagingxdai_OriginTransfer_orderBy { id chainId transferId @@ -190362,20 +188489,20 @@ enum stagingarbitrumone_OriginTransfer_orderBy { txNonce } -type stagingarbitrumone_Relayer { +type stagingxdai_Relayer { id: ID! isActive: Boolean! - relayer: stagingarbitrumone_Bytes + relayer: stagingxdai_Bytes } -type stagingarbitrumone_RelayerFee { +type stagingxdai_RelayerFee { id: ID! - transfer: stagingarbitrumone_OriginTransfer! + transfer: stagingxdai_OriginTransfer! fee: BigInt! - asset: stagingarbitrumone_Bytes! + asset: stagingxdai_Bytes! } -input stagingarbitrumone_RelayerFee_filter { +input stagingxdai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -190404,7 +188531,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_: stagingxdai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -190413,23 +188540,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RelayerFee_filter] - or: [stagingarbitrumone_RelayerFee_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RelayerFee_filter] + or: [stagingxdai_RelayerFee_filter] } -enum stagingarbitrumone_RelayerFee_orderBy { +enum stagingxdai_RelayerFee_orderBy { id transfer transfer__id @@ -190465,20 +188592,20 @@ enum stagingarbitrumone_RelayerFee_orderBy { asset } -type stagingarbitrumone_RelayerFeesIncrease { +type stagingxdai_RelayerFeesIncrease { id: ID! - transfer: stagingarbitrumone_OriginTransfer! + transfer: stagingxdai_OriginTransfer! increase: BigInt - asset: stagingarbitrumone_Bytes - caller: stagingarbitrumone_Bytes! - transactionHash: stagingarbitrumone_Bytes! + asset: stagingxdai_Bytes + caller: stagingxdai_Bytes! + transactionHash: stagingxdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumone_RelayerFeesIncrease_filter { +input stagingxdai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -190507,7 +188634,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_: stagingxdai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -190516,36 +188643,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: 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 @@ -190579,12 +188706,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RelayerFeesIncrease_filter] + or: [stagingxdai_RelayerFeesIncrease_filter] } -enum stagingarbitrumone_RelayerFeesIncrease_orderBy { +enum stagingxdai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -190626,7 +188753,7 @@ enum stagingarbitrumone_RelayerFeesIncrease_orderBy { blockNumber } -input stagingarbitrumone_Relayer_filter { +input stagingxdai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -190639,34 +188766,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Relayer_filter] - or: [stagingarbitrumone_Relayer_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Relayer_filter] + or: [stagingxdai_Relayer_filter] } -enum stagingarbitrumone_Relayer_orderBy { +enum stagingxdai_Relayer_orderBy { id isActive relayer } -type stagingarbitrumone_RootCount { +type stagingxdai_RootCount { id: ID! count: BigInt } -input stagingarbitrumone_RootCount_filter { +input stagingxdai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -190684,31 +188811,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RootCount_filter] + or: [stagingxdai_RootCount_filter] } -enum stagingarbitrumone_RootCount_orderBy { +enum stagingxdai_RootCount_orderBy { id count } -type stagingarbitrumone_RootMessageSent { +type stagingxdai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingarbitrumone_Bytes + root: stagingxdai_Bytes count: BigInt - caller: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes + caller: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingarbitrumone_RootMessageSent_filter { +input stagingxdai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -190733,16 +188860,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: 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 @@ -190751,26 +188878,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: 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 @@ -190804,12 +188931,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RootMessageSent_filter] + or: [stagingxdai_RootMessageSent_filter] } -enum stagingarbitrumone_RootMessageSent_orderBy { +enum stagingxdai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -190823,25 +188950,25 @@ enum stagingarbitrumone_RootMessageSent_orderBy { blockNumber } -type stagingarbitrumone_Router { +type stagingxdai_Router { id: ID! isActive: Boolean! - owner: stagingarbitrumone_Bytes - recipient: stagingarbitrumone_Bytes - proposedOwner: stagingarbitrumone_Bytes + owner: stagingxdai_Bytes + recipient: stagingxdai_Bytes + proposedOwner: stagingxdai_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: stagingxdai_AssetBalance_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_AssetBalance_filter): [stagingxdai_AssetBalance!]! } -type stagingarbitrumone_RouterDailyTVL { +type stagingxdai_RouterDailyTVL { id: ID! - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! + router: stagingxdai_Router! + asset: stagingxdai_Asset! timestamp: BigInt! balance: BigInt! } -input stagingarbitrumone_RouterDailyTVL_filter { +input stagingxdai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -190870,7 +188997,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_: stagingxdai_Router_filter asset: String asset_not: String asset_gt: String @@ -190891,7 +189018,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_: stagingxdai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -190909,12 +189036,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RouterDailyTVL_filter] + or: [stagingxdai_RouterDailyTVL_filter] } -enum stagingarbitrumone_RouterDailyTVL_orderBy { +enum stagingxdai_RouterDailyTVL_orderBy { id router router__id @@ -190937,26 +189064,26 @@ enum stagingarbitrumone_RouterDailyTVL_orderBy { balance } -type stagingarbitrumone_RouterLiquidityEvent { +type stagingxdai_RouterLiquidityEvent { id: ID! - type: stagingarbitrumone_RouterLiquidityEventType - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! + type: stagingxdai_RouterLiquidityEventType + router: stagingxdai_Router! + asset: stagingxdai_Asset! amount: BigInt! balance: BigInt! - caller: stagingarbitrumone_Bytes + caller: stagingxdai_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingarbitrumone_Bytes! + transactionHash: stagingxdai_Bytes! nonce: BigInt! } -enum stagingarbitrumone_RouterLiquidityEventType { +enum stagingxdai_RouterLiquidityEventType { Add Remove } -input stagingarbitrumone_RouterLiquidityEvent_filter { +input stagingxdai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -190965,10 +189092,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: stagingxdai_RouterLiquidityEventType + type_not: stagingxdai_RouterLiquidityEventType + type_in: [stagingxdai_RouterLiquidityEventType!] + type_not_in: [stagingxdai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -190989,7 +189116,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_: stagingxdai_Router_filter asset: String asset_not: String asset_gt: String @@ -191010,7 +189137,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_: stagingxdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -191027,16 +189154,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: 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 @@ -191053,16 +189180,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: 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 @@ -191072,12 +189199,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RouterLiquidityEvent_filter] + or: [stagingxdai_RouterLiquidityEvent_filter] } -enum stagingarbitrumone_RouterLiquidityEvent_orderBy { +enum stagingxdai_RouterLiquidityEvent_orderBy { id type router @@ -191106,7 +189233,7 @@ enum stagingarbitrumone_RouterLiquidityEvent_orderBy { nonce } -input stagingarbitrumone_Router_filter { +input stagingxdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -191119,36 +189246,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: 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 @@ -191157,14 +189284,14 @@ input stagingarbitrumone_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingarbitrumone_AssetBalance_filter + assetBalances_: stagingxdai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Router_filter] - or: [stagingarbitrumone_Router_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Router_filter] + or: [stagingxdai_Router_filter] } -enum stagingarbitrumone_Router_orderBy { +enum stagingxdai_Router_orderBy { id isActive owner @@ -191174,13 +189301,13 @@ enum stagingarbitrumone_Router_orderBy { assetBalances } -type stagingarbitrumone_Sequencer { +type stagingxdai_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingarbitrumone_Bytes + sequencer: stagingxdai_Bytes } -input stagingarbitrumone_Sequencer_filter { +input stagingxdai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -191193,35 +189320,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Sequencer_filter] - or: [stagingarbitrumone_Sequencer_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Sequencer_filter] + or: [stagingxdai_Sequencer_filter] } -enum stagingarbitrumone_Sequencer_orderBy { +enum stagingxdai_Sequencer_orderBy { id isActive sequencer } -type stagingarbitrumone_Setting { +type stagingxdai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingarbitrumone_Bytes! + caller: stagingxdai_Bytes! } -input stagingarbitrumone_Setting_filter { +input stagingxdai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -191238,41 +189365,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Setting_filter] - or: [stagingarbitrumone_Setting_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Setting_filter] + or: [stagingxdai_Setting_filter] } -enum stagingarbitrumone_Setting_orderBy { +enum stagingxdai_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingarbitrumone_SlippageUpdate { +type stagingxdai_SlippageUpdate { id: ID! - transfer: stagingarbitrumone_DestinationTransfer! + transfer: stagingxdai_DestinationTransfer! slippage: BigInt! - caller: stagingarbitrumone_Bytes! - transactionHash: stagingarbitrumone_Bytes! + caller: stagingxdai_Bytes! + transactionHash: stagingxdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumone_SlippageUpdate_filter { +input stagingxdai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -191301,7 +189428,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_: stagingxdai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -191310,26 +189437,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: 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 @@ -191363,12 +189490,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_SlippageUpdate_filter] + or: [stagingxdai_SlippageUpdate_filter] } -enum stagingarbitrumone_SlippageUpdate_orderBy { +enum stagingxdai_SlippageUpdate_orderBy { id transfer transfer__id @@ -191416,16 +189543,16 @@ enum stagingarbitrumone_SlippageUpdate_orderBy { blockNumber } -type stagingarbitrumone_SnapshotRoot { +type stagingxdai_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingarbitrumone_Bytes! + root: stagingxdai_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingarbitrumone_SnapshotRoot_filter { +input stagingxdai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -191442,16 +189569,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: 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 @@ -191477,12 +189604,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_SnapshotRoot_filter] + or: [stagingxdai_SnapshotRoot_filter] } -enum stagingarbitrumone_SnapshotRoot_orderBy { +enum stagingxdai_SnapshotRoot_orderBy { id spokeDomain root @@ -191491,12 +189618,12 @@ enum stagingarbitrumone_SnapshotRoot_orderBy { blockNumber } -type stagingarbitrumone_SpokeConnectorMode { +type stagingxdai_SpokeConnectorMode { id: ID! mode: String! } -input stagingarbitrumone_SpokeConnectorMode_filter { +input stagingxdai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -191526,17 +189653,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_SpokeConnectorMode_filter] + or: [stagingxdai_SpokeConnectorMode_filter] } -enum stagingarbitrumone_SpokeConnectorMode_orderBy { +enum stagingxdai_SpokeConnectorMode_orderBy { id mode } -enum stagingarbitrumone_TransferStatus { +enum stagingxdai_TransferStatus { XCalled Executed Reconciled @@ -191544,19 +189671,19 @@ enum stagingarbitrumone_TransferStatus { CompletedFast } -type stagingarbitrumone__Block_ { +type stagingxdai__Block_ { """The hash of the block""" - hash: stagingarbitrumone_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: stagingarbitrumone_Bytes + parentHash: stagingxdai_Bytes } """The type for the top-level _meta field""" -type stagingarbitrumone__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 @@ -191564,22 +189691,22 @@ type stagingarbitrumone__Meta_ { and therefore asks for the latest block """ - block: stagingarbitrumone__Block_! + block: stagingxdai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingpolygonzkevm_AggregateRoot { +type stagingmainnet_AggregateRoot { id: ID! - root: stagingpolygonzkevm_Bytes! + root: stagingmainnet_Bytes! blockNumber: BigInt! } -type stagingpolygonzkevm_AggregateRootProposed { +type stagingmainnet_AggregateRootProposed { id: ID! - aggregateRoot: stagingpolygonzkevm_Bytes! + aggregateRoot: stagingmainnet_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -191587,7 +189714,7 @@ type stagingpolygonzkevm_AggregateRootProposed { blockNumber: BigInt } -input stagingpolygonzkevm_AggregateRootProposed_filter { +input stagingmainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -191596,16 +189723,16 @@ input stagingpolygonzkevm_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingpolygonzkevm_Bytes - aggregateRoot_not: stagingpolygonzkevm_Bytes - aggregateRoot_gt: stagingpolygonzkevm_Bytes - aggregateRoot_lt: stagingpolygonzkevm_Bytes - aggregateRoot_gte: stagingpolygonzkevm_Bytes - aggregateRoot_lte: stagingpolygonzkevm_Bytes - aggregateRoot_in: [stagingpolygonzkevm_Bytes!] - aggregateRoot_not_in: [stagingpolygonzkevm_Bytes!] - aggregateRoot_contains: stagingpolygonzkevm_Bytes - aggregateRoot_not_contains: stagingpolygonzkevm_Bytes + aggregateRoot: 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 @@ -191647,12 +189774,12 @@ input stagingpolygonzkevm_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_AggregateRootProposed_filter] - or: [stagingpolygonzkevm_AggregateRootProposed_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRootProposed_filter] + or: [stagingmainnet_AggregateRootProposed_filter] } -enum stagingpolygonzkevm_AggregateRootProposed_orderBy { +enum stagingmainnet_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -191662,7 +189789,7 @@ enum stagingpolygonzkevm_AggregateRootProposed_orderBy { blockNumber } -input stagingpolygonzkevm_AggregateRoot_filter { +input stagingmainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -191671,16 +189798,16 @@ input stagingpolygonzkevm_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingpolygonzkevm_Bytes - root_not: stagingpolygonzkevm_Bytes - root_gt: stagingpolygonzkevm_Bytes - root_lt: stagingpolygonzkevm_Bytes - root_gte: stagingpolygonzkevm_Bytes - root_lte: stagingpolygonzkevm_Bytes - root_in: [stagingpolygonzkevm_Bytes!] - root_not_in: [stagingpolygonzkevm_Bytes!] - root_contains: stagingpolygonzkevm_Bytes - root_not_contains: stagingpolygonzkevm_Bytes + root: 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 @@ -191690,47 +189817,42 @@ input stagingpolygonzkevm_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_AggregateRoot_filter] - or: [stagingpolygonzkevm_AggregateRoot_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRoot_filter] + or: [stagingmainnet_AggregateRoot_filter] } -enum stagingpolygonzkevm_AggregateRoot_orderBy { +enum stagingmainnet_AggregateRoot_orderBy { id root blockNumber } -enum stagingpolygonzkevm_Aggregation_interval { - hour - day -} - -type stagingpolygonzkevm_Asset { +type stagingmainnet_Asset { id: ID! - key: stagingpolygonzkevm_Bytes + key: stagingmainnet_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingpolygonzkevm_Bytes + canonicalId: stagingmainnet_Bytes canonicalDomain: BigInt - adoptedAsset: stagingpolygonzkevm_Bytes - localAsset: stagingpolygonzkevm_Bytes + adoptedAsset: stagingmainnet_Bytes + localAsset: stagingmainnet_Bytes blockNumber: BigInt - status: stagingpolygonzkevm_AssetStatus + status: stagingmainnet_AssetStatus } -type stagingpolygonzkevm_AssetBalance { +type stagingmainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! feesEarned: BigInt! } -input stagingpolygonzkevm_AssetBalance_filter { +input stagingmainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -191791,7 +189913,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_: stagingmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -191812,7 +189934,7 @@ input stagingpolygonzkevm_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygonzkevm_Asset_filter + asset_: stagingmainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -191822,12 +189944,12 @@ input stagingpolygonzkevm_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_AssetBalance_filter] - or: [stagingpolygonzkevm_AssetBalance_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AssetBalance_filter] + or: [stagingmainnet_AssetBalance_filter] } -enum stagingpolygonzkevm_AssetBalance_orderBy { +enum stagingmainnet_AssetBalance_orderBy { id amount locked @@ -191853,12 +189975,12 @@ enum stagingpolygonzkevm_AssetBalance_orderBy { feesEarned } -type stagingpolygonzkevm_AssetStatus { +type stagingmainnet_AssetStatus { id: ID! status: Boolean } -input stagingpolygonzkevm_AssetStatus_filter { +input stagingmainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -191872,17 +189994,17 @@ input stagingpolygonzkevm_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_AssetStatus_filter] - or: [stagingpolygonzkevm_AssetStatus_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AssetStatus_filter] + or: [stagingmainnet_AssetStatus_filter] } -enum stagingpolygonzkevm_AssetStatus_orderBy { +enum stagingmainnet_AssetStatus_orderBy { id status } -input stagingpolygonzkevm_Asset_filter { +input stagingmainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -191891,16 +190013,16 @@ input stagingpolygonzkevm_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingpolygonzkevm_Bytes - key_not: stagingpolygonzkevm_Bytes - key_gt: stagingpolygonzkevm_Bytes - key_lt: stagingpolygonzkevm_Bytes - key_gte: stagingpolygonzkevm_Bytes - key_lte: stagingpolygonzkevm_Bytes - key_in: [stagingpolygonzkevm_Bytes!] - key_not_in: [stagingpolygonzkevm_Bytes!] - key_contains: stagingpolygonzkevm_Bytes - key_not_contains: stagingpolygonzkevm_Bytes + key: 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 @@ -191917,16 +190039,16 @@ input stagingpolygonzkevm_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingpolygonzkevm_Bytes - canonicalId_not: stagingpolygonzkevm_Bytes - canonicalId_gt: stagingpolygonzkevm_Bytes - canonicalId_lt: stagingpolygonzkevm_Bytes - canonicalId_gte: stagingpolygonzkevm_Bytes - canonicalId_lte: stagingpolygonzkevm_Bytes - canonicalId_in: [stagingpolygonzkevm_Bytes!] - canonicalId_not_in: [stagingpolygonzkevm_Bytes!] - canonicalId_contains: stagingpolygonzkevm_Bytes - canonicalId_not_contains: stagingpolygonzkevm_Bytes + canonicalId: 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 @@ -191935,26 +190057,26 @@ input stagingpolygonzkevm_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingpolygonzkevm_Bytes - adoptedAsset_not: stagingpolygonzkevm_Bytes - adoptedAsset_gt: stagingpolygonzkevm_Bytes - adoptedAsset_lt: stagingpolygonzkevm_Bytes - adoptedAsset_gte: stagingpolygonzkevm_Bytes - adoptedAsset_lte: stagingpolygonzkevm_Bytes - adoptedAsset_in: [stagingpolygonzkevm_Bytes!] - adoptedAsset_not_in: [stagingpolygonzkevm_Bytes!] - adoptedAsset_contains: stagingpolygonzkevm_Bytes - adoptedAsset_not_contains: stagingpolygonzkevm_Bytes - localAsset: stagingpolygonzkevm_Bytes - localAsset_not: stagingpolygonzkevm_Bytes - localAsset_gt: stagingpolygonzkevm_Bytes - localAsset_lt: stagingpolygonzkevm_Bytes - localAsset_gte: stagingpolygonzkevm_Bytes - localAsset_lte: stagingpolygonzkevm_Bytes - localAsset_in: [stagingpolygonzkevm_Bytes!] - localAsset_not_in: [stagingpolygonzkevm_Bytes!] - localAsset_contains: stagingpolygonzkevm_Bytes - localAsset_not_contains: stagingpolygonzkevm_Bytes + adoptedAsset: 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 @@ -191983,14 +190105,14 @@ input stagingpolygonzkevm_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingpolygonzkevm_AssetStatus_filter + status_: stagingmainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Asset_filter] - or: [stagingpolygonzkevm_Asset_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Asset_filter] + or: [stagingmainnet_Asset_filter] } -enum stagingpolygonzkevm_Asset_orderBy { +enum stagingmainnet_Asset_orderBy { id key decimal @@ -192005,30 +190127,16 @@ enum stagingpolygonzkevm_Asset_orderBy { status__status } -scalar stagingpolygonzkevm_BigDecimal - -input stagingpolygonzkevm_BlockChangedFilter { - number_gte: Int! -} - -input stagingpolygonzkevm_Block_height { - hash: stagingpolygonzkevm_Bytes - number: Int - number_gte: Int -} - -scalar stagingpolygonzkevm_Bytes - -type stagingpolygonzkevm_ConnectorMeta { +type stagingmainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingpolygonzkevm_Bytes - rootManager: stagingpolygonzkevm_Bytes - mirrorConnector: stagingpolygonzkevm_Bytes + amb: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes } -input stagingpolygonzkevm_ConnectorMeta_filter { +input stagingmainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -192053,43 +190161,43 @@ input stagingpolygonzkevm_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingpolygonzkevm_Bytes - amb_not: stagingpolygonzkevm_Bytes - amb_gt: stagingpolygonzkevm_Bytes - amb_lt: stagingpolygonzkevm_Bytes - amb_gte: stagingpolygonzkevm_Bytes - amb_lte: stagingpolygonzkevm_Bytes - amb_in: [stagingpolygonzkevm_Bytes!] - amb_not_in: [stagingpolygonzkevm_Bytes!] - amb_contains: stagingpolygonzkevm_Bytes - amb_not_contains: stagingpolygonzkevm_Bytes - rootManager: stagingpolygonzkevm_Bytes - rootManager_not: stagingpolygonzkevm_Bytes - rootManager_gt: stagingpolygonzkevm_Bytes - rootManager_lt: stagingpolygonzkevm_Bytes - rootManager_gte: stagingpolygonzkevm_Bytes - rootManager_lte: stagingpolygonzkevm_Bytes - rootManager_in: [stagingpolygonzkevm_Bytes!] - rootManager_not_in: [stagingpolygonzkevm_Bytes!] - rootManager_contains: stagingpolygonzkevm_Bytes - rootManager_not_contains: stagingpolygonzkevm_Bytes - mirrorConnector: stagingpolygonzkevm_Bytes - mirrorConnector_not: stagingpolygonzkevm_Bytes - mirrorConnector_gt: stagingpolygonzkevm_Bytes - mirrorConnector_lt: stagingpolygonzkevm_Bytes - mirrorConnector_gte: stagingpolygonzkevm_Bytes - mirrorConnector_lte: stagingpolygonzkevm_Bytes - mirrorConnector_in: [stagingpolygonzkevm_Bytes!] - mirrorConnector_not_in: [stagingpolygonzkevm_Bytes!] - mirrorConnector_contains: stagingpolygonzkevm_Bytes - mirrorConnector_not_contains: stagingpolygonzkevm_Bytes + amb: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_ConnectorMeta_filter] - or: [stagingpolygonzkevm_ConnectorMeta_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ConnectorMeta_filter] + or: [stagingmainnet_ConnectorMeta_filter] } -enum stagingpolygonzkevm_ConnectorMeta_orderBy { +enum stagingmainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -192098,48 +190206,48 @@ enum stagingpolygonzkevm_ConnectorMeta_orderBy { mirrorConnector } -type stagingpolygonzkevm_DestinationTransfer { +type stagingmainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingpolygonzkevm_Bytes + transferId: stagingmainnet_Bytes nonce: BigInt - status: stagingpolygonzkevm_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_Router_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_Router_filter): [stagingpolygonzkevm_Router!] + status: 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: stagingpolygonzkevm_Bytes - delegate: stagingpolygonzkevm_Bytes + to: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes receiveLocal: Boolean - callData: stagingpolygonzkevm_Bytes + callData: stagingmainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingpolygonzkevm_Bytes + originSender: stagingmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygonzkevm_Bytes - asset: stagingpolygonzkevm_Asset + canonicalId: stagingmainnet_Bytes + asset: stagingmainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingpolygonzkevm_Bytes - executedTransactionHash: stagingpolygonzkevm_Bytes + executedCaller: stagingmainnet_Bytes + executedTransactionHash: stagingmainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingpolygonzkevm_Bytes + executedTxOrigin: stagingmainnet_Bytes executedTxNonce: BigInt - reconciledCaller: stagingpolygonzkevm_Bytes - reconciledTransactionHash: stagingpolygonzkevm_Bytes + reconciledCaller: stagingmainnet_Bytes + reconciledTransactionHash: stagingmainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingpolygonzkevm_Bytes + reconciledTxOrigin: stagingmainnet_Bytes reconciledTxNonce: BigInt } -input stagingpolygonzkevm_DestinationTransfer_filter { +input stagingmainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -192156,16 +190264,16 @@ input stagingpolygonzkevm_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingpolygonzkevm_Bytes - transferId_not: stagingpolygonzkevm_Bytes - transferId_gt: stagingpolygonzkevm_Bytes - transferId_lt: stagingpolygonzkevm_Bytes - transferId_gte: stagingpolygonzkevm_Bytes - transferId_lte: stagingpolygonzkevm_Bytes - transferId_in: [stagingpolygonzkevm_Bytes!] - transferId_not_in: [stagingpolygonzkevm_Bytes!] - transferId_contains: stagingpolygonzkevm_Bytes - transferId_not_contains: stagingpolygonzkevm_Bytes + transferId: 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 @@ -192174,17 +190282,17 @@ input stagingpolygonzkevm_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingpolygonzkevm_TransferStatus - status_not: stagingpolygonzkevm_TransferStatus - status_in: [stagingpolygonzkevm_TransferStatus!] - status_not_in: [stagingpolygonzkevm_TransferStatus!] + status: 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_: stagingpolygonzkevm_Router_filter + routers_: stagingmainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -192209,40 +190317,40 @@ input stagingpolygonzkevm_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingpolygonzkevm_Bytes - to_not: stagingpolygonzkevm_Bytes - to_gt: stagingpolygonzkevm_Bytes - to_lt: stagingpolygonzkevm_Bytes - to_gte: stagingpolygonzkevm_Bytes - to_lte: stagingpolygonzkevm_Bytes - to_in: [stagingpolygonzkevm_Bytes!] - to_not_in: [stagingpolygonzkevm_Bytes!] - to_contains: stagingpolygonzkevm_Bytes - to_not_contains: stagingpolygonzkevm_Bytes - delegate: stagingpolygonzkevm_Bytes - delegate_not: stagingpolygonzkevm_Bytes - delegate_gt: stagingpolygonzkevm_Bytes - delegate_lt: stagingpolygonzkevm_Bytes - delegate_gte: stagingpolygonzkevm_Bytes - delegate_lte: stagingpolygonzkevm_Bytes - delegate_in: [stagingpolygonzkevm_Bytes!] - delegate_not_in: [stagingpolygonzkevm_Bytes!] - delegate_contains: stagingpolygonzkevm_Bytes - delegate_not_contains: stagingpolygonzkevm_Bytes + to: 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: stagingpolygonzkevm_Bytes - callData_not: stagingpolygonzkevm_Bytes - callData_gt: stagingpolygonzkevm_Bytes - callData_lt: stagingpolygonzkevm_Bytes - callData_gte: stagingpolygonzkevm_Bytes - callData_lte: stagingpolygonzkevm_Bytes - callData_in: [stagingpolygonzkevm_Bytes!] - callData_not_in: [stagingpolygonzkevm_Bytes!] - callData_contains: stagingpolygonzkevm_Bytes - callData_not_contains: stagingpolygonzkevm_Bytes + callData: 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 @@ -192259,16 +190367,16 @@ input stagingpolygonzkevm_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingpolygonzkevm_Bytes - originSender_not: stagingpolygonzkevm_Bytes - originSender_gt: stagingpolygonzkevm_Bytes - originSender_lt: stagingpolygonzkevm_Bytes - originSender_gte: stagingpolygonzkevm_Bytes - originSender_lte: stagingpolygonzkevm_Bytes - originSender_in: [stagingpolygonzkevm_Bytes!] - originSender_not_in: [stagingpolygonzkevm_Bytes!] - originSender_contains: stagingpolygonzkevm_Bytes - originSender_not_contains: stagingpolygonzkevm_Bytes + originSender: 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 @@ -192285,16 +190393,16 @@ input stagingpolygonzkevm_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingpolygonzkevm_Bytes - canonicalId_not: stagingpolygonzkevm_Bytes - canonicalId_gt: stagingpolygonzkevm_Bytes - canonicalId_lt: stagingpolygonzkevm_Bytes - canonicalId_gte: stagingpolygonzkevm_Bytes - canonicalId_lte: stagingpolygonzkevm_Bytes - canonicalId_in: [stagingpolygonzkevm_Bytes!] - canonicalId_not_in: [stagingpolygonzkevm_Bytes!] - canonicalId_contains: stagingpolygonzkevm_Bytes - canonicalId_not_contains: stagingpolygonzkevm_Bytes + canonicalId: 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 @@ -192315,7 +190423,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_: stagingmainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -192332,26 +190440,26 @@ input stagingpolygonzkevm_DestinationTransfer_filter { 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 + 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 @@ -192384,16 +190492,16 @@ input stagingpolygonzkevm_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingpolygonzkevm_Bytes - executedTxOrigin_not: stagingpolygonzkevm_Bytes - executedTxOrigin_gt: stagingpolygonzkevm_Bytes - executedTxOrigin_lt: stagingpolygonzkevm_Bytes - executedTxOrigin_gte: stagingpolygonzkevm_Bytes - executedTxOrigin_lte: stagingpolygonzkevm_Bytes - executedTxOrigin_in: [stagingpolygonzkevm_Bytes!] - executedTxOrigin_not_in: [stagingpolygonzkevm_Bytes!] - executedTxOrigin_contains: stagingpolygonzkevm_Bytes - executedTxOrigin_not_contains: stagingpolygonzkevm_Bytes + executedTxOrigin: 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 @@ -192402,26 +190510,26 @@ input stagingpolygonzkevm_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingpolygonzkevm_Bytes - reconciledCaller_not: stagingpolygonzkevm_Bytes - reconciledCaller_gt: stagingpolygonzkevm_Bytes - reconciledCaller_lt: stagingpolygonzkevm_Bytes - reconciledCaller_gte: stagingpolygonzkevm_Bytes - reconciledCaller_lte: stagingpolygonzkevm_Bytes - reconciledCaller_in: [stagingpolygonzkevm_Bytes!] - reconciledCaller_not_in: [stagingpolygonzkevm_Bytes!] - reconciledCaller_contains: stagingpolygonzkevm_Bytes - reconciledCaller_not_contains: stagingpolygonzkevm_Bytes - reconciledTransactionHash: stagingpolygonzkevm_Bytes - reconciledTransactionHash_not: stagingpolygonzkevm_Bytes - reconciledTransactionHash_gt: stagingpolygonzkevm_Bytes - reconciledTransactionHash_lt: stagingpolygonzkevm_Bytes - reconciledTransactionHash_gte: stagingpolygonzkevm_Bytes - reconciledTransactionHash_lte: stagingpolygonzkevm_Bytes - reconciledTransactionHash_in: [stagingpolygonzkevm_Bytes!] - reconciledTransactionHash_not_in: [stagingpolygonzkevm_Bytes!] - reconciledTransactionHash_contains: stagingpolygonzkevm_Bytes - reconciledTransactionHash_not_contains: stagingpolygonzkevm_Bytes + reconciledCaller: 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 @@ -192454,16 +190562,16 @@ input stagingpolygonzkevm_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingpolygonzkevm_Bytes - reconciledTxOrigin_not: stagingpolygonzkevm_Bytes - reconciledTxOrigin_gt: stagingpolygonzkevm_Bytes - reconciledTxOrigin_lt: stagingpolygonzkevm_Bytes - reconciledTxOrigin_gte: stagingpolygonzkevm_Bytes - reconciledTxOrigin_lte: stagingpolygonzkevm_Bytes - reconciledTxOrigin_in: [stagingpolygonzkevm_Bytes!] - reconciledTxOrigin_not_in: [stagingpolygonzkevm_Bytes!] - reconciledTxOrigin_contains: stagingpolygonzkevm_Bytes - reconciledTxOrigin_not_contains: stagingpolygonzkevm_Bytes + reconciledTxOrigin: 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 @@ -192473,12 +190581,12 @@ input stagingpolygonzkevm_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_DestinationTransfer_filter] - or: [stagingpolygonzkevm_DestinationTransfer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_DestinationTransfer_filter] + or: [stagingmainnet_DestinationTransfer_filter] } -enum stagingpolygonzkevm_DestinationTransfer_orderBy { +enum stagingmainnet_DestinationTransfer_orderBy { id chainId transferId @@ -192528,20 +190636,14 @@ enum stagingpolygonzkevm_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar stagingpolygonzkevm_Int8 - -type stagingpolygonzkevm_OptimisticRootFinalized { +type stagingmainnet_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingpolygonzkevm_Bytes! + aggregateRoot: stagingmainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingpolygonzkevm_OptimisticRootFinalized_filter { +input stagingmainnet_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -192550,16 +190652,16 @@ input stagingpolygonzkevm_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingpolygonzkevm_Bytes - aggregateRoot_not: stagingpolygonzkevm_Bytes - aggregateRoot_gt: stagingpolygonzkevm_Bytes - aggregateRoot_lt: stagingpolygonzkevm_Bytes - aggregateRoot_gte: stagingpolygonzkevm_Bytes - aggregateRoot_lte: stagingpolygonzkevm_Bytes - aggregateRoot_in: [stagingpolygonzkevm_Bytes!] - aggregateRoot_not_in: [stagingpolygonzkevm_Bytes!] - aggregateRoot_contains: stagingpolygonzkevm_Bytes - aggregateRoot_not_contains: stagingpolygonzkevm_Bytes + aggregateRoot: 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 @@ -192577,38 +190679,32 @@ input stagingpolygonzkevm_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_OptimisticRootFinalized_filter] - or: [stagingpolygonzkevm_OptimisticRootFinalized_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootFinalized_filter] + or: [stagingmainnet_OptimisticRootFinalized_filter] } -enum stagingpolygonzkevm_OptimisticRootFinalized_orderBy { +enum stagingmainnet_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum stagingpolygonzkevm_OrderDirection { - asc - desc -} - -type stagingpolygonzkevm_OriginMessage { +type stagingmainnet_OriginMessage { id: ID! - transferId: stagingpolygonzkevm_Bytes + transferId: stagingmainnet_Bytes destinationDomain: BigInt - leaf: stagingpolygonzkevm_Bytes + leaf: stagingmainnet_Bytes index: BigInt - message: stagingpolygonzkevm_Bytes - root: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes + message: stagingmainnet_Bytes + root: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes blockNumber: BigInt - rootCount: stagingpolygonzkevm_RootCount + rootCount: stagingmainnet_RootCount } -input stagingpolygonzkevm_OriginMessage_filter { +input stagingmainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -192617,16 +190713,16 @@ input stagingpolygonzkevm_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingpolygonzkevm_Bytes - transferId_not: stagingpolygonzkevm_Bytes - transferId_gt: stagingpolygonzkevm_Bytes - transferId_lt: stagingpolygonzkevm_Bytes - transferId_gte: stagingpolygonzkevm_Bytes - transferId_lte: stagingpolygonzkevm_Bytes - transferId_in: [stagingpolygonzkevm_Bytes!] - transferId_not_in: [stagingpolygonzkevm_Bytes!] - transferId_contains: stagingpolygonzkevm_Bytes - transferId_not_contains: stagingpolygonzkevm_Bytes + transferId: 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 @@ -192635,16 +190731,16 @@ input stagingpolygonzkevm_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingpolygonzkevm_Bytes - leaf_not: stagingpolygonzkevm_Bytes - leaf_gt: stagingpolygonzkevm_Bytes - leaf_lt: stagingpolygonzkevm_Bytes - leaf_gte: stagingpolygonzkevm_Bytes - leaf_lte: stagingpolygonzkevm_Bytes - leaf_in: [stagingpolygonzkevm_Bytes!] - leaf_not_in: [stagingpolygonzkevm_Bytes!] - leaf_contains: stagingpolygonzkevm_Bytes - leaf_not_contains: stagingpolygonzkevm_Bytes + leaf: 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 @@ -192653,36 +190749,36 @@ input stagingpolygonzkevm_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingpolygonzkevm_Bytes - message_not: stagingpolygonzkevm_Bytes - message_gt: stagingpolygonzkevm_Bytes - message_lt: stagingpolygonzkevm_Bytes - message_gte: stagingpolygonzkevm_Bytes - message_lte: stagingpolygonzkevm_Bytes - message_in: [stagingpolygonzkevm_Bytes!] - message_not_in: [stagingpolygonzkevm_Bytes!] - message_contains: stagingpolygonzkevm_Bytes - message_not_contains: stagingpolygonzkevm_Bytes - root: stagingpolygonzkevm_Bytes - root_not: stagingpolygonzkevm_Bytes - root_gt: stagingpolygonzkevm_Bytes - root_lt: stagingpolygonzkevm_Bytes - root_gte: stagingpolygonzkevm_Bytes - root_lte: stagingpolygonzkevm_Bytes - root_in: [stagingpolygonzkevm_Bytes!] - root_not_in: [stagingpolygonzkevm_Bytes!] - root_contains: stagingpolygonzkevm_Bytes - root_not_contains: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_Bytes + message: 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 @@ -192711,14 +190807,14 @@ input stagingpolygonzkevm_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingpolygonzkevm_RootCount_filter + rootCount_: stagingmainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_OriginMessage_filter] - or: [stagingpolygonzkevm_OriginMessage_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OriginMessage_filter] + or: [stagingmainnet_OriginMessage_filter] } -enum stagingpolygonzkevm_OriginMessage_orderBy { +enum stagingmainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -192733,42 +190829,42 @@ enum stagingpolygonzkevm_OriginMessage_orderBy { rootCount__count } -type stagingpolygonzkevm_OriginTransfer { +type stagingmainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingpolygonzkevm_Bytes + transferId: stagingmainnet_Bytes nonce: BigInt - status: stagingpolygonzkevm_TransferStatus - messageHash: stagingpolygonzkevm_Bytes + status: stagingmainnet_TransferStatus + messageHash: stagingmainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingpolygonzkevm_Bytes - delegate: stagingpolygonzkevm_Bytes + to: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes receiveLocal: Boolean - callData: stagingpolygonzkevm_Bytes + callData: stagingmainnet_Bytes slippage: BigInt - originSender: stagingpolygonzkevm_Bytes + originSender: stagingmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygonzkevm_Bytes - asset: stagingpolygonzkevm_Asset - transactingAsset: stagingpolygonzkevm_Bytes - message: stagingpolygonzkevm_OriginMessage + canonicalId: stagingmainnet_Bytes + asset: stagingmainnet_Asset + transactingAsset: stagingmainnet_Bytes + message: stagingmainnet_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_RelayerFee_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_RelayerFee_filter): [stagingpolygonzkevm_RelayerFee!] - initialRelayerFeeAsset: stagingpolygonzkevm_Bytes - caller: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: stagingpolygonzkevm_Bytes + txOrigin: stagingmainnet_Bytes txNonce: BigInt } -input stagingpolygonzkevm_OriginTransfer_filter { +input stagingmainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -192785,16 +190881,16 @@ input stagingpolygonzkevm_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingpolygonzkevm_Bytes - transferId_not: stagingpolygonzkevm_Bytes - transferId_gt: stagingpolygonzkevm_Bytes - transferId_lt: stagingpolygonzkevm_Bytes - transferId_gte: stagingpolygonzkevm_Bytes - transferId_lte: stagingpolygonzkevm_Bytes - transferId_in: [stagingpolygonzkevm_Bytes!] - transferId_not_in: [stagingpolygonzkevm_Bytes!] - transferId_contains: stagingpolygonzkevm_Bytes - transferId_not_contains: stagingpolygonzkevm_Bytes + transferId: 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 @@ -192803,20 +190899,20 @@ input stagingpolygonzkevm_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingpolygonzkevm_TransferStatus - status_not: stagingpolygonzkevm_TransferStatus - status_in: [stagingpolygonzkevm_TransferStatus!] - status_not_in: [stagingpolygonzkevm_TransferStatus!] - messageHash: stagingpolygonzkevm_Bytes - messageHash_not: stagingpolygonzkevm_Bytes - messageHash_gt: stagingpolygonzkevm_Bytes - messageHash_lt: stagingpolygonzkevm_Bytes - messageHash_gte: stagingpolygonzkevm_Bytes - messageHash_lte: stagingpolygonzkevm_Bytes - messageHash_in: [stagingpolygonzkevm_Bytes!] - messageHash_not_in: [stagingpolygonzkevm_Bytes!] - messageHash_contains: stagingpolygonzkevm_Bytes - messageHash_not_contains: stagingpolygonzkevm_Bytes + status: 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 @@ -192841,40 +190937,40 @@ input stagingpolygonzkevm_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingpolygonzkevm_Bytes - to_not: stagingpolygonzkevm_Bytes - to_gt: stagingpolygonzkevm_Bytes - to_lt: stagingpolygonzkevm_Bytes - to_gte: stagingpolygonzkevm_Bytes - to_lte: stagingpolygonzkevm_Bytes - to_in: [stagingpolygonzkevm_Bytes!] - to_not_in: [stagingpolygonzkevm_Bytes!] - to_contains: stagingpolygonzkevm_Bytes - to_not_contains: stagingpolygonzkevm_Bytes - delegate: stagingpolygonzkevm_Bytes - delegate_not: stagingpolygonzkevm_Bytes - delegate_gt: stagingpolygonzkevm_Bytes - delegate_lt: stagingpolygonzkevm_Bytes - delegate_gte: stagingpolygonzkevm_Bytes - delegate_lte: stagingpolygonzkevm_Bytes - delegate_in: [stagingpolygonzkevm_Bytes!] - delegate_not_in: [stagingpolygonzkevm_Bytes!] - delegate_contains: stagingpolygonzkevm_Bytes - delegate_not_contains: stagingpolygonzkevm_Bytes + to: 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: stagingpolygonzkevm_Bytes - callData_not: stagingpolygonzkevm_Bytes - callData_gt: stagingpolygonzkevm_Bytes - callData_lt: stagingpolygonzkevm_Bytes - callData_gte: stagingpolygonzkevm_Bytes - callData_lte: stagingpolygonzkevm_Bytes - callData_in: [stagingpolygonzkevm_Bytes!] - callData_not_in: [stagingpolygonzkevm_Bytes!] - callData_contains: stagingpolygonzkevm_Bytes - callData_not_contains: stagingpolygonzkevm_Bytes + callData: 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 @@ -192883,16 +190979,16 @@ input stagingpolygonzkevm_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingpolygonzkevm_Bytes - originSender_not: stagingpolygonzkevm_Bytes - originSender_gt: stagingpolygonzkevm_Bytes - originSender_lt: stagingpolygonzkevm_Bytes - originSender_gte: stagingpolygonzkevm_Bytes - originSender_lte: stagingpolygonzkevm_Bytes - originSender_in: [stagingpolygonzkevm_Bytes!] - originSender_not_in: [stagingpolygonzkevm_Bytes!] - originSender_contains: stagingpolygonzkevm_Bytes - originSender_not_contains: stagingpolygonzkevm_Bytes + originSender: 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 @@ -192909,16 +191005,16 @@ input stagingpolygonzkevm_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingpolygonzkevm_Bytes - canonicalId_not: stagingpolygonzkevm_Bytes - canonicalId_gt: stagingpolygonzkevm_Bytes - canonicalId_lt: stagingpolygonzkevm_Bytes - canonicalId_gte: stagingpolygonzkevm_Bytes - canonicalId_lte: stagingpolygonzkevm_Bytes - canonicalId_in: [stagingpolygonzkevm_Bytes!] - canonicalId_not_in: [stagingpolygonzkevm_Bytes!] - canonicalId_contains: stagingpolygonzkevm_Bytes - canonicalId_not_contains: stagingpolygonzkevm_Bytes + canonicalId: 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 @@ -192939,17 +191035,17 @@ input stagingpolygonzkevm_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygonzkevm_Asset_filter - transactingAsset: stagingpolygonzkevm_Bytes - transactingAsset_not: stagingpolygonzkevm_Bytes - transactingAsset_gt: stagingpolygonzkevm_Bytes - transactingAsset_lt: stagingpolygonzkevm_Bytes - transactingAsset_gte: stagingpolygonzkevm_Bytes - transactingAsset_lte: stagingpolygonzkevm_Bytes - transactingAsset_in: [stagingpolygonzkevm_Bytes!] - transactingAsset_not_in: [stagingpolygonzkevm_Bytes!] - transactingAsset_contains: stagingpolygonzkevm_Bytes - transactingAsset_not_contains: stagingpolygonzkevm_Bytes + asset_: 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 @@ -192970,7 +191066,7 @@ input stagingpolygonzkevm_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingpolygonzkevm_OriginMessage_filter + message_: stagingmainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -192985,37 +191081,37 @@ input stagingpolygonzkevm_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingpolygonzkevm_RelayerFee_filter - initialRelayerFeeAsset: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_not: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_gt: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_lt: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_gte: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_lte: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_in: [stagingpolygonzkevm_Bytes!] - initialRelayerFeeAsset_not_in: [stagingpolygonzkevm_Bytes!] - initialRelayerFeeAsset_contains: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_not_contains: stagingpolygonzkevm_Bytes - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_Bytes + relayerFees_: 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 @@ -193048,16 +191144,16 @@ input stagingpolygonzkevm_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingpolygonzkevm_Bytes - txOrigin_not: stagingpolygonzkevm_Bytes - txOrigin_gt: stagingpolygonzkevm_Bytes - txOrigin_lt: stagingpolygonzkevm_Bytes - txOrigin_gte: stagingpolygonzkevm_Bytes - txOrigin_lte: stagingpolygonzkevm_Bytes - txOrigin_in: [stagingpolygonzkevm_Bytes!] - txOrigin_not_in: [stagingpolygonzkevm_Bytes!] - txOrigin_contains: stagingpolygonzkevm_Bytes - txOrigin_not_contains: stagingpolygonzkevm_Bytes + txOrigin: 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 @@ -193067,12 +191163,12 @@ input stagingpolygonzkevm_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_OriginTransfer_filter] - or: [stagingpolygonzkevm_OriginTransfer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OriginTransfer_filter] + or: [stagingmainnet_OriginTransfer_filter] } -enum stagingpolygonzkevm_OriginTransfer_orderBy { +enum stagingmainnet_OriginTransfer_orderBy { id chainId transferId @@ -193125,20 +191221,20 @@ enum stagingpolygonzkevm_OriginTransfer_orderBy { txNonce } -type stagingpolygonzkevm_Relayer { +type stagingmainnet_Relayer { id: ID! isActive: Boolean! - relayer: stagingpolygonzkevm_Bytes + relayer: stagingmainnet_Bytes } -type stagingpolygonzkevm_RelayerFee { +type stagingmainnet_RelayerFee { id: ID! - transfer: stagingpolygonzkevm_OriginTransfer! + transfer: stagingmainnet_OriginTransfer! fee: BigInt! - asset: stagingpolygonzkevm_Bytes! + asset: stagingmainnet_Bytes! } -input stagingpolygonzkevm_RelayerFee_filter { +input stagingmainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -193167,7 +191263,7 @@ input stagingpolygonzkevm_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingpolygonzkevm_OriginTransfer_filter + transfer_: stagingmainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -193176,23 +191272,23 @@ input stagingpolygonzkevm_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingpolygonzkevm_Bytes - asset_not: stagingpolygonzkevm_Bytes - asset_gt: stagingpolygonzkevm_Bytes - asset_lt: stagingpolygonzkevm_Bytes - asset_gte: stagingpolygonzkevm_Bytes - asset_lte: stagingpolygonzkevm_Bytes - asset_in: [stagingpolygonzkevm_Bytes!] - asset_not_in: [stagingpolygonzkevm_Bytes!] - asset_contains: stagingpolygonzkevm_Bytes - asset_not_contains: stagingpolygonzkevm_Bytes + asset: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RelayerFee_filter] - or: [stagingpolygonzkevm_RelayerFee_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RelayerFee_filter] + or: [stagingmainnet_RelayerFee_filter] } -enum stagingpolygonzkevm_RelayerFee_orderBy { +enum stagingmainnet_RelayerFee_orderBy { id transfer transfer__id @@ -193228,20 +191324,20 @@ enum stagingpolygonzkevm_RelayerFee_orderBy { asset } -type stagingpolygonzkevm_RelayerFeesIncrease { +type stagingmainnet_RelayerFeesIncrease { id: ID! - transfer: stagingpolygonzkevm_OriginTransfer! + transfer: stagingmainnet_OriginTransfer! increase: BigInt - asset: stagingpolygonzkevm_Bytes - caller: stagingpolygonzkevm_Bytes! - transactionHash: stagingpolygonzkevm_Bytes! + asset: stagingmainnet_Bytes + caller: stagingmainnet_Bytes! + transactionHash: stagingmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygonzkevm_RelayerFeesIncrease_filter { +input stagingmainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -193270,7 +191366,7 @@ input stagingpolygonzkevm_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingpolygonzkevm_OriginTransfer_filter + transfer_: stagingmainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -193279,36 +191375,36 @@ input stagingpolygonzkevm_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingpolygonzkevm_Bytes - asset_not: stagingpolygonzkevm_Bytes - asset_gt: stagingpolygonzkevm_Bytes - asset_lt: stagingpolygonzkevm_Bytes - asset_gte: stagingpolygonzkevm_Bytes - asset_lte: stagingpolygonzkevm_Bytes - asset_in: [stagingpolygonzkevm_Bytes!] - asset_not_in: [stagingpolygonzkevm_Bytes!] - asset_contains: stagingpolygonzkevm_Bytes - asset_not_contains: stagingpolygonzkevm_Bytes - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_Bytes + asset: 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 @@ -193342,12 +191438,12 @@ input stagingpolygonzkevm_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RelayerFeesIncrease_filter] - or: [stagingpolygonzkevm_RelayerFeesIncrease_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RelayerFeesIncrease_filter] + or: [stagingmainnet_RelayerFeesIncrease_filter] } -enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { +enum stagingmainnet_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -193389,7 +191485,7 @@ enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { blockNumber } -input stagingpolygonzkevm_Relayer_filter { +input stagingmainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -193402,34 +191498,34 @@ input stagingpolygonzkevm_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingpolygonzkevm_Bytes - relayer_not: stagingpolygonzkevm_Bytes - relayer_gt: stagingpolygonzkevm_Bytes - relayer_lt: stagingpolygonzkevm_Bytes - relayer_gte: stagingpolygonzkevm_Bytes - relayer_lte: stagingpolygonzkevm_Bytes - relayer_in: [stagingpolygonzkevm_Bytes!] - relayer_not_in: [stagingpolygonzkevm_Bytes!] - relayer_contains: stagingpolygonzkevm_Bytes - relayer_not_contains: stagingpolygonzkevm_Bytes + relayer: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Relayer_filter] - or: [stagingpolygonzkevm_Relayer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Relayer_filter] + or: [stagingmainnet_Relayer_filter] } -enum stagingpolygonzkevm_Relayer_orderBy { +enum stagingmainnet_Relayer_orderBy { id isActive relayer } -type stagingpolygonzkevm_RootCount { +type stagingmainnet_RootCount { id: ID! count: BigInt } -input stagingpolygonzkevm_RootCount_filter { +input stagingmainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -193447,31 +191543,31 @@ input stagingpolygonzkevm_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RootCount_filter] - or: [stagingpolygonzkevm_RootCount_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootCount_filter] + or: [stagingmainnet_RootCount_filter] } -enum stagingpolygonzkevm_RootCount_orderBy { +enum stagingmainnet_RootCount_orderBy { id count } -type stagingpolygonzkevm_RootMessageSent { +type stagingmainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingpolygonzkevm_Bytes + root: stagingmainnet_Bytes count: BigInt - caller: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingpolygonzkevm_RootMessageSent_filter { +input stagingmainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -193496,16 +191592,16 @@ input stagingpolygonzkevm_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingpolygonzkevm_Bytes - root_not: stagingpolygonzkevm_Bytes - root_gt: stagingpolygonzkevm_Bytes - root_lt: stagingpolygonzkevm_Bytes - root_gte: stagingpolygonzkevm_Bytes - root_lte: stagingpolygonzkevm_Bytes - root_in: [stagingpolygonzkevm_Bytes!] - root_not_in: [stagingpolygonzkevm_Bytes!] - root_contains: stagingpolygonzkevm_Bytes - root_not_contains: stagingpolygonzkevm_Bytes + root: 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 @@ -193514,26 +191610,26 @@ input stagingpolygonzkevm_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_Bytes + caller: 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 @@ -193567,12 +191663,12 @@ input stagingpolygonzkevm_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RootMessageSent_filter] - or: [stagingpolygonzkevm_RootMessageSent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootMessageSent_filter] + or: [stagingmainnet_RootMessageSent_filter] } -enum stagingpolygonzkevm_RootMessageSent_orderBy { +enum stagingmainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -193586,25 +191682,25 @@ enum stagingpolygonzkevm_RootMessageSent_orderBy { blockNumber } -type stagingpolygonzkevm_Router { +type stagingmainnet_Router { id: ID! isActive: Boolean! - owner: stagingpolygonzkevm_Bytes - recipient: stagingpolygonzkevm_Bytes - proposedOwner: stagingpolygonzkevm_Bytes + owner: stagingmainnet_Bytes + recipient: stagingmainnet_Bytes + proposedOwner: stagingmainnet_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_AssetBalance_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_AssetBalance_filter): [stagingpolygonzkevm_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmainnet_AssetBalance_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_AssetBalance_filter): [stagingmainnet_AssetBalance!]! } -type stagingpolygonzkevm_RouterDailyTVL { +type stagingmainnet_RouterDailyTVL { id: ID! - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! timestamp: BigInt! balance: BigInt! } -input stagingpolygonzkevm_RouterDailyTVL_filter { +input stagingmainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -193633,7 +191729,7 @@ input stagingpolygonzkevm_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingpolygonzkevm_Router_filter + router_: stagingmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -193654,7 +191750,7 @@ input stagingpolygonzkevm_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygonzkevm_Asset_filter + asset_: stagingmainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -193672,12 +191768,12 @@ input stagingpolygonzkevm_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RouterDailyTVL_filter] - or: [stagingpolygonzkevm_RouterDailyTVL_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RouterDailyTVL_filter] + or: [stagingmainnet_RouterDailyTVL_filter] } -enum stagingpolygonzkevm_RouterDailyTVL_orderBy { +enum stagingmainnet_RouterDailyTVL_orderBy { id router router__id @@ -193700,26 +191796,26 @@ enum stagingpolygonzkevm_RouterDailyTVL_orderBy { balance } -type stagingpolygonzkevm_RouterLiquidityEvent { +type stagingmainnet_RouterLiquidityEvent { id: ID! - type: stagingpolygonzkevm_RouterLiquidityEventType - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! + type: stagingmainnet_RouterLiquidityEventType + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! amount: BigInt! balance: BigInt! - caller: stagingpolygonzkevm_Bytes + caller: stagingmainnet_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingpolygonzkevm_Bytes! + transactionHash: stagingmainnet_Bytes! nonce: BigInt! } -enum stagingpolygonzkevm_RouterLiquidityEventType { +enum stagingmainnet_RouterLiquidityEventType { Add Remove } -input stagingpolygonzkevm_RouterLiquidityEvent_filter { +input stagingmainnet_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -193728,10 +191824,10 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingpolygonzkevm_RouterLiquidityEventType - type_not: stagingpolygonzkevm_RouterLiquidityEventType - type_in: [stagingpolygonzkevm_RouterLiquidityEventType!] - type_not_in: [stagingpolygonzkevm_RouterLiquidityEventType!] + type: stagingmainnet_RouterLiquidityEventType + type_not: stagingmainnet_RouterLiquidityEventType + type_in: [stagingmainnet_RouterLiquidityEventType!] + type_not_in: [stagingmainnet_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -193752,7 +191848,7 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingpolygonzkevm_Router_filter + router_: stagingmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -193773,7 +191869,7 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygonzkevm_Asset_filter + asset_: stagingmainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -193790,16 +191886,16 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes + caller: 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 @@ -193816,16 +191912,16 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_Bytes + transactionHash: 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 @@ -193835,12 +191931,12 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RouterLiquidityEvent_filter] - or: [stagingpolygonzkevm_RouterLiquidityEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RouterLiquidityEvent_filter] + or: [stagingmainnet_RouterLiquidityEvent_filter] } -enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { +enum stagingmainnet_RouterLiquidityEvent_orderBy { id type router @@ -193869,7 +191965,7 @@ enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { nonce } -input stagingpolygonzkevm_Router_filter { +input stagingmainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -193882,36 +191978,36 @@ input stagingpolygonzkevm_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingpolygonzkevm_Bytes - owner_not: stagingpolygonzkevm_Bytes - owner_gt: stagingpolygonzkevm_Bytes - owner_lt: stagingpolygonzkevm_Bytes - owner_gte: stagingpolygonzkevm_Bytes - owner_lte: stagingpolygonzkevm_Bytes - owner_in: [stagingpolygonzkevm_Bytes!] - owner_not_in: [stagingpolygonzkevm_Bytes!] - owner_contains: stagingpolygonzkevm_Bytes - owner_not_contains: stagingpolygonzkevm_Bytes - recipient: stagingpolygonzkevm_Bytes - recipient_not: stagingpolygonzkevm_Bytes - recipient_gt: stagingpolygonzkevm_Bytes - recipient_lt: stagingpolygonzkevm_Bytes - recipient_gte: stagingpolygonzkevm_Bytes - recipient_lte: stagingpolygonzkevm_Bytes - recipient_in: [stagingpolygonzkevm_Bytes!] - recipient_not_in: [stagingpolygonzkevm_Bytes!] - recipient_contains: stagingpolygonzkevm_Bytes - recipient_not_contains: stagingpolygonzkevm_Bytes - proposedOwner: stagingpolygonzkevm_Bytes - proposedOwner_not: stagingpolygonzkevm_Bytes - proposedOwner_gt: stagingpolygonzkevm_Bytes - proposedOwner_lt: stagingpolygonzkevm_Bytes - proposedOwner_gte: stagingpolygonzkevm_Bytes - proposedOwner_lte: stagingpolygonzkevm_Bytes - proposedOwner_in: [stagingpolygonzkevm_Bytes!] - proposedOwner_not_in: [stagingpolygonzkevm_Bytes!] - proposedOwner_contains: stagingpolygonzkevm_Bytes - proposedOwner_not_contains: stagingpolygonzkevm_Bytes + owner: 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 @@ -193920,14 +192016,14 @@ input stagingpolygonzkevm_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingpolygonzkevm_AssetBalance_filter + assetBalances_: stagingmainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Router_filter] - or: [stagingpolygonzkevm_Router_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Router_filter] + or: [stagingmainnet_Router_filter] } -enum stagingpolygonzkevm_Router_orderBy { +enum stagingmainnet_Router_orderBy { id isActive owner @@ -193937,13 +192033,13 @@ enum stagingpolygonzkevm_Router_orderBy { assetBalances } -type stagingpolygonzkevm_Sequencer { +type stagingmainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingpolygonzkevm_Bytes + sequencer: stagingmainnet_Bytes } -input stagingpolygonzkevm_Sequencer_filter { +input stagingmainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -193956,35 +192052,35 @@ input stagingpolygonzkevm_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingpolygonzkevm_Bytes - sequencer_not: stagingpolygonzkevm_Bytes - sequencer_gt: stagingpolygonzkevm_Bytes - sequencer_lt: stagingpolygonzkevm_Bytes - sequencer_gte: stagingpolygonzkevm_Bytes - sequencer_lte: stagingpolygonzkevm_Bytes - sequencer_in: [stagingpolygonzkevm_Bytes!] - sequencer_not_in: [stagingpolygonzkevm_Bytes!] - sequencer_contains: stagingpolygonzkevm_Bytes - sequencer_not_contains: stagingpolygonzkevm_Bytes + sequencer: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Sequencer_filter] - or: [stagingpolygonzkevm_Sequencer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Sequencer_filter] + or: [stagingmainnet_Sequencer_filter] } -enum stagingpolygonzkevm_Sequencer_orderBy { +enum stagingmainnet_Sequencer_orderBy { id isActive sequencer } -type stagingpolygonzkevm_Setting { +type stagingmainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingpolygonzkevm_Bytes! + caller: stagingmainnet_Bytes! } -input stagingpolygonzkevm_Setting_filter { +input stagingmainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -194001,41 +192097,41 @@ input stagingpolygonzkevm_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes + caller: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Setting_filter] - or: [stagingpolygonzkevm_Setting_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Setting_filter] + or: [stagingmainnet_Setting_filter] } -enum stagingpolygonzkevm_Setting_orderBy { +enum stagingmainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingpolygonzkevm_SlippageUpdate { +type stagingmainnet_SlippageUpdate { id: ID! - transfer: stagingpolygonzkevm_DestinationTransfer! + transfer: stagingmainnet_DestinationTransfer! slippage: BigInt! - caller: stagingpolygonzkevm_Bytes! - transactionHash: stagingpolygonzkevm_Bytes! + caller: stagingmainnet_Bytes! + transactionHash: stagingmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygonzkevm_SlippageUpdate_filter { +input stagingmainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -194064,7 +192160,7 @@ input stagingpolygonzkevm_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingpolygonzkevm_DestinationTransfer_filter + transfer_: stagingmainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -194073,26 +192169,26 @@ input stagingpolygonzkevm_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_Bytes + caller: 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 @@ -194126,12 +192222,12 @@ input stagingpolygonzkevm_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_SlippageUpdate_filter] - or: [stagingpolygonzkevm_SlippageUpdate_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SlippageUpdate_filter] + or: [stagingmainnet_SlippageUpdate_filter] } -enum stagingpolygonzkevm_SlippageUpdate_orderBy { +enum stagingmainnet_SlippageUpdate_orderBy { id transfer transfer__id @@ -194179,16 +192275,16 @@ enum stagingpolygonzkevm_SlippageUpdate_orderBy { blockNumber } -type stagingpolygonzkevm_SnapshotRoot { +type stagingmainnet_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingpolygonzkevm_Bytes! + root: stagingmainnet_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingpolygonzkevm_SnapshotRoot_filter { +input stagingmainnet_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -194205,16 +192301,16 @@ input stagingpolygonzkevm_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingpolygonzkevm_Bytes - root_not: stagingpolygonzkevm_Bytes - root_gt: stagingpolygonzkevm_Bytes - root_lt: stagingpolygonzkevm_Bytes - root_gte: stagingpolygonzkevm_Bytes - root_lte: stagingpolygonzkevm_Bytes - root_in: [stagingpolygonzkevm_Bytes!] - root_not_in: [stagingpolygonzkevm_Bytes!] - root_contains: stagingpolygonzkevm_Bytes - root_not_contains: stagingpolygonzkevm_Bytes + root: 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 @@ -194240,12 +192336,12 @@ input stagingpolygonzkevm_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_SnapshotRoot_filter] - or: [stagingpolygonzkevm_SnapshotRoot_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SnapshotRoot_filter] + or: [stagingmainnet_SnapshotRoot_filter] } -enum stagingpolygonzkevm_SnapshotRoot_orderBy { +enum stagingmainnet_SnapshotRoot_orderBy { id spokeDomain root @@ -194254,12 +192350,12 @@ enum stagingpolygonzkevm_SnapshotRoot_orderBy { blockNumber } -type stagingpolygonzkevm_SpokeConnectorMode { +type stagingmainnet_SpokeConnectorMode { id: ID! mode: String! } -input stagingpolygonzkevm_SpokeConnectorMode_filter { +input stagingmainnet_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -194289,17 +192385,17 @@ input stagingpolygonzkevm_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_SpokeConnectorMode_filter] - or: [stagingpolygonzkevm_SpokeConnectorMode_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SpokeConnectorMode_filter] + or: [stagingmainnet_SpokeConnectorMode_filter] } -enum stagingpolygonzkevm_SpokeConnectorMode_orderBy { +enum stagingmainnet_SpokeConnectorMode_orderBy { id mode } -enum stagingpolygonzkevm_TransferStatus { +enum stagingmainnet_TransferStatus { XCalled Executed Reconciled @@ -194307,42 +192403,15 @@ enum stagingpolygonzkevm_TransferStatus { CompletedFast } -type stagingpolygonzkevm__Block_ { - """The hash of the block""" - hash: stagingpolygonzkevm_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: stagingpolygonzkevm_Bytes -} - -"""The type for the top-level _meta field""" -type stagingpolygonzkevm__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingpolygonzkevm__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type xdai_AggregateRoot { +type stagingpolygon_AggregateRoot { id: ID! - root: xdai_Bytes! + root: stagingpolygon_Bytes! blockNumber: BigInt! } -type xdai_AggregateRootProposed { +type stagingpolygon_AggregateRootProposed { id: ID! - aggregateRoot: xdai_Bytes! + aggregateRoot: stagingpolygon_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -194350,7 +192419,7 @@ type xdai_AggregateRootProposed { blockNumber: BigInt } -input xdai_AggregateRootProposed_filter { +input stagingpolygon_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -194359,16 +192428,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: 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 @@ -194410,12 +192479,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AggregateRootProposed_filter] + or: [stagingpolygon_AggregateRootProposed_filter] } -enum xdai_AggregateRootProposed_orderBy { +enum stagingpolygon_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -194425,7 +192494,7 @@ enum xdai_AggregateRootProposed_orderBy { blockNumber } -input xdai_AggregateRoot_filter { +input stagingpolygon_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -194434,16 +192503,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: 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 @@ -194453,47 +192522,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AggregateRoot_filter] + or: [stagingpolygon_AggregateRoot_filter] } -enum xdai_AggregateRoot_orderBy { +enum stagingpolygon_AggregateRoot_orderBy { id root blockNumber } -enum xdai_Aggregation_interval { +enum stagingpolygon_Aggregation_interval { hour day } -type xdai_Asset { +type stagingpolygon_Asset { id: ID! - key: xdai_Bytes + key: stagingpolygon_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: xdai_Bytes + canonicalId: stagingpolygon_Bytes canonicalDomain: BigInt - adoptedAsset: xdai_Bytes - localAsset: xdai_Bytes + adoptedAsset: stagingpolygon_Bytes + localAsset: stagingpolygon_Bytes blockNumber: BigInt - status: xdai_AssetStatus + status: stagingpolygon_AssetStatus } -type xdai_AssetBalance { +type stagingpolygon_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: xdai_Router! - asset: xdai_Asset! + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! feesEarned: BigInt! } -input xdai_AssetBalance_filter { +input stagingpolygon_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -194554,7 +192623,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_: stagingpolygon_Router_filter asset: String asset_not: String asset_gt: String @@ -194575,7 +192644,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_: stagingpolygon_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -194585,12 +192654,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AssetBalance_filter] + or: [stagingpolygon_AssetBalance_filter] } -enum xdai_AssetBalance_orderBy { +enum stagingpolygon_AssetBalance_orderBy { id amount locked @@ -194616,12 +192685,12 @@ enum xdai_AssetBalance_orderBy { feesEarned } -type xdai_AssetStatus { +type stagingpolygon_AssetStatus { id: ID! status: Boolean } -input xdai_AssetStatus_filter { +input stagingpolygon_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -194635,17 +192704,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AssetStatus_filter] + or: [stagingpolygon_AssetStatus_filter] } -enum xdai_AssetStatus_orderBy { +enum stagingpolygon_AssetStatus_orderBy { id status } -input xdai_Asset_filter { +input stagingpolygon_Asset_filter { id: ID id_not: ID id_gt: ID @@ -194654,16 +192723,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: 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 @@ -194680,16 +192749,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: 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 @@ -194698,26 +192767,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: 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 @@ -194746,14 +192815,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_: stagingpolygon_AssetStatus_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Asset_filter] - or: [xdai_Asset_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Asset_filter] + or: [stagingpolygon_Asset_filter] } -enum xdai_Asset_orderBy { +enum stagingpolygon_Asset_orderBy { id key decimal @@ -194768,30 +192837,30 @@ enum xdai_Asset_orderBy { status__status } -scalar xdai_BigDecimal +scalar stagingpolygon_BigDecimal -input xdai_BlockChangedFilter { +input stagingpolygon_BlockChangedFilter { number_gte: Int! } -input xdai_Block_height { - hash: xdai_Bytes +input stagingpolygon_Block_height { + hash: stagingpolygon_Bytes number: Int number_gte: Int } -scalar xdai_Bytes +scalar stagingpolygon_Bytes -type xdai_ConnectorMeta { +type stagingpolygon_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: xdai_Bytes - rootManager: xdai_Bytes - mirrorConnector: xdai_Bytes + amb: stagingpolygon_Bytes + rootManager: stagingpolygon_Bytes + mirrorConnector: stagingpolygon_Bytes } -input xdai_ConnectorMeta_filter { +input stagingpolygon_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -194816,43 +192885,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: 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: xdai_BlockChangedFilter - and: [xdai_ConnectorMeta_filter] - or: [xdai_ConnectorMeta_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_ConnectorMeta_filter] + or: [stagingpolygon_ConnectorMeta_filter] } -enum xdai_ConnectorMeta_orderBy { +enum stagingpolygon_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -194861,48 +192930,48 @@ enum xdai_ConnectorMeta_orderBy { mirrorConnector } -type xdai_DestinationTransfer { +type stagingpolygon_DestinationTransfer { id: ID! chainId: BigInt - transferId: xdai_Bytes + transferId: stagingpolygon_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: 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: xdai_Bytes - delegate: xdai_Bytes + to: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes receiveLocal: Boolean - callData: xdai_Bytes + callData: stagingpolygon_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: xdai_Bytes + originSender: stagingpolygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xdai_Bytes - asset: xdai_Asset + canonicalId: stagingpolygon_Bytes + asset: stagingpolygon_Asset amount: BigInt routersFee: BigInt - executedCaller: xdai_Bytes - executedTransactionHash: xdai_Bytes + executedCaller: stagingpolygon_Bytes + executedTransactionHash: stagingpolygon_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: xdai_Bytes + executedTxOrigin: stagingpolygon_Bytes executedTxNonce: BigInt - reconciledCaller: xdai_Bytes - reconciledTransactionHash: xdai_Bytes + reconciledCaller: stagingpolygon_Bytes + reconciledTransactionHash: stagingpolygon_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: xdai_Bytes + reconciledTxOrigin: stagingpolygon_Bytes reconciledTxNonce: BigInt } -input xdai_DestinationTransfer_filter { +input stagingpolygon_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -194919,16 +192988,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: 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 @@ -194937,17 +193006,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: 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_: xdai_Router_filter + routers_: stagingpolygon_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -194972,40 +193041,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: 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: 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: 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 @@ -195022,16 +193091,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: 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 @@ -195048,16 +193117,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: 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 @@ -195078,7 +193147,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_: stagingpolygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -195095,26 +193164,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: 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 @@ -195147,16 +193216,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: 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 @@ -195165,26 +193234,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: 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 @@ -195217,16 +193286,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: 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 @@ -195236,12 +193305,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_DestinationTransfer_filter] + or: [stagingpolygon_DestinationTransfer_filter] } -enum xdai_DestinationTransfer_orderBy { +enum stagingpolygon_DestinationTransfer_orderBy { id chainId transferId @@ -195295,16 +193364,16 @@ enum xdai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar xdai_Int8 +scalar stagingpolygon_Int8 -type xdai_OptimisticRootFinalized { +type stagingpolygon_OptimisticRootFinalized { id: ID! - aggregateRoot: xdai_Bytes! + aggregateRoot: stagingpolygon_Bytes! timestamp: BigInt! blockNumber: BigInt } -input xdai_OptimisticRootFinalized_filter { +input stagingpolygon_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -195313,16 +193382,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: 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 @@ -195340,12 +193409,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OptimisticRootFinalized_filter] + or: [stagingpolygon_OptimisticRootFinalized_filter] } -enum xdai_OptimisticRootFinalized_orderBy { +enum stagingpolygon_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -195353,25 +193422,25 @@ enum xdai_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum xdai_OrderDirection { +enum stagingpolygon_OrderDirection { asc desc } -type xdai_OriginMessage { +type stagingpolygon_OriginMessage { id: ID! - transferId: xdai_Bytes + transferId: stagingpolygon_Bytes destinationDomain: BigInt - leaf: xdai_Bytes + leaf: stagingpolygon_Bytes index: BigInt - message: xdai_Bytes - root: xdai_Bytes - transactionHash: xdai_Bytes + message: stagingpolygon_Bytes + root: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes blockNumber: BigInt - rootCount: xdai_RootCount + rootCount: stagingpolygon_RootCount } -input xdai_OriginMessage_filter { +input stagingpolygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -195380,16 +193449,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: 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 @@ -195398,16 +193467,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: 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 @@ -195416,36 +193485,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: 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 @@ -195474,14 +193543,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_: stagingpolygon_RootCount_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_OriginMessage_filter] - or: [xdai_OriginMessage_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OriginMessage_filter] + or: [stagingpolygon_OriginMessage_filter] } -enum xdai_OriginMessage_orderBy { +enum stagingpolygon_OriginMessage_orderBy { id transferId destinationDomain @@ -195496,42 +193565,42 @@ enum xdai_OriginMessage_orderBy { rootCount__count } -type xdai_OriginTransfer { +type stagingpolygon_OriginTransfer { id: ID! chainId: BigInt - transferId: xdai_Bytes + transferId: stagingpolygon_Bytes nonce: BigInt - status: xdai_TransferStatus - messageHash: xdai_Bytes + status: stagingpolygon_TransferStatus + messageHash: stagingpolygon_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xdai_Bytes - delegate: xdai_Bytes + to: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes receiveLocal: Boolean - callData: xdai_Bytes + callData: stagingpolygon_Bytes slippage: BigInt - originSender: xdai_Bytes + originSender: stagingpolygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xdai_Bytes - asset: xdai_Asset - transactingAsset: xdai_Bytes - message: xdai_OriginMessage + canonicalId: stagingpolygon_Bytes + asset: stagingpolygon_Asset + transactingAsset: stagingpolygon_Bytes + message: stagingpolygon_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: 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: xdai_Bytes + txOrigin: stagingpolygon_Bytes txNonce: BigInt } -input xdai_OriginTransfer_filter { +input stagingpolygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -195548,16 +193617,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: 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 @@ -195566,20 +193635,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: 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 @@ -195604,40 +193673,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: 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: 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: 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 @@ -195646,16 +193715,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: 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 @@ -195672,16 +193741,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: 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 @@ -195702,17 +193771,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_: 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 @@ -195733,7 +193802,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_: stagingpolygon_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -195748,37 +193817,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_: 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 @@ -195811,16 +193880,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: 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 @@ -195830,12 +193899,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OriginTransfer_filter] + or: [stagingpolygon_OriginTransfer_filter] } -enum xdai_OriginTransfer_orderBy { +enum stagingpolygon_OriginTransfer_orderBy { id chainId transferId @@ -195888,20 +193957,20 @@ enum xdai_OriginTransfer_orderBy { txNonce } -type xdai_Relayer { +type stagingpolygon_Relayer { id: ID! isActive: Boolean! - relayer: xdai_Bytes + relayer: stagingpolygon_Bytes } -type xdai_RelayerFee { +type stagingpolygon_RelayerFee { id: ID! - transfer: xdai_OriginTransfer! + transfer: stagingpolygon_OriginTransfer! fee: BigInt! - asset: xdai_Bytes! + asset: stagingpolygon_Bytes! } -input xdai_RelayerFee_filter { +input stagingpolygon_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -195930,7 +193999,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_: stagingpolygon_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -195939,23 +194008,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: 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: xdai_BlockChangedFilter - and: [xdai_RelayerFee_filter] - or: [xdai_RelayerFee_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RelayerFee_filter] + or: [stagingpolygon_RelayerFee_filter] } -enum xdai_RelayerFee_orderBy { +enum stagingpolygon_RelayerFee_orderBy { id transfer transfer__id @@ -195991,20 +194060,20 @@ enum xdai_RelayerFee_orderBy { asset } -type xdai_RelayerFeesIncrease { +type stagingpolygon_RelayerFeesIncrease { id: ID! - transfer: xdai_OriginTransfer! + transfer: stagingpolygon_OriginTransfer! increase: BigInt - asset: xdai_Bytes - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + asset: stagingpolygon_Bytes + caller: stagingpolygon_Bytes! + transactionHash: stagingpolygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xdai_RelayerFeesIncrease_filter { +input stagingpolygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -196033,7 +194102,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_: stagingpolygon_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -196042,36 +194111,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: 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 @@ -196105,12 +194174,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RelayerFeesIncrease_filter] + or: [stagingpolygon_RelayerFeesIncrease_filter] } -enum xdai_RelayerFeesIncrease_orderBy { +enum stagingpolygon_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -196152,7 +194221,7 @@ enum xdai_RelayerFeesIncrease_orderBy { blockNumber } -input xdai_Relayer_filter { +input stagingpolygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -196165,34 +194234,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: 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: xdai_BlockChangedFilter - and: [xdai_Relayer_filter] - or: [xdai_Relayer_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Relayer_filter] + or: [stagingpolygon_Relayer_filter] } -enum xdai_Relayer_orderBy { +enum stagingpolygon_Relayer_orderBy { id isActive relayer } -type xdai_RootCount { +type stagingpolygon_RootCount { id: ID! count: BigInt } -input xdai_RootCount_filter { +input stagingpolygon_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -196210,31 +194279,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RootCount_filter] + or: [stagingpolygon_RootCount_filter] } -enum xdai_RootCount_orderBy { +enum stagingpolygon_RootCount_orderBy { id count } -type xdai_RootMessageSent { +type stagingpolygon_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: xdai_Bytes + root: stagingpolygon_Bytes count: BigInt - caller: xdai_Bytes - transactionHash: xdai_Bytes + caller: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input xdai_RootMessageSent_filter { +input stagingpolygon_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -196259,16 +194328,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: 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 @@ -196277,26 +194346,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: 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 @@ -196330,12 +194399,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RootMessageSent_filter] + or: [stagingpolygon_RootMessageSent_filter] } -enum xdai_RootMessageSent_orderBy { +enum stagingpolygon_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -196349,25 +194418,25 @@ enum xdai_RootMessageSent_orderBy { blockNumber } -type xdai_Router { +type stagingpolygon_Router { id: ID! isActive: Boolean! - owner: xdai_Bytes - recipient: xdai_Bytes - proposedOwner: xdai_Bytes + owner: stagingpolygon_Bytes + recipient: stagingpolygon_Bytes + proposedOwner: stagingpolygon_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: stagingpolygon_AssetBalance_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_AssetBalance_filter): [stagingpolygon_AssetBalance!]! } -type xdai_RouterDailyTVL { +type stagingpolygon_RouterDailyTVL { id: ID! - router: xdai_Router! - asset: xdai_Asset! + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! timestamp: BigInt! balance: BigInt! } -input xdai_RouterDailyTVL_filter { +input stagingpolygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -196396,7 +194465,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_: stagingpolygon_Router_filter asset: String asset_not: String asset_gt: String @@ -196417,7 +194486,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_: stagingpolygon_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -196435,12 +194504,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RouterDailyTVL_filter] + or: [stagingpolygon_RouterDailyTVL_filter] } -enum xdai_RouterDailyTVL_orderBy { +enum stagingpolygon_RouterDailyTVL_orderBy { id router router__id @@ -196463,26 +194532,26 @@ enum xdai_RouterDailyTVL_orderBy { balance } -type xdai_RouterLiquidityEvent { +type stagingpolygon_RouterLiquidityEvent { id: ID! - type: xdai_RouterLiquidityEventType - router: xdai_Router! - asset: xdai_Asset! + type: stagingpolygon_RouterLiquidityEventType + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! amount: BigInt! balance: BigInt! - caller: xdai_Bytes + caller: stagingpolygon_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: xdai_Bytes! + transactionHash: stagingpolygon_Bytes! nonce: BigInt! } -enum xdai_RouterLiquidityEventType { +enum stagingpolygon_RouterLiquidityEventType { Add Remove } -input xdai_RouterLiquidityEvent_filter { +input stagingpolygon_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -196491,10 +194560,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: stagingpolygon_RouterLiquidityEventType + type_not: stagingpolygon_RouterLiquidityEventType + type_in: [stagingpolygon_RouterLiquidityEventType!] + type_not_in: [stagingpolygon_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -196515,7 +194584,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_: stagingpolygon_Router_filter asset: String asset_not: String asset_gt: String @@ -196536,7 +194605,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_: stagingpolygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -196553,16 +194622,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: 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 @@ -196579,16 +194648,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: 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 @@ -196598,12 +194667,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RouterLiquidityEvent_filter] + or: [stagingpolygon_RouterLiquidityEvent_filter] } -enum xdai_RouterLiquidityEvent_orderBy { +enum stagingpolygon_RouterLiquidityEvent_orderBy { id type router @@ -196632,7 +194701,7 @@ enum xdai_RouterLiquidityEvent_orderBy { nonce } -input xdai_Router_filter { +input stagingpolygon_Router_filter { id: ID id_not: ID id_gt: ID @@ -196645,36 +194714,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: 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 @@ -196683,14 +194752,14 @@ input xdai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: xdai_AssetBalance_filter + assetBalances_: stagingpolygon_AssetBalance_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Router_filter] - or: [xdai_Router_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Router_filter] + or: [stagingpolygon_Router_filter] } -enum xdai_Router_orderBy { +enum stagingpolygon_Router_orderBy { id isActive owner @@ -196700,13 +194769,13 @@ enum xdai_Router_orderBy { assetBalances } -type xdai_Sequencer { +type stagingpolygon_Sequencer { id: ID! isActive: Boolean! - sequencer: xdai_Bytes + sequencer: stagingpolygon_Bytes } -input xdai_Sequencer_filter { +input stagingpolygon_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -196719,35 +194788,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: 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: xdai_BlockChangedFilter - and: [xdai_Sequencer_filter] - or: [xdai_Sequencer_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Sequencer_filter] + or: [stagingpolygon_Sequencer_filter] } -enum xdai_Sequencer_orderBy { +enum stagingpolygon_Sequencer_orderBy { id isActive sequencer } -type xdai_Setting { +type stagingpolygon_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: xdai_Bytes! + caller: stagingpolygon_Bytes! } -input xdai_Setting_filter { +input stagingpolygon_Setting_filter { id: ID id_not: ID id_gt: ID @@ -196764,41 +194833,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: 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: xdai_BlockChangedFilter - and: [xdai_Setting_filter] - or: [xdai_Setting_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Setting_filter] + or: [stagingpolygon_Setting_filter] } -enum xdai_Setting_orderBy { +enum stagingpolygon_Setting_orderBy { id maxRoutersPerTransfer caller } -type xdai_SlippageUpdate { +type stagingpolygon_SlippageUpdate { id: ID! - transfer: xdai_DestinationTransfer! + transfer: stagingpolygon_DestinationTransfer! slippage: BigInt! - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + caller: stagingpolygon_Bytes! + transactionHash: stagingpolygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xdai_SlippageUpdate_filter { +input stagingpolygon_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -196827,7 +194896,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_: stagingpolygon_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -196836,26 +194905,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: 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 @@ -196889,12 +194958,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SlippageUpdate_filter] + or: [stagingpolygon_SlippageUpdate_filter] } -enum xdai_SlippageUpdate_orderBy { +enum stagingpolygon_SlippageUpdate_orderBy { id transfer transfer__id @@ -196942,16 +195011,16 @@ enum xdai_SlippageUpdate_orderBy { blockNumber } -type xdai_SnapshotRoot { +type stagingpolygon_SnapshotRoot { id: ID! spokeDomain: BigInt - root: xdai_Bytes! + root: stagingpolygon_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input xdai_SnapshotRoot_filter { +input stagingpolygon_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -196968,16 +195037,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: 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 @@ -197003,12 +195072,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SnapshotRoot_filter] + or: [stagingpolygon_SnapshotRoot_filter] } -enum xdai_SnapshotRoot_orderBy { +enum stagingpolygon_SnapshotRoot_orderBy { id spokeDomain root @@ -197017,12 +195086,12 @@ enum xdai_SnapshotRoot_orderBy { blockNumber } -type xdai_SpokeConnectorMode { +type stagingpolygon_SpokeConnectorMode { id: ID! mode: String! } -input xdai_SpokeConnectorMode_filter { +input stagingpolygon_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -197052,17 +195121,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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SpokeConnectorMode_filter] + or: [stagingpolygon_SpokeConnectorMode_filter] } -enum xdai_SpokeConnectorMode_orderBy { +enum stagingpolygon_SpokeConnectorMode_orderBy { id mode } -enum xdai_TransferStatus { +enum stagingpolygon_TransferStatus { XCalled Executed Reconciled @@ -197070,19 +195139,19 @@ enum xdai_TransferStatus { CompletedFast } -type xdai__Block_ { +type stagingpolygon__Block_ { """The hash of the block""" - hash: xdai_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: xdai_Bytes + parentHash: stagingpolygon_Bytes } """The type for the top-level _meta field""" -type xdai__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 @@ -197090,22 +195159,22 @@ type xdai__Meta_ { and therefore asks for the latest block """ - block: xdai__Block_! + block: stagingpolygon__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type polygonzkevm_AggregateRoot { +type stagingscroll_AggregateRoot { id: ID! - root: polygonzkevm_Bytes! + root: stagingscroll_Bytes! blockNumber: BigInt! } -type polygonzkevm_AggregateRootProposed { +type stagingscroll_AggregateRootProposed { id: ID! - aggregateRoot: polygonzkevm_Bytes! + aggregateRoot: stagingscroll_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -197113,7 +195182,7 @@ type polygonzkevm_AggregateRootProposed { blockNumber: BigInt } -input polygonzkevm_AggregateRootProposed_filter { +input stagingscroll_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -197122,16 +195191,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: 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 @@ -197173,12 +195242,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_AggregateRootProposed_filter] + or: [stagingscroll_AggregateRootProposed_filter] } -enum polygonzkevm_AggregateRootProposed_orderBy { +enum stagingscroll_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -197188,7 +195257,7 @@ enum polygonzkevm_AggregateRootProposed_orderBy { blockNumber } -input polygonzkevm_AggregateRoot_filter { +input stagingscroll_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -197197,16 +195266,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: 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 @@ -197216,42 +195285,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_AggregateRoot_filter] + or: [stagingscroll_AggregateRoot_filter] } -enum polygonzkevm_AggregateRoot_orderBy { +enum stagingscroll_AggregateRoot_orderBy { id root blockNumber } -type polygonzkevm_Asset { +type stagingscroll_Asset { id: ID! - key: polygonzkevm_Bytes + key: stagingscroll_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: polygonzkevm_Bytes + canonicalId: stagingscroll_Bytes canonicalDomain: BigInt - adoptedAsset: polygonzkevm_Bytes - localAsset: polygonzkevm_Bytes + adoptedAsset: stagingscroll_Bytes + localAsset: stagingscroll_Bytes blockNumber: BigInt - status: polygonzkevm_AssetStatus + status: stagingscroll_AssetStatus } -type polygonzkevm_AssetBalance { +type stagingscroll_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + router: stagingscroll_Router! + asset: stagingscroll_Asset! feesEarned: BigInt! } -input polygonzkevm_AssetBalance_filter { +input stagingscroll_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -197312,7 +195381,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_: stagingscroll_Router_filter asset: String asset_not: String asset_gt: String @@ -197333,7 +195402,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_: stagingscroll_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -197343,12 +195412,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_AssetBalance_filter] + or: [stagingscroll_AssetBalance_filter] } -enum polygonzkevm_AssetBalance_orderBy { +enum stagingscroll_AssetBalance_orderBy { id amount locked @@ -197374,12 +195443,12 @@ enum polygonzkevm_AssetBalance_orderBy { feesEarned } -type polygonzkevm_AssetStatus { +type stagingscroll_AssetStatus { id: ID! status: Boolean } -input polygonzkevm_AssetStatus_filter { +input stagingscroll_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -197393,17 +195462,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_AssetStatus_filter] + or: [stagingscroll_AssetStatus_filter] } -enum polygonzkevm_AssetStatus_orderBy { +enum stagingscroll_AssetStatus_orderBy { id status } -input polygonzkevm_Asset_filter { +input stagingscroll_Asset_filter { id: ID id_not: ID id_gt: ID @@ -197412,16 +195481,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: 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 @@ -197438,16 +195507,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: 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 @@ -197456,26 +195525,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: 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 @@ -197504,14 +195573,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_: stagingscroll_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Asset_filter] - or: [polygonzkevm_Asset_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Asset_filter] + or: [stagingscroll_Asset_filter] } -enum polygonzkevm_Asset_orderBy { +enum stagingscroll_Asset_orderBy { id key decimal @@ -197526,30 +195595,30 @@ enum polygonzkevm_Asset_orderBy { status__status } -scalar polygonzkevm_BigDecimal +scalar stagingscroll_BigDecimal -input polygonzkevm_BlockChangedFilter { +input stagingscroll_BlockChangedFilter { number_gte: Int! } -input polygonzkevm_Block_height { - hash: polygonzkevm_Bytes +input stagingscroll_Block_height { + hash: stagingscroll_Bytes number: Int number_gte: Int } -scalar polygonzkevm_Bytes +scalar stagingscroll_Bytes -type polygonzkevm_ConnectorMeta { +type stagingscroll_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygonzkevm_Bytes - rootManager: polygonzkevm_Bytes - mirrorConnector: polygonzkevm_Bytes + amb: stagingscroll_Bytes + rootManager: stagingscroll_Bytes + mirrorConnector: stagingscroll_Bytes } -input polygonzkevm_ConnectorMeta_filter { +input stagingscroll_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -197574,43 +195643,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_ConnectorMeta_filter] - or: [polygonzkevm_ConnectorMeta_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_ConnectorMeta_filter] + or: [stagingscroll_ConnectorMeta_filter] } -enum polygonzkevm_ConnectorMeta_orderBy { +enum stagingscroll_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -197619,48 +195688,48 @@ enum polygonzkevm_ConnectorMeta_orderBy { mirrorConnector } -type polygonzkevm_DestinationTransfer { +type stagingscroll_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_Bytes + transferId: stagingscroll_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: 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: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes + to: stagingscroll_Bytes + delegate: stagingscroll_Bytes receiveLocal: Boolean - callData: polygonzkevm_Bytes + callData: stagingscroll_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygonzkevm_Bytes + originSender: stagingscroll_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_Bytes - asset: polygonzkevm_Asset + canonicalId: stagingscroll_Bytes + asset: stagingscroll_Asset amount: BigInt routersFee: BigInt - executedCaller: polygonzkevm_Bytes - executedTransactionHash: polygonzkevm_Bytes + executedCaller: stagingscroll_Bytes + executedTransactionHash: stagingscroll_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygonzkevm_Bytes + executedTxOrigin: stagingscroll_Bytes executedTxNonce: BigInt - reconciledCaller: polygonzkevm_Bytes - reconciledTransactionHash: polygonzkevm_Bytes + reconciledCaller: stagingscroll_Bytes + reconciledTransactionHash: stagingscroll_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygonzkevm_Bytes + reconciledTxOrigin: stagingscroll_Bytes reconciledTxNonce: BigInt } -input polygonzkevm_DestinationTransfer_filter { +input stagingscroll_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -197677,16 +195746,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: 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 @@ -197695,17 +195764,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: 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_: polygonzkevm_Router_filter + routers_: stagingscroll_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -197730,40 +195799,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: 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: 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: 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 @@ -197780,16 +195849,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: 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 @@ -197806,16 +195875,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: 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 @@ -197836,7 +195905,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_: stagingscroll_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -197853,26 +195922,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: 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 @@ -197905,16 +195974,16 @@ input polygonzkevm_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: polygonzkevm_Bytes - executedTxOrigin_not: polygonzkevm_Bytes - executedTxOrigin_gt: polygonzkevm_Bytes - executedTxOrigin_lt: polygonzkevm_Bytes - executedTxOrigin_gte: polygonzkevm_Bytes - executedTxOrigin_lte: polygonzkevm_Bytes - executedTxOrigin_in: [polygonzkevm_Bytes!] - executedTxOrigin_not_in: [polygonzkevm_Bytes!] - executedTxOrigin_contains: polygonzkevm_Bytes - executedTxOrigin_not_contains: polygonzkevm_Bytes + executedTxOrigin: 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 @@ -197923,26 +195992,26 @@ input polygonzkevm_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: polygonzkevm_Bytes - reconciledCaller_not: polygonzkevm_Bytes - reconciledCaller_gt: polygonzkevm_Bytes - reconciledCaller_lt: polygonzkevm_Bytes - reconciledCaller_gte: polygonzkevm_Bytes - reconciledCaller_lte: polygonzkevm_Bytes - reconciledCaller_in: [polygonzkevm_Bytes!] - reconciledCaller_not_in: [polygonzkevm_Bytes!] - reconciledCaller_contains: polygonzkevm_Bytes - reconciledCaller_not_contains: polygonzkevm_Bytes - reconciledTransactionHash: polygonzkevm_Bytes - reconciledTransactionHash_not: polygonzkevm_Bytes - reconciledTransactionHash_gt: polygonzkevm_Bytes - reconciledTransactionHash_lt: polygonzkevm_Bytes - reconciledTransactionHash_gte: polygonzkevm_Bytes - reconciledTransactionHash_lte: polygonzkevm_Bytes - reconciledTransactionHash_in: [polygonzkevm_Bytes!] - reconciledTransactionHash_not_in: [polygonzkevm_Bytes!] - reconciledTransactionHash_contains: polygonzkevm_Bytes - reconciledTransactionHash_not_contains: polygonzkevm_Bytes + reconciledCaller: 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 @@ -197975,16 +196044,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: 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 @@ -197994,12 +196063,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_DestinationTransfer_filter] + or: [stagingscroll_DestinationTransfer_filter] } -enum polygonzkevm_DestinationTransfer_orderBy { +enum stagingscroll_DestinationTransfer_orderBy { id chainId transferId @@ -198053,16 +196122,16 @@ enum polygonzkevm_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar polygonzkevm_Int8 +scalar stagingscroll_Int8 -type polygonzkevm_OptimisticRootFinalized { +type stagingscroll_OptimisticRootFinalized { id: ID! - aggregateRoot: polygonzkevm_Bytes! + aggregateRoot: stagingscroll_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygonzkevm_OptimisticRootFinalized_filter { +input stagingscroll_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -198071,16 +196140,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: 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 @@ -198098,12 +196167,12 @@ input polygonzkevm_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_OptimisticRootFinalized_filter] - or: [polygonzkevm_OptimisticRootFinalized_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_OptimisticRootFinalized_filter] + or: [stagingscroll_OptimisticRootFinalized_filter] } -enum polygonzkevm_OptimisticRootFinalized_orderBy { +enum stagingscroll_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -198111,25 +196180,25 @@ enum polygonzkevm_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygonzkevm_OrderDirection { +enum stagingscroll_OrderDirection { asc desc } -type polygonzkevm_OriginMessage { +type stagingscroll_OriginMessage { id: ID! - transferId: polygonzkevm_Bytes + transferId: stagingscroll_Bytes destinationDomain: BigInt - leaf: polygonzkevm_Bytes + leaf: stagingscroll_Bytes index: BigInt - message: polygonzkevm_Bytes - root: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes + message: stagingscroll_Bytes + root: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes blockNumber: BigInt - rootCount: polygonzkevm_RootCount + rootCount: stagingscroll_RootCount } -input polygonzkevm_OriginMessage_filter { +input stagingscroll_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -198138,16 +196207,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: 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 @@ -198156,16 +196225,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: 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 @@ -198174,36 +196243,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: 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 @@ -198232,14 +196301,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_: stagingscroll_RootCount_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_OriginMessage_filter] - or: [polygonzkevm_OriginMessage_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_OriginMessage_filter] + or: [stagingscroll_OriginMessage_filter] } -enum polygonzkevm_OriginMessage_orderBy { +enum stagingscroll_OriginMessage_orderBy { id transferId destinationDomain @@ -198254,42 +196323,42 @@ enum polygonzkevm_OriginMessage_orderBy { rootCount__count } -type polygonzkevm_OriginTransfer { +type stagingscroll_OriginTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_Bytes + transferId: stagingscroll_Bytes nonce: BigInt - status: polygonzkevm_TransferStatus - messageHash: polygonzkevm_Bytes + status: stagingscroll_TransferStatus + messageHash: stagingscroll_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes + to: stagingscroll_Bytes + delegate: stagingscroll_Bytes receiveLocal: Boolean - callData: polygonzkevm_Bytes + callData: stagingscroll_Bytes slippage: BigInt - originSender: polygonzkevm_Bytes + originSender: stagingscroll_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_Bytes - asset: polygonzkevm_Asset - transactingAsset: polygonzkevm_Bytes - message: polygonzkevm_OriginMessage + canonicalId: stagingscroll_Bytes + asset: stagingscroll_Asset + transactingAsset: stagingscroll_Bytes + message: stagingscroll_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: 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: polygonzkevm_Bytes + txOrigin: stagingscroll_Bytes txNonce: BigInt } -input polygonzkevm_OriginTransfer_filter { +input stagingscroll_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -198306,16 +196375,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: 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 @@ -198324,20 +196393,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: 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 @@ -198362,40 +196431,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: 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: 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: 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 @@ -198404,16 +196473,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: 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 @@ -198430,16 +196499,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: 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 @@ -198460,17 +196529,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_: 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 @@ -198491,7 +196560,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_: stagingscroll_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -198506,37 +196575,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_: 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 @@ -198569,16 +196638,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: 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 @@ -198588,12 +196657,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_OriginTransfer_filter] + or: [stagingscroll_OriginTransfer_filter] } -enum polygonzkevm_OriginTransfer_orderBy { +enum stagingscroll_OriginTransfer_orderBy { id chainId transferId @@ -198646,20 +196715,20 @@ enum polygonzkevm_OriginTransfer_orderBy { txNonce } -type polygonzkevm_Relayer { +type stagingscroll_Relayer { id: ID! isActive: Boolean! - relayer: polygonzkevm_Bytes + relayer: stagingscroll_Bytes } -type polygonzkevm_RelayerFee { +type stagingscroll_RelayerFee { id: ID! - transfer: polygonzkevm_OriginTransfer! + transfer: stagingscroll_OriginTransfer! fee: BigInt! - asset: polygonzkevm_Bytes! + asset: stagingscroll_Bytes! } -input polygonzkevm_RelayerFee_filter { +input stagingscroll_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -198688,7 +196757,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_: stagingscroll_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -198697,23 +196766,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RelayerFee_filter] - or: [polygonzkevm_RelayerFee_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RelayerFee_filter] + or: [stagingscroll_RelayerFee_filter] } -enum polygonzkevm_RelayerFee_orderBy { +enum stagingscroll_RelayerFee_orderBy { id transfer transfer__id @@ -198749,20 +196818,20 @@ enum polygonzkevm_RelayerFee_orderBy { asset } -type polygonzkevm_RelayerFeesIncrease { +type stagingscroll_RelayerFeesIncrease { id: ID! - transfer: polygonzkevm_OriginTransfer! + transfer: stagingscroll_OriginTransfer! increase: BigInt - asset: polygonzkevm_Bytes - caller: polygonzkevm_Bytes! - transactionHash: polygonzkevm_Bytes! + asset: stagingscroll_Bytes + caller: stagingscroll_Bytes! + transactionHash: stagingscroll_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_RelayerFeesIncrease_filter { +input stagingscroll_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -198791,7 +196860,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_: stagingscroll_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -198800,36 +196869,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: 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 @@ -198863,12 +196932,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_RelayerFeesIncrease_filter] + or: [stagingscroll_RelayerFeesIncrease_filter] } -enum polygonzkevm_RelayerFeesIncrease_orderBy { +enum stagingscroll_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -198910,7 +196979,7 @@ enum polygonzkevm_RelayerFeesIncrease_orderBy { blockNumber } -input polygonzkevm_Relayer_filter { +input stagingscroll_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -198923,34 +196992,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Relayer_filter] - or: [polygonzkevm_Relayer_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Relayer_filter] + or: [stagingscroll_Relayer_filter] } -enum polygonzkevm_Relayer_orderBy { +enum stagingscroll_Relayer_orderBy { id isActive relayer } -type polygonzkevm_RootCount { +type stagingscroll_RootCount { id: ID! count: BigInt } -input polygonzkevm_RootCount_filter { +input stagingscroll_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -198968,31 +197037,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_RootCount_filter] + or: [stagingscroll_RootCount_filter] } -enum polygonzkevm_RootCount_orderBy { +enum stagingscroll_RootCount_orderBy { id count } -type polygonzkevm_RootMessageSent { +type stagingscroll_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygonzkevm_Bytes + root: stagingscroll_Bytes count: BigInt - caller: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes + caller: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygonzkevm_RootMessageSent_filter { +input stagingscroll_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -199017,16 +197086,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: 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 @@ -199035,26 +197104,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: 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 @@ -199088,12 +197157,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_RootMessageSent_filter] + or: [stagingscroll_RootMessageSent_filter] } -enum polygonzkevm_RootMessageSent_orderBy { +enum stagingscroll_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -199107,25 +197176,25 @@ enum polygonzkevm_RootMessageSent_orderBy { blockNumber } -type polygonzkevm_Router { +type stagingscroll_Router { id: ID! isActive: Boolean! - owner: polygonzkevm_Bytes - recipient: polygonzkevm_Bytes - proposedOwner: polygonzkevm_Bytes + owner: stagingscroll_Bytes + recipient: stagingscroll_Bytes + proposedOwner: stagingscroll_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: stagingscroll_AssetBalance_orderBy, orderDirection: stagingscroll_OrderDirection, where: stagingscroll_AssetBalance_filter): [stagingscroll_AssetBalance!]! } -type polygonzkevm_RouterDailyTVL { +type stagingscroll_RouterDailyTVL { id: ID! - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + router: stagingscroll_Router! + asset: stagingscroll_Asset! timestamp: BigInt! balance: BigInt! } -input polygonzkevm_RouterDailyTVL_filter { +input stagingscroll_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -199154,7 +197223,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_: stagingscroll_Router_filter asset: String asset_not: String asset_gt: String @@ -199175,7 +197244,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_: stagingscroll_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -199193,12 +197262,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_RouterDailyTVL_filter] + or: [stagingscroll_RouterDailyTVL_filter] } -enum polygonzkevm_RouterDailyTVL_orderBy { +enum stagingscroll_RouterDailyTVL_orderBy { id router router__id @@ -199221,26 +197290,26 @@ enum polygonzkevm_RouterDailyTVL_orderBy { balance } -type polygonzkevm_RouterLiquidityEvent { +type stagingscroll_RouterLiquidityEvent { id: ID! - type: polygonzkevm_RouterLiquidityEventType - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + type: stagingscroll_RouterLiquidityEventType + router: stagingscroll_Router! + asset: stagingscroll_Asset! amount: BigInt! balance: BigInt! - caller: polygonzkevm_Bytes + caller: stagingscroll_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: polygonzkevm_Bytes! + transactionHash: stagingscroll_Bytes! nonce: BigInt! } -enum polygonzkevm_RouterLiquidityEventType { +enum stagingscroll_RouterLiquidityEventType { Add Remove } -input polygonzkevm_RouterLiquidityEvent_filter { +input stagingscroll_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -199249,10 +197318,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: stagingscroll_RouterLiquidityEventType + type_not: stagingscroll_RouterLiquidityEventType + type_in: [stagingscroll_RouterLiquidityEventType!] + type_not_in: [stagingscroll_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -199273,7 +197342,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_: stagingscroll_Router_filter asset: String asset_not: String asset_gt: String @@ -199294,7 +197363,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_: stagingscroll_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -199311,16 +197380,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: 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 @@ -199337,16 +197406,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: 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 @@ -199356,12 +197425,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_RouterLiquidityEvent_filter] + or: [stagingscroll_RouterLiquidityEvent_filter] } -enum polygonzkevm_RouterLiquidityEvent_orderBy { +enum stagingscroll_RouterLiquidityEvent_orderBy { id type router @@ -199390,7 +197459,7 @@ enum polygonzkevm_RouterLiquidityEvent_orderBy { nonce } -input polygonzkevm_Router_filter { +input stagingscroll_Router_filter { id: ID id_not: ID id_gt: ID @@ -199403,36 +197472,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: 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 @@ -199441,14 +197510,14 @@ input polygonzkevm_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygonzkevm_AssetBalance_filter + assetBalances_: stagingscroll_AssetBalance_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Router_filter] - or: [polygonzkevm_Router_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Router_filter] + or: [stagingscroll_Router_filter] } -enum polygonzkevm_Router_orderBy { +enum stagingscroll_Router_orderBy { id isActive owner @@ -199458,13 +197527,13 @@ enum polygonzkevm_Router_orderBy { assetBalances } -type polygonzkevm_Sequencer { +type stagingscroll_Sequencer { id: ID! isActive: Boolean! - sequencer: polygonzkevm_Bytes + sequencer: stagingscroll_Bytes } -input polygonzkevm_Sequencer_filter { +input stagingscroll_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -199477,35 +197546,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Sequencer_filter] - or: [polygonzkevm_Sequencer_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Sequencer_filter] + or: [stagingscroll_Sequencer_filter] } -enum polygonzkevm_Sequencer_orderBy { +enum stagingscroll_Sequencer_orderBy { id isActive sequencer } -type polygonzkevm_Setting { +type stagingscroll_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: polygonzkevm_Bytes! + caller: stagingscroll_Bytes! } -input polygonzkevm_Setting_filter { +input stagingscroll_Setting_filter { id: ID id_not: ID id_gt: ID @@ -199522,41 +197591,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Setting_filter] - or: [polygonzkevm_Setting_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Setting_filter] + or: [stagingscroll_Setting_filter] } -enum polygonzkevm_Setting_orderBy { +enum stagingscroll_Setting_orderBy { id maxRoutersPerTransfer caller } -type polygonzkevm_SlippageUpdate { +type stagingscroll_SlippageUpdate { id: ID! - transfer: polygonzkevm_DestinationTransfer! + transfer: stagingscroll_DestinationTransfer! slippage: BigInt! - caller: polygonzkevm_Bytes! - transactionHash: polygonzkevm_Bytes! + caller: stagingscroll_Bytes! + transactionHash: stagingscroll_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_SlippageUpdate_filter { +input stagingscroll_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -199585,7 +197654,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_: stagingscroll_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -199594,26 +197663,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: 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 @@ -199647,12 +197716,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_SlippageUpdate_filter] + or: [stagingscroll_SlippageUpdate_filter] } -enum polygonzkevm_SlippageUpdate_orderBy { +enum stagingscroll_SlippageUpdate_orderBy { id transfer transfer__id @@ -199700,16 +197769,16 @@ enum polygonzkevm_SlippageUpdate_orderBy { blockNumber } -type polygonzkevm_SnapshotRoot { +type stagingscroll_SnapshotRoot { id: ID! spokeDomain: BigInt - root: polygonzkevm_Bytes! + root: stagingscroll_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input polygonzkevm_SnapshotRoot_filter { +input stagingscroll_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -199726,16 +197795,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: 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 @@ -199761,12 +197830,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_SnapshotRoot_filter] + or: [stagingscroll_SnapshotRoot_filter] } -enum polygonzkevm_SnapshotRoot_orderBy { +enum stagingscroll_SnapshotRoot_orderBy { id spokeDomain root @@ -199775,12 +197844,12 @@ enum polygonzkevm_SnapshotRoot_orderBy { blockNumber } -type polygonzkevm_SpokeConnectorMode { +type stagingscroll_SpokeConnectorMode { id: ID! mode: String! } -input polygonzkevm_SpokeConnectorMode_filter { +input stagingscroll_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -199810,17 +197879,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: stagingscroll_BlockChangedFilter + and: [stagingscroll_SpokeConnectorMode_filter] + or: [stagingscroll_SpokeConnectorMode_filter] } -enum polygonzkevm_SpokeConnectorMode_orderBy { +enum stagingscroll_SpokeConnectorMode_orderBy { id mode } -enum polygonzkevm_TransferStatus { +enum stagingscroll_TransferStatus { XCalled Executed Reconciled @@ -199828,9 +197897,9 @@ enum polygonzkevm_TransferStatus { CompletedFast } -type polygonzkevm__Block_ { +type stagingscroll__Block_ { """The hash of the block""" - hash: polygonzkevm_Bytes + hash: stagingscroll_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -199838,7 +197907,7 @@ type polygonzkevm__Block_ { } """The type for the top-level _meta field""" -type polygonzkevm__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 @@ -199846,22 +197915,22 @@ type polygonzkevm__Meta_ { and therefore asks for the latest block """ - block: polygonzkevm__Block_! + block: stagingscroll__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingavalanche_AggregateRoot { +type mantle_AggregateRoot { id: ID! - root: stagingavalanche_Bytes! + root: mantle_Bytes! blockNumber: BigInt! } -type stagingavalanche_AggregateRootProposed { +type mantle_AggregateRootProposed { id: ID! - aggregateRoot: stagingavalanche_Bytes! + aggregateRoot: mantle_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -199869,7 +197938,7 @@ type stagingavalanche_AggregateRootProposed { blockNumber: BigInt } -input stagingavalanche_AggregateRootProposed_filter { +input mantle_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -199878,16 +197947,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: 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 @@ -199929,12 +197998,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: mantle_BlockChangedFilter + and: [mantle_AggregateRootProposed_filter] + or: [mantle_AggregateRootProposed_filter] } -enum stagingavalanche_AggregateRootProposed_orderBy { +enum mantle_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -199944,7 +198013,7 @@ enum stagingavalanche_AggregateRootProposed_orderBy { blockNumber } -input stagingavalanche_AggregateRoot_filter { +input mantle_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -199953,16 +198022,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: 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 @@ -199972,47 +198041,42 @@ 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: mantle_BlockChangedFilter + and: [mantle_AggregateRoot_filter] + or: [mantle_AggregateRoot_filter] } -enum stagingavalanche_AggregateRoot_orderBy { +enum mantle_AggregateRoot_orderBy { id root blockNumber } -enum stagingavalanche_Aggregation_interval { - hour - day -} - -type stagingavalanche_Asset { +type mantle_Asset { id: ID! - key: stagingavalanche_Bytes + key: mantle_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingavalanche_Bytes + canonicalId: mantle_Bytes canonicalDomain: BigInt - adoptedAsset: stagingavalanche_Bytes - localAsset: stagingavalanche_Bytes + adoptedAsset: mantle_Bytes + localAsset: mantle_Bytes blockNumber: BigInt - status: stagingavalanche_AssetStatus + status: mantle_AssetStatus } -type stagingavalanche_AssetBalance { +type mantle_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! + router: mantle_Router! + asset: mantle_Asset! feesEarned: BigInt! } -input stagingavalanche_AssetBalance_filter { +input mantle_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -200073,7 +198137,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_: mantle_Router_filter asset: String asset_not: String asset_gt: String @@ -200094,7 +198158,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_: mantle_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -200104,12 +198168,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: mantle_BlockChangedFilter + and: [mantle_AssetBalance_filter] + or: [mantle_AssetBalance_filter] } -enum stagingavalanche_AssetBalance_orderBy { +enum mantle_AssetBalance_orderBy { id amount locked @@ -200135,12 +198199,12 @@ enum stagingavalanche_AssetBalance_orderBy { feesEarned } -type stagingavalanche_AssetStatus { +type mantle_AssetStatus { id: ID! status: Boolean } -input stagingavalanche_AssetStatus_filter { +input mantle_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -200154,17 +198218,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: mantle_BlockChangedFilter + and: [mantle_AssetStatus_filter] + or: [mantle_AssetStatus_filter] } -enum stagingavalanche_AssetStatus_orderBy { +enum mantle_AssetStatus_orderBy { id status } -input stagingavalanche_Asset_filter { +input mantle_Asset_filter { id: ID id_not: ID id_gt: ID @@ -200173,16 +198237,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: 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 @@ -200199,16 +198263,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: 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 @@ -200217,26 +198281,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: 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 @@ -200265,14 +198329,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_: mantle_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Asset_filter] - or: [stagingavalanche_Asset_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Asset_filter] + or: [mantle_Asset_filter] } -enum stagingavalanche_Asset_orderBy { +enum mantle_Asset_orderBy { id key decimal @@ -200287,30 +198351,30 @@ enum stagingavalanche_Asset_orderBy { status__status } -scalar stagingavalanche_BigDecimal +scalar mantle_BigDecimal -input stagingavalanche_BlockChangedFilter { +input mantle_BlockChangedFilter { number_gte: Int! } -input stagingavalanche_Block_height { - hash: stagingavalanche_Bytes +input mantle_Block_height { + hash: mantle_Bytes number: Int number_gte: Int } -scalar stagingavalanche_Bytes +scalar mantle_Bytes -type stagingavalanche_ConnectorMeta { +type mantle_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingavalanche_Bytes - rootManager: stagingavalanche_Bytes - mirrorConnector: stagingavalanche_Bytes + amb: mantle_Bytes + rootManager: mantle_Bytes + mirrorConnector: mantle_Bytes } -input stagingavalanche_ConnectorMeta_filter { +input mantle_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -200335,43 +198399,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: 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_ConnectorMeta_filter] - or: [stagingavalanche_ConnectorMeta_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_ConnectorMeta_filter] + or: [mantle_ConnectorMeta_filter] } -enum stagingavalanche_ConnectorMeta_orderBy { +enum mantle_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -200380,48 +198444,48 @@ enum stagingavalanche_ConnectorMeta_orderBy { mirrorConnector } -type stagingavalanche_DestinationTransfer { +type mantle_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingavalanche_Bytes + transferId: mantle_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: 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: stagingavalanche_Bytes - delegate: stagingavalanche_Bytes + to: mantle_Bytes + delegate: mantle_Bytes receiveLocal: Boolean - callData: stagingavalanche_Bytes + callData: mantle_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingavalanche_Bytes + originSender: mantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingavalanche_Bytes - asset: stagingavalanche_Asset + canonicalId: mantle_Bytes + asset: mantle_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingavalanche_Bytes - executedTransactionHash: stagingavalanche_Bytes + executedCaller: mantle_Bytes + executedTransactionHash: mantle_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingavalanche_Bytes + executedTxOrigin: mantle_Bytes executedTxNonce: BigInt - reconciledCaller: stagingavalanche_Bytes - reconciledTransactionHash: stagingavalanche_Bytes + reconciledCaller: mantle_Bytes + reconciledTransactionHash: mantle_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingavalanche_Bytes + reconciledTxOrigin: mantle_Bytes reconciledTxNonce: BigInt } -input stagingavalanche_DestinationTransfer_filter { +input mantle_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -200438,16 +198502,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: 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 @@ -200456,17 +198520,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: 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_: stagingavalanche_Router_filter + routers_: mantle_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -200491,40 +198555,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: 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: 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: 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 @@ -200541,16 +198605,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: 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 @@ -200567,16 +198631,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: 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 @@ -200597,7 +198661,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_: mantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -200614,26 +198678,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: 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 @@ -200666,16 +198730,16 @@ 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 + 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 @@ -200684,26 +198748,26 @@ input stagingavalanche_DestinationTransfer_filter { 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 + 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 @@ -200736,16 +198800,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: 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 @@ -200755,12 +198819,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: mantle_BlockChangedFilter + and: [mantle_DestinationTransfer_filter] + or: [mantle_DestinationTransfer_filter] } -enum stagingavalanche_DestinationTransfer_orderBy { +enum mantle_DestinationTransfer_orderBy { id chainId transferId @@ -200814,16 +198878,16 @@ enum stagingavalanche_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingavalanche_Int8 +scalar mantle_Int8 -type stagingavalanche_OptimisticRootFinalized { +type mantle_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingavalanche_Bytes! + aggregateRoot: mantle_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingavalanche_OptimisticRootFinalized_filter { +input mantle_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -200832,16 +198896,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: 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 @@ -200859,12 +198923,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: mantle_BlockChangedFilter + and: [mantle_OptimisticRootFinalized_filter] + or: [mantle_OptimisticRootFinalized_filter] } -enum stagingavalanche_OptimisticRootFinalized_orderBy { +enum mantle_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -200872,25 +198936,25 @@ enum stagingavalanche_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingavalanche_OrderDirection { +enum mantle_OrderDirection { asc desc } -type stagingavalanche_OriginMessage { +type mantle_OriginMessage { id: ID! - transferId: stagingavalanche_Bytes + transferId: mantle_Bytes destinationDomain: BigInt - leaf: stagingavalanche_Bytes + leaf: mantle_Bytes index: BigInt - message: stagingavalanche_Bytes - root: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes + message: mantle_Bytes + root: mantle_Bytes + transactionHash: mantle_Bytes blockNumber: BigInt - rootCount: stagingavalanche_RootCount + rootCount: mantle_RootCount } -input stagingavalanche_OriginMessage_filter { +input mantle_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -200899,16 +198963,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: 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 @@ -200917,16 +198981,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: 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 @@ -200935,36 +198999,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: 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 @@ -200993,14 +199057,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_: mantle_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_OriginMessage_filter] - or: [stagingavalanche_OriginMessage_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_OriginMessage_filter] + or: [mantle_OriginMessage_filter] } -enum stagingavalanche_OriginMessage_orderBy { +enum mantle_OriginMessage_orderBy { id transferId destinationDomain @@ -201015,42 +199079,42 @@ enum stagingavalanche_OriginMessage_orderBy { rootCount__count } -type stagingavalanche_OriginTransfer { +type mantle_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingavalanche_Bytes + transferId: mantle_Bytes nonce: BigInt - status: stagingavalanche_TransferStatus - messageHash: stagingavalanche_Bytes + status: mantle_TransferStatus + messageHash: mantle_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingavalanche_Bytes - delegate: stagingavalanche_Bytes + to: mantle_Bytes + delegate: mantle_Bytes receiveLocal: Boolean - callData: stagingavalanche_Bytes + callData: mantle_Bytes slippage: BigInt - originSender: stagingavalanche_Bytes + originSender: mantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingavalanche_Bytes - asset: stagingavalanche_Asset - transactingAsset: stagingavalanche_Bytes - message: stagingavalanche_OriginMessage + canonicalId: mantle_Bytes + asset: mantle_Asset + transactingAsset: mantle_Bytes + message: mantle_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: 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: stagingavalanche_Bytes + txOrigin: mantle_Bytes txNonce: BigInt } -input stagingavalanche_OriginTransfer_filter { +input mantle_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -201067,16 +199131,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: 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 @@ -201085,20 +199149,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: 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 @@ -201123,40 +199187,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: 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: 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: 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 @@ -201165,16 +199229,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: 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 @@ -201191,16 +199255,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: 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 @@ -201221,17 +199285,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_: 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 @@ -201252,7 +199316,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_: mantle_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -201267,37 +199331,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_: 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 @@ -201330,16 +199394,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: 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 @@ -201349,12 +199413,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: mantle_BlockChangedFilter + and: [mantle_OriginTransfer_filter] + or: [mantle_OriginTransfer_filter] } -enum stagingavalanche_OriginTransfer_orderBy { +enum mantle_OriginTransfer_orderBy { id chainId transferId @@ -201407,20 +199471,20 @@ enum stagingavalanche_OriginTransfer_orderBy { txNonce } -type stagingavalanche_Relayer { +type mantle_Relayer { id: ID! isActive: Boolean! - relayer: stagingavalanche_Bytes + relayer: mantle_Bytes } -type stagingavalanche_RelayerFee { +type mantle_RelayerFee { id: ID! - transfer: stagingavalanche_OriginTransfer! + transfer: mantle_OriginTransfer! fee: BigInt! - asset: stagingavalanche_Bytes! + asset: mantle_Bytes! } -input stagingavalanche_RelayerFee_filter { +input mantle_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -201449,7 +199513,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_: mantle_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -201458,23 +199522,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: 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_RelayerFee_filter] - or: [stagingavalanche_RelayerFee_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_RelayerFee_filter] + or: [mantle_RelayerFee_filter] } -enum stagingavalanche_RelayerFee_orderBy { +enum mantle_RelayerFee_orderBy { id transfer transfer__id @@ -201510,20 +199574,20 @@ enum stagingavalanche_RelayerFee_orderBy { asset } -type stagingavalanche_RelayerFeesIncrease { +type mantle_RelayerFeesIncrease { id: ID! - transfer: stagingavalanche_OriginTransfer! + transfer: mantle_OriginTransfer! increase: BigInt - asset: stagingavalanche_Bytes - caller: stagingavalanche_Bytes! - transactionHash: stagingavalanche_Bytes! + asset: mantle_Bytes + caller: mantle_Bytes! + transactionHash: mantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingavalanche_RelayerFeesIncrease_filter { +input mantle_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -201552,7 +199616,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_: mantle_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -201561,36 +199625,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: 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 @@ -201624,12 +199688,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: mantle_BlockChangedFilter + and: [mantle_RelayerFeesIncrease_filter] + or: [mantle_RelayerFeesIncrease_filter] } -enum stagingavalanche_RelayerFeesIncrease_orderBy { +enum mantle_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -201671,7 +199735,7 @@ enum stagingavalanche_RelayerFeesIncrease_orderBy { blockNumber } -input stagingavalanche_Relayer_filter { +input mantle_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -201684,34 +199748,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: 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Relayer_filter] - or: [stagingavalanche_Relayer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Relayer_filter] + or: [mantle_Relayer_filter] } -enum stagingavalanche_Relayer_orderBy { +enum mantle_Relayer_orderBy { id isActive relayer } -type stagingavalanche_RootCount { +type mantle_RootCount { id: ID! count: BigInt } -input stagingavalanche_RootCount_filter { +input mantle_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -201729,31 +199793,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: mantle_BlockChangedFilter + and: [mantle_RootCount_filter] + or: [mantle_RootCount_filter] } -enum stagingavalanche_RootCount_orderBy { +enum mantle_RootCount_orderBy { id count } -type stagingavalanche_RootMessageSent { +type mantle_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingavalanche_Bytes + root: mantle_Bytes count: BigInt - caller: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes + caller: mantle_Bytes + transactionHash: mantle_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingavalanche_RootMessageSent_filter { +input mantle_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -201778,16 +199842,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: 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 @@ -201796,26 +199860,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: 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 @@ -201849,12 +199913,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: mantle_BlockChangedFilter + and: [mantle_RootMessageSent_filter] + or: [mantle_RootMessageSent_filter] } -enum stagingavalanche_RootMessageSent_orderBy { +enum mantle_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -201868,25 +199932,25 @@ enum stagingavalanche_RootMessageSent_orderBy { blockNumber } -type stagingavalanche_Router { +type mantle_Router { id: ID! isActive: Boolean! - owner: stagingavalanche_Bytes - recipient: stagingavalanche_Bytes - proposedOwner: stagingavalanche_Bytes + owner: mantle_Bytes + recipient: mantle_Bytes + proposedOwner: mantle_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: mantle_AssetBalance_orderBy, orderDirection: mantle_OrderDirection, where: mantle_AssetBalance_filter): [mantle_AssetBalance!]! } -type stagingavalanche_RouterDailyTVL { +type mantle_RouterDailyTVL { id: ID! - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! + router: mantle_Router! + asset: mantle_Asset! timestamp: BigInt! balance: BigInt! } -input stagingavalanche_RouterDailyTVL_filter { +input mantle_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -201915,7 +199979,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_: mantle_Router_filter asset: String asset_not: String asset_gt: String @@ -201936,7 +200000,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_: mantle_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -201954,12 +200018,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: mantle_BlockChangedFilter + and: [mantle_RouterDailyTVL_filter] + or: [mantle_RouterDailyTVL_filter] } -enum stagingavalanche_RouterDailyTVL_orderBy { +enum mantle_RouterDailyTVL_orderBy { id router router__id @@ -201982,26 +200046,26 @@ enum stagingavalanche_RouterDailyTVL_orderBy { balance } -type stagingavalanche_RouterLiquidityEvent { +type mantle_RouterLiquidityEvent { id: ID! - type: stagingavalanche_RouterLiquidityEventType - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! + type: mantle_RouterLiquidityEventType + router: mantle_Router! + asset: mantle_Asset! amount: BigInt! balance: BigInt! - caller: stagingavalanche_Bytes + caller: mantle_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingavalanche_Bytes! + transactionHash: mantle_Bytes! nonce: BigInt! } -enum stagingavalanche_RouterLiquidityEventType { +enum mantle_RouterLiquidityEventType { Add Remove } -input stagingavalanche_RouterLiquidityEvent_filter { +input mantle_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -202010,10 +200074,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: mantle_RouterLiquidityEventType + type_not: mantle_RouterLiquidityEventType + type_in: [mantle_RouterLiquidityEventType!] + type_not_in: [mantle_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -202034,7 +200098,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_: mantle_Router_filter asset: String asset_not: String asset_gt: String @@ -202055,7 +200119,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_: mantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -202072,16 +200136,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: 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 @@ -202098,16 +200162,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: 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 @@ -202117,12 +200181,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: mantle_BlockChangedFilter + and: [mantle_RouterLiquidityEvent_filter] + or: [mantle_RouterLiquidityEvent_filter] } -enum stagingavalanche_RouterLiquidityEvent_orderBy { +enum mantle_RouterLiquidityEvent_orderBy { id type router @@ -202151,7 +200215,7 @@ enum stagingavalanche_RouterLiquidityEvent_orderBy { nonce } -input stagingavalanche_Router_filter { +input mantle_Router_filter { id: ID id_not: ID id_gt: ID @@ -202164,36 +200228,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: 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 @@ -202202,14 +200266,14 @@ input stagingavalanche_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingavalanche_AssetBalance_filter + assetBalances_: mantle_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Router_filter] - or: [stagingavalanche_Router_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Router_filter] + or: [mantle_Router_filter] } -enum stagingavalanche_Router_orderBy { +enum mantle_Router_orderBy { id isActive owner @@ -202219,13 +200283,13 @@ enum stagingavalanche_Router_orderBy { assetBalances } -type stagingavalanche_Sequencer { +type mantle_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingavalanche_Bytes + sequencer: mantle_Bytes } -input stagingavalanche_Sequencer_filter { +input mantle_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -202238,35 +200302,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: 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Sequencer_filter] - or: [stagingavalanche_Sequencer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Sequencer_filter] + or: [mantle_Sequencer_filter] } -enum stagingavalanche_Sequencer_orderBy { +enum mantle_Sequencer_orderBy { id isActive sequencer } -type stagingavalanche_Setting { +type mantle_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingavalanche_Bytes! + caller: mantle_Bytes! } -input stagingavalanche_Setting_filter { +input mantle_Setting_filter { id: ID id_not: ID id_gt: ID @@ -202283,41 +200347,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: 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Setting_filter] - or: [stagingavalanche_Setting_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Setting_filter] + or: [mantle_Setting_filter] } -enum stagingavalanche_Setting_orderBy { +enum mantle_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingavalanche_SlippageUpdate { +type mantle_SlippageUpdate { id: ID! - transfer: stagingavalanche_DestinationTransfer! + transfer: mantle_DestinationTransfer! slippage: BigInt! - caller: stagingavalanche_Bytes! - transactionHash: stagingavalanche_Bytes! + caller: mantle_Bytes! + transactionHash: mantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingavalanche_SlippageUpdate_filter { +input mantle_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -202346,7 +200410,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_: mantle_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -202355,26 +200419,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: 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 @@ -202408,12 +200472,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: mantle_BlockChangedFilter + and: [mantle_SlippageUpdate_filter] + or: [mantle_SlippageUpdate_filter] } -enum stagingavalanche_SlippageUpdate_orderBy { +enum mantle_SlippageUpdate_orderBy { id transfer transfer__id @@ -202461,16 +200525,16 @@ enum stagingavalanche_SlippageUpdate_orderBy { blockNumber } -type stagingavalanche_SnapshotRoot { +type mantle_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingavalanche_Bytes! + root: mantle_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingavalanche_SnapshotRoot_filter { +input mantle_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -202487,16 +200551,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: 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 @@ -202522,12 +200586,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: mantle_BlockChangedFilter + and: [mantle_SnapshotRoot_filter] + or: [mantle_SnapshotRoot_filter] } -enum stagingavalanche_SnapshotRoot_orderBy { +enum mantle_SnapshotRoot_orderBy { id spokeDomain root @@ -202536,12 +200600,12 @@ enum stagingavalanche_SnapshotRoot_orderBy { blockNumber } -type stagingavalanche_SpokeConnectorMode { +type mantle_SpokeConnectorMode { id: ID! mode: String! } -input stagingavalanche_SpokeConnectorMode_filter { +input mantle_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -202571,17 +200635,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: mantle_BlockChangedFilter + and: [mantle_SpokeConnectorMode_filter] + or: [mantle_SpokeConnectorMode_filter] } -enum stagingavalanche_SpokeConnectorMode_orderBy { +enum mantle_SpokeConnectorMode_orderBy { id mode } -enum stagingavalanche_TransferStatus { +enum mantle_TransferStatus { XCalled Executed Reconciled @@ -202589,19 +200653,17 @@ enum stagingavalanche_TransferStatus { CompletedFast } -type stagingavalanche__Block_ { +type mantle__Block_ { """The hash of the block""" - hash: stagingavalanche_Bytes + hash: mantle_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: stagingavalanche_Bytes } """The type for the top-level _meta field""" -type stagingavalanche__Meta_ { +type mantle__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -202609,22 +200671,22 @@ type stagingavalanche__Meta_ { and therefore asks for the latest block """ - block: stagingavalanche__Block_! + block: mantle__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type localarbitrumone_AggregateRoot { +type base_AggregateRoot { id: ID! - root: localarbitrumone_Bytes! + root: base_Bytes! blockNumber: BigInt! } -type localarbitrumone_AggregateRootProposed { +type base_AggregateRootProposed { id: ID! - aggregateRoot: localarbitrumone_Bytes! + aggregateRoot: base_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -202632,7 +200694,7 @@ type localarbitrumone_AggregateRootProposed { blockNumber: BigInt } -input localarbitrumone_AggregateRootProposed_filter { +input base_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -202641,16 +200703,16 @@ input localarbitrumone_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localarbitrumone_Bytes - aggregateRoot_not: localarbitrumone_Bytes - aggregateRoot_gt: localarbitrumone_Bytes - aggregateRoot_lt: localarbitrumone_Bytes - aggregateRoot_gte: localarbitrumone_Bytes - aggregateRoot_lte: localarbitrumone_Bytes - aggregateRoot_in: [localarbitrumone_Bytes!] - aggregateRoot_not_in: [localarbitrumone_Bytes!] - aggregateRoot_contains: localarbitrumone_Bytes - aggregateRoot_not_contains: localarbitrumone_Bytes + 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 @@ -202692,12 +200754,12 @@ input localarbitrumone_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_AggregateRootProposed_filter] - or: [localarbitrumone_AggregateRootProposed_filter] + _change_block: base_BlockChangedFilter + and: [base_AggregateRootProposed_filter] + or: [base_AggregateRootProposed_filter] } -enum localarbitrumone_AggregateRootProposed_orderBy { +enum base_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -202707,7 +200769,7 @@ enum localarbitrumone_AggregateRootProposed_orderBy { blockNumber } -input localarbitrumone_AggregateRoot_filter { +input base_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -202716,16 +200778,16 @@ input localarbitrumone_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: localarbitrumone_Bytes - root_not: localarbitrumone_Bytes - root_gt: localarbitrumone_Bytes - root_lt: localarbitrumone_Bytes - root_gte: localarbitrumone_Bytes - root_lte: localarbitrumone_Bytes - root_in: [localarbitrumone_Bytes!] - root_not_in: [localarbitrumone_Bytes!] - root_contains: localarbitrumone_Bytes - root_not_contains: localarbitrumone_Bytes + root: 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 @@ -202735,47 +200797,42 @@ input localarbitrumone_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_AggregateRoot_filter] - or: [localarbitrumone_AggregateRoot_filter] + _change_block: base_BlockChangedFilter + and: [base_AggregateRoot_filter] + or: [base_AggregateRoot_filter] } -enum localarbitrumone_AggregateRoot_orderBy { +enum base_AggregateRoot_orderBy { id root blockNumber } -enum localarbitrumone_Aggregation_interval { - hour - day -} - -type localarbitrumone_Asset { +type base_Asset { id: ID! - key: localarbitrumone_Bytes + key: base_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: localarbitrumone_Bytes + canonicalId: base_Bytes canonicalDomain: BigInt - adoptedAsset: localarbitrumone_Bytes - localAsset: localarbitrumone_Bytes + adoptedAsset: base_Bytes + localAsset: base_Bytes blockNumber: BigInt - status: localarbitrumone_AssetStatus + status: base_AssetStatus } -type localarbitrumone_AssetBalance { +type base_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: localarbitrumone_Router! - asset: localarbitrumone_Asset! + router: base_Router! + asset: base_Asset! feesEarned: BigInt! } -input localarbitrumone_AssetBalance_filter { +input base_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -202836,7 +200893,7 @@ input localarbitrumone_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localarbitrumone_Router_filter + router_: base_Router_filter asset: String asset_not: String asset_gt: String @@ -202857,7 +200914,7 @@ input localarbitrumone_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localarbitrumone_Asset_filter + asset_: base_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -202867,12 +200924,12 @@ input localarbitrumone_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_AssetBalance_filter] - or: [localarbitrumone_AssetBalance_filter] + _change_block: base_BlockChangedFilter + and: [base_AssetBalance_filter] + or: [base_AssetBalance_filter] } -enum localarbitrumone_AssetBalance_orderBy { +enum base_AssetBalance_orderBy { id amount locked @@ -202898,12 +200955,12 @@ enum localarbitrumone_AssetBalance_orderBy { feesEarned } -type localarbitrumone_AssetStatus { +type base_AssetStatus { id: ID! status: Boolean } -input localarbitrumone_AssetStatus_filter { +input base_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -202917,17 +200974,17 @@ input localarbitrumone_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_AssetStatus_filter] - or: [localarbitrumone_AssetStatus_filter] + _change_block: base_BlockChangedFilter + and: [base_AssetStatus_filter] + or: [base_AssetStatus_filter] } -enum localarbitrumone_AssetStatus_orderBy { +enum base_AssetStatus_orderBy { id status } -input localarbitrumone_Asset_filter { +input base_Asset_filter { id: ID id_not: ID id_gt: ID @@ -202936,16 +200993,16 @@ input localarbitrumone_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: localarbitrumone_Bytes - key_not: localarbitrumone_Bytes - key_gt: localarbitrumone_Bytes - key_lt: localarbitrumone_Bytes - key_gte: localarbitrumone_Bytes - key_lte: localarbitrumone_Bytes - key_in: [localarbitrumone_Bytes!] - key_not_in: [localarbitrumone_Bytes!] - key_contains: localarbitrumone_Bytes - key_not_contains: localarbitrumone_Bytes + key: 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 @@ -202962,16 +201019,16 @@ input localarbitrumone_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: localarbitrumone_Bytes - canonicalId_not: localarbitrumone_Bytes - canonicalId_gt: localarbitrumone_Bytes - canonicalId_lt: localarbitrumone_Bytes - canonicalId_gte: localarbitrumone_Bytes - canonicalId_lte: localarbitrumone_Bytes - canonicalId_in: [localarbitrumone_Bytes!] - canonicalId_not_in: [localarbitrumone_Bytes!] - canonicalId_contains: localarbitrumone_Bytes - canonicalId_not_contains: localarbitrumone_Bytes + canonicalId: 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 @@ -202980,26 +201037,26 @@ input localarbitrumone_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: localarbitrumone_Bytes - adoptedAsset_not: localarbitrumone_Bytes - adoptedAsset_gt: localarbitrumone_Bytes - adoptedAsset_lt: localarbitrumone_Bytes - adoptedAsset_gte: localarbitrumone_Bytes - adoptedAsset_lte: localarbitrumone_Bytes - adoptedAsset_in: [localarbitrumone_Bytes!] - adoptedAsset_not_in: [localarbitrumone_Bytes!] - adoptedAsset_contains: localarbitrumone_Bytes - adoptedAsset_not_contains: localarbitrumone_Bytes - localAsset: localarbitrumone_Bytes - localAsset_not: localarbitrumone_Bytes - localAsset_gt: localarbitrumone_Bytes - localAsset_lt: localarbitrumone_Bytes - localAsset_gte: localarbitrumone_Bytes - localAsset_lte: localarbitrumone_Bytes - localAsset_in: [localarbitrumone_Bytes!] - localAsset_not_in: [localarbitrumone_Bytes!] - localAsset_contains: localarbitrumone_Bytes - localAsset_not_contains: localarbitrumone_Bytes + adoptedAsset: 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 @@ -203028,14 +201085,14 @@ input localarbitrumone_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: localarbitrumone_AssetStatus_filter + status_: base_AssetStatus_filter """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Asset_filter] - or: [localarbitrumone_Asset_filter] + _change_block: base_BlockChangedFilter + and: [base_Asset_filter] + or: [base_Asset_filter] } -enum localarbitrumone_Asset_orderBy { +enum base_Asset_orderBy { id key decimal @@ -203050,30 +201107,30 @@ enum localarbitrumone_Asset_orderBy { status__status } -scalar localarbitrumone_BigDecimal +scalar base_BigDecimal -input localarbitrumone_BlockChangedFilter { +input base_BlockChangedFilter { number_gte: Int! } -input localarbitrumone_Block_height { - hash: localarbitrumone_Bytes +input base_Block_height { + hash: base_Bytes number: Int number_gte: Int } -scalar localarbitrumone_Bytes +scalar base_Bytes -type localarbitrumone_ConnectorMeta { +type base_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: localarbitrumone_Bytes - rootManager: localarbitrumone_Bytes - mirrorConnector: localarbitrumone_Bytes + amb: base_Bytes + rootManager: base_Bytes + mirrorConnector: base_Bytes } -input localarbitrumone_ConnectorMeta_filter { +input base_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -203098,43 +201155,43 @@ input localarbitrumone_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: localarbitrumone_Bytes - amb_not: localarbitrumone_Bytes - amb_gt: localarbitrumone_Bytes - amb_lt: localarbitrumone_Bytes - amb_gte: localarbitrumone_Bytes - amb_lte: localarbitrumone_Bytes - amb_in: [localarbitrumone_Bytes!] - amb_not_in: [localarbitrumone_Bytes!] - amb_contains: localarbitrumone_Bytes - amb_not_contains: localarbitrumone_Bytes - rootManager: localarbitrumone_Bytes - rootManager_not: localarbitrumone_Bytes - rootManager_gt: localarbitrumone_Bytes - rootManager_lt: localarbitrumone_Bytes - rootManager_gte: localarbitrumone_Bytes - rootManager_lte: localarbitrumone_Bytes - rootManager_in: [localarbitrumone_Bytes!] - rootManager_not_in: [localarbitrumone_Bytes!] - rootManager_contains: localarbitrumone_Bytes - rootManager_not_contains: localarbitrumone_Bytes - mirrorConnector: localarbitrumone_Bytes - mirrorConnector_not: localarbitrumone_Bytes - mirrorConnector_gt: localarbitrumone_Bytes - mirrorConnector_lt: localarbitrumone_Bytes - mirrorConnector_gte: localarbitrumone_Bytes - mirrorConnector_lte: localarbitrumone_Bytes - mirrorConnector_in: [localarbitrumone_Bytes!] - mirrorConnector_not_in: [localarbitrumone_Bytes!] - mirrorConnector_contains: localarbitrumone_Bytes - mirrorConnector_not_contains: localarbitrumone_Bytes + amb: 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: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_ConnectorMeta_filter] - or: [localarbitrumone_ConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_ConnectorMeta_filter] + or: [base_ConnectorMeta_filter] } -enum localarbitrumone_ConnectorMeta_orderBy { +enum base_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -203143,48 +201200,48 @@ enum localarbitrumone_ConnectorMeta_orderBy { mirrorConnector } -type localarbitrumone_DestinationTransfer { +type base_DestinationTransfer { id: ID! chainId: BigInt - transferId: localarbitrumone_Bytes + transferId: base_Bytes nonce: BigInt - status: localarbitrumone_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: localarbitrumone_Router_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_Router_filter): [localarbitrumone_Router!] + status: 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: localarbitrumone_Bytes - delegate: localarbitrumone_Bytes + to: base_Bytes + delegate: base_Bytes receiveLocal: Boolean - callData: localarbitrumone_Bytes + callData: base_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: localarbitrumone_Bytes + originSender: base_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localarbitrumone_Bytes - asset: localarbitrumone_Asset + canonicalId: base_Bytes + asset: base_Asset amount: BigInt routersFee: BigInt - executedCaller: localarbitrumone_Bytes - executedTransactionHash: localarbitrumone_Bytes + executedCaller: base_Bytes + executedTransactionHash: base_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: localarbitrumone_Bytes + executedTxOrigin: base_Bytes executedTxNonce: BigInt - reconciledCaller: localarbitrumone_Bytes - reconciledTransactionHash: localarbitrumone_Bytes + reconciledCaller: base_Bytes + reconciledTransactionHash: base_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: localarbitrumone_Bytes + reconciledTxOrigin: base_Bytes reconciledTxNonce: BigInt } -input localarbitrumone_DestinationTransfer_filter { +input base_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -203201,16 +201258,16 @@ input localarbitrumone_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localarbitrumone_Bytes - transferId_not: localarbitrumone_Bytes - transferId_gt: localarbitrumone_Bytes - transferId_lt: localarbitrumone_Bytes - transferId_gte: localarbitrumone_Bytes - transferId_lte: localarbitrumone_Bytes - transferId_in: [localarbitrumone_Bytes!] - transferId_not_in: [localarbitrumone_Bytes!] - transferId_contains: localarbitrumone_Bytes - transferId_not_contains: localarbitrumone_Bytes + transferId: 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 @@ -203219,17 +201276,17 @@ input localarbitrumone_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localarbitrumone_TransferStatus - status_not: localarbitrumone_TransferStatus - status_in: [localarbitrumone_TransferStatus!] - status_not_in: [localarbitrumone_TransferStatus!] + status: 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_: localarbitrumone_Router_filter + routers_: base_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -203254,40 +201311,40 @@ input localarbitrumone_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localarbitrumone_Bytes - to_not: localarbitrumone_Bytes - to_gt: localarbitrumone_Bytes - to_lt: localarbitrumone_Bytes - to_gte: localarbitrumone_Bytes - to_lte: localarbitrumone_Bytes - to_in: [localarbitrumone_Bytes!] - to_not_in: [localarbitrumone_Bytes!] - to_contains: localarbitrumone_Bytes - to_not_contains: localarbitrumone_Bytes - delegate: localarbitrumone_Bytes - delegate_not: localarbitrumone_Bytes - delegate_gt: localarbitrumone_Bytes - delegate_lt: localarbitrumone_Bytes - delegate_gte: localarbitrumone_Bytes - delegate_lte: localarbitrumone_Bytes - delegate_in: [localarbitrumone_Bytes!] - delegate_not_in: [localarbitrumone_Bytes!] - delegate_contains: localarbitrumone_Bytes - delegate_not_contains: localarbitrumone_Bytes + to: 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: localarbitrumone_Bytes - callData_not: localarbitrumone_Bytes - callData_gt: localarbitrumone_Bytes - callData_lt: localarbitrumone_Bytes - callData_gte: localarbitrumone_Bytes - callData_lte: localarbitrumone_Bytes - callData_in: [localarbitrumone_Bytes!] - callData_not_in: [localarbitrumone_Bytes!] - callData_contains: localarbitrumone_Bytes - callData_not_contains: localarbitrumone_Bytes + callData: 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 @@ -203304,16 +201361,16 @@ input localarbitrumone_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: localarbitrumone_Bytes - originSender_not: localarbitrumone_Bytes - originSender_gt: localarbitrumone_Bytes - originSender_lt: localarbitrumone_Bytes - originSender_gte: localarbitrumone_Bytes - originSender_lte: localarbitrumone_Bytes - originSender_in: [localarbitrumone_Bytes!] - originSender_not_in: [localarbitrumone_Bytes!] - originSender_contains: localarbitrumone_Bytes - originSender_not_contains: localarbitrumone_Bytes + originSender: 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 @@ -203330,16 +201387,16 @@ input localarbitrumone_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: localarbitrumone_Bytes - canonicalId_not: localarbitrumone_Bytes - canonicalId_gt: localarbitrumone_Bytes - canonicalId_lt: localarbitrumone_Bytes - canonicalId_gte: localarbitrumone_Bytes - canonicalId_lte: localarbitrumone_Bytes - canonicalId_in: [localarbitrumone_Bytes!] - canonicalId_not_in: [localarbitrumone_Bytes!] - canonicalId_contains: localarbitrumone_Bytes - canonicalId_not_contains: localarbitrumone_Bytes + canonicalId: 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 @@ -203360,7 +201417,7 @@ input localarbitrumone_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localarbitrumone_Asset_filter + asset_: base_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -203377,26 +201434,26 @@ input localarbitrumone_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: localarbitrumone_Bytes - executedCaller_not: localarbitrumone_Bytes - executedCaller_gt: localarbitrumone_Bytes - executedCaller_lt: localarbitrumone_Bytes - executedCaller_gte: localarbitrumone_Bytes - executedCaller_lte: localarbitrumone_Bytes - executedCaller_in: [localarbitrumone_Bytes!] - executedCaller_not_in: [localarbitrumone_Bytes!] - executedCaller_contains: localarbitrumone_Bytes - executedCaller_not_contains: localarbitrumone_Bytes - executedTransactionHash: localarbitrumone_Bytes - executedTransactionHash_not: localarbitrumone_Bytes - executedTransactionHash_gt: localarbitrumone_Bytes - executedTransactionHash_lt: localarbitrumone_Bytes - executedTransactionHash_gte: localarbitrumone_Bytes - executedTransactionHash_lte: localarbitrumone_Bytes - executedTransactionHash_in: [localarbitrumone_Bytes!] - executedTransactionHash_not_in: [localarbitrumone_Bytes!] - executedTransactionHash_contains: localarbitrumone_Bytes - executedTransactionHash_not_contains: localarbitrumone_Bytes + executedCaller: 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 @@ -203429,16 +201486,16 @@ input localarbitrumone_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: localarbitrumone_Bytes - executedTxOrigin_not: localarbitrumone_Bytes - executedTxOrigin_gt: localarbitrumone_Bytes - executedTxOrigin_lt: localarbitrumone_Bytes - executedTxOrigin_gte: localarbitrumone_Bytes - executedTxOrigin_lte: localarbitrumone_Bytes - executedTxOrigin_in: [localarbitrumone_Bytes!] - executedTxOrigin_not_in: [localarbitrumone_Bytes!] - executedTxOrigin_contains: localarbitrumone_Bytes - executedTxOrigin_not_contains: localarbitrumone_Bytes + executedTxOrigin: 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 @@ -203447,26 +201504,26 @@ input localarbitrumone_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: localarbitrumone_Bytes - reconciledCaller_not: localarbitrumone_Bytes - reconciledCaller_gt: localarbitrumone_Bytes - reconciledCaller_lt: localarbitrumone_Bytes - reconciledCaller_gte: localarbitrumone_Bytes - reconciledCaller_lte: localarbitrumone_Bytes - reconciledCaller_in: [localarbitrumone_Bytes!] - reconciledCaller_not_in: [localarbitrumone_Bytes!] - reconciledCaller_contains: localarbitrumone_Bytes - reconciledCaller_not_contains: localarbitrumone_Bytes - reconciledTransactionHash: localarbitrumone_Bytes - reconciledTransactionHash_not: localarbitrumone_Bytes - reconciledTransactionHash_gt: localarbitrumone_Bytes - reconciledTransactionHash_lt: localarbitrumone_Bytes - reconciledTransactionHash_gte: localarbitrumone_Bytes - reconciledTransactionHash_lte: localarbitrumone_Bytes - reconciledTransactionHash_in: [localarbitrumone_Bytes!] - reconciledTransactionHash_not_in: [localarbitrumone_Bytes!] - reconciledTransactionHash_contains: localarbitrumone_Bytes - reconciledTransactionHash_not_contains: localarbitrumone_Bytes + reconciledCaller: 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 @@ -203499,16 +201556,16 @@ input localarbitrumone_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: localarbitrumone_Bytes - reconciledTxOrigin_not: localarbitrumone_Bytes - reconciledTxOrigin_gt: localarbitrumone_Bytes - reconciledTxOrigin_lt: localarbitrumone_Bytes - reconciledTxOrigin_gte: localarbitrumone_Bytes - reconciledTxOrigin_lte: localarbitrumone_Bytes - reconciledTxOrigin_in: [localarbitrumone_Bytes!] - reconciledTxOrigin_not_in: [localarbitrumone_Bytes!] - reconciledTxOrigin_contains: localarbitrumone_Bytes - reconciledTxOrigin_not_contains: localarbitrumone_Bytes + reconciledTxOrigin: 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 @@ -203518,12 +201575,12 @@ input localarbitrumone_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_DestinationTransfer_filter] - or: [localarbitrumone_DestinationTransfer_filter] + _change_block: base_BlockChangedFilter + and: [base_DestinationTransfer_filter] + or: [base_DestinationTransfer_filter] } -enum localarbitrumone_DestinationTransfer_orderBy { +enum base_DestinationTransfer_orderBy { id chainId transferId @@ -203577,16 +201634,16 @@ enum localarbitrumone_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar localarbitrumone_Int8 +scalar base_Int8 -type localarbitrumone_OptimisticRootFinalized { +type base_OptimisticRootFinalized { id: ID! - aggregateRoot: localarbitrumone_Bytes! + aggregateRoot: base_Bytes! timestamp: BigInt! blockNumber: BigInt } -input localarbitrumone_OptimisticRootFinalized_filter { +input base_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -203595,16 +201652,16 @@ input localarbitrumone_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localarbitrumone_Bytes - aggregateRoot_not: localarbitrumone_Bytes - aggregateRoot_gt: localarbitrumone_Bytes - aggregateRoot_lt: localarbitrumone_Bytes - aggregateRoot_gte: localarbitrumone_Bytes - aggregateRoot_lte: localarbitrumone_Bytes - aggregateRoot_in: [localarbitrumone_Bytes!] - aggregateRoot_not_in: [localarbitrumone_Bytes!] - aggregateRoot_contains: localarbitrumone_Bytes - aggregateRoot_not_contains: localarbitrumone_Bytes + 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 @@ -203622,12 +201679,12 @@ input localarbitrumone_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_OptimisticRootFinalized_filter] - or: [localarbitrumone_OptimisticRootFinalized_filter] + _change_block: base_BlockChangedFilter + and: [base_OptimisticRootFinalized_filter] + or: [base_OptimisticRootFinalized_filter] } -enum localarbitrumone_OptimisticRootFinalized_orderBy { +enum base_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -203635,25 +201692,25 @@ enum localarbitrumone_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum localarbitrumone_OrderDirection { +enum base_OrderDirection { asc desc } -type localarbitrumone_OriginMessage { +type base_OriginMessage { id: ID! - transferId: localarbitrumone_Bytes + transferId: base_Bytes destinationDomain: BigInt - leaf: localarbitrumone_Bytes + leaf: base_Bytes index: BigInt - message: localarbitrumone_Bytes - root: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes + message: base_Bytes + root: base_Bytes + transactionHash: base_Bytes blockNumber: BigInt - rootCount: localarbitrumone_RootCount + rootCount: base_RootCount } -input localarbitrumone_OriginMessage_filter { +input base_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -203662,16 +201719,16 @@ input localarbitrumone_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: localarbitrumone_Bytes - transferId_not: localarbitrumone_Bytes - transferId_gt: localarbitrumone_Bytes - transferId_lt: localarbitrumone_Bytes - transferId_gte: localarbitrumone_Bytes - transferId_lte: localarbitrumone_Bytes - transferId_in: [localarbitrumone_Bytes!] - transferId_not_in: [localarbitrumone_Bytes!] - transferId_contains: localarbitrumone_Bytes - transferId_not_contains: localarbitrumone_Bytes + transferId: 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 @@ -203680,16 +201737,16 @@ input localarbitrumone_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: localarbitrumone_Bytes - leaf_not: localarbitrumone_Bytes - leaf_gt: localarbitrumone_Bytes - leaf_lt: localarbitrumone_Bytes - leaf_gte: localarbitrumone_Bytes - leaf_lte: localarbitrumone_Bytes - leaf_in: [localarbitrumone_Bytes!] - leaf_not_in: [localarbitrumone_Bytes!] - leaf_contains: localarbitrumone_Bytes - leaf_not_contains: localarbitrumone_Bytes + leaf: 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 @@ -203698,36 +201755,36 @@ input localarbitrumone_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: localarbitrumone_Bytes - message_not: localarbitrumone_Bytes - message_gt: localarbitrumone_Bytes - message_lt: localarbitrumone_Bytes - message_gte: localarbitrumone_Bytes - message_lte: localarbitrumone_Bytes - message_in: [localarbitrumone_Bytes!] - message_not_in: [localarbitrumone_Bytes!] - message_contains: localarbitrumone_Bytes - message_not_contains: localarbitrumone_Bytes - root: localarbitrumone_Bytes - root_not: localarbitrumone_Bytes - root_gt: localarbitrumone_Bytes - root_lt: localarbitrumone_Bytes - root_gte: localarbitrumone_Bytes - root_lte: localarbitrumone_Bytes - root_in: [localarbitrumone_Bytes!] - root_not_in: [localarbitrumone_Bytes!] - root_contains: localarbitrumone_Bytes - root_not_contains: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + message: 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 @@ -203756,14 +201813,14 @@ input localarbitrumone_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: localarbitrumone_RootCount_filter + rootCount_: base_RootCount_filter """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_OriginMessage_filter] - or: [localarbitrumone_OriginMessage_filter] + _change_block: base_BlockChangedFilter + and: [base_OriginMessage_filter] + or: [base_OriginMessage_filter] } -enum localarbitrumone_OriginMessage_orderBy { +enum base_OriginMessage_orderBy { id transferId destinationDomain @@ -203778,42 +201835,42 @@ enum localarbitrumone_OriginMessage_orderBy { rootCount__count } -type localarbitrumone_OriginTransfer { +type base_OriginTransfer { id: ID! chainId: BigInt - transferId: localarbitrumone_Bytes + transferId: base_Bytes nonce: BigInt - status: localarbitrumone_TransferStatus - messageHash: localarbitrumone_Bytes + status: base_TransferStatus + messageHash: base_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localarbitrumone_Bytes - delegate: localarbitrumone_Bytes + to: base_Bytes + delegate: base_Bytes receiveLocal: Boolean - callData: localarbitrumone_Bytes + callData: base_Bytes slippage: BigInt - originSender: localarbitrumone_Bytes + originSender: base_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localarbitrumone_Bytes - asset: localarbitrumone_Asset - transactingAsset: localarbitrumone_Bytes - message: localarbitrumone_OriginMessage + canonicalId: base_Bytes + asset: base_Asset + transactingAsset: base_Bytes + message: base_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: localarbitrumone_RelayerFee_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_RelayerFee_filter): [localarbitrumone_RelayerFee!] - initialRelayerFeeAsset: localarbitrumone_Bytes - caller: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: localarbitrumone_Bytes + txOrigin: base_Bytes txNonce: BigInt } -input localarbitrumone_OriginTransfer_filter { +input base_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -203830,16 +201887,16 @@ input localarbitrumone_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localarbitrumone_Bytes - transferId_not: localarbitrumone_Bytes - transferId_gt: localarbitrumone_Bytes - transferId_lt: localarbitrumone_Bytes - transferId_gte: localarbitrumone_Bytes - transferId_lte: localarbitrumone_Bytes - transferId_in: [localarbitrumone_Bytes!] - transferId_not_in: [localarbitrumone_Bytes!] - transferId_contains: localarbitrumone_Bytes - transferId_not_contains: localarbitrumone_Bytes + transferId: 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 @@ -203848,20 +201905,20 @@ input localarbitrumone_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localarbitrumone_TransferStatus - status_not: localarbitrumone_TransferStatus - status_in: [localarbitrumone_TransferStatus!] - status_not_in: [localarbitrumone_TransferStatus!] - messageHash: localarbitrumone_Bytes - messageHash_not: localarbitrumone_Bytes - messageHash_gt: localarbitrumone_Bytes - messageHash_lt: localarbitrumone_Bytes - messageHash_gte: localarbitrumone_Bytes - messageHash_lte: localarbitrumone_Bytes - messageHash_in: [localarbitrumone_Bytes!] - messageHash_not_in: [localarbitrumone_Bytes!] - messageHash_contains: localarbitrumone_Bytes - messageHash_not_contains: localarbitrumone_Bytes + status: 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 @@ -203886,40 +201943,40 @@ input localarbitrumone_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localarbitrumone_Bytes - to_not: localarbitrumone_Bytes - to_gt: localarbitrumone_Bytes - to_lt: localarbitrumone_Bytes - to_gte: localarbitrumone_Bytes - to_lte: localarbitrumone_Bytes - to_in: [localarbitrumone_Bytes!] - to_not_in: [localarbitrumone_Bytes!] - to_contains: localarbitrumone_Bytes - to_not_contains: localarbitrumone_Bytes - delegate: localarbitrumone_Bytes - delegate_not: localarbitrumone_Bytes - delegate_gt: localarbitrumone_Bytes - delegate_lt: localarbitrumone_Bytes - delegate_gte: localarbitrumone_Bytes - delegate_lte: localarbitrumone_Bytes - delegate_in: [localarbitrumone_Bytes!] - delegate_not_in: [localarbitrumone_Bytes!] - delegate_contains: localarbitrumone_Bytes - delegate_not_contains: localarbitrumone_Bytes + to: 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: localarbitrumone_Bytes - callData_not: localarbitrumone_Bytes - callData_gt: localarbitrumone_Bytes - callData_lt: localarbitrumone_Bytes - callData_gte: localarbitrumone_Bytes - callData_lte: localarbitrumone_Bytes - callData_in: [localarbitrumone_Bytes!] - callData_not_in: [localarbitrumone_Bytes!] - callData_contains: localarbitrumone_Bytes - callData_not_contains: localarbitrumone_Bytes + callData: 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 @@ -203928,16 +201985,16 @@ input localarbitrumone_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: localarbitrumone_Bytes - originSender_not: localarbitrumone_Bytes - originSender_gt: localarbitrumone_Bytes - originSender_lt: localarbitrumone_Bytes - originSender_gte: localarbitrumone_Bytes - originSender_lte: localarbitrumone_Bytes - originSender_in: [localarbitrumone_Bytes!] - originSender_not_in: [localarbitrumone_Bytes!] - originSender_contains: localarbitrumone_Bytes - originSender_not_contains: localarbitrumone_Bytes + originSender: 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 @@ -203954,16 +202011,16 @@ input localarbitrumone_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: localarbitrumone_Bytes - canonicalId_not: localarbitrumone_Bytes - canonicalId_gt: localarbitrumone_Bytes - canonicalId_lt: localarbitrumone_Bytes - canonicalId_gte: localarbitrumone_Bytes - canonicalId_lte: localarbitrumone_Bytes - canonicalId_in: [localarbitrumone_Bytes!] - canonicalId_not_in: [localarbitrumone_Bytes!] - canonicalId_contains: localarbitrumone_Bytes - canonicalId_not_contains: localarbitrumone_Bytes + canonicalId: 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 @@ -203984,17 +202041,17 @@ input localarbitrumone_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localarbitrumone_Asset_filter - transactingAsset: localarbitrumone_Bytes - transactingAsset_not: localarbitrumone_Bytes - transactingAsset_gt: localarbitrumone_Bytes - transactingAsset_lt: localarbitrumone_Bytes - transactingAsset_gte: localarbitrumone_Bytes - transactingAsset_lte: localarbitrumone_Bytes - transactingAsset_in: [localarbitrumone_Bytes!] - transactingAsset_not_in: [localarbitrumone_Bytes!] - transactingAsset_contains: localarbitrumone_Bytes - transactingAsset_not_contains: localarbitrumone_Bytes + asset_: 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 @@ -204015,7 +202072,7 @@ input localarbitrumone_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: localarbitrumone_OriginMessage_filter + message_: base_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -204030,37 +202087,37 @@ input localarbitrumone_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: localarbitrumone_RelayerFee_filter - initialRelayerFeeAsset: localarbitrumone_Bytes - initialRelayerFeeAsset_not: localarbitrumone_Bytes - initialRelayerFeeAsset_gt: localarbitrumone_Bytes - initialRelayerFeeAsset_lt: localarbitrumone_Bytes - initialRelayerFeeAsset_gte: localarbitrumone_Bytes - initialRelayerFeeAsset_lte: localarbitrumone_Bytes - initialRelayerFeeAsset_in: [localarbitrumone_Bytes!] - initialRelayerFeeAsset_not_in: [localarbitrumone_Bytes!] - initialRelayerFeeAsset_contains: localarbitrumone_Bytes - initialRelayerFeeAsset_not_contains: localarbitrumone_Bytes - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + relayerFees_: 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 @@ -204093,16 +202150,16 @@ input localarbitrumone_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: localarbitrumone_Bytes - txOrigin_not: localarbitrumone_Bytes - txOrigin_gt: localarbitrumone_Bytes - txOrigin_lt: localarbitrumone_Bytes - txOrigin_gte: localarbitrumone_Bytes - txOrigin_lte: localarbitrumone_Bytes - txOrigin_in: [localarbitrumone_Bytes!] - txOrigin_not_in: [localarbitrumone_Bytes!] - txOrigin_contains: localarbitrumone_Bytes - txOrigin_not_contains: localarbitrumone_Bytes + txOrigin: 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 @@ -204112,12 +202169,12 @@ input localarbitrumone_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_OriginTransfer_filter] - or: [localarbitrumone_OriginTransfer_filter] + _change_block: base_BlockChangedFilter + and: [base_OriginTransfer_filter] + or: [base_OriginTransfer_filter] } -enum localarbitrumone_OriginTransfer_orderBy { +enum base_OriginTransfer_orderBy { id chainId transferId @@ -204170,20 +202227,20 @@ enum localarbitrumone_OriginTransfer_orderBy { txNonce } -type localarbitrumone_Relayer { +type base_Relayer { id: ID! isActive: Boolean! - relayer: localarbitrumone_Bytes + relayer: base_Bytes } -type localarbitrumone_RelayerFee { +type base_RelayerFee { id: ID! - transfer: localarbitrumone_OriginTransfer! + transfer: base_OriginTransfer! fee: BigInt! - asset: localarbitrumone_Bytes! + asset: base_Bytes! } -input localarbitrumone_RelayerFee_filter { +input base_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -204212,7 +202269,7 @@ input localarbitrumone_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localarbitrumone_OriginTransfer_filter + transfer_: base_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -204221,23 +202278,23 @@ input localarbitrumone_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: localarbitrumone_Bytes - asset_not: localarbitrumone_Bytes - asset_gt: localarbitrumone_Bytes - asset_lt: localarbitrumone_Bytes - asset_gte: localarbitrumone_Bytes - asset_lte: localarbitrumone_Bytes - asset_in: [localarbitrumone_Bytes!] - asset_not_in: [localarbitrumone_Bytes!] - asset_contains: localarbitrumone_Bytes - asset_not_contains: localarbitrumone_Bytes + asset: 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: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RelayerFee_filter] - or: [localarbitrumone_RelayerFee_filter] + _change_block: base_BlockChangedFilter + and: [base_RelayerFee_filter] + or: [base_RelayerFee_filter] } -enum localarbitrumone_RelayerFee_orderBy { +enum base_RelayerFee_orderBy { id transfer transfer__id @@ -204273,20 +202330,20 @@ enum localarbitrumone_RelayerFee_orderBy { asset } -type localarbitrumone_RelayerFeesIncrease { +type base_RelayerFeesIncrease { id: ID! - transfer: localarbitrumone_OriginTransfer! + transfer: base_OriginTransfer! increase: BigInt - asset: localarbitrumone_Bytes - caller: localarbitrumone_Bytes! - transactionHash: localarbitrumone_Bytes! + asset: base_Bytes + caller: base_Bytes! + transactionHash: base_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localarbitrumone_RelayerFeesIncrease_filter { +input base_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -204315,7 +202372,7 @@ input localarbitrumone_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localarbitrumone_OriginTransfer_filter + transfer_: base_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -204324,36 +202381,36 @@ input localarbitrumone_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: localarbitrumone_Bytes - asset_not: localarbitrumone_Bytes - asset_gt: localarbitrumone_Bytes - asset_lt: localarbitrumone_Bytes - asset_gte: localarbitrumone_Bytes - asset_lte: localarbitrumone_Bytes - asset_in: [localarbitrumone_Bytes!] - asset_not_in: [localarbitrumone_Bytes!] - asset_contains: localarbitrumone_Bytes - asset_not_contains: localarbitrumone_Bytes - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + asset: 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 @@ -204387,12 +202444,12 @@ input localarbitrumone_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RelayerFeesIncrease_filter] - or: [localarbitrumone_RelayerFeesIncrease_filter] + _change_block: base_BlockChangedFilter + and: [base_RelayerFeesIncrease_filter] + or: [base_RelayerFeesIncrease_filter] } -enum localarbitrumone_RelayerFeesIncrease_orderBy { +enum base_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -204434,7 +202491,7 @@ enum localarbitrumone_RelayerFeesIncrease_orderBy { blockNumber } -input localarbitrumone_Relayer_filter { +input base_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -204447,34 +202504,34 @@ input localarbitrumone_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: localarbitrumone_Bytes - relayer_not: localarbitrumone_Bytes - relayer_gt: localarbitrumone_Bytes - relayer_lt: localarbitrumone_Bytes - relayer_gte: localarbitrumone_Bytes - relayer_lte: localarbitrumone_Bytes - relayer_in: [localarbitrumone_Bytes!] - relayer_not_in: [localarbitrumone_Bytes!] - relayer_contains: localarbitrumone_Bytes - relayer_not_contains: localarbitrumone_Bytes + relayer: 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: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Relayer_filter] - or: [localarbitrumone_Relayer_filter] + _change_block: base_BlockChangedFilter + and: [base_Relayer_filter] + or: [base_Relayer_filter] } -enum localarbitrumone_Relayer_orderBy { +enum base_Relayer_orderBy { id isActive relayer } -type localarbitrumone_RootCount { +type base_RootCount { id: ID! count: BigInt } -input localarbitrumone_RootCount_filter { +input base_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -204492,31 +202549,31 @@ input localarbitrumone_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RootCount_filter] - or: [localarbitrumone_RootCount_filter] + _change_block: base_BlockChangedFilter + and: [base_RootCount_filter] + or: [base_RootCount_filter] } -enum localarbitrumone_RootCount_orderBy { +enum base_RootCount_orderBy { id count } -type localarbitrumone_RootMessageSent { +type base_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: localarbitrumone_Bytes + root: base_Bytes count: BigInt - caller: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes + caller: base_Bytes + transactionHash: base_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input localarbitrumone_RootMessageSent_filter { +input base_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -204541,16 +202598,16 @@ input localarbitrumone_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: localarbitrumone_Bytes - root_not: localarbitrumone_Bytes - root_gt: localarbitrumone_Bytes - root_lt: localarbitrumone_Bytes - root_gte: localarbitrumone_Bytes - root_lte: localarbitrumone_Bytes - root_in: [localarbitrumone_Bytes!] - root_not_in: [localarbitrumone_Bytes!] - root_contains: localarbitrumone_Bytes - root_not_contains: localarbitrumone_Bytes + root: 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 @@ -204559,26 +202616,26 @@ input localarbitrumone_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + caller: 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 @@ -204612,12 +202669,12 @@ input localarbitrumone_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RootMessageSent_filter] - or: [localarbitrumone_RootMessageSent_filter] + _change_block: base_BlockChangedFilter + and: [base_RootMessageSent_filter] + or: [base_RootMessageSent_filter] } -enum localarbitrumone_RootMessageSent_orderBy { +enum base_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -204631,25 +202688,25 @@ enum localarbitrumone_RootMessageSent_orderBy { blockNumber } -type localarbitrumone_Router { +type base_Router { id: ID! isActive: Boolean! - owner: localarbitrumone_Bytes - recipient: localarbitrumone_Bytes - proposedOwner: localarbitrumone_Bytes + owner: base_Bytes + recipient: base_Bytes + proposedOwner: base_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: localarbitrumone_AssetBalance_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_AssetBalance_filter): [localarbitrumone_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: base_AssetBalance_orderBy, orderDirection: base_OrderDirection, where: base_AssetBalance_filter): [base_AssetBalance!]! } -type localarbitrumone_RouterDailyTVL { +type base_RouterDailyTVL { id: ID! - router: localarbitrumone_Router! - asset: localarbitrumone_Asset! + router: base_Router! + asset: base_Asset! timestamp: BigInt! balance: BigInt! } -input localarbitrumone_RouterDailyTVL_filter { +input base_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -204678,7 +202735,7 @@ input localarbitrumone_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localarbitrumone_Router_filter + router_: base_Router_filter asset: String asset_not: String asset_gt: String @@ -204699,7 +202756,7 @@ input localarbitrumone_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localarbitrumone_Asset_filter + asset_: base_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -204717,12 +202774,12 @@ input localarbitrumone_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RouterDailyTVL_filter] - or: [localarbitrumone_RouterDailyTVL_filter] + _change_block: base_BlockChangedFilter + and: [base_RouterDailyTVL_filter] + or: [base_RouterDailyTVL_filter] } -enum localarbitrumone_RouterDailyTVL_orderBy { +enum base_RouterDailyTVL_orderBy { id router router__id @@ -204745,26 +202802,26 @@ enum localarbitrumone_RouterDailyTVL_orderBy { balance } -type localarbitrumone_RouterLiquidityEvent { +type base_RouterLiquidityEvent { id: ID! - type: localarbitrumone_RouterLiquidityEventType - router: localarbitrumone_Router! - asset: localarbitrumone_Asset! + type: base_RouterLiquidityEventType + router: base_Router! + asset: base_Asset! amount: BigInt! balance: BigInt! - caller: localarbitrumone_Bytes + caller: base_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: localarbitrumone_Bytes! + transactionHash: base_Bytes! nonce: BigInt! } -enum localarbitrumone_RouterLiquidityEventType { +enum base_RouterLiquidityEventType { Add Remove } -input localarbitrumone_RouterLiquidityEvent_filter { +input base_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -204773,10 +202830,10 @@ input localarbitrumone_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: localarbitrumone_RouterLiquidityEventType - type_not: localarbitrumone_RouterLiquidityEventType - type_in: [localarbitrumone_RouterLiquidityEventType!] - type_not_in: [localarbitrumone_RouterLiquidityEventType!] + type: base_RouterLiquidityEventType + type_not: base_RouterLiquidityEventType + type_in: [base_RouterLiquidityEventType!] + type_not_in: [base_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -204797,7 +202854,7 @@ input localarbitrumone_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localarbitrumone_Router_filter + router_: base_Router_filter asset: String asset_not: String asset_gt: String @@ -204818,7 +202875,7 @@ input localarbitrumone_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localarbitrumone_Asset_filter + asset_: base_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -204835,16 +202892,16 @@ input localarbitrumone_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes + caller: 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 @@ -204861,16 +202918,16 @@ input localarbitrumone_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + 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 @@ -204880,12 +202937,12 @@ input localarbitrumone_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RouterLiquidityEvent_filter] - or: [localarbitrumone_RouterLiquidityEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_RouterLiquidityEvent_filter] + or: [base_RouterLiquidityEvent_filter] } -enum localarbitrumone_RouterLiquidityEvent_orderBy { +enum base_RouterLiquidityEvent_orderBy { id type router @@ -204914,7 +202971,7 @@ enum localarbitrumone_RouterLiquidityEvent_orderBy { nonce } -input localarbitrumone_Router_filter { +input base_Router_filter { id: ID id_not: ID id_gt: ID @@ -204927,36 +202984,36 @@ input localarbitrumone_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: localarbitrumone_Bytes - owner_not: localarbitrumone_Bytes - owner_gt: localarbitrumone_Bytes - owner_lt: localarbitrumone_Bytes - owner_gte: localarbitrumone_Bytes - owner_lte: localarbitrumone_Bytes - owner_in: [localarbitrumone_Bytes!] - owner_not_in: [localarbitrumone_Bytes!] - owner_contains: localarbitrumone_Bytes - owner_not_contains: localarbitrumone_Bytes - recipient: localarbitrumone_Bytes - recipient_not: localarbitrumone_Bytes - recipient_gt: localarbitrumone_Bytes - recipient_lt: localarbitrumone_Bytes - recipient_gte: localarbitrumone_Bytes - recipient_lte: localarbitrumone_Bytes - recipient_in: [localarbitrumone_Bytes!] - recipient_not_in: [localarbitrumone_Bytes!] - recipient_contains: localarbitrumone_Bytes - recipient_not_contains: localarbitrumone_Bytes - proposedOwner: localarbitrumone_Bytes - proposedOwner_not: localarbitrumone_Bytes - proposedOwner_gt: localarbitrumone_Bytes - proposedOwner_lt: localarbitrumone_Bytes - proposedOwner_gte: localarbitrumone_Bytes - proposedOwner_lte: localarbitrumone_Bytes - proposedOwner_in: [localarbitrumone_Bytes!] - proposedOwner_not_in: [localarbitrumone_Bytes!] - proposedOwner_contains: localarbitrumone_Bytes - proposedOwner_not_contains: localarbitrumone_Bytes + owner: 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 @@ -204965,14 +203022,14 @@ input localarbitrumone_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: localarbitrumone_AssetBalance_filter + assetBalances_: base_AssetBalance_filter """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Router_filter] - or: [localarbitrumone_Router_filter] + _change_block: base_BlockChangedFilter + and: [base_Router_filter] + or: [base_Router_filter] } -enum localarbitrumone_Router_orderBy { +enum base_Router_orderBy { id isActive owner @@ -204982,13 +203039,13 @@ enum localarbitrumone_Router_orderBy { assetBalances } -type localarbitrumone_Sequencer { +type base_Sequencer { id: ID! isActive: Boolean! - sequencer: localarbitrumone_Bytes + sequencer: base_Bytes } -input localarbitrumone_Sequencer_filter { +input base_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -205001,35 +203058,35 @@ input localarbitrumone_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: localarbitrumone_Bytes - sequencer_not: localarbitrumone_Bytes - sequencer_gt: localarbitrumone_Bytes - sequencer_lt: localarbitrumone_Bytes - sequencer_gte: localarbitrumone_Bytes - sequencer_lte: localarbitrumone_Bytes - sequencer_in: [localarbitrumone_Bytes!] - sequencer_not_in: [localarbitrumone_Bytes!] - sequencer_contains: localarbitrumone_Bytes - sequencer_not_contains: localarbitrumone_Bytes + sequencer: 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: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Sequencer_filter] - or: [localarbitrumone_Sequencer_filter] + _change_block: base_BlockChangedFilter + and: [base_Sequencer_filter] + or: [base_Sequencer_filter] } -enum localarbitrumone_Sequencer_orderBy { +enum base_Sequencer_orderBy { id isActive sequencer } -type localarbitrumone_Setting { +type base_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: localarbitrumone_Bytes! + caller: base_Bytes! } -input localarbitrumone_Setting_filter { +input base_Setting_filter { id: ID id_not: ID id_gt: ID @@ -205046,41 +203103,41 @@ input localarbitrumone_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes + caller: 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: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Setting_filter] - or: [localarbitrumone_Setting_filter] + _change_block: base_BlockChangedFilter + and: [base_Setting_filter] + or: [base_Setting_filter] } -enum localarbitrumone_Setting_orderBy { +enum base_Setting_orderBy { id maxRoutersPerTransfer caller } -type localarbitrumone_SlippageUpdate { +type base_SlippageUpdate { id: ID! - transfer: localarbitrumone_DestinationTransfer! + transfer: base_DestinationTransfer! slippage: BigInt! - caller: localarbitrumone_Bytes! - transactionHash: localarbitrumone_Bytes! + caller: base_Bytes! + transactionHash: base_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localarbitrumone_SlippageUpdate_filter { +input base_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -205109,7 +203166,7 @@ input localarbitrumone_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localarbitrumone_DestinationTransfer_filter + transfer_: base_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -205118,26 +203175,26 @@ input localarbitrumone_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + caller: 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 @@ -205171,12 +203228,12 @@ input localarbitrumone_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_SlippageUpdate_filter] - or: [localarbitrumone_SlippageUpdate_filter] + _change_block: base_BlockChangedFilter + and: [base_SlippageUpdate_filter] + or: [base_SlippageUpdate_filter] } -enum localarbitrumone_SlippageUpdate_orderBy { +enum base_SlippageUpdate_orderBy { id transfer transfer__id @@ -205224,16 +203281,16 @@ enum localarbitrumone_SlippageUpdate_orderBy { blockNumber } -type localarbitrumone_SnapshotRoot { +type base_SnapshotRoot { id: ID! spokeDomain: BigInt - root: localarbitrumone_Bytes! + root: base_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input localarbitrumone_SnapshotRoot_filter { +input base_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -205250,16 +203307,16 @@ input localarbitrumone_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: localarbitrumone_Bytes - root_not: localarbitrumone_Bytes - root_gt: localarbitrumone_Bytes - root_lt: localarbitrumone_Bytes - root_gte: localarbitrumone_Bytes - root_lte: localarbitrumone_Bytes - root_in: [localarbitrumone_Bytes!] - root_not_in: [localarbitrumone_Bytes!] - root_contains: localarbitrumone_Bytes - root_not_contains: localarbitrumone_Bytes + 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 @@ -205285,12 +203342,12 @@ input localarbitrumone_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_SnapshotRoot_filter] - or: [localarbitrumone_SnapshotRoot_filter] + _change_block: base_BlockChangedFilter + and: [base_SnapshotRoot_filter] + or: [base_SnapshotRoot_filter] } -enum localarbitrumone_SnapshotRoot_orderBy { +enum base_SnapshotRoot_orderBy { id spokeDomain root @@ -205299,12 +203356,12 @@ enum localarbitrumone_SnapshotRoot_orderBy { blockNumber } -type localarbitrumone_SpokeConnectorMode { +type base_SpokeConnectorMode { id: ID! mode: String! } -input localarbitrumone_SpokeConnectorMode_filter { +input base_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -205334,17 +203391,17 @@ input localarbitrumone_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_SpokeConnectorMode_filter] - or: [localarbitrumone_SpokeConnectorMode_filter] + _change_block: base_BlockChangedFilter + and: [base_SpokeConnectorMode_filter] + or: [base_SpokeConnectorMode_filter] } -enum localarbitrumone_SpokeConnectorMode_orderBy { +enum base_SpokeConnectorMode_orderBy { id mode } -enum localarbitrumone_TransferStatus { +enum base_TransferStatus { XCalled Executed Reconciled @@ -205352,19 +203409,17 @@ enum localarbitrumone_TransferStatus { CompletedFast } -type localarbitrumone__Block_ { +type base__Block_ { """The hash of the block""" - hash: localarbitrumone_Bytes + 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: localarbitrumone_Bytes } """The type for the top-level _meta field""" -type localarbitrumone__Meta_ { +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 @@ -205372,22 +203427,22 @@ type localarbitrumone__Meta_ { and therefore asks for the latest block """ - block: localarbitrumone__Block_! + block: base__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mantle_AggregateRoot { +type stagingbnb_AggregateRoot { id: ID! - root: mantle_Bytes! + root: stagingbnb_Bytes! blockNumber: BigInt! } -type mantle_AggregateRootProposed { +type stagingbnb_AggregateRootProposed { id: ID! - aggregateRoot: mantle_Bytes! + aggregateRoot: stagingbnb_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -205395,7 +203450,7 @@ type mantle_AggregateRootProposed { blockNumber: BigInt } -input mantle_AggregateRootProposed_filter { +input stagingbnb_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -205404,16 +203459,16 @@ input mantle_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mantle_Bytes - aggregateRoot_not: mantle_Bytes - aggregateRoot_gt: mantle_Bytes - aggregateRoot_lt: mantle_Bytes - aggregateRoot_gte: mantle_Bytes - aggregateRoot_lte: mantle_Bytes - aggregateRoot_in: [mantle_Bytes!] - aggregateRoot_not_in: [mantle_Bytes!] - aggregateRoot_contains: mantle_Bytes - aggregateRoot_not_contains: mantle_Bytes + aggregateRoot: 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 @@ -205455,12 +203510,12 @@ input mantle_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AggregateRootProposed_filter] - or: [mantle_AggregateRootProposed_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AggregateRootProposed_filter] + or: [stagingbnb_AggregateRootProposed_filter] } -enum mantle_AggregateRootProposed_orderBy { +enum stagingbnb_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -205470,7 +203525,7 @@ enum mantle_AggregateRootProposed_orderBy { blockNumber } -input mantle_AggregateRoot_filter { +input stagingbnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -205479,16 +203534,16 @@ input mantle_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: mantle_Bytes - root_not: mantle_Bytes - root_gt: mantle_Bytes - root_lt: mantle_Bytes - root_gte: mantle_Bytes - root_lte: mantle_Bytes - root_in: [mantle_Bytes!] - root_not_in: [mantle_Bytes!] - root_contains: mantle_Bytes - root_not_contains: mantle_Bytes + root: 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 @@ -205498,42 +203553,47 @@ input mantle_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AggregateRoot_filter] - or: [mantle_AggregateRoot_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AggregateRoot_filter] + or: [stagingbnb_AggregateRoot_filter] } -enum mantle_AggregateRoot_orderBy { +enum stagingbnb_AggregateRoot_orderBy { id root blockNumber } -type mantle_Asset { +enum stagingbnb_Aggregation_interval { + hour + day +} + +type stagingbnb_Asset { id: ID! - key: mantle_Bytes + key: stagingbnb_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mantle_Bytes + canonicalId: stagingbnb_Bytes canonicalDomain: BigInt - adoptedAsset: mantle_Bytes - localAsset: mantle_Bytes + adoptedAsset: stagingbnb_Bytes + localAsset: stagingbnb_Bytes blockNumber: BigInt - status: mantle_AssetStatus + status: stagingbnb_AssetStatus } -type mantle_AssetBalance { +type stagingbnb_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mantle_Router! - asset: mantle_Asset! + router: stagingbnb_Router! + asset: stagingbnb_Asset! feesEarned: BigInt! } -input mantle_AssetBalance_filter { +input stagingbnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -205594,7 +203654,7 @@ input mantle_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mantle_Router_filter + router_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -205615,7 +203675,7 @@ input mantle_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter + asset_: stagingbnb_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -205625,12 +203685,12 @@ input mantle_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AssetBalance_filter] - or: [mantle_AssetBalance_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AssetBalance_filter] + or: [stagingbnb_AssetBalance_filter] } -enum mantle_AssetBalance_orderBy { +enum stagingbnb_AssetBalance_orderBy { id amount locked @@ -205656,12 +203716,12 @@ enum mantle_AssetBalance_orderBy { feesEarned } -type mantle_AssetStatus { +type stagingbnb_AssetStatus { id: ID! status: Boolean } -input mantle_AssetStatus_filter { +input stagingbnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -205675,17 +203735,17 @@ input mantle_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AssetStatus_filter] - or: [mantle_AssetStatus_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AssetStatus_filter] + or: [stagingbnb_AssetStatus_filter] } -enum mantle_AssetStatus_orderBy { +enum stagingbnb_AssetStatus_orderBy { id status } -input mantle_Asset_filter { +input stagingbnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -205694,16 +203754,16 @@ input mantle_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: mantle_Bytes - key_not: mantle_Bytes - key_gt: mantle_Bytes - key_lt: mantle_Bytes - key_gte: mantle_Bytes - key_lte: mantle_Bytes - key_in: [mantle_Bytes!] - key_not_in: [mantle_Bytes!] - key_contains: mantle_Bytes - key_not_contains: mantle_Bytes + key: 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 @@ -205720,16 +203780,16 @@ input mantle_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: mantle_Bytes - canonicalId_not: mantle_Bytes - canonicalId_gt: mantle_Bytes - canonicalId_lt: mantle_Bytes - canonicalId_gte: mantle_Bytes - canonicalId_lte: mantle_Bytes - canonicalId_in: [mantle_Bytes!] - canonicalId_not_in: [mantle_Bytes!] - canonicalId_contains: mantle_Bytes - canonicalId_not_contains: mantle_Bytes + canonicalId: 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 @@ -205738,26 +203798,26 @@ input mantle_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: mantle_Bytes - adoptedAsset_not: mantle_Bytes - adoptedAsset_gt: mantle_Bytes - adoptedAsset_lt: mantle_Bytes - adoptedAsset_gte: mantle_Bytes - adoptedAsset_lte: mantle_Bytes - adoptedAsset_in: [mantle_Bytes!] - adoptedAsset_not_in: [mantle_Bytes!] - adoptedAsset_contains: mantle_Bytes - adoptedAsset_not_contains: mantle_Bytes - localAsset: mantle_Bytes - localAsset_not: mantle_Bytes - localAsset_gt: mantle_Bytes - localAsset_lt: mantle_Bytes - localAsset_gte: mantle_Bytes - localAsset_lte: mantle_Bytes - localAsset_in: [mantle_Bytes!] - localAsset_not_in: [mantle_Bytes!] - localAsset_contains: mantle_Bytes - localAsset_not_contains: mantle_Bytes + adoptedAsset: 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 @@ -205786,14 +203846,14 @@ input mantle_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: mantle_AssetStatus_filter + status_: stagingbnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Asset_filter] - or: [mantle_Asset_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Asset_filter] + or: [stagingbnb_Asset_filter] } -enum mantle_Asset_orderBy { +enum stagingbnb_Asset_orderBy { id key decimal @@ -205808,30 +203868,30 @@ enum mantle_Asset_orderBy { status__status } -scalar mantle_BigDecimal +scalar stagingbnb_BigDecimal -input mantle_BlockChangedFilter { +input stagingbnb_BlockChangedFilter { number_gte: Int! } -input mantle_Block_height { - hash: mantle_Bytes +input stagingbnb_Block_height { + hash: stagingbnb_Bytes number: Int number_gte: Int } -scalar mantle_Bytes +scalar stagingbnb_Bytes -type mantle_ConnectorMeta { +type stagingbnb_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mantle_Bytes - rootManager: mantle_Bytes - mirrorConnector: mantle_Bytes + amb: stagingbnb_Bytes + rootManager: stagingbnb_Bytes + mirrorConnector: stagingbnb_Bytes } -input mantle_ConnectorMeta_filter { +input stagingbnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -205856,43 +203916,43 @@ input mantle_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mantle_Bytes - amb_not: mantle_Bytes - amb_gt: mantle_Bytes - amb_lt: mantle_Bytes - amb_gte: mantle_Bytes - amb_lte: mantle_Bytes - amb_in: [mantle_Bytes!] - amb_not_in: [mantle_Bytes!] - amb_contains: mantle_Bytes - amb_not_contains: mantle_Bytes - rootManager: mantle_Bytes - rootManager_not: mantle_Bytes - rootManager_gt: mantle_Bytes - rootManager_lt: mantle_Bytes - rootManager_gte: mantle_Bytes - rootManager_lte: mantle_Bytes - rootManager_in: [mantle_Bytes!] - rootManager_not_in: [mantle_Bytes!] - rootManager_contains: mantle_Bytes - rootManager_not_contains: mantle_Bytes - mirrorConnector: mantle_Bytes - mirrorConnector_not: mantle_Bytes - mirrorConnector_gt: mantle_Bytes - mirrorConnector_lt: mantle_Bytes - mirrorConnector_gte: mantle_Bytes - mirrorConnector_lte: mantle_Bytes - mirrorConnector_in: [mantle_Bytes!] - mirrorConnector_not_in: [mantle_Bytes!] - mirrorConnector_contains: mantle_Bytes - mirrorConnector_not_contains: mantle_Bytes + amb: 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: mantle_BlockChangedFilter - and: [mantle_ConnectorMeta_filter] - or: [mantle_ConnectorMeta_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_ConnectorMeta_filter] + or: [stagingbnb_ConnectorMeta_filter] } -enum mantle_ConnectorMeta_orderBy { +enum stagingbnb_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -205901,48 +203961,48 @@ enum mantle_ConnectorMeta_orderBy { mirrorConnector } -type mantle_DestinationTransfer { +type stagingbnb_DestinationTransfer { id: ID! chainId: BigInt - transferId: mantle_Bytes + transferId: stagingbnb_Bytes nonce: BigInt - status: mantle_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mantle_Router_orderBy, orderDirection: mantle_OrderDirection, where: mantle_Router_filter): [mantle_Router!] + status: 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: mantle_Bytes - delegate: mantle_Bytes + to: stagingbnb_Bytes + delegate: stagingbnb_Bytes receiveLocal: Boolean - callData: mantle_Bytes + callData: stagingbnb_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mantle_Bytes + originSender: stagingbnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mantle_Bytes - asset: mantle_Asset + canonicalId: stagingbnb_Bytes + asset: stagingbnb_Asset amount: BigInt routersFee: BigInt - executedCaller: mantle_Bytes - executedTransactionHash: mantle_Bytes + executedCaller: stagingbnb_Bytes + executedTransactionHash: stagingbnb_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mantle_Bytes + executedTxOrigin: stagingbnb_Bytes executedTxNonce: BigInt - reconciledCaller: mantle_Bytes - reconciledTransactionHash: mantle_Bytes + reconciledCaller: stagingbnb_Bytes + reconciledTransactionHash: stagingbnb_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mantle_Bytes + reconciledTxOrigin: stagingbnb_Bytes reconciledTxNonce: BigInt } -input mantle_DestinationTransfer_filter { +input stagingbnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -205959,16 +204019,16 @@ input mantle_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mantle_Bytes - transferId_not: mantle_Bytes - transferId_gt: mantle_Bytes - transferId_lt: mantle_Bytes - transferId_gte: mantle_Bytes - transferId_lte: mantle_Bytes - transferId_in: [mantle_Bytes!] - transferId_not_in: [mantle_Bytes!] - transferId_contains: mantle_Bytes - transferId_not_contains: mantle_Bytes + transferId: 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 @@ -205977,17 +204037,17 @@ input mantle_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mantle_TransferStatus - status_not: mantle_TransferStatus - status_in: [mantle_TransferStatus!] - status_not_in: [mantle_TransferStatus!] + status: 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_: mantle_Router_filter + routers_: stagingbnb_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -206012,40 +204072,40 @@ input mantle_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mantle_Bytes - to_not: mantle_Bytes - to_gt: mantle_Bytes - to_lt: mantle_Bytes - to_gte: mantle_Bytes - to_lte: mantle_Bytes - to_in: [mantle_Bytes!] - to_not_in: [mantle_Bytes!] - to_contains: mantle_Bytes - to_not_contains: mantle_Bytes - delegate: mantle_Bytes - delegate_not: mantle_Bytes - delegate_gt: mantle_Bytes - delegate_lt: mantle_Bytes - delegate_gte: mantle_Bytes - delegate_lte: mantle_Bytes - delegate_in: [mantle_Bytes!] - delegate_not_in: [mantle_Bytes!] - delegate_contains: mantle_Bytes - delegate_not_contains: mantle_Bytes + to: 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: mantle_Bytes - callData_not: mantle_Bytes - callData_gt: mantle_Bytes - callData_lt: mantle_Bytes - callData_gte: mantle_Bytes - callData_lte: mantle_Bytes - callData_in: [mantle_Bytes!] - callData_not_in: [mantle_Bytes!] - callData_contains: mantle_Bytes - callData_not_contains: mantle_Bytes + callData: 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 @@ -206062,16 +204122,16 @@ input mantle_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: mantle_Bytes - originSender_not: mantle_Bytes - originSender_gt: mantle_Bytes - originSender_lt: mantle_Bytes - originSender_gte: mantle_Bytes - originSender_lte: mantle_Bytes - originSender_in: [mantle_Bytes!] - originSender_not_in: [mantle_Bytes!] - originSender_contains: mantle_Bytes - originSender_not_contains: mantle_Bytes + originSender: 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 @@ -206088,16 +204148,16 @@ input mantle_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mantle_Bytes - canonicalId_not: mantle_Bytes - canonicalId_gt: mantle_Bytes - canonicalId_lt: mantle_Bytes - canonicalId_gte: mantle_Bytes - canonicalId_lte: mantle_Bytes - canonicalId_in: [mantle_Bytes!] - canonicalId_not_in: [mantle_Bytes!] - canonicalId_contains: mantle_Bytes - canonicalId_not_contains: mantle_Bytes + canonicalId: 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 @@ -206118,7 +204178,7 @@ input mantle_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter + asset_: stagingbnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -206135,26 +204195,26 @@ input mantle_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: mantle_Bytes - executedCaller_not: mantle_Bytes - executedCaller_gt: mantle_Bytes - executedCaller_lt: mantle_Bytes - executedCaller_gte: mantle_Bytes - executedCaller_lte: mantle_Bytes - executedCaller_in: [mantle_Bytes!] - executedCaller_not_in: [mantle_Bytes!] - executedCaller_contains: mantle_Bytes - executedCaller_not_contains: mantle_Bytes - executedTransactionHash: mantle_Bytes - executedTransactionHash_not: mantle_Bytes - executedTransactionHash_gt: mantle_Bytes - executedTransactionHash_lt: mantle_Bytes - executedTransactionHash_gte: mantle_Bytes - executedTransactionHash_lte: mantle_Bytes - executedTransactionHash_in: [mantle_Bytes!] - executedTransactionHash_not_in: [mantle_Bytes!] - executedTransactionHash_contains: mantle_Bytes - executedTransactionHash_not_contains: mantle_Bytes + executedCaller: 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 @@ -206187,16 +204247,16 @@ input mantle_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mantle_Bytes - executedTxOrigin_not: mantle_Bytes - executedTxOrigin_gt: mantle_Bytes - executedTxOrigin_lt: mantle_Bytes - executedTxOrigin_gte: mantle_Bytes - executedTxOrigin_lte: mantle_Bytes - executedTxOrigin_in: [mantle_Bytes!] - executedTxOrigin_not_in: [mantle_Bytes!] - executedTxOrigin_contains: mantle_Bytes - executedTxOrigin_not_contains: mantle_Bytes + executedTxOrigin: 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 @@ -206205,26 +204265,26 @@ input mantle_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: mantle_Bytes - reconciledCaller_not: mantle_Bytes - reconciledCaller_gt: mantle_Bytes - reconciledCaller_lt: mantle_Bytes - reconciledCaller_gte: mantle_Bytes - reconciledCaller_lte: mantle_Bytes - reconciledCaller_in: [mantle_Bytes!] - reconciledCaller_not_in: [mantle_Bytes!] - reconciledCaller_contains: mantle_Bytes - reconciledCaller_not_contains: mantle_Bytes - reconciledTransactionHash: mantle_Bytes - reconciledTransactionHash_not: mantle_Bytes - reconciledTransactionHash_gt: mantle_Bytes - reconciledTransactionHash_lt: mantle_Bytes - reconciledTransactionHash_gte: mantle_Bytes - reconciledTransactionHash_lte: mantle_Bytes - reconciledTransactionHash_in: [mantle_Bytes!] - reconciledTransactionHash_not_in: [mantle_Bytes!] - reconciledTransactionHash_contains: mantle_Bytes - reconciledTransactionHash_not_contains: mantle_Bytes + reconciledCaller: 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 @@ -206257,16 +204317,16 @@ input mantle_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mantle_Bytes - reconciledTxOrigin_not: mantle_Bytes - reconciledTxOrigin_gt: mantle_Bytes - reconciledTxOrigin_lt: mantle_Bytes - reconciledTxOrigin_gte: mantle_Bytes - reconciledTxOrigin_lte: mantle_Bytes - reconciledTxOrigin_in: [mantle_Bytes!] - reconciledTxOrigin_not_in: [mantle_Bytes!] - reconciledTxOrigin_contains: mantle_Bytes - reconciledTxOrigin_not_contains: mantle_Bytes + reconciledTxOrigin: 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 @@ -206276,12 +204336,12 @@ input mantle_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_DestinationTransfer_filter] - or: [mantle_DestinationTransfer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_DestinationTransfer_filter] + or: [stagingbnb_DestinationTransfer_filter] } -enum mantle_DestinationTransfer_orderBy { +enum stagingbnb_DestinationTransfer_orderBy { id chainId transferId @@ -206335,16 +204395,16 @@ enum mantle_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar mantle_Int8 +scalar stagingbnb_Int8 -type mantle_OptimisticRootFinalized { +type stagingbnb_OptimisticRootFinalized { id: ID! - aggregateRoot: mantle_Bytes! + aggregateRoot: stagingbnb_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mantle_OptimisticRootFinalized_filter { +input stagingbnb_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -206353,16 +204413,16 @@ input mantle_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mantle_Bytes - aggregateRoot_not: mantle_Bytes - aggregateRoot_gt: mantle_Bytes - aggregateRoot_lt: mantle_Bytes - aggregateRoot_gte: mantle_Bytes - aggregateRoot_lte: mantle_Bytes - aggregateRoot_in: [mantle_Bytes!] - aggregateRoot_not_in: [mantle_Bytes!] - aggregateRoot_contains: mantle_Bytes - aggregateRoot_not_contains: mantle_Bytes + aggregateRoot: 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 @@ -206380,12 +204440,12 @@ input mantle_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_OptimisticRootFinalized_filter] - or: [mantle_OptimisticRootFinalized_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OptimisticRootFinalized_filter] + or: [stagingbnb_OptimisticRootFinalized_filter] } -enum mantle_OptimisticRootFinalized_orderBy { +enum stagingbnb_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -206393,25 +204453,25 @@ enum mantle_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum mantle_OrderDirection { +enum stagingbnb_OrderDirection { asc desc } -type mantle_OriginMessage { +type stagingbnb_OriginMessage { id: ID! - transferId: mantle_Bytes + transferId: stagingbnb_Bytes destinationDomain: BigInt - leaf: mantle_Bytes + leaf: stagingbnb_Bytes index: BigInt - message: mantle_Bytes - root: mantle_Bytes - transactionHash: mantle_Bytes + message: stagingbnb_Bytes + root: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes blockNumber: BigInt - rootCount: mantle_RootCount + rootCount: stagingbnb_RootCount } -input mantle_OriginMessage_filter { +input stagingbnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -206420,16 +204480,16 @@ input mantle_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mantle_Bytes - transferId_not: mantle_Bytes - transferId_gt: mantle_Bytes - transferId_lt: mantle_Bytes - transferId_gte: mantle_Bytes - transferId_lte: mantle_Bytes - transferId_in: [mantle_Bytes!] - transferId_not_in: [mantle_Bytes!] - transferId_contains: mantle_Bytes - transferId_not_contains: mantle_Bytes + transferId: 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 @@ -206438,16 +204498,16 @@ input mantle_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: mantle_Bytes - leaf_not: mantle_Bytes - leaf_gt: mantle_Bytes - leaf_lt: mantle_Bytes - leaf_gte: mantle_Bytes - leaf_lte: mantle_Bytes - leaf_in: [mantle_Bytes!] - leaf_not_in: [mantle_Bytes!] - leaf_contains: mantle_Bytes - leaf_not_contains: mantle_Bytes + leaf: 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 @@ -206456,36 +204516,36 @@ input mantle_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: mantle_Bytes - message_not: mantle_Bytes - message_gt: mantle_Bytes - message_lt: mantle_Bytes - message_gte: mantle_Bytes - message_lte: mantle_Bytes - message_in: [mantle_Bytes!] - message_not_in: [mantle_Bytes!] - message_contains: mantle_Bytes - message_not_contains: mantle_Bytes - root: mantle_Bytes - root_not: mantle_Bytes - root_gt: mantle_Bytes - root_lt: mantle_Bytes - root_gte: mantle_Bytes - root_lte: mantle_Bytes - root_in: [mantle_Bytes!] - root_not_in: [mantle_Bytes!] - root_contains: mantle_Bytes - root_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes + message: 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 @@ -206514,14 +204574,14 @@ input mantle_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: mantle_RootCount_filter + rootCount_: stagingbnb_RootCount_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_OriginMessage_filter] - or: [mantle_OriginMessage_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OriginMessage_filter] + or: [stagingbnb_OriginMessage_filter] } -enum mantle_OriginMessage_orderBy { +enum stagingbnb_OriginMessage_orderBy { id transferId destinationDomain @@ -206536,42 +204596,42 @@ enum mantle_OriginMessage_orderBy { rootCount__count } -type mantle_OriginTransfer { +type stagingbnb_OriginTransfer { id: ID! chainId: BigInt - transferId: mantle_Bytes + transferId: stagingbnb_Bytes nonce: BigInt - status: mantle_TransferStatus - messageHash: mantle_Bytes + status: stagingbnb_TransferStatus + messageHash: stagingbnb_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mantle_Bytes - delegate: mantle_Bytes + to: stagingbnb_Bytes + delegate: stagingbnb_Bytes receiveLocal: Boolean - callData: mantle_Bytes + callData: stagingbnb_Bytes slippage: BigInt - originSender: mantle_Bytes + originSender: stagingbnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mantle_Bytes - asset: mantle_Asset - transactingAsset: mantle_Bytes - message: mantle_OriginMessage + canonicalId: stagingbnb_Bytes + asset: stagingbnb_Asset + transactingAsset: stagingbnb_Bytes + message: stagingbnb_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mantle_RelayerFee_orderBy, orderDirection: mantle_OrderDirection, where: mantle_RelayerFee_filter): [mantle_RelayerFee!] - initialRelayerFeeAsset: mantle_Bytes - caller: mantle_Bytes - transactionHash: mantle_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: mantle_Bytes + txOrigin: stagingbnb_Bytes txNonce: BigInt } -input mantle_OriginTransfer_filter { +input stagingbnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -206588,16 +204648,16 @@ input mantle_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mantle_Bytes - transferId_not: mantle_Bytes - transferId_gt: mantle_Bytes - transferId_lt: mantle_Bytes - transferId_gte: mantle_Bytes - transferId_lte: mantle_Bytes - transferId_in: [mantle_Bytes!] - transferId_not_in: [mantle_Bytes!] - transferId_contains: mantle_Bytes - transferId_not_contains: mantle_Bytes + transferId: 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 @@ -206606,20 +204666,20 @@ input mantle_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mantle_TransferStatus - status_not: mantle_TransferStatus - status_in: [mantle_TransferStatus!] - status_not_in: [mantle_TransferStatus!] - messageHash: mantle_Bytes - messageHash_not: mantle_Bytes - messageHash_gt: mantle_Bytes - messageHash_lt: mantle_Bytes - messageHash_gte: mantle_Bytes - messageHash_lte: mantle_Bytes - messageHash_in: [mantle_Bytes!] - messageHash_not_in: [mantle_Bytes!] - messageHash_contains: mantle_Bytes - messageHash_not_contains: mantle_Bytes + status: 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 @@ -206644,40 +204704,40 @@ input mantle_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mantle_Bytes - to_not: mantle_Bytes - to_gt: mantle_Bytes - to_lt: mantle_Bytes - to_gte: mantle_Bytes - to_lte: mantle_Bytes - to_in: [mantle_Bytes!] - to_not_in: [mantle_Bytes!] - to_contains: mantle_Bytes - to_not_contains: mantle_Bytes - delegate: mantle_Bytes - delegate_not: mantle_Bytes - delegate_gt: mantle_Bytes - delegate_lt: mantle_Bytes - delegate_gte: mantle_Bytes - delegate_lte: mantle_Bytes - delegate_in: [mantle_Bytes!] - delegate_not_in: [mantle_Bytes!] - delegate_contains: mantle_Bytes - delegate_not_contains: mantle_Bytes + to: 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: mantle_Bytes - callData_not: mantle_Bytes - callData_gt: mantle_Bytes - callData_lt: mantle_Bytes - callData_gte: mantle_Bytes - callData_lte: mantle_Bytes - callData_in: [mantle_Bytes!] - callData_not_in: [mantle_Bytes!] - callData_contains: mantle_Bytes - callData_not_contains: mantle_Bytes + callData: 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 @@ -206686,16 +204746,16 @@ input mantle_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: mantle_Bytes - originSender_not: mantle_Bytes - originSender_gt: mantle_Bytes - originSender_lt: mantle_Bytes - originSender_gte: mantle_Bytes - originSender_lte: mantle_Bytes - originSender_in: [mantle_Bytes!] - originSender_not_in: [mantle_Bytes!] - originSender_contains: mantle_Bytes - originSender_not_contains: mantle_Bytes + originSender: 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 @@ -206712,16 +204772,16 @@ input mantle_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mantle_Bytes - canonicalId_not: mantle_Bytes - canonicalId_gt: mantle_Bytes - canonicalId_lt: mantle_Bytes - canonicalId_gte: mantle_Bytes - canonicalId_lte: mantle_Bytes - canonicalId_in: [mantle_Bytes!] - canonicalId_not_in: [mantle_Bytes!] - canonicalId_contains: mantle_Bytes - canonicalId_not_contains: mantle_Bytes + canonicalId: 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 @@ -206742,17 +204802,17 @@ input mantle_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter - transactingAsset: mantle_Bytes - transactingAsset_not: mantle_Bytes - transactingAsset_gt: mantle_Bytes - transactingAsset_lt: mantle_Bytes - transactingAsset_gte: mantle_Bytes - transactingAsset_lte: mantle_Bytes - transactingAsset_in: [mantle_Bytes!] - transactingAsset_not_in: [mantle_Bytes!] - transactingAsset_contains: mantle_Bytes - transactingAsset_not_contains: mantle_Bytes + asset_: 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 @@ -206773,7 +204833,7 @@ input mantle_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: mantle_OriginMessage_filter + message_: stagingbnb_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -206788,37 +204848,37 @@ input mantle_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: mantle_RelayerFee_filter - initialRelayerFeeAsset: mantle_Bytes - initialRelayerFeeAsset_not: mantle_Bytes - initialRelayerFeeAsset_gt: mantle_Bytes - initialRelayerFeeAsset_lt: mantle_Bytes - initialRelayerFeeAsset_gte: mantle_Bytes - initialRelayerFeeAsset_lte: mantle_Bytes - initialRelayerFeeAsset_in: [mantle_Bytes!] - initialRelayerFeeAsset_not_in: [mantle_Bytes!] - initialRelayerFeeAsset_contains: mantle_Bytes - initialRelayerFeeAsset_not_contains: mantle_Bytes - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes + relayerFees_: 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 @@ -206851,16 +204911,16 @@ input mantle_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: mantle_Bytes - txOrigin_not: mantle_Bytes - txOrigin_gt: mantle_Bytes - txOrigin_lt: mantle_Bytes - txOrigin_gte: mantle_Bytes - txOrigin_lte: mantle_Bytes - txOrigin_in: [mantle_Bytes!] - txOrigin_not_in: [mantle_Bytes!] - txOrigin_contains: mantle_Bytes - txOrigin_not_contains: mantle_Bytes + txOrigin: 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 @@ -206870,12 +204930,12 @@ input mantle_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_OriginTransfer_filter] - or: [mantle_OriginTransfer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OriginTransfer_filter] + or: [stagingbnb_OriginTransfer_filter] } -enum mantle_OriginTransfer_orderBy { +enum stagingbnb_OriginTransfer_orderBy { id chainId transferId @@ -206928,20 +204988,20 @@ enum mantle_OriginTransfer_orderBy { txNonce } -type mantle_Relayer { +type stagingbnb_Relayer { id: ID! isActive: Boolean! - relayer: mantle_Bytes + relayer: stagingbnb_Bytes } -type mantle_RelayerFee { +type stagingbnb_RelayerFee { id: ID! - transfer: mantle_OriginTransfer! + transfer: stagingbnb_OriginTransfer! fee: BigInt! - asset: mantle_Bytes! + asset: stagingbnb_Bytes! } -input mantle_RelayerFee_filter { +input stagingbnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -206970,7 +205030,7 @@ input mantle_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mantle_OriginTransfer_filter + transfer_: stagingbnb_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -206979,23 +205039,23 @@ input mantle_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: mantle_Bytes - asset_not: mantle_Bytes - asset_gt: mantle_Bytes - asset_lt: mantle_Bytes - asset_gte: mantle_Bytes - asset_lte: mantle_Bytes - asset_in: [mantle_Bytes!] - asset_not_in: [mantle_Bytes!] - asset_contains: mantle_Bytes - asset_not_contains: mantle_Bytes + asset: 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: mantle_BlockChangedFilter - and: [mantle_RelayerFee_filter] - or: [mantle_RelayerFee_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RelayerFee_filter] + or: [stagingbnb_RelayerFee_filter] } -enum mantle_RelayerFee_orderBy { +enum stagingbnb_RelayerFee_orderBy { id transfer transfer__id @@ -207031,20 +205091,20 @@ enum mantle_RelayerFee_orderBy { asset } -type mantle_RelayerFeesIncrease { +type stagingbnb_RelayerFeesIncrease { id: ID! - transfer: mantle_OriginTransfer! + transfer: stagingbnb_OriginTransfer! increase: BigInt - asset: mantle_Bytes - caller: mantle_Bytes! - transactionHash: mantle_Bytes! + asset: stagingbnb_Bytes + caller: stagingbnb_Bytes! + transactionHash: stagingbnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mantle_RelayerFeesIncrease_filter { +input stagingbnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -207073,7 +205133,7 @@ input mantle_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mantle_OriginTransfer_filter + transfer_: stagingbnb_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -207082,36 +205142,36 @@ input mantle_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: mantle_Bytes - asset_not: mantle_Bytes - asset_gt: mantle_Bytes - asset_lt: mantle_Bytes - asset_gte: mantle_Bytes - asset_lte: mantle_Bytes - asset_in: [mantle_Bytes!] - asset_not_in: [mantle_Bytes!] - asset_contains: mantle_Bytes - asset_not_contains: mantle_Bytes - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes + asset: 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 @@ -207145,12 +205205,12 @@ input mantle_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RelayerFeesIncrease_filter] - or: [mantle_RelayerFeesIncrease_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RelayerFeesIncrease_filter] + or: [stagingbnb_RelayerFeesIncrease_filter] } -enum mantle_RelayerFeesIncrease_orderBy { +enum stagingbnb_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -207192,7 +205252,7 @@ enum mantle_RelayerFeesIncrease_orderBy { blockNumber } -input mantle_Relayer_filter { +input stagingbnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -207205,34 +205265,34 @@ 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 + 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: mantle_BlockChangedFilter - and: [mantle_Relayer_filter] - or: [mantle_Relayer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Relayer_filter] + or: [stagingbnb_Relayer_filter] } -enum mantle_Relayer_orderBy { +enum stagingbnb_Relayer_orderBy { id isActive relayer } -type mantle_RootCount { +type stagingbnb_RootCount { id: ID! count: BigInt } -input mantle_RootCount_filter { +input stagingbnb_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -207250,31 +205310,31 @@ input mantle_RootCount_filter { 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] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RootCount_filter] + or: [stagingbnb_RootCount_filter] } -enum mantle_RootCount_orderBy { +enum stagingbnb_RootCount_orderBy { id count } -type mantle_RootMessageSent { +type stagingbnb_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mantle_Bytes + root: stagingbnb_Bytes count: BigInt - caller: mantle_Bytes - transactionHash: mantle_Bytes + caller: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mantle_RootMessageSent_filter { +input stagingbnb_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -207299,16 +205359,16 @@ input mantle_RootMessageSent_filter { 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 + 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 @@ -207317,26 +205377,26 @@ input mantle_RootMessageSent_filter { 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 + 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 @@ -207370,12 +205430,12 @@ 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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RootMessageSent_filter] + or: [stagingbnb_RootMessageSent_filter] } -enum mantle_RootMessageSent_orderBy { +enum stagingbnb_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -207389,25 +205449,25 @@ enum mantle_RootMessageSent_orderBy { blockNumber } -type mantle_Router { +type stagingbnb_Router { id: ID! isActive: Boolean! - owner: mantle_Bytes - recipient: mantle_Bytes - proposedOwner: mantle_Bytes + owner: stagingbnb_Bytes + recipient: stagingbnb_Bytes + proposedOwner: stagingbnb_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mantle_AssetBalance_orderBy, orderDirection: mantle_OrderDirection, where: mantle_AssetBalance_filter): [mantle_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_AssetBalance_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_AssetBalance_filter): [stagingbnb_AssetBalance!]! } -type mantle_RouterDailyTVL { +type stagingbnb_RouterDailyTVL { id: ID! - router: mantle_Router! - asset: mantle_Asset! + router: stagingbnb_Router! + asset: stagingbnb_Asset! timestamp: BigInt! balance: BigInt! } -input mantle_RouterDailyTVL_filter { +input stagingbnb_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -207436,7 +205496,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_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -207457,7 +205517,7 @@ input mantle_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter + asset_: stagingbnb_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -207475,12 +205535,12 @@ input mantle_RouterDailyTVL_filter { 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] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RouterDailyTVL_filter] + or: [stagingbnb_RouterDailyTVL_filter] } -enum mantle_RouterDailyTVL_orderBy { +enum stagingbnb_RouterDailyTVL_orderBy { id router router__id @@ -207503,26 +205563,26 @@ enum mantle_RouterDailyTVL_orderBy { balance } -type mantle_RouterLiquidityEvent { +type stagingbnb_RouterLiquidityEvent { id: ID! - type: mantle_RouterLiquidityEventType - router: mantle_Router! - asset: mantle_Asset! + type: stagingbnb_RouterLiquidityEventType + router: stagingbnb_Router! + asset: stagingbnb_Asset! amount: BigInt! balance: BigInt! - caller: mantle_Bytes + caller: stagingbnb_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mantle_Bytes! + transactionHash: stagingbnb_Bytes! nonce: BigInt! } -enum mantle_RouterLiquidityEventType { +enum stagingbnb_RouterLiquidityEventType { Add Remove } -input mantle_RouterLiquidityEvent_filter { +input stagingbnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -207531,10 +205591,10 @@ input mantle_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mantle_RouterLiquidityEventType - type_not: mantle_RouterLiquidityEventType - type_in: [mantle_RouterLiquidityEventType!] - type_not_in: [mantle_RouterLiquidityEventType!] + type: stagingbnb_RouterLiquidityEventType + type_not: stagingbnb_RouterLiquidityEventType + type_in: [stagingbnb_RouterLiquidityEventType!] + type_not_in: [stagingbnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -207555,7 +205615,7 @@ input mantle_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mantle_Router_filter + router_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -207576,7 +205636,7 @@ input mantle_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter + asset_: stagingbnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -207593,16 +205653,16 @@ input mantle_RouterLiquidityEvent_filter { 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 + 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 @@ -207619,16 +205679,16 @@ input mantle_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes + 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 @@ -207638,12 +205698,12 @@ input mantle_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RouterLiquidityEvent_filter] - or: [mantle_RouterLiquidityEvent_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RouterLiquidityEvent_filter] + or: [stagingbnb_RouterLiquidityEvent_filter] } -enum mantle_RouterLiquidityEvent_orderBy { +enum stagingbnb_RouterLiquidityEvent_orderBy { id type router @@ -207672,7 +205732,7 @@ enum mantle_RouterLiquidityEvent_orderBy { nonce } -input mantle_Router_filter { +input stagingbnb_Router_filter { id: ID id_not: ID id_gt: ID @@ -207685,36 +205745,36 @@ input mantle_Router_filter { 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 + 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 @@ -207723,14 +205783,14 @@ input mantle_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mantle_AssetBalance_filter + assetBalances_: stagingbnb_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Router_filter] - or: [mantle_Router_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Router_filter] + or: [stagingbnb_Router_filter] } -enum mantle_Router_orderBy { +enum stagingbnb_Router_orderBy { id isActive owner @@ -207740,13 +205800,13 @@ enum mantle_Router_orderBy { assetBalances } -type mantle_Sequencer { +type stagingbnb_Sequencer { id: ID! isActive: Boolean! - sequencer: mantle_Bytes + sequencer: stagingbnb_Bytes } -input mantle_Sequencer_filter { +input stagingbnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -207759,35 +205819,35 @@ input mantle_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: mantle_Bytes - sequencer_not: mantle_Bytes - sequencer_gt: mantle_Bytes - sequencer_lt: mantle_Bytes - sequencer_gte: mantle_Bytes - sequencer_lte: mantle_Bytes - sequencer_in: [mantle_Bytes!] - sequencer_not_in: [mantle_Bytes!] - sequencer_contains: mantle_Bytes - sequencer_not_contains: mantle_Bytes + 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: mantle_BlockChangedFilter - and: [mantle_Sequencer_filter] - or: [mantle_Sequencer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Sequencer_filter] + or: [stagingbnb_Sequencer_filter] } -enum mantle_Sequencer_orderBy { +enum stagingbnb_Sequencer_orderBy { id isActive sequencer } -type mantle_Setting { +type stagingbnb_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mantle_Bytes! + caller: stagingbnb_Bytes! } -input mantle_Setting_filter { +input stagingbnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -207804,41 +205864,41 @@ input mantle_Setting_filter { 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 + 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: mantle_BlockChangedFilter - and: [mantle_Setting_filter] - or: [mantle_Setting_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Setting_filter] + or: [stagingbnb_Setting_filter] } -enum mantle_Setting_orderBy { +enum stagingbnb_Setting_orderBy { id maxRoutersPerTransfer caller } -type mantle_SlippageUpdate { +type stagingbnb_SlippageUpdate { id: ID! - transfer: mantle_DestinationTransfer! + transfer: stagingbnb_DestinationTransfer! slippage: BigInt! - caller: mantle_Bytes! - transactionHash: mantle_Bytes! + caller: stagingbnb_Bytes! + transactionHash: stagingbnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mantle_SlippageUpdate_filter { +input stagingbnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -207867,7 +205927,7 @@ input mantle_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mantle_DestinationTransfer_filter + transfer_: stagingbnb_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -207876,26 +205936,26 @@ input mantle_SlippageUpdate_filter { 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 + 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 @@ -207929,12 +205989,12 @@ input mantle_SlippageUpdate_filter { 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] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_SlippageUpdate_filter] + or: [stagingbnb_SlippageUpdate_filter] } -enum mantle_SlippageUpdate_orderBy { +enum stagingbnb_SlippageUpdate_orderBy { id transfer transfer__id @@ -207982,16 +206042,16 @@ enum mantle_SlippageUpdate_orderBy { blockNumber } -type mantle_SnapshotRoot { +type stagingbnb_SnapshotRoot { id: ID! spokeDomain: BigInt - root: mantle_Bytes! + root: stagingbnb_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input mantle_SnapshotRoot_filter { +input stagingbnb_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -208008,16 +206068,16 @@ input mantle_SnapshotRoot_filter { 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 + 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 @@ -208043,12 +206103,12 @@ input mantle_SnapshotRoot_filter { 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] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_SnapshotRoot_filter] + or: [stagingbnb_SnapshotRoot_filter] } -enum mantle_SnapshotRoot_orderBy { +enum stagingbnb_SnapshotRoot_orderBy { id spokeDomain root @@ -208057,12 +206117,12 @@ enum mantle_SnapshotRoot_orderBy { blockNumber } -type mantle_SpokeConnectorMode { +type stagingbnb_SpokeConnectorMode { id: ID! mode: String! } -input mantle_SpokeConnectorMode_filter { +input stagingbnb_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -208092,17 +206152,17 @@ input mantle_SpokeConnectorMode_filter { 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] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_SpokeConnectorMode_filter] + or: [stagingbnb_SpokeConnectorMode_filter] } -enum mantle_SpokeConnectorMode_orderBy { +enum stagingbnb_SpokeConnectorMode_orderBy { id mode } -enum mantle_TransferStatus { +enum stagingbnb_TransferStatus { XCalled Executed Reconciled @@ -208110,17 +206170,19 @@ enum mantle_TransferStatus { CompletedFast } -type mantle__Block_ { +type stagingbnb__Block_ { """The hash of the block""" - hash: mantle_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 mantle__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 @@ -208128,22 +206190,30 @@ type mantle__Meta_ { and therefore asks for the latest block """ - block: mantle__Block_! + block: stagingbnb__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmainnet_AggregateRootSavedSlow { +type stagingzksync_AggregateRoot { id: ID! - aggregateRoot: stagingmainnet_Bytes! - count: BigInt! - aggregatedRoots: [stagingmainnet_Bytes!] + root: stagingzksync_Bytes! + blockNumber: BigInt! +} + +type stagingzksync_AggregateRootProposed { + id: ID! + aggregateRoot: stagingzksync_Bytes! rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input stagingmainnet_AggregateRootSavedSlow_filter { +input stagingzksync_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -208152,30 +206222,16 @@ 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 - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [stagingmainnet_Bytes!] - aggregatedRoots_not: [stagingmainnet_Bytes!] - aggregatedRoots_contains: [stagingmainnet_Bytes!] - aggregatedRoots_contains_nocase: [stagingmainnet_Bytes!] - aggregatedRoots_not_contains: [stagingmainnet_Bytes!] - aggregatedRoots_not_contains_nocase: [stagingmainnet_Bytes!] + 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 @@ -208184,29 +206240,123 @@ input stagingmainnet_AggregateRootSavedSlow_filter { rootTimestamp_lte: BigInt rootTimestamp_in: [BigInt!] rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AggregateRootSavedSlow_filter] - or: [stagingmainnet_AggregateRootSavedSlow_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_AggregateRootProposed_filter] + or: [stagingzksync_AggregateRootProposed_filter] +} + +enum stagingzksync_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingzksync_AggregateRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_AggregateRoot_filter] + or: [stagingzksync_AggregateRoot_filter] } -enum stagingmainnet_AggregateRootSavedSlow_orderBy { +enum stagingzksync_AggregateRoot_orderBy { id - aggregateRoot - count - aggregatedRoots - rootTimestamp + root + blockNumber } -type stagingmainnet_AggregatedMessageRoot { +enum stagingzksync_Aggregation_interval { + hour + day +} + +type stagingzksync_Asset { id: ID! - index: BigInt! - receivedRoot: stagingmainnet_Bytes! - domain: BigInt + key: stagingzksync_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingzksync_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingzksync_Bytes + localAsset: stagingzksync_Bytes blockNumber: BigInt + status: stagingzksync_AssetStatus } -input stagingmainnet_AggregatedMessageRoot_filter { +type stagingzksync_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingzksync_Router! + asset: stagingzksync_Asset! + feesEarned: BigInt! +} + +input stagingzksync_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -208215,64 +206365,126 @@ input stagingmainnet_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: 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!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingzksync_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingzksync_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AggregatedMessageRoot_filter] - or: [stagingmainnet_AggregatedMessageRoot_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_AssetBalance_filter] + or: [stagingzksync_AssetBalance_filter] } -enum stagingmainnet_AggregatedMessageRoot_orderBy { +enum stagingzksync_AssetBalance_orderBy { id - index - receivedRoot - domain - blockNumber + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -type stagingmainnet_ArbitrumConnectorMeta { +type stagingzksync_AssetStatus { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + status: Boolean } -input stagingmainnet_ArbitrumConnectorMeta_filter { +input stagingzksync_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -208281,77 +206493,22 @@ input stagingmainnet_ArbitrumConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: 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 + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ArbitrumConnectorMeta_filter] - or: [stagingmainnet_ArbitrumConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_AssetStatus_filter] + or: [stagingzksync_AssetStatus_filter] } -enum stagingmainnet_ArbitrumConnectorMeta_orderBy { +enum stagingzksync_AssetStatus_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! + status } -input stagingmainnet_AvalancheConnectorMeta_filter { +input stagingzksync_Asset_filter { id: ID id_not: ID id_gt: ID @@ -208360,77 +206517,144 @@ input stagingmainnet_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: 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 + key: stagingzksync_Bytes + key_not: stagingzksync_Bytes + key_gt: stagingzksync_Bytes + key_lt: stagingzksync_Bytes + key_gte: stagingzksync_Bytes + key_lte: stagingzksync_Bytes + key_in: [stagingzksync_Bytes!] + key_not_in: [stagingzksync_Bytes!] + key_contains: stagingzksync_Bytes + key_not_contains: stagingzksync_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingzksync_Bytes + canonicalId_not: stagingzksync_Bytes + canonicalId_gt: stagingzksync_Bytes + canonicalId_lt: stagingzksync_Bytes + canonicalId_gte: stagingzksync_Bytes + canonicalId_lte: stagingzksync_Bytes + canonicalId_in: [stagingzksync_Bytes!] + canonicalId_not_in: [stagingzksync_Bytes!] + canonicalId_contains: stagingzksync_Bytes + canonicalId_not_contains: stagingzksync_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: stagingzksync_Bytes + adoptedAsset_not: stagingzksync_Bytes + adoptedAsset_gt: stagingzksync_Bytes + adoptedAsset_lt: stagingzksync_Bytes + adoptedAsset_gte: stagingzksync_Bytes + adoptedAsset_lte: stagingzksync_Bytes + adoptedAsset_in: [stagingzksync_Bytes!] + adoptedAsset_not_in: [stagingzksync_Bytes!] + adoptedAsset_contains: stagingzksync_Bytes + adoptedAsset_not_contains: stagingzksync_Bytes + localAsset: stagingzksync_Bytes + localAsset_not: stagingzksync_Bytes + localAsset_gt: stagingzksync_Bytes + localAsset_lt: stagingzksync_Bytes + localAsset_gte: stagingzksync_Bytes + localAsset_lte: stagingzksync_Bytes + localAsset_in: [stagingzksync_Bytes!] + localAsset_not_in: [stagingzksync_Bytes!] + localAsset_contains: stagingzksync_Bytes + localAsset_not_contains: stagingzksync_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: stagingzksync_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AvalancheConnectorMeta_filter] - or: [stagingmainnet_AvalancheConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Asset_filter] + or: [stagingzksync_Asset_filter] } -enum stagingmainnet_AvalancheConnectorMeta_orderBy { +enum stagingzksync_Asset_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -type stagingmainnet_BaseConnectorMeta { +scalar stagingzksync_BigDecimal + +input stagingzksync_BlockChangedFilter { + number_gte: Int! +} + +input stagingzksync_Block_height { + hash: stagingzksync_Bytes + number: Int + number_gte: Int +} + +scalar stagingzksync_Bytes + +type stagingzksync_ConnectorMeta { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingzksync_Bytes + rootManager: stagingzksync_Bytes + mirrorConnector: stagingzksync_Bytes } -input stagingmainnet_BaseConnectorMeta_filter { +input stagingzksync_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -208455,43 +206679,43 @@ input stagingmainnet_BaseConnectorMeta_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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_BaseConnectorMeta_filter] - or: [stagingmainnet_BaseConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_ConnectorMeta_filter] + or: [stagingzksync_ConnectorMeta_filter] } -enum stagingmainnet_BaseConnectorMeta_orderBy { +enum stagingzksync_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -208500,16 +206724,48 @@ enum stagingmainnet_BaseConnectorMeta_orderBy { mirrorConnector } -type stagingmainnet_BnbConnectorMeta { +type stagingzksync_DestinationTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + chainId: BigInt + transferId: stagingzksync_Bytes + nonce: BigInt + status: stagingzksync_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_Router_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_Router_filter): [stagingzksync_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingzksync_Bytes + delegate: stagingzksync_Bytes + receiveLocal: Boolean + callData: stagingzksync_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingzksync_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingzksync_Bytes + asset: stagingzksync_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingzksync_Bytes + executedTransactionHash: stagingzksync_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingzksync_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingzksync_Bytes + reconciledTransactionHash: stagingzksync_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingzksync_Bytes + reconciledTxNonce: BigInt } -input stagingmainnet_BnbConnectorMeta_filter { +input stagingzksync_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -208518,77 +206774,400 @@ input stagingmainnet_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: 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: stagingzksync_Bytes + transferId_not: stagingzksync_Bytes + transferId_gt: stagingzksync_Bytes + transferId_lt: stagingzksync_Bytes + transferId_gte: stagingzksync_Bytes + transferId_lte: stagingzksync_Bytes + transferId_in: [stagingzksync_Bytes!] + transferId_not_in: [stagingzksync_Bytes!] + transferId_contains: stagingzksync_Bytes + transferId_not_contains: stagingzksync_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: stagingzksync_TransferStatus + status_not: stagingzksync_TransferStatus + status_in: [stagingzksync_TransferStatus!] + status_not_in: [stagingzksync_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingzksync_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: stagingzksync_Bytes + to_not: stagingzksync_Bytes + to_gt: stagingzksync_Bytes + to_lt: stagingzksync_Bytes + to_gte: stagingzksync_Bytes + to_lte: stagingzksync_Bytes + to_in: [stagingzksync_Bytes!] + to_not_in: [stagingzksync_Bytes!] + to_contains: stagingzksync_Bytes + to_not_contains: stagingzksync_Bytes + delegate: stagingzksync_Bytes + delegate_not: stagingzksync_Bytes + delegate_gt: stagingzksync_Bytes + delegate_lt: stagingzksync_Bytes + delegate_gte: stagingzksync_Bytes + delegate_lte: stagingzksync_Bytes + delegate_in: [stagingzksync_Bytes!] + delegate_not_in: [stagingzksync_Bytes!] + delegate_contains: stagingzksync_Bytes + delegate_not_contains: stagingzksync_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingzksync_Bytes + callData_not: stagingzksync_Bytes + callData_gt: stagingzksync_Bytes + callData_lt: stagingzksync_Bytes + callData_gte: stagingzksync_Bytes + callData_lte: stagingzksync_Bytes + callData_in: [stagingzksync_Bytes!] + callData_not_in: [stagingzksync_Bytes!] + callData_contains: stagingzksync_Bytes + callData_not_contains: stagingzksync_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: stagingzksync_Bytes + originSender_not: stagingzksync_Bytes + originSender_gt: stagingzksync_Bytes + originSender_lt: stagingzksync_Bytes + originSender_gte: stagingzksync_Bytes + originSender_lte: stagingzksync_Bytes + originSender_in: [stagingzksync_Bytes!] + originSender_not_in: [stagingzksync_Bytes!] + originSender_contains: stagingzksync_Bytes + originSender_not_contains: stagingzksync_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: stagingzksync_Bytes + canonicalId_not: stagingzksync_Bytes + canonicalId_gt: stagingzksync_Bytes + canonicalId_lt: stagingzksync_Bytes + canonicalId_gte: stagingzksync_Bytes + canonicalId_lte: stagingzksync_Bytes + canonicalId_in: [stagingzksync_Bytes!] + canonicalId_not_in: [stagingzksync_Bytes!] + canonicalId_contains: stagingzksync_Bytes + canonicalId_not_contains: stagingzksync_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingzksync_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: stagingzksync_Bytes + executedCaller_not: stagingzksync_Bytes + executedCaller_gt: stagingzksync_Bytes + executedCaller_lt: stagingzksync_Bytes + executedCaller_gte: stagingzksync_Bytes + executedCaller_lte: stagingzksync_Bytes + executedCaller_in: [stagingzksync_Bytes!] + executedCaller_not_in: [stagingzksync_Bytes!] + executedCaller_contains: stagingzksync_Bytes + executedCaller_not_contains: stagingzksync_Bytes + executedTransactionHash: stagingzksync_Bytes + executedTransactionHash_not: stagingzksync_Bytes + executedTransactionHash_gt: stagingzksync_Bytes + executedTransactionHash_lt: stagingzksync_Bytes + executedTransactionHash_gte: stagingzksync_Bytes + executedTransactionHash_lte: stagingzksync_Bytes + executedTransactionHash_in: [stagingzksync_Bytes!] + executedTransactionHash_not_in: [stagingzksync_Bytes!] + executedTransactionHash_contains: stagingzksync_Bytes + executedTransactionHash_not_contains: stagingzksync_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: stagingzksync_Bytes + executedTxOrigin_not: stagingzksync_Bytes + executedTxOrigin_gt: stagingzksync_Bytes + executedTxOrigin_lt: stagingzksync_Bytes + executedTxOrigin_gte: stagingzksync_Bytes + executedTxOrigin_lte: stagingzksync_Bytes + executedTxOrigin_in: [stagingzksync_Bytes!] + executedTxOrigin_not_in: [stagingzksync_Bytes!] + executedTxOrigin_contains: stagingzksync_Bytes + executedTxOrigin_not_contains: stagingzksync_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: stagingzksync_Bytes + reconciledCaller_not: stagingzksync_Bytes + reconciledCaller_gt: stagingzksync_Bytes + reconciledCaller_lt: stagingzksync_Bytes + reconciledCaller_gte: stagingzksync_Bytes + reconciledCaller_lte: stagingzksync_Bytes + reconciledCaller_in: [stagingzksync_Bytes!] + reconciledCaller_not_in: [stagingzksync_Bytes!] + reconciledCaller_contains: stagingzksync_Bytes + reconciledCaller_not_contains: stagingzksync_Bytes + reconciledTransactionHash: stagingzksync_Bytes + reconciledTransactionHash_not: stagingzksync_Bytes + reconciledTransactionHash_gt: stagingzksync_Bytes + reconciledTransactionHash_lt: stagingzksync_Bytes + reconciledTransactionHash_gte: stagingzksync_Bytes + reconciledTransactionHash_lte: stagingzksync_Bytes + reconciledTransactionHash_in: [stagingzksync_Bytes!] + reconciledTransactionHash_not_in: [stagingzksync_Bytes!] + reconciledTransactionHash_contains: stagingzksync_Bytes + reconciledTransactionHash_not_contains: stagingzksync_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: stagingzksync_Bytes + reconciledTxOrigin_not: stagingzksync_Bytes + reconciledTxOrigin_gt: stagingzksync_Bytes + reconciledTxOrigin_lt: stagingzksync_Bytes + reconciledTxOrigin_gte: stagingzksync_Bytes + reconciledTxOrigin_lte: stagingzksync_Bytes + reconciledTxOrigin_in: [stagingzksync_Bytes!] + reconciledTxOrigin_not_in: [stagingzksync_Bytes!] + reconciledTxOrigin_contains: stagingzksync_Bytes + reconciledTxOrigin_not_contains: stagingzksync_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_BnbConnectorMeta_filter] - or: [stagingmainnet_BnbConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_DestinationTransfer_filter] + or: [stagingzksync_DestinationTransfer_filter] } -enum stagingmainnet_BnbConnectorMeta_orderBy { +enum stagingzksync_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 stagingmainnet_GnosisConnectorMeta { +""" +8 bytes signed integer + +""" +scalar stagingzksync_Int8 + +type stagingzksync_OptimisticRootFinalized { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + aggregateRoot: stagingzksync_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input stagingmainnet_GnosisConnectorMeta_filter { +input stagingzksync_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -208597,73 +207176,65 @@ input stagingmainnet_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: 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 + aggregateRoot: stagingzksync_Bytes + aggregateRoot_not: stagingzksync_Bytes + aggregateRoot_gt: stagingzksync_Bytes + aggregateRoot_lt: stagingzksync_Bytes + aggregateRoot_gte: stagingzksync_Bytes + aggregateRoot_lte: stagingzksync_Bytes + aggregateRoot_in: [stagingzksync_Bytes!] + aggregateRoot_not_in: [stagingzksync_Bytes!] + aggregateRoot_contains: stagingzksync_Bytes + aggregateRoot_not_contains: stagingzksync_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_GnosisConnectorMeta_filter] - or: [stagingmainnet_GnosisConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_OptimisticRootFinalized_filter] + or: [stagingzksync_OptimisticRootFinalized_filter] } -enum stagingmainnet_GnosisConnectorMeta_orderBy { +enum stagingzksync_OptimisticRootFinalized_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + aggregateRoot + timestamp + blockNumber } -type stagingmainnet_HubDomain { +"""Defines the order direction, either ascending or descending""" +enum stagingzksync_OrderDirection { + asc + desc +} + +type stagingzksync_OriginMessage { id: ID! - domain: BigInt + transferId: stagingzksync_Bytes + destinationDomain: BigInt + leaf: stagingzksync_Bytes + index: BigInt + message: stagingzksync_Bytes + root: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + blockNumber: BigInt + rootCount: stagingzksync_RootCount } -input stagingmainnet_HubDomain_filter { +input stagingzksync_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -208672,33 +207243,158 @@ input stagingmainnet_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: stagingzksync_Bytes + transferId_not: stagingzksync_Bytes + transferId_gt: stagingzksync_Bytes + transferId_lt: stagingzksync_Bytes + transferId_gte: stagingzksync_Bytes + transferId_lte: stagingzksync_Bytes + transferId_in: [stagingzksync_Bytes!] + transferId_not_in: [stagingzksync_Bytes!] + transferId_contains: stagingzksync_Bytes + transferId_not_contains: stagingzksync_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: stagingzksync_Bytes + leaf_not: stagingzksync_Bytes + leaf_gt: stagingzksync_Bytes + leaf_lt: stagingzksync_Bytes + leaf_gte: stagingzksync_Bytes + leaf_lte: stagingzksync_Bytes + leaf_in: [stagingzksync_Bytes!] + leaf_not_in: [stagingzksync_Bytes!] + leaf_contains: stagingzksync_Bytes + leaf_not_contains: stagingzksync_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: stagingzksync_Bytes + message_not: stagingzksync_Bytes + message_gt: stagingzksync_Bytes + message_lt: stagingzksync_Bytes + message_gte: stagingzksync_Bytes + message_lte: stagingzksync_Bytes + message_in: [stagingzksync_Bytes!] + message_not_in: [stagingzksync_Bytes!] + message_contains: stagingzksync_Bytes + message_not_contains: stagingzksync_Bytes + root: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: stagingzksync_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_HubDomain_filter] - or: [stagingmainnet_HubDomain_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_OriginMessage_filter] + or: [stagingzksync_OriginMessage_filter] } -enum stagingmainnet_HubDomain_orderBy { +enum stagingzksync_OriginMessage_orderBy { id - domain + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type stagingmainnet_HubOptimisticRootFinalized { +type stagingzksync_OriginTransfer { id: ID! - aggregateRoot: stagingmainnet_Bytes! - timestamp: BigInt! + chainId: BigInt + transferId: stagingzksync_Bytes + nonce: BigInt + status: stagingzksync_TransferStatus + messageHash: stagingzksync_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingzksync_Bytes + delegate: stagingzksync_Bytes + receiveLocal: Boolean + callData: stagingzksync_Bytes + slippage: BigInt + originSender: stagingzksync_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingzksync_Bytes + asset: stagingzksync_Asset + transactingAsset: stagingzksync_Bytes + message: stagingzksync_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_RelayerFee_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_RelayerFee_filter): [stagingzksync_RelayerFee!] + initialRelayerFeeAsset: stagingzksync_Bytes + caller: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt blockNumber: BigInt + txOrigin: stagingzksync_Bytes + txNonce: BigInt } -input stagingmainnet_HubOptimisticRootFinalized_filter { +input stagingzksync_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -208707,16 +207403,245 @@ input stagingmainnet_HubOptimisticRootFinalized_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 + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: stagingzksync_Bytes + transferId_not: stagingzksync_Bytes + transferId_gt: stagingzksync_Bytes + transferId_lt: stagingzksync_Bytes + transferId_gte: stagingzksync_Bytes + transferId_lte: stagingzksync_Bytes + transferId_in: [stagingzksync_Bytes!] + transferId_not_in: [stagingzksync_Bytes!] + transferId_contains: stagingzksync_Bytes + transferId_not_contains: stagingzksync_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: stagingzksync_TransferStatus + status_not: stagingzksync_TransferStatus + status_in: [stagingzksync_TransferStatus!] + status_not_in: [stagingzksync_TransferStatus!] + messageHash: stagingzksync_Bytes + messageHash_not: stagingzksync_Bytes + messageHash_gt: stagingzksync_Bytes + messageHash_lt: stagingzksync_Bytes + messageHash_gte: stagingzksync_Bytes + messageHash_lte: stagingzksync_Bytes + messageHash_in: [stagingzksync_Bytes!] + messageHash_not_in: [stagingzksync_Bytes!] + messageHash_contains: stagingzksync_Bytes + messageHash_not_contains: stagingzksync_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: stagingzksync_Bytes + to_not: stagingzksync_Bytes + to_gt: stagingzksync_Bytes + to_lt: stagingzksync_Bytes + to_gte: stagingzksync_Bytes + to_lte: stagingzksync_Bytes + to_in: [stagingzksync_Bytes!] + to_not_in: [stagingzksync_Bytes!] + to_contains: stagingzksync_Bytes + to_not_contains: stagingzksync_Bytes + delegate: stagingzksync_Bytes + delegate_not: stagingzksync_Bytes + delegate_gt: stagingzksync_Bytes + delegate_lt: stagingzksync_Bytes + delegate_gte: stagingzksync_Bytes + delegate_lte: stagingzksync_Bytes + delegate_in: [stagingzksync_Bytes!] + delegate_not_in: [stagingzksync_Bytes!] + delegate_contains: stagingzksync_Bytes + delegate_not_contains: stagingzksync_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingzksync_Bytes + callData_not: stagingzksync_Bytes + callData_gt: stagingzksync_Bytes + callData_lt: stagingzksync_Bytes + callData_gte: stagingzksync_Bytes + callData_lte: stagingzksync_Bytes + callData_in: [stagingzksync_Bytes!] + callData_not_in: [stagingzksync_Bytes!] + callData_contains: stagingzksync_Bytes + callData_not_contains: stagingzksync_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: stagingzksync_Bytes + originSender_not: stagingzksync_Bytes + originSender_gt: stagingzksync_Bytes + originSender_lt: stagingzksync_Bytes + originSender_gte: stagingzksync_Bytes + originSender_lte: stagingzksync_Bytes + originSender_in: [stagingzksync_Bytes!] + originSender_not_in: [stagingzksync_Bytes!] + originSender_contains: stagingzksync_Bytes + originSender_not_contains: stagingzksync_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: stagingzksync_Bytes + canonicalId_not: stagingzksync_Bytes + canonicalId_gt: stagingzksync_Bytes + canonicalId_lt: stagingzksync_Bytes + canonicalId_gte: stagingzksync_Bytes + canonicalId_lte: stagingzksync_Bytes + canonicalId_in: [stagingzksync_Bytes!] + canonicalId_not_in: [stagingzksync_Bytes!] + canonicalId_contains: stagingzksync_Bytes + canonicalId_not_contains: stagingzksync_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingzksync_Asset_filter + transactingAsset: stagingzksync_Bytes + transactingAsset_not: stagingzksync_Bytes + transactingAsset_gt: stagingzksync_Bytes + transactingAsset_lt: stagingzksync_Bytes + transactingAsset_gte: stagingzksync_Bytes + transactingAsset_lte: stagingzksync_Bytes + transactingAsset_in: [stagingzksync_Bytes!] + transactingAsset_not_in: [stagingzksync_Bytes!] + transactingAsset_contains: stagingzksync_Bytes + transactingAsset_not_contains: stagingzksync_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: stagingzksync_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: stagingzksync_RelayerFee_filter + initialRelayerFeeAsset: stagingzksync_Bytes + initialRelayerFeeAsset_not: stagingzksync_Bytes + initialRelayerFeeAsset_gt: stagingzksync_Bytes + initialRelayerFeeAsset_lt: stagingzksync_Bytes + initialRelayerFeeAsset_gte: stagingzksync_Bytes + initialRelayerFeeAsset_lte: stagingzksync_Bytes + initialRelayerFeeAsset_in: [stagingzksync_Bytes!] + initialRelayerFeeAsset_not_in: [stagingzksync_Bytes!] + initialRelayerFeeAsset_contains: stagingzksync_Bytes + initialRelayerFeeAsset_not_contains: stagingzksync_Bytes + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -208725,6 +207650,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 @@ -208733,29 +207674,97 @@ input stagingmainnet_HubOptimisticRootFinalized_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + txOrigin: stagingzksync_Bytes + txOrigin_not: stagingzksync_Bytes + txOrigin_gt: stagingzksync_Bytes + txOrigin_lt: stagingzksync_Bytes + txOrigin_gte: stagingzksync_Bytes + txOrigin_lte: stagingzksync_Bytes + txOrigin_in: [stagingzksync_Bytes!] + txOrigin_not_in: [stagingzksync_Bytes!] + txOrigin_contains: stagingzksync_Bytes + txOrigin_not_contains: stagingzksync_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_HubOptimisticRootFinalized_filter] - or: [stagingmainnet_HubOptimisticRootFinalized_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_OriginTransfer_filter] + or: [stagingzksync_OriginTransfer_filter] } -enum stagingmainnet_HubOptimisticRootFinalized_orderBy { +enum stagingzksync_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 stagingmainnet_LineaConnectorMeta { +type stagingzksync_Relayer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + isActive: Boolean! + relayer: stagingzksync_Bytes } -input stagingmainnet_LineaConnectorMeta_filter { +type stagingzksync_RelayerFee { + id: ID! + transfer: stagingzksync_OriginTransfer! + fee: BigInt! + asset: stagingzksync_Bytes! +} + +input stagingzksync_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -208764,77 +207773,101 @@ 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 + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingzksync_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: stagingzksync_Bytes + asset_not: stagingzksync_Bytes + asset_gt: stagingzksync_Bytes + asset_lt: stagingzksync_Bytes + asset_gte: stagingzksync_Bytes + asset_lte: stagingzksync_Bytes + asset_in: [stagingzksync_Bytes!] + asset_not_in: [stagingzksync_Bytes!] + asset_contains: stagingzksync_Bytes + asset_not_contains: stagingzksync_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_LineaConnectorMeta_filter] - or: [stagingmainnet_LineaConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RelayerFee_filter] + or: [stagingzksync_RelayerFee_filter] } -enum stagingmainnet_LineaConnectorMeta_orderBy { +enum stagingzksync_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 stagingmainnet_MantleConnectorMeta { +type stagingzksync_RelayerFeesIncrease { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + transfer: stagingzksync_OriginTransfer! + increase: BigInt + asset: stagingzksync_Bytes + caller: stagingzksync_Bytes! + transactionHash: stagingzksync_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmainnet_MantleConnectorMeta_filter { +input stagingzksync_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -208843,156 +207876,186 @@ 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 + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingzksync_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: stagingzksync_Bytes + asset_not: stagingzksync_Bytes + asset_gt: stagingzksync_Bytes + asset_lt: stagingzksync_Bytes + asset_gte: stagingzksync_Bytes + asset_lte: stagingzksync_Bytes + asset_in: [stagingzksync_Bytes!] + asset_not_in: [stagingzksync_Bytes!] + asset_contains: stagingzksync_Bytes + asset_not_contains: stagingzksync_Bytes + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_MantleConnectorMeta_filter] - or: [stagingmainnet_MantleConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RelayerFeesIncrease_filter] + or: [stagingzksync_RelayerFeesIncrease_filter] } -enum stagingmainnet_MantleConnectorMeta_orderBy { +enum stagingzksync_RelayerFeesIncrease_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_MetisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_MetisConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +input stagingzksync_Relayer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: stagingzksync_Bytes + relayer_not: stagingzksync_Bytes + relayer_gt: stagingzksync_Bytes + relayer_lt: stagingzksync_Bytes + relayer_gte: stagingzksync_Bytes + relayer_lte: stagingzksync_Bytes + relayer_in: [stagingzksync_Bytes!] + relayer_not_in: [stagingzksync_Bytes!] + relayer_contains: stagingzksync_Bytes + relayer_not_contains: stagingzksync_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_MetisConnectorMeta_filter] - or: [stagingmainnet_MetisConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Relayer_filter] + or: [stagingzksync_Relayer_filter] } -enum stagingmainnet_MetisConnectorMeta_orderBy { +enum stagingzksync_Relayer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + relayer } -type stagingmainnet_ModeConnectorMeta { +type stagingzksync_RootCount { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + count: BigInt } -input stagingmainnet_ModeConnectorMeta_filter { +input stagingzksync_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -209001,77 +208064,40 @@ 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 + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ModeConnectorMeta_filter] - or: [stagingmainnet_ModeConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RootCount_filter] + or: [stagingzksync_RootCount_filter] } -enum stagingmainnet_ModeConnectorMeta_orderBy { +enum stagingzksync_RootCount_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + count } -type stagingmainnet_OptimismConnectorMeta { +type stagingzksync_RootMessageSent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingzksync_Bytes + count: BigInt + caller: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input stagingmainnet_OptimismConnectorMeta_filter { +input stagingzksync_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -209096,88 +208122,44 @@ input stagingmainnet_OptimismConnectorMeta_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_OptimismConnectorMeta_filter] - or: [stagingmainnet_OptimismConnectorMeta_filter] -} - -enum stagingmainnet_OptimismConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_OptimisticRootPropagated { - id: ID! - aggregateRoot: stagingmainnet_Bytes! - domainsHash: stagingmainnet_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingmainnet_OptimisticRootPropagated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: stagingmainnet_Bytes - aggregateRoot_not: stagingmainnet_Bytes - aggregateRoot_gt: stagingmainnet_Bytes - aggregateRoot_lt: stagingmainnet_Bytes - aggregateRoot_gte: stagingmainnet_Bytes - aggregateRoot_lte: stagingmainnet_Bytes - aggregateRoot_in: [stagingmainnet_Bytes!] - aggregateRoot_not_in: [stagingmainnet_Bytes!] - aggregateRoot_contains: stagingmainnet_Bytes - aggregateRoot_not_contains: stagingmainnet_Bytes - domainsHash: stagingmainnet_Bytes - domainsHash_not: stagingmainnet_Bytes - domainsHash_gt: stagingmainnet_Bytes - domainsHash_lt: stagingmainnet_Bytes - domainsHash_gte: stagingmainnet_Bytes - domainsHash_lte: stagingmainnet_Bytes - domainsHash_in: [stagingmainnet_Bytes!] - domainsHash_not_in: [stagingmainnet_Bytes!] - domainsHash_contains: stagingmainnet_Bytes - domainsHash_not_contains: stagingmainnet_Bytes + root: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -209186,6 +208168,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 @@ -209195,31 +208193,44 @@ 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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RootMessageSent_filter] + or: [stagingzksync_RootMessageSent_filter] } -enum stagingmainnet_OptimisticRootPropagated_orderBy { +enum stagingzksync_RootMessageSent_orderBy { id - aggregateRoot - domainsHash + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -type stagingmainnet_OptimisticRootProposed { +type stagingzksync_Router { id: ID! - disputeCliff: BigInt! - aggregateRoot: stagingmainnet_Bytes! - snapshotsRoots: [stagingmainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: stagingmainnet_Bytes! + isActive: Boolean! + owner: stagingzksync_Bytes + recipient: stagingzksync_Bytes + proposedOwner: stagingzksync_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_AssetBalance_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_AssetBalance_filter): [stagingzksync_AssetBalance!]! +} + +type stagingzksync_RouterDailyTVL { + id: ID! + router: stagingzksync_Router! + asset: stagingzksync_Asset! timestamp: BigInt! - blockNumber: BigInt + balance: BigInt! } -input stagingmainnet_OptimisticRootProposed_filter { +input stagingzksync_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -209228,46 +208239,48 @@ 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 + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingzksync_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingzksync_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -209276,120 +208289,63 @@ input stagingmainnet_OptimisticRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_OptimisticRootProposed_filter] - or: [stagingmainnet_OptimisticRootProposed_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RouterDailyTVL_filter] + or: [stagingzksync_RouterDailyTVL_filter] } -enum stagingmainnet_OptimisticRootProposed_orderBy { +enum stagingzksync_RouterDailyTVL_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - blockNumber + balance } -type stagingmainnet_PolygonConnectorMeta { +type stagingzksync_RouterLiquidityEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_PolygonConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_PolygonConnectorMeta_filter] - or: [stagingmainnet_PolygonConnectorMeta_filter] -} - -enum stagingmainnet_PolygonConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + type: stagingzksync_RouterLiquidityEventType + router: stagingzksync_Router! + asset: stagingzksync_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingzksync_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingzksync_Bytes! + nonce: BigInt! } -type stagingmainnet_PolygonZkConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! +enum stagingzksync_RouterLiquidityEventType { + Add + Remove } -input stagingmainnet_PolygonZkConnectorMeta_filter { +input stagingzksync_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -209398,75 +208354,148 @@ input stagingmainnet_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: 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: stagingzksync_RouterLiquidityEventType + type_not: stagingzksync_RouterLiquidityEventType + type_in: [stagingzksync_RouterLiquidityEventType!] + type_not_in: [stagingzksync_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingzksync_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingzksync_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_PolygonZkConnectorMeta_filter] - or: [stagingmainnet_PolygonZkConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RouterLiquidityEvent_filter] + or: [stagingzksync_RouterLiquidityEvent_filter] } -enum stagingmainnet_PolygonZkConnectorMeta_orderBy { +enum stagingzksync_RouterLiquidityEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: stagingmainnet_Bytes! - index: BigInt! + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce } -input stagingmainnet_RootAggregated_filter { +input stagingzksync_Router_filter { id: ID id_not: ID id_gt: ID @@ -209475,52 +208504,72 @@ input stagingmainnet_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: 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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: stagingzksync_Bytes + owner_not: stagingzksync_Bytes + owner_gt: stagingzksync_Bytes + owner_lt: stagingzksync_Bytes + owner_gte: stagingzksync_Bytes + owner_lte: stagingzksync_Bytes + owner_in: [stagingzksync_Bytes!] + owner_not_in: [stagingzksync_Bytes!] + owner_contains: stagingzksync_Bytes + owner_not_contains: stagingzksync_Bytes + recipient: stagingzksync_Bytes + recipient_not: stagingzksync_Bytes + recipient_gt: stagingzksync_Bytes + recipient_lt: stagingzksync_Bytes + recipient_gte: stagingzksync_Bytes + recipient_lte: stagingzksync_Bytes + recipient_in: [stagingzksync_Bytes!] + recipient_not_in: [stagingzksync_Bytes!] + recipient_contains: stagingzksync_Bytes + recipient_not_contains: stagingzksync_Bytes + proposedOwner: stagingzksync_Bytes + proposedOwner_not: stagingzksync_Bytes + proposedOwner_gt: stagingzksync_Bytes + proposedOwner_lt: stagingzksync_Bytes + proposedOwner_gte: stagingzksync_Bytes + proposedOwner_lte: stagingzksync_Bytes + proposedOwner_in: [stagingzksync_Bytes!] + proposedOwner_not_in: [stagingzksync_Bytes!] + proposedOwner_contains: stagingzksync_Bytes + proposedOwner_not_contains: stagingzksync_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: stagingzksync_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootAggregated_filter] - or: [stagingmainnet_RootAggregated_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Router_filter] + or: [stagingzksync_Router_filter] } -enum stagingmainnet_RootAggregated_orderBy { +enum stagingzksync_Router_orderBy { id - domain - receivedRoot - index + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type stagingmainnet_RootManagerMeta { +type stagingzksync_Sequencer { id: ID! - domains: [BigInt!] - connectors: [stagingmainnet_Bytes!] + isActive: Boolean! + sequencer: stagingzksync_Bytes } -input stagingmainnet_RootManagerMeta_filter { +input stagingzksync_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -209529,36 +208578,39 @@ 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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: stagingzksync_Bytes + sequencer_not: stagingzksync_Bytes + sequencer_gt: stagingzksync_Bytes + sequencer_lt: stagingzksync_Bytes + sequencer_gte: stagingzksync_Bytes + sequencer_lte: stagingzksync_Bytes + sequencer_in: [stagingzksync_Bytes!] + sequencer_not_in: [stagingzksync_Bytes!] + sequencer_contains: stagingzksync_Bytes + sequencer_not_contains: stagingzksync_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootManagerMeta_filter] - or: [stagingmainnet_RootManagerMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Sequencer_filter] + or: [stagingzksync_Sequencer_filter] } -enum stagingmainnet_RootManagerMeta_orderBy { +enum stagingzksync_Sequencer_orderBy { id - domains - connectors + isActive + sequencer } -type stagingmainnet_RootManagerMode { +type stagingzksync_Setting { id: ID! - mode: String! + maxRoutersPerTransfer: BigInt! + caller: stagingzksync_Bytes! } -input stagingmainnet_RootManagerMode_filter { +input stagingzksync_Setting_filter { id: ID id_not: ID id_gt: ID @@ -209567,51 +208619,49 @@ 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 + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootManagerMode_filter] - or: [stagingmainnet_RootManagerMode_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Setting_filter] + or: [stagingzksync_Setting_filter] } -enum stagingmainnet_RootManagerMode_orderBy { +enum stagingzksync_Setting_orderBy { id - mode + maxRoutersPerTransfer + caller } -type stagingmainnet_RootMessageProcessed { +type stagingzksync_SlippageUpdate { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: stagingmainnet_Bytes - caller: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + transfer: stagingzksync_DestinationTransfer! + slippage: BigInt! + caller: stagingzksync_Bytes! + transactionHash: stagingzksync_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmainnet_RootMessageProcessed_filter { +input stagingzksync_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -209620,52 +208670,55 @@ 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 + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingzksync_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -209699,16 +208752,51 @@ input stagingmainnet_RootMessageProcessed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootMessageProcessed_filter] - or: [stagingmainnet_RootMessageProcessed_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_SlippageUpdate_filter] + or: [stagingzksync_SlippageUpdate_filter] } -enum stagingmainnet_RootMessageProcessed_orderBy { +enum stagingzksync_SlippageUpdate_orderBy { id - spokeDomain - hubDomain - root + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage caller transactionHash timestamp @@ -209717,15 +208805,16 @@ enum stagingmainnet_RootMessageProcessed_orderBy { blockNumber } -type stagingmainnet_RootPropagated { +type stagingzksync_SnapshotRoot { id: ID! - aggregate: stagingmainnet_Bytes! - domainsHash: stagingmainnet_Bytes! + spokeDomain: BigInt + root: stagingzksync_Bytes! count: BigInt! - blockNumber: BigInt + timestamp: BigInt! + blockNumber: BigInt! } -input stagingmainnet_RootPropagated_filter { +input stagingzksync_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -209734,26 +208823,24 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -209762,6 +208849,14 @@ input stagingmainnet_RootPropagated_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -209771,29 +208866,26 @@ input stagingmainnet_RootPropagated_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootPropagated_filter] - or: [stagingmainnet_RootPropagated_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_SnapshotRoot_filter] + or: [stagingzksync_SnapshotRoot_filter] } -enum stagingmainnet_RootPropagated_orderBy { +enum stagingzksync_SnapshotRoot_orderBy { id - aggregate - domainsHash + spokeDomain + root count + timestamp blockNumber } -type stagingmainnet_ScrollConnectorMeta { +type stagingzksync_SpokeConnectorMode { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + mode: String! } -input stagingmainnet_ScrollConnectorMeta_filter { +input stagingzksync_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -209802,155 +208894,81 @@ input stagingmainnet_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: 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_ScrollConnectorMeta_filter] - or: [stagingmainnet_ScrollConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_SpokeConnectorMode_filter] + or: [stagingzksync_SpokeConnectorMode_filter] } -enum stagingmainnet_ScrollConnectorMeta_orderBy { +enum stagingzksync_SpokeConnectorMode_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + mode } -type stagingmainnet_ZkSyncConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! +enum stagingzksync_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -input stagingmainnet_ZkSyncConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ZkSyncConnectorMeta_filter] - or: [stagingmainnet_ZkSyncConnectorMeta_filter] +type stagingzksync__Block_ { + """The hash of the block""" + hash: stagingzksync_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingzksync_Bytes } -enum stagingmainnet_ZkSyncConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +"""The type for the top-level _meta field""" +type stagingzksync__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingzksync__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -type mainnet_AggregateRoot { +type optimism_AggregateRoot { id: ID! - root: mainnet_Bytes! + root: optimism_Bytes! blockNumber: BigInt! } -type mainnet_AggregateRootProposed { +type optimism_AggregateRootProposed { id: ID! - aggregateRoot: mainnet_Bytes! + aggregateRoot: optimism_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -209958,7 +208976,7 @@ type mainnet_AggregateRootProposed { blockNumber: BigInt } -input mainnet_AggregateRootProposed_filter { +input optimism_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -209967,16 +208985,16 @@ input mainnet_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes + aggregateRoot: 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 @@ -210018,12 +209036,12 @@ input mainnet_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregateRootProposed_filter] - or: [mainnet_AggregateRootProposed_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AggregateRootProposed_filter] + or: [optimism_AggregateRootProposed_filter] } -enum mainnet_AggregateRootProposed_orderBy { +enum optimism_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -210033,7 +209051,7 @@ enum mainnet_AggregateRootProposed_orderBy { blockNumber } -input mainnet_AggregateRoot_filter { +input optimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -210042,16 +209060,16 @@ input mainnet_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes + root: 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 @@ -210061,42 +209079,42 @@ input mainnet_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregateRoot_filter] - or: [mainnet_AggregateRoot_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AggregateRoot_filter] + or: [optimism_AggregateRoot_filter] } -enum mainnet_AggregateRoot_orderBy { +enum optimism_AggregateRoot_orderBy { id root blockNumber } -type mainnet_Asset { +type optimism_Asset { id: ID! - key: mainnet_Bytes + key: optimism_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mainnet_Bytes + canonicalId: optimism_Bytes canonicalDomain: BigInt - adoptedAsset: mainnet_Bytes - localAsset: mainnet_Bytes + adoptedAsset: optimism_Bytes + localAsset: optimism_Bytes blockNumber: BigInt - status: mainnet_AssetStatus + status: optimism_AssetStatus } -type mainnet_AssetBalance { +type optimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mainnet_Router! - asset: mainnet_Asset! + router: optimism_Router! + asset: optimism_Asset! feesEarned: BigInt! } -input mainnet_AssetBalance_filter { +input optimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -210157,7 +209175,7 @@ input mainnet_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mainnet_Router_filter + router_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -210178,7 +209196,7 @@ input mainnet_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: optimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -210188,12 +209206,12 @@ input mainnet_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AssetBalance_filter] - or: [mainnet_AssetBalance_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AssetBalance_filter] + or: [optimism_AssetBalance_filter] } -enum mainnet_AssetBalance_orderBy { +enum optimism_AssetBalance_orderBy { id amount locked @@ -210219,12 +209237,12 @@ enum mainnet_AssetBalance_orderBy { feesEarned } -type mainnet_AssetStatus { +type optimism_AssetStatus { id: ID! status: Boolean } -input mainnet_AssetStatus_filter { +input optimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -210238,17 +209256,17 @@ input mainnet_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AssetStatus_filter] - or: [mainnet_AssetStatus_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AssetStatus_filter] + or: [optimism_AssetStatus_filter] } -enum mainnet_AssetStatus_orderBy { +enum optimism_AssetStatus_orderBy { id status } -input mainnet_Asset_filter { +input optimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -210257,16 +209275,16 @@ input mainnet_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: mainnet_Bytes - key_not: mainnet_Bytes - key_gt: mainnet_Bytes - key_lt: mainnet_Bytes - key_gte: mainnet_Bytes - key_lte: mainnet_Bytes - key_in: [mainnet_Bytes!] - key_not_in: [mainnet_Bytes!] - key_contains: mainnet_Bytes - key_not_contains: mainnet_Bytes + key: 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 @@ -210283,16 +209301,16 @@ input mainnet_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: mainnet_Bytes - canonicalId_not: mainnet_Bytes - canonicalId_gt: mainnet_Bytes - canonicalId_lt: mainnet_Bytes - canonicalId_gte: mainnet_Bytes - canonicalId_lte: mainnet_Bytes - canonicalId_in: [mainnet_Bytes!] - canonicalId_not_in: [mainnet_Bytes!] - canonicalId_contains: mainnet_Bytes - canonicalId_not_contains: mainnet_Bytes + canonicalId: 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 @@ -210301,26 +209319,26 @@ input mainnet_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: mainnet_Bytes - adoptedAsset_not: mainnet_Bytes - adoptedAsset_gt: mainnet_Bytes - adoptedAsset_lt: mainnet_Bytes - adoptedAsset_gte: mainnet_Bytes - adoptedAsset_lte: mainnet_Bytes - adoptedAsset_in: [mainnet_Bytes!] - adoptedAsset_not_in: [mainnet_Bytes!] - adoptedAsset_contains: mainnet_Bytes - adoptedAsset_not_contains: mainnet_Bytes - localAsset: mainnet_Bytes - localAsset_not: mainnet_Bytes - localAsset_gt: mainnet_Bytes - localAsset_lt: mainnet_Bytes - localAsset_gte: mainnet_Bytes - localAsset_lte: mainnet_Bytes - localAsset_in: [mainnet_Bytes!] - localAsset_not_in: [mainnet_Bytes!] - localAsset_contains: mainnet_Bytes - localAsset_not_contains: mainnet_Bytes + adoptedAsset: 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 @@ -210349,14 +209367,14 @@ input mainnet_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: mainnet_AssetStatus_filter + status_: optimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Asset_filter] - or: [mainnet_Asset_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Asset_filter] + or: [optimism_Asset_filter] } -enum mainnet_Asset_orderBy { +enum optimism_Asset_orderBy { id key decimal @@ -210371,16 +209389,30 @@ enum mainnet_Asset_orderBy { status__status } -type mainnet_ConnectorMeta { +scalar optimism_BigDecimal + +input optimism_BlockChangedFilter { + number_gte: Int! +} + +input optimism_Block_height { + hash: optimism_Bytes + number: Int + number_gte: Int +} + +scalar optimism_Bytes + +type optimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mainnet_Bytes - rootManager: mainnet_Bytes - mirrorConnector: mainnet_Bytes + amb: optimism_Bytes + rootManager: optimism_Bytes + mirrorConnector: optimism_Bytes } -input mainnet_ConnectorMeta_filter { +input optimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -210405,43 +209437,43 @@ input mainnet_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + amb: 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: mainnet_BlockChangedFilter - and: [mainnet_ConnectorMeta_filter] - or: [mainnet_ConnectorMeta_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_ConnectorMeta_filter] + or: [optimism_ConnectorMeta_filter] } -enum mainnet_ConnectorMeta_orderBy { +enum optimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -210450,48 +209482,48 @@ enum mainnet_ConnectorMeta_orderBy { mirrorConnector } -type mainnet_DestinationTransfer { +type optimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: optimism_Bytes nonce: BigInt - status: mainnet_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mainnet_Router_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_Router_filter): [mainnet_Router!] + status: 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: mainnet_Bytes - delegate: mainnet_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: optimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mainnet_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset + canonicalId: optimism_Bytes + asset: optimism_Asset amount: BigInt routersFee: BigInt - executedCaller: mainnet_Bytes - executedTransactionHash: mainnet_Bytes + executedCaller: optimism_Bytes + executedTransactionHash: optimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mainnet_Bytes + executedTxOrigin: optimism_Bytes executedTxNonce: BigInt - reconciledCaller: mainnet_Bytes - reconciledTransactionHash: mainnet_Bytes + reconciledCaller: optimism_Bytes + reconciledTransactionHash: optimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mainnet_Bytes + reconciledTxOrigin: optimism_Bytes reconciledTxNonce: BigInt } -input mainnet_DestinationTransfer_filter { +input optimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -210508,16 +209540,16 @@ input mainnet_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mainnet_Bytes - transferId_not: mainnet_Bytes - transferId_gt: mainnet_Bytes - transferId_lt: mainnet_Bytes - transferId_gte: mainnet_Bytes - transferId_lte: mainnet_Bytes - transferId_in: [mainnet_Bytes!] - transferId_not_in: [mainnet_Bytes!] - transferId_contains: mainnet_Bytes - transferId_not_contains: mainnet_Bytes + transferId: 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 @@ -210526,17 +209558,17 @@ input mainnet_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mainnet_TransferStatus - status_not: mainnet_TransferStatus - status_in: [mainnet_TransferStatus!] - status_not_in: [mainnet_TransferStatus!] + status: 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_: mainnet_Router_filter + routers_: optimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -210561,40 +209593,40 @@ input mainnet_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mainnet_Bytes - to_not: mainnet_Bytes - to_gt: mainnet_Bytes - to_lt: mainnet_Bytes - to_gte: mainnet_Bytes - to_lte: mainnet_Bytes - to_in: [mainnet_Bytes!] - to_not_in: [mainnet_Bytes!] - to_contains: mainnet_Bytes - to_not_contains: mainnet_Bytes - delegate: mainnet_Bytes - delegate_not: mainnet_Bytes - delegate_gt: mainnet_Bytes - delegate_lt: mainnet_Bytes - delegate_gte: mainnet_Bytes - delegate_lte: mainnet_Bytes - delegate_in: [mainnet_Bytes!] - delegate_not_in: [mainnet_Bytes!] - delegate_contains: mainnet_Bytes - delegate_not_contains: mainnet_Bytes + to: 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: mainnet_Bytes - callData_not: mainnet_Bytes - callData_gt: mainnet_Bytes - callData_lt: mainnet_Bytes - callData_gte: mainnet_Bytes - callData_lte: mainnet_Bytes - callData_in: [mainnet_Bytes!] - callData_not_in: [mainnet_Bytes!] - callData_contains: mainnet_Bytes - callData_not_contains: mainnet_Bytes + callData: 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 @@ -210611,16 +209643,16 @@ input mainnet_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: mainnet_Bytes - originSender_not: mainnet_Bytes - originSender_gt: mainnet_Bytes - originSender_lt: mainnet_Bytes - originSender_gte: mainnet_Bytes - originSender_lte: mainnet_Bytes - originSender_in: [mainnet_Bytes!] - originSender_not_in: [mainnet_Bytes!] - originSender_contains: mainnet_Bytes - originSender_not_contains: mainnet_Bytes + originSender: 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 @@ -210637,16 +209669,16 @@ input mainnet_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mainnet_Bytes - canonicalId_not: mainnet_Bytes - canonicalId_gt: mainnet_Bytes - canonicalId_lt: mainnet_Bytes - canonicalId_gte: mainnet_Bytes - canonicalId_lte: mainnet_Bytes - canonicalId_in: [mainnet_Bytes!] - canonicalId_not_in: [mainnet_Bytes!] - canonicalId_contains: mainnet_Bytes - canonicalId_not_contains: mainnet_Bytes + canonicalId: 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 @@ -210667,7 +209699,7 @@ input mainnet_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: optimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -210684,26 +209716,26 @@ input mainnet_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: mainnet_Bytes - executedCaller_not: mainnet_Bytes - executedCaller_gt: mainnet_Bytes - executedCaller_lt: mainnet_Bytes - executedCaller_gte: mainnet_Bytes - executedCaller_lte: mainnet_Bytes - executedCaller_in: [mainnet_Bytes!] - executedCaller_not_in: [mainnet_Bytes!] - executedCaller_contains: mainnet_Bytes - executedCaller_not_contains: mainnet_Bytes - executedTransactionHash: mainnet_Bytes - executedTransactionHash_not: mainnet_Bytes - executedTransactionHash_gt: mainnet_Bytes - executedTransactionHash_lt: mainnet_Bytes - executedTransactionHash_gte: mainnet_Bytes - executedTransactionHash_lte: mainnet_Bytes - executedTransactionHash_in: [mainnet_Bytes!] - executedTransactionHash_not_in: [mainnet_Bytes!] - executedTransactionHash_contains: mainnet_Bytes - executedTransactionHash_not_contains: mainnet_Bytes + executedCaller: 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 @@ -210736,16 +209768,16 @@ input mainnet_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mainnet_Bytes - executedTxOrigin_not: mainnet_Bytes - executedTxOrigin_gt: mainnet_Bytes - executedTxOrigin_lt: mainnet_Bytes - executedTxOrigin_gte: mainnet_Bytes - executedTxOrigin_lte: mainnet_Bytes - executedTxOrigin_in: [mainnet_Bytes!] - executedTxOrigin_not_in: [mainnet_Bytes!] - executedTxOrigin_contains: mainnet_Bytes - executedTxOrigin_not_contains: mainnet_Bytes + executedTxOrigin: 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 @@ -210754,26 +209786,26 @@ input mainnet_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: mainnet_Bytes - reconciledCaller_not: mainnet_Bytes - reconciledCaller_gt: mainnet_Bytes - reconciledCaller_lt: mainnet_Bytes - reconciledCaller_gte: mainnet_Bytes - reconciledCaller_lte: mainnet_Bytes - reconciledCaller_in: [mainnet_Bytes!] - reconciledCaller_not_in: [mainnet_Bytes!] - reconciledCaller_contains: mainnet_Bytes - reconciledCaller_not_contains: mainnet_Bytes - reconciledTransactionHash: mainnet_Bytes - reconciledTransactionHash_not: mainnet_Bytes - reconciledTransactionHash_gt: mainnet_Bytes - reconciledTransactionHash_lt: mainnet_Bytes - reconciledTransactionHash_gte: mainnet_Bytes - reconciledTransactionHash_lte: mainnet_Bytes - reconciledTransactionHash_in: [mainnet_Bytes!] - reconciledTransactionHash_not_in: [mainnet_Bytes!] - reconciledTransactionHash_contains: mainnet_Bytes - reconciledTransactionHash_not_contains: mainnet_Bytes + reconciledCaller: 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 @@ -210806,16 +209838,16 @@ input mainnet_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mainnet_Bytes - reconciledTxOrigin_not: mainnet_Bytes - reconciledTxOrigin_gt: mainnet_Bytes - reconciledTxOrigin_lt: mainnet_Bytes - reconciledTxOrigin_gte: mainnet_Bytes - reconciledTxOrigin_lte: mainnet_Bytes - reconciledTxOrigin_in: [mainnet_Bytes!] - reconciledTxOrigin_not_in: [mainnet_Bytes!] - reconciledTxOrigin_contains: mainnet_Bytes - reconciledTxOrigin_not_contains: mainnet_Bytes + reconciledTxOrigin: 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 @@ -210825,12 +209857,12 @@ input mainnet_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_DestinationTransfer_filter] - or: [mainnet_DestinationTransfer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_DestinationTransfer_filter] + or: [optimism_DestinationTransfer_filter] } -enum mainnet_DestinationTransfer_orderBy { +enum optimism_DestinationTransfer_orderBy { id chainId transferId @@ -210880,14 +209912,20 @@ enum mainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type mainnet_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar optimism_Int8 + +type optimism_OptimisticRootFinalized { id: ID! - aggregateRoot: mainnet_Bytes! + aggregateRoot: optimism_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mainnet_OptimisticRootFinalized_filter { +input optimism_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -210896,16 +209934,16 @@ input mainnet_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes + aggregateRoot: 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 @@ -210923,32 +209961,38 @@ input mainnet_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootFinalized_filter] - or: [mainnet_OptimisticRootFinalized_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OptimisticRootFinalized_filter] + or: [optimism_OptimisticRootFinalized_filter] } -enum mainnet_OptimisticRootFinalized_orderBy { +enum optimism_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type mainnet_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum optimism_OrderDirection { + asc + desc +} + +type optimism_OriginMessage { id: ID! - transferId: mainnet_Bytes + transferId: optimism_Bytes destinationDomain: BigInt - leaf: mainnet_Bytes + leaf: optimism_Bytes index: BigInt - message: mainnet_Bytes - root: mainnet_Bytes - transactionHash: mainnet_Bytes + message: optimism_Bytes + root: optimism_Bytes + transactionHash: optimism_Bytes blockNumber: BigInt - rootCount: mainnet_RootCount + rootCount: optimism_RootCount } -input mainnet_OriginMessage_filter { +input optimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -210957,16 +210001,16 @@ input mainnet_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mainnet_Bytes - transferId_not: mainnet_Bytes - transferId_gt: mainnet_Bytes - transferId_lt: mainnet_Bytes - transferId_gte: mainnet_Bytes - transferId_lte: mainnet_Bytes - transferId_in: [mainnet_Bytes!] - transferId_not_in: [mainnet_Bytes!] - transferId_contains: mainnet_Bytes - transferId_not_contains: mainnet_Bytes + transferId: 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 @@ -210975,16 +210019,16 @@ input mainnet_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: mainnet_Bytes - leaf_not: mainnet_Bytes - leaf_gt: mainnet_Bytes - leaf_lt: mainnet_Bytes - leaf_gte: mainnet_Bytes - leaf_lte: mainnet_Bytes - leaf_in: [mainnet_Bytes!] - leaf_not_in: [mainnet_Bytes!] - leaf_contains: mainnet_Bytes - leaf_not_contains: mainnet_Bytes + leaf: 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 @@ -210993,36 +210037,36 @@ input mainnet_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: mainnet_Bytes - message_not: mainnet_Bytes - message_gt: mainnet_Bytes - message_lt: mainnet_Bytes - message_gte: mainnet_Bytes - message_lte: mainnet_Bytes - message_in: [mainnet_Bytes!] - message_not_in: [mainnet_Bytes!] - message_contains: mainnet_Bytes - message_not_contains: mainnet_Bytes - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + message: 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 @@ -211051,14 +210095,14 @@ input mainnet_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: mainnet_RootCount_filter + rootCount_: optimism_RootCount_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OriginMessage_filter] - or: [mainnet_OriginMessage_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginMessage_filter] + or: [optimism_OriginMessage_filter] } -enum mainnet_OriginMessage_orderBy { +enum optimism_OriginMessage_orderBy { id transferId destinationDomain @@ -211073,42 +210117,42 @@ enum mainnet_OriginMessage_orderBy { rootCount__count } -type mainnet_OriginTransfer { +type optimism_OriginTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: optimism_Bytes nonce: BigInt - status: mainnet_TransferStatus - messageHash: mainnet_Bytes + status: optimism_TransferStatus + messageHash: optimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mainnet_Bytes - delegate: mainnet_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: optimism_Bytes slippage: BigInt - originSender: mainnet_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset - transactingAsset: mainnet_Bytes - message: mainnet_OriginMessage + canonicalId: optimism_Bytes + asset: optimism_Asset + transactingAsset: optimism_Bytes + message: optimism_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mainnet_RelayerFee_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_RelayerFee_filter): [mainnet_RelayerFee!] - initialRelayerFeeAsset: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: mainnet_Bytes + txOrigin: optimism_Bytes txNonce: BigInt } -input mainnet_OriginTransfer_filter { +input optimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -211125,16 +210169,16 @@ input mainnet_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mainnet_Bytes - transferId_not: mainnet_Bytes - transferId_gt: mainnet_Bytes - transferId_lt: mainnet_Bytes - transferId_gte: mainnet_Bytes - transferId_lte: mainnet_Bytes - transferId_in: [mainnet_Bytes!] - transferId_not_in: [mainnet_Bytes!] - transferId_contains: mainnet_Bytes - transferId_not_contains: mainnet_Bytes + transferId: 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 @@ -211143,20 +210187,20 @@ input mainnet_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mainnet_TransferStatus - status_not: mainnet_TransferStatus - status_in: [mainnet_TransferStatus!] - status_not_in: [mainnet_TransferStatus!] - messageHash: mainnet_Bytes - messageHash_not: mainnet_Bytes - messageHash_gt: mainnet_Bytes - messageHash_lt: mainnet_Bytes - messageHash_gte: mainnet_Bytes - messageHash_lte: mainnet_Bytes - messageHash_in: [mainnet_Bytes!] - messageHash_not_in: [mainnet_Bytes!] - messageHash_contains: mainnet_Bytes - messageHash_not_contains: mainnet_Bytes + status: 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 @@ -211181,40 +210225,40 @@ input mainnet_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mainnet_Bytes - to_not: mainnet_Bytes - to_gt: mainnet_Bytes - to_lt: mainnet_Bytes - to_gte: mainnet_Bytes - to_lte: mainnet_Bytes - to_in: [mainnet_Bytes!] - to_not_in: [mainnet_Bytes!] - to_contains: mainnet_Bytes - to_not_contains: mainnet_Bytes - delegate: mainnet_Bytes - delegate_not: mainnet_Bytes - delegate_gt: mainnet_Bytes - delegate_lt: mainnet_Bytes - delegate_gte: mainnet_Bytes - delegate_lte: mainnet_Bytes - delegate_in: [mainnet_Bytes!] - delegate_not_in: [mainnet_Bytes!] - delegate_contains: mainnet_Bytes - delegate_not_contains: mainnet_Bytes + to: 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: mainnet_Bytes - callData_not: mainnet_Bytes - callData_gt: mainnet_Bytes - callData_lt: mainnet_Bytes - callData_gte: mainnet_Bytes - callData_lte: mainnet_Bytes - callData_in: [mainnet_Bytes!] - callData_not_in: [mainnet_Bytes!] - callData_contains: mainnet_Bytes - callData_not_contains: mainnet_Bytes + callData: 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 @@ -211223,16 +210267,16 @@ input mainnet_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: mainnet_Bytes - originSender_not: mainnet_Bytes - originSender_gt: mainnet_Bytes - originSender_lt: mainnet_Bytes - originSender_gte: mainnet_Bytes - originSender_lte: mainnet_Bytes - originSender_in: [mainnet_Bytes!] - originSender_not_in: [mainnet_Bytes!] - originSender_contains: mainnet_Bytes - originSender_not_contains: mainnet_Bytes + originSender: 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 @@ -211249,16 +210293,16 @@ input mainnet_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mainnet_Bytes - canonicalId_not: mainnet_Bytes - canonicalId_gt: mainnet_Bytes - canonicalId_lt: mainnet_Bytes - canonicalId_gte: mainnet_Bytes - canonicalId_lte: mainnet_Bytes - canonicalId_in: [mainnet_Bytes!] - canonicalId_not_in: [mainnet_Bytes!] - canonicalId_contains: mainnet_Bytes - canonicalId_not_contains: mainnet_Bytes + canonicalId: 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 @@ -211279,17 +210323,17 @@ input mainnet_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter - transactingAsset: mainnet_Bytes - transactingAsset_not: mainnet_Bytes - transactingAsset_gt: mainnet_Bytes - transactingAsset_lt: mainnet_Bytes - transactingAsset_gte: mainnet_Bytes - transactingAsset_lte: mainnet_Bytes - transactingAsset_in: [mainnet_Bytes!] - transactingAsset_not_in: [mainnet_Bytes!] - transactingAsset_contains: mainnet_Bytes - transactingAsset_not_contains: mainnet_Bytes + asset_: 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 @@ -211310,7 +210354,7 @@ input mainnet_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: mainnet_OriginMessage_filter + message_: optimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -211325,37 +210369,37 @@ input mainnet_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: mainnet_RelayerFee_filter - initialRelayerFeeAsset: mainnet_Bytes - initialRelayerFeeAsset_not: mainnet_Bytes - initialRelayerFeeAsset_gt: mainnet_Bytes - initialRelayerFeeAsset_lt: mainnet_Bytes - initialRelayerFeeAsset_gte: mainnet_Bytes - initialRelayerFeeAsset_lte: mainnet_Bytes - initialRelayerFeeAsset_in: [mainnet_Bytes!] - initialRelayerFeeAsset_not_in: [mainnet_Bytes!] - initialRelayerFeeAsset_contains: mainnet_Bytes - initialRelayerFeeAsset_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + relayerFees_: 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 @@ -211388,16 +210432,16 @@ input mainnet_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: mainnet_Bytes - txOrigin_not: mainnet_Bytes - txOrigin_gt: mainnet_Bytes - txOrigin_lt: mainnet_Bytes - txOrigin_gte: mainnet_Bytes - txOrigin_lte: mainnet_Bytes - txOrigin_in: [mainnet_Bytes!] - txOrigin_not_in: [mainnet_Bytes!] - txOrigin_contains: mainnet_Bytes - txOrigin_not_contains: mainnet_Bytes + txOrigin: 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 @@ -211407,12 +210451,12 @@ input mainnet_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OriginTransfer_filter] - or: [mainnet_OriginTransfer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginTransfer_filter] + or: [optimism_OriginTransfer_filter] } -enum mainnet_OriginTransfer_orderBy { +enum optimism_OriginTransfer_orderBy { id chainId transferId @@ -211465,20 +210509,20 @@ enum mainnet_OriginTransfer_orderBy { txNonce } -type mainnet_Relayer { +type optimism_Relayer { id: ID! isActive: Boolean! - relayer: mainnet_Bytes + relayer: optimism_Bytes } -type mainnet_RelayerFee { +type optimism_RelayerFee { id: ID! - transfer: mainnet_OriginTransfer! + transfer: optimism_OriginTransfer! fee: BigInt! - asset: mainnet_Bytes! + asset: optimism_Bytes! } -input mainnet_RelayerFee_filter { +input optimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -211507,7 +210551,7 @@ input mainnet_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mainnet_OriginTransfer_filter + transfer_: optimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -211516,23 +210560,23 @@ input mainnet_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: mainnet_Bytes - asset_not: mainnet_Bytes - asset_gt: mainnet_Bytes - asset_lt: mainnet_Bytes - asset_gte: mainnet_Bytes - asset_lte: mainnet_Bytes - asset_in: [mainnet_Bytes!] - asset_not_in: [mainnet_Bytes!] - asset_contains: mainnet_Bytes - asset_not_contains: mainnet_Bytes + asset: 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: mainnet_BlockChangedFilter - and: [mainnet_RelayerFee_filter] - or: [mainnet_RelayerFee_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFee_filter] + or: [optimism_RelayerFee_filter] } -enum mainnet_RelayerFee_orderBy { +enum optimism_RelayerFee_orderBy { id transfer transfer__id @@ -211568,20 +210612,20 @@ enum mainnet_RelayerFee_orderBy { asset } -type mainnet_RelayerFeesIncrease { +type optimism_RelayerFeesIncrease { id: ID! - transfer: mainnet_OriginTransfer! + transfer: optimism_OriginTransfer! increase: BigInt - asset: mainnet_Bytes - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + asset: optimism_Bytes + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_RelayerFeesIncrease_filter { +input optimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -211610,7 +210654,7 @@ input mainnet_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mainnet_OriginTransfer_filter + transfer_: optimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -211619,36 +210663,36 @@ input mainnet_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: mainnet_Bytes - asset_not: mainnet_Bytes - asset_gt: mainnet_Bytes - asset_lt: mainnet_Bytes - asset_gte: mainnet_Bytes - asset_lte: mainnet_Bytes - asset_in: [mainnet_Bytes!] - asset_not_in: [mainnet_Bytes!] - asset_contains: mainnet_Bytes - asset_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + asset: 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 @@ -211682,12 +210726,12 @@ input mainnet_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RelayerFeesIncrease_filter] - or: [mainnet_RelayerFeesIncrease_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFeesIncrease_filter] + or: [optimism_RelayerFeesIncrease_filter] } -enum mainnet_RelayerFeesIncrease_orderBy { +enum optimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -211729,7 +210773,7 @@ enum mainnet_RelayerFeesIncrease_orderBy { blockNumber } -input mainnet_Relayer_filter { +input optimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -211742,34 +210786,34 @@ input mainnet_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: mainnet_Bytes - relayer_not: mainnet_Bytes - relayer_gt: mainnet_Bytes - relayer_lt: mainnet_Bytes - relayer_gte: mainnet_Bytes - relayer_lte: mainnet_Bytes - relayer_in: [mainnet_Bytes!] - relayer_not_in: [mainnet_Bytes!] - relayer_contains: mainnet_Bytes - relayer_not_contains: mainnet_Bytes + relayer: 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: mainnet_BlockChangedFilter - and: [mainnet_Relayer_filter] - or: [mainnet_Relayer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Relayer_filter] + or: [optimism_Relayer_filter] } -enum mainnet_Relayer_orderBy { +enum optimism_Relayer_orderBy { id isActive relayer } -type mainnet_RootCount { +type optimism_RootCount { id: ID! count: BigInt } -input mainnet_RootCount_filter { +input optimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -211787,31 +210831,31 @@ input mainnet_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootCount_filter] - or: [mainnet_RootCount_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RootCount_filter] + or: [optimism_RootCount_filter] } -enum mainnet_RootCount_orderBy { +enum optimism_RootCount_orderBy { id count } -type mainnet_RootMessageSent { +type optimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mainnet_Bytes + root: optimism_Bytes count: BigInt - caller: mainnet_Bytes - transactionHash: mainnet_Bytes + caller: optimism_Bytes + transactionHash: optimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mainnet_RootMessageSent_filter { +input optimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -211836,16 +210880,16 @@ input mainnet_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes + root: 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 @@ -211854,26 +210898,26 @@ input mainnet_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + caller: 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 @@ -211907,12 +210951,12 @@ input mainnet_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootMessageSent_filter] - or: [mainnet_RootMessageSent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RootMessageSent_filter] + or: [optimism_RootMessageSent_filter] } -enum mainnet_RootMessageSent_orderBy { +enum optimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -211926,25 +210970,25 @@ enum mainnet_RootMessageSent_orderBy { blockNumber } -type mainnet_Router { +type optimism_Router { id: ID! isActive: Boolean! - owner: mainnet_Bytes - recipient: mainnet_Bytes - proposedOwner: mainnet_Bytes + owner: optimism_Bytes + recipient: optimism_Bytes + proposedOwner: optimism_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! } -type mainnet_RouterDailyTVL { +type optimism_RouterDailyTVL { id: ID! - router: mainnet_Router! - asset: mainnet_Asset! + router: optimism_Router! + asset: optimism_Asset! timestamp: BigInt! balance: BigInt! } -input mainnet_RouterDailyTVL_filter { +input optimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -211973,7 +211017,7 @@ input mainnet_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mainnet_Router_filter + router_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -211994,7 +211038,7 @@ input mainnet_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: optimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -212012,12 +211056,12 @@ input mainnet_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RouterDailyTVL_filter] - or: [mainnet_RouterDailyTVL_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterDailyTVL_filter] + or: [optimism_RouterDailyTVL_filter] } -enum mainnet_RouterDailyTVL_orderBy { +enum optimism_RouterDailyTVL_orderBy { id router router__id @@ -212040,26 +211084,26 @@ enum mainnet_RouterDailyTVL_orderBy { balance } -type mainnet_RouterLiquidityEvent { +type optimism_RouterLiquidityEvent { id: ID! - type: mainnet_RouterLiquidityEventType - router: mainnet_Router! - asset: mainnet_Asset! + type: optimism_RouterLiquidityEventType + router: optimism_Router! + asset: optimism_Asset! amount: BigInt! balance: BigInt! - caller: mainnet_Bytes + caller: optimism_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mainnet_Bytes! + transactionHash: optimism_Bytes! nonce: BigInt! } -enum mainnet_RouterLiquidityEventType { +enum optimism_RouterLiquidityEventType { Add Remove } -input mainnet_RouterLiquidityEvent_filter { +input optimism_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -212068,10 +211112,10 @@ input mainnet_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mainnet_RouterLiquidityEventType - type_not: mainnet_RouterLiquidityEventType - type_in: [mainnet_RouterLiquidityEventType!] - type_not_in: [mainnet_RouterLiquidityEventType!] + type: optimism_RouterLiquidityEventType + type_not: optimism_RouterLiquidityEventType + type_in: [optimism_RouterLiquidityEventType!] + type_not_in: [optimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -212092,7 +211136,7 @@ input mainnet_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mainnet_Router_filter + router_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -212113,7 +211157,7 @@ input mainnet_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: optimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -212130,16 +211174,16 @@ input mainnet_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes + caller: 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 @@ -212156,16 +211200,16 @@ input mainnet_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + transactionHash: 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 @@ -212175,12 +211219,12 @@ input mainnet_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RouterLiquidityEvent_filter] - or: [mainnet_RouterLiquidityEvent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterLiquidityEvent_filter] + or: [optimism_RouterLiquidityEvent_filter] } -enum mainnet_RouterLiquidityEvent_orderBy { +enum optimism_RouterLiquidityEvent_orderBy { id type router @@ -212209,7 +211253,7 @@ enum mainnet_RouterLiquidityEvent_orderBy { nonce } -input mainnet_Router_filter { +input optimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -212222,36 +211266,36 @@ input mainnet_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: mainnet_Bytes - owner_not: mainnet_Bytes - owner_gt: mainnet_Bytes - owner_lt: mainnet_Bytes - owner_gte: mainnet_Bytes - owner_lte: mainnet_Bytes - owner_in: [mainnet_Bytes!] - owner_not_in: [mainnet_Bytes!] - owner_contains: mainnet_Bytes - owner_not_contains: mainnet_Bytes - recipient: mainnet_Bytes - recipient_not: mainnet_Bytes - recipient_gt: mainnet_Bytes - recipient_lt: mainnet_Bytes - recipient_gte: mainnet_Bytes - recipient_lte: mainnet_Bytes - recipient_in: [mainnet_Bytes!] - recipient_not_in: [mainnet_Bytes!] - recipient_contains: mainnet_Bytes - recipient_not_contains: mainnet_Bytes - proposedOwner: mainnet_Bytes - proposedOwner_not: mainnet_Bytes - proposedOwner_gt: mainnet_Bytes - proposedOwner_lt: mainnet_Bytes - proposedOwner_gte: mainnet_Bytes - proposedOwner_lte: mainnet_Bytes - proposedOwner_in: [mainnet_Bytes!] - proposedOwner_not_in: [mainnet_Bytes!] - proposedOwner_contains: mainnet_Bytes - proposedOwner_not_contains: mainnet_Bytes + owner: 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 @@ -212260,14 +211304,14 @@ input mainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mainnet_AssetBalance_filter + assetBalances_: optimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Router_filter] - or: [mainnet_Router_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Router_filter] + or: [optimism_Router_filter] } -enum mainnet_Router_orderBy { +enum optimism_Router_orderBy { id isActive owner @@ -212277,13 +211321,13 @@ enum mainnet_Router_orderBy { assetBalances } -type mainnet_Sequencer { +type optimism_Sequencer { id: ID! isActive: Boolean! - sequencer: mainnet_Bytes + sequencer: optimism_Bytes } -input mainnet_Sequencer_filter { +input optimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -212296,35 +211340,35 @@ input mainnet_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: mainnet_Bytes - sequencer_not: mainnet_Bytes - sequencer_gt: mainnet_Bytes - sequencer_lt: mainnet_Bytes - sequencer_gte: mainnet_Bytes - sequencer_lte: mainnet_Bytes - sequencer_in: [mainnet_Bytes!] - sequencer_not_in: [mainnet_Bytes!] - sequencer_contains: mainnet_Bytes - sequencer_not_contains: mainnet_Bytes + sequencer: 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: mainnet_BlockChangedFilter - and: [mainnet_Sequencer_filter] - or: [mainnet_Sequencer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Sequencer_filter] + or: [optimism_Sequencer_filter] } -enum mainnet_Sequencer_orderBy { +enum optimism_Sequencer_orderBy { id isActive sequencer } -type mainnet_Setting { +type optimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mainnet_Bytes! + caller: optimism_Bytes! } -input mainnet_Setting_filter { +input optimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -212341,41 +211385,41 @@ input mainnet_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes + caller: 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: mainnet_BlockChangedFilter - and: [mainnet_Setting_filter] - or: [mainnet_Setting_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Setting_filter] + or: [optimism_Setting_filter] } -enum mainnet_Setting_orderBy { +enum optimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type mainnet_SlippageUpdate { +type optimism_SlippageUpdate { id: ID! - transfer: mainnet_DestinationTransfer! + transfer: optimism_DestinationTransfer! slippage: BigInt! - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_SlippageUpdate_filter { +input optimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -212404,7 +211448,7 @@ input mainnet_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mainnet_DestinationTransfer_filter + transfer_: optimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -212413,26 +211457,26 @@ input mainnet_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + caller: 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 @@ -212466,12 +211510,12 @@ input mainnet_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_SlippageUpdate_filter] - or: [mainnet_SlippageUpdate_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_SlippageUpdate_filter] + or: [optimism_SlippageUpdate_filter] } -enum mainnet_SlippageUpdate_orderBy { +enum optimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -212519,16 +211563,16 @@ enum mainnet_SlippageUpdate_orderBy { blockNumber } -type mainnet_SnapshotRoot { +type optimism_SnapshotRoot { id: ID! spokeDomain: BigInt - root: mainnet_Bytes! + root: optimism_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input mainnet_SnapshotRoot_filter { +input optimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -212545,16 +211589,16 @@ input mainnet_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes + root: 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 @@ -212580,12 +211624,12 @@ input mainnet_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_SnapshotRoot_filter] - or: [mainnet_SnapshotRoot_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_SnapshotRoot_filter] + or: [optimism_SnapshotRoot_filter] } -enum mainnet_SnapshotRoot_orderBy { +enum optimism_SnapshotRoot_orderBy { id spokeDomain root @@ -212594,12 +211638,12 @@ enum mainnet_SnapshotRoot_orderBy { blockNumber } -type mainnet_SpokeConnectorMode { +type optimism_SpokeConnectorMode { id: ID! mode: String! } -input mainnet_SpokeConnectorMode_filter { +input optimism_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -212629,17 +211673,17 @@ input mainnet_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_SpokeConnectorMode_filter] - or: [mainnet_SpokeConnectorMode_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_SpokeConnectorMode_filter] + or: [optimism_SpokeConnectorMode_filter] } -enum mainnet_SpokeConnectorMode_orderBy { +enum optimism_SpokeConnectorMode_orderBy { id mode } -enum mainnet_TransferStatus { +enum optimism_TransferStatus { XCalled Executed Reconciled @@ -212647,15 +211691,40 @@ enum mainnet_TransferStatus { CompletedFast } -type bnb_AggregateRoot { +type optimism__Block_ { + """The hash of the block""" + hash: optimism_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type optimism__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: optimism__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type stagingbase_AggregateRoot { id: ID! - root: bnb_Bytes! + root: stagingbase_Bytes! blockNumber: BigInt! } -type bnb_AggregateRootProposed { +type stagingbase_AggregateRootProposed { id: ID! - aggregateRoot: bnb_Bytes! + aggregateRoot: stagingbase_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -212663,7 +211732,7 @@ type bnb_AggregateRootProposed { blockNumber: BigInt } -input bnb_AggregateRootProposed_filter { +input stagingbase_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -212672,16 +211741,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: 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 @@ -212723,12 +211792,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: stagingbase_BlockChangedFilter + and: [stagingbase_AggregateRootProposed_filter] + or: [stagingbase_AggregateRootProposed_filter] } -enum bnb_AggregateRootProposed_orderBy { +enum stagingbase_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -212738,7 +211807,7 @@ enum bnb_AggregateRootProposed_orderBy { blockNumber } -input bnb_AggregateRoot_filter { +input stagingbase_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -212747,16 +211816,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: 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 @@ -212766,47 +211835,47 @@ input bnb_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_AggregateRoot_filter] - or: [bnb_AggregateRoot_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_AggregateRoot_filter] + or: [stagingbase_AggregateRoot_filter] } -enum bnb_AggregateRoot_orderBy { +enum stagingbase_AggregateRoot_orderBy { id root blockNumber } -enum bnb_Aggregation_interval { +enum stagingbase_Aggregation_interval { hour day } -type bnb_Asset { +type stagingbase_Asset { id: ID! - key: bnb_Bytes + key: stagingbase_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: bnb_Bytes + canonicalId: stagingbase_Bytes canonicalDomain: BigInt - adoptedAsset: bnb_Bytes - localAsset: bnb_Bytes + adoptedAsset: stagingbase_Bytes + localAsset: stagingbase_Bytes blockNumber: BigInt - status: bnb_AssetStatus + status: stagingbase_AssetStatus } -type bnb_AssetBalance { +type stagingbase_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: bnb_Router! - asset: bnb_Asset! + router: stagingbase_Router! + asset: stagingbase_Asset! feesEarned: BigInt! } -input bnb_AssetBalance_filter { +input stagingbase_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -212867,7 +211936,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_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -212888,7 +211957,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_: stagingbase_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -212898,12 +211967,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: stagingbase_BlockChangedFilter + and: [stagingbase_AssetBalance_filter] + or: [stagingbase_AssetBalance_filter] } -enum bnb_AssetBalance_orderBy { +enum stagingbase_AssetBalance_orderBy { id amount locked @@ -212929,12 +211998,12 @@ enum bnb_AssetBalance_orderBy { feesEarned } -type bnb_AssetStatus { +type stagingbase_AssetStatus { id: ID! status: Boolean } -input bnb_AssetStatus_filter { +input stagingbase_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -212948,17 +212017,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: stagingbase_BlockChangedFilter + and: [stagingbase_AssetStatus_filter] + or: [stagingbase_AssetStatus_filter] } -enum bnb_AssetStatus_orderBy { +enum stagingbase_AssetStatus_orderBy { id status } -input bnb_Asset_filter { +input stagingbase_Asset_filter { id: ID id_not: ID id_gt: ID @@ -212967,16 +212036,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: 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 @@ -212993,16 +212062,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: 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 @@ -213011,26 +212080,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: 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 @@ -213059,14 +212128,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_: stagingbase_AssetStatus_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Asset_filter] - or: [bnb_Asset_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Asset_filter] + or: [stagingbase_Asset_filter] } -enum bnb_Asset_orderBy { +enum stagingbase_Asset_orderBy { id key decimal @@ -213081,30 +212150,30 @@ enum bnb_Asset_orderBy { status__status } -scalar bnb_BigDecimal +scalar stagingbase_BigDecimal -input bnb_BlockChangedFilter { +input stagingbase_BlockChangedFilter { number_gte: Int! } -input bnb_Block_height { - hash: bnb_Bytes +input stagingbase_Block_height { + hash: stagingbase_Bytes number: Int number_gte: Int } -scalar bnb_Bytes +scalar stagingbase_Bytes -type bnb_ConnectorMeta { +type stagingbase_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: bnb_Bytes - rootManager: bnb_Bytes - mirrorConnector: bnb_Bytes + amb: stagingbase_Bytes + rootManager: stagingbase_Bytes + mirrorConnector: stagingbase_Bytes } -input bnb_ConnectorMeta_filter { +input stagingbase_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -213129,43 +212198,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: 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: bnb_BlockChangedFilter - and: [bnb_ConnectorMeta_filter] - or: [bnb_ConnectorMeta_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_ConnectorMeta_filter] + or: [stagingbase_ConnectorMeta_filter] } -enum bnb_ConnectorMeta_orderBy { +enum stagingbase_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -213174,48 +212243,48 @@ enum bnb_ConnectorMeta_orderBy { mirrorConnector } -type bnb_DestinationTransfer { +type stagingbase_DestinationTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: stagingbase_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: 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: bnb_Bytes - delegate: bnb_Bytes + to: stagingbase_Bytes + delegate: stagingbase_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: stagingbase_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: bnb_Bytes + originSender: stagingbase_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset + canonicalId: stagingbase_Bytes + asset: stagingbase_Asset amount: BigInt routersFee: BigInt - executedCaller: bnb_Bytes - executedTransactionHash: bnb_Bytes + executedCaller: stagingbase_Bytes + executedTransactionHash: stagingbase_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: bnb_Bytes + executedTxOrigin: stagingbase_Bytes executedTxNonce: BigInt - reconciledCaller: bnb_Bytes - reconciledTransactionHash: bnb_Bytes + reconciledCaller: stagingbase_Bytes + reconciledTransactionHash: stagingbase_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin: stagingbase_Bytes reconciledTxNonce: BigInt } -input bnb_DestinationTransfer_filter { +input stagingbase_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -213232,16 +212301,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: 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 @@ -213250,17 +212319,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: 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_: bnb_Router_filter + routers_: stagingbase_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -213285,40 +212354,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: 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: 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: 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 @@ -213335,16 +212404,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: 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 @@ -213361,16 +212430,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: 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 @@ -213391,7 +212460,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_: stagingbase_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -213408,26 +212477,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: 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 @@ -213460,16 +212529,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: 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 @@ -213478,26 +212547,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: 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 @@ -213530,16 +212599,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: 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 @@ -213549,12 +212618,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: stagingbase_BlockChangedFilter + and: [stagingbase_DestinationTransfer_filter] + or: [stagingbase_DestinationTransfer_filter] } -enum bnb_DestinationTransfer_orderBy { +enum stagingbase_DestinationTransfer_orderBy { id chainId transferId @@ -213608,16 +212677,16 @@ enum bnb_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar bnb_Int8 +scalar stagingbase_Int8 -type bnb_OptimisticRootFinalized { +type stagingbase_OptimisticRootFinalized { id: ID! - aggregateRoot: bnb_Bytes! + aggregateRoot: stagingbase_Bytes! timestamp: BigInt! blockNumber: BigInt } -input bnb_OptimisticRootFinalized_filter { +input stagingbase_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -213626,16 +212695,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: 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 @@ -213653,12 +212722,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: stagingbase_BlockChangedFilter + and: [stagingbase_OptimisticRootFinalized_filter] + or: [stagingbase_OptimisticRootFinalized_filter] } -enum bnb_OptimisticRootFinalized_orderBy { +enum stagingbase_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -213666,25 +212735,25 @@ enum bnb_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum bnb_OrderDirection { +enum stagingbase_OrderDirection { asc desc } -type bnb_OriginMessage { +type stagingbase_OriginMessage { id: ID! - transferId: bnb_Bytes + transferId: stagingbase_Bytes destinationDomain: BigInt - leaf: bnb_Bytes + leaf: stagingbase_Bytes index: BigInt - message: bnb_Bytes - root: bnb_Bytes - transactionHash: bnb_Bytes + message: stagingbase_Bytes + root: stagingbase_Bytes + transactionHash: stagingbase_Bytes blockNumber: BigInt - rootCount: bnb_RootCount + rootCount: stagingbase_RootCount } -input bnb_OriginMessage_filter { +input stagingbase_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -213693,16 +212762,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: 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 @@ -213711,16 +212780,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: 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 @@ -213729,36 +212798,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: 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 @@ -213787,14 +212856,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_: stagingbase_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginMessage_filter] - or: [bnb_OriginMessage_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_OriginMessage_filter] + or: [stagingbase_OriginMessage_filter] } -enum bnb_OriginMessage_orderBy { +enum stagingbase_OriginMessage_orderBy { id transferId destinationDomain @@ -213809,42 +212878,42 @@ enum bnb_OriginMessage_orderBy { rootCount__count } -type bnb_OriginTransfer { +type stagingbase_OriginTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: stagingbase_Bytes nonce: BigInt - status: bnb_TransferStatus - messageHash: bnb_Bytes + status: stagingbase_TransferStatus + messageHash: stagingbase_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: bnb_Bytes - delegate: bnb_Bytes + to: stagingbase_Bytes + delegate: stagingbase_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: stagingbase_Bytes slippage: BigInt - originSender: bnb_Bytes + originSender: stagingbase_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset - transactingAsset: bnb_Bytes - message: bnb_OriginMessage + canonicalId: stagingbase_Bytes + asset: stagingbase_Asset + transactingAsset: stagingbase_Bytes + message: stagingbase_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: 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: bnb_Bytes + txOrigin: stagingbase_Bytes txNonce: BigInt } -input bnb_OriginTransfer_filter { +input stagingbase_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -213861,16 +212930,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: 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 @@ -213879,20 +212948,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: 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 @@ -213917,40 +212986,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: 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: 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: 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 @@ -213959,16 +213028,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: 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 @@ -213985,16 +213054,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: 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 @@ -214015,17 +213084,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_: 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 @@ -214046,7 +213115,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_: stagingbase_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -214061,37 +213130,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_: 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 @@ -214124,16 +213193,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: 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 @@ -214143,12 +213212,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: stagingbase_BlockChangedFilter + and: [stagingbase_OriginTransfer_filter] + or: [stagingbase_OriginTransfer_filter] } -enum bnb_OriginTransfer_orderBy { +enum stagingbase_OriginTransfer_orderBy { id chainId transferId @@ -214201,20 +213270,20 @@ enum bnb_OriginTransfer_orderBy { txNonce } -type bnb_Relayer { +type stagingbase_Relayer { id: ID! isActive: Boolean! - relayer: bnb_Bytes + relayer: stagingbase_Bytes } -type bnb_RelayerFee { +type stagingbase_RelayerFee { id: ID! - transfer: bnb_OriginTransfer! + transfer: stagingbase_OriginTransfer! fee: BigInt! - asset: bnb_Bytes! + asset: stagingbase_Bytes! } -input bnb_RelayerFee_filter { +input stagingbase_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -214243,7 +213312,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_: stagingbase_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -214252,23 +213321,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: 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: bnb_BlockChangedFilter - and: [bnb_RelayerFee_filter] - or: [bnb_RelayerFee_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RelayerFee_filter] + or: [stagingbase_RelayerFee_filter] } -enum bnb_RelayerFee_orderBy { +enum stagingbase_RelayerFee_orderBy { id transfer transfer__id @@ -214304,20 +213373,20 @@ enum bnb_RelayerFee_orderBy { asset } -type bnb_RelayerFeesIncrease { +type stagingbase_RelayerFeesIncrease { id: ID! - transfer: bnb_OriginTransfer! + transfer: stagingbase_OriginTransfer! increase: BigInt - asset: bnb_Bytes - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + asset: stagingbase_Bytes + caller: stagingbase_Bytes! + transactionHash: stagingbase_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_RelayerFeesIncrease_filter { +input stagingbase_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -214346,7 +213415,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_: stagingbase_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -214355,36 +213424,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: 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 @@ -214418,12 +213487,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: stagingbase_BlockChangedFilter + and: [stagingbase_RelayerFeesIncrease_filter] + or: [stagingbase_RelayerFeesIncrease_filter] } -enum bnb_RelayerFeesIncrease_orderBy { +enum stagingbase_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -214465,7 +213534,7 @@ enum bnb_RelayerFeesIncrease_orderBy { blockNumber } -input bnb_Relayer_filter { +input stagingbase_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -214478,34 +213547,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: 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: bnb_BlockChangedFilter - and: [bnb_Relayer_filter] - or: [bnb_Relayer_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Relayer_filter] + or: [stagingbase_Relayer_filter] } -enum bnb_Relayer_orderBy { +enum stagingbase_Relayer_orderBy { id isActive relayer } -type bnb_RootCount { +type stagingbase_RootCount { id: ID! count: BigInt } -input bnb_RootCount_filter { +input stagingbase_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -214523,31 +213592,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: stagingbase_BlockChangedFilter + and: [stagingbase_RootCount_filter] + or: [stagingbase_RootCount_filter] } -enum bnb_RootCount_orderBy { +enum stagingbase_RootCount_orderBy { id count } -type bnb_RootMessageSent { +type stagingbase_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: bnb_Bytes + root: stagingbase_Bytes count: BigInt - caller: bnb_Bytes - transactionHash: bnb_Bytes + caller: stagingbase_Bytes + transactionHash: stagingbase_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input bnb_RootMessageSent_filter { +input stagingbase_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -214572,16 +213641,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: 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 @@ -214590,26 +213659,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: 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 @@ -214643,12 +213712,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: stagingbase_BlockChangedFilter + and: [stagingbase_RootMessageSent_filter] + or: [stagingbase_RootMessageSent_filter] } -enum bnb_RootMessageSent_orderBy { +enum stagingbase_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -214662,25 +213731,25 @@ enum bnb_RootMessageSent_orderBy { blockNumber } -type bnb_Router { +type stagingbase_Router { id: ID! isActive: Boolean! - owner: bnb_Bytes - recipient: bnb_Bytes - proposedOwner: bnb_Bytes + owner: stagingbase_Bytes + recipient: stagingbase_Bytes + proposedOwner: stagingbase_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: stagingbase_AssetBalance_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_AssetBalance_filter): [stagingbase_AssetBalance!]! } -type bnb_RouterDailyTVL { +type stagingbase_RouterDailyTVL { id: ID! - router: bnb_Router! - asset: bnb_Asset! + router: stagingbase_Router! + asset: stagingbase_Asset! timestamp: BigInt! balance: BigInt! } -input bnb_RouterDailyTVL_filter { +input stagingbase_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -214709,7 +213778,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_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -214730,7 +213799,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_: stagingbase_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -214748,12 +213817,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: stagingbase_BlockChangedFilter + and: [stagingbase_RouterDailyTVL_filter] + or: [stagingbase_RouterDailyTVL_filter] } -enum bnb_RouterDailyTVL_orderBy { +enum stagingbase_RouterDailyTVL_orderBy { id router router__id @@ -214776,26 +213845,26 @@ enum bnb_RouterDailyTVL_orderBy { balance } -type bnb_RouterLiquidityEvent { +type stagingbase_RouterLiquidityEvent { id: ID! - type: bnb_RouterLiquidityEventType - router: bnb_Router! - asset: bnb_Asset! + type: stagingbase_RouterLiquidityEventType + router: stagingbase_Router! + asset: stagingbase_Asset! amount: BigInt! balance: BigInt! - caller: bnb_Bytes + caller: stagingbase_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: bnb_Bytes! + transactionHash: stagingbase_Bytes! nonce: BigInt! } -enum bnb_RouterLiquidityEventType { +enum stagingbase_RouterLiquidityEventType { Add Remove } -input bnb_RouterLiquidityEvent_filter { +input stagingbase_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -214804,10 +213873,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: stagingbase_RouterLiquidityEventType + type_not: stagingbase_RouterLiquidityEventType + type_in: [stagingbase_RouterLiquidityEventType!] + type_not_in: [stagingbase_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -214828,7 +213897,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_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -214849,7 +213918,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_: stagingbase_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -214866,16 +213935,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: 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 @@ -214892,16 +213961,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: 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 @@ -214911,12 +213980,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: stagingbase_BlockChangedFilter + and: [stagingbase_RouterLiquidityEvent_filter] + or: [stagingbase_RouterLiquidityEvent_filter] } -enum bnb_RouterLiquidityEvent_orderBy { +enum stagingbase_RouterLiquidityEvent_orderBy { id type router @@ -214945,7 +214014,7 @@ enum bnb_RouterLiquidityEvent_orderBy { nonce } -input bnb_Router_filter { +input stagingbase_Router_filter { id: ID id_not: ID id_gt: ID @@ -214958,36 +214027,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: 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 @@ -214996,14 +214065,14 @@ input bnb_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: bnb_AssetBalance_filter + assetBalances_: stagingbase_AssetBalance_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Router_filter] - or: [bnb_Router_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Router_filter] + or: [stagingbase_Router_filter] } -enum bnb_Router_orderBy { +enum stagingbase_Router_orderBy { id isActive owner @@ -215013,13 +214082,13 @@ enum bnb_Router_orderBy { assetBalances } -type bnb_Sequencer { +type stagingbase_Sequencer { id: ID! isActive: Boolean! - sequencer: bnb_Bytes + sequencer: stagingbase_Bytes } -input bnb_Sequencer_filter { +input stagingbase_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -215032,35 +214101,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: 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: bnb_BlockChangedFilter - and: [bnb_Sequencer_filter] - or: [bnb_Sequencer_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Sequencer_filter] + or: [stagingbase_Sequencer_filter] } -enum bnb_Sequencer_orderBy { +enum stagingbase_Sequencer_orderBy { id isActive sequencer } -type bnb_Setting { +type stagingbase_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: bnb_Bytes! + caller: stagingbase_Bytes! } -input bnb_Setting_filter { +input stagingbase_Setting_filter { id: ID id_not: ID id_gt: ID @@ -215077,41 +214146,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: 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: bnb_BlockChangedFilter - and: [bnb_Setting_filter] - or: [bnb_Setting_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Setting_filter] + or: [stagingbase_Setting_filter] } -enum bnb_Setting_orderBy { +enum stagingbase_Setting_orderBy { id maxRoutersPerTransfer caller } -type bnb_SlippageUpdate { +type stagingbase_SlippageUpdate { id: ID! - transfer: bnb_DestinationTransfer! + transfer: stagingbase_DestinationTransfer! slippage: BigInt! - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + caller: stagingbase_Bytes! + transactionHash: stagingbase_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_SlippageUpdate_filter { +input stagingbase_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -215140,7 +214209,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_: stagingbase_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -215149,26 +214218,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: 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 @@ -215202,12 +214271,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: stagingbase_BlockChangedFilter + and: [stagingbase_SlippageUpdate_filter] + or: [stagingbase_SlippageUpdate_filter] } -enum bnb_SlippageUpdate_orderBy { +enum stagingbase_SlippageUpdate_orderBy { id transfer transfer__id @@ -215255,16 +214324,16 @@ enum bnb_SlippageUpdate_orderBy { blockNumber } -type bnb_SnapshotRoot { +type stagingbase_SnapshotRoot { id: ID! spokeDomain: BigInt - root: bnb_Bytes! + root: stagingbase_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input bnb_SnapshotRoot_filter { +input stagingbase_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -215281,16 +214350,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: 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 @@ -215316,12 +214385,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: stagingbase_BlockChangedFilter + and: [stagingbase_SnapshotRoot_filter] + or: [stagingbase_SnapshotRoot_filter] } -enum bnb_SnapshotRoot_orderBy { +enum stagingbase_SnapshotRoot_orderBy { id spokeDomain root @@ -215330,12 +214399,12 @@ enum bnb_SnapshotRoot_orderBy { blockNumber } -type bnb_SpokeConnectorMode { +type stagingbase_SpokeConnectorMode { id: ID! mode: String! } -input bnb_SpokeConnectorMode_filter { +input stagingbase_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -215365,17 +214434,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: stagingbase_BlockChangedFilter + and: [stagingbase_SpokeConnectorMode_filter] + or: [stagingbase_SpokeConnectorMode_filter] } -enum bnb_SpokeConnectorMode_orderBy { +enum stagingbase_SpokeConnectorMode_orderBy { id mode } -enum bnb_TransferStatus { +enum stagingbase_TransferStatus { XCalled Executed Reconciled @@ -215383,19 +214452,19 @@ enum bnb_TransferStatus { CompletedFast } -type bnb__Block_ { +type stagingbase__Block_ { """The hash of the block""" - hash: bnb_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: bnb_Bytes + parentHash: stagingbase_Bytes } """The type for the top-level _meta field""" -type bnb__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 @@ -215403,22 +214472,22 @@ type bnb__Meta_ { and therefore asks for the latest block """ - block: bnb__Block_! + block: stagingbase__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type avalanche_AggregateRoot { +type localoptimism_AggregateRoot { id: ID! - root: avalanche_Bytes! + root: localoptimism_Bytes! blockNumber: BigInt! } -type avalanche_AggregateRootProposed { +type localoptimism_AggregateRootProposed { id: ID! - aggregateRoot: avalanche_Bytes! + aggregateRoot: localoptimism_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -215426,7 +214495,7 @@ type avalanche_AggregateRootProposed { blockNumber: BigInt } -input avalanche_AggregateRootProposed_filter { +input localoptimism_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -215435,16 +214504,16 @@ input avalanche_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: avalanche_Bytes - aggregateRoot_not: avalanche_Bytes - aggregateRoot_gt: avalanche_Bytes - aggregateRoot_lt: avalanche_Bytes - aggregateRoot_gte: avalanche_Bytes - aggregateRoot_lte: avalanche_Bytes - aggregateRoot_in: [avalanche_Bytes!] - aggregateRoot_not_in: [avalanche_Bytes!] - aggregateRoot_contains: avalanche_Bytes - aggregateRoot_not_contains: avalanche_Bytes + aggregateRoot: localoptimism_Bytes + aggregateRoot_not: localoptimism_Bytes + aggregateRoot_gt: localoptimism_Bytes + aggregateRoot_lt: localoptimism_Bytes + aggregateRoot_gte: localoptimism_Bytes + aggregateRoot_lte: localoptimism_Bytes + aggregateRoot_in: [localoptimism_Bytes!] + aggregateRoot_not_in: [localoptimism_Bytes!] + aggregateRoot_contains: localoptimism_Bytes + aggregateRoot_not_contains: localoptimism_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -215486,12 +214555,12 @@ input avalanche_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AggregateRootProposed_filter] - or: [avalanche_AggregateRootProposed_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_AggregateRootProposed_filter] + or: [localoptimism_AggregateRootProposed_filter] } -enum avalanche_AggregateRootProposed_orderBy { +enum localoptimism_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -215501,7 +214570,7 @@ enum avalanche_AggregateRootProposed_orderBy { blockNumber } -input avalanche_AggregateRoot_filter { +input localoptimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -215510,16 +214579,16 @@ input avalanche_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes + root: localoptimism_Bytes + root_not: localoptimism_Bytes + root_gt: localoptimism_Bytes + root_lt: localoptimism_Bytes + root_gte: localoptimism_Bytes + root_lte: localoptimism_Bytes + root_in: [localoptimism_Bytes!] + root_not_in: [localoptimism_Bytes!] + root_contains: localoptimism_Bytes + root_not_contains: localoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -215529,47 +214598,47 @@ input avalanche_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AggregateRoot_filter] - or: [avalanche_AggregateRoot_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_AggregateRoot_filter] + or: [localoptimism_AggregateRoot_filter] } -enum avalanche_AggregateRoot_orderBy { +enum localoptimism_AggregateRoot_orderBy { id root blockNumber } -enum avalanche_Aggregation_interval { +enum localoptimism_Aggregation_interval { hour day } -type avalanche_Asset { +type localoptimism_Asset { id: ID! - key: avalanche_Bytes + key: localoptimism_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: avalanche_Bytes + canonicalId: localoptimism_Bytes canonicalDomain: BigInt - adoptedAsset: avalanche_Bytes - localAsset: avalanche_Bytes + adoptedAsset: localoptimism_Bytes + localAsset: localoptimism_Bytes blockNumber: BigInt - status: avalanche_AssetStatus + status: localoptimism_AssetStatus } -type avalanche_AssetBalance { +type localoptimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: avalanche_Router! - asset: avalanche_Asset! + router: localoptimism_Router! + asset: localoptimism_Asset! feesEarned: BigInt! } -input avalanche_AssetBalance_filter { +input localoptimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -215630,7 +214699,7 @@ input avalanche_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: avalanche_Router_filter + router_: localoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -215651,7 +214720,7 @@ input avalanche_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: localoptimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -215661,12 +214730,12 @@ input avalanche_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AssetBalance_filter] - or: [avalanche_AssetBalance_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_AssetBalance_filter] + or: [localoptimism_AssetBalance_filter] } -enum avalanche_AssetBalance_orderBy { +enum localoptimism_AssetBalance_orderBy { id amount locked @@ -215692,12 +214761,12 @@ enum avalanche_AssetBalance_orderBy { feesEarned } -type avalanche_AssetStatus { +type localoptimism_AssetStatus { id: ID! status: Boolean } -input avalanche_AssetStatus_filter { +input localoptimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -215711,17 +214780,17 @@ input avalanche_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AssetStatus_filter] - or: [avalanche_AssetStatus_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_AssetStatus_filter] + or: [localoptimism_AssetStatus_filter] } -enum avalanche_AssetStatus_orderBy { +enum localoptimism_AssetStatus_orderBy { id status } -input avalanche_Asset_filter { +input localoptimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -215730,16 +214799,16 @@ input avalanche_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: avalanche_Bytes - key_not: avalanche_Bytes - key_gt: avalanche_Bytes - key_lt: avalanche_Bytes - key_gte: avalanche_Bytes - key_lte: avalanche_Bytes - key_in: [avalanche_Bytes!] - key_not_in: [avalanche_Bytes!] - key_contains: avalanche_Bytes - key_not_contains: avalanche_Bytes + key: localoptimism_Bytes + key_not: localoptimism_Bytes + key_gt: localoptimism_Bytes + key_lt: localoptimism_Bytes + key_gte: localoptimism_Bytes + key_lte: localoptimism_Bytes + key_in: [localoptimism_Bytes!] + key_not_in: [localoptimism_Bytes!] + key_contains: localoptimism_Bytes + key_not_contains: localoptimism_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -215756,16 +214825,16 @@ input avalanche_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: avalanche_Bytes - canonicalId_not: avalanche_Bytes - canonicalId_gt: avalanche_Bytes - canonicalId_lt: avalanche_Bytes - canonicalId_gte: avalanche_Bytes - canonicalId_lte: avalanche_Bytes - canonicalId_in: [avalanche_Bytes!] - canonicalId_not_in: [avalanche_Bytes!] - canonicalId_contains: avalanche_Bytes - canonicalId_not_contains: avalanche_Bytes + canonicalId: localoptimism_Bytes + canonicalId_not: localoptimism_Bytes + canonicalId_gt: localoptimism_Bytes + canonicalId_lt: localoptimism_Bytes + canonicalId_gte: localoptimism_Bytes + canonicalId_lte: localoptimism_Bytes + canonicalId_in: [localoptimism_Bytes!] + canonicalId_not_in: [localoptimism_Bytes!] + canonicalId_contains: localoptimism_Bytes + canonicalId_not_contains: localoptimism_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -215774,26 +214843,26 @@ input avalanche_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: avalanche_Bytes - adoptedAsset_not: avalanche_Bytes - adoptedAsset_gt: avalanche_Bytes - adoptedAsset_lt: avalanche_Bytes - adoptedAsset_gte: avalanche_Bytes - adoptedAsset_lte: avalanche_Bytes - adoptedAsset_in: [avalanche_Bytes!] - adoptedAsset_not_in: [avalanche_Bytes!] - adoptedAsset_contains: avalanche_Bytes - adoptedAsset_not_contains: avalanche_Bytes - localAsset: avalanche_Bytes - localAsset_not: avalanche_Bytes - localAsset_gt: avalanche_Bytes - localAsset_lt: avalanche_Bytes - localAsset_gte: avalanche_Bytes - localAsset_lte: avalanche_Bytes - localAsset_in: [avalanche_Bytes!] - localAsset_not_in: [avalanche_Bytes!] - localAsset_contains: avalanche_Bytes - localAsset_not_contains: avalanche_Bytes + adoptedAsset: localoptimism_Bytes + adoptedAsset_not: localoptimism_Bytes + adoptedAsset_gt: localoptimism_Bytes + adoptedAsset_lt: localoptimism_Bytes + adoptedAsset_gte: localoptimism_Bytes + adoptedAsset_lte: localoptimism_Bytes + adoptedAsset_in: [localoptimism_Bytes!] + adoptedAsset_not_in: [localoptimism_Bytes!] + adoptedAsset_contains: localoptimism_Bytes + adoptedAsset_not_contains: localoptimism_Bytes + localAsset: localoptimism_Bytes + localAsset_not: localoptimism_Bytes + localAsset_gt: localoptimism_Bytes + localAsset_lt: localoptimism_Bytes + localAsset_gte: localoptimism_Bytes + localAsset_lte: localoptimism_Bytes + localAsset_in: [localoptimism_Bytes!] + localAsset_not_in: [localoptimism_Bytes!] + localAsset_contains: localoptimism_Bytes + localAsset_not_contains: localoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -215822,14 +214891,14 @@ input avalanche_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: avalanche_AssetStatus_filter + status_: localoptimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Asset_filter] - or: [avalanche_Asset_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Asset_filter] + or: [localoptimism_Asset_filter] } -enum avalanche_Asset_orderBy { +enum localoptimism_Asset_orderBy { id key decimal @@ -215844,30 +214913,30 @@ enum avalanche_Asset_orderBy { status__status } -scalar avalanche_BigDecimal +scalar localoptimism_BigDecimal -input avalanche_BlockChangedFilter { +input localoptimism_BlockChangedFilter { number_gte: Int! } -input avalanche_Block_height { - hash: avalanche_Bytes +input localoptimism_Block_height { + hash: localoptimism_Bytes number: Int number_gte: Int } -scalar avalanche_Bytes +scalar localoptimism_Bytes -type avalanche_ConnectorMeta { +type localoptimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: avalanche_Bytes - rootManager: avalanche_Bytes - mirrorConnector: avalanche_Bytes + amb: localoptimism_Bytes + rootManager: localoptimism_Bytes + mirrorConnector: localoptimism_Bytes } -input avalanche_ConnectorMeta_filter { +input localoptimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -215892,43 +214961,43 @@ input avalanche_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: avalanche_Bytes - amb_not: avalanche_Bytes - amb_gt: avalanche_Bytes - amb_lt: avalanche_Bytes - amb_gte: avalanche_Bytes - amb_lte: avalanche_Bytes - amb_in: [avalanche_Bytes!] - amb_not_in: [avalanche_Bytes!] - amb_contains: avalanche_Bytes - amb_not_contains: avalanche_Bytes - rootManager: avalanche_Bytes - rootManager_not: avalanche_Bytes - rootManager_gt: avalanche_Bytes - rootManager_lt: avalanche_Bytes - rootManager_gte: avalanche_Bytes - rootManager_lte: avalanche_Bytes - rootManager_in: [avalanche_Bytes!] - rootManager_not_in: [avalanche_Bytes!] - rootManager_contains: avalanche_Bytes - rootManager_not_contains: avalanche_Bytes - mirrorConnector: avalanche_Bytes - mirrorConnector_not: avalanche_Bytes - mirrorConnector_gt: avalanche_Bytes - mirrorConnector_lt: avalanche_Bytes - mirrorConnector_gte: avalanche_Bytes - mirrorConnector_lte: avalanche_Bytes - mirrorConnector_in: [avalanche_Bytes!] - mirrorConnector_not_in: [avalanche_Bytes!] - mirrorConnector_contains: avalanche_Bytes - mirrorConnector_not_contains: avalanche_Bytes + amb: localoptimism_Bytes + amb_not: localoptimism_Bytes + amb_gt: localoptimism_Bytes + amb_lt: localoptimism_Bytes + amb_gte: localoptimism_Bytes + amb_lte: localoptimism_Bytes + amb_in: [localoptimism_Bytes!] + amb_not_in: [localoptimism_Bytes!] + amb_contains: localoptimism_Bytes + amb_not_contains: localoptimism_Bytes + rootManager: localoptimism_Bytes + rootManager_not: localoptimism_Bytes + rootManager_gt: localoptimism_Bytes + rootManager_lt: localoptimism_Bytes + rootManager_gte: localoptimism_Bytes + rootManager_lte: localoptimism_Bytes + rootManager_in: [localoptimism_Bytes!] + rootManager_not_in: [localoptimism_Bytes!] + rootManager_contains: localoptimism_Bytes + rootManager_not_contains: localoptimism_Bytes + mirrorConnector: localoptimism_Bytes + mirrorConnector_not: localoptimism_Bytes + mirrorConnector_gt: localoptimism_Bytes + mirrorConnector_lt: localoptimism_Bytes + mirrorConnector_gte: localoptimism_Bytes + mirrorConnector_lte: localoptimism_Bytes + mirrorConnector_in: [localoptimism_Bytes!] + mirrorConnector_not_in: [localoptimism_Bytes!] + mirrorConnector_contains: localoptimism_Bytes + mirrorConnector_not_contains: localoptimism_Bytes """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_ConnectorMeta_filter] - or: [avalanche_ConnectorMeta_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_ConnectorMeta_filter] + or: [localoptimism_ConnectorMeta_filter] } -enum avalanche_ConnectorMeta_orderBy { +enum localoptimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -215937,48 +215006,48 @@ enum avalanche_ConnectorMeta_orderBy { mirrorConnector } -type avalanche_DestinationTransfer { +type localoptimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: avalanche_Bytes + transferId: localoptimism_Bytes nonce: BigInt - status: avalanche_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: avalanche_Router_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_Router_filter): [avalanche_Router!] + status: localoptimism_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: localoptimism_Router_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_Router_filter): [localoptimism_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: avalanche_Bytes - delegate: avalanche_Bytes + to: localoptimism_Bytes + delegate: localoptimism_Bytes receiveLocal: Boolean - callData: avalanche_Bytes + callData: localoptimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: avalanche_Bytes + originSender: localoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: avalanche_Bytes - asset: avalanche_Asset + canonicalId: localoptimism_Bytes + asset: localoptimism_Asset amount: BigInt routersFee: BigInt - executedCaller: avalanche_Bytes - executedTransactionHash: avalanche_Bytes + executedCaller: localoptimism_Bytes + executedTransactionHash: localoptimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: avalanche_Bytes + executedTxOrigin: localoptimism_Bytes executedTxNonce: BigInt - reconciledCaller: avalanche_Bytes - reconciledTransactionHash: avalanche_Bytes + reconciledCaller: localoptimism_Bytes + reconciledTransactionHash: localoptimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: avalanche_Bytes + reconciledTxOrigin: localoptimism_Bytes reconciledTxNonce: BigInt } -input avalanche_DestinationTransfer_filter { +input localoptimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -215995,16 +215064,16 @@ input avalanche_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: avalanche_Bytes - transferId_not: avalanche_Bytes - transferId_gt: avalanche_Bytes - transferId_lt: avalanche_Bytes - transferId_gte: avalanche_Bytes - transferId_lte: avalanche_Bytes - transferId_in: [avalanche_Bytes!] - transferId_not_in: [avalanche_Bytes!] - transferId_contains: avalanche_Bytes - transferId_not_contains: avalanche_Bytes + transferId: localoptimism_Bytes + transferId_not: localoptimism_Bytes + transferId_gt: localoptimism_Bytes + transferId_lt: localoptimism_Bytes + transferId_gte: localoptimism_Bytes + transferId_lte: localoptimism_Bytes + transferId_in: [localoptimism_Bytes!] + transferId_not_in: [localoptimism_Bytes!] + transferId_contains: localoptimism_Bytes + transferId_not_contains: localoptimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -216013,17 +215082,17 @@ input avalanche_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: avalanche_TransferStatus - status_not: avalanche_TransferStatus - status_in: [avalanche_TransferStatus!] - status_not_in: [avalanche_TransferStatus!] + status: localoptimism_TransferStatus + status_not: localoptimism_TransferStatus + status_in: [localoptimism_TransferStatus!] + status_not_in: [localoptimism_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: avalanche_Router_filter + routers_: localoptimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -216048,40 +215117,40 @@ input avalanche_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: avalanche_Bytes - to_not: avalanche_Bytes - to_gt: avalanche_Bytes - to_lt: avalanche_Bytes - to_gte: avalanche_Bytes - to_lte: avalanche_Bytes - to_in: [avalanche_Bytes!] - to_not_in: [avalanche_Bytes!] - to_contains: avalanche_Bytes - to_not_contains: avalanche_Bytes - delegate: avalanche_Bytes - delegate_not: avalanche_Bytes - delegate_gt: avalanche_Bytes - delegate_lt: avalanche_Bytes - delegate_gte: avalanche_Bytes - delegate_lte: avalanche_Bytes - delegate_in: [avalanche_Bytes!] - delegate_not_in: [avalanche_Bytes!] - delegate_contains: avalanche_Bytes - delegate_not_contains: avalanche_Bytes + to: localoptimism_Bytes + to_not: localoptimism_Bytes + to_gt: localoptimism_Bytes + to_lt: localoptimism_Bytes + to_gte: localoptimism_Bytes + to_lte: localoptimism_Bytes + to_in: [localoptimism_Bytes!] + to_not_in: [localoptimism_Bytes!] + to_contains: localoptimism_Bytes + to_not_contains: localoptimism_Bytes + delegate: localoptimism_Bytes + delegate_not: localoptimism_Bytes + delegate_gt: localoptimism_Bytes + delegate_lt: localoptimism_Bytes + delegate_gte: localoptimism_Bytes + delegate_lte: localoptimism_Bytes + delegate_in: [localoptimism_Bytes!] + delegate_not_in: [localoptimism_Bytes!] + delegate_contains: localoptimism_Bytes + delegate_not_contains: localoptimism_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: avalanche_Bytes - callData_not: avalanche_Bytes - callData_gt: avalanche_Bytes - callData_lt: avalanche_Bytes - callData_gte: avalanche_Bytes - callData_lte: avalanche_Bytes - callData_in: [avalanche_Bytes!] - callData_not_in: [avalanche_Bytes!] - callData_contains: avalanche_Bytes - callData_not_contains: avalanche_Bytes + callData: localoptimism_Bytes + callData_not: localoptimism_Bytes + callData_gt: localoptimism_Bytes + callData_lt: localoptimism_Bytes + callData_gte: localoptimism_Bytes + callData_lte: localoptimism_Bytes + callData_in: [localoptimism_Bytes!] + callData_not_in: [localoptimism_Bytes!] + callData_contains: localoptimism_Bytes + callData_not_contains: localoptimism_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -216098,16 +215167,16 @@ input avalanche_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: avalanche_Bytes - originSender_not: avalanche_Bytes - originSender_gt: avalanche_Bytes - originSender_lt: avalanche_Bytes - originSender_gte: avalanche_Bytes - originSender_lte: avalanche_Bytes - originSender_in: [avalanche_Bytes!] - originSender_not_in: [avalanche_Bytes!] - originSender_contains: avalanche_Bytes - originSender_not_contains: avalanche_Bytes + originSender: localoptimism_Bytes + originSender_not: localoptimism_Bytes + originSender_gt: localoptimism_Bytes + originSender_lt: localoptimism_Bytes + originSender_gte: localoptimism_Bytes + originSender_lte: localoptimism_Bytes + originSender_in: [localoptimism_Bytes!] + originSender_not_in: [localoptimism_Bytes!] + originSender_contains: localoptimism_Bytes + originSender_not_contains: localoptimism_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -216124,16 +215193,16 @@ input avalanche_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: avalanche_Bytes - canonicalId_not: avalanche_Bytes - canonicalId_gt: avalanche_Bytes - canonicalId_lt: avalanche_Bytes - canonicalId_gte: avalanche_Bytes - canonicalId_lte: avalanche_Bytes - canonicalId_in: [avalanche_Bytes!] - canonicalId_not_in: [avalanche_Bytes!] - canonicalId_contains: avalanche_Bytes - canonicalId_not_contains: avalanche_Bytes + canonicalId: localoptimism_Bytes + canonicalId_not: localoptimism_Bytes + canonicalId_gt: localoptimism_Bytes + canonicalId_lt: localoptimism_Bytes + canonicalId_gte: localoptimism_Bytes + canonicalId_lte: localoptimism_Bytes + canonicalId_in: [localoptimism_Bytes!] + canonicalId_not_in: [localoptimism_Bytes!] + canonicalId_contains: localoptimism_Bytes + canonicalId_not_contains: localoptimism_Bytes asset: String asset_not: String asset_gt: String @@ -216154,7 +215223,7 @@ input avalanche_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: localoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -216171,26 +215240,26 @@ input avalanche_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: avalanche_Bytes - executedCaller_not: avalanche_Bytes - executedCaller_gt: avalanche_Bytes - executedCaller_lt: avalanche_Bytes - executedCaller_gte: avalanche_Bytes - executedCaller_lte: avalanche_Bytes - executedCaller_in: [avalanche_Bytes!] - executedCaller_not_in: [avalanche_Bytes!] - executedCaller_contains: avalanche_Bytes - executedCaller_not_contains: avalanche_Bytes - executedTransactionHash: avalanche_Bytes - executedTransactionHash_not: avalanche_Bytes - executedTransactionHash_gt: avalanche_Bytes - executedTransactionHash_lt: avalanche_Bytes - executedTransactionHash_gte: avalanche_Bytes - executedTransactionHash_lte: avalanche_Bytes - executedTransactionHash_in: [avalanche_Bytes!] - executedTransactionHash_not_in: [avalanche_Bytes!] - executedTransactionHash_contains: avalanche_Bytes - executedTransactionHash_not_contains: avalanche_Bytes + executedCaller: localoptimism_Bytes + executedCaller_not: localoptimism_Bytes + executedCaller_gt: localoptimism_Bytes + executedCaller_lt: localoptimism_Bytes + executedCaller_gte: localoptimism_Bytes + executedCaller_lte: localoptimism_Bytes + executedCaller_in: [localoptimism_Bytes!] + executedCaller_not_in: [localoptimism_Bytes!] + executedCaller_contains: localoptimism_Bytes + executedCaller_not_contains: localoptimism_Bytes + executedTransactionHash: localoptimism_Bytes + executedTransactionHash_not: localoptimism_Bytes + executedTransactionHash_gt: localoptimism_Bytes + executedTransactionHash_lt: localoptimism_Bytes + executedTransactionHash_gte: localoptimism_Bytes + executedTransactionHash_lte: localoptimism_Bytes + executedTransactionHash_in: [localoptimism_Bytes!] + executedTransactionHash_not_in: [localoptimism_Bytes!] + executedTransactionHash_contains: localoptimism_Bytes + executedTransactionHash_not_contains: localoptimism_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -216223,16 +215292,16 @@ input avalanche_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: avalanche_Bytes - executedTxOrigin_not: avalanche_Bytes - executedTxOrigin_gt: avalanche_Bytes - executedTxOrigin_lt: avalanche_Bytes - executedTxOrigin_gte: avalanche_Bytes - executedTxOrigin_lte: avalanche_Bytes - executedTxOrigin_in: [avalanche_Bytes!] - executedTxOrigin_not_in: [avalanche_Bytes!] - executedTxOrigin_contains: avalanche_Bytes - executedTxOrigin_not_contains: avalanche_Bytes + executedTxOrigin: localoptimism_Bytes + executedTxOrigin_not: localoptimism_Bytes + executedTxOrigin_gt: localoptimism_Bytes + executedTxOrigin_lt: localoptimism_Bytes + executedTxOrigin_gte: localoptimism_Bytes + executedTxOrigin_lte: localoptimism_Bytes + executedTxOrigin_in: [localoptimism_Bytes!] + executedTxOrigin_not_in: [localoptimism_Bytes!] + executedTxOrigin_contains: localoptimism_Bytes + executedTxOrigin_not_contains: localoptimism_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -216241,26 +215310,26 @@ input avalanche_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: avalanche_Bytes - reconciledCaller_not: avalanche_Bytes - reconciledCaller_gt: avalanche_Bytes - reconciledCaller_lt: avalanche_Bytes - reconciledCaller_gte: avalanche_Bytes - reconciledCaller_lte: avalanche_Bytes - reconciledCaller_in: [avalanche_Bytes!] - reconciledCaller_not_in: [avalanche_Bytes!] - reconciledCaller_contains: avalanche_Bytes - reconciledCaller_not_contains: avalanche_Bytes - reconciledTransactionHash: avalanche_Bytes - reconciledTransactionHash_not: avalanche_Bytes - reconciledTransactionHash_gt: avalanche_Bytes - reconciledTransactionHash_lt: avalanche_Bytes - reconciledTransactionHash_gte: avalanche_Bytes - reconciledTransactionHash_lte: avalanche_Bytes - reconciledTransactionHash_in: [avalanche_Bytes!] - reconciledTransactionHash_not_in: [avalanche_Bytes!] - reconciledTransactionHash_contains: avalanche_Bytes - reconciledTransactionHash_not_contains: avalanche_Bytes + reconciledCaller: localoptimism_Bytes + reconciledCaller_not: localoptimism_Bytes + reconciledCaller_gt: localoptimism_Bytes + reconciledCaller_lt: localoptimism_Bytes + reconciledCaller_gte: localoptimism_Bytes + reconciledCaller_lte: localoptimism_Bytes + reconciledCaller_in: [localoptimism_Bytes!] + reconciledCaller_not_in: [localoptimism_Bytes!] + reconciledCaller_contains: localoptimism_Bytes + reconciledCaller_not_contains: localoptimism_Bytes + reconciledTransactionHash: localoptimism_Bytes + reconciledTransactionHash_not: localoptimism_Bytes + reconciledTransactionHash_gt: localoptimism_Bytes + reconciledTransactionHash_lt: localoptimism_Bytes + reconciledTransactionHash_gte: localoptimism_Bytes + reconciledTransactionHash_lte: localoptimism_Bytes + reconciledTransactionHash_in: [localoptimism_Bytes!] + reconciledTransactionHash_not_in: [localoptimism_Bytes!] + reconciledTransactionHash_contains: localoptimism_Bytes + reconciledTransactionHash_not_contains: localoptimism_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -216293,16 +215362,16 @@ input avalanche_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: avalanche_Bytes - reconciledTxOrigin_not: avalanche_Bytes - reconciledTxOrigin_gt: avalanche_Bytes - reconciledTxOrigin_lt: avalanche_Bytes - reconciledTxOrigin_gte: avalanche_Bytes - reconciledTxOrigin_lte: avalanche_Bytes - reconciledTxOrigin_in: [avalanche_Bytes!] - reconciledTxOrigin_not_in: [avalanche_Bytes!] - reconciledTxOrigin_contains: avalanche_Bytes - reconciledTxOrigin_not_contains: avalanche_Bytes + reconciledTxOrigin: localoptimism_Bytes + reconciledTxOrigin_not: localoptimism_Bytes + reconciledTxOrigin_gt: localoptimism_Bytes + reconciledTxOrigin_lt: localoptimism_Bytes + reconciledTxOrigin_gte: localoptimism_Bytes + reconciledTxOrigin_lte: localoptimism_Bytes + reconciledTxOrigin_in: [localoptimism_Bytes!] + reconciledTxOrigin_not_in: [localoptimism_Bytes!] + reconciledTxOrigin_contains: localoptimism_Bytes + reconciledTxOrigin_not_contains: localoptimism_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -216312,12 +215381,12 @@ input avalanche_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_DestinationTransfer_filter] - or: [avalanche_DestinationTransfer_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_DestinationTransfer_filter] + or: [localoptimism_DestinationTransfer_filter] } -enum avalanche_DestinationTransfer_orderBy { +enum localoptimism_DestinationTransfer_orderBy { id chainId transferId @@ -216371,16 +215440,16 @@ enum avalanche_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar avalanche_Int8 +scalar localoptimism_Int8 -type avalanche_OptimisticRootFinalized { +type localoptimism_OptimisticRootFinalized { id: ID! - aggregateRoot: avalanche_Bytes! + aggregateRoot: localoptimism_Bytes! timestamp: BigInt! blockNumber: BigInt } -input avalanche_OptimisticRootFinalized_filter { +input localoptimism_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -216389,16 +215458,16 @@ input avalanche_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: avalanche_Bytes - aggregateRoot_not: avalanche_Bytes - aggregateRoot_gt: avalanche_Bytes - aggregateRoot_lt: avalanche_Bytes - aggregateRoot_gte: avalanche_Bytes - aggregateRoot_lte: avalanche_Bytes - aggregateRoot_in: [avalanche_Bytes!] - aggregateRoot_not_in: [avalanche_Bytes!] - aggregateRoot_contains: avalanche_Bytes - aggregateRoot_not_contains: avalanche_Bytes + aggregateRoot: localoptimism_Bytes + aggregateRoot_not: localoptimism_Bytes + aggregateRoot_gt: localoptimism_Bytes + aggregateRoot_lt: localoptimism_Bytes + aggregateRoot_gte: localoptimism_Bytes + aggregateRoot_lte: localoptimism_Bytes + aggregateRoot_in: [localoptimism_Bytes!] + aggregateRoot_not_in: [localoptimism_Bytes!] + aggregateRoot_contains: localoptimism_Bytes + aggregateRoot_not_contains: localoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -216416,12 +215485,12 @@ input avalanche_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_OptimisticRootFinalized_filter] - or: [avalanche_OptimisticRootFinalized_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_OptimisticRootFinalized_filter] + or: [localoptimism_OptimisticRootFinalized_filter] } -enum avalanche_OptimisticRootFinalized_orderBy { +enum localoptimism_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -216429,25 +215498,25 @@ enum avalanche_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum avalanche_OrderDirection { +enum localoptimism_OrderDirection { asc desc } -type avalanche_OriginMessage { +type localoptimism_OriginMessage { id: ID! - transferId: avalanche_Bytes + transferId: localoptimism_Bytes destinationDomain: BigInt - leaf: avalanche_Bytes + leaf: localoptimism_Bytes index: BigInt - message: avalanche_Bytes - root: avalanche_Bytes - transactionHash: avalanche_Bytes + message: localoptimism_Bytes + root: localoptimism_Bytes + transactionHash: localoptimism_Bytes blockNumber: BigInt - rootCount: avalanche_RootCount + rootCount: localoptimism_RootCount } -input avalanche_OriginMessage_filter { +input localoptimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -216456,16 +215525,16 @@ input avalanche_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: avalanche_Bytes - transferId_not: avalanche_Bytes - transferId_gt: avalanche_Bytes - transferId_lt: avalanche_Bytes - transferId_gte: avalanche_Bytes - transferId_lte: avalanche_Bytes - transferId_in: [avalanche_Bytes!] - transferId_not_in: [avalanche_Bytes!] - transferId_contains: avalanche_Bytes - transferId_not_contains: avalanche_Bytes + transferId: localoptimism_Bytes + transferId_not: localoptimism_Bytes + transferId_gt: localoptimism_Bytes + transferId_lt: localoptimism_Bytes + transferId_gte: localoptimism_Bytes + transferId_lte: localoptimism_Bytes + transferId_in: [localoptimism_Bytes!] + transferId_not_in: [localoptimism_Bytes!] + transferId_contains: localoptimism_Bytes + transferId_not_contains: localoptimism_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -216474,16 +215543,16 @@ input avalanche_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: avalanche_Bytes - leaf_not: avalanche_Bytes - leaf_gt: avalanche_Bytes - leaf_lt: avalanche_Bytes - leaf_gte: avalanche_Bytes - leaf_lte: avalanche_Bytes - leaf_in: [avalanche_Bytes!] - leaf_not_in: [avalanche_Bytes!] - leaf_contains: avalanche_Bytes - leaf_not_contains: avalanche_Bytes + leaf: localoptimism_Bytes + leaf_not: localoptimism_Bytes + leaf_gt: localoptimism_Bytes + leaf_lt: localoptimism_Bytes + leaf_gte: localoptimism_Bytes + leaf_lte: localoptimism_Bytes + leaf_in: [localoptimism_Bytes!] + leaf_not_in: [localoptimism_Bytes!] + leaf_contains: localoptimism_Bytes + leaf_not_contains: localoptimism_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -216492,36 +215561,36 @@ input avalanche_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: avalanche_Bytes - message_not: avalanche_Bytes - message_gt: avalanche_Bytes - message_lt: avalanche_Bytes - message_gte: avalanche_Bytes - message_lte: avalanche_Bytes - message_in: [avalanche_Bytes!] - message_not_in: [avalanche_Bytes!] - message_contains: avalanche_Bytes - message_not_contains: avalanche_Bytes - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + message: localoptimism_Bytes + message_not: localoptimism_Bytes + message_gt: localoptimism_Bytes + message_lt: localoptimism_Bytes + message_gte: localoptimism_Bytes + message_lte: localoptimism_Bytes + message_in: [localoptimism_Bytes!] + message_not_in: [localoptimism_Bytes!] + message_contains: localoptimism_Bytes + message_not_contains: localoptimism_Bytes + root: localoptimism_Bytes + root_not: localoptimism_Bytes + root_gt: localoptimism_Bytes + root_lt: localoptimism_Bytes + root_gte: localoptimism_Bytes + root_lte: localoptimism_Bytes + root_in: [localoptimism_Bytes!] + root_not_in: [localoptimism_Bytes!] + root_contains: localoptimism_Bytes + root_not_contains: localoptimism_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -216550,14 +215619,14 @@ input avalanche_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: avalanche_RootCount_filter + rootCount_: localoptimism_RootCount_filter """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_OriginMessage_filter] - or: [avalanche_OriginMessage_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_OriginMessage_filter] + or: [localoptimism_OriginMessage_filter] } -enum avalanche_OriginMessage_orderBy { +enum localoptimism_OriginMessage_orderBy { id transferId destinationDomain @@ -216572,42 +215641,42 @@ enum avalanche_OriginMessage_orderBy { rootCount__count } -type avalanche_OriginTransfer { +type localoptimism_OriginTransfer { id: ID! chainId: BigInt - transferId: avalanche_Bytes + transferId: localoptimism_Bytes nonce: BigInt - status: avalanche_TransferStatus - messageHash: avalanche_Bytes + status: localoptimism_TransferStatus + messageHash: localoptimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: avalanche_Bytes - delegate: avalanche_Bytes + to: localoptimism_Bytes + delegate: localoptimism_Bytes receiveLocal: Boolean - callData: avalanche_Bytes + callData: localoptimism_Bytes slippage: BigInt - originSender: avalanche_Bytes + originSender: localoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: avalanche_Bytes - asset: avalanche_Asset - transactingAsset: avalanche_Bytes - message: avalanche_OriginMessage + canonicalId: localoptimism_Bytes + asset: localoptimism_Asset + transactingAsset: localoptimism_Bytes + message: localoptimism_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: avalanche_RelayerFee_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_RelayerFee_filter): [avalanche_RelayerFee!] - initialRelayerFeeAsset: avalanche_Bytes - caller: avalanche_Bytes - transactionHash: avalanche_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: localoptimism_RelayerFee_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_RelayerFee_filter): [localoptimism_RelayerFee!] + initialRelayerFeeAsset: localoptimism_Bytes + caller: localoptimism_Bytes + transactionHash: localoptimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: avalanche_Bytes + txOrigin: localoptimism_Bytes txNonce: BigInt } -input avalanche_OriginTransfer_filter { +input localoptimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -216624,16 +215693,16 @@ input avalanche_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: avalanche_Bytes - transferId_not: avalanche_Bytes - transferId_gt: avalanche_Bytes - transferId_lt: avalanche_Bytes - transferId_gte: avalanche_Bytes - transferId_lte: avalanche_Bytes - transferId_in: [avalanche_Bytes!] - transferId_not_in: [avalanche_Bytes!] - transferId_contains: avalanche_Bytes - transferId_not_contains: avalanche_Bytes + transferId: localoptimism_Bytes + transferId_not: localoptimism_Bytes + transferId_gt: localoptimism_Bytes + transferId_lt: localoptimism_Bytes + transferId_gte: localoptimism_Bytes + transferId_lte: localoptimism_Bytes + transferId_in: [localoptimism_Bytes!] + transferId_not_in: [localoptimism_Bytes!] + transferId_contains: localoptimism_Bytes + transferId_not_contains: localoptimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -216642,20 +215711,20 @@ input avalanche_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: avalanche_TransferStatus - status_not: avalanche_TransferStatus - status_in: [avalanche_TransferStatus!] - status_not_in: [avalanche_TransferStatus!] - messageHash: avalanche_Bytes - messageHash_not: avalanche_Bytes - messageHash_gt: avalanche_Bytes - messageHash_lt: avalanche_Bytes - messageHash_gte: avalanche_Bytes - messageHash_lte: avalanche_Bytes - messageHash_in: [avalanche_Bytes!] - messageHash_not_in: [avalanche_Bytes!] - messageHash_contains: avalanche_Bytes - messageHash_not_contains: avalanche_Bytes + status: localoptimism_TransferStatus + status_not: localoptimism_TransferStatus + status_in: [localoptimism_TransferStatus!] + status_not_in: [localoptimism_TransferStatus!] + messageHash: localoptimism_Bytes + messageHash_not: localoptimism_Bytes + messageHash_gt: localoptimism_Bytes + messageHash_lt: localoptimism_Bytes + messageHash_gte: localoptimism_Bytes + messageHash_lte: localoptimism_Bytes + messageHash_in: [localoptimism_Bytes!] + messageHash_not_in: [localoptimism_Bytes!] + messageHash_contains: localoptimism_Bytes + messageHash_not_contains: localoptimism_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -216680,40 +215749,40 @@ input avalanche_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: avalanche_Bytes - to_not: avalanche_Bytes - to_gt: avalanche_Bytes - to_lt: avalanche_Bytes - to_gte: avalanche_Bytes - to_lte: avalanche_Bytes - to_in: [avalanche_Bytes!] - to_not_in: [avalanche_Bytes!] - to_contains: avalanche_Bytes - to_not_contains: avalanche_Bytes - delegate: avalanche_Bytes - delegate_not: avalanche_Bytes - delegate_gt: avalanche_Bytes - delegate_lt: avalanche_Bytes - delegate_gte: avalanche_Bytes - delegate_lte: avalanche_Bytes - delegate_in: [avalanche_Bytes!] - delegate_not_in: [avalanche_Bytes!] - delegate_contains: avalanche_Bytes - delegate_not_contains: avalanche_Bytes + to: localoptimism_Bytes + to_not: localoptimism_Bytes + to_gt: localoptimism_Bytes + to_lt: localoptimism_Bytes + to_gte: localoptimism_Bytes + to_lte: localoptimism_Bytes + to_in: [localoptimism_Bytes!] + to_not_in: [localoptimism_Bytes!] + to_contains: localoptimism_Bytes + to_not_contains: localoptimism_Bytes + delegate: localoptimism_Bytes + delegate_not: localoptimism_Bytes + delegate_gt: localoptimism_Bytes + delegate_lt: localoptimism_Bytes + delegate_gte: localoptimism_Bytes + delegate_lte: localoptimism_Bytes + delegate_in: [localoptimism_Bytes!] + delegate_not_in: [localoptimism_Bytes!] + delegate_contains: localoptimism_Bytes + delegate_not_contains: localoptimism_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: avalanche_Bytes - callData_not: avalanche_Bytes - callData_gt: avalanche_Bytes - callData_lt: avalanche_Bytes - callData_gte: avalanche_Bytes - callData_lte: avalanche_Bytes - callData_in: [avalanche_Bytes!] - callData_not_in: [avalanche_Bytes!] - callData_contains: avalanche_Bytes - callData_not_contains: avalanche_Bytes + callData: localoptimism_Bytes + callData_not: localoptimism_Bytes + callData_gt: localoptimism_Bytes + callData_lt: localoptimism_Bytes + callData_gte: localoptimism_Bytes + callData_lte: localoptimism_Bytes + callData_in: [localoptimism_Bytes!] + callData_not_in: [localoptimism_Bytes!] + callData_contains: localoptimism_Bytes + callData_not_contains: localoptimism_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -216722,16 +215791,16 @@ input avalanche_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: avalanche_Bytes - originSender_not: avalanche_Bytes - originSender_gt: avalanche_Bytes - originSender_lt: avalanche_Bytes - originSender_gte: avalanche_Bytes - originSender_lte: avalanche_Bytes - originSender_in: [avalanche_Bytes!] - originSender_not_in: [avalanche_Bytes!] - originSender_contains: avalanche_Bytes - originSender_not_contains: avalanche_Bytes + originSender: localoptimism_Bytes + originSender_not: localoptimism_Bytes + originSender_gt: localoptimism_Bytes + originSender_lt: localoptimism_Bytes + originSender_gte: localoptimism_Bytes + originSender_lte: localoptimism_Bytes + originSender_in: [localoptimism_Bytes!] + originSender_not_in: [localoptimism_Bytes!] + originSender_contains: localoptimism_Bytes + originSender_not_contains: localoptimism_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -216748,16 +215817,16 @@ input avalanche_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: avalanche_Bytes - canonicalId_not: avalanche_Bytes - canonicalId_gt: avalanche_Bytes - canonicalId_lt: avalanche_Bytes - canonicalId_gte: avalanche_Bytes - canonicalId_lte: avalanche_Bytes - canonicalId_in: [avalanche_Bytes!] - canonicalId_not_in: [avalanche_Bytes!] - canonicalId_contains: avalanche_Bytes - canonicalId_not_contains: avalanche_Bytes + canonicalId: localoptimism_Bytes + canonicalId_not: localoptimism_Bytes + canonicalId_gt: localoptimism_Bytes + canonicalId_lt: localoptimism_Bytes + canonicalId_gte: localoptimism_Bytes + canonicalId_lte: localoptimism_Bytes + canonicalId_in: [localoptimism_Bytes!] + canonicalId_not_in: [localoptimism_Bytes!] + canonicalId_contains: localoptimism_Bytes + canonicalId_not_contains: localoptimism_Bytes asset: String asset_not: String asset_gt: String @@ -216778,17 +215847,17 @@ input avalanche_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter - transactingAsset: avalanche_Bytes - transactingAsset_not: avalanche_Bytes - transactingAsset_gt: avalanche_Bytes - transactingAsset_lt: avalanche_Bytes - transactingAsset_gte: avalanche_Bytes - transactingAsset_lte: avalanche_Bytes - transactingAsset_in: [avalanche_Bytes!] - transactingAsset_not_in: [avalanche_Bytes!] - transactingAsset_contains: avalanche_Bytes - transactingAsset_not_contains: avalanche_Bytes + asset_: localoptimism_Asset_filter + transactingAsset: localoptimism_Bytes + transactingAsset_not: localoptimism_Bytes + transactingAsset_gt: localoptimism_Bytes + transactingAsset_lt: localoptimism_Bytes + transactingAsset_gte: localoptimism_Bytes + transactingAsset_lte: localoptimism_Bytes + transactingAsset_in: [localoptimism_Bytes!] + transactingAsset_not_in: [localoptimism_Bytes!] + transactingAsset_contains: localoptimism_Bytes + transactingAsset_not_contains: localoptimism_Bytes message: String message_not: String message_gt: String @@ -216809,7 +215878,7 @@ input avalanche_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: avalanche_OriginMessage_filter + message_: localoptimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -216824,37 +215893,37 @@ input avalanche_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: avalanche_RelayerFee_filter - initialRelayerFeeAsset: avalanche_Bytes - initialRelayerFeeAsset_not: avalanche_Bytes - initialRelayerFeeAsset_gt: avalanche_Bytes - initialRelayerFeeAsset_lt: avalanche_Bytes - initialRelayerFeeAsset_gte: avalanche_Bytes - initialRelayerFeeAsset_lte: avalanche_Bytes - initialRelayerFeeAsset_in: [avalanche_Bytes!] - initialRelayerFeeAsset_not_in: [avalanche_Bytes!] - initialRelayerFeeAsset_contains: avalanche_Bytes - initialRelayerFeeAsset_not_contains: avalanche_Bytes - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + relayerFees_: localoptimism_RelayerFee_filter + initialRelayerFeeAsset: localoptimism_Bytes + initialRelayerFeeAsset_not: localoptimism_Bytes + initialRelayerFeeAsset_gt: localoptimism_Bytes + initialRelayerFeeAsset_lt: localoptimism_Bytes + initialRelayerFeeAsset_gte: localoptimism_Bytes + initialRelayerFeeAsset_lte: localoptimism_Bytes + initialRelayerFeeAsset_in: [localoptimism_Bytes!] + initialRelayerFeeAsset_not_in: [localoptimism_Bytes!] + initialRelayerFeeAsset_contains: localoptimism_Bytes + initialRelayerFeeAsset_not_contains: localoptimism_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -216887,16 +215956,16 @@ input avalanche_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: avalanche_Bytes - txOrigin_not: avalanche_Bytes - txOrigin_gt: avalanche_Bytes - txOrigin_lt: avalanche_Bytes - txOrigin_gte: avalanche_Bytes - txOrigin_lte: avalanche_Bytes - txOrigin_in: [avalanche_Bytes!] - txOrigin_not_in: [avalanche_Bytes!] - txOrigin_contains: avalanche_Bytes - txOrigin_not_contains: avalanche_Bytes + txOrigin: localoptimism_Bytes + txOrigin_not: localoptimism_Bytes + txOrigin_gt: localoptimism_Bytes + txOrigin_lt: localoptimism_Bytes + txOrigin_gte: localoptimism_Bytes + txOrigin_lte: localoptimism_Bytes + txOrigin_in: [localoptimism_Bytes!] + txOrigin_not_in: [localoptimism_Bytes!] + txOrigin_contains: localoptimism_Bytes + txOrigin_not_contains: localoptimism_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -216906,12 +215975,12 @@ input avalanche_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_OriginTransfer_filter] - or: [avalanche_OriginTransfer_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_OriginTransfer_filter] + or: [localoptimism_OriginTransfer_filter] } -enum avalanche_OriginTransfer_orderBy { +enum localoptimism_OriginTransfer_orderBy { id chainId transferId @@ -216964,20 +216033,20 @@ enum avalanche_OriginTransfer_orderBy { txNonce } -type avalanche_Relayer { +type localoptimism_Relayer { id: ID! isActive: Boolean! - relayer: avalanche_Bytes + relayer: localoptimism_Bytes } -type avalanche_RelayerFee { +type localoptimism_RelayerFee { id: ID! - transfer: avalanche_OriginTransfer! + transfer: localoptimism_OriginTransfer! fee: BigInt! - asset: avalanche_Bytes! + asset: localoptimism_Bytes! } -input avalanche_RelayerFee_filter { +input localoptimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -217006,7 +216075,7 @@ input avalanche_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: avalanche_OriginTransfer_filter + transfer_: localoptimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -217015,23 +216084,23 @@ input avalanche_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: avalanche_Bytes - asset_not: avalanche_Bytes - asset_gt: avalanche_Bytes - asset_lt: avalanche_Bytes - asset_gte: avalanche_Bytes - asset_lte: avalanche_Bytes - asset_in: [avalanche_Bytes!] - asset_not_in: [avalanche_Bytes!] - asset_contains: avalanche_Bytes - asset_not_contains: avalanche_Bytes + asset: localoptimism_Bytes + asset_not: localoptimism_Bytes + asset_gt: localoptimism_Bytes + asset_lt: localoptimism_Bytes + asset_gte: localoptimism_Bytes + asset_lte: localoptimism_Bytes + asset_in: [localoptimism_Bytes!] + asset_not_in: [localoptimism_Bytes!] + asset_contains: localoptimism_Bytes + asset_not_contains: localoptimism_Bytes """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RelayerFee_filter] - or: [avalanche_RelayerFee_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RelayerFee_filter] + or: [localoptimism_RelayerFee_filter] } -enum avalanche_RelayerFee_orderBy { +enum localoptimism_RelayerFee_orderBy { id transfer transfer__id @@ -217067,20 +216136,20 @@ enum avalanche_RelayerFee_orderBy { asset } -type avalanche_RelayerFeesIncrease { +type localoptimism_RelayerFeesIncrease { id: ID! - transfer: avalanche_OriginTransfer! + transfer: localoptimism_OriginTransfer! increase: BigInt - asset: avalanche_Bytes - caller: avalanche_Bytes! - transactionHash: avalanche_Bytes! + asset: localoptimism_Bytes + caller: localoptimism_Bytes! + transactionHash: localoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input avalanche_RelayerFeesIncrease_filter { +input localoptimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -217109,7 +216178,7 @@ input avalanche_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: avalanche_OriginTransfer_filter + transfer_: localoptimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -217118,36 +216187,36 @@ input avalanche_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: avalanche_Bytes - asset_not: avalanche_Bytes - asset_gt: avalanche_Bytes - asset_lt: avalanche_Bytes - asset_gte: avalanche_Bytes - asset_lte: avalanche_Bytes - asset_in: [avalanche_Bytes!] - asset_not_in: [avalanche_Bytes!] - asset_contains: avalanche_Bytes - asset_not_contains: avalanche_Bytes - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + asset: localoptimism_Bytes + asset_not: localoptimism_Bytes + asset_gt: localoptimism_Bytes + asset_lt: localoptimism_Bytes + asset_gte: localoptimism_Bytes + asset_lte: localoptimism_Bytes + asset_in: [localoptimism_Bytes!] + asset_not_in: [localoptimism_Bytes!] + asset_contains: localoptimism_Bytes + asset_not_contains: localoptimism_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -217181,12 +216250,12 @@ input avalanche_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RelayerFeesIncrease_filter] - or: [avalanche_RelayerFeesIncrease_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RelayerFeesIncrease_filter] + or: [localoptimism_RelayerFeesIncrease_filter] } -enum avalanche_RelayerFeesIncrease_orderBy { +enum localoptimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -217228,7 +216297,7 @@ enum avalanche_RelayerFeesIncrease_orderBy { blockNumber } -input avalanche_Relayer_filter { +input localoptimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -217241,34 +216310,34 @@ input avalanche_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: avalanche_Bytes - relayer_not: avalanche_Bytes - relayer_gt: avalanche_Bytes - relayer_lt: avalanche_Bytes - relayer_gte: avalanche_Bytes - relayer_lte: avalanche_Bytes - relayer_in: [avalanche_Bytes!] - relayer_not_in: [avalanche_Bytes!] - relayer_contains: avalanche_Bytes - relayer_not_contains: avalanche_Bytes + relayer: localoptimism_Bytes + relayer_not: localoptimism_Bytes + relayer_gt: localoptimism_Bytes + relayer_lt: localoptimism_Bytes + relayer_gte: localoptimism_Bytes + relayer_lte: localoptimism_Bytes + relayer_in: [localoptimism_Bytes!] + relayer_not_in: [localoptimism_Bytes!] + relayer_contains: localoptimism_Bytes + relayer_not_contains: localoptimism_Bytes """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Relayer_filter] - or: [avalanche_Relayer_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Relayer_filter] + or: [localoptimism_Relayer_filter] } -enum avalanche_Relayer_orderBy { +enum localoptimism_Relayer_orderBy { id isActive relayer } -type avalanche_RootCount { +type localoptimism_RootCount { id: ID! count: BigInt } -input avalanche_RootCount_filter { +input localoptimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -217286,31 +216355,31 @@ input avalanche_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RootCount_filter] - or: [avalanche_RootCount_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RootCount_filter] + or: [localoptimism_RootCount_filter] } -enum avalanche_RootCount_orderBy { +enum localoptimism_RootCount_orderBy { id count } -type avalanche_RootMessageSent { +type localoptimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: avalanche_Bytes + root: localoptimism_Bytes count: BigInt - caller: avalanche_Bytes - transactionHash: avalanche_Bytes + caller: localoptimism_Bytes + transactionHash: localoptimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input avalanche_RootMessageSent_filter { +input localoptimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -217335,16 +216404,16 @@ input avalanche_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes + root: localoptimism_Bytes + root_not: localoptimism_Bytes + root_gt: localoptimism_Bytes + root_lt: localoptimism_Bytes + root_gte: localoptimism_Bytes + root_lte: localoptimism_Bytes + root_in: [localoptimism_Bytes!] + root_not_in: [localoptimism_Bytes!] + root_contains: localoptimism_Bytes + root_not_contains: localoptimism_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -217353,26 +216422,26 @@ input avalanche_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -217406,12 +216475,12 @@ input avalanche_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RootMessageSent_filter] - or: [avalanche_RootMessageSent_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RootMessageSent_filter] + or: [localoptimism_RootMessageSent_filter] } -enum avalanche_RootMessageSent_orderBy { +enum localoptimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -217425,25 +216494,25 @@ enum avalanche_RootMessageSent_orderBy { blockNumber } -type avalanche_Router { +type localoptimism_Router { id: ID! isActive: Boolean! - owner: avalanche_Bytes - recipient: avalanche_Bytes - proposedOwner: avalanche_Bytes + owner: localoptimism_Bytes + recipient: localoptimism_Bytes + proposedOwner: localoptimism_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: avalanche_AssetBalance_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_AssetBalance_filter): [avalanche_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: localoptimism_AssetBalance_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_AssetBalance_filter): [localoptimism_AssetBalance!]! } -type avalanche_RouterDailyTVL { +type localoptimism_RouterDailyTVL { id: ID! - router: avalanche_Router! - asset: avalanche_Asset! + router: localoptimism_Router! + asset: localoptimism_Asset! timestamp: BigInt! balance: BigInt! } -input avalanche_RouterDailyTVL_filter { +input localoptimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -217472,7 +216541,7 @@ input avalanche_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: avalanche_Router_filter + router_: localoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -217493,7 +216562,7 @@ input avalanche_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: localoptimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -217511,12 +216580,12 @@ input avalanche_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RouterDailyTVL_filter] - or: [avalanche_RouterDailyTVL_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RouterDailyTVL_filter] + or: [localoptimism_RouterDailyTVL_filter] } -enum avalanche_RouterDailyTVL_orderBy { +enum localoptimism_RouterDailyTVL_orderBy { id router router__id @@ -217539,26 +216608,26 @@ enum avalanche_RouterDailyTVL_orderBy { balance } -type avalanche_RouterLiquidityEvent { +type localoptimism_RouterLiquidityEvent { id: ID! - type: avalanche_RouterLiquidityEventType - router: avalanche_Router! - asset: avalanche_Asset! + type: localoptimism_RouterLiquidityEventType + router: localoptimism_Router! + asset: localoptimism_Asset! amount: BigInt! balance: BigInt! - caller: avalanche_Bytes + caller: localoptimism_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: avalanche_Bytes! + transactionHash: localoptimism_Bytes! nonce: BigInt! } -enum avalanche_RouterLiquidityEventType { +enum localoptimism_RouterLiquidityEventType { Add Remove } -input avalanche_RouterLiquidityEvent_filter { +input localoptimism_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -217567,10 +216636,10 @@ input avalanche_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: avalanche_RouterLiquidityEventType - type_not: avalanche_RouterLiquidityEventType - type_in: [avalanche_RouterLiquidityEventType!] - type_not_in: [avalanche_RouterLiquidityEventType!] + type: localoptimism_RouterLiquidityEventType + type_not: localoptimism_RouterLiquidityEventType + type_in: [localoptimism_RouterLiquidityEventType!] + type_not_in: [localoptimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -217591,7 +216660,7 @@ input avalanche_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: avalanche_Router_filter + router_: localoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -217612,7 +216681,7 @@ input avalanche_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: localoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -217629,16 +216698,16 @@ input avalanche_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -217655,16 +216724,16 @@ input avalanche_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -217674,12 +216743,12 @@ input avalanche_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RouterLiquidityEvent_filter] - or: [avalanche_RouterLiquidityEvent_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RouterLiquidityEvent_filter] + or: [localoptimism_RouterLiquidityEvent_filter] } -enum avalanche_RouterLiquidityEvent_orderBy { +enum localoptimism_RouterLiquidityEvent_orderBy { id type router @@ -217708,7 +216777,7 @@ enum avalanche_RouterLiquidityEvent_orderBy { nonce } -input avalanche_Router_filter { +input localoptimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -217721,36 +216790,36 @@ input avalanche_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: avalanche_Bytes - owner_not: avalanche_Bytes - owner_gt: avalanche_Bytes - owner_lt: avalanche_Bytes - owner_gte: avalanche_Bytes - owner_lte: avalanche_Bytes - owner_in: [avalanche_Bytes!] - owner_not_in: [avalanche_Bytes!] - owner_contains: avalanche_Bytes - owner_not_contains: avalanche_Bytes - recipient: avalanche_Bytes - recipient_not: avalanche_Bytes - recipient_gt: avalanche_Bytes - recipient_lt: avalanche_Bytes - recipient_gte: avalanche_Bytes - recipient_lte: avalanche_Bytes - recipient_in: [avalanche_Bytes!] - recipient_not_in: [avalanche_Bytes!] - recipient_contains: avalanche_Bytes - recipient_not_contains: avalanche_Bytes - proposedOwner: avalanche_Bytes - proposedOwner_not: avalanche_Bytes - proposedOwner_gt: avalanche_Bytes - proposedOwner_lt: avalanche_Bytes - proposedOwner_gte: avalanche_Bytes - proposedOwner_lte: avalanche_Bytes - proposedOwner_in: [avalanche_Bytes!] - proposedOwner_not_in: [avalanche_Bytes!] - proposedOwner_contains: avalanche_Bytes - proposedOwner_not_contains: avalanche_Bytes + owner: localoptimism_Bytes + owner_not: localoptimism_Bytes + owner_gt: localoptimism_Bytes + owner_lt: localoptimism_Bytes + owner_gte: localoptimism_Bytes + owner_lte: localoptimism_Bytes + owner_in: [localoptimism_Bytes!] + owner_not_in: [localoptimism_Bytes!] + owner_contains: localoptimism_Bytes + owner_not_contains: localoptimism_Bytes + recipient: localoptimism_Bytes + recipient_not: localoptimism_Bytes + recipient_gt: localoptimism_Bytes + recipient_lt: localoptimism_Bytes + recipient_gte: localoptimism_Bytes + recipient_lte: localoptimism_Bytes + recipient_in: [localoptimism_Bytes!] + recipient_not_in: [localoptimism_Bytes!] + recipient_contains: localoptimism_Bytes + recipient_not_contains: localoptimism_Bytes + proposedOwner: localoptimism_Bytes + proposedOwner_not: localoptimism_Bytes + proposedOwner_gt: localoptimism_Bytes + proposedOwner_lt: localoptimism_Bytes + proposedOwner_gte: localoptimism_Bytes + proposedOwner_lte: localoptimism_Bytes + proposedOwner_in: [localoptimism_Bytes!] + proposedOwner_not_in: [localoptimism_Bytes!] + proposedOwner_contains: localoptimism_Bytes + proposedOwner_not_contains: localoptimism_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -217759,14 +216828,14 @@ input avalanche_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: avalanche_AssetBalance_filter + assetBalances_: localoptimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Router_filter] - or: [avalanche_Router_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Router_filter] + or: [localoptimism_Router_filter] } -enum avalanche_Router_orderBy { +enum localoptimism_Router_orderBy { id isActive owner @@ -217776,13 +216845,13 @@ enum avalanche_Router_orderBy { assetBalances } -type avalanche_Sequencer { +type localoptimism_Sequencer { id: ID! isActive: Boolean! - sequencer: avalanche_Bytes + sequencer: localoptimism_Bytes } -input avalanche_Sequencer_filter { +input localoptimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -217795,35 +216864,35 @@ input avalanche_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: avalanche_Bytes - sequencer_not: avalanche_Bytes - sequencer_gt: avalanche_Bytes - sequencer_lt: avalanche_Bytes - sequencer_gte: avalanche_Bytes - sequencer_lte: avalanche_Bytes - sequencer_in: [avalanche_Bytes!] - sequencer_not_in: [avalanche_Bytes!] - sequencer_contains: avalanche_Bytes - sequencer_not_contains: avalanche_Bytes + sequencer: localoptimism_Bytes + sequencer_not: localoptimism_Bytes + sequencer_gt: localoptimism_Bytes + sequencer_lt: localoptimism_Bytes + sequencer_gte: localoptimism_Bytes + sequencer_lte: localoptimism_Bytes + sequencer_in: [localoptimism_Bytes!] + sequencer_not_in: [localoptimism_Bytes!] + sequencer_contains: localoptimism_Bytes + sequencer_not_contains: localoptimism_Bytes """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Sequencer_filter] - or: [avalanche_Sequencer_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Sequencer_filter] + or: [localoptimism_Sequencer_filter] } -enum avalanche_Sequencer_orderBy { +enum localoptimism_Sequencer_orderBy { id isActive sequencer } -type avalanche_Setting { +type localoptimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: avalanche_Bytes! + caller: localoptimism_Bytes! } -input avalanche_Setting_filter { +input localoptimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -217840,41 +216909,41 @@ input avalanche_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Setting_filter] - or: [avalanche_Setting_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Setting_filter] + or: [localoptimism_Setting_filter] } -enum avalanche_Setting_orderBy { +enum localoptimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type avalanche_SlippageUpdate { +type localoptimism_SlippageUpdate { id: ID! - transfer: avalanche_DestinationTransfer! + transfer: localoptimism_DestinationTransfer! slippage: BigInt! - caller: avalanche_Bytes! - transactionHash: avalanche_Bytes! + caller: localoptimism_Bytes! + transactionHash: localoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input avalanche_SlippageUpdate_filter { +input localoptimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -217903,7 +216972,7 @@ input avalanche_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: avalanche_DestinationTransfer_filter + transfer_: localoptimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -217912,26 +216981,26 @@ input avalanche_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -217965,12 +217034,12 @@ input avalanche_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_SlippageUpdate_filter] - or: [avalanche_SlippageUpdate_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_SlippageUpdate_filter] + or: [localoptimism_SlippageUpdate_filter] } -enum avalanche_SlippageUpdate_orderBy { +enum localoptimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -218018,16 +217087,16 @@ enum avalanche_SlippageUpdate_orderBy { blockNumber } -type avalanche_SnapshotRoot { +type localoptimism_SnapshotRoot { id: ID! spokeDomain: BigInt - root: avalanche_Bytes! + root: localoptimism_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input avalanche_SnapshotRoot_filter { +input localoptimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -218044,16 +217113,16 @@ input avalanche_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes + root: localoptimism_Bytes + root_not: localoptimism_Bytes + root_gt: localoptimism_Bytes + root_lt: localoptimism_Bytes + root_gte: localoptimism_Bytes + root_lte: localoptimism_Bytes + root_in: [localoptimism_Bytes!] + root_not_in: [localoptimism_Bytes!] + root_contains: localoptimism_Bytes + root_not_contains: localoptimism_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -218079,12 +217148,12 @@ input avalanche_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_SnapshotRoot_filter] - or: [avalanche_SnapshotRoot_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_SnapshotRoot_filter] + or: [localoptimism_SnapshotRoot_filter] } -enum avalanche_SnapshotRoot_orderBy { +enum localoptimism_SnapshotRoot_orderBy { id spokeDomain root @@ -218093,12 +217162,12 @@ enum avalanche_SnapshotRoot_orderBy { blockNumber } -type avalanche_SpokeConnectorMode { +type localoptimism_SpokeConnectorMode { id: ID! mode: String! } -input avalanche_SpokeConnectorMode_filter { +input localoptimism_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -218128,17 +217197,17 @@ input avalanche_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_SpokeConnectorMode_filter] - or: [avalanche_SpokeConnectorMode_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_SpokeConnectorMode_filter] + or: [localoptimism_SpokeConnectorMode_filter] } -enum avalanche_SpokeConnectorMode_orderBy { +enum localoptimism_SpokeConnectorMode_orderBy { id mode } -enum avalanche_TransferStatus { +enum localoptimism_TransferStatus { XCalled Executed Reconciled @@ -218146,19 +217215,19 @@ enum avalanche_TransferStatus { CompletedFast } -type avalanche__Block_ { +type localoptimism__Block_ { """The hash of the block""" - hash: avalanche_Bytes + hash: localoptimism_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: avalanche_Bytes + parentHash: localoptimism_Bytes } """The type for the top-level _meta field""" -type avalanche__Meta_ { +type localoptimism__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -218166,22 +217235,22 @@ type avalanche__Meta_ { and therefore asks for the latest block """ - block: avalanche__Block_! + block: localoptimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mode_AggregateRoot { +type stagingavalanche_AggregateRoot { id: ID! - root: mode_Bytes! + root: stagingavalanche_Bytes! blockNumber: BigInt! } -type mode_AggregateRootProposed { +type stagingavalanche_AggregateRootProposed { id: ID! - aggregateRoot: mode_Bytes! + aggregateRoot: stagingavalanche_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -218189,7 +217258,7 @@ type mode_AggregateRootProposed { blockNumber: BigInt } -input mode_AggregateRootProposed_filter { +input stagingavalanche_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -218198,16 +217267,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: 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 @@ -218249,12 +217318,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AggregateRootProposed_filter] + or: [stagingavalanche_AggregateRootProposed_filter] } -enum mode_AggregateRootProposed_orderBy { +enum stagingavalanche_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -218264,7 +217333,7 @@ enum mode_AggregateRootProposed_orderBy { blockNumber } -input mode_AggregateRoot_filter { +input stagingavalanche_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -218273,16 +217342,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: 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 @@ -218292,42 +217361,47 @@ input mode_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_AggregateRoot_filter] - or: [mode_AggregateRoot_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AggregateRoot_filter] + or: [stagingavalanche_AggregateRoot_filter] } -enum mode_AggregateRoot_orderBy { +enum stagingavalanche_AggregateRoot_orderBy { id root blockNumber } -type mode_Asset { +enum stagingavalanche_Aggregation_interval { + hour + day +} + +type stagingavalanche_Asset { id: ID! - key: mode_Bytes + key: stagingavalanche_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mode_Bytes + canonicalId: stagingavalanche_Bytes canonicalDomain: BigInt - adoptedAsset: mode_Bytes - localAsset: mode_Bytes + adoptedAsset: stagingavalanche_Bytes + localAsset: stagingavalanche_Bytes blockNumber: BigInt - status: mode_AssetStatus + status: stagingavalanche_AssetStatus } -type mode_AssetBalance { +type stagingavalanche_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mode_Router! - asset: mode_Asset! + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! feesEarned: BigInt! } -input mode_AssetBalance_filter { +input stagingavalanche_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -218388,7 +217462,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_: stagingavalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -218409,7 +217483,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_: stagingavalanche_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -218419,12 +217493,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AssetBalance_filter] + or: [stagingavalanche_AssetBalance_filter] } -enum mode_AssetBalance_orderBy { +enum stagingavalanche_AssetBalance_orderBy { id amount locked @@ -218450,12 +217524,12 @@ enum mode_AssetBalance_orderBy { feesEarned } -type mode_AssetStatus { +type stagingavalanche_AssetStatus { id: ID! status: Boolean } -input mode_AssetStatus_filter { +input stagingavalanche_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -218469,17 +217543,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AssetStatus_filter] + or: [stagingavalanche_AssetStatus_filter] } -enum mode_AssetStatus_orderBy { +enum stagingavalanche_AssetStatus_orderBy { id status } -input mode_Asset_filter { +input stagingavalanche_Asset_filter { id: ID id_not: ID id_gt: ID @@ -218488,16 +217562,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: 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 @@ -218514,16 +217588,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: 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 @@ -218532,26 +217606,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: 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 @@ -218580,14 +217654,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_: stagingavalanche_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Asset_filter] - or: [mode_Asset_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Asset_filter] + or: [stagingavalanche_Asset_filter] } -enum mode_Asset_orderBy { +enum stagingavalanche_Asset_orderBy { id key decimal @@ -218602,30 +217676,30 @@ enum mode_Asset_orderBy { status__status } -scalar mode_BigDecimal +scalar stagingavalanche_BigDecimal -input mode_BlockChangedFilter { +input stagingavalanche_BlockChangedFilter { number_gte: Int! } -input mode_Block_height { - hash: mode_Bytes +input stagingavalanche_Block_height { + hash: stagingavalanche_Bytes number: Int number_gte: Int } -scalar mode_Bytes +scalar stagingavalanche_Bytes -type mode_ConnectorMeta { +type stagingavalanche_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mode_Bytes - rootManager: mode_Bytes - mirrorConnector: mode_Bytes + amb: stagingavalanche_Bytes + rootManager: stagingavalanche_Bytes + mirrorConnector: stagingavalanche_Bytes } -input mode_ConnectorMeta_filter { +input stagingavalanche_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -218650,43 +217724,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: 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: mode_BlockChangedFilter - and: [mode_ConnectorMeta_filter] - or: [mode_ConnectorMeta_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_ConnectorMeta_filter] + or: [stagingavalanche_ConnectorMeta_filter] } -enum mode_ConnectorMeta_orderBy { +enum stagingavalanche_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -218695,48 +217769,48 @@ enum mode_ConnectorMeta_orderBy { mirrorConnector } -type mode_DestinationTransfer { +type stagingavalanche_DestinationTransfer { id: ID! chainId: BigInt - transferId: mode_Bytes + transferId: stagingavalanche_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: 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: mode_Bytes - delegate: mode_Bytes + to: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes receiveLocal: Boolean - callData: mode_Bytes + callData: stagingavalanche_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mode_Bytes + originSender: stagingavalanche_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mode_Bytes - asset: mode_Asset + canonicalId: stagingavalanche_Bytes + asset: stagingavalanche_Asset amount: BigInt routersFee: BigInt - executedCaller: mode_Bytes - executedTransactionHash: mode_Bytes + executedCaller: stagingavalanche_Bytes + executedTransactionHash: stagingavalanche_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mode_Bytes + executedTxOrigin: stagingavalanche_Bytes executedTxNonce: BigInt - reconciledCaller: mode_Bytes - reconciledTransactionHash: mode_Bytes + reconciledCaller: stagingavalanche_Bytes + reconciledTransactionHash: stagingavalanche_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mode_Bytes + reconciledTxOrigin: stagingavalanche_Bytes reconciledTxNonce: BigInt } -input mode_DestinationTransfer_filter { +input stagingavalanche_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -218753,16 +217827,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: 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 @@ -218771,17 +217845,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: 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_: mode_Router_filter + routers_: stagingavalanche_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -218806,40 +217880,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: 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: 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: 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 @@ -218856,16 +217930,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: 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 @@ -218882,16 +217956,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: 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 @@ -218912,7 +217986,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_: stagingavalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -218929,26 +218003,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: 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 @@ -218981,16 +218055,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: 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 @@ -218999,26 +218073,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: 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 @@ -219051,16 +218125,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: 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 @@ -219070,12 +218144,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_DestinationTransfer_filter] + or: [stagingavalanche_DestinationTransfer_filter] } -enum mode_DestinationTransfer_orderBy { +enum stagingavalanche_DestinationTransfer_orderBy { id chainId transferId @@ -219129,16 +218203,16 @@ enum mode_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar mode_Int8 +scalar stagingavalanche_Int8 -type mode_OptimisticRootFinalized { +type stagingavalanche_OptimisticRootFinalized { id: ID! - aggregateRoot: mode_Bytes! + aggregateRoot: stagingavalanche_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mode_OptimisticRootFinalized_filter { +input stagingavalanche_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -219147,16 +218221,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: 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 @@ -219174,12 +218248,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OptimisticRootFinalized_filter] + or: [stagingavalanche_OptimisticRootFinalized_filter] } -enum mode_OptimisticRootFinalized_orderBy { +enum stagingavalanche_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -219187,25 +218261,25 @@ enum mode_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum mode_OrderDirection { +enum stagingavalanche_OrderDirection { asc desc } -type mode_OriginMessage { +type stagingavalanche_OriginMessage { id: ID! - transferId: mode_Bytes + transferId: stagingavalanche_Bytes destinationDomain: BigInt - leaf: mode_Bytes + leaf: stagingavalanche_Bytes index: BigInt - message: mode_Bytes - root: mode_Bytes - transactionHash: mode_Bytes + message: stagingavalanche_Bytes + root: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes blockNumber: BigInt - rootCount: mode_RootCount + rootCount: stagingavalanche_RootCount } -input mode_OriginMessage_filter { +input stagingavalanche_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -219214,16 +218288,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: 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 @@ -219232,16 +218306,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: 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 @@ -219250,36 +218324,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: 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 @@ -219308,14 +218382,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_: stagingavalanche_RootCount_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_OriginMessage_filter] - or: [mode_OriginMessage_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OriginMessage_filter] + or: [stagingavalanche_OriginMessage_filter] } -enum mode_OriginMessage_orderBy { +enum stagingavalanche_OriginMessage_orderBy { id transferId destinationDomain @@ -219330,42 +218404,42 @@ enum mode_OriginMessage_orderBy { rootCount__count } -type mode_OriginTransfer { +type stagingavalanche_OriginTransfer { id: ID! chainId: BigInt - transferId: mode_Bytes + transferId: stagingavalanche_Bytes nonce: BigInt - status: mode_TransferStatus - messageHash: mode_Bytes + status: stagingavalanche_TransferStatus + messageHash: stagingavalanche_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mode_Bytes - delegate: mode_Bytes + to: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes receiveLocal: Boolean - callData: mode_Bytes + callData: stagingavalanche_Bytes slippage: BigInt - originSender: mode_Bytes + originSender: stagingavalanche_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mode_Bytes - asset: mode_Asset - transactingAsset: mode_Bytes - message: mode_OriginMessage + canonicalId: stagingavalanche_Bytes + asset: stagingavalanche_Asset + transactingAsset: stagingavalanche_Bytes + message: stagingavalanche_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: 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: mode_Bytes + txOrigin: stagingavalanche_Bytes txNonce: BigInt } -input mode_OriginTransfer_filter { +input stagingavalanche_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -219382,16 +218456,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: 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 @@ -219400,20 +218474,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: 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 @@ -219438,40 +218512,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: 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: 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: 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 @@ -219480,16 +218554,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: 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 @@ -219506,16 +218580,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: 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 @@ -219536,17 +218610,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_: 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 @@ -219567,7 +218641,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_: stagingavalanche_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -219582,37 +218656,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_: 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 @@ -219645,16 +218719,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: 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 @@ -219664,12 +218738,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OriginTransfer_filter] + or: [stagingavalanche_OriginTransfer_filter] } -enum mode_OriginTransfer_orderBy { +enum stagingavalanche_OriginTransfer_orderBy { id chainId transferId @@ -219722,20 +218796,20 @@ enum mode_OriginTransfer_orderBy { txNonce } -type mode_Relayer { +type stagingavalanche_Relayer { id: ID! isActive: Boolean! - relayer: mode_Bytes + relayer: stagingavalanche_Bytes } -type mode_RelayerFee { +type stagingavalanche_RelayerFee { id: ID! - transfer: mode_OriginTransfer! + transfer: stagingavalanche_OriginTransfer! fee: BigInt! - asset: mode_Bytes! + asset: stagingavalanche_Bytes! } -input mode_RelayerFee_filter { +input stagingavalanche_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -219764,7 +218838,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_: stagingavalanche_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -219773,23 +218847,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: 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: mode_BlockChangedFilter - and: [mode_RelayerFee_filter] - or: [mode_RelayerFee_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RelayerFee_filter] + or: [stagingavalanche_RelayerFee_filter] } -enum mode_RelayerFee_orderBy { +enum stagingavalanche_RelayerFee_orderBy { id transfer transfer__id @@ -219825,20 +218899,20 @@ enum mode_RelayerFee_orderBy { asset } -type mode_RelayerFeesIncrease { +type stagingavalanche_RelayerFeesIncrease { id: ID! - transfer: mode_OriginTransfer! + transfer: stagingavalanche_OriginTransfer! increase: BigInt - asset: mode_Bytes - caller: mode_Bytes! - transactionHash: mode_Bytes! + asset: stagingavalanche_Bytes + caller: stagingavalanche_Bytes! + transactionHash: stagingavalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mode_RelayerFeesIncrease_filter { +input stagingavalanche_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -219867,7 +218941,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_: stagingavalanche_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -219876,36 +218950,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: 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 @@ -219939,12 +219013,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RelayerFeesIncrease_filter] + or: [stagingavalanche_RelayerFeesIncrease_filter] } -enum mode_RelayerFeesIncrease_orderBy { +enum stagingavalanche_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -219986,7 +219060,7 @@ enum mode_RelayerFeesIncrease_orderBy { blockNumber } -input mode_Relayer_filter { +input stagingavalanche_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -219999,34 +219073,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: 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: mode_BlockChangedFilter - and: [mode_Relayer_filter] - or: [mode_Relayer_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Relayer_filter] + or: [stagingavalanche_Relayer_filter] } -enum mode_Relayer_orderBy { +enum stagingavalanche_Relayer_orderBy { id isActive relayer } -type mode_RootCount { +type stagingavalanche_RootCount { id: ID! count: BigInt } -input mode_RootCount_filter { +input stagingavalanche_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -220044,31 +219118,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RootCount_filter] + or: [stagingavalanche_RootCount_filter] } -enum mode_RootCount_orderBy { +enum stagingavalanche_RootCount_orderBy { id count } -type mode_RootMessageSent { +type stagingavalanche_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mode_Bytes + root: stagingavalanche_Bytes count: BigInt - caller: mode_Bytes - transactionHash: mode_Bytes + caller: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mode_RootMessageSent_filter { +input stagingavalanche_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -220093,16 +219167,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: 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 @@ -220111,26 +219185,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: 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 @@ -220164,12 +219238,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RootMessageSent_filter] + or: [stagingavalanche_RootMessageSent_filter] } -enum mode_RootMessageSent_orderBy { +enum stagingavalanche_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -220183,25 +219257,25 @@ enum mode_RootMessageSent_orderBy { blockNumber } -type mode_Router { +type stagingavalanche_Router { id: ID! isActive: Boolean! - owner: mode_Bytes - recipient: mode_Bytes - proposedOwner: mode_Bytes + owner: stagingavalanche_Bytes + recipient: stagingavalanche_Bytes + proposedOwner: stagingavalanche_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: stagingavalanche_AssetBalance_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_AssetBalance_filter): [stagingavalanche_AssetBalance!]! } -type mode_RouterDailyTVL { +type stagingavalanche_RouterDailyTVL { id: ID! - router: mode_Router! - asset: mode_Asset! + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! timestamp: BigInt! balance: BigInt! } -input mode_RouterDailyTVL_filter { +input stagingavalanche_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -220230,7 +219304,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_: stagingavalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -220251,7 +219325,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_: stagingavalanche_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -220269,12 +219343,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RouterDailyTVL_filter] + or: [stagingavalanche_RouterDailyTVL_filter] } -enum mode_RouterDailyTVL_orderBy { +enum stagingavalanche_RouterDailyTVL_orderBy { id router router__id @@ -220297,26 +219371,26 @@ enum mode_RouterDailyTVL_orderBy { balance } -type mode_RouterLiquidityEvent { +type stagingavalanche_RouterLiquidityEvent { id: ID! - type: mode_RouterLiquidityEventType - router: mode_Router! - asset: mode_Asset! + type: stagingavalanche_RouterLiquidityEventType + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! amount: BigInt! balance: BigInt! - caller: mode_Bytes + caller: stagingavalanche_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mode_Bytes! + transactionHash: stagingavalanche_Bytes! nonce: BigInt! } -enum mode_RouterLiquidityEventType { +enum stagingavalanche_RouterLiquidityEventType { Add Remove } -input mode_RouterLiquidityEvent_filter { +input stagingavalanche_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -220325,10 +219399,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: stagingavalanche_RouterLiquidityEventType + type_not: stagingavalanche_RouterLiquidityEventType + type_in: [stagingavalanche_RouterLiquidityEventType!] + type_not_in: [stagingavalanche_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -220349,7 +219423,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_: stagingavalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -220370,7 +219444,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_: stagingavalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -220387,16 +219461,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: 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 @@ -220413,16 +219487,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: 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 @@ -220432,12 +219506,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RouterLiquidityEvent_filter] + or: [stagingavalanche_RouterLiquidityEvent_filter] } -enum mode_RouterLiquidityEvent_orderBy { +enum stagingavalanche_RouterLiquidityEvent_orderBy { id type router @@ -220466,7 +219540,7 @@ enum mode_RouterLiquidityEvent_orderBy { nonce } -input mode_Router_filter { +input stagingavalanche_Router_filter { id: ID id_not: ID id_gt: ID @@ -220479,36 +219553,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: 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 @@ -220517,14 +219591,14 @@ input mode_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mode_AssetBalance_filter + assetBalances_: stagingavalanche_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Router_filter] - or: [mode_Router_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Router_filter] + or: [stagingavalanche_Router_filter] } -enum mode_Router_orderBy { +enum stagingavalanche_Router_orderBy { id isActive owner @@ -220534,13 +219608,13 @@ enum mode_Router_orderBy { assetBalances } -type mode_Sequencer { +type stagingavalanche_Sequencer { id: ID! isActive: Boolean! - sequencer: mode_Bytes + sequencer: stagingavalanche_Bytes } -input mode_Sequencer_filter { +input stagingavalanche_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -220553,35 +219627,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: 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: mode_BlockChangedFilter - and: [mode_Sequencer_filter] - or: [mode_Sequencer_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Sequencer_filter] + or: [stagingavalanche_Sequencer_filter] } -enum mode_Sequencer_orderBy { +enum stagingavalanche_Sequencer_orderBy { id isActive sequencer } -type mode_Setting { +type stagingavalanche_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mode_Bytes! + caller: stagingavalanche_Bytes! } -input mode_Setting_filter { +input stagingavalanche_Setting_filter { id: ID id_not: ID id_gt: ID @@ -220598,41 +219672,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: 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: mode_BlockChangedFilter - and: [mode_Setting_filter] - or: [mode_Setting_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Setting_filter] + or: [stagingavalanche_Setting_filter] } -enum mode_Setting_orderBy { +enum stagingavalanche_Setting_orderBy { id maxRoutersPerTransfer caller } -type mode_SlippageUpdate { +type stagingavalanche_SlippageUpdate { id: ID! - transfer: mode_DestinationTransfer! + transfer: stagingavalanche_DestinationTransfer! slippage: BigInt! - caller: mode_Bytes! - transactionHash: mode_Bytes! + caller: stagingavalanche_Bytes! + transactionHash: stagingavalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mode_SlippageUpdate_filter { +input stagingavalanche_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -220661,7 +219735,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_: stagingavalanche_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -220670,26 +219744,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: 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 @@ -220723,12 +219797,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SlippageUpdate_filter] + or: [stagingavalanche_SlippageUpdate_filter] } -enum mode_SlippageUpdate_orderBy { +enum stagingavalanche_SlippageUpdate_orderBy { id transfer transfer__id @@ -220776,16 +219850,16 @@ enum mode_SlippageUpdate_orderBy { blockNumber } -type mode_SnapshotRoot { +type stagingavalanche_SnapshotRoot { id: ID! spokeDomain: BigInt - root: mode_Bytes! + root: stagingavalanche_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input mode_SnapshotRoot_filter { +input stagingavalanche_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -220802,16 +219876,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: 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 @@ -220837,12 +219911,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SnapshotRoot_filter] + or: [stagingavalanche_SnapshotRoot_filter] } -enum mode_SnapshotRoot_orderBy { +enum stagingavalanche_SnapshotRoot_orderBy { id spokeDomain root @@ -220851,12 +219925,12 @@ enum mode_SnapshotRoot_orderBy { blockNumber } -type mode_SpokeConnectorMode { +type stagingavalanche_SpokeConnectorMode { id: ID! mode: String! } -input mode_SpokeConnectorMode_filter { +input stagingavalanche_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -220886,17 +219960,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SpokeConnectorMode_filter] + or: [stagingavalanche_SpokeConnectorMode_filter] } -enum mode_SpokeConnectorMode_orderBy { +enum stagingavalanche_SpokeConnectorMode_orderBy { id mode } -enum mode_TransferStatus { +enum stagingavalanche_TransferStatus { XCalled Executed Reconciled @@ -220904,17 +219978,19 @@ enum mode_TransferStatus { CompletedFast } -type mode__Block_ { +type stagingavalanche__Block_ { """The hash of the block""" - hash: mode_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: stagingavalanche_Bytes } """The type for the top-level _meta field""" -type mode__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 @@ -220922,22 +219998,22 @@ type mode__Meta_ { and therefore asks for the latest block """ - block: mode__Block_! + block: stagingavalanche__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmode_AggregateRoot { +type stagingpolygonzkevm_AggregateRoot { id: ID! - root: stagingmode_Bytes! + root: stagingpolygonzkevm_Bytes! blockNumber: BigInt! } -type stagingmode_AggregateRootProposed { +type stagingpolygonzkevm_AggregateRootProposed { id: ID! - aggregateRoot: stagingmode_Bytes! + aggregateRoot: stagingpolygonzkevm_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -220945,7 +220021,7 @@ type stagingmode_AggregateRootProposed { blockNumber: BigInt } -input stagingmode_AggregateRootProposed_filter { +input stagingpolygonzkevm_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -220954,16 +220030,16 @@ input stagingmode_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmode_Bytes - aggregateRoot_not: stagingmode_Bytes - aggregateRoot_gt: stagingmode_Bytes - aggregateRoot_lt: stagingmode_Bytes - aggregateRoot_gte: stagingmode_Bytes - aggregateRoot_lte: stagingmode_Bytes - aggregateRoot_in: [stagingmode_Bytes!] - aggregateRoot_not_in: [stagingmode_Bytes!] - aggregateRoot_contains: stagingmode_Bytes - aggregateRoot_not_contains: stagingmode_Bytes + aggregateRoot: 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 @@ -221005,12 +220081,12 @@ input stagingmode_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_AggregateRootProposed_filter] - or: [stagingmode_AggregateRootProposed_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AggregateRootProposed_filter] + or: [stagingpolygonzkevm_AggregateRootProposed_filter] } -enum stagingmode_AggregateRootProposed_orderBy { +enum stagingpolygonzkevm_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -221020,7 +220096,7 @@ enum stagingmode_AggregateRootProposed_orderBy { blockNumber } -input stagingmode_AggregateRoot_filter { +input stagingpolygonzkevm_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -221029,16 +220105,16 @@ input stagingmode_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingmode_Bytes - root_not: stagingmode_Bytes - root_gt: stagingmode_Bytes - root_lt: stagingmode_Bytes - root_gte: stagingmode_Bytes - root_lte: stagingmode_Bytes - root_in: [stagingmode_Bytes!] - root_not_in: [stagingmode_Bytes!] - root_contains: stagingmode_Bytes - root_not_contains: stagingmode_Bytes + root: 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 @@ -221048,42 +220124,47 @@ input stagingmode_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_AggregateRoot_filter] - or: [stagingmode_AggregateRoot_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AggregateRoot_filter] + or: [stagingpolygonzkevm_AggregateRoot_filter] } -enum stagingmode_AggregateRoot_orderBy { +enum stagingpolygonzkevm_AggregateRoot_orderBy { id root blockNumber } -type stagingmode_Asset { +enum stagingpolygonzkevm_Aggregation_interval { + hour + day +} + +type stagingpolygonzkevm_Asset { id: ID! - key: stagingmode_Bytes + key: stagingpolygonzkevm_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmode_Bytes + canonicalId: stagingpolygonzkevm_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmode_Bytes - localAsset: stagingmode_Bytes + adoptedAsset: stagingpolygonzkevm_Bytes + localAsset: stagingpolygonzkevm_Bytes blockNumber: BigInt - status: stagingmode_AssetStatus + status: stagingpolygonzkevm_AssetStatus } -type stagingmode_AssetBalance { +type stagingpolygonzkevm_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmode_Router! - asset: stagingmode_Asset! + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! feesEarned: BigInt! } -input stagingmode_AssetBalance_filter { +input stagingpolygonzkevm_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -221144,7 +220225,7 @@ input stagingmode_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmode_Router_filter + router_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -221165,7 +220246,7 @@ input stagingmode_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmode_Asset_filter + asset_: stagingpolygonzkevm_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -221175,12 +220256,12 @@ input stagingmode_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_AssetBalance_filter] - or: [stagingmode_AssetBalance_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AssetBalance_filter] + or: [stagingpolygonzkevm_AssetBalance_filter] } -enum stagingmode_AssetBalance_orderBy { +enum stagingpolygonzkevm_AssetBalance_orderBy { id amount locked @@ -221206,12 +220287,12 @@ enum stagingmode_AssetBalance_orderBy { feesEarned } -type stagingmode_AssetStatus { +type stagingpolygonzkevm_AssetStatus { id: ID! status: Boolean } -input stagingmode_AssetStatus_filter { +input stagingpolygonzkevm_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -221225,17 +220306,17 @@ input stagingmode_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_AssetStatus_filter] - or: [stagingmode_AssetStatus_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AssetStatus_filter] + or: [stagingpolygonzkevm_AssetStatus_filter] } -enum stagingmode_AssetStatus_orderBy { +enum stagingpolygonzkevm_AssetStatus_orderBy { id status } -input stagingmode_Asset_filter { +input stagingpolygonzkevm_Asset_filter { id: ID id_not: ID id_gt: ID @@ -221244,16 +220325,16 @@ input stagingmode_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingmode_Bytes - key_not: stagingmode_Bytes - key_gt: stagingmode_Bytes - key_lt: stagingmode_Bytes - key_gte: stagingmode_Bytes - key_lte: stagingmode_Bytes - key_in: [stagingmode_Bytes!] - key_not_in: [stagingmode_Bytes!] - key_contains: stagingmode_Bytes - key_not_contains: stagingmode_Bytes + key: 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 @@ -221270,16 +220351,16 @@ input stagingmode_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingmode_Bytes - canonicalId_not: stagingmode_Bytes - canonicalId_gt: stagingmode_Bytes - canonicalId_lt: stagingmode_Bytes - canonicalId_gte: stagingmode_Bytes - canonicalId_lte: stagingmode_Bytes - canonicalId_in: [stagingmode_Bytes!] - canonicalId_not_in: [stagingmode_Bytes!] - canonicalId_contains: stagingmode_Bytes - canonicalId_not_contains: stagingmode_Bytes + canonicalId: 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 @@ -221288,26 +220369,26 @@ input stagingmode_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingmode_Bytes - adoptedAsset_not: stagingmode_Bytes - adoptedAsset_gt: stagingmode_Bytes - adoptedAsset_lt: stagingmode_Bytes - adoptedAsset_gte: stagingmode_Bytes - adoptedAsset_lte: stagingmode_Bytes - adoptedAsset_in: [stagingmode_Bytes!] - adoptedAsset_not_in: [stagingmode_Bytes!] - adoptedAsset_contains: stagingmode_Bytes - adoptedAsset_not_contains: stagingmode_Bytes - localAsset: stagingmode_Bytes - localAsset_not: stagingmode_Bytes - localAsset_gt: stagingmode_Bytes - localAsset_lt: stagingmode_Bytes - localAsset_gte: stagingmode_Bytes - localAsset_lte: stagingmode_Bytes - localAsset_in: [stagingmode_Bytes!] - localAsset_not_in: [stagingmode_Bytes!] - localAsset_contains: stagingmode_Bytes - localAsset_not_contains: stagingmode_Bytes + adoptedAsset: 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 @@ -221336,14 +220417,14 @@ input stagingmode_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingmode_AssetStatus_filter + status_: stagingpolygonzkevm_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_Asset_filter] - or: [stagingmode_Asset_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Asset_filter] + or: [stagingpolygonzkevm_Asset_filter] } -enum stagingmode_Asset_orderBy { +enum stagingpolygonzkevm_Asset_orderBy { id key decimal @@ -221358,30 +220439,30 @@ enum stagingmode_Asset_orderBy { status__status } -scalar stagingmode_BigDecimal +scalar stagingpolygonzkevm_BigDecimal -input stagingmode_BlockChangedFilter { +input stagingpolygonzkevm_BlockChangedFilter { number_gte: Int! } -input stagingmode_Block_height { - hash: stagingmode_Bytes +input stagingpolygonzkevm_Block_height { + hash: stagingpolygonzkevm_Bytes number: Int number_gte: Int } -scalar stagingmode_Bytes +scalar stagingpolygonzkevm_Bytes -type stagingmode_ConnectorMeta { +type stagingpolygonzkevm_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmode_Bytes - rootManager: stagingmode_Bytes - mirrorConnector: stagingmode_Bytes + amb: stagingpolygonzkevm_Bytes + rootManager: stagingpolygonzkevm_Bytes + mirrorConnector: stagingpolygonzkevm_Bytes } -input stagingmode_ConnectorMeta_filter { +input stagingpolygonzkevm_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -221406,43 +220487,43 @@ input stagingmode_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingmode_Bytes - amb_not: stagingmode_Bytes - amb_gt: stagingmode_Bytes - amb_lt: stagingmode_Bytes - amb_gte: stagingmode_Bytes - amb_lte: stagingmode_Bytes - amb_in: [stagingmode_Bytes!] - amb_not_in: [stagingmode_Bytes!] - amb_contains: stagingmode_Bytes - amb_not_contains: stagingmode_Bytes - rootManager: stagingmode_Bytes - rootManager_not: stagingmode_Bytes - rootManager_gt: stagingmode_Bytes - rootManager_lt: stagingmode_Bytes - rootManager_gte: stagingmode_Bytes - rootManager_lte: stagingmode_Bytes - rootManager_in: [stagingmode_Bytes!] - rootManager_not_in: [stagingmode_Bytes!] - rootManager_contains: stagingmode_Bytes - rootManager_not_contains: stagingmode_Bytes - mirrorConnector: stagingmode_Bytes - mirrorConnector_not: stagingmode_Bytes - mirrorConnector_gt: stagingmode_Bytes - mirrorConnector_lt: stagingmode_Bytes - mirrorConnector_gte: stagingmode_Bytes - mirrorConnector_lte: stagingmode_Bytes - mirrorConnector_in: [stagingmode_Bytes!] - mirrorConnector_not_in: [stagingmode_Bytes!] - mirrorConnector_contains: stagingmode_Bytes - mirrorConnector_not_contains: stagingmode_Bytes + amb: 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: stagingmode_BlockChangedFilter - and: [stagingmode_ConnectorMeta_filter] - or: [stagingmode_ConnectorMeta_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_ConnectorMeta_filter] + or: [stagingpolygonzkevm_ConnectorMeta_filter] } -enum stagingmode_ConnectorMeta_orderBy { +enum stagingpolygonzkevm_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -221451,48 +220532,48 @@ enum stagingmode_ConnectorMeta_orderBy { mirrorConnector } -type stagingmode_DestinationTransfer { +type stagingpolygonzkevm_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmode_Bytes + transferId: stagingpolygonzkevm_Bytes nonce: BigInt - status: stagingmode_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingmode_Router_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_Router_filter): [stagingmode_Router!] + status: 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: stagingmode_Bytes - delegate: stagingmode_Bytes + to: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes receiveLocal: Boolean - callData: stagingmode_Bytes + callData: stagingpolygonzkevm_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmode_Bytes + originSender: stagingpolygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmode_Bytes - asset: stagingmode_Asset + canonicalId: stagingpolygonzkevm_Bytes + asset: stagingpolygonzkevm_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmode_Bytes - executedTransactionHash: stagingmode_Bytes + executedCaller: stagingpolygonzkevm_Bytes + executedTransactionHash: stagingpolygonzkevm_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmode_Bytes + executedTxOrigin: stagingpolygonzkevm_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmode_Bytes - reconciledTransactionHash: stagingmode_Bytes + reconciledCaller: stagingpolygonzkevm_Bytes + reconciledTransactionHash: stagingpolygonzkevm_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmode_Bytes + reconciledTxOrigin: stagingpolygonzkevm_Bytes reconciledTxNonce: BigInt } -input stagingmode_DestinationTransfer_filter { +input stagingpolygonzkevm_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -221509,16 +220590,16 @@ input stagingmode_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmode_Bytes - transferId_not: stagingmode_Bytes - transferId_gt: stagingmode_Bytes - transferId_lt: stagingmode_Bytes - transferId_gte: stagingmode_Bytes - transferId_lte: stagingmode_Bytes - transferId_in: [stagingmode_Bytes!] - transferId_not_in: [stagingmode_Bytes!] - transferId_contains: stagingmode_Bytes - transferId_not_contains: stagingmode_Bytes + transferId: 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 @@ -221527,17 +220608,17 @@ input stagingmode_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmode_TransferStatus - status_not: stagingmode_TransferStatus - status_in: [stagingmode_TransferStatus!] - status_not_in: [stagingmode_TransferStatus!] + status: 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_: stagingmode_Router_filter + routers_: stagingpolygonzkevm_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -221562,40 +220643,40 @@ input stagingmode_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmode_Bytes - to_not: stagingmode_Bytes - to_gt: stagingmode_Bytes - to_lt: stagingmode_Bytes - to_gte: stagingmode_Bytes - to_lte: stagingmode_Bytes - to_in: [stagingmode_Bytes!] - to_not_in: [stagingmode_Bytes!] - to_contains: stagingmode_Bytes - to_not_contains: stagingmode_Bytes - delegate: stagingmode_Bytes - delegate_not: stagingmode_Bytes - delegate_gt: stagingmode_Bytes - delegate_lt: stagingmode_Bytes - delegate_gte: stagingmode_Bytes - delegate_lte: stagingmode_Bytes - delegate_in: [stagingmode_Bytes!] - delegate_not_in: [stagingmode_Bytes!] - delegate_contains: stagingmode_Bytes - delegate_not_contains: stagingmode_Bytes + to: 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: stagingmode_Bytes - callData_not: stagingmode_Bytes - callData_gt: stagingmode_Bytes - callData_lt: stagingmode_Bytes - callData_gte: stagingmode_Bytes - callData_lte: stagingmode_Bytes - callData_in: [stagingmode_Bytes!] - callData_not_in: [stagingmode_Bytes!] - callData_contains: stagingmode_Bytes - callData_not_contains: stagingmode_Bytes + callData: 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 @@ -221612,16 +220693,16 @@ input stagingmode_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingmode_Bytes - originSender_not: stagingmode_Bytes - originSender_gt: stagingmode_Bytes - originSender_lt: stagingmode_Bytes - originSender_gte: stagingmode_Bytes - originSender_lte: stagingmode_Bytes - originSender_in: [stagingmode_Bytes!] - originSender_not_in: [stagingmode_Bytes!] - originSender_contains: stagingmode_Bytes - originSender_not_contains: stagingmode_Bytes + originSender: 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 @@ -221638,16 +220719,16 @@ input stagingmode_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmode_Bytes - canonicalId_not: stagingmode_Bytes - canonicalId_gt: stagingmode_Bytes - canonicalId_lt: stagingmode_Bytes - canonicalId_gte: stagingmode_Bytes - canonicalId_lte: stagingmode_Bytes - canonicalId_in: [stagingmode_Bytes!] - canonicalId_not_in: [stagingmode_Bytes!] - canonicalId_contains: stagingmode_Bytes - canonicalId_not_contains: stagingmode_Bytes + canonicalId: 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 @@ -221668,7 +220749,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_: stagingpolygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -221685,26 +220766,26 @@ input stagingmode_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingmode_Bytes - executedCaller_not: stagingmode_Bytes - executedCaller_gt: stagingmode_Bytes - executedCaller_lt: stagingmode_Bytes - executedCaller_gte: stagingmode_Bytes - executedCaller_lte: stagingmode_Bytes - executedCaller_in: [stagingmode_Bytes!] - executedCaller_not_in: [stagingmode_Bytes!] - executedCaller_contains: stagingmode_Bytes - executedCaller_not_contains: stagingmode_Bytes - executedTransactionHash: stagingmode_Bytes - executedTransactionHash_not: stagingmode_Bytes - executedTransactionHash_gt: stagingmode_Bytes - executedTransactionHash_lt: stagingmode_Bytes - executedTransactionHash_gte: stagingmode_Bytes - executedTransactionHash_lte: stagingmode_Bytes - executedTransactionHash_in: [stagingmode_Bytes!] - executedTransactionHash_not_in: [stagingmode_Bytes!] - executedTransactionHash_contains: stagingmode_Bytes - executedTransactionHash_not_contains: stagingmode_Bytes + executedCaller: 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 @@ -221737,16 +220818,16 @@ input stagingmode_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingmode_Bytes - executedTxOrigin_not: stagingmode_Bytes - executedTxOrigin_gt: stagingmode_Bytes - executedTxOrigin_lt: stagingmode_Bytes - executedTxOrigin_gte: stagingmode_Bytes - executedTxOrigin_lte: stagingmode_Bytes - executedTxOrigin_in: [stagingmode_Bytes!] - executedTxOrigin_not_in: [stagingmode_Bytes!] - executedTxOrigin_contains: stagingmode_Bytes - executedTxOrigin_not_contains: stagingmode_Bytes + 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 @@ -221755,26 +220836,26 @@ input stagingmode_DestinationTransfer_filter { 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 + 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 @@ -221807,16 +220888,16 @@ input stagingmode_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmode_Bytes - reconciledTxOrigin_not: stagingmode_Bytes - reconciledTxOrigin_gt: stagingmode_Bytes - reconciledTxOrigin_lt: stagingmode_Bytes - reconciledTxOrigin_gte: stagingmode_Bytes - reconciledTxOrigin_lte: stagingmode_Bytes - reconciledTxOrigin_in: [stagingmode_Bytes!] - reconciledTxOrigin_not_in: [stagingmode_Bytes!] - reconciledTxOrigin_contains: stagingmode_Bytes - reconciledTxOrigin_not_contains: stagingmode_Bytes + reconciledTxOrigin: 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 @@ -221826,12 +220907,12 @@ input stagingmode_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_DestinationTransfer_filter] - or: [stagingmode_DestinationTransfer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_DestinationTransfer_filter] + or: [stagingpolygonzkevm_DestinationTransfer_filter] } -enum stagingmode_DestinationTransfer_orderBy { +enum stagingpolygonzkevm_DestinationTransfer_orderBy { id chainId transferId @@ -221885,16 +220966,16 @@ enum stagingmode_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmode_Int8 +scalar stagingpolygonzkevm_Int8 -type stagingmode_OptimisticRootFinalized { +type stagingpolygonzkevm_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmode_Bytes! + aggregateRoot: stagingpolygonzkevm_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmode_OptimisticRootFinalized_filter { +input stagingpolygonzkevm_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -221903,16 +220984,16 @@ input stagingmode_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmode_Bytes - aggregateRoot_not: stagingmode_Bytes - aggregateRoot_gt: stagingmode_Bytes - aggregateRoot_lt: stagingmode_Bytes - aggregateRoot_gte: stagingmode_Bytes - aggregateRoot_lte: stagingmode_Bytes - aggregateRoot_in: [stagingmode_Bytes!] - aggregateRoot_not_in: [stagingmode_Bytes!] - aggregateRoot_contains: stagingmode_Bytes - aggregateRoot_not_contains: stagingmode_Bytes + aggregateRoot: 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 @@ -221930,12 +221011,12 @@ input stagingmode_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_OptimisticRootFinalized_filter] - or: [stagingmode_OptimisticRootFinalized_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OptimisticRootFinalized_filter] + or: [stagingpolygonzkevm_OptimisticRootFinalized_filter] } -enum stagingmode_OptimisticRootFinalized_orderBy { +enum stagingpolygonzkevm_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -221943,25 +221024,25 @@ enum stagingmode_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmode_OrderDirection { +enum stagingpolygonzkevm_OrderDirection { asc desc } -type stagingmode_OriginMessage { +type stagingpolygonzkevm_OriginMessage { id: ID! - transferId: stagingmode_Bytes + transferId: stagingpolygonzkevm_Bytes destinationDomain: BigInt - leaf: stagingmode_Bytes + leaf: stagingpolygonzkevm_Bytes index: BigInt - message: stagingmode_Bytes - root: stagingmode_Bytes - transactionHash: stagingmode_Bytes + message: stagingpolygonzkevm_Bytes + root: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes blockNumber: BigInt - rootCount: stagingmode_RootCount + rootCount: stagingpolygonzkevm_RootCount } -input stagingmode_OriginMessage_filter { +input stagingpolygonzkevm_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -221970,16 +221051,16 @@ input stagingmode_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingmode_Bytes - transferId_not: stagingmode_Bytes - transferId_gt: stagingmode_Bytes - transferId_lt: stagingmode_Bytes - transferId_gte: stagingmode_Bytes - transferId_lte: stagingmode_Bytes - transferId_in: [stagingmode_Bytes!] - transferId_not_in: [stagingmode_Bytes!] - transferId_contains: stagingmode_Bytes - transferId_not_contains: stagingmode_Bytes + transferId: 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 @@ -221988,16 +221069,16 @@ input stagingmode_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingmode_Bytes - leaf_not: stagingmode_Bytes - leaf_gt: stagingmode_Bytes - leaf_lt: stagingmode_Bytes - leaf_gte: stagingmode_Bytes - leaf_lte: stagingmode_Bytes - leaf_in: [stagingmode_Bytes!] - leaf_not_in: [stagingmode_Bytes!] - leaf_contains: stagingmode_Bytes - leaf_not_contains: stagingmode_Bytes + leaf: 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 @@ -222006,36 +221087,36 @@ input stagingmode_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingmode_Bytes - message_not: stagingmode_Bytes - message_gt: stagingmode_Bytes - message_lt: stagingmode_Bytes - message_gte: stagingmode_Bytes - message_lte: stagingmode_Bytes - message_in: [stagingmode_Bytes!] - message_not_in: [stagingmode_Bytes!] - message_contains: stagingmode_Bytes - message_not_contains: stagingmode_Bytes - root: stagingmode_Bytes - root_not: stagingmode_Bytes - root_gt: stagingmode_Bytes - root_lt: stagingmode_Bytes - root_gte: stagingmode_Bytes - root_lte: stagingmode_Bytes - root_in: [stagingmode_Bytes!] - root_not_in: [stagingmode_Bytes!] - root_contains: stagingmode_Bytes - root_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + message: 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 @@ -222064,14 +221145,14 @@ input stagingmode_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingmode_RootCount_filter + rootCount_: stagingpolygonzkevm_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_OriginMessage_filter] - or: [stagingmode_OriginMessage_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OriginMessage_filter] + or: [stagingpolygonzkevm_OriginMessage_filter] } -enum stagingmode_OriginMessage_orderBy { +enum stagingpolygonzkevm_OriginMessage_orderBy { id transferId destinationDomain @@ -222086,42 +221167,42 @@ enum stagingmode_OriginMessage_orderBy { rootCount__count } -type stagingmode_OriginTransfer { +type stagingpolygonzkevm_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmode_Bytes + transferId: stagingpolygonzkevm_Bytes nonce: BigInt - status: stagingmode_TransferStatus - messageHash: stagingmode_Bytes + status: stagingpolygonzkevm_TransferStatus + messageHash: stagingpolygonzkevm_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmode_Bytes - delegate: stagingmode_Bytes + to: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes receiveLocal: Boolean - callData: stagingmode_Bytes + callData: stagingpolygonzkevm_Bytes slippage: BigInt - originSender: stagingmode_Bytes + originSender: stagingpolygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmode_Bytes - asset: stagingmode_Asset - transactingAsset: stagingmode_Bytes - message: stagingmode_OriginMessage + canonicalId: stagingpolygonzkevm_Bytes + asset: stagingpolygonzkevm_Asset + transactingAsset: stagingpolygonzkevm_Bytes + message: stagingpolygonzkevm_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmode_RelayerFee_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_RelayerFee_filter): [stagingmode_RelayerFee!] - initialRelayerFeeAsset: stagingmode_Bytes - caller: stagingmode_Bytes - transactionHash: stagingmode_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: stagingmode_Bytes + txOrigin: stagingpolygonzkevm_Bytes txNonce: BigInt } -input stagingmode_OriginTransfer_filter { +input stagingpolygonzkevm_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -222138,16 +221219,16 @@ input stagingmode_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmode_Bytes - transferId_not: stagingmode_Bytes - transferId_gt: stagingmode_Bytes - transferId_lt: stagingmode_Bytes - transferId_gte: stagingmode_Bytes - transferId_lte: stagingmode_Bytes - transferId_in: [stagingmode_Bytes!] - transferId_not_in: [stagingmode_Bytes!] - transferId_contains: stagingmode_Bytes - transferId_not_contains: stagingmode_Bytes + transferId: 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 @@ -222156,20 +221237,20 @@ input stagingmode_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmode_TransferStatus - status_not: stagingmode_TransferStatus - status_in: [stagingmode_TransferStatus!] - status_not_in: [stagingmode_TransferStatus!] - messageHash: stagingmode_Bytes - messageHash_not: stagingmode_Bytes - messageHash_gt: stagingmode_Bytes - messageHash_lt: stagingmode_Bytes - messageHash_gte: stagingmode_Bytes - messageHash_lte: stagingmode_Bytes - messageHash_in: [stagingmode_Bytes!] - messageHash_not_in: [stagingmode_Bytes!] - messageHash_contains: stagingmode_Bytes - messageHash_not_contains: stagingmode_Bytes + status: 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 @@ -222194,40 +221275,40 @@ input stagingmode_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmode_Bytes - to_not: stagingmode_Bytes - to_gt: stagingmode_Bytes - to_lt: stagingmode_Bytes - to_gte: stagingmode_Bytes - to_lte: stagingmode_Bytes - to_in: [stagingmode_Bytes!] - to_not_in: [stagingmode_Bytes!] - to_contains: stagingmode_Bytes - to_not_contains: stagingmode_Bytes - delegate: stagingmode_Bytes - delegate_not: stagingmode_Bytes - delegate_gt: stagingmode_Bytes - delegate_lt: stagingmode_Bytes - delegate_gte: stagingmode_Bytes - delegate_lte: stagingmode_Bytes - delegate_in: [stagingmode_Bytes!] - delegate_not_in: [stagingmode_Bytes!] - delegate_contains: stagingmode_Bytes - delegate_not_contains: stagingmode_Bytes + to: 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: stagingmode_Bytes - callData_not: stagingmode_Bytes - callData_gt: stagingmode_Bytes - callData_lt: stagingmode_Bytes - callData_gte: stagingmode_Bytes - callData_lte: stagingmode_Bytes - callData_in: [stagingmode_Bytes!] - callData_not_in: [stagingmode_Bytes!] - callData_contains: stagingmode_Bytes - callData_not_contains: stagingmode_Bytes + callData: 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 @@ -222236,16 +221317,16 @@ input stagingmode_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingmode_Bytes - originSender_not: stagingmode_Bytes - originSender_gt: stagingmode_Bytes - originSender_lt: stagingmode_Bytes - originSender_gte: stagingmode_Bytes - originSender_lte: stagingmode_Bytes - originSender_in: [stagingmode_Bytes!] - originSender_not_in: [stagingmode_Bytes!] - originSender_contains: stagingmode_Bytes - originSender_not_contains: stagingmode_Bytes + originSender: 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 @@ -222262,16 +221343,16 @@ input stagingmode_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmode_Bytes - canonicalId_not: stagingmode_Bytes - canonicalId_gt: stagingmode_Bytes - canonicalId_lt: stagingmode_Bytes - canonicalId_gte: stagingmode_Bytes - canonicalId_lte: stagingmode_Bytes - canonicalId_in: [stagingmode_Bytes!] - canonicalId_not_in: [stagingmode_Bytes!] - canonicalId_contains: stagingmode_Bytes - canonicalId_not_contains: stagingmode_Bytes + canonicalId: 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 @@ -222292,17 +221373,17 @@ input stagingmode_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmode_Asset_filter - transactingAsset: stagingmode_Bytes - transactingAsset_not: stagingmode_Bytes - transactingAsset_gt: stagingmode_Bytes - transactingAsset_lt: stagingmode_Bytes - transactingAsset_gte: stagingmode_Bytes - transactingAsset_lte: stagingmode_Bytes - transactingAsset_in: [stagingmode_Bytes!] - transactingAsset_not_in: [stagingmode_Bytes!] - transactingAsset_contains: stagingmode_Bytes - transactingAsset_not_contains: stagingmode_Bytes + asset_: 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 @@ -222323,7 +221404,7 @@ input stagingmode_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingmode_OriginMessage_filter + message_: stagingpolygonzkevm_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -222338,37 +221419,37 @@ input stagingmode_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingmode_RelayerFee_filter - initialRelayerFeeAsset: stagingmode_Bytes - initialRelayerFeeAsset_not: stagingmode_Bytes - initialRelayerFeeAsset_gt: stagingmode_Bytes - initialRelayerFeeAsset_lt: stagingmode_Bytes - initialRelayerFeeAsset_gte: stagingmode_Bytes - initialRelayerFeeAsset_lte: stagingmode_Bytes - initialRelayerFeeAsset_in: [stagingmode_Bytes!] - initialRelayerFeeAsset_not_in: [stagingmode_Bytes!] - initialRelayerFeeAsset_contains: stagingmode_Bytes - initialRelayerFeeAsset_not_contains: stagingmode_Bytes - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + relayerFees_: 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 @@ -222401,16 +221482,16 @@ input stagingmode_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingmode_Bytes - txOrigin_not: stagingmode_Bytes - txOrigin_gt: stagingmode_Bytes - txOrigin_lt: stagingmode_Bytes - txOrigin_gte: stagingmode_Bytes - txOrigin_lte: stagingmode_Bytes - txOrigin_in: [stagingmode_Bytes!] - txOrigin_not_in: [stagingmode_Bytes!] - txOrigin_contains: stagingmode_Bytes - txOrigin_not_contains: stagingmode_Bytes + txOrigin: 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 @@ -222420,12 +221501,12 @@ input stagingmode_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_OriginTransfer_filter] - or: [stagingmode_OriginTransfer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OriginTransfer_filter] + or: [stagingpolygonzkevm_OriginTransfer_filter] } -enum stagingmode_OriginTransfer_orderBy { +enum stagingpolygonzkevm_OriginTransfer_orderBy { id chainId transferId @@ -222478,20 +221559,20 @@ enum stagingmode_OriginTransfer_orderBy { txNonce } -type stagingmode_Relayer { +type stagingpolygonzkevm_Relayer { id: ID! isActive: Boolean! - relayer: stagingmode_Bytes + relayer: stagingpolygonzkevm_Bytes } -type stagingmode_RelayerFee { +type stagingpolygonzkevm_RelayerFee { id: ID! - transfer: stagingmode_OriginTransfer! + transfer: stagingpolygonzkevm_OriginTransfer! fee: BigInt! - asset: stagingmode_Bytes! + asset: stagingpolygonzkevm_Bytes! } -input stagingmode_RelayerFee_filter { +input stagingpolygonzkevm_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -222520,7 +221601,7 @@ input stagingmode_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmode_OriginTransfer_filter + transfer_: stagingpolygonzkevm_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -222529,23 +221610,23 @@ input stagingmode_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingmode_Bytes - asset_not: stagingmode_Bytes - asset_gt: stagingmode_Bytes - asset_lt: stagingmode_Bytes - asset_gte: stagingmode_Bytes - asset_lte: stagingmode_Bytes - asset_in: [stagingmode_Bytes!] - asset_not_in: [stagingmode_Bytes!] - asset_contains: stagingmode_Bytes - asset_not_contains: stagingmode_Bytes + asset: 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: stagingmode_BlockChangedFilter - and: [stagingmode_RelayerFee_filter] - or: [stagingmode_RelayerFee_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RelayerFee_filter] + or: [stagingpolygonzkevm_RelayerFee_filter] } -enum stagingmode_RelayerFee_orderBy { +enum stagingpolygonzkevm_RelayerFee_orderBy { id transfer transfer__id @@ -222581,20 +221662,20 @@ enum stagingmode_RelayerFee_orderBy { asset } -type stagingmode_RelayerFeesIncrease { +type stagingpolygonzkevm_RelayerFeesIncrease { id: ID! - transfer: stagingmode_OriginTransfer! + transfer: stagingpolygonzkevm_OriginTransfer! increase: BigInt - asset: stagingmode_Bytes - caller: stagingmode_Bytes! - transactionHash: stagingmode_Bytes! + asset: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmode_RelayerFeesIncrease_filter { +input stagingpolygonzkevm_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -222623,7 +221704,7 @@ input stagingmode_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmode_OriginTransfer_filter + transfer_: stagingpolygonzkevm_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -222632,36 +221713,36 @@ input stagingmode_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingmode_Bytes - asset_not: stagingmode_Bytes - asset_gt: stagingmode_Bytes - asset_lt: stagingmode_Bytes - asset_gte: stagingmode_Bytes - asset_lte: stagingmode_Bytes - asset_in: [stagingmode_Bytes!] - asset_not_in: [stagingmode_Bytes!] - asset_contains: stagingmode_Bytes - asset_not_contains: stagingmode_Bytes - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + asset: 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 @@ -222695,12 +221776,12 @@ input stagingmode_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RelayerFeesIncrease_filter] - or: [stagingmode_RelayerFeesIncrease_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RelayerFeesIncrease_filter] + or: [stagingpolygonzkevm_RelayerFeesIncrease_filter] } -enum stagingmode_RelayerFeesIncrease_orderBy { +enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -222742,7 +221823,7 @@ enum stagingmode_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmode_Relayer_filter { +input stagingpolygonzkevm_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -222755,34 +221836,34 @@ input stagingmode_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingmode_Bytes - relayer_not: stagingmode_Bytes - relayer_gt: stagingmode_Bytes - relayer_lt: stagingmode_Bytes - relayer_gte: stagingmode_Bytes - relayer_lte: stagingmode_Bytes - relayer_in: [stagingmode_Bytes!] - relayer_not_in: [stagingmode_Bytes!] - relayer_contains: stagingmode_Bytes - relayer_not_contains: stagingmode_Bytes + relayer: 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: stagingmode_BlockChangedFilter - and: [stagingmode_Relayer_filter] - or: [stagingmode_Relayer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Relayer_filter] + or: [stagingpolygonzkevm_Relayer_filter] } -enum stagingmode_Relayer_orderBy { +enum stagingpolygonzkevm_Relayer_orderBy { id isActive relayer } -type stagingmode_RootCount { +type stagingpolygonzkevm_RootCount { id: ID! count: BigInt } -input stagingmode_RootCount_filter { +input stagingpolygonzkevm_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -222800,31 +221881,31 @@ input stagingmode_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RootCount_filter] - or: [stagingmode_RootCount_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RootCount_filter] + or: [stagingpolygonzkevm_RootCount_filter] } -enum stagingmode_RootCount_orderBy { +enum stagingpolygonzkevm_RootCount_orderBy { id count } -type stagingmode_RootMessageSent { +type stagingpolygonzkevm_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmode_Bytes + root: stagingpolygonzkevm_Bytes count: BigInt - caller: stagingmode_Bytes - transactionHash: stagingmode_Bytes + caller: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmode_RootMessageSent_filter { +input stagingpolygonzkevm_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -222849,16 +221930,16 @@ input stagingmode_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingmode_Bytes - root_not: stagingmode_Bytes - root_gt: stagingmode_Bytes - root_lt: stagingmode_Bytes - root_gte: stagingmode_Bytes - root_lte: stagingmode_Bytes - root_in: [stagingmode_Bytes!] - root_not_in: [stagingmode_Bytes!] - root_contains: stagingmode_Bytes - root_not_contains: stagingmode_Bytes + root: 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 @@ -222867,26 +221948,26 @@ input stagingmode_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + caller: 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 @@ -222920,12 +222001,12 @@ input stagingmode_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RootMessageSent_filter] - or: [stagingmode_RootMessageSent_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RootMessageSent_filter] + or: [stagingpolygonzkevm_RootMessageSent_filter] } -enum stagingmode_RootMessageSent_orderBy { +enum stagingpolygonzkevm_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -222939,25 +222020,25 @@ enum stagingmode_RootMessageSent_orderBy { blockNumber } -type stagingmode_Router { +type stagingpolygonzkevm_Router { id: ID! isActive: Boolean! - owner: stagingmode_Bytes - recipient: stagingmode_Bytes - proposedOwner: stagingmode_Bytes + owner: stagingpolygonzkevm_Bytes + recipient: stagingpolygonzkevm_Bytes + proposedOwner: stagingpolygonzkevm_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmode_AssetBalance_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_AssetBalance_filter): [stagingmode_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_AssetBalance_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_AssetBalance_filter): [stagingpolygonzkevm_AssetBalance!]! } -type stagingmode_RouterDailyTVL { +type stagingpolygonzkevm_RouterDailyTVL { id: ID! - router: stagingmode_Router! - asset: stagingmode_Asset! + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmode_RouterDailyTVL_filter { +input stagingpolygonzkevm_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -222986,7 +222067,7 @@ input stagingmode_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmode_Router_filter + router_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -223007,7 +222088,7 @@ input stagingmode_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmode_Asset_filter + asset_: stagingpolygonzkevm_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -223025,54 +222106,823 @@ input stagingmode_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RouterDailyTVL_filter] - or: [stagingmode_RouterDailyTVL_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RouterDailyTVL_filter] + or: [stagingpolygonzkevm_RouterDailyTVL_filter] +} + +enum stagingpolygonzkevm_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingpolygonzkevm_RouterLiquidityEvent { + id: ID! + type: stagingpolygonzkevm_RouterLiquidityEventType + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingpolygonzkevm_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingpolygonzkevm_Bytes! + nonce: BigInt! +} + +enum stagingpolygonzkevm_RouterLiquidityEventType { + Add + Remove +} + +input stagingpolygonzkevm_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingpolygonzkevm_RouterLiquidityEventType + type_not: stagingpolygonzkevm_RouterLiquidityEventType + type_in: [stagingpolygonzkevm_RouterLiquidityEventType!] + type_not_in: [stagingpolygonzkevm_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingpolygonzkevm_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingpolygonzkevm_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RouterLiquidityEvent_filter] + or: [stagingpolygonzkevm_RouterLiquidityEvent_filter] +} + +enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingpolygonzkevm_Router_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: stagingpolygonzkevm_Bytes + owner_not: stagingpolygonzkevm_Bytes + owner_gt: stagingpolygonzkevm_Bytes + owner_lt: stagingpolygonzkevm_Bytes + owner_gte: stagingpolygonzkevm_Bytes + owner_lte: stagingpolygonzkevm_Bytes + owner_in: [stagingpolygonzkevm_Bytes!] + owner_not_in: [stagingpolygonzkevm_Bytes!] + owner_contains: stagingpolygonzkevm_Bytes + owner_not_contains: stagingpolygonzkevm_Bytes + recipient: stagingpolygonzkevm_Bytes + recipient_not: stagingpolygonzkevm_Bytes + recipient_gt: stagingpolygonzkevm_Bytes + recipient_lt: stagingpolygonzkevm_Bytes + recipient_gte: stagingpolygonzkevm_Bytes + recipient_lte: stagingpolygonzkevm_Bytes + recipient_in: [stagingpolygonzkevm_Bytes!] + recipient_not_in: [stagingpolygonzkevm_Bytes!] + recipient_contains: stagingpolygonzkevm_Bytes + recipient_not_contains: stagingpolygonzkevm_Bytes + proposedOwner: stagingpolygonzkevm_Bytes + proposedOwner_not: stagingpolygonzkevm_Bytes + proposedOwner_gt: stagingpolygonzkevm_Bytes + proposedOwner_lt: stagingpolygonzkevm_Bytes + proposedOwner_gte: stagingpolygonzkevm_Bytes + proposedOwner_lte: stagingpolygonzkevm_Bytes + proposedOwner_in: [stagingpolygonzkevm_Bytes!] + proposedOwner_not_in: [stagingpolygonzkevm_Bytes!] + proposedOwner_contains: stagingpolygonzkevm_Bytes + proposedOwner_not_contains: stagingpolygonzkevm_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: stagingpolygonzkevm_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Router_filter] + or: [stagingpolygonzkevm_Router_filter] +} + +enum stagingpolygonzkevm_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingpolygonzkevm_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingpolygonzkevm_Bytes +} + +input stagingpolygonzkevm_Sequencer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: stagingpolygonzkevm_Bytes + sequencer_not: stagingpolygonzkevm_Bytes + sequencer_gt: stagingpolygonzkevm_Bytes + sequencer_lt: stagingpolygonzkevm_Bytes + sequencer_gte: stagingpolygonzkevm_Bytes + sequencer_lte: stagingpolygonzkevm_Bytes + sequencer_in: [stagingpolygonzkevm_Bytes!] + sequencer_not_in: [stagingpolygonzkevm_Bytes!] + sequencer_contains: stagingpolygonzkevm_Bytes + sequencer_not_contains: stagingpolygonzkevm_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Sequencer_filter] + or: [stagingpolygonzkevm_Sequencer_filter] +} + +enum stagingpolygonzkevm_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingpolygonzkevm_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingpolygonzkevm_Bytes! +} + +input stagingpolygonzkevm_Setting_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Setting_filter] + or: [stagingpolygonzkevm_Setting_filter] +} + +enum stagingpolygonzkevm_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingpolygonzkevm_SlippageUpdate { + id: ID! + transfer: stagingpolygonzkevm_DestinationTransfer! + slippage: BigInt! + caller: stagingpolygonzkevm_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingpolygonzkevm_SlippageUpdate_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingpolygonzkevm_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SlippageUpdate_filter] + or: [stagingpolygonzkevm_SlippageUpdate_filter] +} + +enum stagingpolygonzkevm_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingpolygonzkevm_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingpolygonzkevm_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingpolygonzkevm_SnapshotRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingpolygonzkevm_Bytes + root_not: stagingpolygonzkevm_Bytes + root_gt: stagingpolygonzkevm_Bytes + root_lt: stagingpolygonzkevm_Bytes + root_gte: stagingpolygonzkevm_Bytes + root_lte: stagingpolygonzkevm_Bytes + root_in: [stagingpolygonzkevm_Bytes!] + root_not_in: [stagingpolygonzkevm_Bytes!] + root_contains: stagingpolygonzkevm_Bytes + root_not_contains: stagingpolygonzkevm_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SnapshotRoot_filter] + or: [stagingpolygonzkevm_SnapshotRoot_filter] +} + +enum stagingpolygonzkevm_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingpolygonzkevm_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingpolygonzkevm_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SpokeConnectorMode_filter] + or: [stagingpolygonzkevm_SpokeConnectorMode_filter] +} + +enum stagingpolygonzkevm_SpokeConnectorMode_orderBy { + id + mode +} + +enum stagingpolygonzkevm_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingpolygonzkevm__Block_ { + """The hash of the block""" + hash: stagingpolygonzkevm_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingpolygonzkevm_Bytes +} + +"""The type for the top-level _meta field""" +type stagingpolygonzkevm__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingpolygonzkevm__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type metis_AggregateRoot { + id: ID! + root: metis_Bytes! + blockNumber: BigInt! +} + +type metis_AggregateRootProposed { + id: ID! + aggregateRoot: metis_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input metis_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: 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 + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: metis_BlockChangedFilter + and: [metis_AggregateRootProposed_filter] + or: [metis_AggregateRootProposed_filter] +} + +enum metis_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input metis_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: 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 + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: metis_BlockChangedFilter + and: [metis_AggregateRoot_filter] + or: [metis_AggregateRoot_filter] } -enum stagingmode_RouterDailyTVL_orderBy { +enum metis_AggregateRoot_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 + root + blockNumber } -type stagingmode_RouterLiquidityEvent { +type metis_Asset { 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! + key: metis_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: metis_Bytes + canonicalDomain: BigInt + adoptedAsset: metis_Bytes + localAsset: metis_Bytes + blockNumber: BigInt + status: metis_AssetStatus } -enum stagingmode_RouterLiquidityEventType { - Add - Remove +type metis_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: metis_Router! + asset: metis_Asset! + feesEarned: BigInt! } -input stagingmode_RouterLiquidityEvent_filter { +input metis_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -223081,10 +222931,38 @@ 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!] + 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 @@ -223105,7 +222983,7 @@ input stagingmode_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmode_Router_filter + router_: metis_Router_filter asset: String asset_not: String asset_gt: String @@ -223126,76 +223004,27 @@ input stagingmode_RouterLiquidityEvent_filter { 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!] + asset_: metis_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: stagingmode_BlockChangedFilter - and: [stagingmode_RouterLiquidityEvent_filter] - or: [stagingmode_RouterLiquidityEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_AssetBalance_filter] + or: [metis_AssetBalance_filter] } -enum stagingmode_RouterLiquidityEvent_orderBy { +enum metis_AssetBalance_orderBy { id - type + amount + locked + supplied + removed router router__id router__isActive @@ -223213,16 +223042,15 @@ enum stagingmode_RouterLiquidityEvent_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - amount - balance - caller - blockNumber - timestamp - transactionHash - nonce + feesEarned } -input stagingmode_Router_filter { +type metis_AssetStatus { + id: ID! + status: Boolean +} + +input metis_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -223231,72 +223059,22 @@ 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 + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_Router_filter] - or: [stagingmode_Router_filter] + _change_block: metis_BlockChangedFilter + and: [metis_AssetStatus_filter] + or: [metis_AssetStatus_filter] } -enum stagingmode_Router_orderBy { +enum metis_AssetStatus_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type stagingmode_Sequencer { - id: ID! - isActive: Boolean! - sequencer: stagingmode_Bytes + status } -input stagingmode_Sequencer_filter { +input metis_Asset_filter { id: ID id_not: ID id_gt: ID @@ -223305,39 +223083,144 @@ 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 + 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 + 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: 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 + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + 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 + 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_: metis_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_Sequencer_filter] - or: [stagingmode_Sequencer_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Asset_filter] + or: [metis_Asset_filter] } -enum stagingmode_Sequencer_orderBy { +enum metis_Asset_orderBy { id - isActive - sequencer + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -type stagingmode_Setting { +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! - maxRoutersPerTransfer: BigInt! - caller: stagingmode_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: metis_Bytes + rootManager: metis_Bytes + mirrorConnector: metis_Bytes } -input stagingmode_Setting_filter { +input metis_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -223346,49 +223229,109 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + 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 """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_Setting_filter] - or: [stagingmode_Setting_filter] + _change_block: metis_BlockChangedFilter + and: [metis_ConnectorMeta_filter] + or: [metis_ConnectorMeta_filter] } -enum stagingmode_Setting_orderBy { +enum metis_ConnectorMeta_orderBy { id - maxRoutersPerTransfer - caller + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmode_SlippageUpdate { +type metis_DestinationTransfer { id: ID! - transfer: stagingmode_DestinationTransfer! - slippage: BigInt! - caller: stagingmode_Bytes! - transactionHash: stagingmode_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + chainId: BigInt + transferId: metis_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: metis_Bytes + delegate: metis_Bytes + receiveLocal: Boolean + callData: metis_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: metis_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: metis_Bytes + asset: metis_Asset + amount: BigInt + routersFee: BigInt + executedCaller: metis_Bytes + executedTransactionHash: metis_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: metis_Bytes + executedTxNonce: BigInt + reconciledCaller: metis_Bytes + reconciledTransactionHash: metis_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: metis_Bytes + reconciledTxNonce: BigInt } -input stagingmode_SlippageUpdate_filter { +input metis_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -223397,27 +223340,101 @@ 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 + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: metis_Bytes + transferId_not: metis_Bytes + transferId_gt: metis_Bytes + transferId_lt: metis_Bytes + transferId_gte: metis_Bytes + transferId_lte: metis_Bytes + transferId_in: [metis_Bytes!] + transferId_not_in: [metis_Bytes!] + transferId_contains: metis_Bytes + transferId_not_contains: metis_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + 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!] + 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 + 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: 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: 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 @@ -223426,122 +223443,297 @@ input stagingmode_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes - 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!] + 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: 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 + 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: 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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: metis_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + 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: 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 + 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: metis_Bytes + executedTxOrigin_not: metis_Bytes + executedTxOrigin_gt: metis_Bytes + executedTxOrigin_lt: metis_Bytes + executedTxOrigin_gte: metis_Bytes + executedTxOrigin_lte: metis_Bytes + executedTxOrigin_in: [metis_Bytes!] + executedTxOrigin_not_in: [metis_Bytes!] + executedTxOrigin_contains: metis_Bytes + executedTxOrigin_not_contains: metis_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: metis_Bytes + reconciledCaller_not: metis_Bytes + reconciledCaller_gt: metis_Bytes + reconciledCaller_lt: metis_Bytes + reconciledCaller_gte: metis_Bytes + reconciledCaller_lte: metis_Bytes + reconciledCaller_in: [metis_Bytes!] + reconciledCaller_not_in: [metis_Bytes!] + reconciledCaller_contains: metis_Bytes + reconciledCaller_not_contains: metis_Bytes + reconciledTransactionHash: metis_Bytes + reconciledTransactionHash_not: metis_Bytes + reconciledTransactionHash_gt: metis_Bytes + reconciledTransactionHash_lt: metis_Bytes + reconciledTransactionHash_gte: metis_Bytes + reconciledTransactionHash_lte: metis_Bytes + reconciledTransactionHash_in: [metis_Bytes!] + reconciledTransactionHash_not_in: [metis_Bytes!] + reconciledTransactionHash_contains: metis_Bytes + reconciledTransactionHash_not_contains: metis_Bytes + 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: 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 + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_SlippageUpdate_filter] - or: [stagingmode_SlippageUpdate_filter] + _change_block: metis_BlockChangedFilter + and: [metis_DestinationTransfer_filter] + or: [metis_DestinationTransfer_filter] } -enum stagingmode_SlippageUpdate_orderBy { +enum metis_DestinationTransfer_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber + 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 stagingmode_SnapshotRoot { +""" +8 bytes signed integer + +""" +scalar metis_Int8 + +type metis_OptimisticRootFinalized { id: ID! - spokeDomain: BigInt - root: stagingmode_Bytes! - count: BigInt! + aggregateRoot: metis_Bytes! timestamp: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input stagingmode_SnapshotRoot_filter { +input metis_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -223550,32 +223742,16 @@ input stagingmode_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: 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!] + 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 @@ -223593,249 +223769,38 @@ input stagingmode_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_SnapshotRoot_filter] - or: [stagingmode_SnapshotRoot_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OptimisticRootFinalized_filter] + or: [metis_OptimisticRootFinalized_filter] } -enum stagingmode_SnapshotRoot_orderBy { +enum metis_OptimisticRootFinalized_orderBy { id - spokeDomain - root - count + aggregateRoot timestamp blockNumber } -type stagingmode_SpokeConnectorMode { - id: ID! - mode: String! -} - -input stagingmode_SpokeConnectorMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_SpokeConnectorMode_filter] - or: [stagingmode_SpokeConnectorMode_filter] -} - -enum stagingmode_SpokeConnectorMode_orderBy { - id - mode -} - -enum stagingmode_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type stagingmode__Block_ { - """The hash of the block""" - hash: stagingmode_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The 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! -} - -enum stagingoptimismgoerli_swap_Aggregation_interval { - hour - day -} - -scalar stagingoptimismgoerli_swap_BigDecimal - -input stagingoptimismgoerli_swap_BlockChangedFilter { - number_gte: Int! -} - -input stagingoptimismgoerli_swap_Block_height { - hash: stagingoptimismgoerli_swap_Bytes - number: Int - number_gte: Int -} - -scalar stagingoptimismgoerli_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar stagingoptimismgoerli_swap_Int8 - -type stagingoptimismgoerli_swap_LpAccount { - id: ID! - address: stagingoptimismgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpAccountBalance_filter): [stagingoptimismgoerli_swap_LpAccountBalance!]! +"""Defines the order direction, either ascending or descending""" +enum metis_OrderDirection { + asc + desc } -type stagingoptimismgoerli_swap_LpAccountBalance { +type metis_OriginMessage { id: ID! - account: stagingoptimismgoerli_swap_LpAccount! - token: stagingoptimismgoerli_swap_LpToken! - amount: stagingoptimismgoerli_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: stagingoptimismgoerli_swap_Bytes -} - -input stagingoptimismgoerli_swap_LpAccountBalance_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: stagingoptimismgoerli_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingoptimismgoerli_swap_LpToken_filter - amount: stagingoptimismgoerli_swap_BigDecimal - amount_not: stagingoptimismgoerli_swap_BigDecimal - amount_gt: stagingoptimismgoerli_swap_BigDecimal - amount_lt: stagingoptimismgoerli_swap_BigDecimal - amount_gte: stagingoptimismgoerli_swap_BigDecimal - amount_lte: stagingoptimismgoerli_swap_BigDecimal - amount_in: [stagingoptimismgoerli_swap_BigDecimal!] - amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpAccountBalance_filter] - or: [stagingoptimismgoerli_swap_LpAccountBalance_filter] -} - -enum stagingoptimismgoerli_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + transferId: metis_Bytes + destinationDomain: BigInt + leaf: metis_Bytes + index: BigInt + message: metis_Bytes + root: metis_Bytes + transactionHash: metis_Bytes + blockNumber: BigInt + rootCount: metis_RootCount } -input stagingoptimismgoerli_swap_LpAccount_filter { +input metis_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -223844,51 +223809,158 @@ input stagingoptimismgoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingoptimismgoerli_swap_Bytes - address_not: stagingoptimismgoerli_swap_Bytes - address_gt: stagingoptimismgoerli_swap_Bytes - address_lt: stagingoptimismgoerli_swap_Bytes - address_gte: stagingoptimismgoerli_swap_Bytes - address_lte: stagingoptimismgoerli_swap_Bytes - address_in: [stagingoptimismgoerli_swap_Bytes!] - address_not_in: [stagingoptimismgoerli_swap_Bytes!] - address_contains: stagingoptimismgoerli_swap_Bytes - address_not_contains: stagingoptimismgoerli_swap_Bytes - balances_: stagingoptimismgoerli_swap_LpAccountBalance_filter + 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + 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 + 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: 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 + 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_: metis_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpAccount_filter] - or: [stagingoptimismgoerli_swap_LpAccount_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OriginMessage_filter] + or: [metis_OriginMessage_filter] } -enum stagingoptimismgoerli_swap_LpAccount_orderBy { +enum metis_OriginMessage_orderBy { id - address - balances -} - -type stagingoptimismgoerli_swap_LpToken { - id: ID! - address: stagingoptimismgoerli_swap_Bytes! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: stagingoptimismgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpTokenEvent_filter): [stagingoptimismgoerli_swap_LpTokenEvent!]! + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -interface stagingoptimismgoerli_swap_LpTokenEvent { +type metis_OriginTransfer { id: ID! - token: stagingoptimismgoerli_swap_LpToken! - amount: stagingoptimismgoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: metis_Bytes + nonce: BigInt + status: metis_TransferStatus + messageHash: metis_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: metis_Bytes + delegate: metis_Bytes + receiveLocal: Boolean + callData: metis_Bytes + slippage: BigInt + originSender: metis_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: metis_Bytes + asset: metis_Asset + transactingAsset: metis_Bytes + message: metis_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 + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: metis_Bytes + txNonce: BigInt } -input stagingoptimismgoerli_swap_LpTokenEvent_filter { +input metis_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -223897,61 +223969,24 @@ input stagingoptimismgoerli_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_: stagingoptimismgoerli_swap_LpToken_filter - amount: stagingoptimismgoerli_swap_BigDecimal - amount_not: stagingoptimismgoerli_swap_BigDecimal - amount_gt: stagingoptimismgoerli_swap_BigDecimal - amount_lt: stagingoptimismgoerli_swap_BigDecimal - amount_gte: stagingoptimismgoerli_swap_BigDecimal - amount_lte: stagingoptimismgoerli_swap_BigDecimal - amount_in: [stagingoptimismgoerli_swap_BigDecimal!] - amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: metis_Bytes + transferId_not: metis_Bytes + transferId_gt: metis_Bytes + transferId_lt: metis_Bytes + transferId_gte: metis_Bytes + transferId_lte: metis_Bytes + transferId_in: [metis_Bytes!] + transferId_not_in: [metis_Bytes!] + transferId_contains: metis_Bytes + transferId_not_contains: metis_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -223960,29 +223995,342 @@ input stagingoptimismgoerli_swap_LpTokenEvent_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 + 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: 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: 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 + 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: 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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: metis_Asset_filter + 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 + 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_: metis_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_: 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 + 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: metis_Bytes + txOrigin_not: metis_Bytes + txOrigin_gt: metis_Bytes + txOrigin_lt: metis_Bytes + txOrigin_gte: metis_Bytes + txOrigin_lte: metis_Bytes + txOrigin_in: [metis_Bytes!] + txOrigin_not_in: [metis_Bytes!] + txOrigin_contains: metis_Bytes + txOrigin_not_contains: metis_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpTokenEvent_filter] - or: [stagingoptimismgoerli_swap_LpTokenEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OriginTransfer_filter] + or: [metis_OriginTransfer_filter] } -enum stagingoptimismgoerli_swap_LpTokenEvent_orderBy { +enum metis_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 stagingoptimismgoerli_swap_LpToken_filter { +type metis_Relayer { + id: ID! + isActive: Boolean! + relayer: metis_Bytes +} + +type metis_RelayerFee { + id: ID! + transfer: metis_OriginTransfer! + fee: BigInt! + asset: metis_Bytes! +} + +input metis_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -223991,142 +224339,101 @@ input stagingoptimismgoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingoptimismgoerli_swap_Bytes - address_not: stagingoptimismgoerli_swap_Bytes - address_gt: stagingoptimismgoerli_swap_Bytes - address_lt: stagingoptimismgoerli_swap_Bytes - address_gte: stagingoptimismgoerli_swap_Bytes - address_lte: stagingoptimismgoerli_swap_Bytes - address_in: [stagingoptimismgoerli_swap_Bytes!] - address_not_in: [stagingoptimismgoerli_swap_Bytes!] - address_contains: stagingoptimismgoerli_swap_Bytes - address_not_contains: stagingoptimismgoerli_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: stagingoptimismgoerli_swap_BigDecimal - totalSupply_not: stagingoptimismgoerli_swap_BigDecimal - totalSupply_gt: stagingoptimismgoerli_swap_BigDecimal - totalSupply_lt: stagingoptimismgoerli_swap_BigDecimal - totalSupply_gte: stagingoptimismgoerli_swap_BigDecimal - totalSupply_lte: stagingoptimismgoerli_swap_BigDecimal - totalSupply_in: [stagingoptimismgoerli_swap_BigDecimal!] - totalSupply_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - events_: stagingoptimismgoerli_swap_LpTokenEvent_filter + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: metis_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: metis_Bytes + asset_not: metis_Bytes + asset_gt: metis_Bytes + asset_lt: metis_Bytes + asset_gte: metis_Bytes + asset_lte: metis_Bytes + asset_in: [metis_Bytes!] + asset_not_in: [metis_Bytes!] + asset_contains: metis_Bytes + asset_not_contains: metis_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpToken_filter] - or: [stagingoptimismgoerli_swap_LpToken_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RelayerFee_filter] + or: [metis_RelayerFee_filter] } -enum stagingoptimismgoerli_swap_LpToken_orderBy { +enum metis_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 stagingoptimismgoerli_swap_LpTransferEvent implements stagingoptimismgoerli_swap_LpTokenEvent { +type metis_RelayerFeesIncrease { id: ID! - token: stagingoptimismgoerli_swap_LpToken! - amount: stagingoptimismgoerli_swap_BigDecimal! - from: stagingoptimismgoerli_swap_Bytes! - to: stagingoptimismgoerli_swap_Bytes! - fromBalance: stagingoptimismgoerli_swap_BigDecimal! - toBalance: stagingoptimismgoerli_swap_BigDecimal! - block: BigInt! + transfer: metis_OriginTransfer! + increase: BigInt + asset: metis_Bytes + caller: metis_Bytes! + transactionHash: metis_Bytes! timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingoptimismgoerli_swap_LpTransferEvent_filter { +input metis_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -224135,79 +224442,65 @@ input stagingoptimismgoerli_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingoptimismgoerli_swap_LpToken_filter - amount: stagingoptimismgoerli_swap_BigDecimal - amount_not: stagingoptimismgoerli_swap_BigDecimal - amount_gt: stagingoptimismgoerli_swap_BigDecimal - amount_lt: stagingoptimismgoerli_swap_BigDecimal - amount_gte: stagingoptimismgoerli_swap_BigDecimal - amount_lte: stagingoptimismgoerli_swap_BigDecimal - amount_in: [stagingoptimismgoerli_swap_BigDecimal!] - amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - from: stagingoptimismgoerli_swap_Bytes - from_not: stagingoptimismgoerli_swap_Bytes - from_gt: stagingoptimismgoerli_swap_Bytes - from_lt: stagingoptimismgoerli_swap_Bytes - from_gte: stagingoptimismgoerli_swap_Bytes - from_lte: stagingoptimismgoerli_swap_Bytes - from_in: [stagingoptimismgoerli_swap_Bytes!] - from_not_in: [stagingoptimismgoerli_swap_Bytes!] - from_contains: stagingoptimismgoerli_swap_Bytes - from_not_contains: stagingoptimismgoerli_swap_Bytes - to: stagingoptimismgoerli_swap_Bytes - to_not: stagingoptimismgoerli_swap_Bytes - to_gt: stagingoptimismgoerli_swap_Bytes - to_lt: stagingoptimismgoerli_swap_Bytes - to_gte: stagingoptimismgoerli_swap_Bytes - to_lte: stagingoptimismgoerli_swap_Bytes - to_in: [stagingoptimismgoerli_swap_Bytes!] - to_not_in: [stagingoptimismgoerli_swap_Bytes!] - to_contains: stagingoptimismgoerli_swap_Bytes - to_not_contains: stagingoptimismgoerli_swap_Bytes - fromBalance: stagingoptimismgoerli_swap_BigDecimal - fromBalance_not: stagingoptimismgoerli_swap_BigDecimal - fromBalance_gt: stagingoptimismgoerli_swap_BigDecimal - fromBalance_lt: stagingoptimismgoerli_swap_BigDecimal - fromBalance_gte: stagingoptimismgoerli_swap_BigDecimal - fromBalance_lte: stagingoptimismgoerli_swap_BigDecimal - fromBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] - fromBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - toBalance: stagingoptimismgoerli_swap_BigDecimal - toBalance_not: stagingoptimismgoerli_swap_BigDecimal - toBalance_gt: stagingoptimismgoerli_swap_BigDecimal - toBalance_lt: stagingoptimismgoerli_swap_BigDecimal - toBalance_gte: stagingoptimismgoerli_swap_BigDecimal - toBalance_lte: stagingoptimismgoerli_swap_BigDecimal - toBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] - toBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: metis_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: metis_Bytes + asset_not: metis_Bytes + asset_gt: metis_Bytes + asset_lt: metis_Bytes + asset_gte: metis_Bytes + asset_lte: metis_Bytes + asset_in: [metis_Bytes!] + asset_not_in: [metis_Bytes!] + asset_contains: metis_Bytes + asset_not_contains: metis_Bytes + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -224216,62 +224509,79 @@ input stagingoptimismgoerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpTransferEvent_filter] - or: [stagingoptimismgoerli_swap_LpTransferEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RelayerFeesIncrease_filter] + or: [metis_RelayerFeesIncrease_filter] } -enum stagingoptimismgoerli_swap_LpTransferEvent_orderBy { +enum metis_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 stagingoptimismgoerli_swap_OrderDirection { - asc - desc -} - -type stagingoptimismgoerli_swap_PooledToken { - id: ID! - asset: stagingoptimismgoerli_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input stagingoptimismgoerli_swap_PooledToken_filter { +input metis_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -224280,72 +224590,38 @@ input stagingoptimismgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: stagingoptimismgoerli_swap_Bytes - asset_not: stagingoptimismgoerli_swap_Bytes - asset_gt: stagingoptimismgoerli_swap_Bytes - asset_lt: stagingoptimismgoerli_swap_Bytes - asset_gte: stagingoptimismgoerli_swap_Bytes - asset_lte: stagingoptimismgoerli_swap_Bytes - asset_in: [stagingoptimismgoerli_swap_Bytes!] - asset_not_in: [stagingoptimismgoerli_swap_Bytes!] - asset_contains: stagingoptimismgoerli_swap_Bytes - asset_not_contains: stagingoptimismgoerli_swap_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: metis_Bytes + relayer_not: metis_Bytes + relayer_gt: metis_Bytes + relayer_lt: metis_Bytes + relayer_gte: metis_Bytes + relayer_lte: metis_Bytes + relayer_in: [metis_Bytes!] + relayer_not_in: [metis_Bytes!] + relayer_contains: metis_Bytes + relayer_not_contains: metis_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_PooledToken_filter] - or: [stagingoptimismgoerli_swap_PooledToken_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Relayer_filter] + or: [metis_Relayer_filter] } -enum stagingoptimismgoerli_swap_PooledToken_orderBy { +enum metis_Relayer_orderBy { id - asset -} - -type stagingoptimismgoerli_swap_StableSwap { - id: ID! - isActive: Boolean - key: stagingoptimismgoerli_swap_Bytes! - canonicalId: stagingoptimismgoerli_swap_Bytes - domain: BigInt - swapPool: stagingoptimismgoerli_swap_Bytes - lpToken: stagingoptimismgoerli_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [stagingoptimismgoerli_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapEvent_filter): [stagingoptimismgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapExchange_filter): [stagingoptimismgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter): [stagingoptimismgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapDailyVolume_filter): [stagingoptimismgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter): [stagingoptimismgoerli_swap_SwapWeeklyVolume!] + isActive + relayer } -type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { +type metis_RootCount { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - provider: stagingoptimismgoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! + count: BigInt } -input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { +input metis_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -224354,161 +224630,40 @@ input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - provider: stagingoptimismgoerli_swap_Bytes - provider_not: stagingoptimismgoerli_swap_Bytes - provider_gt: stagingoptimismgoerli_swap_Bytes - provider_lt: stagingoptimismgoerli_swap_Bytes - provider_gte: stagingoptimismgoerli_swap_Bytes - provider_lte: stagingoptimismgoerli_swap_Bytes - provider_in: [stagingoptimismgoerli_swap_Bytes!] - provider_not_in: [stagingoptimismgoerli_swap_Bytes!] - provider_contains: stagingoptimismgoerli_swap_Bytes - provider_not_contains: stagingoptimismgoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes - 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: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RootCount_filter] + or: [metis_RootCount_filter] } -enum stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum metis_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 stagingoptimismgoerli_swap_StableSwapEvent { +type metis_RootMessageSent { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: metis_Bytes + count: BigInt + caller: metis_Bytes + transactionHash: metis_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input stagingoptimismgoerli_swap_StableSwapEvent_filter { +input metis_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -224517,35 +224672,60 @@ input stagingoptimismgoerli_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: metis_Bytes + root_not: metis_Bytes + root_gt: metis_Bytes + root_lt: metis_Bytes + root_gte: metis_Bytes + root_lte: metis_Bytes + root_in: [metis_Bytes!] + root_not_in: [metis_Bytes!] + root_contains: metis_Bytes + root_not_contains: metis_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -224554,72 +224734,69 @@ input stagingoptimismgoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapEvent_filter] - or: [stagingoptimismgoerli_swap_StableSwapEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RootMessageSent_filter] + or: [metis_RootMessageSent_filter] } -enum stagingoptimismgoerli_swap_StableSwapEvent_orderBy { +enum metis_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 stagingoptimismgoerli_swap_StableSwapExchange { +type metis_Router { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - buyer: stagingoptimismgoerli_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + isActive: Boolean! + owner: metis_Bytes + recipient: metis_Bytes + proposedOwner: metis_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: metis_AssetBalance_orderBy, orderDirection: metis_OrderDirection, where: metis_AssetBalance_filter): [metis_AssetBalance!]! +} + +type metis_RouterDailyTVL { + id: ID! + router: metis_Router! + asset: metis_Asset! timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input stagingoptimismgoerli_swap_StableSwapExchange_filter { +input metis_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -224628,91 +224805,48 @@ input stagingoptimismgoerli_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_: stagingoptimismgoerli_swap_StableSwap_filter - buyer: stagingoptimismgoerli_swap_Bytes - buyer_not: stagingoptimismgoerli_swap_Bytes - buyer_gt: stagingoptimismgoerli_swap_Bytes - buyer_lt: stagingoptimismgoerli_swap_Bytes - buyer_gte: stagingoptimismgoerli_swap_Bytes - buyer_lte: stagingoptimismgoerli_swap_Bytes - buyer_in: [stagingoptimismgoerli_swap_Bytes!] - buyer_not_in: [stagingoptimismgoerli_swap_Bytes!] - buyer_contains: stagingoptimismgoerli_swap_Bytes - buyer_not_contains: stagingoptimismgoerli_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: metis_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: metis_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -224721,79 +224855,63 @@ input stagingoptimismgoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapExchange_filter] - or: [stagingoptimismgoerli_swap_StableSwapExchange_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RouterDailyTVL_filter] + or: [metis_RouterDailyTVL_filter] } -enum stagingoptimismgoerli_swap_StableSwapExchange_orderBy { +enum metis_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 stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { +type metis_RouterLiquidityEvent { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - provider: stagingoptimismgoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: metis_RouterLiquidityEventType + router: metis_Router! + asset: metis_Asset! + amount: BigInt! + balance: BigInt! + caller: metis_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! + transactionHash: metis_Bytes! nonce: BigInt! } -input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +enum metis_RouterLiquidityEventType { + Add + Remove +} + +input metis_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -224802,87 +224920,86 @@ input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - provider: stagingoptimismgoerli_swap_Bytes - provider_not: stagingoptimismgoerli_swap_Bytes - provider_gt: stagingoptimismgoerli_swap_Bytes - provider_lt: stagingoptimismgoerli_swap_Bytes - provider_gte: stagingoptimismgoerli_swap_Bytes - provider_lte: stagingoptimismgoerli_swap_Bytes - provider_in: [stagingoptimismgoerli_swap_Bytes!] - provider_not_in: [stagingoptimismgoerli_swap_Bytes!] - provider_contains: stagingoptimismgoerli_swap_Bytes - provider_not_contains: stagingoptimismgoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + type: metis_RouterLiquidityEventType + type_not: metis_RouterLiquidityEventType + type_in: [metis_RouterLiquidityEventType!] + type_not_in: [metis_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: metis_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: metis_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -224891,16 +225008,16 @@ input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + 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 @@ -224910,44 +225027,41 @@ input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RouterLiquidityEvent_filter] + or: [metis_RouterLiquidityEvent_filter] } -enum stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum metis_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 stagingoptimismgoerli_swap_StableSwap_filter { +input metis_Router_filter { id: ID id_not: ID id_gt: ID @@ -224960,197 +225074,68 @@ input stagingoptimismgoerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: stagingoptimismgoerli_swap_Bytes - key_not: stagingoptimismgoerli_swap_Bytes - key_gt: stagingoptimismgoerli_swap_Bytes - key_lt: stagingoptimismgoerli_swap_Bytes - key_gte: stagingoptimismgoerli_swap_Bytes - key_lte: stagingoptimismgoerli_swap_Bytes - key_in: [stagingoptimismgoerli_swap_Bytes!] - key_not_in: [stagingoptimismgoerli_swap_Bytes!] - key_contains: stagingoptimismgoerli_swap_Bytes - key_not_contains: stagingoptimismgoerli_swap_Bytes - canonicalId: stagingoptimismgoerli_swap_Bytes - canonicalId_not: stagingoptimismgoerli_swap_Bytes - canonicalId_gt: stagingoptimismgoerli_swap_Bytes - canonicalId_lt: stagingoptimismgoerli_swap_Bytes - canonicalId_gte: stagingoptimismgoerli_swap_Bytes - canonicalId_lte: stagingoptimismgoerli_swap_Bytes - canonicalId_in: [stagingoptimismgoerli_swap_Bytes!] - canonicalId_not_in: [stagingoptimismgoerli_swap_Bytes!] - canonicalId_contains: stagingoptimismgoerli_swap_Bytes - canonicalId_not_contains: stagingoptimismgoerli_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: stagingoptimismgoerli_swap_Bytes - swapPool_not: stagingoptimismgoerli_swap_Bytes - swapPool_gt: stagingoptimismgoerli_swap_Bytes - swapPool_lt: stagingoptimismgoerli_swap_Bytes - swapPool_gte: stagingoptimismgoerli_swap_Bytes - swapPool_lte: stagingoptimismgoerli_swap_Bytes - swapPool_in: [stagingoptimismgoerli_swap_Bytes!] - swapPool_not_in: [stagingoptimismgoerli_swap_Bytes!] - swapPool_contains: stagingoptimismgoerli_swap_Bytes - swapPool_not_contains: stagingoptimismgoerli_swap_Bytes - lpToken: stagingoptimismgoerli_swap_Bytes - lpToken_not: stagingoptimismgoerli_swap_Bytes - lpToken_gt: stagingoptimismgoerli_swap_Bytes - lpToken_lt: stagingoptimismgoerli_swap_Bytes - lpToken_gte: stagingoptimismgoerli_swap_Bytes - lpToken_lte: stagingoptimismgoerli_swap_Bytes - lpToken_in: [stagingoptimismgoerli_swap_Bytes!] - lpToken_not_in: [stagingoptimismgoerli_swap_Bytes!] - lpToken_contains: stagingoptimismgoerli_swap_Bytes - lpToken_not_contains: stagingoptimismgoerli_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_not: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_contains: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_not_contains: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: stagingoptimismgoerli_swap_StableSwapEvent_filter - exchanges_: stagingoptimismgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: stagingoptimismgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: stagingoptimismgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter + owner: metis_Bytes + owner_not: metis_Bytes + owner_gt: metis_Bytes + owner_lt: metis_Bytes + owner_gte: metis_Bytes + owner_lte: metis_Bytes + owner_in: [metis_Bytes!] + owner_not_in: [metis_Bytes!] + owner_contains: metis_Bytes + owner_not_contains: metis_Bytes + recipient: metis_Bytes + recipient_not: metis_Bytes + recipient_gt: metis_Bytes + recipient_lt: metis_Bytes + recipient_gte: metis_Bytes + recipient_lte: metis_Bytes + recipient_in: [metis_Bytes!] + recipient_not_in: [metis_Bytes!] + recipient_contains: metis_Bytes + recipient_not_contains: metis_Bytes + proposedOwner: metis_Bytes + proposedOwner_not: metis_Bytes + proposedOwner_gt: metis_Bytes + proposedOwner_lt: metis_Bytes + proposedOwner_gte: metis_Bytes + proposedOwner_lte: metis_Bytes + proposedOwner_in: [metis_Bytes!] + proposedOwner_not_in: [metis_Bytes!] + proposedOwner_contains: metis_Bytes + proposedOwner_not_contains: metis_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: metis_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwap_filter] - or: [stagingoptimismgoerli_swap_StableSwap_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Router_filter] + or: [metis_Router_filter] } -enum stagingoptimismgoerli_swap_StableSwap_orderBy { +enum metis_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 stagingoptimismgoerli_swap_SwapDailyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +type metis_Sequencer { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + isActive: Boolean! + sequencer: metis_Bytes } -input stagingoptimismgoerli_swap_SwapDailyVolume_filter { +input metis_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -225159,80 +225144,39 @@ input stagingoptimismgoerli_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: metis_Bytes + sequencer_not: metis_Bytes + sequencer_gt: metis_Bytes + sequencer_lt: metis_Bytes + sequencer_gte: metis_Bytes + sequencer_lte: metis_Bytes + sequencer_in: [metis_Bytes!] + sequencer_not_in: [metis_Bytes!] + sequencer_contains: metis_Bytes + sequencer_not_contains: metis_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Sequencer_filter] + or: [metis_Sequencer_filter] } -enum stagingoptimismgoerli_swap_SwapDailyVolume_orderBy { +enum metis_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 stagingoptimismgoerli_swap_SwapHourlyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +type metis_Setting { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: metis_Bytes! } -input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { +input metis_Setting_filter { id: ID id_not: ID id_gt: ID @@ -225241,100 +225185,106 @@ input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Setting_filter] + or: [metis_Setting_filter] } -enum stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy { +enum metis_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 stagingoptimismgoerli_swap_SwapTradeVolume { - stableSwap: stagingoptimismgoerli_swap_StableSwap! +type metis_SlippageUpdate { + id: ID! + transfer: metis_DestinationTransfer! + slippage: BigInt! + caller: metis_Bytes! + transactionHash: metis_Bytes! timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingoptimismgoerli_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter +input metis_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_: metis_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: 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 @@ -225343,50 +225293,94 @@ input stagingoptimismgoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] - or: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] + _change_block: metis_BlockChangedFilter + and: [metis_SlippageUpdate_filter] + or: [metis_SlippageUpdate_filter] } -enum stagingoptimismgoerli_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum metis_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 stagingoptimismgoerli_swap_SwapWeeklyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +type metis_SnapshotRoot { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! + spokeDomain: BigInt + root: metis_Bytes! + count: BigInt! timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + blockNumber: BigInt! } -input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { +input metis_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -225395,27 +225389,32 @@ input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: metis_Bytes + root_not: metis_Bytes + root_gt: metis_Bytes + root_lt: metis_Bytes + root_gte: metis_Bytes + root_lte: metis_Bytes + root_in: [metis_Bytes!] + root_not_in: [metis_Bytes!] + root_contains: metis_Bytes + root_not_contains: metis_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -225424,50 +225423,35 @@ input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] + _change_block: metis_BlockChangedFilter + and: [metis_SnapshotRoot_filter] + or: [metis_SnapshotRoot_filter] } -enum stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy { +enum metis_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 stagingoptimismgoerli_swap_SystemInfo { +type metis_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input stagingoptimismgoerli_swap_SystemInfo_filter { +input metis_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -225476,47 +225460,56 @@ input stagingoptimismgoerli_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SystemInfo_filter] - or: [stagingoptimismgoerli_swap_SystemInfo_filter] + _change_block: metis_BlockChangedFilter + and: [metis_SpokeConnectorMode_filter] + or: [metis_SpokeConnectorMode_filter] } -enum stagingoptimismgoerli_swap_SystemInfo_orderBy { +enum metis_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type stagingoptimismgoerli_swap__Block_ { +enum metis_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type metis__Block_ { """The hash of the block""" - hash: stagingoptimismgoerli_swap_Bytes + hash: metis_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: stagingoptimismgoerli_swap_Bytes } """The type for the top-level _meta field""" -type stagingoptimismgoerli_swap__Meta_ { +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 @@ -225524,7 +225517,7 @@ type stagingoptimismgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: stagingoptimismgoerli_swap__Block_! + block: metis__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_Mainnet/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/introspectionSchema.ts index 7e600dea4c..3b00a0e6e3 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/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": { @@ -49898,6 +49924,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_Mainnet/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/schema.graphql index 1de6f8f2cc..219bf6d69d 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/schema.graphql @@ -142,6 +142,11 @@ enum mainnet_AggregateRoot_orderBy { blockNumber } +enum mainnet_Aggregation_interval { + hour + day +} + type mainnet_Asset { id: ID! key: mainnet_Bytes @@ -3958,6 +3963,8 @@ type mainnet__Block_ { 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""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/types.ts index b58716cdff..10ee62decd 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Mainnet/types.ts @@ -150,6 +150,10 @@ export type mainnet_AggregateRoot_orderBy = | 'root' | 'blockNumber'; +export type mainnet_Aggregation_interval = + | 'hour' + | 'day'; + export type mainnet_Asset = { id: Scalars['ID']; key?: Maybe; @@ -3691,6 +3695,8 @@ export type mainnet__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 3b00a0e6e3..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": { @@ -49924,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 bc516be863..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 @@ -3963,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 14c4323951..506aa1fa4e 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/types.ts @@ -150,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; @@ -3695,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 */ diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/introspectionSchema.ts index d70c28a38e..d6de631aae 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/introspectionSchema.ts @@ -1942,32 +1942,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": { @@ -36496,27 +36470,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/Hub_Mainnet/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/schema.graphql index 3895fb9a9d..ef79da90d5 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/schema.graphql @@ -140,11 +140,6 @@ enum mainnet_AggregatedMessageRoot_orderBy { blockNumber } -enum mainnet_Aggregation_interval { - hour - day -} - type mainnet_ArbitrumConnectorMeta { id: ID! spokeDomain: BigInt! @@ -3038,8 +3033,6 @@ type mainnet__Block_ { 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""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/types.ts b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/types.ts index 084b016138..751fa1b74e 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/types.ts @@ -148,10 +148,6 @@ export type mainnet_AggregatedMessageRoot_orderBy = | 'domain' | 'blockNumber'; -export type mainnet_Aggregation_interval = - | 'hour' - | 'day'; - export type mainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; @@ -2732,8 +2728,6 @@ export type mainnet__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/.graphclientrc.yml b/packages/adapters/subgraph/.graphclientrc.yml index 906dab78b0..c680f126f3 100644 --- a/packages/adapters/subgraph/.graphclientrc.yml +++ b/packages/adapters/subgraph/.graphclientrc.yml @@ -969,9 +969,24 @@ sources: - name: StableSwap_Metis handler: graphql: - endpoint: "https://connext.bwarelabs.com/subgraphs/name/connext/stableswap-v0-metis" - retry: 5 - timeout: 30000 # 30 seconds + strategy: highestValue + strategyConfig: + selectionSet: | + { + _meta { + block { + number + } + } + } + value: "_meta.block.number" + sources: + - endpoint: https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/connext/stableswap-v1-metis/gn + retry: 5 + timeout: 30000 # 30 seconds + - endpoint: "https://connext.bwarelabs.com/subgraphs/name/connext/stableswap-v0-metis" + retry: 5 + timeout: 30000 # 30 seconds transforms: - prefix: value: metis_swap_